/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Karla:ital,wght@0,200..800;1,200..800&family=Manrope:wght@200..800&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Archivo:ital,wght@0,100..900;1,100..900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Karla:ital,wght@0,200..800;1,200..800&family=Manrope:wght@200..800&family=Sora:wght@100..800&display=swap');

html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'karla', sans-serif;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    background-color: #F7F3EB !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #142B3D !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{ padding:20px 0;}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{ margin:40px 0 20px;}
#back-top > a {bottom: 1%;color: #000;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;/* position: absolute; */top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {padding: 20px;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{ margin:0; display:table-cell; vertical-align:middle; padding:10px;}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {background: #303030;}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding: 17px;font-size: 12px;letter-spacing: 1px;text-decoration: none;color: #dddddd;font-weight: 700;text-transform: uppercase;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;background-color: #DFA866;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 30px 0;
}
.sec-faq h2{
    margin: 0 0 50px;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #8E8E8E;
    margin-bottom: 10px;
    padding: 20px;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #FF173D;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}

/* ====================================================MY CSS================================================================== */
.site-header {
    position: relative;
    background: #f7f3eb;
    border-bottom: 1px solid #ded3c2;
    z-index: 50;
}

.site-header .logo a img {
    display: block;
    height: auto;
}


.site-header .menu {
    position: relative;
}

.site-header .menu > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header .menu > ul > li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header .menu > ul > li > a {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 42px 0;
    color: #142b3d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease;
}

.site-header .menu > ul > li > a:hover {
    color: #b87539;
}


/* Shop Arrow */
.site-header .menu .shop-menu > a::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 8px;
    font-weight: 900;
    margin-left: 2px;
    transition: 0.3s ease;
}

.site-header .menu .shop-menu:hover > a::after {
    transform: rotate(180deg);
}


/* Shop Menu */
.site-header .menu .shop-menu {
    position: relative;
}


/* Dropdown */
.site-header .menu .shop-menu .shop-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 448px;
    width: max-content;
    max-width: 850px;
    padding: 24px 26px 18px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 10px;
    box-shadow: 0 12px 30px rgba(20, 43, 61, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 10px);
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease,
        transform 0.25s ease;
    z-index: 9999;
}

.site-header .menu .shop-menu:hover .shop-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}


/* Dropdown Heading */
.site-header .menu .shop-dropdown .dropdown-title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eadfce;
}

.site-header .menu .shop-dropdown .dropdown-title h4 {
    margin: 0;
    color: #ad713b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
}


/* Dynamic Columns */
.site-header .menu .shop-dropdown .dropdown-categories {
    display: flex;
    align-items: flex-start;
    gap: 34px;
    padding: 12px 0;
}

.site-header .menu .shop-dropdown .category-column {
    flex: 1 1 0;
    min-width: 180px;
}


/* Category Lists */
.site-header .menu .shop-dropdown .category-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header .menu .shop-dropdown .category-column ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-header .menu .shop-dropdown .category-column ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 8px 0;
    color: #304356;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    transition: 0.25s ease;
}

.site-header .menu .shop-dropdown .category-column ul li a:hover {
    color: #b87539;
    transform: translateX(3px);
}

.site-header .menu .shop-dropdown .category-column ul li a span:first-child {
    flex: 1;
}

.site-header .menu .shop-dropdown .category-column ul li a span:last-child {
    flex: 0 0 auto;
    color: #a39786;
    font-size: 12px;
}


/* Dropdown Bottom */
.site-header .menu .shop-dropdown .dropdown-bottom {
    padding-top: 13px;
    border-top: 1px solid #eadfce;
}

.site-header .menu .shop-dropdown .dropdown-bottom a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a96732;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
    text-decoration: none;
    transition: 0.3s ease;
}

.site-header .menu .shop-dropdown .dropdown-bottom a i {
    font-size: 10px;
    transition: 0.3s ease;
}

.site-header .menu .shop-dropdown .dropdown-bottom a:hover {
    color: #142b3d;
}

.site-header .menu .shop-dropdown .dropdown-bottom a:hover i {
    transform: translateX(4px);
}


/* Header Right */
.site-header .header-right {
    display: flex;
    align-items: center;
    gap: 28px;
}


/* Search */
.site-header .header-search {
    width: 100px;
}

.site-header .header-search form {
    position: relative;
}

.site-header .header-search form i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #9c8d78;
    font-size: 12px;
    pointer-events: none;
}

.site-header .header-search form input {
    width: 62%;
    height: 40px;
    padding: 0 15px 0 39px;
    background: transparent;
    border: 1px solid #d7c4aa;
    border-radius: 50px;
    outline: none;
    color: #142b3d;
    font-size: 13px;
    transition: 0.3s ease;
}

.site-header .header-search form input:focus {
    border-color: #b87539;
    box-shadow: 0 0 0 3px rgba(184, 117, 57, 0.08);
}

.site-header .header-search form input::placeholder {
    color: #777;
}


/* Account */
.site-header .header-account {
    display: flex;
    align-items: center;
}

.site-header .header-account a {
    color: #142b3d;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.site-header .header-account a:hover {
    color: #b87539;
}


/* Cart */
.site-header .header-cart {
    display: flex;
    align-items: center;
}

.site-header .header-cart a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 17px;
    background: #142b3d;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: 0.3s ease;
}

.site-header .header-cart a:hover {
    background: #b87539;
    transform: translateY(-2px);
}

.site-header .header-cart a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 21px;
    background: #dfa866;
    border-radius: 50%;
    color: #142b3d;
    font-size: 11px;
    font-weight: 700;
}
.topbar {
    background: #142b3d;
    padding: 10px 0;
}

.topbar .row {
    align-items: center;
}

.topbar .topbar-left {
    display: flex;
    align-items: center;
}

.topbar .topbar-left p {
    margin: 0;
    color: #f5f1e9;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.2px;
}

.topbar .topbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.topbar .topbar-right span {
    color: #89949b;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
}

.topbar .topbar-right ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.topbar .topbar-right ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topbar .topbar-right ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #3b4e5d;
    border-radius: 50%;
    color: #c89b67;
    font-size: 10px;
    text-decoration: none;
    transition: 0.3s ease;
}

.topbar .topbar-right ul li a:hover {
    background: #c89b67;
    border-color: #c89b67;
    color: #142b3d;
}

.section-1 {
    position: relative;
    min-height: 620px;
    display: flex;
}
.section-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(100deg, rgba(246, 242, 234, 0.96) 0%, rgba(246, 242, 234, 0.86) 30%, rgba(246, 242, 234, 0.35) 52%, rgba(246, 242, 234, 0) 68%);
}

.section-1 .container {
    position: relative;
    z-index: 2;
}

.section-1 .row {
    min-height: 620px;
}

.section-1 .banner-content {
    position: relative;
    max-width: 600px;
    padding: 60px 0;
    z-index: 2;
}

.section-1 .banner-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
}

.section-1 .banner-subtitle i {
    color: #b87539;
    font-size: 18px;
}

.section-1 .banner-subtitle span {
    color: #a96832;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
}

.section-1 .banner-title {
    margin-bottom: 20px;
}

.section-1 .banner-title h1 {
    margin: 0;
    color: #142b3d;
    font-size: 76px;
    font-weight: 800;
    line-height: 0.9;
    letter-spacing: -3px;
}

.section-1 .banner-description {
    max-width: 520px;
    margin-bottom: 25px;
}

.section-1 .banner-description p {
    margin: 0;
    color: black;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.45;
}

.section-1 .banner-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 28px;
}

.section-1 .banner-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 34px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease;
}

.section-1 .banner-buttons .primary-btn {
    background: #142b3d;
    border: 1px solid #142b3d;
    color: #ffffff;
}

.section-1 .banner-buttons .primary-btn:hover {
    background: #b87539;
    border-color: #b87539;
}

.section-1 .banner-buttons .secondary-btn {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #142b3d;
    color: #142b3d;
}

.section-1 .banner-buttons .secondary-btn:hover {
    background: #142b3d;
    color: #ffffff;
}

.section-1 .banner-features {
    margin-top: 10px;
}

.section-1 .banner-features ul {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-1 .banner-features ul li {
    position: relative;
    color: black;
    font-size: 16px;
    list-style: none;
}

.section-1 .banner-features ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 1px;
    height: 14px;
    background: #d4c9b8;
    transform: translateY(-50%);
}
.section-2 {
    padding: 65px 0 70px;
    background: #f7f3eb;
}

.section-2 .section-heading {
    padding-bottom: 18px;
    border-bottom: 1px solid #ded2c0;
}

.section-2 .section-heading h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #142b3d;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.section-2 .section-heading h2 i {
    color: #ad713b;
    font-size: 21px;
}

.section-2 .section-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 18px;
    border-bottom: 1px solid #ded2c0;
}

.section-2 .section-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #142b3d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-decoration: none;
    transition: 0.3s ease;
}

.section-2 .section-link a:hover {
    color: #ad713b;
}

.section-2 .section-link a i {
    font-size: 10px;
    transition: 0.3s ease;
}

.section-2 .section-link a:hover i {
    transform: translateX(4px);
}


.section-2 .category-list {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 16px;
    margin-top: 25px;
}


.section-2 .category-box {
    min-width: 0;
}

.section-2 .category-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #eee9e1;
}

.section-2 .category-image a {
    display: block;
}

.section-2 .category-image a img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition:
        transform 0.5s ease,
        filter 0.4s ease;
}

.section-2 .category-box:hover .category-image a img {
    transform: scale(1.07);
    filter: brightness(0.94);
}


.section-2 .category-content {
    padding-top: 10px;
}

.section-2 .category-content h3 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.section-2 .category-content h3 a {
    color: #142b3d;
    text-decoration: none;
    transition: 0.3s ease;
}

.section-2 .category-box:hover .category-content h3 a {
    color: #ad713b;
}

.section-2 .category-content span {
    display: block;
    color: #a27449;
    font-size: 11px;
    line-height: 1.2;
}
.section-3 {
    padding: 80px 0;
    background: #f7f3eb;
}

.section-3 .section-heading {
    padding-bottom: 18px;
    border-bottom: 1px solid #dfd3c1;
}

.section-3 .section-heading h2 {
    margin: 0;
    color: #142b3d;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.section-3 .product-tabs {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 18px;
    border-bottom: 1px solid #dfd3c1;
}

.section-3 .product-tabs ul {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-3 .product-tabs ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-3 .product-tabs ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 17px;
    border: 1px solid #d8c9b4;
    border-radius: 9px;
    color: #142b3d;
    background: transparent;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.section-3 .product-tabs ul li a:hover,
.section-3 .product-tabs ul li a.active {
    background: #142b3d;
    border-color: #142b3d;
    color: #ffffff;
    transform: translateY(-2px);
}


.section-3 .product-box {
    position: relative;
    margin-top: 27px;
    padding: 12px;
    background: #fffdf8;
    border: 1px solid #dfd2c0;
    border-radius: 10px;
    overflow: hidden;
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.section-3 .product-box:hover {
    transform: translateY(-8px);
    border-color: #c9a77c;
    box-shadow: 0 16px 35px rgba(20, 43, 61, 0.12);
}


.section-3 .product-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: #f2ede5;
}

.section-3 .product-image a {
    display: block;
    overflow: hidden;
}

.section-3 .product-image a img {
    display: block;
    width: 100%;
    height: 235px;
    object-fit: cover;
    transition:
        transform 0.6s ease,
        filter 0.4s ease;
}

.section-3 .product-box:hover .product-image a img {
    transform: scale(1.07);
    filter: brightness(0.96);
}


.section-3 .product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    transition: transform 0.35s ease;
}

.section-3 .product-box:hover .product-badge {
    transform: translateY(-2px);
}

.section-3 .product-badge span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 0 10px;
    background: #ad713b;
    border-radius: 20px;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.6px;
}


.section-3 .product-content {
    padding-top: 12px;
}

.section-3 .product-category {
    margin-bottom: 7px;
}

.section-3 .product-category span {
    color: #ad713b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
}


.section-3 .product-title {
    min-height: 42px;
}

.section-3 .product-title h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.35;
}

.section-3 .product-title h3 a {
    color: #142b3d;
    text-decoration: none;
    transition: color 0.25s ease;
}

.section-3 .product-title h3 a:hover {
    color: #ad713b;
}


.section-3 .product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 14px;
}

.section-3 .product-price {
    display: flex;
    align-items: center;
    gap: 7px;
}

.section-3 .product-price span {
    color: #142b3d;
    font-size: 14px;
    font-weight: 700;
}

.section-3 .product-price del {
    color: #9a9184;
    font-size: 13px;
}


.section-3 .product-cart {
    overflow: hidden;
    border-radius: 8px;
}

.section-3 .product-cart a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 31px;
    padding: 0 13px;
    background: #142b3d;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.section-3 .product-cart a i {
    max-width: 0;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.3s ease;
}

.section-3 .product-cart a:hover {
    background: #ad713b;
    padding-right: 16px;
}

.section-3 .product-cart a:hover i {
    max-width: 20px;
    opacity: 1;
    transform: translateX(0);
}

.section-4 {
    padding: 75px 0;
    background: #142b3d;
    overflow: hidden;
}

.section-4 .cowhide-content {
    max-width: 500px;
}

.section-4 .cowhide-subtitle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.section-4 .cowhide-subtitle i {
    color: #e2ae70;
    font-size: 18px;
}

.section-4 .cowhide-subtitle span {
    color: #e2ae70;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-4 .cowhide-title {
    margin-bottom: 20px;
}

.section-4 .cowhide-title h2 {
    margin: 0;
    color: #f7f0e5;
    font-size: 52px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -2px;
}

.section-4 .cowhide-description {
    max-width: 480px;
    margin-bottom: 24px;
}

.section-4 .cowhide-description p {
    margin: 0;
    color: #e0dbd2;
    font-size: 16px;
    line-height: 1.5;
}

.section-4 .cowhide-button {
    display: flex;
}

.section-4 .cowhide-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 28px;
    background: #e2ae70;
    border: 1px solid #e2ae70;
    border-radius: 8px;
    color: #142b3d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-decoration: none;
    transition: 0.3s ease;
}

.section-4 .cowhide-button a:hover {
    background: transparent;
    color: #e2ae70;
    transform: translateY(-3px);
}


.section-4 .cowhide-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.section-4 .cowhide-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.section-4 .cowhide-gallery .gallery-item a {
    display: block;
}

.section-4 .cowhide-gallery .gallery-item a img {
    display: block;
    width: 100%;
    height: 205px;
    object-fit: cover;
    transition:
        transform 0.55s ease,
        filter 0.4s ease;
}

.section-4 .cowhide-gallery .gallery-item:hover a img {
    transform: scale(1.07);
    filter: brightness(0.85);
}

.section-4 .cowhide-gallery .gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(226, 174, 112, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease;
}

.section-4 .cowhide-gallery .gallery-item:hover::after {
    opacity: 1;
}

.section-5 {
    padding: 110px 0 50px 0px;
    background: #f7f3eb;
}

.section-5 .section-heading {
    padding-bottom: 14px;
    border-bottom: 1px solid #dfd2bf;
}

.section-5 .section-heading h2 {
    margin: 0;
    color: #142b3d;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
}


.section-5 .best-sellers {
    padding-right: 25px;
}

.section-5 .best-seller-list {
    margin-top: 22px;
}

.section-5 .best-seller-item {
    display: flex;
    align-items: center;
    gap: 15px;
    min-height: 88px;
    padding: 10px 8px;
    border-bottom: 1px solid #e1d5c4;
    transition: 0.3s ease;
}

.section-5 .best-seller-item:hover {
    padding-left: 14px;
    background: rgba(255, 255, 255, 0.35);
}

.section-5 .best-seller-image {
    flex: 0 0 64px;
}

.section-5 .best-seller-image a {
    display: block;
}

.section-5 .best-seller-image a img {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 7px;
    transition: 0.35s ease;
}

.section-5 .best-seller-item:hover .best-seller-image a img {
    transform: scale(1.05);
}

