:root { --black-clr: #000; --white-clr: #fff; --gd-clr: #faf395; --bg-white: #fff; --highlight: #f00; --link-clr: #078367; --bg-inner: #e6e3eb; --main-bg: #084b38; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Bold.woff2') format('woff2'), url('../fonts/Merriweather-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Light.woff2') format('woff2'), url('../fonts/Merriweather-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Black.woff2') format('woff2'), url('../fonts/Merriweather-Black.woff') format('woff'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Merriweather'; src: url('../fonts/Merriweather-Regular.woff2') format('woff2'), url('../fonts/Merriweather-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
body { padding: 0; margin: 0; font-size: 16px; font-family: 'Merriweather'; background: var(--bg-white); position: relative; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.bg-theme { background: var(--main-bg); }
.highlight-text { color: var(--highlight); padding: 0 5px; }
.bt-black { border-top: 1px solid #ccc; padding: 10px 0; }
.add-charge { font-size: 16px; margin-bottom: 10px; }
.list-text { margin-bottom: 25px; }

/*================responsive navbar================*/
.mbshado.show { overflow: hidden; }
.header { display: flex; justify-content: space-between; padding: 10px 0; align-items: center; }
.websight-name { width: calc(100% - 137px); text-align: center; }
.websight-name h1 { font-size: 36px; color: var(--white-clr); font-weight: 900; }
.websight-name h5 { margin: 12px 0; }
.websight-name h5 a { color: #fff; font-size: 22px; font-style: italic; letter-spacing: 1px; }
.websight-name p { font-size: 16px; color: #fff; }
.hamburger { display: none; }
.hamburger .bar { display: block; width: 25px; height: 3px; margin: 5px auto; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; background-color: var(--bg-white); }
.nav-wrapper { background: var(--black-clr);padding:13px 0; }
.navbar { justify-content: center;padding: 0; }
.nav-menu { display: flex; }
.nav-menu .nav-item {margin-right: 60px;}
.nav-menu .nav-item:last-child {margin-right:0 ;}
.nav-menu .nav-item:first-child { margin-left: 0; }
.nav-menu .nav-link { font-size: 18px; color: var(--white-clr); }
.nav-menu .nav-link.active { color: #faf39d; }
.nav-menu .nav-link:hover { color: #faf39d; }

/*============//responsive navbar//========*/

/*================fix-titel================*/
.titel-bg { position: relative; background-color: rgb(236, 240, 241); padding: 50px 0; }
.fix-titel { position: relative; max-width: 850px; margin: auto; }
.fix-titel h2 { font-size: 22px; margin-bottom: 20px; text-transform: capitalize; font-weight: bold; color: var(--main-bg); line-height: 35px; }
.fix-titel p { font-size: 16px; color: #656565; line-height: 30px; word-spacing: 1px; }
.fix-titel p a { color: var(--main-bg); text-underline-offset: 5px; font-weight: 600; }
.fix-titel p a:hover { text-decoration: underline; }
.titel-head .img-box-wrapper img { width: auto; }

/*==============//fix-titel//==============*/

/* =========== home-page product-wrapper===========*/
.product-wrapper { position: relative; background: #dee2e6; padding: 50px 0; }
.product-wrapper2 { padding: 50px 0; position: relative; }
.product-wrapper2 .product-box { border: none; padding: 0; }
.product { text-align: center; height: 100%; border-radius: 0; transition: .5s; justify-content: space-between; transition: .5s; z-index: 1; position: relative; background: #fff; display: flex; flex-flow: column; }
.product::after { background: rgb(90 191 123 / 8%); position: absolute; height: 100%; width: 100%; content: ""; top: 0; left: 0; }
.product:hover::after { display: none; }
.product:hover .item-name .card-heading { color: #faf395; }
.index .product:hover .item-name { background: var(--main-bg); x transition: .5s; }
.item-name { background: #000; min-height: 82px; display: flex; align-items: center; justify-content: center; padding: 0 10px; }
.new-item::before { position: absolute; content: "NEW"; color: var(--white-clr); font-size: 18px; padding: 5px; left: 0; top: 0; right: 0; background: var(--main-bg); font-weight: 500; z-index: 1;border-radius:0 10px 0 10px; }
.not-available::before { position: absolute; content: "NOT-AVAILABLE"; color: var(--white-clr); font-size: 18px; padding: 5px; left: 0; top: 0; right: 0; background: #f00; font-weight: 500; z-index: 1;border-radius:0 10px 0 10px; }
.sold-out::before { position: absolute; content: "SOLD-OUT"; color: var(--white-clr); font-size: 18px; padding: 5px; left: 0; top: 0; right: 0; background: #f00; font-weight: 500; z-index: 1; }
.item-name .card-heading { color: #fff; font-size: 18px; }
.product-details .item-name P { font-size: 18px; color: #fff; }
.image-box { display: flex; align-items: center; justify-content: center; padding: 20px; height: 280px; margin-top: 37px; }
.image-box img { scale: 1; transition: .5s; }
.product:hover .image-box img { scale: 1.1; }
.card-heading { font-size: 16px; margin-bottom: 0; color: #000000; transition: .7s; }
.product-details p { margin-bottom: 0; font-size: 16px; }
.text-gr-b { padding-right: 10px; font-weight: bold; color: var(--main-bg); font-size: 16px; }

/* ==========//home-page product-wrapper//=========*/

/*========= inner-page-css =========*/

/*.select-product { background-color: rgb(236, 240, 241); }*/
.img-box-wrapper { display: flex; align-items: center; justify-content: center; overflow: hidden; margin-right: 5px; min-height: 270px; }
.img-box-wrapper img { scale: 1; transition: .5s; }
.img-box-wrapper img:hover { scale: 1.1; }
.product-content { margin-left: 10px; }
.product-content h4 { font-size: 24px; color: var(--main-bg); font-weight: bold; }
.product-content p { margin-bottom: 10px; font-size: 16px; margin-top: 7px; }
.product-content ol { padding-left: 20px; list-style-type: disclosure-closed; margin-bottom: 25px; font-size: 17px; font-style: italic; margin-top: 0; line-height: 30px; }
.product-box .features { color: var(--main-bg); list-style: none; font-size: 20px; margin-bottom: 10px; font-weight: bold; }
.list-text li { font-size: 16px; padding-left: 20px; position: relative; margin-bottom: 10px;color: #656565; }
.list-text li::before { rotate: 45deg; content: ""; position: absolute; left: 0; top: 10px; background: #000; height: 10px; width: 10px; bottom: 0; }
.form-wrapper { padding: 25px 10px 15px; box-shadow: 0 0 5px 0 #ccc;/* -webkit-box-shadow: 0 0 5px 0 #ccc; */ }
.form-wrapper .form-heading { font-size: 19px; color: var(--main-bg); margin-bottom: 10px; font-weight: bold; }
.form-wrapper label { display: block; margin-bottom: 8px; font-size: 16px; font-weight: normal; color: #000; }
.form-wrapper .col-input {font-size: 14px; height: 44px; border: 1px solid #ccc; outline: none; box-shadow: none; border-radius: 4px; width: 100%; padding: 0 5px; margin-bottom: 20px; }
.form-wrapper .quantity { width: 80px; float: left; text-align: center; padding: 0 5px; }
.form-wrapper .submit_btn { height: 44px; border: 1px solid #ccc; outline: none; box-shadow: none; border-radius: 4px; margin-left: 25px; background: var(--bg-white); transition: .5s; padding: 0 10px; }
.form-wrapper .submit_btn:hover { background: var(--black-clr); color: #fff;border-color:#000; }
.form-wrapper .col-input::placeholder { color: #ccc; }

/*.product-content .form-wrapper .submit_btn.btn { width: calc(100% /2 - 67px); }*/
.table-wrapper th, td { border: 1px solid #ccc; padding: 10px; }
.color-head { width: calc(14.28% - 10px); border: 1px solid #ccc; margin: 10px 5px; padding: 10px; transition: .2s }
.color-head:hover { border-color: #f00; }
.color-head .color-name {margin-bottom: 0;padding-top: 5px;font-size: 14px;}
.toll-free { font-size: 17px; margin-bottom: 0; }
.toll-free a { color: red; }
.product-box { border: 1px dashed #ccc; padding: 10px; background: #fff; }
.form-wrapper .personalized-item input { width: calc(33% - 16px); float: left; margin-right: 25px; padding: 0 10px; margin-bottom: 20px; }
.form-wrapper .personalized-item input:last-child { margin-right: 0; }
.titel-head .img-box-wrapper { background: #fff; border: none; }
.stock-not-available { color: #f00; font-size: 24px; }

/*========= //inner-page-css// =========*/

/* ===========slider-css===========*/
.banner-slider { max-width: 350px; width: 100%; }
.titel-head .banner-slider  .owl-dot.active span, .titel-head .banner-slider  .owl-dot:hover span { background: var(--main-bg); }
.titel-head .banner-slider  .owl-dot span { width: 20px; height: 20px; margin: 5px 10px; background: transparent; border: 2px solid var(--main-bg); }
.product-box .banner-slider  .owl-dot.active span, .product-box .banner-slider  .owl-dot:hover span { background: var(--main-bg); }
.product-box .banner-slider  .owl-dot span { width: 20px; height: 20px; margin: 5px 10px; background: transparent; border: 2px solid var(--main-bg); }

/*.select-product .owl-carousel .owl-dot span { background: #094e7b; height: 12px; width: 12px; margin: 5px; }*/

/*.select-product .owl-carousel .owl-dot.active span, .select-product .owl-carousel .owl-dot:hover span { background-color: var(--highlight); }*/

/* =========//slider-css//=========*/

/* ===========contact-page-css===========*/
.contact-box { background: var(--bg-white); }
.small-box { border-radius: 10px; transition: .3s all; color: var(--white-clr); text-align: center; background: var(--white-clr); border: 1px solid #fff; height: 100%; padding: 15px; display: flex; justify-content: center; flex-flow: column; border: 1px solid #000; }
.small-box:hover { background: var(--main-bg); border-color: var(--gradient-clr); }
.hover_img { display: none; }
.small-box:hover .hover_img { display: inline-block; }
.small-box:hover .block_img { display: none; }
.small-box .box-label { margin: 10px 0 5px; font-size: 24px; color: var(--main-bg); font-weight: 600; }
.small-box:hover .box-label { color: var(--gd-clr); }
.small-box span { font-size: 18px; color: var(--black-clr); }
.small-box:hover span { color: var(--white-clr); }
.disclaimer-heading { font-size: 30px; color: var(--black-clr); font-weight: 600; margin-bottom: 15px; }
.disclaimer-box p { font-size: 16px; color: #656565; margin-bottom: 7px; border-bottom: 1px solid #eceaea; padding-bottom: 13px; }
.disclaimer-box p strong { padding-right: 15px; color: var(--main-bg); }

/* ===========//contact-page-css//===========*/

/* ===========footer-css===========*/
.f_titel { font-size: 28px; color: #faf39d; margin-bottom: 15px; width: max-content; }
.f_link, .f-text { font-size: 16px; color: var(--white-clr); transition: .5s; }
.f_link:hover { color: var(--gd-clr); }
.payment-icon li { padding-right: 10px; }
.contact-details .icon-box { margin-bottom: 13px; }
.icon-box img { padding-right: 4px; }
.usapad-logo { background: var(--white-clr); width: 165px; height: 165px; display: flex; align-items: center; justify-content: center; border-radius: 100%; padding: 6px; }
.usapad-logo img { max-width: 120px; }
.leather-logo .ftr-box { background: #fff; display: flex; align-items: center; justify-content: space-between; border-radius: 10px; padding: 5px; max-width: 330px; padding: 30px 0px; }
.address { line-height: 36px; display: flex; align-items: flex-start; }
.icon-box.address img { padding-top: 10px; display: block; }

/* =========//footer-css//=========*/
@media (max-width:1199px) {
  .container { max-width: 100%; }
  .nav-menu .nav-item {margin-right: 35px;}
  .product-content h2 { font-size: 30px; }
  .fix-titel h2 { font-size: 20px; line-height: 25px; margin-bottom: 10px; }
  .fix-titel p { font-size: 16px; }
  .image-box { padding: 10px; }
  .item-name h5 { font-size: 16px; }
  .small-box .box-label { font-size: 20px; margin: 5px 0; }
  .small-box { padding: 10px; }
  .small-box span { font-size: 16px; }
  .disclaimer-heading { font-size: 24px; margin-bottom: 10px; }
  .text-gr-b { font-size: 16px; }
  .form-wrapper .form-heading { font-size: 17px; }
  .form-wrapper label { font-size: 16px; }
  .new-item::before { font-size: 16px; }
  .f_link, .f-text { font-size: 14px; }
  .color-head { width: calc(16.66% - 10px) }
  .item-name .card-heading { font-size: 16px; }
  .product-content h4 { font-size: 22px; }
  .product-box .features { font-size: 18px; }
  .product-content p { margin-bottom: 7px; }
  .product-details .item-name P { font-size: 16px; }
  .toll-free { font-size: 16px; }
  .table-wrapper th, td { padding: 10px 5px; font-size: 15px; }
}
@media (max-width:991px) {
  .nav-menu .nav-link { font-size: 15px; }
  .nav-menu .nav-item {margin-right: 10px;}
  .product-content h2 { font-size: 26px; }
  .contact-details .icon-box .address { font-size: 15px; }
  .f_link, .f-text { font-size: 15px; }
  .form-wrapper label { font-size: 15px; }
  .small-box { padding: 20px 10px; }
  .icon-box img { padding-right: 1px; }
  .color-head { width: calc(20.00% - 10px) }
  .websight-name { width: calc(100% - 160px); }
  .table-wrapper th, td {padding: 10px 0;min-width: 60px;}
}
@media (max-width:767px) {
  .header-section { overflow: hidden; z-index: 999; position: relative; }
  .mbshado.show .bg-shado { background: rgba(0, 0, 0, .7); height: 100%; width: 100%; position: absolute; top: 0; bottom: 0; z-index: 998; transition: .7s; }
  .brand img { max-width: 80px; }
  .websight-name h1 { font-size: 30px; }
  .navbar { padding: 0 10px; z-index: 999; }
  .nav-menu { position: fixed; height: 100%; right: -100%; top: 0; flex-direction: column; width: 240px; border-radius: 0; transition: 0.7s; background: var(--bg-white); z-index: 999; padding-top: 96px; }
  .nav-menu.show { right: 0; }
  .nav-menu .nav-link { color: var(--black-clr); text-align: left; font-size: 15px; }
  .nav-menu .nav-item { text-align: center; padding: 8px 10px; border-top: 1px solid #0d4e6f; margin: 0; background: var(--bg-white); width: 240px; }
  .nav-menu .nav-item:last-child { border-bottom: 1px solid #0d4e6f; }
  .nav-menu .nav-link.active { color: #084b38; }
  .nav-menu .nav-link:hover { color: var(--main-bg); }
  .hamburger { display: block; cursor: pointer; z-index: 9999; transition: 0.7s; position: relative; color: var(--black-clr);/* background: var(--gradient-clr); */ padding: 3px; border-radius: 4px; }
  .hamburger.show { background: var(--white-clr); transition: 0.7s; }
  .hamburger.show .bar { background: var(--main-bg); }
  .hamburger.show .bar:nth-child(2) { opacity: 0; }
  .hamburger.show .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .hamburger.show .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .product-content h2 { font-size: 18px; }
  .fix-titel h2 { font-size: 18px; }
  .fix-titel p { letter-spacing: normal; font-size: 15px; }
  .product-details p { font-size: 15px; }
  .item-name h5 { font-size: 15px; }
  .contact-details .icon-box:last-child { margin-bottom: 0; }
  .product-content { margin-left: 0; margin-top: 20px; }
  .f_titel { font-size: 22px; margin-bottom: 10px; }
  .f-text { margin-bottom: 10px; }
  .small-box .box-label { font-size: 18px; }
  .disclaimer-heading { font-size: 20px; margin-bottom: 10px; }
  .disclaimer-box p { font-size: 15px; margin-bottom: 7px; }
  .col-md-2.m-auto .ftr-box { margin-bottom: 0; }
  .form-wrapper label { font-size: 15px; }
  .text-gr-b { font-size: 15px; }
  .product-content ol li { font-size: 15px; }
  .product-content p { font-size: 14px; }
  .icon-box img { padding-right: 4px; }
  .color-head { width: calc(25.00% - 10px) }
  .banner-slider { max-width: 100%; }
  .websight-name { width: 100%; background: #000; padding: 15px 10px; margin-bottom: 10px; }
  .fix-titel { text-align: center; }
  .websight-name p:last-child { margin-bottom: 0; }
  .product-wrapper { padding: 20px 0; }
  .product-wrapper2 { padding: 20px 0; }
  .img-box-wrapper { min-height: auto; margin-right: 0; }
  .product-content h4 { font-size: 18px; }
  .list-text { margin-bottom: 15px; }
  .form-wrapper { padding: 15px 10px; }
  .product-wrapper { padding: 20px 0; }
  .add-charge {font-size: 14px;}
  .list-text li {font-size: 14px;}
}
@media (max-width:575px) {
  .form-wrapper .form-group.group-2 input { width: 100%; margin-bottom: 15px; }
  .form-wrapper .submit_btn { margin-left: 0; }
  .item-name {min-height: auto;padding: 10px 10px;}
  .websight-name h5 a { font-size: 18px; }
  .websight-name h5 { margin: 8px 0; }
  .form-wrapper .personalized-item input {width: 100%;margin-right: 0;}
}
@media (max-width:479px) {
  .websight-name h1 { font-size: 26px; }
  .product-content h2 { font-size: 21px; }
  .fix-titel p { font-size: 14px; }
  .item-name h5 { font-size: 14px; }
  .f_titel { font-size: 20px; }
  .col-w-100 { width: 100%; }
  .disclaimer-box p { font-size: 14px; }
  .product-page .product-content .form-wrapper .submit_btn.btn { width: 100%; margin-left: 0; margin-top: 20px; }
  .small-box { padding: 10px; }
  .small-box .box-label { font-size: 16px; }
  .disclaimer-heading { font-size: 18px; margin-bottom: 5px; }
  .color-head { width: calc(33.33% - 10px) }
}
@media (max-width:399px) {
  .brand img { max-width: 85px; }
  .websight-name h1 { font-size: 22px; }
}

/*=======fade-left-animation css========*/
@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}
@-webkit-keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}