:root { --tblack-clr: #000; --bgblack-clr: #000; --twhite-clr: #fff; --bgwhite-clr: #fff; --primery-clr: #026873; --secondery-clr: #95316a; --active-clr: #FFF72A; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Bold.eot'); src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Medium.eot'); src: url('../fonts/OpenSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Medium.woff2') format('woff2'), url('../fonts/OpenSans-Medium.woff') format('woff'), url('../fonts/OpenSans-Medium.ttf') format('truetype'), url('../fonts/OpenSans-Medium.svg#OpenSans-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-Regular.eot'); src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Open Sans'; src: url('../fonts/OpenSans-SemiBold.eot'); src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.woff') format('woff'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.svg#OpenSans-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: 'Open Sans'; background: var(--bgwhite-clr); position: relative; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }
.bg-theme { background: var(--primery-clr); }
.highlight-text {color: var(--secondery-clr);padding-right: 5px;font-weight: 600;}
.form-select:focus { border-color: #ccc; box-shadow: none; }
.width-200 { width: 200px; }
.bt-black { border-top: 1px solid #ccc; padding: 10px 0; }
.add-charge {margin-bottom: 15px;color: #555;}
.form-control:focus { box-shadow: none; border-color: #ccc; }

/*================responsive navbar================*/
.mbshado.show { overflow: hidden; }
.header { display: flex; justify-content: space-between; align-items: center; }
.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(--bgwhite-clr); }
.nav-menu .nav-link {font-size: 18px;color: #ccc;transition: .2s;text-transform: uppercase;font-weight: 600;}
.nav-menu .nav-link.active {color: #fff;}
.nav-menu .nav-link:hover {color: #fff;}

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

/*================fix-titel================*/
.fix-titel {padding: 50px 0 }
.leather-jotter .fix-titel {padding: 50px 0 20px; }
.contact-us .fix-titel { border-bottom: none; }
.fix-titel h1 { font-size: 40px; font-weight: bold; color: var(--secondery-clr); }
.index .fix-titel h1 { font-size: 70px; }
.hp-text {font-size: 18px;padding: 0 0 20px;font-style: italic;line-height: 35px; color: #656565;}
.sub-titel li { font-size: 22px; font-weight: bold; color: var(--secondery-clr); }

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

/* =========== home-page===========*/
.product { text-align: center; transition: .5s; z-index: 1; position: relative; flex-flow: column; height: 100%; justify-content: space-between; display: flex; border: 1px solid #ccc; background: #fff; }
.product::after { background-color: rgb(4 24 62 / 10%); content: ""; height: 100%; position: absolute; -webkit-transition: all .3s ease-out 0s; transition: all .3s ease-out 0s; width: 100%; z-index: -1;/* right: 0; *//* left: 0; *//* bottom: 0; *//* top: 0; */ }
.product:hover::after { height: 0; width: 0; z-index: 1; }
.product-info p { margin-bottom: 0; }
.item-name { transition: .3s; background: var(--primery-clr); margin: 1px; }
.index .product:hover .item-name.bt-black { background: var(--secondery-clr); }
.new-item::before {position: absolute;content: "NEW";color: var(--twhite-clr);right: 10px;background: #000;font-weight: 600;border-radius: 100%;padding: 15px;top: 10px;}
.image-box { display: flex; align-items: center; justify-content: center; height: 275px; background: #fff; }
.text-gr-b { padding-right: 10px; font-weight: 600; color: var(--tblack-clr); font-size: 16px; text-transform: unset; }

/* ==========//home-page//=========*/

/*========= inner-page-css =========*/
.product-info .item-name P { color: var(--twhite-clr); font-weight: 600; margin-bottom: 0; }
.titel-bg { position: relative; background: #fff; }
.img-box-wrapper { display: flex; align-items: center; justify-content: center; overflow: hidden; min-height: 270px; flex-flow: column; border: 1px solid transparent; text-align: center; background: #fff; transition: .5s; position: relative; }
.img-box-wrapper:hover { border-color: #ccc; }
.product-content h4 {font-size: 28px;font-weight: bold;color: var(--secondery-clr);}
.product-content p { margin-bottom: 10px; color: #555; }
.list-text li { padding-left: 20px; position: relative; margin-bottom: 10px; color: #555; }
.list-text li::before { rotate: 45deg; content: ""; position: absolute; left: 0; top: 6px; background: #555; height: 10px; width: 10px; bottom: 0; }
.table-wrapper th, td { border: 1px solid #ccc; padding: 10px; color: #555; }
.product-box { padding: 25px 10px; background: #f5f5f5; }
.form-wrapper { padding: 20px 15px; box-shadow: 0 0 5px 0 #ccc; -webkit-box-shadow: 0 0 5px 0 #ccc; }
.form-wrapper .form-heading { font-size: 20px; color: var(--primery-clr); font-weight: 700; }
.form-sub-heading {color: #555;margin-bottom: 15px;}
.form-wrapper label {display: block;margin-bottom: 5px;color: #000;font-weight: 600;}
.col-input { height: 44px; border: 1px solid #ccc; outline: none; box-shadow: none; border-radius: 4px; width: 100%; padding: 0 5px; color: #555; }
.quantity { width: 100px; float: left; text-align: center; padding: 0 10px; }
.submit_btn { height: 44px; border: 1px solid #ccc; outline: none; color: #555; box-shadow: none; border-radius: 4px; margin-left: 10px; background: var(--bgwhite-clr); transition: .5s; padding: 0 20px; }
.form-wrapper .submit_btn:hover { background: var(--primery-clr); color: var(--twhite-clr); border-color: var(--primery-clr); }
.form-wrapper .col-input::placeholder { color: #555; }
.form-wrapper .personalized-item input { width: calc(33% - 5px); float: left; margin-right: 8px; padding: 0 10px; }
.form-wrapper .personalized-item input:last-child { margin-right: 0; margin-bottom: 0; }
/*========= //inner-page-css// =========*/

/* ===========slider-css===========*/
.product-box .banner-slider  .owl-dot.active span, .product-box .banner-slider  .owl-dot:hover span { background: #000; }
.product-box .banner-slider  .owl-dot span { width: 16px; height: 16px; margin: 4px; background: transparent; border: 2px solid #000; }

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

/* ===========contact-page-css===========*/
.contact-box {background: var(--primery-clr);}
.small-box { border-radius: 10px; transition: .3s all; color: var(--twhite-clr); text-align: center; position: relative; height: 100%; padding: 15px; display: flex; flex-flow: column; background: var(--bgwhite-clr); }
.small-box:hover::after { height: 100%; width: 100%; z-index: 1; }
.small-box::after {position: absolute;content: "";background: var(--secondery-clr);height: 0;width: 0;top: 0;left: 0;border-radius: 10px;margin: auto;transition: all .3s ease-out 0s;right: 0;}
.hover_img { display: none; }
.small-box:hover .hover_img { display: inline-block; }
.small-box:hover .block_img { display: none; }
.contact-box .img-box { margin-bottom: 10px; z-index: 2; }
.contact-box a { z-index: 2; }
.small-box .box-label {margin-bottom: 5px;font-size: 24px;font-weight: 600;color: #95316a;z-index: 2;}
.small-box:hover .box-label { color: var(--twhite-clr); }
.small-box span { font-size: 18px; color: var(--tblack-clr); z-index: 2; }
.small-box:hover span { color: var(--twhite-clr); }
.disclaimer-box { background: #f5f5f5; }
.disclaimer-heading { font-size: 24px; margin-bottom: 15px; font-weight: 700; color: var(--secondery-clr); }
.disclaimer-box p { font-size: 16px; border-top: 1px solid #ccc; padding: 15px 0; margin-bottom: 0; display: flex; color: #656565; }
.disclaimer-box p:last-child {border-bottom: 1px solid #ccc;}
.disclaimer-box p strong { float: left; max-width: 200px; width: 100%; color:var(--primery-clr); }

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

/* ===========footer-css===========*/
.f_titel {font-size: 26px;color: #fff;margin-bottom: 20px;font-weight: bold;}
.f_link, .f-text {font-size: 16px;color: #ddd;transition: .2s;font-weight: 500;}
.payment-icon li { padding-right: 10px; }
.payment-icon li:last-child { padding-right: 0; }
.contact-details .icon-box { margin-bottom: 15px; }
.contact-details .icon-box:last-child { margin-bottom: 0; }
.contact-details .icon-box a:hover {color: #fff;}
.icon-box img { padding-right: 5px; }
.icon-box.address img { padding-top: 4px; display: block; }
.address { line-height: 26px; display: flex; align-items: flex-start; margin-bottom: 0; }
.usapad-logo2.m-xl-auto { border: 1px solid var(--bgblack-clr); padding: 5px; height: 120px; width: 50%; display: flex; align-items: center; justify-content: center; }
.ftr-box2 { display: flex; background: var(--bgwhite-clr); padding: 5px; width: fit-content; }
.usapad-logo2.m-xl-auto:first-child { border-right: 0; }
.copyright { border-top: 1px solid #a1a1a1; }

/* =========//footer-css//=========*/
@media (max-width:1199px) {
  .container { max-width: 100%; }
  .f_link { display: flex; flex-wrap: wrap; }
  .hp-text { font-size: 16px; }
}
@media (max-width:991px) {
  .table-wrapper th, td { padding: 10px 0; }
  .nav-menu .nav-link { font-size: 15px; }
}
@media (max-width:767px) {
  .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; }
  .header-section { overflow: hidden; z-index: 999; position: relative; }
  .brand { max-width: 110px; }
  .nav-menu .nav-link { color: var(--tblack-clr); }
  .nav-menu {position: fixed;height: 100%;right: -100%;top: 0;flex-direction: column;width: 240px;border-radius: 0;transition: 0.7s;background: var(--bgwhite-clr);z-index: 999;padding-top: 101px;}
  .nav-menu.show { right: 0; }
  .nav-menu .nav-link { font-size: 16px; padding: 10px; }
  .nav-menu .nav-item { border-top: 1px solid #a8b1ba; width: 100%; }
  .nav-menu .nav-item:last-child { border-bottom: 1px solid #a8b1ba; }
  .nav-menu .nav-link.active { color: var(--secondery-clr); }
  .nav-menu .nav-link:hover { color: var(--secondery-clr); }
  .hamburger { display: block; cursor: pointer; z-index: 9999; transition: 0.7s; position: relative; color: var(--tblack-clr); padding: 3px; border-radius: 4px; }
  .hamburger.show { background: var(--bgwhite-clr); transition: 0.7s; }
  .hamburger.show .bar { background: var(--primery-clr); }
  .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); }
  .index .fix-titel h1 { font-size: 40px; }
  .fix-titel h1 { font-size: 30px; }
  .img-box-wrapper { min-height: auto;  width: 100%;   padding: 15px 0; }
  .product-content { margin-top: 20px; }
  .table-wrapper {margin-top: 20px;}
  .product-content h4 { font-size: 22px; }
  .form-wrapper .personalized-item input { width: 100%; margin-bottom: 15px; margin-right: 0; }
  .disclaimer-box p strong { max-width: 110px; margin-right: 10px; }
  .f_titel { margin-bottom: 10px; }
  .ftr-box { border-bottom: 1px solid #a8b1ba; padding: 20px 0; }
  .form-wrapper input { width: 100%; margin: 0 0 20px 0; }
  .form-wrapper input:last-child { margin-bottom: 0; }
}