.section-5 .best-seller-content {
    flex: 1;
}

.section-5 .best-seller-content h3 {
    margin: 0 0 3px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

.section-5 .best-seller-content h3 a {
    color: #142b3d;
    text-decoration: none;
}

.section-5 .best-seller-content h3 a:hover {
    color: #ad713b;
}

.section-5 .best-seller-content span {
    color: #9a8c79;
    font-size: 10px;
}

.section-5 .best-seller-price {
    flex: 0 0 auto;
    text-align: right;
}

.section-5 .best-seller-price .woocommerce-Price-amount {
    color: #142b3d;
    font-size: 14px;
    font-weight: 700;
}

.section-5 .best-seller-price del {
    color: #9d9589;
    font-size: 12px;
}

.section-5 .best-seller-price ins {
    text-decoration: none;
}


.section-5 .testimonials {
    padding-left: 20px;
}

.section-5 .testimonial-heading {
    position: relative;
}

.section-5 .testimonial-heading .section-heading {
    padding-right: 90px;
}

.section-5 .testimonial-arrows {
    position: absolute;
    top: -4px;
    right: 0px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.section-5 .testimonial-arrows button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    background: transparent;
    border: 1px solid #d7c6ad;
    border-radius: 8px;
    color: #142b3d;
    cursor: pointer;
    transition: 0.3s ease;
}

.section-5 .testimonial-arrows button:hover {
    background: #142b3d;
    border-color: #142b3d;
    color: #ffffff;
}

.section-5 .testimonial-arrows button i {
    font-size: 11px;
}


.section-5 .testimonial-slider {
    margin-top: 22px;
}

.section-5 .testimonial-slide {
    padding-bottom: 14px;
}

.section-5 .testimonial-box {
    min-height: 125px;
    padding: 20px 20px 17px;
    background: #fffdf8;
    border: 1px solid #dfd1bd;
    border-radius: 9px;
    transition: 0.3s ease;
}

.section-5 .testimonial-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(20, 43, 61, 0.07);
}

.section-5 .testimonial-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 11px;
}

.section-5 .testimonial-stars i {
    color: #ad713b;
    font-size: 9px;
}

.section-5 .testimonial-content p {
    margin: 0;
    color: #56616a;
    font-size: 14px;
    font-style: italic;
    line-height: 1.55;
}

.section-5 .testimonial-author {
    margin-top: 13px;
}

.section-5 .testimonial-author span {
    color: #746d64;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.9px;
}


.section-5 .testimonial-slider .slick-dots {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
}

.section-5 .testimonial-slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.section-5 .testimonial-slider .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 0;
    background: #d2c1a7;
    border: 0;
    border-radius: 50%;
    font-size: 0;
    transition: 0.3s ease;
}

.section-5 .testimonial-slider .slick-dots li.slick-active button {
    width: 22px;
    background: #142b3d;
    border-radius: 20px;
}


/* cart Chekout css */
.woocommerce div.product form.cart button {
    background-color: #0C2E2C;
    color: white;
    border: none;
    padding: 13px 20px !important;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Karla';
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce div.product form.cart button:hover {
    background-color: #0C2E2C;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    padding: 13px 20px;
}
.product-title {
    font-size: 45px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .quantity input {
    padding: 15px;
    border: 1px solid #E5E5E5;
    width: 70px;
    text-align: center;
}
.tab-menu li {
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 5px;
    background: #24514A;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
}

.product-left {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.wp-block-woocommerce-cart {
    container-type: inline-size;
    padding: 50px 0px 0px 0px;
}
.wc-block-cart .wc-block-cart__submit-container a {
    padding: 0;
    background-color: #2A5A5E;
    color: white;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 500;
    font-size: 20px;
    font-family: 'Poltawski Nowy';
}
.wc-block-components-formatted-money-amount {
    font-family: 'Karla';
    white-space: nowrap;
    padding: 0 10px 0 0px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 16px !important;
    color: black;
    font-weight: 600 !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: #2A5A5E;
    border: 0;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: #2A5A5E;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: white;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: 14px;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-decoration: none;
    text-shadow: none;
    text-transform: inherit;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap;
    padding: 7px 12px 7px 12px;
    border-radius: 17px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: #1F4447; 
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}
span.price.wc-block-components-product-price {
    font-size: 16px;
}
.is-large.wc-block-cart .wc-block-cart-items {
    border: 1px solid #E5E5E5;
    border-spacing: 0px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    padding: 10px 26px 10px 15px;
    white-space: nowrap;
}
th.wc-block-cart-items__header-image span {
    font-size: 14px;
    font-family: 'Karla';
    font-weight: 500;
    color: black;
}
th.wc-block-cart-items__header-total span {
    font-size: 14px;
    font-family: 'Karla';
    font-weight: 500;
    color: black;
}
.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 6px 3px 6px;
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #3B68F5;
    color: white;
}
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    border-color: #2A5A5E;
    color: #2A5A5E !important;
}
.wc-block-cart .wc-block-components-sidebar {
        margin-top: 4px;
        border: 1px solid #E5E5E5;
        padding: 10px;
        margin-bottom: 42px;
}
.is-large.wc-block-cart .wc-block-cart-items {
    border: 1px solid #E5E5E5;
    border-spacing: 0px;
}
.wp-block-woocommerce-checkout {
    padding-top: 80px !important;
    padding-bottom: 40px;
}
summary__title .wc-block-components-checkout-order-summary__title-text {
    flex-grow: 1;
    font-weight: 500;
    margin: 0 0 16px 16px;
    font-size: 16px;
    font-family: poppins;
    padding-left: 10px;
}
.wc-block-components-form {
    counter-reset: checkout-step;
    border: 1px solid #E5E5E5;
    padding: 16px;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 0px;
}
.wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word;
    font-family: Poltawski Nowy !important;
    font-size: 20px;
    font-weight: 600;
}
.wc-block-components-checkout-step__description {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 16px;
    font-family: poppins;
}
.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
    font-size: 14px;
    margin: 4px 0 0;
    font-family: poppins;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span {
    line-height: 1.5em;
    vertical-align: middle;
    font-family: Poltawski Nowy !important;
    font-size: 15px;
    font-weight: 500;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background-color: #071A3D;
    border-color: #2A5A5E;
    font-family: 'Raleway';
    font-size: 16px;
    border: none;
}
components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    align-items: center;
    display: flex
;
    color: white;
    font-size: 15px;
    font-family: poppins;
    text-transform: uppercase;
    font-weight: 500;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
    background: #071A3D !important;
    color: white !important;
    font-size: 14px !important;
    text-decoration: none !important;
    padding: 4px 27px 27px 4px !important;
    border-radius: 17px !important;
}
.is-large.wc-block-cart .wc-block-cart-items th{
        padding: 10px 26px 10px 15px !important;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{
        background: #071A3D !important;
        border: 0 !important;
        color: white !important;
        font-weight: 400 !important;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link){
    color: white;
    font-family: 'Karla';
}
.section-5 a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: #181684;
    color: #fff;
    padding: 8px 20px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: Raleway;
    font-weight: 600;
    font-size: 11.18px;
    line-height: 100%;
    text-transform: capitalize;
    margin-right: 9px;
}
.woocommerce span.onsale {
    background-color: #4379FF !important;
    font-size: 12px !important;
    font-family: 'Raleway' !important;
    margin-top: 21px !important;
}

.single-product h1.entry-title {
    display: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
}
del {
    color: #9D9D9C;
    font-family: Raleway;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: line-through;
}

ins {
    color: #031F84;
    font-family: Raleway;
    font-size: 25.91px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-family: 'Karla';
}
woocommerce woocommerce-page breadcrumb {
    display: none !important;
}

/* Cart Chekout Css end */

.section-6 {
    padding: 70px 0;
    background: #f7f3eb;
}

.section-6 .newsletter-box {
    padding: 48px 40px;
    background: #fffdf8;
    border: 1px solid #dacbb6;
    border-radius: 10px;
}

.section-6 .newsletter-content {
    max-width: 540px;
}

.section-6 .newsletter-icon {
    margin-bottom: 14px;
}

.section-6 .newsletter-icon i {
    color: #ad713b;
    font-size: 24px;
}

.section-6 .newsletter-title {
    margin-bottom: 10px;
}

.section-6 .newsletter-title h2 {
    margin: 0;
    color: #142b3d;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1px;
}

.section-6 .newsletter-description {
    max-width: 490px;
}

.section-6 .newsletter-description p {
    margin: 0;
    color: #5d6871;
    font-size: 14px;
    line-height: 1.5;
}


.section-6 .newsletter-form {
    width: 100%;
}

.section-6 .newsletter-form form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-6 .newsletter-field {
    flex: 1;
}

.section-6 .newsletter-field input {
    width: 100%;
    height: 46px;
    padding: 0 16px;
    background: #f7f3eb;
    border: 1px solid #d5c3a8;
    border-radius: 8px;
    outline: none;
    color: #142b3d;
    font-size: 13px;
    transition: 0.3s ease;
}

.section-6 .newsletter-field input::placeholder {
    color: #8d8b86;
}

.section-6 .newsletter-field input:focus {
    border-color: #ad713b;
    box-shadow: 0 0 0 3px rgba(173, 113, 59, 0.08);
}


.section-6 .newsletter-button {
    flex: 0 0 auto;
}

.section-6 .newsletter-button button {
    height: 46px;
    padding: 0 26px;
    background: #142b3d;
    border: 1px solid #142b3d;
    border-radius: 8px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
}

.section-6 .newsletter-button button:hover {
    background: #ad713b;
    border-color: #ad713b;
    transform: translateY(-2px);
}

footer {
    padding: 55px 0 25px;
    background: #142b3d;
}

footer .footer-about {
    max-width: 260px;
}

footer .footer-logo {
    margin-bottom: 25px;
}

footer .footer-logo a {
    display: inline-block;
}

footer .footer-logo a img {
    display: block;
    width: 125px;
    height: auto;
}

footer .footer-description {
    margin-bottom: 18px;
}

footer .footer-description p {
    margin: 0;
    color: #c7c5bf;
    font-size: 12px;
    line-height: 1.7;
}

footer .footer-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-social ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #53626d;
    border-radius: 50%;
    color: #e1ae70;
    font-size: 12px;
    text-decoration: none;
    transition: 0.3s ease;
}

footer .footer-social ul li a:hover {
    background: #e1ae70;
    border-color: #e1ae70;
    color: #142b3d;
    transform: translateY(-3px);
}


footer .footer-menu {
    padding-left: 30px;
}

footer .footer-title {
    margin-bottom: 12px;
}

footer .footer-title h4 {
    margin: 0;
    color: #f4efe6;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
}

footer .footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-menu ul li {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}

footer .footer-menu ul li a {
    position: relative;
    display: inline-block;
    color: #c7c5bf;
    font-size: 16px;
    line-height: 2.3;
    text-decoration: none;
    transition: 0.3s ease;
}

footer .footer-menu ul li a:hover {
    color: #e1ae70;
    transform: translateX(4px);
}


footer .footer-bottom {
    margin-top: 35px;
    padding-top: 18px;
    border-top: 1px solid #34495a;
}

footer .footer-copyright p {
    margin: 0;
    color: #bbbcb8;
    font-size: 15px;
    line-height: 1.5;
}

footer .footer-copyright p a {
    color: #e1ae70;
    text-decoration: none;
}

footer .footer-copyright p a:hover {
    color: #ffffff;
}


footer .footer-payment {
    text-align: right;
}

footer .footer-payment p {
    margin: 0;
    color: #bbbcb8;
    font-size: 15px;
    line-height: 1.5;
}

.about-1 {
    position: relative;
    min-height: 510px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* Dark left overlay */
.about-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(20, 43, 61, 0.98) 0%,
        rgba(20, 43, 61, 0.90) 55%,
        rgba(20, 43, 61, 0.55) 80%,
        rgba(20, 43, 61, 0) 100%
    );
    z-index: 1;
}


/* Slight overlay over complete image */
.about-1::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(15, 29, 39, 0.10);
    z-index: 1;
}


.about-1 .container {
    position: relative;
    z-index: 2;
}


.about-1 .about-banner-content {
    max-width: 620px;
    padding: 70px 0;
}


/* Subtitle */
.about-1 .about-banner-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

.about-1 .about-banner-subtitle i {
    color: #dfa866;
    font-size: 18px;
}

.about-1 .about-banner-subtitle span {
    color: #dfa866;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2.5px;
}


/* Heading */
.about-1 .about-banner-title {
    margin-bottom: 22px;
}

.about-1 .about-banner-title h1 {
    margin: 0;
    color: #f7f0e4;
    font-size: 62px;
    font-weight: 800;
    line-height: 0.98;
    letter-spacing: -1.5px;
}


/* Description */
.about-1 .about-banner-description {
    max-width: 600px;
}

.about-1 .about-banner-description p {
    margin: 0;
    color: #e6dfd4;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.6;
}

.about-2 {
    padding: 40px 0;
    background: #f7f3eb;
}


.about-2 .about-stat-box {
    height: 100%;
    min-height: 138px;
    padding: 20px 20px 18px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
    transition: 0.3s ease;
}


/* Hover */
.about-2 .about-stat-box:hover {
    transform: translateY(-5px);
    border-color: #c99a68;
    box-shadow: 0 12px 25px rgba(20, 43, 61, 0.08);
}


/* Number */
.about-2 .about-stat-number {
    margin-bottom: 6px;
}

.about-2 .about-stat-number h2 {
    margin: 0;
    color: #142b3d;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
}


/* Small Heading */
.about-2 .about-stat-title {
    margin-bottom: 8px;
}

.about-2 .about-stat-title h4 {
    margin: 0;
    color: #b87539;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.6px;
}


/* Description */
.about-2 .about-stat-description p {
    margin: 0;
    color: #746d64;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
}

.about-3 {
    padding: 75px 0;
    background: #f7f3eb;
}

.about-3 .about-story-content {
    max-width: 570px;
    padding-right: 30px;
}

.about-3 .about-story-heading {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dfd2bf;
}

.about-3 .about-story-heading h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #142b3d;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.2;
}

.about-3 .about-story-heading h2 i {
    color: #ad713b;
    font-size: 19px;
}

.about-3 .about-story-description p {
    margin: 0 0 18px;
    color: #435565;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.about-3 .about-story-description p:last-child {
    margin-bottom: 0;
}


.about-3 .about-story-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.about-3 .about-story-gallery .story-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    background: #ebe5dc;
}

.about-3 .about-story-gallery .story-gallery-item img {
    display: block;
    width: 100%;
    height: 315px;
    object-fit: cover;
    transition:
        transform 0.55s ease,
        filter 0.4s ease;
}

.about-3 .about-story-gallery .story-gallery-item:hover img {
    transform: scale(1.06);
    filter: brightness(0.92);
}

.about-3 .about-story-gallery .story-gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(173, 113, 59, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: 0.35s ease;
}

.about-3 .about-story-gallery .story-gallery-item:hover::after {
    opacity: 1;
}

.about-4 {
    padding: 65px 0 60px;
    background: #142b3d;
}


/* Heading */

.about-4 .about-values-heading {
    margin-bottom: 30px;
}

.about-4 .about-values-heading h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #dfa866;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}

.about-4 .about-values-heading h4 i {
    color: #dfa866;
    font-size: 17px;
}


/* Card */

.about-4 .about-value-box {
    height: 100%;
    min-height: 160px;
    padding: 20px 19px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid #355064;
    border-radius: 8px;
    transition: 0.35s ease;
}


/* Card Hover */

.about-4 .about-value-box:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.05);
    border-color: #dfa866;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}


/* Number */

.about-4 .about-value-number {
    margin-bottom: 7px;
}

