body , div {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

body {
    background-image: url('../assets/blackcbboarder.jpg') , url('../assets/blackcbboarder.jpg');
    background-position: right bottom left top;
    background-repeat: repeat-x repeat-x;
    background-color: black;
}

.wrapper {
    width: 910px;
    margin: 1em auto;
    background-color: white;
    border-left: solid 2px gray;
    border-top: solid 2px gray;
    border-right: solid 2px orange;
    border-bottom: solid 2px orange;
}

.top {
    position: relative;
    background-image: url('../banners/header.jpg');
    width: 100%;
    height: 220px;
    padding: 0em;
    background-color: black;
}

.top-right{
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15pt;
    line-height: 1em;
}

#top-phone {
    display: inline-block;
    position: absolute;
    right: 105px;
    top: 4px;
    font-size: 18pt;
    width: 220px;
    
}

nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    height: 2em;
    line-height:2em;
    background-color: black;
    color: white;
}

nav div {
    height: 100%;
    min-width: 150px;
    text-align: center;
}

nav a {
    display: block;
    transition: all linear 0.1s;
    width: 100%;
    height: 100%;
    text-decoration: none;
    
}

nav a:visited , nav a , nav a:active {
    text-decoration: none;
    color: white;
}


nav a:hover {
    background-color: orange;
    border-bottom: solid 10px orange;
}

main {
    width: 100%;
    height: auto;
}

.slider { 
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 278px;
    width: 100%;
    position: relative;
    background-color: green;
    overflow: hidden;
}

.slideButtons {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.slideButtons div {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: solid 5px black;
    margin: 0 5px;
    background-color: white;
}

.slider .active {
    background-color: orange;
}


.sliders {
    position: relative;
    width: 10000000px;
    height: 100%;
}

.slider .slide{
    width: 900px;
    height: 278px;
}


.bundles {
    padding: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    max-width: 100%;
    min-height: 550px;
}

.special {
    background-image: url( "../assets/cardboard.jpg");
    display: block;
    position: relative;
    width: 350px;
    min-height: 500px;
    border: solid 1px black;
    border-radius: 2px;
    overflow: hidden;
    border-radius: 5px;
}

.special ul {
    padding: 0;
}
.special .items ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.special .items div {
    width: 75px;
}
.special .big {
    font-weight: bold;
}
.special  .btmbanner .addToCart {
    height: 40px;
    line-height: 40px;
}

.frameContent {
    display: block;
    height: 100%;
}

.bdleframe .price{
    text-align: center;
    padding: 0.1em;
    background-color: red;
    overflow:visible;
    color: black;
    position: absolute;
    transform: rotate(45deg);
    font-size: 18pt;
    font-weight: bold;
    top: 10px;
    right: -10;
    width: 100px;
    border-radius: 5px;
    z-index: 1;
  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(45deg);

  /* Firefox */
  -moz-transform: rotate(45deg);

  /* IE */
  -ms-transform: rotate(45deg);

  /* Opera */
  -o-transform: rotate(45deg);

}

.special .btmbanner {
    border-top: solid 1px orange;
    position: absolute;
    bottom: 40px;
    width: 100%;
    height: 60px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
}

.special .btmbanner h1 {
    margin: 0;
    padding: 0.3em;
    color: orange;
    font-size: 18pt;
}

.btmbanner .btndeliver {
    height: 60px;
    background-color: black;
}

.special .btmbanner h3 {
    margin: -5px 0 0 0;
    padding: 0;
    color: white;
    font-size: 8pt;
}

.special .title {
    background: linear-gradient(0deg, rgba(229,107,6,1) 0%, rgba(255,165,0,1) 50%, rgba(255,233,29,1) 100%);
    font-weight: 900;
    padding: 0.2em;
    text-align: center;
    font-size: 16pt;
    width: 100%;
    border-bottom: solid 1px black;
}

.special .small {
    font-size: 10pt;
    width: 50px;
    height: auto;
}

.special .items div {
    margin: 5px;
}

.special .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 10;
    width: 350px;
    padding: 0.3em;;
    height: 260px;
}


.special .btmbanner {
    position: absolute;
    bottom: 40px;
}


.main ul {
    list-style-type: none;
    padding: 0;
    
    margin: 0;
}

.main .big {
    font-weight: bold;
    font-size: 14pt;
}

.main .small {
    font-size: 10pt;
}

.bdleFrame .addCart {
    width:100%;
    height: 100%;
    line-height: 50px;
    font-weight: bold;
}

.bdleFrame .addCart:hover {
    background-color: red;
    cursor: pointer;
}

.otherGroup {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

aside {
    width: auto;
    height: auto;
}

aside .inlineItems {
    width: 300px;
}
aside .inlineItems a, aside .inlineItems img{
    display: inline-block;
    padding: 0 5px;
}

footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    color: white;
    width: 100%;
    background-color:black;
    border-bottom: solid 1px orange;
    border-left: solid 1px orange;
    border-right: solid 1px orange;
    min-height: 200px;
}



footer ul li {
    padding: 0.3em;
    font-weight: normal;
}

footer ul {
    list-style-type: none;
    font-weight: bold;
}

footer a:visited, footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: orange;
}

.shippingbanner {
    position: relative;
    height: 120px;
    background-image: url('../banners/shippingbanner.png');
}

.shippingprice {
    position: absolute;
    right: 30px;
    top: 5px;
    font-size: 40pt;
    font-weight: 900;
    color: red;
    text-shadow: 2px 2px 2px black;
}

.cart {
    padding: 1em 1em 1em 0;
}