:root { --blue-color: #2a3f60; --black-color: #000; --white-color: #fff; --blue-dark-color: #20066a; }
@font-face { font-family: 'Roboto Slab'; src: url('../fonts/RobotoSlab-ExtraBold.eot'); src: url('../fonts/RobotoSlab-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-ExtraBold.woff2') format('woff2'), url('../fonts/RobotoSlab-ExtraBold.woff') format('woff'), url('../fonts/RobotoSlab-ExtraBold.ttf') format('truetype'), url('../fonts/RobotoSlab-ExtraBold.svg#RobotoSlab-ExtraBold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto Slab'; src: url('../fonts/RobotoSlab-Bold.eot'); src: url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Bold.woff2') format('woff2'), url('../fonts/RobotoSlab-Bold.woff') format('woff'), url('../fonts/RobotoSlab-Bold.ttf') format('truetype'), url('../fonts/RobotoSlab-Bold.svg#RobotoSlab-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto Slab'; src: url('../fonts/RobotoSlab-Black.eot'); src: url('../fonts/RobotoSlab-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Black.woff2') format('woff2'), url('../fonts/RobotoSlab-Black.woff') format('woff'), url('../fonts/RobotoSlab-Black.ttf') format('truetype'), url('../fonts/RobotoSlab-Black.svg#RobotoSlab-Black') format('svg'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto Slab'; src: url('../fonts/RobotoSlab-Medium.eot'); src: url('../fonts/RobotoSlab-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Medium.woff2') format('woff2'), url('../fonts/RobotoSlab-Medium.woff') format('woff'), url('../fonts/RobotoSlab-Medium.ttf') format('truetype'), url('../fonts/RobotoSlab-Medium.svg#RobotoSlab-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto Slab'; src: url('../fonts/RobotoSlab-Regular.eot'); src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Regular.woff2') format('woff2'), url('../fonts/RobotoSlab-Regular.woff') format('woff'), url('../fonts/RobotoSlab-Regular.ttf') format('truetype'), url('../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Roboto Slab'; src: url('../fonts/RobotoSlab-SemiBold.eot'); src: url('../fonts/RobotoSlab-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-SemiBold.woff2') format('woff2'), url('../fonts/RobotoSlab-SemiBold.woff') format('woff'), url('../fonts/RobotoSlab-SemiBold.ttf') format('truetype'), url('../fonts/RobotoSlab-SemiBold.svg#RobotoSlab-SemiBold') format('svg'); font-weight: 600; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Roboto Slab'; color: #222; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100% }
h6 { font-size: 18px; }
header.header-wrapper { background: #20066a; color: #fff; }
header.header-wrapper .header-content .logo { width: 15%; }
header.header-wrapper .site-namelogo { text-align: center; width: 25%; color: #f0c775; font-size: 14px; }
header.header-wrapper .site-namelogo span { display: block; text-align: center; font-size: 25px; text-transform: uppercase; color: #fff; }
header.header-wrapper .coustom-nav { width: 60%; }
header.header-wrapper .coustom-nav ul.navbar-nav li.active a { color: #f0c775; }
header.header-wrapper ul.navbar-nav li a:hover { color: #f0c775; }
header.header-wrapper ul.navbar-nav li a { color: #fff; padding: 0 10px; }
.site-namelogo.mobile { display: none; }
section.product-wrapper { background: url(../images/background-img.jpg); background-repeat: repeat; }
.product-wrapper .section-titel { font-size: 40px; color: #20066a; font-weight: bold; text-align: center; }
.product-wrapper .top-text { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.product-wrapper .top-text .wbsc-site-logo { max-width: 15%; margin: 0 auto; }
.product-wrapper .top-text p { max-width: 85%; color: #656565; margin-bottom: 0; }
.product-wrapper .top-text p a { color: #20066a; }
.home-section .row > div { margin-bottom: 30px; }
section.home-section .product-items { height: 100%; }
.product-wrapper .product-items .img-box { display: flex; align-items: center; justify-content: center; height: 270px; }
.product-wrapper .product-items { scale: .95; background: var(--white-color); transition: .4s; box-shadow: 0 0 5px 0 #ccc; padding: 10px; }
.product-wrapper .product-items:hover { scale: 1.0; border-color: var(--green-color); }
.product-wrapper .product-items .img-lavel { text-align: center; }
.product-wrapper .item-name { font-size: 16px; margin-bottom: 10px; font-weight: 600; color: #ef7420; }
.product-wrapper h4 { color: #20066a; font-size: 22px; margin-bottom: 10px; }
.product-wrapper .priceamt { font-weight: 600; }
.product-wrapper .priceamt span { color: #ef7420; }
.product-content span { color: #ef7420; }
.product-content .size-prod { margin: 10px 0; }
section.product-wrapper.inner-product .product-content ul { margin-bottom: 20px; }
section.product-wrapper.inner-product .product-content ul li { padding-top: 10px; color: #656565; position: relative; padding-left: 15px; display: block; }
section.product-wrapper.inner-product .product-content ul li:before { content: ""; position: absolute; left: 0; top: 19px; background: #20066a; height: 7px; width: 7px; border-radius: 100%; }
table { width: 100%; text-align: center; background: #fff; line-height: 40px; margin: 20px 0 10px; }
table.tab { margin-bottom: 20px; }
table tr th { border: 1px solid #000; border-bottom: none; color: #20066a; text-transform: uppercase; }
table tr td { border: 1px solid #000; }
table.tab tr:first-child td { color: #20066a; font-weight: 600; }
table.tab.mobile tr:first-child td { color: #222; font-weight: normal; }
table.tab.mobile { display: none; }
.product-wrapper .product-content h2 { font-size: 30px; color: #20066a; font-weight: 600; margin-bottom: 15px; }
.product-content .productinfo-descript { font-size: 20px; margin-bottom: 10px; font-weight: 600; color: #8e5e3d; }
.product-content form .productinfo-descript { margin-bottom: 20px; }
.form-group { display: inline-block; width: 100%; margin-bottom: 15px; }
form { display: inline-block; width: 100%; margin-bottom: 30px; padding: 15px; box-shadow: 0 0 5px 0 #ccc; -webkit-box-shadow: 0 0 5px 0 #ccc; background: #fff; }
form select.form-control { text-align: left; }
form input.form-control.quantity { width: 57%; text-align: center; }
form .form-control { border: 1px solid #000; width: 100%; height: 50px; border-radius: 4px; box-shadow: none; float: left; margin-right: 20px; }
form .form-control:focus { border-color: #000; outline: 0; box-shadow: none; }
label { display: block; text-align: left; color: #8e5e3d; font-size: 14px; margin-bottom: 8px; font-weight: 600; }
input.submit_btn { background: #f0c775; color: #000; border: none; font-weight: 600; padding: 13px 35px; border-radius: 4px; text-transform: uppercase; transition: all 0.4s; }
input.submit_btn:hover { background: #8e5e3d; color: #fff; }
.sold_out { background: #8e5e3d; color: #fff; display: inline-block; padding: 9px 25px; font-size: 18px; border-radius: 4px; margin: 25px 0 10px; }
.footer { background: #8e5e3d; padding: 40px 0; }
.footer .card_img h3 { color: var(--white-color); font-size: 28px; }
.footer .card_img h3 span { color: #f0c775; font-size: 18px; font-weight: normal; }
.card_img ul li { border: 1px solid #ccc; margin-right: 10px; padding: 4px 5px; line-height: 0; border-radius: 2px; }
.footer .icon-adders ul li { color: var(--white-color); font-weight: normal; font-size: 16px; }
.footer .icon-adders ul li strong { font-weight: normal; color: var(--blue-color); }
.footer .icon-adders ul li span { color: #f0c775; }
.icon-adders ul li img { border: 1px solid #f0c775; padding: 5px; border-radius: 2px; margin-right: 15px; }
.footer .icon-adders ul li a { color: var(--white-color); transition: .3s; }
.footer .icon-adders ul li a:hover { color: #f0c775; }
.footer .usapad-logo { background: var(--white-color); margin: 0 auto; height: 122px; padding: 10px; border-radius: 2px; width: 162px; }
.footer .usapad-logo2 { background: var(--white-color); margin: 0 auto; height: 122px; padding: 10px; border-radius: 2px; }

/*contact-us css*/
.contact-page .contact-col { display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; margin-bottom: 20px; }
.contact-page .contact-col .box { background: #fff; width: 24%; padding: 15px; margin-top: 25px; transition: .3s all ease-in; }
.contact-page .contact-col .box span { display: block; color: #20066a; margin-top: 5px; }
.contact-page .contact-col .box img.hover_img { display: none; }
.contact-page .contact-col .box:hover span { color: #f0c775; }
.contact-page .contact-col .box:hover img { display: none; }
.contact-page .contact-col .box:hover { background: #8e5e3d; color: #fff; }
.contact-page .contact-col .box:hover img.hover_img { display: block; margin: 0 auto; }
.mainLayer { padding: 10px; }
.contact-page .productinfo-descript { font-size: 22px; color: #8e5e3d; font-weight: 600; margin: 30px 0 15px; display: inline-block; width: 100%; }
@media (min-width:1200px) and (max-width:1550px) {
    header.header-wrapper ul.navbar-nav li a { padding: 0 8px; font-size: 14px; }
}
@media (max-width:1199px) {
    .container { max-width: 100%; }
    header.header-wrapper ul.navbar-nav li a { padding: 0 5px; font-size: 14px; }
    header.header-wrapper .header-content .logo { width: 13%; }
    header.header-wrapper .coustom-nav { width: 65%; }
    header.header-wrapper .site-namelogo { width: 24%; }
    header.header-wrapper .site-namelogo span { font-size: 16px; }
    .product-wrapper .section-titel { font-size: 30px; }
    .footer .card_img h3 span { font-size: 16px; }
}
@media (min-width:992px) and (max-width:1199px) {
    form input.form-control.quantity { width: 50%; }
}
@media (min-width:769px) and (max-width:991px) {
    .footer .usapad-logo2 { height: auto; flex-wrap: wrap; }
}
@media (max-width:991px) {
    header.header-wrapper .header-content .logo img {max-width: 200px;}
    header.header-wrapper .site-namelogo { width: 80%; margin: 0 auto; }
    nav.navbar.navbar-expand-lg.coustom-nav { position: absolute; padding: 0; z-index: 9999; top: 140px; right: 0; align-items: baseline; background: #20066a; width: 100%; }
    button.navbar-toggler { position: absolute; background: #fff; right: 15px; top: -80px; }
    header.header-wrapper ul.navbar-nav li a { padding: 15px 10px; display: block; border-top: 1px solid #fff; }
    .product-wrapper .section-titel { font-size: 25px; margin-bottom: 20px; }
    form input.form-control.quantity { width: 56%; }
    .footer .usapad-logo { width: auto; height: auto; }

}
@media (max-width:767px) {
    header.header-wrapper .header-content .logo { width: 40%; }
    .site-namelogo.desktop { display: none; }
    header.header-wrapper .site-namelogo.mobile { width: 100%; padding: 20px 15px 0; display: inline-block; }
    .product-wrapper .top-text { flex-wrap: wrap; margin-bottom: 0; }
    .product-wrapper .top-text .wbsc-site-logo { max-width: 100%; margin: 0 auto; }
    .product-wrapper .top-text p { max-width: 100%; margin-top: 20px; }
    .product-wrapper .product-content h2 { font-size: 25px; margin-top: 30px; }
    table.tab { display: none; }
    table.tab.mobile { display: table; }
    form input.form-control.quantity { width: 100%; }
    input.submit_btn { width: 100%; display: inline-block; margin-top: 15px; }
    .footer .icon-adders ul li { font-size: 14px; }
    .footer .usapad-logo2 { width: 35%; height: auto; margin: inherit; }
    .footer .usapad-logo { width: 25%; height: auto; margin: inherit; }
    .contact-page .contact-col .box { width: 48%; }
    .product-content .productinfo-descript { font-size: 18px; }
    .contact-page .productinfo-descript { font-size: 18px; margin: 15px 0 15px; }
}
@media (max-width:479px) {
    .contact-page .contact-col .box { width: 100%; }
    .footer .usapad-logo2 { width: 70%; }
    .footer .usapad-logo { width: 40%; }
}

/*animation css*/
@keyframes fadeInUp {
    from { transform: translate3d(0, 50px, 0) }
    to { transform: translate3d(0, 0, 0); opacity: 1 }
}
@-webkit-keyframes fadeInUp {
    from { transform: translate3d(0, 50px, 0) }
    to { transform: translate3d(0, 0, 0); opacity: 1 }
}
.animated { animation-duration: 1s; animation-fill-mode: both; -webkit-animation-duration: 1s; -webkit-animation-fill-mode: both }
.animatedFadeInUp { opacity: 0 }
.fadeInUp { opacity: 0; animation-name: fadeInUp; -webkit-animation-name: fadeInUp; }