.about-4 .about-value-number span {
    display: block;
    color: #dfa866;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}


/* Title */

.about-4 .about-value-title {
    margin-bottom: 8px;
}

.about-4 .about-value-title h3 {
    margin: 0;
    color: #f6efe3;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}


/* Description */

.about-4 .about-value-description p {
    margin: 0;
    color: #bdc4c8;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}


/* Number Hover */

.about-4 .about-value-box:hover .about-value-number span {
    transform: translateX(4px);
}

.about-4 .about-value-number span {
    transition: 0.3s ease;
}

.about-5 {
    padding: 50px 0 60px;
    background: #f7f3eb;
}


/* Heading */

.about-5 .about-timeline-heading {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd1bf;
}

.about-5 .about-timeline-heading h2 {
    margin: 0;
    color: #142b3d;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}


/* Timeline Row */

.about-5 .row:last-child {
    position: relative;
    padding-top: 17px;
}


/* Gold Top Line */

.about-5 .row:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    height: 1px;
    background: #c7935e;
}


/* Timeline Box */

.about-5 .about-timeline-box {
    position: relative;
    padding-right: 30px;
    transition: 0.3s ease;
}


/* Year */

.about-5 .about-timeline-year {
    margin-bottom: 6px;
}

.about-5 .about-timeline-year h3 {
    margin: 0;
    color: #a86e3b;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    transition: 0.3s ease;
}


/* Title */

.about-5 .about-timeline-title {
    margin-bottom: 6px;
}

.about-5 .about-timeline-title h4 {
    margin: 0;
    color: #142b3d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
}


/* Description */

.about-5 .about-timeline-description p {
    margin: 0;
    color: #837a6e;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}


/* Hover */

.about-5 .about-timeline-box:hover {
    transform: translateY(-3px);
}

.about-5 .about-timeline-box:hover .about-timeline-year h3 {
    color: #d99e62;
}

.about-6 {
    padding: 45px 0 60px;
    background: #f7f3eb;
}


/* Main Box */

.about-6 .about-quote-wrapper {
    padding: 40px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
}


/* Image */

.about-6 .about-quote-image {
    overflow: hidden;
    border-radius: 7px;
}

.about-6 .about-quote-image img {
    display: block;
    width: 100%;
    height: 365px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-6 .about-quote-wrapper:hover .about-quote-image img {
    transform: scale(1.025);
}


/* Content */

.about-6 .about-quote-content {
    max-width: 500px;
    padding-left: 20px;
}


/* Icon */

.about-6 .about-quote-icon {
    margin-bottom: 18px;
}

.about-6 .about-quote-icon i {
    color: #ad713b;
    font-size: 22px;
}


/* Quote */

.about-6 .about-quote-text {
    margin-bottom: 16px;
}

.about-6 .about-quote-text p {
    margin: 0;
    color: #435565;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
}


/* Author */

.about-6 .about-quote-author span {
    display: block;
    color: #71695e;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
}
.about-7 {
    padding: 40px 0 55px;
    background: #f7f3eb;
}


.about-7 .about-contact-box {
    height: 100%;
    min-height: 130px;
    padding: 22px 20px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
    transition: 0.3s ease;
}


/* Hover */

.about-7 .about-contact-box:hover {
    transform: translateY(-5px);
    border-color: #c49361;
    box-shadow: 0 12px 25px rgba(20, 43, 61, 0.07);
}


/* Small Label */

.about-7 .about-contact-label {
    margin-bottom: 8px;
}

.about-7 .about-contact-label span {
    display: block;
    color: #ad713b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.5px;
}


/* Title */

.about-7 .about-contact-title {
    margin-bottom: 9px;
}

.about-7 .about-contact-title h3 {
    margin: 0;
    color: #142b3d;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.about-7 .about-contact-title h3 a {
    color: #142b3d;
    text-decoration: none;
    transition: 0.3s ease;
}

.about-7 .about-contact-title h3 a:hover {
    color: #ad713b;
}


/* Description */

.about-7 .about-contact-description p {
    margin: 0;
    color: #81786d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}

.about-8 {
    padding: 25px 0 55px;
    background: #f7f3eb;
}


.about-8 .about-cta-box {
    padding: 45px 38px;
    background: #142b3d;
    border-radius: 8px;
}


/* Content */

.about-8 .about-cta-content {
    max-width: 500px;
}


.about-8 .about-cta-title {
    margin-bottom: 12px;
}

.about-8 .about-cta-title h2 {
    margin: 0;
    color: #f7f0e4;
    font-size: 38px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.5px;
}


.about-8 .about-cta-description {
    max-width: 390px;
}

.about-8 .about-cta-description p {
    margin: 0;
    color: #ded8cf;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}


/* Buttons */

.about-8 .about-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}


.about-8 .about-cta-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 27px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease;
}


/* Shop Button */

.about-8 .about-cta-buttons .shop-btn {
    background: #dfa866;
    border: 1px solid #dfa866;
    color: #142b3d;
}

.about-8 .about-cta-buttons .shop-btn:hover {
    background: #f7f0e4;
    border-color: #f7f0e4;
    transform: translateY(-3px);
}


/* Wholesale Button */

.about-8 .about-cta-buttons .wholesale-btn {
    background: transparent;
    border: 1px solid #496173;
    color: #f7f0e4;
}

.about-8 .about-cta-buttons .wholesale-btn:hover {
    background: #f7f0e4;
    border-color: #f7f0e4;
    color: #142b3d;
    transform: translateY(-3px);
}

.wholesale-1 {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* Dark Overlay */

.wholesale-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(20, 43, 61, 0.98) 0%,
        rgba(20, 43, 61, 0.88) 28%,
        rgba(20, 43, 61, 0.48) 52%,
        rgba(20, 43, 61, 0.10) 75%,
        rgba(20, 43, 61, 0) 100%
    );
    z-index: 1;
}


.wholesale-1 .container {
    position: relative;
    z-index: 2;
}


/* Content */

.wholesale-1 .wholesale-banner-content {
    max-width: 590px;
    padding: 50px 0;
}


/* Subtitle */

.wholesale-1 .wholesale-banner-subtitle {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 17px;
}

.wholesale-1 .wholesale-banner-subtitle i {
    color: #dfa866;
    font-size: 17px;
}

.wholesale-1 .wholesale-banner-subtitle span {
    color: #dfa866;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}


/* Heading */

.wholesale-1 .wholesale-banner-title {
    margin-bottom: 15px;
}

.wholesale-1 .wholesale-banner-title h1 {
    margin: 0;
    color: #f7f0e4;
    font-size: 55px;
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -1px;
}


/* Description */

.wholesale-1 .wholesale-banner-description {
    max-width: 530px;
    margin-bottom: 20px;
}

.wholesale-1 .wholesale-banner-description p {
    margin: 0;
    color: #e2ddd4;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}


/* Buttons */

.wholesale-1 .wholesale-banner-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wholesale-1 .wholesale-banner-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.2px;
    text-decoration: none;
    transition: 0.3s ease;
}


/* Apply */

.wholesale-1 .wholesale-banner-buttons .apply-btn {
    background: #dfa866;
    border: 1px solid #dfa866;
    color: #142b3d;
}

.wholesale-1 .wholesale-banner-buttons .apply-btn:hover {
    background: #f7f0e4;
    border-color: #f7f0e4;
    transform: translateY(-3px);
}


/* Terms */

.wholesale-1 .wholesale-banner-buttons .terms-btn {
    background: rgba(20, 43, 61, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.30);
    color: #ffffff;
}

.wholesale-1 .wholesale-banner-buttons .terms-btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #142b3d;
    transform: translateY(-3px);
}

.wholesale-2 {
    padding: 42px 0;
    background: #f7f3eb;
}


.wholesale-2 .wholesale-stat-box {
    height: 100%;
    min-height: 135px;
    padding: 18px 19px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
    transition: 0.3s ease;
}


/* Hover */

.wholesale-2 .wholesale-stat-box:hover {
    transform: translateY(-5px);
    border-color: #c7935e;
    box-shadow: 0 12px 25px rgba(20, 43, 61, 0.07);
}


/* Number */

.wholesale-2 .wholesale-stat-number {
    margin-bottom: 7px;
}

.wholesale-2 .wholesale-stat-number h2 {
    margin: 0;
    color: #142b3d;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}


/* Small Title */

.wholesale-2 .wholesale-stat-title {
    margin-bottom: 8px;
}

.wholesale-2 .wholesale-stat-title h4 {
    margin: 0;
    color: #ad713b;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
}


/* Description */

.wholesale-2 .wholesale-stat-description p {
    margin: 0;
    color: #81786d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
}

.wholesale-3 {
    padding: 65px 0 70px;
    background: #f7f3eb;
}


/* =========================
   COMMON HEADING
========================= */

.wholesale-3 .wholesale-3-heading {
    margin-bottom: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dfd2bf;
}

.wholesale-3 .wholesale-3-heading h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #142b3d;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.wholesale-3 .wholesale-3-heading h2 i {
    color: #ad713b;
    font-size: 19px;
}


/* =========================
   LEFT BENEFITS
========================= */

.wholesale-3 .wholesale-benefits {
    padding-right: 25px;
}


.wholesale-3 .wholesale-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 23px;
    transition: 0.3s ease;
}

.wholesale-3 .wholesale-benefit-item:last-child {
    margin-bottom: 0;
}


/* Number */

.wholesale-3 .benefit-number {
    flex: 0 0 25px;
    padding-top: 2px;
}

.wholesale-3 .benefit-number span {
    display: block;
    color: #ad713b;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    transition: 0.3s ease;
}


/* Content */

.wholesale-3 .benefit-content {
    max-width: 390px;
}

.wholesale-3 .benefit-content h3 {
    margin: 0 0 5px;
    color: #142b3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.wholesale-3 .benefit-content p {
    margin: 0;
    color: #66727b;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
}


/* Benefit Hover */

.wholesale-3 .wholesale-benefit-item:hover {
    transform: translateX(5px);
}

.wholesale-3 .wholesale-benefit-item:hover .benefit-number span {
    color: #d79755;
}


/* =========================
   RIGHT SIDE
========================= */

.wholesale-3 .wholesale-trade {
    padding-left: 15px;
}


/* Grid */

.wholesale-3 .trade-category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 12px;
}


/* Category */

.wholesale-3 .trade-category-box {
    min-width: 0;
}


/* Image */

.wholesale-3 .trade-category-image {
    position: relative;
    overflow: hidden;
    height: 122px;
    background: #ebe5dc;
    border-radius: 8px;
}

.wholesale-3 .trade-category-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.wholesale-3 .trade-category-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}


/* subtle image overlay */

.wholesale-3 .trade-category-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20, 43, 61, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
}


.wholesale-3 .trade-category-box:hover .trade-category-image img {
    transform: scale(1.07);
}

.wholesale-3 .trade-category-box:hover .trade-category-image::after {
    opacity: 1;
}


/* Category Content */

.wholesale-3 .trade-category-content {
    padding-top: 7px;
}

