@font-face { font-family: 'Futura Lt BT'; src: url('../fonts/FuturaBT-Light.eot'); src: url('../fonts/FuturaBT-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Light.woff2') format('woff2'), url('../fonts/FuturaBT-Light.woff') format('woff'), url('../fonts/FuturaBT-Light.ttf') format('truetype'), url('../fonts/FuturaBT-Light.svg#FuturaBT-Light') format('svg'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura Hv BT'; src: url('../fonts/FuturaBT-Heavy.eot'); src: url('../fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Heavy.woff2') format('woff2'), url('../fonts/FuturaBT-Heavy.woff') format('woff'), url('../fonts/FuturaBT-Heavy.ttf') format('truetype'), url('../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg'); font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura Md BT'; src: url('../fonts/FuturaBT-Medium.eot'); src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Medium.woff2') format('woff2'), url('../fonts/FuturaBT-Medium.woff') format('woff'), url('../fonts/FuturaBT-Medium.ttf') format('truetype'), url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura Bk BT'; src: url('../fonts/FuturaBT-Book.eot'); src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-Book.woff2') format('woff2'), url('../fonts/FuturaBT-Book.woff') format('woff'), url('../fonts/FuturaBT-Book.ttf') format('truetype'), url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Futura XBlk BT'; src: url('../fonts/FuturaBT-ExtraBlack.eot'); src: url('../fonts/FuturaBT-ExtraBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/FuturaBT-ExtraBlack.woff2') format('woff2'), url('../fonts/FuturaBT-ExtraBlack.woff') format('woff'), url('../fonts/FuturaBT-ExtraBlack.ttf') format('truetype'), url('../fonts/FuturaBT-ExtraBlack.svg#FuturaBT-ExtraBlack') format('svg'); font-weight: 900; font-style: normal; font-display: swap; }
* { box-sizing: border-box; }
body { font-family: 'Futura Md BT'; padding: 0; margin: 0; box-sizing: border-box; }
img { font-size: 16px; max-width: 100%; }
ul { list-style: none; padding: 0; margin: 0; }
a { text-decoration: none; }
.text-color { color: #ff6144; }
.initials-input { margin-bottom: 20px; }

/*header-css*/
.header-wrapper { background: #00193d; padding: 15px 0; }
.header-wrapper .top-header { width: 25%; }
.logo { width: 15%; }
.header-wrapper .sight-heading h1 { font-size: 20px; font-weight: 600; color: #fff; }
.header-wrapper .sight-heading h4 { font-weight: normal; color: #ff6144; margin-bottom: 0; font-size: 15px; }
.header-wrapper nav.navbar .navbar-collapse li { padding: 0 10px; }
.header-wrapper nav.navbar .navbar-collapse li a { color: #fff; font-weight: 500; font-size: 17px; text-transform: capitalize; padding: 0; transition: .4s; }
.header-wrapper nav.navbar .navbar-collapse li a.active { color: #ff6144; }
.header-wrapper nav.navbar .navbar-collapse li a:hover { color: #ff6144; }

/*welcome-section-css*/
.welcome-here { padding: 50px 0; }
.welcome-here h1 { font-size: 45px; text-align: center; font-weight: 600; margin-bottom: 20px; }
.welcome-here h1 span { display: block; font-size: 25px; color: #ff6144; font-weight: 500; }
.welcome-here h4 { font-weight: bold; font-size: 20px; margin-bottom: 0; color: #00193d; }
.welcome-here .selling-quotes a { color: #ff6144; }

/*index-page-css*/
.tables-collection { padding-bottom: 40px; }
.main-heading li { font-size: 18px; text-align: center; width: auto; color: #fff; border: 1px solid #ff6144; padding: 10px 30px; background: #ff6144; }
.free-shiping span { font-weight: bold; color: #ff6144; }
.free-shiping { font-size: 18px; color: #00193d; border: 1px solid #bbb; max-width: 790px; margin: 30px auto 0; padding: 10px 20px; }
.tables-collection .table-sets { height: 100%; background: #fff; display: flex; flex-flow: row; align-items: center; flex-wrap: wrap; border-radius: 8px; border: 2px solid transparent; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; }
.tables-collection .table-sets:hover { border: 2px solid #ff6144; }
.tables-collection .table-sets .img-box { min-height: 270px; display: flex; align-items: center; justify-content: center; margin: auto; }
.tables-collection .table-sets .table-detail { margin-bottom: 10px; width: 100%; }
.price-box { border: 1px solid #00193d; background: #00193d; padding: 13px 5px; transition: .4s; width: 100%; margin-top: 10px; }
.price-box h5 { color: #ff6144; font-size: 16px; }
.price-box del { color: #fff; }
.tables-collection .table-sets .table-detail h6 { font-weight: 600; font-size: 18px; color: #00193d; min-height: 50px; }
.tables-collection .table-sets .table-detail p { padding: 6px 0; }
.tables-collection .table-sets .table-detail p span { font-style: italic; font-weight: 300; font-size: 15px; color: #656565; }

/*footer-css*/
.footer { background: #00193d; padding: 40px 0; }
.footer .card_img h3 { color: #fb7b63; }
.footer .card_img h3 span { color: #fff; }
.footer .icon-adders ul li { font-size: 16px; color: #fff; font-weight: normal; }
.footer .icon-adders ul li strong { font-weight: normal; color: #fb7b63; }
.footer .icon-adders ul li a { color: #fff; transition: .3s; font-weight: 500; }
.footer .icon-adders ul li a:hover { color: #fb7b63; }
.footer .icon-adders ul li span { color: #fb7b63; }
.footer .icon-adders ul li img { background: #00193d; }
.footer .usapad-logo { background: #fff; width: 162px; margin: 0 auto; height: 122px; padding: 10px; }

/*contact-page-css*/
.contact-us .contact-pag { margin: 10px 0 50px; }
.contact-us .contact-pag ul { display: flex; justify-content: space-between; gap: 10px; text-align: center; flex-wrap: wrap; }
.contact-us .contact-pag ul li { width: calc(25% - 10px); background: #fff; border: 1px solid #ccc; padding: 20px 10px; font-size: 18px; position: relative; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; }
.contact-us .contact-pag ul li:hover { background: #00193d; color: #fff; }
.contact-us .contact-pag ul li figure { overflow: hidden; height: 32px; width: 32px; display: block; margin: 10px auto 7px; position: relative; }
.contact-pag ul li:hover figure::before { left: 0; transition: 0.4s; }
.contact-us .contact-pag ul li figure::before { background: url(./images/address-icon-1.png); position: absolute; top: 0; height: 32px; width: 32px; content: ""; left: -100px; right: 0; margin: 0 auto; }
.contact-us .product-sections img { transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; }
.contact-us .contact-pag ul li span { display: block; font-size: 16px; color: #ff6144; }
.contact-us .contact-pag ul li span a { color: #ff6144; }
.contact-us .Disclaimer { padding: 40px 0; background: #000; color: #fff; }
.contact-us .Disclaimer h4 { font-size: 26px; font-weight: bold; color: #fff; margin-bottom: 7px; }
.contact-us .Disclaimer p span { color: #df510b; text-decoration: underline; font-weight: 500; }
.leather-items { padding: 50px 0; background: #00193d; }
.leather-items .title-box-text h2 { font-size: 36px; font-weight: 600; margin-bottom: 20px; }
.leather-items .title-box-text p { font-size: 18px; margin-bottom: 5px; position: relative; }
.croco-lether-item { padding: 40px 0; background: #dcdfb9cf; }
.leather-items .item-info { background: #fff; height: 100%; padding: 15px; text-align: center; margin-bottom: 10px; border: 2px solid transparent; position: relative; border-radius: 8px; display: flex; flex-flow: column; }
.leather-items .item-info:hover { border: 2px solid #ff6144; }
.leather-items .item-info .img-box { min-height: 110px; justify-content: center; display: flex; align-items: center; }
.item-heading { font-size: 16px; font-weight: 600; margin: 10px 0; line-height: 24px; min-height: 40px; color: #00193d; }
.leather-items .item-info p { font-style: italic; font-weight: 300; font-size: 15px; margin-bottom: 20px; }
.item-selection { padding: 50px 0 30px; background: #dcdfb9cf; }
.item-selection h2 { font-size: 20px; font-weight: bold; color: #ff6144; }
.item-selection p { font-size: 18px; font-weight: 500; }
.item-selection .selected-item { width: 100%; display: inline-block; text-align: center; }
.item-selection .selected-item .item { float: left; }
.item-selection .selected-item .item.coad { width: 15%; }
.item-selection .selected-item .item.name { width: 40%; }
.item-selection .selected-item .item.price { width: 12%; }
.item-selection .selected-item .item.quantity { width: 33%; }
.item-selection .selected-item .item strong { margin-bottom: 20px; display: block; color: #00193d; background: #ccc; padding: 15px 0; text-align: center; }
.item-selection .selected-item .item li { margin-bottom: 10px; height: 30px; }
.item-selection .selected-item .item li:nth-child(odd) { background: #dbd1d1; }
.item-selection .selected-item .item li { margin-bottom: 10px; height: 30px; }
.item-selection .selected-item .item li input { width: 100px; }
.item-selection .table thead th { padding: 10px; }
.item-selection .table>:not(caption)>*>* { background: transparent; }
.item-selection .table-wrapper { overflow-x: auto; }
.item-selection .table-wrapper .submit-form { text-align: center; margin-bottom: 20px; }
.item-selection .table-wrapper .submit-form input { height: 40px; padding: 0 10px; outline: none; width: 130px; transition: .4s; margin-right: 10px; border: 1px solid #ccc; background: #fff; transition: .4s; }
.item-selection .table-wrapper .submit-form input:hover { background: #000; color: #fff; }
.item-selection .table-wrapper table.table td, .item-selection .table-wrapper table.table th { white-space: nowrap; }
.item-selection .table-wrapper table.table td input { width: 70px; text-align: center; }
.cart-items { padding: 50px 0; background: #dcdfb9cf; }
.cart-items .item-box { }
.cart-items .item-detail .item-titel h2 { font-weight: 600; margin-bottom: 15px; font-size: 23px; }
.cart-items .item-detail .item-titel h2 span { font-size: 16px; color: #00193d; font-weight: 500; padding-top: 15px; display: block; }
.cart-items .item-detail .price { margin-bottom: 0; color: #ff6144; font-size: 18px; font-weight: 300; text-transform: capitalize; }
.cart-items .item-detail .price span { font-size: 16px; color: #000; font-weight: normal; }
.cart-items .item-detail .selected-items p span.inner-ditils { font-weight: normal; }
.cart-heading p { font-weight: 600; color: #00193d; font-size: 17px; margin-bottom: 10px; }
.cart-items .item-detail .item-description { padding: 10px 10px; background: #fffafa61; border-radius: 10px; margin: 25px 0; }
.cart-items .item-detail .item-description ol { margin: 0; padding: 0 0 0 18px; color: #656565; }
.cart-items .img-wrapper { background: #fff; border: 2px solid #fff; box-shadow: 0 2px 9px 5px #ccc; padding: 40px; display: inline-block; border-radius: 8px; }
.cart-items .item-detail .item-description ol li { padding-left: 10px; margin-bottom: 10px; }
.cart-items .item-detail .selected-items { padding-bottom: 25px; border-bottom: 1px solid #ccc; margin-bottom: 25px; }
.cart-items .item-detail .selected-items:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
.cart-items .item-detail .selected-items p { margin-bottom: 0; font-weight: 500; font-size: 18px; }
.cart-items .color-selector { padding-bottom: 20px; }
.cart-items .item-detail .selected-items .color-choice { margin-bottom: 15px; font-weight: normal; font-size: 16px; }
.cart-items .item-detail p.personalization { font-weight: normal; font-style: italic; font-size: 16px; padding: 5px 0; color: #ff6144; }
.cart-items .item-detail .selected-items p.personalization span { color: #ff6144; }
.cart-items .item-detail .selected-items input { text-align: center; height: 45px; padding: 0 10px; outline: none; width: 164px; transition: .4s; margin-right: 10px; border: 1px solid #ccc; background: #fff; }
.cart-items .item-detail .selected-items input:last-child { margin-right: 0; }
.cart-items .item-detail .selected-items .quentity { float: left; padding: 10px 10px 10px 0 }
.cart-items .item-detail .selected-items strong { font-weight: 500; display: block; margin-bottom: 5px; color: #ff6144; font-size: 16px; }
.cart-items .item-detail .selected-items .quentity input { outline: none; width: 100px; height: 40px; padding: 0 10px; border: oldlace; text-align: center; }
.cart-items .item-detail .selected-items select { height: 40px; border-radius: 0; padding: 0 10px; outline: none; width: 100%; max-width: 520px; border: 1px solid #ccc; }
.cart-items .item-detail .selected-items p.price { margin-bottom: 15px; }
.cart-items .item-detail .selected-items input[type="submit"]:hover { background: #000; color: #fff; }
.color-wrapper { padding: 50px 0; background: #f1f1f1; color: #00193d; }
.color-wrapper .color-titel h4 { font-size: 28px; font-weight: bold; }
.color-wrapper .color-titel strong { color: #ff6144; }
.color-wrapper .color-titel p { color: #656565; margin-bottom: 0; padding: 5px 0; }
.color-wrapper .color-box li { border: 1px solid #ccc; margin: 10px; display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; width: 140px; padding: 10px; }
.croco-lether-item .title-box-text h2 { font-size: 24px; font-weight: bold; }
section.copyright { background: #00193d; color: #fff; font-weight: 500; padding: 5px 0; border-top: 1px solid #333; }
@media (max-width:1399px) {
    .container { max-width: 100%; }
}
@media (max-width:1199px) {
    .header-wrapper nav.navbar .navbar-collapse li { padding: 0 5px; }
    .header-wrapper nav.navbar .navbar-collapse li a { font-size: 15px; }
    .header-wrapper .top-header .sight-heading h1 { font-size: 16px; }
}
@media (max-width:991px) {
    .logo { position: absolute; top: 0px; z-index: 99; left: 15px; width: 100%; max-width: 180px; }
    .top-header.text-center { width: 100%; padding-top: 15px; }
    .header-wrapper .top-header .sight-heading { text-align: center; padding: 0 20px; }
    .header-wrapper .top-header .sight-heading h1 { font-size: 30px; }
    .header-wrapper .top-header .sight-heading h4 { font-size: 16px; }
    .welcome-here { padding-top: 13px; padding-bottom: 20px; }
    .cart-items .img-wrapper {width: 100%;}
    .container { width: 100%; max-width: 100%; }
    .main-heading li { padding: 10px 15px; font-size: 16px; }
    .tables-collection p.free-shiping { max-width: 738px; }
    .contact-us .contact-pag ul li { font-size: 16px; }
    .footer .usapad-logo { width: 110px; }
    .header-wrapper { padding: 76px 0 20px; }
    .coustom-nav { padding: 0; }
    .cart-items .img-wrapper { padding: 20px; }

    /*navbar-css*/
    .header-wrapper nav.navbar .navbar-toggler { position: absolute; top: 17px; right: 15px; background: #fff; box-shadow: none; bottom: 17px; padding: 3px 9px; }
    .header-wrapper nav.navbar .navbar-collapse { position: absolute; top: 78px; z-index: 9999; right: 0; width: 0; min-height: 450px; overflow: hidden; background: #e7e7e7; left: auto; bottom: 0; height: 100%; transition: .5s; }
    .header-wrapper nav.navbar .navbar-collapse li { border-bottom: 1px solid #ccc; padding: 15px 10px; }
    .header-wrapper nav.navbar .navbar-collapse li a { color: #00193d; }
    .header-wrapper nav.navbar .navbar-collapse.show { right: 0; width: 245px; }
    nav.navbar.navbar-expand-lg.justify-content-center.coustom-nav { position: absolute; right: 0; top: 0; background: #cec5c5; padding: 39px 0; width: 100%; }
    .cart-items .item-detail .selected-items select { max-width: 100%; }
    .cart-items .item-detail .selected-items { display: block; }
}
@media (max-width:767px) {
    .header-wrapper nav.navbar { padding: 31px 0; }
    .main-heading li { width: 100%; margin-bottom: 15px; font-size: 16px; padding: 10px; }
    .tables-collection p.free-shiping { font-size: 16px; margin: 0 0 15px 0; }
    .welcome-here h4 { margin-bottom: 20px; }
    .welcome-here span.block-767 { display: block; margin-bottom: 5px; font-size: 18px; }
    .footer .usapad-logo { margin-left: 0; width: 162px; }
    .contact-us .contact-pag ul li span { font-size: 15px; }
    .contact-us .contact-pag ul li { width: calc(50% - 10px); margin-top: 10px; }
    .contact-us .welcome-here { padding-top: 20px; }
    .contact-us .welcome-here h4 { margin-bottom: 0; }
    .cart-items .item-detail .item-titel h2 { font-size: 22px; }
    .cart-items .item-detail .item-titel h2 span { font-size: 18px; margin-top: 5px; }
    .cart-heading p { font-size: 16px; }
    .cart-items .item-detail .item-description ol li { font-size: 15px; margin-bottom: 5px; }
    .color-wrapper .color-titel h4 { font-size: 22px; }
}
@media (max-width:575px) {
    .header-wrapper .top-header .sight-heading h1 { font-size: 19px; }
    .welcome-here span.block-767 { font-size: 16px; }
    .item-selection h2 { font-size: 16px; }
    .item-selection p { font-size: 16px; }
    .free-shiping { font-size: 16px; }
    .cart-items .item-detail .selected-items input { width: 93px; margin-right: 0; font-size: 14px; padding: 0; }
}
@media (max-width:399px) {
    .header-wrapper .top-header .sight-heading { padding: 0 10px; }
    .header-wrapper .top-header .sight-heading h1 { font-size: 16px; }
    .footer .icon-adders ul li { font-size: 14px; }
    .contact-us .contact-pag ul li { width: 100%; }
    .cart-heading p { font-size: 14px; }
    .color-wrapper .color-titel h4 { font-size: 18px; }
    .cart-items .item-detail .item-titel h2 { font-size: 18px; }
}