.wholesale-3 .trade-category-content h3 {
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.wholesale-3 .trade-category-content h3 a {
    color: #142b3d;
    text-decoration: none;
    transition: 0.25s ease;
}

.wholesale-3 .trade-category-content h3 a:hover {
    color: #ad713b;
}

.wholesale-3 .trade-category-content span {
    display: block;
    color: #938778;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
}

.wholesale-4 {
    padding: 60px 0;
    background: #142b3d;
}


.wholesale-4 .wholesale-process-heading {
    margin-bottom: 30px;
}

.wholesale-4 .wholesale-process-heading h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #dfa866;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}

.wholesale-4 .wholesale-process-heading h4 i {
    color: #dfa866;
    font-size: 17px;
}


.wholesale-4 .wholesale-process-box {
    height: 100%;
    min-height: 158px;
    padding: 20px 19px;
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid #355064;
    border-radius: 8px;
    transition: 0.35s ease;
}

.wholesale-4 .wholesale-process-box:hover {
    transform: translateY(-6px);
    background: rgba(255, 255, 255, 0.05);
    border-color: #dfa866;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}


.wholesale-4 .wholesale-process-number {
    margin-bottom: 7px;
}

.wholesale-4 .wholesale-process-number span {
    display: block;
    color: #dfa866;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    transition: 0.3s ease;
}

.wholesale-4 .wholesale-process-box:hover .wholesale-process-number span {
    transform: translateX(4px);
}


.wholesale-4 .wholesale-process-title {
    margin-bottom: 8px;
}

.wholesale-4 .wholesale-process-title h3 {
    margin: 0;
    color: #f7f0e4;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}


.wholesale-4 .wholesale-process-description p {
    margin: 0;
    color: #bdc4c8;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
}

.wholesale-5 {
    padding: 65px 0 25px;
    background: #f7f3eb;
}


/* Left Form Box */

.wholesale-5 .wholesale-application-box {
    padding: 30px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
}

.wholesale-5 .wholesale-form-heading {
    margin-bottom: 25px;
}

.wholesale-5 .wholesale-form-heading h2 {
    margin: 0 0 7px;
    color: #142b3d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.wholesale-5 .wholesale-form-heading p {
    margin: 0;
    color: #81786d;
    font-size: 12px;
    line-height: 1.65;
}


/* CF7 Rows */

.wholesale-5 .trade-form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.wholesale-5 .trade-form-field {
    width: 50%;
}

.wholesale-5 .trade-form-field label,
.wholesale-5 .trade-form-group > label {
    display: block;
    margin-bottom: 7px;
    color: #746d63;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
}


/* Inputs */

.wholesale-5 .trade-form input[type="text"],
.wholesale-5 .trade-form input[type="email"],
.wholesale-5 .trade-form textarea {
    width: 100%;
    background: #f7f3eb;
    border: 1px solid #d6c4aa;
    border-radius: 8px;
    outline: none;
    color: #142b3d;
    font-size: 12px;
    transition: 0.3s ease;
}

.wholesale-5 .trade-form input[type="text"],
.wholesale-5 .trade-form input[type="email"] {
    height: 42px;
    padding: 0 14px;
}

.wholesale-5 .trade-form textarea {
    height: 118px;
    padding: 13px 14px;
    resize: vertical;
}

.wholesale-5 .trade-form input:focus,
.wholesale-5 .trade-form textarea:focus {
    border-color: #ad713b;
    box-shadow: 0 0 0 3px rgba(173, 113, 59, 0.07);
}


/* Groups */

.wholesale-5 .trade-form-group {
    margin-bottom: 18px;
}


/* CF7 radio/checkbox options */

.wholesale-5 .trade-options .wpcf7-list-item {
    margin: 0 7px 7px 0;
}

.wholesale-5 .trade-options .wpcf7-list-item label {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 14px;
    background: #fffdf8;
    border: 1px solid #d5c3a8;
    border-radius: 30px;
    color: #142b3d;
    font-size: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.wholesale-5 .trade-options .wpcf7-list-item label:hover {
    border-color: #ad713b;
}

.wholesale-5 .trade-options input[type="radio"],
.wholesale-5 .trade-options input[type="checkbox"] {
    margin-right: 7px;
    accent-color: #142b3d;
}


/* Submit bottom */

.wholesale-5 .trade-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wholesale-5 .trade-form-note p {
    margin: 0;
    color: #938a7e;
    font-size: 10px;
}

.wholesale-5 .trade-form-submit input {
    min-height: 41px;
    padding: 0 25px;
    background: #142b3d;
    border: 1px solid #142b3d;
    border-radius: 8px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
}

.wholesale-5 .trade-form-submit input:hover {
    background: #ad713b;
    border-color: #ad713b;
    transform: translateY(-2px);
}


/* CF7 messages */

.wholesale-5 .wpcf7-spinner {
    display: none;
}

.wholesale-5 .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 10px;
}

.wholesale-5 .wpcf7 form .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 11px;
}


/* Right Side */

.wholesale-5 .wholesale-info {
    padding-left: 15px;
}

.wholesale-5 .wholesale-info-box {
    margin-bottom: 14px;
    padding: 20px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
    transition: 0.3s ease;
}

.wholesale-5 .wholesale-info-box:hover {
    transform: translateY(-3px);
    border-color: #c7935e;
    box-shadow: 0 10px 22px rgba(20, 43, 61, 0.06);
}

.wholesale-5 .wholesale-info-icon {
    margin-bottom: 12px;
}

.wholesale-5 .wholesale-info-icon i {
    color: #ad713b;
    font-size: 22px;
}

.wholesale-5 .wholesale-info-label {
    margin-bottom: 6px;
}

.wholesale-5 .wholesale-info-label span {
    color: #ad713b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.wholesale-5 .wholesale-info-title {
    margin-bottom: 7px;
}

.wholesale-5 .wholesale-info-title h3 {
    margin: 0;
    color: #142b3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.wholesale-5 .wholesale-info-title h3 a {
    color: #142b3d;
    text-decoration: none;
}

.wholesale-5 .wholesale-info-title h3 a:hover {
    color: #ad713b;
}

.wholesale-5 .wholesale-info-description p {
    margin: 0;
    color: #81786d;
    font-size: 11px;
    line-height: 1.6;
}


/* Dark CTA */

.wholesale-5 .wholesale-contact-box {
    padding: 22px 20px;
    background: #142b3d;
    border-radius: 8px;
}

.wholesale-5 .wholesale-contact-label {
    margin-bottom: 9px;
}

.wholesale-5 .wholesale-contact-label span {
    color: #dfa866;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.wholesale-5 .wholesale-contact-description {
    margin-bottom: 13px;
}

.wholesale-5 .wholesale-contact-description p {
    margin: 0;
    color: #d6d9da;
    font-size: 11px;
    line-height: 1.65;
}

.wholesale-5 .wholesale-contact-link a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #dfa866;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}

.wholesale-5 .wholesale-contact-link a i {
    transition: 0.3s ease;
}

.wholesale-5 .wholesale-contact-link a:hover i {
    transform: translateX(4px);
}

@media only screen and (max-width: 991px) {

    .wholesale-5 .wholesale-application-box {
        padding: 24px;
    }

    .wholesale-5 .wholesale-info {
        padding-left: 5px;
    }

}


@media only screen and (max-width: 767px) {

    .wholesale-5 {
        padding: 50px 0;
    }

    .wholesale-5 .wholesale-application-box {
        margin-bottom: 30px;
    }

    .wholesale-5 .wholesale-info {
        padding-left: 0;
    }

}


@media only screen and (max-width: 575px) {

    .wholesale-5 .trade-form-row {
        display: block;
        margin-bottom: 0;
    }

    .wholesale-5 .trade-form-field {
        width: 100%;
        margin-bottom: 15px;
    }

    .wholesale-5 .trade-form-bottom {
        display: block;
    }

    .wholesale-5 .trade-form-note {
        margin-bottom: 15px;
    }

    .wholesale-5 .trade-form-submit input {
        width: 100%;
    }

    .wholesale-5 .trade-options .wpcf7-list-item {
        display: inline-block;
    }

}

.contact-1 {
    padding: 32px 0 42px;
    background: #142b3d;
}


.contact-1 .contact-banner-content {
    max-width: 620px;
}


/* Breadcrumb */

.contact-1 .contact-breadcrumb {
    margin-bottom: 20px;
}

.contact-1 .contact-breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-1 .contact-breadcrumb ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-1 .contact-breadcrumb ul li a,
.contact-1 .contact-breadcrumb ul li span {
    color: #82909a;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
}

.contact-1 .contact-breadcrumb ul li:last-child span {
    color: #dfa866;
}

.contact-1 .contact-breadcrumb ul li a:hover {
    color: #dfa866;
}


/* Subtitle */

.contact-1 .contact-banner-subtitle {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 16px;
}

.contact-1 .contact-banner-subtitle i {
    color: #dfa866;
    font-size: 17px;
}

.contact-1 .contact-banner-subtitle span {
    color: #dfa866;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
}


/* Title */

.contact-1 .contact-banner-title {
    margin-bottom: 11px;
}

.contact-1 .contact-banner-title h1 {
    margin: 0;
    color: #f7f0e4;
    font-size: 54px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -1px;
}


/* Description */

.contact-1 .contact-banner-description {
    max-width: 590px;
}

.contact-1 .contact-banner-description p {
    margin: 0;
    color: #e0dbd2;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}


/* Reply Time */

.contact-1 .contact-reply-time {
    text-align: right;
    padding-bottom: 5px;
}

.contact-1 .reply-time-number {
    margin-bottom: 4px;
}

.contact-1 .reply-time-number h2 {
    margin: 0;
    color: #dfa866;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.contact-1 .reply-time-label span {
    color: white;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
}

.contact-2 {
    padding: 60px 0 70px;
    background: #f7f3eb;
}


/* Left Form Box */

.contact-2 .contact-form-box {
    padding: 30px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
}

.contact-2 .contact-form-heading {
    margin-bottom: 24px;
}

.contact-2 .contact-form-heading h2 {
    margin: 0 0 7px;
    color: #142b3d;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-2 .contact-form-heading p {
    margin: 0;
    max-width: 560px;
    color: #81786d;
    font-size: 12px;
    line-height: 1.65;
}


/* CF7 Rows */

.contact-2 .contact-form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.contact-2 .contact-form-field {
    width: 50%;
}

.contact-2 .contact-form-field label,
.contact-2 .contact-form-group > label {
    display: block;
    margin-bottom: 7px;
    color: #746d63;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.4px;
}


/* Inputs */

.contact-2 .contact-cf7-form input[type="text"],
.contact-2 .contact-cf7-form input[type="email"],
.contact-2 .contact-cf7-form input[type="tel"],
.contact-2 .contact-cf7-form textarea {
    width: 100%;
    background: #f7f3eb;
    border: 1px solid #d6c4aa;
    border-radius: 8px;
    outline: none;
    color: #142b3d;
    font-size: 12px;
    transition: 0.3s ease;
}

.contact-2 .contact-cf7-form input[type="text"],
.contact-2 .contact-cf7-form input[type="email"],
.contact-2 .contact-cf7-form input[type="tel"] {
    height: 42px;
    padding: 0 14px;
}

.contact-2 .contact-cf7-form textarea {
    height: 138px;
    padding: 13px 14px;
    resize: vertical;
}

.contact-2 .contact-cf7-form input:focus,
.contact-2 .contact-cf7-form textarea:focus {
    border-color: #ad713b;
    box-shadow: 0 0 0 3px rgba(173, 113, 59, 0.07);
}


/* Group */

.contact-2 .contact-form-group {
    margin-bottom: 18px;
}


/* Radio Options */

.contact-2 .contact-options .wpcf7-list-item {
    margin: 0 7px 7px 0;
}

.contact-2 .contact-options .wpcf7-list-item label {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 14px;
    background: #fffdf8;
    border: 1px solid #d5c3a8;
    border-radius: 30px;
    color: #142b3d;
    font-size: 10px;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-2 .contact-options .wpcf7-list-item label:hover {
    border-color: #ad713b;
}

.contact-2 .contact-options input[type="radio"] {
    margin-right: 7px;
    accent-color: #142b3d;
}


/* Form Bottom */

.contact-2 .contact-form-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.contact-2 .contact-form-note p {
    margin: 0;
    color: #938a7e;
    font-size: 13px;
}

.contact-2 .contact-form-submit input {
    min-height: 41px;
    padding: 0 27px;
    background: #142b3d;
    border: 1px solid #142b3d;
    border-radius: 8px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s ease;
}

.contact-2 .contact-form-submit input:hover {
    background: #ad713b;
    border-color: #ad713b;
    transform: translateY(-2px);
}


/* CF7 */

.contact-2 .wpcf7-spinner {
    display: none;
}

.contact-2 .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 10px;
}

.contact-2 .wpcf7 form .wpcf7-response-output {
    margin: 18px 0 0;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 11px;
}


/* Right Side */

.contact-2 .contact-info {
    padding-left: 15px;
}

.contact-2 .contact-info-box {
    margin-bottom: 14px;
    padding: 20px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
    transition: 0.3s ease;
}

.contact-2 .contact-info-box:hover {
    transform: translateY(-3px);
    border-color: #c7935e;
    box-shadow: 0 10px 22px rgba(20, 43, 61, 0.06);
}

.contact-2 .contact-info-label {
    margin-bottom: 6px;
}

.contact-2 .contact-info-label span {
    color: #ad713b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.contact-2 .contact-info-title {
    margin-bottom: 7px;
}

.contact-2 .contact-info-title h3 {
    margin: 0;
    color: #142b3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.contact-2 .contact-info-title h3 a {
    color: #142b3d;
    text-decoration: none;
    transition: 0.3s ease;
}

.contact-2 .contact-info-title h3 a:hover {
    color: #ad713b;
}

.contact-2 .contact-info-description p {
    margin: 0;
    color: #81786d;
    font-size: 13px;
    line-height: 1.6;
}


/* Store Hours */

.contact-2 .store-hours-box {
    padding: 22px 20px;
    background: #142b3d;
    border-radius: 8px;
}

.contact-2 .store-hours-heading {
    margin-bottom: 13px;
}

.contact-2 .store-hours-heading h4 {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    color: #dfa866;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.contact-2 .store-hours-heading h4 i {
    font-size: 15px;
}

.contact-2 .store-hours-list {
    margin-bottom: 13px;
}

.contact-2 .store-hours-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #31495b;
}

.contact-2 .store-hours-row span {
    color: #c4cace;
    font-size: 11px;
}

.contact-2 .store-hours-row strong {
    color: #f7f0e4;
    font-size: 11px;
    font-weight: 700;
}

.contact-2 .store-hours-note p {
    margin: 0;
    color: #c4cace;
    font-size: 10px;
    line-height: 1.6;
}
.contact-form-field br {
    display: none;
}

.contact-3 {
    padding: 38px 0 55px;
    background: #f7f3eb;
}


/* =========================
   TOP HEADING
========================= */

.contact-3 .contact-3-heading h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: #142b3d;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.contact-3 .contact-3-heading h2 i {
    color: #ad713b;
    font-size: 19px;
}


/* All FAQs */

.contact-3 .contact-3-link {
    display: flex;
    justify-content: flex-end;
}

.contact-3 .contact-3-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #142b3d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease;
}

.contact-3 .contact-3-link a i {
    font-size: 10px;
    transition: 0.3s ease;
}

.contact-3 .contact-3-link a:hover {
    color: #ad713b;
}

.contact-3 .contact-3-link a:hover i {
    transform: translateX(4px);
}


/* =========================
   FAQ AREA
========================= */

.contact-3 .contact-faqs {
    margin-top: 15px;
    border-top: 1px solid #dfd2bf;
}


/* Individual FAQ */

.contact-3 .contact-faq {
    border-bottom: 1px solid #dfd2bf;
}


/* Question */

.contact-3 .contact-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 54px;
    padding: 0 5px;
    cursor: pointer;
}

.contact-3 .contact-faq-question h3 {
    margin: 0;
    color: #142b3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    transition: 0.3s ease;
}

.contact-3 .contact-faq-question:hover h3 {
    color: #ad713b;
}


/* Plus / Minus */

.contact-3 .faq-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    color: #ad713b;
    cursor: pointer;
}

.contact-3 .faq-toggle i {
    font-size: 11px;
}


/* Answer */

.contact-3 .contact-faq-answer {
    display: none;
    padding: 2px 15px 20px 5px;
}

.contact-3 .contact-faq-answer p {
    max-width: 910px;
    margin: 0;
    color: black;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}


/* First/Open Item */

.contact-3 .contact-faq.active .contact-faq-answer {
    display: block;
}

.contact-4 {
    padding: 30px 0 55px;
    background: #f7f3eb;
}


.contact-4 .contact-wholesale-box {
    padding: 40px 38px;
    background: #142b3d;
    border-radius: 8px;
}


/* Left Content */

.contact-4 .contact-wholesale-content {
    max-width: 470px;
}

.contact-4 .contact-wholesale-title {
    margin-bottom: 10px;
}

.contact-4 .contact-wholesale-title h2 {
    margin: 0;
    color: #f7f0e4;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.5px;
}

.contact-4 .contact-wholesale-description {
    max-width: 430px;
}

.contact-4 .contact-wholesale-description p {
    margin: 0;
    color: #ded8cf;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}


/* Buttons */

.contact-4 .contact-wholesale-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.contact-4 .contact-wholesale-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    padding: 0 27px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease;
}


/* Wholesale */

.contact-4 .contact-wholesale-buttons .wholesale-info-btn {
    background: #dfa866;
    border: 1px solid #dfa866;
    color: #142b3d;
}

.contact-4 .contact-wholesale-buttons .wholesale-info-btn:hover {
    background: #f7f0e4;
    border-color: #f7f0e4;
    transform: translateY(-3px);
}


/* Browse Shop */

.contact-4 .contact-wholesale-buttons .browse-shop-btn {
    background: transparent;
    border: 1px solid #496173;
    color: #f7f0e4;
}

.contact-4 .contact-wholesale-buttons .browse-shop-btn:hover {
    background: #f7f0e4;
    border-color: #f7f0e4;
    color: #142b3d;
    transform: translateY(-3px);
}


.woocommerce-message a.button.wc-forward {
    background-color: black;
    color: #F7F3EB;
    font-family: 'Karla';
}


.woocommerce-message {
    padding: 18px 43px !important;
}

.single-product .product-price ins {
    font-family: 'Karla' !important;
}

.trackorder-1 {
    padding: 35px 0 40px;
    background: #142b3d;
}


/* =========================
   BREADCRUMB
========================= */

.trackorder-1 .trackorder-breadcrumb {
    margin-bottom: 25px;
}

.trackorder-1 .trackorder-breadcrumb ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.trackorder-1 .trackorder-breadcrumb ul li {
    margin: 0;
    padding: 0;
    color: #71808b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
    list-style: none;
}

.trackorder-1 .trackorder-breadcrumb ul li a {
    color: #8c9aa4;
    text-decoration: none;
    transition: 0.3s ease;
}

.trackorder-1 .trackorder-breadcrumb ul li a:hover {
    color: #dfa866;
}

.trackorder-1 .trackorder-breadcrumb ul li span {
    color: #dfa866;
}


/* =========================
   CONTENT
========================= */

.trackorder-1 .trackorder-content {
    max-width: 620px;
}

.trackorder-1 .trackorder-subtitle {
    margin-bottom: 15px;
}

.trackorder-1 .trackorder-subtitle span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #dfa866;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
}

.trackorder-1 .trackorder-subtitle span i {
    font-size: 17px;
}


/* Title */

.trackorder-1 .trackorder-title {
    margin-bottom: 8px;
}

.trackorder-1 .trackorder-title h1 {
    margin: 0;
    color: #f7f0e4;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
}


/* Description */

.trackorder-1 .trackorder-description {
    max-width: 530px;
}

.trackorder-1 .trackorder-description p {
    margin: 0;
    color: #ded7cb;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
}


/* =========================
   DISPATCH
========================= */

.trackorder-1 .trackorder-dispatch {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 2px;
}

.trackorder-1 .trackorder-dispatch strong {
    display: block;
    margin-bottom: 5px;
    color: #dfa866;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
}

.trackorder-1 .trackorder-dispatch span {
    color: #8c9aa4;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
}


/* My Account Page Css */
/*=====================================
WooCommerce My Account Page
======================================*/

.woocommerce-account .woocommerce {
    padding: 50px 0;
    font-family: "Archivo", system-ui, sans-serif;
}


/*=====================================
Account Navigation
======================================*/

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    border: 1px solid #999999;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999999;
    list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    min-height: 52px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    color: #222222;
    background-color: transparent;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: white;
    background-color: #142B3D;
}


/*=====================================
Account Content
======================================*/

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
    padding: 35px;
    background-color: #ffffff;
    border: 1px solid #999999;
}

.woocommerce-account .woocommerce-MyAccount-content > p:first-child {
    margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content p {
    margin: 0 0 18px;
    color: #444444;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.woocommerce-account .woocommerce-MyAccount-content p:last-child {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-content a {
}

.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #111111;
}


/*=====================================
Headings
======================================*/

.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    margin: 0 0 12px;
    color: #111111;
    font-family: "Archivo", system-ui, sans-serif;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
    font-size: 21px;
    line-height: 1.2;
}

.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 22px;
    line-height: 1.3;
}


/*=====================================
WooCommerce Notices
======================================*/

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info,
.woocommerce-account .woocommerce-error {
    margin: 0 0 19px;
    padding: 36px 20px;
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-top: 3px solid #c89422;
    list-style: none;
}

.woocommerce-account .woocommerce-error {
    border-top-color: #a73535;
}


/*=====================================
Orders Table
======================================*/

.woocommerce-account .woocommerce-orders-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border: 1px solid #999999;
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
    padding: 15px;
    color: #333333;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
}

.woocommerce-account .woocommerce-orders-table th:last-child,
.woocommerce-account .woocommerce-orders-table td:last-child {
    border-right: 0;
}

.woocommerce-account .woocommerce-orders-table thead th {
    color: #111111;
    background-color: #eeeeee;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button {
    min-height: 34px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    background-color: #c89422;
    border: 1px solid #c89422;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
}


/*=====================================
Addresses
======================================*/

.woocommerce-account .woocommerce-Addresses {
}

.woocommerce-account .woocommerce-Address {
    width: 100%;
    padding: 8px;
    border: 1px solid #999999;
}

.woocommerce-account .woocommerce-Address-title {
    margin-bottom: 18px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    gap: 15px;
}

.woocommerce-account .woocommerce-Address-title h3 {
    margin: 0;
}

.woocommerce-account .woocommerce-Address address {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.7;
    font-style: normal;
}


/*=====================================
Forms
======================================*/

.woocommerce-account .woocommerce-form-row {
    margin: 0 0 20px;
}

.woocommerce-account .woocommerce-form-row label {
    display: block;
    margin-bottom: 8px;
    color: #777777;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-form-row input.input-text,
.woocommerce-account .woocommerce-form-row textarea,
.woocommerce-account .woocommerce-form-row select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    color: #111111;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    outline: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 14px;
    transition:
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.woocommerce-account .woocommerce-form-row textarea {
    min-height: 130px;
    padding-top: 14px;
    resize: vertical;
}

.woocommerce-account .woocommerce-form-row input.input-text:focus,
.woocommerce-account .woocommerce-form-row textarea:focus,
.woocommerce-account .woocommerce-form-row select:focus {
    background-color: #ffffff;
    border-color: #c89422;
}

.woocommerce-account fieldset {
    margin: 30px 0 0;
    padding: 25px;
    border: 1px solid #999999;
}

.woocommerce-account fieldset legend {
    padding: 0 10px;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
}


/*=====================================
Buttons
======================================*/

.woocommerce-account button.button,
.woocommerce-account a.button,
.woocommerce-account input.button {
    min-height: 44px;
    justify-content: center;
    background-color: #142B3D !important;
    font-family: "Archivo", system-ui, sans-serif;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
    color: white !important;
    margin-top: 18px !important;
    padding: 15px 10px 10px 10px !important;
}

.woocommerce-account button.button:hover,
.woocommerce-account a.button:hover,
.woocommerce-account input.button:hover {
    color: #ffffff;
    background-color: #211f1e;
    border-color: #211f1e;
}


/*=====================================
Login and Register Page
======================================*/

.woocommerce-account:not(.logged-in) .woocommerce {
    display: block;
}

.woocommerce-account #customer_login {
}

.woocommerce-account #customer_login > div {
    /* width: 100%; */
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #999999;
}

.woocommerce-account #customer_login h2 {
    margin: 0 0 25px;
    color: #111111;
    font-size: 28px;
    font-weight: 700;
}

.woocommerce-account .woocommerce-form-login__rememberme {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce-account .woocommerce-LostPassword {
    margin-top: 15px;
}


/*=====================================
Responsive
======================================*/

@media screen and (max-width: 991px) {

    .woocommerce-account .woocommerce {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 25px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 28px;
    }

}

@media screen and (max-width: 767px) {

    .woocommerce-account .woocommerce {
        padding: 50px 0;
        grid-template-columns: 1fr;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        border-right: 1px solid #999999;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 25px 20px;
    }

    .woocommerce-account .woocommerce-Addresses,
    .woocommerce-account #customer_login {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .woocommerce-orders-table {
        display: block;
        overflow-x: auto;
    }

}

@media screen and (max-width: 575px) {

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        grid-template-columns: 1fr;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
        border-right: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 22px 16px;
    }

}
/* My Account Page css */


.trackorder-2 {
    padding: 55px 0 70px;
    background: #f7f3eb;
}


/* Search Box */

.trackorder-2 .track-search-box {
    padding: 24px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
}

.trackorder-2 .track-search-heading {
    margin-bottom: 20px;
}

.trackorder-2 .track-search-heading h2 {
    margin: 0 0 5px;
    color: #142b3d;
    font-size: 20px;
    font-weight: 700;
}

.trackorder-2 .track-search-heading p {
    margin: 0;
    color: #81786d;
    font-size: 11px;
}


.trackorder-2 .track-search-fields {
    display: flex;
    gap: 15px;
}

.trackorder-2 .track-search-field {
    width: 50%;
}

.trackorder-2 .track-search-field label {
    display: block;
    margin-bottom: 7px;
    color: #746d63;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.trackorder-2 .track-search-field input {
    width: 100%;
    height: 41px;
    padding: 0 13px;
    background: #f7f3eb;
    border: 1px solid #d6c4aa;
    border-radius: 7px;
    outline: none;
    color: #142b3d;
    font-size: 11px;
}

.trackorder-2 .track-search-field input:focus {
    border-color: #ad713b;
}


.trackorder-2 .track-search-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 14px;
}

.trackorder-2 .track-search-note span {
    color: #938a7e;
    font-size: 12px;
}

.trackorder-2 .track-search-button button {
    min-height: 38px;
    padding: 0 22px;
    background: #142b3d;
    border: 0;
    border-radius: 7px;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.8px;
    cursor: pointer;
    transition: 0.3s ease;
}

.trackorder-2 .track-search-button button:hover {
    background: #ad713b;
}

.trackorder-2 .track-search-button button:disabled {
    opacity: 0.6;
    cursor: wait;
}

.trackorder-2 .track-sidebar {
    padding-left: 15px;
}


/* =========================
   INFO CARDS
========================= */

.trackorder-2 .track-sidebar-box {
    margin-bottom: 14px;
    padding: 20px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
    transition: 0.3s ease;
}

.trackorder-2 .track-sidebar-box:hover {
    transform: translateY(-3px);
    border-color: #c8945f;
    box-shadow: 0 10px 24px rgba(20, 43, 61, 0.06);
}


/* Small Label */

.trackorder-2 .track-sidebar-label {
    margin-bottom: 8px;
}

.trackorder-2 .track-sidebar-label span {
    display: block;
    color: #ad713b;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.3px;
}


/* Title */

.trackorder-2 .track-sidebar-title {
    margin-bottom: 7px;
}

.trackorder-2 .track-sidebar-title h3 {
    margin: 0;
    color: #142b3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}


/* Description */

.trackorder-2 .track-sidebar-description p {
    margin: 0;
    color: #81786d;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
}


/* =========================
   HELP BOX
========================= */

.trackorder-2 .track-help-box {
    margin-top: 4px;
    padding: 20px;
    background: #142b3d;
    border-radius: 8px;
}


/* Heading */

.trackorder-2 .track-help-heading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 11px;
}

.trackorder-2 .track-help-heading i {
    color: #dfa866;
    font-size: 14px;
}

.trackorder-2 .track-help-heading span {
    color: #dfa866;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.2px;
}


/* Description */

.trackorder-2 .track-help-description {
    margin-bottom: 13px;
}

.trackorder-2 .track-help-description p {
    margin: 0;
    color: #d0d5d8;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.65;
}


/* Contact Link */

.trackorder-2 .track-help-link a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #dfa866;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s ease;
}

.trackorder-2 .track-help-link a i {
    font-size: 9px;
    transition: 0.3s ease;
}

.trackorder-2 .track-help-link a:hover {
    color: #ffffff;
}

.trackorder-2 .track-help-link a:hover i {
    transform: translateX(4px);
}
a:focus {
    outline: none !important;
}

.search-results-page {
    padding: 60px 0;
    background: #f7f3eb;
}

.search-results-page .search-page-heading {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfd2bf;
}

.search-results-page .search-page-heading h1 {
    margin: 0;
    color: #142b3d;
    font-size: 30px;
    font-weight: 700;
}

.search-results-page .search-page-heading h1 span {
    color: #ad713b;
}


.search-results-page .search-product-box {
    margin-bottom: 25px;
    padding: 12px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 9px;
    transition: 0.3s ease;
}

.search-results-page .search-product-box:hover {
    transform: translateY(-5px);
    border-color: #c7935e;
    box-shadow: 0 12px 26px rgba(20, 43, 61, 0.08);
}


.search-results-page .search-product-image {
    overflow: hidden;
    border-radius: 7px;
}

.search-results-page .search-product-image a img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: 0.4s ease;
}

.search-results-page .search-product-box:hover .search-product-image a img {
    transform: scale(1.05);
}


.search-results-page .search-product-content {
    padding-top: 12px;
}

.search-results-page .search-product-category {
    margin-bottom: 7px;
}

.search-results-page .search-product-category span {
    color: #ad713b;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.search-results-page .search-product-title {
    margin-bottom: 14px;
}

.search-results-page .search-product-title h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.search-results-page .search-product-title h3 a {
    color: #142b3d;
    text-decoration: none;
}

.search-results-page .search-product-title h3 a:hover {
    color: #ad713b;
}


.search-results-page .search-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.search-results-page .search-product-price {
    color: #142b3d;
    font-size: 14px;
    font-weight: 700;
}

.search-results-page .search-product-cart a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 13px;
    background: #142b3d;
    border-radius: 7px;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.search-results-page .search-product-cart a:hover {
    background: #ad713b;
}


.search-results-page .search-no-results {
    padding: 45px 20px;
    text-align: center;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
}

.search-results-page .search-no-results h2 {
    margin: 0 0 8px;
    color: #142b3d;
}

.search-results-page .search-no-results p {
    margin: 0;
    color: #81786d;
}


.shop-2{
    background: #F7F3EB;
    padding:60px 0;
}

.shop-2 .shop-filter-box{
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:14px;
    padding:20px;
    margin-bottom:22px;
}

.shop-2 .shop-filter-box h4{
    margin:0 0 18px;
    color:#071a3d;
    font-size:13px;
    font-family:'Manrope';
    font-weight:800;
    letter-spacing:1px;
    text-transform:uppercase;
}

.shop-2 .category-filter{
    list-style:none;
    padding:0;
    margin:0;
}

.shop-2 .category-filter li a{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:9px 10px;
    border-radius:7px;
    color:#4f5870;
    text-decoration:none;
    font-family:'Manrope';
    font-size:14px;
    font-weight:600;
}

.shop-2 .category-filter li a.active{
    background:#071a3d;
    color:#fff;
}

.shop-2 .category-filter li a span{
    background:#eef0f4;
    color:#7a8193;
    padding:2px 8px;
    border-radius:30px;
    font-size:12px;
}

.shop-2 .category-filter li a.active span{
    background:#d7b24d;
    color:#071a3d;
}

.shop-2 input[type="range"]{
    width:100%;
    accent-color:#d7b24d;
}

.shop-2 .price-range-text{
    display:flex;
    justify-content:space-between;
    margin-top:12px;
    color:#72798d;
    font-family:'Manrope';
}

.shop-2 .price-range-text strong{
    color:#071a3d;
    font-family:'Cormorant Garamond';
    font-size:20px;
}

.shop-2 .gift-help-box{
    background:#071a3d;
    border-radius:14px;
    padding:22px 20px;
    color:#fff;
}

.shop-2 .gift-help-box h3{
    margin:0 0 8px;
    font-family:'Cormorant Garamond';
    font-size:26px;
}

.shop-2 .gift-help-box h3 span{
    color:#f0c24d;
    font-style:italic;
}

.shop-2 .gift-help-box p{
    color:#cbd6f1;
    font-size:13px;
    line-height:1.6;
    font-family:'Manrope';
}

.shop-2 .gift-help-box a{
    display:inline-block;
    background:#d7b24d;
    color:#071a3d;
    padding:9px 15px;
    border-radius:7px;
    text-decoration:none;
    font-family:'Manrope';
    font-size:13px;
    font-weight:800;
}

.shop-2 .shop-topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.shop-2 .shop-topbar p{
    margin:0;
    color:#4f5870;
    font-family:'Manrope';
    font-size:14px;
}

.shop-2 .shop-topbar form{
    display:flex;
    align-items:center;
    gap:10px;
}

.shop-2 .shop-topbar label{
    color:#7a8193;
    font-family:'Manrope';
    font-size:14px;
}

.shop-2 .shop-topbar select{
    height:40px;
    border:1px solid #d8d8d8;
    border-radius:8px;
    padding:0 15px;
    min-width:145px;
    font-family:'Manrope';
    color:#071a3d;
}

.shop-2 .shop-product-box{
    background:#fff;
    border:1px solid #e8e8e8;
    border-radius:14px;
    overflow:hidden;
    margin-bottom:25px;
    box-shadow:0 8px 20px rgba(7,26,61,.06);
}

.shop-2 .shop-product-img{
    position:relative;
    height:245px;
    overflow:hidden;
}

.shop-2 .shop-product-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.shop-2 .shop-product-img span{
    position:absolute;
    top:12px;
    left:12px;
    background:#071a3d;
    color:#f0c24d;
    border-radius:20px;
    padding:6px 10px;
    font-family:'Manrope';
    font-size:10px;
    font-weight:800;
    text-transform:uppercase;
}

.shop-2 .quick-add{
    position:absolute;
    right:12px;
    bottom:12px;
    width:32px;
    height:32px;
    background:#071a3d;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:20px;
}

.shop-2 .shop-product-content{
    padding:17px 14px;
}

.shop-2 .shop-product-content h6{
    margin:0 0 8px;
    color:#b18226;
    font-family:'Manrope';
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
}

.shop-2 .shop-product-content h3{
    min-height:42px;
    margin:0 0 12px;
    font-size:16px;
    line-height:1.35;
    font-family:'Manrope';
    font-weight:700;
}

.shop-2 .shop-product-content h3 a{
    color:#071a3d;
    text-decoration:none;
}

.shop-2 .rating{
    color:#d6a540;
    font-size:13px;
    margin-bottom:16px;
}

.shop-2 .rating small{
    color:#7a8193;
}

.shop-2 .price-cart{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
}

.shop-2 .price-cart h4{
    margin:0;
    color:#071a3d;
    font-family:'Cormorant Garamond';
    font-size:27px;
    font-weight:800;
}

.shop-2 .price-cart a{
    background:#071a3d;
    color:#fff;
    text-decoration:none;
    border-radius:8px;
    padding:11px 16px;
    font-family:'Manrope';
    font-size:13px;
    font-weight:800;
}

@media(max-width:991px){
    .shop-2 .shop-topbar{
        display:block;
    }

    .shop-2 .shop-topbar form{
        margin-top:15px;
    }
}


.shop-1{
    background: #142B3D;
    padding:55px 0;
}

.shop-1 .shop-banner .breadcrumb{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

.shop-1 .shop-banner .breadcrumb a{
    color:#b8c4e2;
    text-decoration:none;
    font-size:15px;
    font-family:'Manrope';
}

.shop-1 .shop-banner .breadcrumb span{
    color:#7f8bb0;
}

.shop-1 .shop-banner .breadcrumb strong{
    color:#f0c24d;
    font-size:15px;
    font-family:'Manrope';
    font-weight:700;
}

.shop-1 .shop-banner h1{
    margin:0 0 18px;
    color:#fff;
    font-size:62px;
    line-height:1;
    font-family:'Cormorant Garamond';
    font-weight:700;
}

.shop-1 .shop-banner p{
    margin:0;
    color:#d3ddf3;
    font-size:17px;
    line-height:1.6;
    font-family:'Manrope';
}
.shop-2 .price-cart a.button.add_to_cart_button.ajax_add_to_cart {
    background-color: #142B3D;
    color: white;
    font-family: 'Karla';
    text-transform: uppercase;
}
/* =========================
   PRODUCT TAB CONTENT
========================= */

.section-3 .product-tab-content {
    display: none;
}

.section-3 .product-tab-content.active {
    display: block;
}


/* =========================
   TAB BUTTON
========================= */

.section-3 .product-tabs ul li a {
    cursor: pointer;
}

.section-3 .product-tabs ul li a.active {
    background: #142b3d;
    border-color: #142b3d;
    color: #ffffff;
}


/* =========================
   PRODUCT APPEAR ANIMATION
========================= */

.section-3 .product-tab-content.active .product-box {
    animation: sectionProductFade 0.45s ease both;
}

@keyframes sectionProductFade {

    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================
   EMPTY PRODUCTS
========================= */

.section-3 .no-products-found {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    margin-top: 25px;
    padding: 35px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 10px;
    text-align: center;
}

.section-3 .no-products-found i {
    margin-bottom: 13px;
    color: #ad713b;
    font-size: 30px;
}

.section-3 .no-products-found h3 {
    margin: 0 0 7px;
    color: #142b3d;
    font-size: 18px;
    font-weight: 700;
}

.section-3 .no-products-found p {
    margin: 0;
    color: #81786d;
    font-size: 12px;
}

/* =========================================================
   TRACK ORDER - RESULT AREA
========================================================= */

.trackorder-2 {
    padding: 55px 0 70px;
    background: #f7f3eb;
}

.trackorder-2 .track-order-results {
    margin-top: 20px;
}


/* =========================================================
   STATUS BOX
========================================================= */

.trackorder-2 .tracking-status-box {
    margin-top: 20px;
    padding: 22px;
    background: #142b3d;
    border-radius: 8px;
    overflow: hidden;
}

.trackorder-2 .tracking-status-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #31495a;
}

.trackorder-2 .tracking-status-content {
    flex: 1;
}

.trackorder-2 .tracking-status-content > span {
    display: block;
    margin-bottom: 6px;
    color: #8f9ba3;
    font-size: 8px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.1px;
}

.trackorder-2 .tracking-status-content h2 {
    margin: 0 0 6px;
    color: #f7f0e4;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
}

.trackorder-2 .tracking-status-content p {
    margin: 0;
    color: #d8d4cc;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   CARRIER
========================================================= */

.trackorder-2 .tracking-carrier {
    min-width: 160px;
    text-align: right;
}

.trackorder-2 .tracking-carrier strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 13px;
    margin-bottom: 7px;
    background: #dfa866;
    border-radius: 6px;
    color: #142b3d;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.trackorder-2 .tracking-carrier span {
    display: block;
    color: #8f9ba3;
    font-size: 8px;
    line-height: 1.5;
}


/* =========================================================
   PROGRESS BAR
========================================================= */

.trackorder-2 .tracking-progress {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding-top: 22px;
}

.trackorder-2 .tracking-progress::before {
    content: "";
    position: absolute;
    top: 29px;
    left: 8px;
    right: 8px;
    height: 2px;
    background: #496173;
    z-index: 1;
}

.trackorder-2 .tracking-step {
    position: relative;
    width: 20%;
    z-index: 2;
}

.trackorder-2 .tracking-step-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    margin-bottom: 8px;
    background: #142b3d;
    border: 1px solid #657786;
    border-radius: 50%;
    color: #142b3d;
    font-size: 6px;
}

.trackorder-2 .tracking-step.completed .tracking-step-dot,
.trackorder-2 .tracking-step.current .tracking-step-dot {
    background: #dfa866;
    border-color: #dfa866;
}

.trackorder-2 .tracking-step-content {
    max-width: 105px;
}

.trackorder-2 .tracking-step-content strong {
    display: block;
    color: #f5efe6;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.trackorder-2 .tracking-step-content span {
    display: block;
    margin-top: 3px;
    color: white;
    font-size: 10px;
    line-height: 1.4;
}


/* =========================================================
   TRACKING HISTORY
========================================================= */

.trackorder-2 .tracking-history-box,
.trackorder-2 .tracking-parcel-box {
    margin-top: 20px;
    padding: 22px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
}

.trackorder-2 .tracking-section-heading {
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfd2bf;
}

.trackorder-2 .tracking-section-heading h2 {
    margin: 0;
    color: #142b3d;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.trackorder-2 .tracking-history-list {
    position: relative;
}

.trackorder-2 .tracking-history-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 16px;
}

.trackorder-2 .tracking-history-item:last-child {
    padding-bottom: 0;
}

.trackorder-2 .tracking-history-item::before {
    content: "";
    position: absolute;
    top: 9px;
    bottom: -2px;
    left: 3px;
    width: 1px;
    background: #ded0bc;
}

.trackorder-2 .tracking-history-item:last-child::before {
    display: none;
}

.trackorder-2 .tracking-history-dot {
    position: relative;
    flex: 0 0 7px;
    width: 7px;
    height: 7px;
    margin-top: 5px;
    background: #d8c6aa;
    border-radius: 50%;
    z-index: 2;
}

.trackorder-2 .tracking-history-item:first-child .tracking-history-dot {
    background: #ad713b;
}

.trackorder-2 .tracking-history-content h3 {
    margin: 0 0 3px;
    color: #142b3d;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
}

.trackorder-2 .tracking-history-content span {
    color: #91877b;
    font-size: 8px;
    line-height: 1.5;
}


/* =========================================================
   PARCEL PRODUCTS
========================================================= */

.trackorder-2 .tracking-products {
    display: block;
}

.trackorder-2 .tracking-product {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
}

.trackorder-2 .tracking-product + .tracking-product {
    border-top: 1px solid #eee4d5;
}

.trackorder-2 .tracking-product-image {
    flex: 0 0 58px;
}

.trackorder-2 .tracking-product-image img {
    display: block;
    width: 58px !important;
    height: 58px !important;
    max-width: 58px !important;
    object-fit: cover;
    border-radius: 6px;
}

.trackorder-2 .tracking-product-content {
    flex: 1;
    min-width: 0;
}

.trackorder-2 .tracking-product-content h3 {
    margin: 0 0 3px;
    color: #142b3d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.trackorder-2 .tracking-product-content span {
    display: block;
    color: #91877b;
    font-size: 14px;
    line-height: 1.4;
}

.trackorder-2 .tracking-product-price {
    flex: 0 0 auto;
    color: #142b3d;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}

.trackorder-2 .tracking-product-price .woocommerce-Price-amount {
    color: #142b3d;
    font-weight: 700;
}


/* =========================================================
   SHIPPING + TOTAL
========================================================= */

.trackorder-2 .tracking-order-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    margin-top: 15px;
    padding-top: 16px;
    border-top: 1px solid #dfd2bf;
}

.trackorder-2 .tracking-shipping {
    flex: 1;
}

.trackorder-2 .tracking-total {
    flex: 0 0 170px;
}

.trackorder-2 .tracking-shipping > span,
.trackorder-2 .tracking-total > span {
    display: block;
    margin-bottom: 6px;
    color: #ad713b;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.1px;
}

.trackorder-2 .tracking-shipping p {
    margin: 0;
    color: #53626d;
    font-size: 10px;
    line-height: 1.55;
}

.trackorder-2 .tracking-total strong {
    display: block;
    margin-bottom: 4px;
    color: #142b3d;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.trackorder-2 .tracking-total small {
    display: block;
    color: #91877b;
    font-size: 11px;
    line-height: 1.4;
}


/* =========================================================
   EMPTY HISTORY CASE
========================================================= */

.trackorder-2 .tracking-status-box + .tracking-parcel-box {
    margin-top: 20px;
}


/* =========================================================
   LOADING / ERROR
========================================================= */

.trackorder-2 .tracking-loading,
.trackorder-2 .tracking-error {
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 7px;
    font-size: 12px;
    line-height: 1.5;
}

.trackorder-2 .tracking-loading {
    background: #fffdf8;
    border: 1px solid #dfd1be;
    color: #142b3d;
}

.trackorder-2 .tracking-error {
    background: #fff5f2;
    border: 1px solid #d9a99b;
    color: #8e382a;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 991px) {

    .trackorder-2 .tracking-status-content h2 {
        font-size: 26px;
    }

    .trackorder-2 .tracking-step-content strong {
        font-size: 8px;
    }

}


@media only screen and (max-width: 767px) {

    .trackorder-2 .tracking-status-top {
        display: block;
    }

    .trackorder-2 .tracking-carrier {
        margin-top: 16px;
        text-align: left;
    }

    .trackorder-2 .tracking-progress {
        display: block;
    }

    .trackorder-2 .tracking-progress::before {
        display: none;
    }

    .trackorder-2 .tracking-step {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        margin-bottom: 13px;
    }

    .trackorder-2 .tracking-step:last-child {
        margin-bottom: 0;
    }

    .trackorder-2 .tracking-step-content {
        max-width: none;
    }

    .trackorder-2 .tracking-order-bottom {
        display: block;
    }

    .trackorder-2 .tracking-total {
        margin-top: 20px;
    }

}


@media only screen and (max-width: 575px) {

    .trackorder-2 .tracking-status-box,
    .trackorder-2 .tracking-history-box,
    .trackorder-2 .tracking-parcel-box {
        padding: 18px;
    }

    .trackorder-2 .tracking-status-content h2 {
        font-size: 24px;
    }

    .trackorder-2 .tracking-product {
        gap: 10px;
    }

    .trackorder-2 .tracking-product-image {
        flex: 0 0 50px;
    }

    .trackorder-2 .tracking-product-image img {
        width: 50px !important;
        height: 50px !important;
        max-width: 50px !important;
    }

    .trackorder-2 .tracking-product-content h3 {
        font-size: 10px;
    }

    .trackorder-2 .tracking-product-price {
        font-size: 10px;
    }

}
.contact-3 .contact-faq-answer {
    display: none;
}

.contact-3 .contact-faq.active .contact-faq-answer {
    display: block;
}

.contact-3 .contact-faq-question {
    cursor: pointer;
}

.contact-3 .faq-toggle {
    cursor: pointer;
}
* :focus {
    outline: none !important;
}
.single-product {
    background-color: #F7F3EB !important;
}

/* =========================================================
   WOOCOMMERCE - ORDER RECEIVED / THANK YOU PAGE
========================================================= */

.woocommerce-order {
    max-width: 1140px;
    margin: 0 auto;
    padding: 55px 15px 70px;
    color: #142b3d;
}


/* Thank You Message */

.woocommerce-order .woocommerce-notice {
    margin: 0 0 25px;
    padding: 18px 20px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
    color: #142b3d;
    font-size: 14px;
    font-weight: 600;
}


/* =========================================================
   ORDER OVERVIEW
========================================================= */

.woocommerce-order .woocommerce-order-overview {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 30px;
    padding: 0;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
    overflow: hidden;
    list-style: none;
}

.woocommerce-order .woocommerce-order-overview li {
    flex: 1 1 180px;
    margin: 0;
    padding: 17px 18px;
    border-right: 1px solid #eadfce;
    color: #81786d;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    text-transform: uppercase;
    list-style: none;
}

.woocommerce-order .woocommerce-order-overview li:last-child {
    border-right: 0;
}

.woocommerce-order .woocommerce-order-overview li strong {
    display: block;
    margin-top: 5px;
    color: #142b3d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}


/* COD Message */

.woocommerce-order > p {
    margin: 0 0 25px;
    color: #66727b;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   SECTION HEADINGS
========================================================= */

.woocommerce-order .woocommerce-order-details {
    margin-bottom: 35px;
}

.woocommerce-order .woocommerce-order-details__title,
.woocommerce-order .woocommerce-column__title {
    margin: 0 0 15px;
    color: #142b3d;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}


/* =========================================================
   ORDER TABLE
========================================================= */

.woocommerce-order .woocommerce-table {
    width: 100%;
    margin: 0;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    overflow: hidden;
}

.woocommerce-order .woocommerce-table th,
.woocommerce-order .woocommerce-table td {
    padding: 15px 16px;
    border: 0;
    border-bottom: 1px solid #eadfce;
    color: #142b3d;
    font-size: 13px;
    vertical-align: middle;
}

.woocommerce-order .woocommerce-table thead th {
    background: #f4eee5;
    color: #142b3d;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.woocommerce-order .woocommerce-table tbody tr:last-child td,
.woocommerce-order .woocommerce-table tfoot tr:last-child th,
.woocommerce-order .woocommerce-table tfoot tr:last-child td {
    border-bottom: 0;
}

.woocommerce-order .woocommerce-table a {
    color: #142b3d;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.woocommerce-order .woocommerce-table a:hover {
    color: #ad713b;
}

.woocommerce-order .woocommerce-table tfoot th {
    width: 65%;
    color: #746d63;
    font-weight: 700;
}

.woocommerce-order .woocommerce-table tfoot td {
    color: #142b3d;
    font-weight: 700;
}

.woocommerce-order .woocommerce-table .woocommerce-Price-amount {
    color: #142b3d;
    font-weight: 700;
}


/* =========================================================
   CUSTOMER DETAILS
========================================================= */

.woocommerce-order .woocommerce-customer-details {
    margin-top: 35px;
}

.woocommerce-order .woocommerce-columns {
    display: flex;
    gap: 20px;
    margin: 0;
}

.woocommerce-order .woocommerce-column {
    flex: 1;
    float: none;
    width: auto;
}

.woocommerce-order .woocommerce-column address {
    min-height: 180px;
    margin: 0;
    padding: 20px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 8px;
    color: #53626d;
    font-size: 13px;
    font-style: normal;
    line-height: 1.65;
}

.woocommerce-order .woocommerce-customer-details--phone,
.woocommerce-order .woocommerce-customer-details--email {
    margin: 8px 0 0;
    color: #142b3d;
    font-size: 12px;
}


/* =========================================================
   SMALL POLISH
========================================================= */

.woocommerce-order .woocommerce-order-details,
.woocommerce-order .woocommerce-customer-details {
    animation: orderFadeUp 0.45s ease both;
}

@keyframes orderFadeUp {

    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 767px) {

    .woocommerce-order {
        padding: 40px 15px 55px;
    }

    .woocommerce-order .woocommerce-order-overview {
        display: block;
    }

    .woocommerce-order .woocommerce-order-overview li {
        border-right: 0;
        border-bottom: 1px solid #eadfce;
    }

    .woocommerce-order .woocommerce-order-overview li:last-child {
        border-bottom: 0;
    }

    .woocommerce-order .woocommerce-columns {
        display: block;
    }

    .woocommerce-order .woocommerce-column {
        margin-bottom: 20px;
    }

    .woocommerce-order .woocommerce-order-details__title,
    .woocommerce-order .woocommerce-column__title {
        font-size: 24px;
    }

}


@media only screen and (max-width: 575px) {

    .woocommerce-order .woocommerce-table th,
    .woocommerce-order .woocommerce-table td {
        padding: 12px 10px;
        font-size: 11px;
    }

    .woocommerce-order .woocommerce-order-overview li {
        padding: 14px;
    }

    .woocommerce-order .woocommerce-column address {
        padding: 16px;
        font-size: 12px;
    }

}

.fade {
    display: block !important;
    opacity: 1;
}

/* =========================================================
   REVIEWS TAB - POLISHED DESIGN
========================================================= */

.single-product #reviews {
    width: 100%;
    max-width: 100%;
    color: #53626d;
}


/* =========================================================
   REVIEWS LIST AREA
========================================================= */

.single-product #reviews #comments {
    width: 100%;
    margin: 0 0 25px;
    padding: 28px 30px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 10px;
}

.single-product #reviews .woocommerce-Reviews-title {
    margin: 0 0 18px;
    color: #142b3d;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.single-product #reviews .woocommerce-noreviews {
    margin: 0;
    color: #81786d;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
   REVIEW LIST
========================================================= */

.single-product #reviews .commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-product #reviews .commentlist li {
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.single-product #reviews .comment_container {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 22px;
    background: #f7f3eb;
    border: 1px solid #eadfce;
    border-radius: 9px;
    transition: 0.3s ease;
}

.single-product #reviews .comment_container:hover {
    border-color: #c99660;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(20, 43, 61, 0.05);
}

.single-product #reviews .comment_container img.avatar {
    flex: 0 0 55px;
    width: 55px !important;
    height: 55px !important;
    margin: 0;
    border: 2px solid #ffffff;
    border-radius: 50%;
    object-fit: cover;
    top: 11px !important;
    left: 19px !important;
}

.single-product #reviews .comment-text {
    flex: 1;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    padding: 4em 0em 0 !important;
}


/* Rating */

.single-product #reviews .comment-text .star-rating {
    float: none;
    margin: 0 0 8px;
    color: #ad713b;
}


/* Reviewer */

.single-product #reviews .comment-text .meta {
    margin: 0 0 9px;
    color: #91877b;
    font-size: 12px;
    line-height: 1.5;
}

.single-product #reviews .woocommerce-review__author {
    color: #142b3d;
    font-weight: 700;
}

.single-product #reviews .woocommerce-review__verified {
    color: #ad713b;
    font-size: 11px;
}

.single-product #reviews .description {
    color: #66727b;
    font-size: 13px;
    line-height: 1.7;
}

.single-product #reviews .description p {
    margin: 0;
}


/* =========================================================
   REVIEW FORM WRAPPER
========================================================= */

.single-product #review_form_wrapper {
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    padding: 30px;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 10px;
}

.single-product #review_form {
    width: 100%;
}

.single-product #review_form .comment-reply-title {
    display: block;
    margin: 0 0 25px;
    color: #142b3d;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}


/* =========================================================
   RATING
========================================================= */

.single-product #review_form .comment-form-rating {
    margin: 0 0 22px;
}

.single-product #review_form .comment-form-rating label {
    display: block;
    margin-bottom: 10px;
    color: #142b3d;
    font-size: 12px;
    font-weight: 700;
}

.single-product #review_form .stars {
    margin: 0;
    line-height: 1;
}

.single-product #review_form .stars a {
    color: #ad713b;
    font-size: 25px;
    text-decoration: none;
    transition: 0.2s ease;
}

.single-product #review_form .stars a:hover {
    transform: translateY(-1px);
}


/* =========================================================
   FORM LABELS
========================================================= */

.single-product #review_form p {
    margin: 0 0 18px;
}

.single-product #review_form label {
    display: block;
    margin-bottom: 8px;
    color: #142b3d;
    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
   INPUTS
========================================================= */

.single-product #review_form textarea,
.single-product #review_form input[type="text"],
.single-product #review_form input[type="email"] {
    width: 100%;
    padding: 13px 15px;
    background: #f7f3eb;
    border: 1px solid #d6c4aa;
    border-radius: 8px;
    outline: none;
    color: #142b3d;
    font-size: 13px;
    line-height: 1.6;
    transition: 0.3s ease;
}

.single-product #review_form input[type="text"],
.single-product #review_form input[type="email"] {
    height: 46px;
}

.single-product #review_form textarea {
    min-height: 160px;
    resize: vertical;
}

.single-product #review_form textarea:focus,
.single-product #review_form input[type="text"]:focus,
.single-product #review_form input[type="email"]:focus {
    background: #ffffff;
    border-color: #ad713b;
    box-shadow: 0 0 0 3px rgba(173, 113, 59, 0.08);
}


/* =========================================================
   NAME + EMAIL FIELDS
========================================================= */

.single-product #review_form .comment-form-author,
.single-product #review_form .comment-form-email {
    width: calc(50% - 8px);
    display: inline-block;
    vertical-align: top;
}

.single-product #review_form .comment-form-author {
    margin-right: 12px;
}


/* =========================================================
   COOKIE CONSENT
========================================================= */

.single-product #review_form .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.single-product #review_form .comment-form-cookies-consent input {
    margin-top: 4px;
}

.single-product #review_form .comment-form-cookies-consent label {
    margin: 0;
    color: #81786d;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.single-product #review_form .form-submit {
    margin: 5px 0 0;
}

.single-product #review_form .form-submit input.submit {
    min-height: 46px;
    padding: 0 28px;
    background: #142b3d;
    border: 1px solid #142b3d;
    border-radius: 7px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease;
}

.single-product #review_form .form-submit input.submit:hover {
    background: #ad713b;
    border-color: #ad713b;
    transform: translateY(-2px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 767px) {

    .single-product #reviews #comments,
    .single-product #review_form_wrapper {
        padding: 22px;
    }

    .single-product #review_form .comment-reply-title {
        font-size: 22px;
    }

    .single-product #review_form .comment-form-author,
    .single-product #review_form .comment-form-email {
        display: block;
        width: 100%;
        margin-right: 0;
    }

}


@media only screen and (max-width: 575px) {

    .single-product #reviews .comment_container {
        display: block;
    }

    .single-product #reviews .comment_container img.avatar {
        margin-bottom: 15px;
    }

    .single-product #reviews .woocommerce-Reviews-title {
        font-size: 23px;
    }

    .single-product #review_form_wrapper {
        padding: 18px;
    }

}




/* =========================================================
   SINGLE PRODUCT PAGE
========================================================= */

.woocommerce-page .single-product {
    padding: 70px 0 60px 0;
	background: #ffffff;
}

.single-product .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.single-product .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.single-product .col-md-6,
.single-product .col-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.single-product .col-md-6 {
    width: 50%;
}

.single-product .col-12 {
    width: 100%;
}


/* =========================================================
   PRODUCT IMAGE AREA
========================================================= */

.single-product .product-image-gallery {
    width: 100%;
}

.single-product .product-main-image {
    width: 100%;
    background: #f8f8f8;
    overflow: hidden;
    border: 1px solid #eeeeee;
}

.single-product .product-main-image a {
    display: block;
    width: 100%;
}

.single-product .product-main-image img {
    display: block;
    width: 100%;
    height: 560px;
    object-fit: cover;
    transition: transform 0.35s ease;
	    border-radius: 10px;
}

.single-product .product-main-image:hover img {
    transform: scale(1.03);
}


/* Product gallery thumbnails */

.single-product .product-gallery-thumbnails {
    margin-top: 15px;
}

.single-product .product-gallery-thumbnails .row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}

.single-product .product-gallery-thumbnails .col-3,
.single-product .product-gallery-thumbnails .col-sm-3,
.single-product .product-gallery-thumbnails .col-md-3 {
    width: 90px;
    padding: 0;
}

.single-product .product-gallery-thumbnails a {
    display: block;
    width: 90px;
    height: 90px;
    overflow: hidden;
    background: #f7f7f7;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color 0.25s ease;
}

.single-product .product-gallery-thumbnails a:hover,
.single-product .product-gallery-thumbnails a.active {
    border-color: #b58a36;
}

.single-product .product-gallery-thumbnails img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* =========================================================
   PRODUCT SUMMARY
========================================================= */

.single-product .product-summary {
    position: relative;
    padding: 20px 0 20px 35px;
}

.single-product .product-title {
    margin: 0 0 0px;
    color: #172542;
    font-size: 39px;
    line-height: 40px;
    font-weight: 500;
}

.single-product .onsale {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 65px;
    padding: 8px 14px;
    margin-bottom: 15px;
    background: #b58a36;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


/* Rating */

.single-product .product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.single-product .star-rating {
    color: #d3a642;
}

.single-product .product-rating a {
    color: #777777;
    font-size: 14px;
    text-decoration: none;
}

.single-product .product-rating a:hover {
    color: #b58a36;
}


/* Price */

.single-product .product-price {
     margin-bottom: 27px;
    color: #b58a36;
    font-size: 47px;
    font-weight: 600;
}

.single-product .product-price del {
    margin-right: 8px;
    color: #999999;
    font-size: 18px;
    font-weight: 400;
}

.single-product .product-price ins {
    color: #b58a36;
    text-decoration: none;
}


/* Short description */

.single-product .product-short-description {
    margin-bottom: 25px;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}

.single-product .product-short-description p:last-child {
    margin-bottom: 0;
}


/* Stock */

.single-product .product-stock-status {
    margin-bottom: 20px;
}

.single-product .product-stock-status .stock {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.single-product .product-stock-status .in-stock {
    color: #269447;
}

.single-product .product-stock-status .out-of-stock {
    color: #d63638;
}


/* =========================================================
   QUANTITY AND ADD TO CART
========================================================= */

.single-product .product-add-to-cart {
    margin-bottom: 28px;
}

.single-product form.cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
}

.single-product form.cart .quantity {
    margin: 0;
}

.single-product form.cart .quantity input.qty {
    width: 72px;
    height: 50px;
    padding: 5px 8px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #172542;
    font-size: 26px;
    text-align: center;
    outline: none;
}

.single-product form.cart .quantity input.qty:focus {
    border-color: #b58a36;
}


/* Main add to cart button */

.single-product .single_add_to_cart_button,
.single-product button.single_add_to_cart_button,
.single-product .button.alt {
 display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 12px 28px;
    border: 1px solid #172542;
    border-radius: 0;
    background-color: #071A3D !important;
    border-radius: 2px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    color: white;
    font-family: 'Manrope';
    letter-spacing: 0.7px;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    text-transform: capitalize;
}

.single-product .single_add_to_cart_button:hover,
.single-product button.single_add_to_cart_button:hover,
.single-product .button.alt:hover {
    border-color: #b58a36;
    background: #b58a36;
    color: #ffffff;
}

.single-product .single_add_to_cart_button.disabled,
.single-product .single_add_to_cart_button:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}


/* Variable product */

.single-product table.variations {
    width: 100%;
    margin-bottom: 20px;
    border: 0;
}

.single-product table.variations tr {
    display: flex;
}

.single-product table.variations th,
.single-product table.variations td {
    border: 0;
    padding: 0;
}

.single-product table.variations th {
    width: 110px;
    color: #172542;
    text-align: left;
}

.single-product table.variations select {
    width: 100%;
    min-height: 46px;
    padding: 8px 12px;
    border: 1px solid #dddddd;
    min-width: 145% !important;
}

.single-product .reset_variations {
    display: inline-block;
    margin-top: 8px;
    color: #b58a36;
}


/* =========================================================
   PRODUCT META: SKU, CATEGORIES, TAGS
========================================================= */

.single-product .product-meta {
    padding-top: 22px;
    border-top: 1px solid #eeeeee;
}

.single-product .product-meta p {
    margin: 0 0 10px;
    color: #777777;
    font-size: 14px;
    line-height: 1.6;
}

.single-product .product-meta strong {
      color: #172542;
    font-weight: 600;
    font-family: 'Manrope';
}

.single-product .product-meta a {
    color: #b58a36;
    text-decoration: none;
    transition: color 0.2s ease;
    font-family: 'Manrope';
}
.single-product .product-meta p span{
	    color: #b58a36;
    text-decoration: none;
    transition: color 0.2s ease;
    font-family: 'Manrope';
}

.single-product .product-meta a:hover {
    color: #172542;
}


/* =========================================================
   DESCRIPTION AND REVIEW TABS
========================================================= */

.single-product .product-tabs {
    width: 100%;
    margin-top: 70px;
}

.single-product .product-tabs .nav-tabs {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dddddd;
    list-style: none;
}

.single-product .product-tabs .nav-item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-product .product-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 28px;
    border: 1px solid transparent;
    border-bottom: 0;
    border-radius: 0;
    background: transparent;
    color: #6d6d6d;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
	font-family: 'Manrope';
    font-size: 17px;
}

.single-product .product-tabs .nav-link:hover {
    color: #b58a36;
}

.single-product .product-tabs .nav-link.active {
    position: relative;
    margin-bottom: -1px;
    border-color: #dddddd;
    border-bottom-color: #ffffff;
    background: #ffffff;
    color: #172542;
}

.single-product .product-tabs .nav-link.active::before {
    position: absolute;
    top: -1px;
    right: -1px;
    left: -1px;
    height: 3px;
    background: #b58a36;
    content: "";
}


/* Tab content */

.single-product .product-tabs .tab-content {
    padding: 35px 0;
}

.single-product .product-tabs .tab-pane {
    display: none;
}

.single-product .product-tabs .tab-pane.active,
.single-product .product-tabs .tab-pane.show {
    display: block;
}

.single-product .product-tabs h2 {
    margin: 0 0 20px;
    color: #172542;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
}

.single-product .product-description-content {
    color: #666666;
    font-size: 16px;
    line-height: 1.9;
}

.single-product .product-description-content p {
    margin: 0 0 18px;
}

.single-product .product-description-content img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   REVIEWS
========================================================= */

.single-product #reviews {
    color: #666666;
}

.single-product #reviews #comments {
    margin-bottom: 35px;
}

.single-product #reviews .woocommerce-Reviews-title {
    margin-bottom: 25px;
    color: #172542;
    font-size: 28px;
}

.single-product #reviews .commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-product #reviews .commentlist li {
    margin-bottom: 25px;
    list-style: none;
}

.single-product #reviews .comment_container {
    display: flex;
    gap: 18px;
    padding: 22px;
    border: 1px solid #eeeeee;
}

.single-product #reviews .avatar {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.single-product #reviews .comment-text {
    flex: 1;
}

.single-product #reviews .meta {
    margin: 0 0 10px;
    color: #888888;
    font-size: 14px;
}

.single-product #reviews .woocommerce-review__author {
    color: #172542;
    font-weight: 700;
}

.single-product #reviews .description {
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
}

.single-product #reviews .description p:last-child {
    margin-bottom: 0;
}


/* Review form */

.single-product #review_form_wrapper {
    max-width: 850px;
    padding: 30px;
    background: #f8f8f8;
}

.single-product #review_form .comment-reply-title {
    display: block;
    margin-bottom: 20px;
    color: #172542;
    font-size: 26px;
    font-weight: 500;
}

.single-product #review_form p {
    margin-bottom: 18px;
}

.single-product #review_form label {
    display: block;
    margin-bottom: 8px;
    color: #172542;
    font-size: 14px;
    font-weight: 600;
}

.single-product #review_form input[type="text"],
.single-product #review_form input[type="email"],
.single-product #review_form textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #dddddd;
    border-radius: 0;
    background: #ffffff;
    color: #333333;
    font-size: 15px;
    outline: none;
}

.single-product #review_form input[type="text"],
.single-product #review_form input[type="email"] {
    height: 50px;
}

.single-product #review_form textarea {
    min-height: 150px;
    resize: vertical;
}

.single-product #review_form input:focus,
.single-product #review_form textarea:focus {
    border-color: #b58a36;
}

.single-product #review_form .form-submit input.submit {
    min-height: 48px;
    padding: 12px 28px;
    border: 1px solid #172542;
    border-radius: 0;
    background: #172542;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.25s ease;
}

.single-product #review_form .form-submit input.submit:hover {
    border-color: #b58a36;
    background: #b58a36;
}


/* Review stars */

.single-product #review_form .stars {
    margin-bottom: 18px;
}

.single-product #review_form .stars a {
    color: #b58a36;
    text-decoration: none;
}


/* =========================================================
   RELATED PRODUCTS
========================================================= */

.single-product .related-products-wrapper {
    width: 100%;
    margin-top: 55px;
    padding-top: 45px;
    border-top: 1px solid #eeeeee;
}

.single-product .related.products > h2 {
    margin: 0 0 12px;
    color: #172542;
    font-size: 34px;
    line-height: 1.3;
    font-weight: 500;
}

.single-product .related.products ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
    margin: 0;
    padding: 0;
}

.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after {
    display: none;
}

.single-product .related.products ul.products li.product {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 0 0px;
    background: #ffffff;
    list-style: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.single-product .related.products li.product a.woocommerce-loop-product__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.single-product .related.products li.product img {
     display: block;
    width: 100%;
    height: 270px;
    margin: 0 0 8px;
    object-fit: cover;
    border-radius: 10px;
}

.single-product .related.products .woocommerce-loop-product__title {
    margin: 0;
    padding: 0 18px;
    color: #172542;
    line-height: 0.4;
    font-weight: 600;
    font-family: 'Cormorant Garamond';
    font-size: 24px !important;
}

.single-product .related.products .price {
    display: block;
    margin: 10px 0 16px;
    padding: 0 18px;
    color: #b58a36;
    font-size: 17px;
    font-weight: 600;
}

.single-product .related.products .price del {
    margin-right: 5px;
    color: #999999;
    font-size: 14px;
}

.single-product .related.products .price ins {
    text-decoration: none;
}

.single-product .related.products li.product .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
    margin: 0 0px;
    padding: 10px 20px;
    border: 1px solid #172542;
    border-radius: 0;
    background: #172542;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.single-product .related.products li.product .button:hover {
    border-color: #b58a36;
    background: #b58a36;
    color: #ffffff;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    padding: 0;
    margin: -7px 0 14px 0;
    font-size: 30px;
    font-weight: 600;
}

.single-product .related.products li.product .added_to_cart {
    display: block;
    margin: 12px 18px 0;
    color: #b58a36;
    font-size: 14px;
}


/* Related product sale badge */

.single-product .related.products li.product .onsale {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    min-width: auto;
    margin: 0;
    padding: 7px 12px;
}


/* =========================================================
   WOOCOMMERCE MESSAGES
========================================================= */

.single-product .woocommerce-message,
.single-product .woocommerce-info,
.single-product .woocommerce-error {
    margin-bottom: 30px;
    padding: 18px 20px;
    border-top: 3px solid #b58a36;
    background: #f8f8f8;
    color: #172542;
    list-style: none;
}

.single-product .woocommerce-message .button,
.single-product .woocommerce-info .button {
    float: right;
    color: #b58a36;
}



/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 991px) {

    .single-product {
        padding-top: 40px;
    }

    .single-product .col-md-6 {
        width: 100%;
    }

    .single-product .product-summary {
        padding: 35px 0 0;
    }

    .single-product .product-main-image img {
        height: 520px;
    }

    .single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media only screen and (max-width: 767px) {

    .single-product {
        padding: 30px 0 60px;
    }

    .single-product .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .single-product .product-title {
        font-size: 31px;
    }

    .single-product .product-main-image img {
        height: auto;
        min-height: 350px;
    }

    .single-product .product-gallery-thumbnails .col-3,
    .single-product .product-gallery-thumbnails .col-sm-3,
    .single-product .product-gallery-thumbnails .col-md-3 {
        width: 75px;
    }

    .single-product .product-gallery-thumbnails a {
        width: 75px;
        height: 75px;
    }

    .single-product .product-tabs {
        margin-top: 50px;
    }

    .single-product .product-tabs .nav-tabs {
        align-items: stretch;
    }

    .single-product .product-tabs .nav-item {
        flex: 1;
    }

    .single-product .product-tabs .nav-link {
        width: 100%;
        padding: 12px 10px;
        font-size: 14px;
    }

    .single-product .product-tabs .tab-content {
        padding-top: 28px;
    }

    .single-product #review_form_wrapper {
        padding: 22px 18px;
    }

    .single-product .related.products > h2 {
        font-size: 28px;
    }

    .single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .single-product .related.products li.product img {
        height: 210px;
    }
}


@media only screen and (max-width: 480px) {

    .single-product .product-main-image img {
        min-height: 300px;
    }

    .single-product form.cart {
        align-items: stretch;
    }

    .single-product form.cart .quantity {
        width: 100%;
    }

    .single-product form.cart .quantity input.qty {
        width: 100%;
    }

    .single-product .single_add_to_cart_button,
    .single-product button.single_add_to_cart_button,
    .single-product .button.alt {
        width: 100%;
    }

    .single-product .product-tabs .nav-tabs {
        display: block;
        border-bottom: 0;
    }

    .single-product .product-tabs .nav-item {
        width: 100%;
    }

    .single-product .product-tabs .nav-link {
        margin-bottom: 5px;
        border: 1px solid #dddddd;
    }

    .single-product .product-tabs .nav-link.active {
        margin-bottom: 5px;
        border-color: #b58a36;
        background: #b58a36;
        color: #ffffff;
    }

    .single-product .product-tabs .nav-link.active::before {
        display: none;
    }

    .single-product #reviews .comment_container {
        display: block;
    }

    .single-product #reviews .avatar {
        margin-bottom: 15px;
    }

    .single-product .related.products ul.products {
        grid-template-columns: 1fr;
    }

    .single-product .related.products li.product img {
        height: auto;
    }
}

.woocommerce div.product form.cart .variations label {
    font-size: 14px;
    margin-top: 14px;
}

/* =========================================================
   RELATED PRODUCTS - CLEAN CARD DESIGN
========================================================= */

.single-product .related-products-wrapper {
    width: 100%;
    margin-top: 55px;
    padding-top: 40px;
    border-top: 1px solid #e2d8c8;
}

.single-product .related.products > h2 {
    margin: 0 0 24px;
    color: #142b3d;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}


/* Grid */

.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

.single-product .related.products ul.products::before,
.single-product .related.products ul.products::after {
    display: none !important;
}


/* Card */

.single-product .related.products ul.products li.product {
    display: flex;
    flex-direction: column;
    float: none !important;
    width: 100% !important;
    min-height: 100%;
    margin: 0 !important;
    padding: 0 0 16px !important;
    background: #fffdf8;
    border: 1px solid #dfd1be;
    border-radius: 10px;
    overflow: hidden;
    list-style: none;
    transition: 0.3s ease;
}

.single-product .related.products ul.products li.product:hover {
    transform: translateY(-5px);
    border-color: #c58f57;
    box-shadow: 0 12px 26px rgba(20, 43, 61, 0.08);
}


/* Product Link */

.single-product .related.products li.product a.woocommerce-loop-product__link {
    display: block;
    color: inherit;
    text-decoration: none;
}


/* Image */

.single-product .related.products li.product img {
    display: block;
    width: 100% !important;
    height: 270px !important;
    margin: 0 0 14px !important;
    border-radius: 0 !important;
    object-fit: cover;
    transition: 0.4s ease;
}

.single-product .related.products li.product:hover img {
    transform: scale(1.03);
}


/* Title */

.single-product .related.products .woocommerce-loop-product__title {
    min-height: 52px;
    margin: 0 !important;
    padding: 0 16px !important;
    color: #142b3d;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 1.25 !important;
}


/* Price */

.single-product .related.products .price {
    display: block !important;
    min-height: 28px;
    margin: 8px 0 14px !important;
    padding: 0 16px !important;
    color: #ad713b !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3;
}

.single-product .related.products .price del {
    margin-right: 6px;
    color: #9f968a !important;
    font-size: 13px !important;
    font-weight: 400;
}

.single-product .related.products .price ins {
    color: #ad713b !important;
    font-weight: 700;
    text-decoration: none;
}


/* Button */

.single-product .related.products li.product .button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: auto 16px 0 !important;
    padding: 0 18px !important;
    background: #142b3d !important;
    border: 1px solid #142b3d !important;
    border-radius: 7px !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1;
    letter-spacing: 0.7px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.single-product .related.products li.product .button:hover {
    background: #ad713b !important;
    border-color: #ad713b !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}


/* Added to cart */

.single-product .related.products li.product .added_to_cart {
    display: block;
    margin: 10px 16px 0;
    color: #ad713b;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
}


/* Sale Badge */

.single-product .related.products li.product .onsale {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
    min-width: auto;
    margin: 0;
    padding: 6px 10px;
    background: #ad713b;
    border-radius: 50px;
    color: #ffffff;
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.5px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media only screen and (max-width: 991px) {

    .single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media only screen and (max-width: 767px) {

    .single-product .related.products > h2 {
        font-size: 27px;
    }

    .single-product .related.products li.product img {
        height: 230px !important;
    }

}

@media only screen and (max-width: 575px) {

    .single-product .related.products ul.products {
        grid-template-columns: 1fr;
    }

    .single-product .related.products li.product img {
        height: auto !important;
    }

}




.section-2 {
    padding: 70px 0;
    background: #f7f3eb;
}


/* Heading */

.section-2 .section-heading {
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd1bf;
}

.section-2 .section-heading h2 {
    display: flex;
    align-items: center;
    gap: 11px;
    margin: 0;
    color: #142b3d;
    font-size: 31px;
    font-weight: 700;
}

.section-2 .section-heading h2 i {
    color: #ad713b;
    font-size: 21px;
}


/* All Products */

.section-2 .section-link {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 18px;
    border-bottom: 1px solid #ddd1bf;
}

.section-2 .section-link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #142b3d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-decoration: none;
    transition: 0.3s ease;
}

.section-2 .section-link a:hover {
    color: #ad713b;
}


/* Category Column */

.section-2 .category-col {
    margin-top: 28px;
}


/* Category Box */

.section-2 .category-box {
    height: 100%;
}


/* Image */

.section-2 .category-image {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
}

.section-2 .category-image a {
    display: block;
}

.section-2 .category-image img {
    display: block;
    width: 100%;
    height: 205px;
    object-fit: cover;
    transition: 0.4s ease;
}

.section-2 .category-box:hover .category-image img {
    transform: scale(1.06);
}


/* Content */

.section-2 .category-content {
    padding-top: 11px;
}

.section-2 .category-content h3 {
    min-height: 44px;
    margin: 0 0 4px;
    color: #142b3d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
}

.section-2 .category-content h3 a {
    color: #142b3d;
    text-decoration: none;
    transition: 0.3s ease;
}

.section-2 .category-content h3 a:hover {
    color: #ad713b;
}

.section-2 .category-content span {
    display: block;
    color: #ad713b;
    font-size: 11px;
    line-height: 1.3;
}


/* Tablet */

@media only screen and (max-width: 991px) {

    .section-2 .category-col {
        width: 25%;
    }

    .section-2 .category-image img {
        height: 190px;
    }

}


/* Mobile - 2 per row */

@media only screen and (max-width: 767px) {

    .section-2 {
        padding: 10px 0;
    }

    .section-2 .section-link {
        justify-content: flex-start;
        margin-top: 12px;
    }

    .section-2 .category-col {
        width: 50%;
    }

    .section-2 .category-image img {
        height: 180px;
    }

    .section-2 .category-content h3 {
        min-height: 42px;
        font-size: 14px;
    }

}


/* Small Mobile - still 2 per row */

@media only screen and (max-width: 480px) {

    .section-2 .category-col {
        width: 50%;
        padding-left: 7px;
        padding-right: 7px;
    }

    .section-2 .category-image img {
        height: 155px;
    }

    .section-2 .category-content h3 {
        min-height: 40px;
        font-size: 13px;
    }

    .section-2 .category-content span {
        font-size: 13px;
    }

}

.section-2 .category-view-all {
    width: 100%;
    height: 205px;
    overflow: hidden;
    background: #142b3d;
    border-radius: 9px;
}

.section-2 .category-view-all > a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.section-2 .category-view-all:hover > a {
    background: #ad713b;
}

.section-2 .view-all-icon {
    display: flex;
    width: 43px;
    height: 43px;
    margin-bottom: 13px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    color: #ffffff;
    font-size: 13px;
    transition: 0.3s ease;
}

.section-2 .category-view-all:hover .view-all-icon {
    transform: translateX(4px);
}

.section-2 .category-view-all h3 {
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.section-2 .category-view-all span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
}

@media only screen and (max-width: 767px) {

    .section-2 .category-view-all {
        height: 180px;
    }

}

@media only screen and (max-width: 480px) {

    .section-2 .category-view-all {
        height: 155px;
    }

    .section-2 .category-view-all > a {
        padding: 10px;
    }

    .section-2 .view-all-icon {
        width: 35px;
        height: 35px;
        margin-bottom: 8px;
    }

    .section-2 .category-view-all h3 {
        font-size: 14px;
    }

    .section-2 .category-view-all span {
        font-size: 9px;
    }

}






/* =====================================================
   MOBILE PUSH MENU FINAL FIX
===================================================== */

@media only screen and (max-width: 767px) {

    /* ---------------------------------
       REMOVE SECOND / NEW HAMBURGER
    --------------------------------- */

    .site-header .mobile-menu-toggle {
        display: none !important;
    }


    /* ---------------------------------
       OLD GOLD HAMBURGER
    --------------------------------- */

    #hamburg {
        display: flex !important;
        position: absolute !important;
        top: 5px !important;
        left: 8px !important;
        width: 38px !important;
        height: 38px !important;
        align-items: center;
        justify-content: center;
        z-index: 1000002 !important;
        background: #dfa866;
    }


    /* ---------------------------------
       OVERLAY
    --------------------------------- */

    #menuoverlay {
        position: fixed !important;
        inset: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.55) !important;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 999998 !important;
        transition: 0.3s ease;
    }

    #menuoverlay.open {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }


    /* ---------------------------------
       PUSH MENU PANEL
    --------------------------------- */

    .nav1 {
        display: block !important;
        position: fixed !important;

        top: 0 !important;
        left: 0 !important;
        right: auto !important;

        width: 285px !important;
        max-width: 85vw !important;
        min-width: 285px !important;

        height: 100vh !important;
        min-height: 100vh !important;

        margin: 0 !important;
        padding: 70px 20px 30px !important;

        overflow-x: hidden !important;
        overflow-y: auto !important;

        background: #f7f3eb !important;

        opacity: 1 !important;
        visibility: visible !important;

        z-index: 999999 !important;

        transform: translateX(-100%) !important;
        transition: transform 0.35s ease !important;
    }


    /* OPEN */

    .nav1.open {
        transform: translateX(0) !important;
    }


    /* ---------------------------------
       REMOVE BOOTSTRAP WIDTH CONFLICT
    --------------------------------- */

    .nav1 .container {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav1 .row {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }


    /* ---------------------------------
       MOBILE LOGO
    --------------------------------- */

    .nav1 formobile {
        display: block !important;
        width: 100% !important;
    }

    .nav1 .push-logo {
        width: 100%;
        margin-bottom: 20px;
    }

    .nav1 .push-logo img {
        display: block;
        width: auto;
        max-width: 110px;
        height: auto;
    }


    /* ---------------------------------
       SEARCH
    --------------------------------- */

    .nav1 .search-nav {
        width: 100%;
        margin-bottom: 20px;
    }

    .nav1 .search-nav form {
        position: relative;
        display: block;
        width: 100%;
    }

    .nav1 .search-nav #s {
        width: 100% !important;
        height: 43px;
        padding: 0 75px 0 12px;
        border: 1px solid #d7c4aa;
        background: #ffffff;
        outline: none;
    }

    .nav1 .search-nav #searchsubmit {
        position: absolute;
        top: 0;
        right: 0;
        width: 65px;
        height: 43px;
        border: 0;
        background: #142b3d;
        color: #ffffff;
    }


    /* ---------------------------------
       MENU LIST
    --------------------------------- */

    .nav1 ul {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
    }

    .nav1 ul li {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #ded3c2;
        list-style: none !important;
    }

    .nav1 ul li a {
        display: flex !important;
        width: 100% !important;
        min-height: 46px;
        padding: 12px 0 !important;
        align-items: center;
        justify-content: space-between;
        color: #142b3d !important;
        font-size: 13px !important;
        font-weight: 600;
        line-height: 1.4;
        text-decoration: none !important;
    }


    /* ---------------------------------
       DO NOT USE DESKTOP MEGA DROPDOWN
       INSIDE MOBILE PANEL
    --------------------------------- */

    .nav1 .shop-dropdown {
        position: static !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;

        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;

        margin: 0 !important;
        padding: 10px 0 !important;

        transform: none !important;

        opacity: 1 !important;
        visibility: visible !important;

        box-shadow: none !important;
        border: 0 !important;
    }


    body.pushmenu-open {
        overflow: hidden !important;
    }

}





















