/*
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&display=swap');

html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'Archivo', sans-serif;
}
body {
    overflow-x: hidden !important;
}
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;
    background-color: #C89422 !important;
}

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

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #C89422 !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: #C59331;display: block;font-size: 37px;position: fixed;text-align: center;left: 1%;}
/*---------------------------------- 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: -38px;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 {max-width: 660px;padding: 20px;display: none;}
#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 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.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: 0 0px 0 0px;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: 12px;
    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: 0px;top: 26px;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 60px;}
.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 #fff;padding: 22px 13px;width: 275px;font-size: 12px;text-decoration: none;color: white !important;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: #C8962A;}
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;}

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 ========================================================= */

topbar {
    width: 100%;
    display: block;
    background-color: #211f1e;
    font-family: "Archivo", system-ui, sans-serif;
    padding: 11px 0;
}


topbar .container .row {
    min-height: 32px;
    align-items: center;
}

topbar .container .row .left-topbar h5,
topbar .container .row .right-topbar h5 {
    margin: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.15px;
}

topbar .container .row .left-topbar h5 {
    color: #ffffff;
}

topbar .container .row .right-topbar {
    padding: 0 12px 0 0px;
    width: 50%;
}

topbar .container .row .right-topbar h5 {
    color: white;
    background-color: #b48118;
    padding: 8px 20px 8px 20px;
}

header {
    width: 100%;
    background-color: #f7f7f7;
    border-bottom: 2px solid #767676;
    font-family: "Archivo", system-ui, sans-serif;
}



header .container .row {
    min-height: 85px;
    align-items: center;
}

header .container .row .logo {
    display: flex;
    align-items: center;
}

header .container .row .logo a {
    display: inline-flex;
    align-items: center;
    color: #050505;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}

header .container .row .logo a img {
    width: 72%;
    object-fit: contain;
}

header .container .row .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

header .container .row .menu ul {
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 21px;
    z-index: 999;
}

header .container .row .menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header .container .row .menu ul li a {
    display: block;
    color: #080808;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.3s ease;
}

header .container .row .menu ul li a:hover,
header .container .row .menu ul li.current-menu-item a {
    color: #c98518;
}

header .container .row > .col-md-2:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .container .row > .col-md-2:last-child > ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 7px;
    list-style: none;
}

header .container .row > .col-md-2:last-child > ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #15151F;
    border: 1px solid #a4a4a4;
    text-decoration: none;
    transition: 0.3s ease;
}

header .container .row > .col-md-2:last-child > ul li a {
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #15151F;
    /* border: 1px solid #a4a4a4; */
    text-decoration: none;
    transition: 0.3s ease;
}

header .container .row > .col-md-3:last-child > ul li a i {
    font-size: 16px;
}

header .container .row > .col-md-3:last-child > ul li a:hover {
    color: #ffffff;
    background-color: #211f1e;
    border-color: #211f1e;
}

/*=====================================
Hero Section
======================================*/

.section-1{
    position:relative;
    width:100%;
    min-height:720px;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:url("images/1.jpg") center center/cover no-repeat;
    font-family:"Archivo",system-ui,sans-serif;
}

.section-1::before{
    content:"";
    position:absolute;
    inset:0;
    /* background: linear-gradient(90deg, rgb(18 15 12 / 38%) 0%, rgb(18 15 12 / 23%) 35%, rgba(18, 15, 12, .30) 65%, rgba(18, 15, 12, .08) 100%); */
}

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

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

.section-1 .hero-content{
    max-width:540px;
}


.section-1 .hero-subtitle{
    margin-bottom:22px;
}

.section-1 .hero-subtitle h5{
    margin:0;
    color:#c8962a;
    font-size:14px;
    font-weight:500;
    letter-spacing:2px;
    text-transform:uppercase;
}


.section-1 .hero-title{
    margin-bottom:30px;
}

.section-1 .hero-title h1{
    margin:0;
    color: black;
    font-size:82px;
    line-height:1.02;
    font-weight:700;
    letter-spacing:-3px;
}

.section-1 .hero-description{
    margin-bottom:38px;
}

.section-1 .hero-description p{
    margin:0;
    color: black;
    font-size:17px;
    line-height:1.8;
    font-weight:400;
    width: 80%;
}


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

.section-1 .hero-btns ul li{
    margin:0;
}

.section-1 .hero-btns ul li a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    min-height:56px;
    padding:0 34px;
    font-size:15px;
    font-weight:600;
    text-decoration:none;
    transition:.35s;
}

.section-1 .hero-btns ul li .primary-btn{
    color:#111111;
    background:#c8962a;
    border:1px solid #c8962a;
}

.section-1 .hero-btns ul li .primary-btn:hover{
    color:#fff;
    background:#111111;
    border-color:#111111;
}

.section-1 .hero-btns ul li .primary-btn i{
    transition:.35s;
}

.section-1 .hero-btns ul li .primary-btn:hover i{
    transform:translateX(5px);
}

.section-1 .hero-btns ul li .secondary-btn{
    color:#fff;
    border:1px solid rgba(255,255,255,.45);
    background:transparent;
}

.section-1 .hero-btns ul li .secondary-btn:hover{
    color:#111;
    background:#fff;
}

/*=====================================
Section 2 Counter
======================================*/

.section-2 {
    width: 100%;
    padding: 38px 0;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
    display: none;
}

.section-2 .container {
    max-width: 1145px;
}

.section-2 .row {
    align-items: center;
}

.section-2 .counter-box {
    position: relative;
    min-height: 70px;
    padding-left: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid #a6a6a6;
}

.section-2 .counter-number {
    margin-bottom: 5px;
}

.section-2 .counter-number h2 {
    margin: 0;
    color: #9a6800;
    font-size: 43px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
}

.section-2 .counter-title p {
    margin: 0;
    color: #666666;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
/*=====================================
Section 3
======================================*/

.section-3 {
    width: 100%;
    padding: 65px 0;
    background-color: #f7f7f7;
    border-top: 2px solid #9F9D9D;
    border-bottom: 2px solid #9F9D9D;
    font-family: "Archivo", system-ui, sans-serif;
}



.section-3 .container > .row:first-child {
    align-items: center;
    margin-bottom: 26px;
}

.section-3 .collection-heading h2 {
    margin: 0;
    color: #101010;
    font-size: 33px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.section-3 .collection-link {
    text-align: right;
}

.section-3 .collection-link a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #9b6800;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.section-3 .collection-link a i {
    font-size: 9px;
    transition: transform 0.3s ease;
}

.section-3 .collection-link a:hover {
    color: #111111;
}

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


/*=====================================
Collection Box
======================================*/

.section-3 .collection-box {
    height: 100%;
    background-color: #ffffff;
    border-top: 2px solid #999999;
    border-left: 3px solid #999999;
}

.section-3 .col-md-4:nth-child(3n) .collection-box {
    border-right: 3px solid #999999;
}

.section-3 .col-md-4:nth-last-child(-n + 3) .collection-box {
    border-bottom: 3px solid #999999;
}

.section-3 .collection-box > a {
    height: 100%;
    display: block;
    color: inherit;
    text-decoration: none;
}

.section-3 .collection-image {
    height: 225px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
}

.section-3 .collection-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.45s ease;
}

.section-3 .collection-content {
    min-height: 65px;
    padding: 13px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-top: 2px solid #999999;
}

.section-3 .collection-info h3 {
    margin: 0 0 4px;
    color: #101010;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.section-3 .collection-info p {
    margin: 0;
    color: #777777;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

.section-3 .collection-arrow {
    flex: 0 0 auto;
}

.section-3 .collection-arrow i {
    color: #111111;
    font-size: 14px;
    transition: transform 0.3s ease;
}

.section-3 .collection-box:hover .collection-image img {
    transform: scale(1.06);
}

.section-3 .collection-box:hover .collection-arrow i {
    transform: translateX(5px);
}
.section-3 .col-md-4 {
    padding: 0;
}

/*=====================================
Section 4
======================================*/

.section-4 {
    width: 100%;
    padding: 50px 0 35px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #a9a9a9;
    font-family: "Archivo", system-ui, sans-serif;
}



.section-4 .container > .row:first-child {
    align-items: center;
}

.section-4 .featured-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.section-4 .featured-subtitle {
    text-align: right;
}

.section-4 .featured-subtitle p {
    margin: 0;
    color: #777777;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}


/*=====================================
Filter Area
======================================*/

.section-4 .featured-filter {
    margin-top: 14px;
    padding-top: 11px;
    border-top: 1px solid #9c9c9c;
}

.section-4 .featured-filter .row {
    align-items: center;
}

.section-4 .category-tabs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-4 .category-tabs li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.section-4 .category-tabs button {
    min-height: 27px;
    padding: 0 16px;
    color: #111111;
    background-color: transparent;
    border: 1px solid #a2a2a2;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.section-4 .category-tabs button:hover,
.section-4 .category-tabs button.active {
    color: #111111;
    background-color: #c89422;
    border-color: #c89422;
}

.section-4 .product-sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.section-4 .product-sort label {
    margin: 0;
    color: #858585;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section-4 .product-sort select {
    padding: 4px 20px 4px 5px;
    color: #111111;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}


/*=====================================
Products Grid
======================================*/

.section-4 .featured-products {
    position: relative;
    margin-top: 10px;
    min-height: 300px;
}

.section-4 .product-box {
    height: 100%;
    background-color: #ffffff;
    /* border-top: 1px solid #999999; */
    /* border-left: 1px solid #999999; */
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
    /* border-bottom: 1px solid #999999 !important; */
    border: 1px solid #999999 !important;
}

.section-4 .featured-products .col-md-3:nth-child(4n) .product-box {
    border-right: 1px solid #999999;
}

.section-4 .featured-products .col-md-3:nth-last-child(-n + 4) .product-box {
    /* border-bottom: 1px solid #999999; */
}

.section-4 .product-box > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.section-4 .product-image {
    position: relative;
    height: 230px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
}

.section-4 .product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.section-4 .product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.section-4 .product-badge span {
    min-height: 21px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    color: #9b6800;
    background-color: #ffffff;
    border: 1px solid #c89422;
    font-size: 9px;
    line-height: 1;
    font-weight: 400;
}

.section-4 .product-content {
    min-height: 93px;
    padding: 14px 15px;
    border-top: 1px solid #999999;
}

.section-4 .product-title h3 {
    margin: 0 0 6px;
    color: #111111;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.section-4 .product-details p {
    margin: 0 0 12px;
    color: #7d7d7d;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
}

.section-4 .product-price {
    color: #986600;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.section-4 .product-price del {
    margin-right: 5px;
    color: #888888;
    font-size: 11px;
    font-weight: 400;
}

.section-4 .product-price ins {
    color: #986600;
    text-decoration: none;
}

.section-4 .product-box:hover {
    position: relative;
    z-index: 2;
    border-color: #c89422;
    box-shadow: inset 0 0 0 1px #c89422;
}

.section-4 .product-box:hover .product-image img {
    transform: scale(1.06);
}


/*=====================================
Loading State
======================================*/

.section-4 .featured-products::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(247, 247, 247, 0.7);
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease;
}

.section-4 .featured-products::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 6;
    width: 32px;
    height: 32px;
    visibility: hidden;
    opacity: 0;
    border: 3px solid #d7d7d7;
    border-top-color: #c89422;
    border-radius: 50%;
    transform: translateX(-50%);
    animation: productLoader 0.7s linear infinite;
}

.section-4.products-loading .featured-products::before,
.section-4.products-loading .featured-products::after {
    visibility: visible;
    opacity: 1;
}

@keyframes productLoader {
    to {
        transform: translateX(-50%) rotate(360deg);
    }
}


/*=====================================
No Products
======================================*/

.section-4 .no-products {
    padding: 60px 20px;
    text-align: center;
    border: 1px solid #999999;
}

.section-4 .no-products p {
    margin: 0;
    color: #666666;
    font-size: 15px;
}


/*=====================================
Bottom Button
======================================*/

.section-4 .featured-button {
    margin-top: 28px;
    text-align: center;
}

.section-4 .featured-button a {
    min-width: 150px;
    min-height: 36px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    background-color: transparent;
    border: 1px solid #999999;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.section-4 .featured-button a:hover {
    color: #ffffff;
    background-color: #111111;
    border-color: #111111;
}

.section-4 .category-tabs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.section-4 .category-tabs ul li a {
    min-height: 27px;
    padding: 0 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    background-color: transparent;
    border: 1px solid #a2a2a2;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.section-4 .category-tabs ul li a:hover,
.section-4 .category-tabs ul li a.active {
    color: #111111;
    background-color: #c89422;
    border-color: #c89422;
}

.section-4 .product-sort {
    text-align: right;
}

.section-4 .product-sort p {
    margin: 0;
    color: #777777;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
}

.section-4 .product-sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}

.section-4 .product-sort label {
    margin: 0;
    color: #777777;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}

.section-4 .product-sort select {
    width: auto;
    padding: 4px 20px 4px 4px;
    color: #111111;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.section-4 .filtered-no-products {
    display: none;
}

.section-5 {
    width: 100%;
    padding: 75px 0;
    background-color: #211f1e;
    font-family: "Archivo", system-ui, sans-serif;
}



.section-5 .row {
    align-items: center;
}

.section-5 .about-content {
    max-width: 470px;
}

.section-5 .about-subtitle {
    margin-bottom: 20px;
}

.section-5 .about-subtitle h5 {
    margin: 0;
    color: #d2a22d;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.section-5 .about-title {
    margin-bottom: 23px;
}

.section-5 .about-title h2 {
    margin: 0;
    color: #ffffff;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1.8px;
}

.section-5 .about-description {
    max-width: 410px;
    margin-bottom: 34px;
}

.section-5 .about-description p {
    margin: 0;
    color: #f0eeee;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
}

.section-5 .about-counters .row {
    margin-left: -10px;
    margin-right: -10px;
}

.section-5 .about-counters .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.section-5 .counter-box {
    min-height: 62px;
}

.section-5 .counter-number {
    margin-bottom: 6px;
}

.section-5 .counter-number h2 {
    margin: 0;
    color: #d6a72e;
    font-size: 29px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.section-5 .counter-title p {
    margin: 0;
    color: #9d9b9a;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}

.section-5 .about-image {
}

.section-5 .about-image img {
    transition: transform 0.4s ease;
    border-radius: 10px;
}

.section-5 .about-image:hover img {
    transform: scale(1.04);
}

/*=====================================
Section 6
======================================*/

.section-6 {
    width: 100%;
    padding: 65px 0 45px;
    background-color: #f7f7f7;
    border-top: 2px solid #24211f;
    font-family: "Archivo", system-ui, sans-serif;
}



.section-6 .container > .row:first-child {
    align-items: center;
    margin-bottom: 18px;
}


/*=====================================
Heading
======================================*/

.section-6 .arrival-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.section-6 .arrival-link {
    text-align: right;
}

.section-6 .arrival-link a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #9b6800;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.section-6 .arrival-link a i {
    font-size: 9px;
    transition: transform 0.3s ease;
}

.section-6 .arrival-link a:hover {
    color: #111111;
}

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


/*=====================================
Product Grid
======================================*/

.section-6 .arrival-products {
    width: 100%;
}

.section-6 .arrival-box {
    height: 372px;
    background-color: #ffffff;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}

.section-6 .arrival-products .col-md-3:last-child .arrival-box {
    border-right: 1px solid #999999;
}

.section-6 .arrival-box > a {
    height: 371px;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    object-fit: cover;
}

.section-6 .arrival-image {
    position: relative;
    height: 273px;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
}

.section-6 .arrival-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.section-6 .arrival-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}

.section-6 .arrival-badge span {
    min-height: 21px;
    padding: 0 9px;
    display: inline-flex;
    align-items: center;
    color: #9b6800;
    background-color: #ffffff;
    border: 1px solid #c89422;
    font-size: 9px;
    line-height: 1;
    font-weight: 400;
}

.section-6 .arrival-content {
    min-height: 110px;
    padding: 15px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.section-6 .arrival-title h3 {
    margin: 0 0 6px;
    color: #111111;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.section-6 .arrival-details p {
    margin: 0 0 12px;
    color: #7c7c7c;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
}

.section-6 .arrival-price {
    color: #986600;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.section-6 .arrival-price del {
    margin-right: 5px;
    color: #888888;
    font-size: 11px;
    font-weight: 400;
}

.section-6 .arrival-price ins {
    color: #986600;
    text-decoration: none;
}

.section-6 .arrival-box:hover .arrival-image img {
    transform: scale(1.06);
}


/*=====================================
No Products
======================================*/

.section-6 .no-products {
    padding: 55px 20px;
    text-align: center;
    border: 1px solid #999999;
}

.section-6 .no-products p {
    margin: 0;
    color: #666666;
    font-size: 15px;
}




.section-7 {
    width: 100%;
    padding: 68px 0;
    background-color: #f7f7f7;
    border-top: 1px solid #aaa7a4;
    border-bottom: 1px solid #aaa7a4;
    font-family: "Archivo", system-ui, sans-serif;
}



.section-7 .container > .row:first-child {
    align-items: center;
    margin-bottom: 28px;
}

.section-7 .journal-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -1px;
}

.section-7 .journal-link {
    text-align: right;
}

.section-7 .journal-link a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #966400;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.section-7 .journal-link a i {
    font-size: 9px;
    transition: transform 0.3s ease;
}

.section-7 .journal-link a:hover {
    color: #111111;
}

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

.section-7 .journal-posts .row {
    row-gap: 30px;
}

.section-7 .journal-box {
    height: 100%;
}

.section-7 .journal-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #aaa7a4;
}

.section-7 .journal-image a {
    width: 100%;
    height: 100%;
    display: block;
}

.section-7 .journal-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.section-7 .journal-content {
    padding-top: 13px;
}

.section-7 .journal-category {
    margin-bottom: 9px;
}

.section-7 .journal-category p {
    margin: 0;
    color: #9b6800;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.section-7 .journal-title {
    margin-bottom: 10px;
}

.section-7 .journal-title h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.section-7 .journal-title h3 a {
    color: #111111;
    text-decoration: none;
    transition: color 0.3s ease;
}

.section-7 .journal-meta p {
    margin: 0;
    color: #8a8a8a;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.section-7 .journal-box:hover .journal-image img {
    transform: scale(1.05);
}

.section-7 .journal-box:hover .journal-title h3 a {
    color: #9b6800;
}



.section-8 {
    width: 100%;
    padding: 75px 0;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}



.section-8 .row {
    align-items: center;
}


/*=====================================
Left Side
======================================*/

.section-8 .review-summary {
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}

.section-8 .review-rating {
    margin-bottom: 14px;
}

.section-8 .review-rating h2 {
    margin: 0;
    color: #c38d22;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
}

.section-8 .review-summary .review-stars {
    margin-bottom: 15px;
}

.section-8 .review-summary .review-stars i {
    margin: 0 2px;
    color: #c38d22;
    font-size: 18px;
}

.section-8 .review-text p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
}


/*=====================================
Right Side
======================================*/

.section-8 .review-list {
    width: 100%;
}

.section-8 .review-box {
    padding: 22px 20px;
    border: 1px solid #9d9d9d;
    background-color: #f7f7f7;
    height: 234px !important;
    border-right: 1px solid #9d9d9d;
}

.section-8 .review-list .col-md-4:last-child .review-box {
    border-right: 1px solid #9d9d9d;
}

.section-8 .review-box .review-stars {
    margin-bottom: 16px;
}

.section-8 .review-box .review-stars i {
    margin-right: 2px;
    color: #c38d22;
    font-size: 11px;
}

.section-8 .review-description {
    margin-bottom: 20px;
}

.section-8 .review-description p {
    margin: 0;
    color: #111111;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 500;
}

.section-8 .review-author p {
    margin: 0;
    color: #8b8b8b;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}


.section-9 {
    width: 100%;
    padding: 58px 0;
    background-color: #c59331;
    font-family: "Archivo", system-ui, sans-serif;
}



.section-9 .row {
    align-items: center;
}

.section-9 .newsletter-content {
}

.section-9 .newsletter-title {
    margin-bottom: 18px;
}

.section-9 .newsletter-title h2 {
    margin: 0;
    color: #151515;
    font-size: 33px;
    line-height: 0.98;
    font-weight: 700;
    letter-spacing: -1.8px;
}

.section-9 .newsletter-description p {
    margin: 0;
    color: #2a241b;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
}

.section-9 .newsletter-form {
    max-width: 435px;
    margin-left: auto;
}

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

.section-9 .form-field {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.section-9 .form-field input {
    width: 100%;
    height: 43px;
    padding: 0 15px;
    color: #111111;
    background-color: #ffffff;
    border: 0;
    outline: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.section-9 .form-field input::placeholder {
    color: #8a8a8a;
}

.section-9 .form-field button {
    min-width: 108px;
    height: 43px;
    padding: 0 18px;
    color: #ffffff;
    background-color: #211f1e;
    border: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s ease;
}

.section-9 .form-field button:hover {
    color: #211f1e;
    background-color: #ffffff;
}

.section-9 .form-note {
    margin-top: 10px;
}

.section-9 .form-note p {
    margin: 0;
    color: #5b4726;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}



footer {
    width: 100%;
    padding: 58px 0 20px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}


footer .container > .row {
    align-items: flex-start;
}

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

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

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

footer .footer-logo a img {
    object-fit: contain;
}

footer .footer-description p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
}

footer .footer-heading {
    margin-bottom: 17px;
}

footer .footer-heading h5 {
    margin: 0;
    color: #a66f00;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

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

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

footer .footer-links ul li:last-child {
    margin-bottom: 0;
}

footer .footer-links ul li a {
    color: #333333;
    font-size: 16px;
    line-height: 2.3;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footer-links ul li a:hover {
    color: #a66f00;
}

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

footer .footer-address {
    margin-bottom: 20px;
}

footer .footer-address p,
footer .footer-hours p {
    margin: 0;
    color: #444444;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}

footer .footer-hours a {
    color: #444444;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .footer-hours a:hover {
    color: #a66f00;
}

footer .footer-bottom {
    margin-top: 48px;
    padding-top: 16px;
    border-top: 1px solid #a8a8a8;
}

footer .footer-bottom .row {
    align-items: center;
}

footer .footer-copyright p {
    margin: 0;
    color: #8b8b8b;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

footer .footer-policy ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    list-style: none;
}

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

footer .footer-policy ul li a {
    color: #8b8b8b;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

footer .footer-policy ul li a:hover {
    color: #a66f00;
}



/* About Us */

.about-1 {
    width: 100%;
    min-height: 640px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 180px 0 120px;
    background: url("images/1.jpg") center center/cover no-repeat;
    font-family: "Archivo", system-ui, sans-serif;
    overflow: hidden;
}

.about-1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(22, 18, 15, 0.58);
}

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

.about-1 .row {
    align-items: center;
}

.about-1 .about-banner-content {
    max-width: 650px;
}

.about-1 .about-breadcrumb {
    margin-bottom: 24px;
}

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

.about-1 .about-breadcrumb ul li {
    margin: 0;
    padding: 0;
    color: #c89422;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-1 .about-breadcrumb ul li a {
    color: #c89422;
    text-decoration: none;
    transition: color .3s ease;
}

.about-1 .about-breadcrumb ul li a:hover {
    color: #ffffff;
}

.about-1 .about-banner-title {
    margin-bottom: 28px;
}

.about-1 .about-banner-title h1 {
    margin: 0;
    color: #ffffff;
    font-size: 74px;
    line-height: .98;
    font-weight: 700;
    letter-spacing: -3px;
}

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

.about-1 .about-banner-description p {
    margin: 0;
    color: #f4f4f4;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}


.about-2 {
    width: 100%;
    padding: 95px 0;
    background-color: #f8f8f8;
    font-family: "Archivo", system-ui, sans-serif;
}

.about-2 .row {
    align-items: center;
}

.about-2 .about-story-content {
    max-width: 610px;
}

.about-2 .about-story-subtitle {
    margin-bottom: 24px;
}

.about-2 .about-story-subtitle h5 {
    margin: 0;
    color: #c89422;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-2 .about-story-title {
    margin-bottom: 34px;
}

.about-2 .about-story-title h2 {
    margin: 0;
    color: #111111;
    font-size: 58px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -2px;
}

.about-2 .about-story-description p {
    margin: 0 0 24px;
    color: #353535;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 400;
}

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

.about-2 .about-story-image {
    border: 1px solid #a9a9a9;
    border-radius: 13px;
}

.about-2 .about-story-image img {
    width: 100%;
    object-fit: cover;
    transition: transform .4s ease;
    border-radius: 10px;
    height: 520px;
}

.about-2 .about-story-image:hover img {
    transform: scale(1.05);
}



.about-3 {
    width: 100%;
    padding: 70px 0;
    background-color: #211f1e;
    font-family: "Archivo", system-ui, sans-serif;
}

.about-3 .row {
    align-items: center;
}

.about-3 .counter-number {
    margin-bottom: 10px;
}

.about-3 .counter-number h2 {
    margin: 0;
    color: #d0a13a;
    font-size: 58px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -1px;
}

.about-3 .counter-title p {
    margin: 0;
    color: #c7c7c7;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
}



.about-4 {
    width: 100%;
    padding: 85px 0;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.about-4 .work-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 38px;
}

.about-4 .work-title {
    flex: 0 0 auto;
}

.about-4 .work-title h2 {
    margin: 0;
    color: #111111;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1.3px;
}

.about-4 .work-line {
    width: 100%;
    height: 1px;
    background-color: #9f9f9f;
}

.about-4 .work-list {
    width: 100%;
}

.about-4 .work-box {
    height: 100%;
    min-height: 240px;
    padding: 38px 36px;
    background-color: #f7f7f7;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    border-left: 1px solid #7f7f7f;
}

.about-4 .work-list .col-md-4:last-child .work-box {
    border-right: 1px solid #7f7f7f;
}

.about-4 .work-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9b6800;
    background-color: transparent;
    border: 1px solid #c89422;
}

.about-4 .work-icon i {
    font-size: 18px;
}

.about-4 .work-box-title {
    margin-bottom: 11px;
}

.about-4 .work-box-title h3 {
    margin: 0;
    color: #111111;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.4px;
}

.about-4 .work-description p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
}

.about-4 .work-box {
    transition:
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}
.about-4 .col-md-4 {
    padding: 0;
}

.about-4 .work-box:hover {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-color: #c89422;
    transform: translateY(-4px);
}

.about-4 .work-box:hover .work-icon {
    color: #ffffff;
    background-color: #c89422;
}


.about-5 {
    width: 100%;
    padding: 75px 0 85px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.about-5 .people-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 40px;
}

.about-5 .people-title {
    flex: 0 0 auto;
}

.about-5 .people-title h2 {
    margin: 0;
    color: #111111;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1.3px;
}

.about-5 .people-line {
    width: 100%;
    height: 1px;
    background-color: #9f9f9f;
}

.about-5 .people-list .row {
    row-gap: 35px;
}

.about-5 .people-box {
    height: 100%;
}

.about-5 .people-image {
    width: 100%;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #a3a3a3;
}

.about-5 .people-image img {
    width: 72%;
    height: 72%;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.about-5 .people-content {
    padding-top: 18px;
}

.about-5 .people-name {
    margin-bottom: 8px;
}

.about-5 .people-name h3 {
    margin: 0;
    color: #111111;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.about-5 .people-position {
    margin-bottom: 14px;
}

.about-5 .people-position p {
    margin: 0;
    color: #a66f00;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.about-5 .people-description p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
}

.about-5 .people-box:hover .people-image img {
    transform: scale(1.05);
}



.about-6 {
    width: 100%;
    padding: 62px 0;
    background-color: #c89422;
    font-family: "Archivo", system-ui, sans-serif;
}

.about-6 .row {
    align-items: center;
}

.about-6 .about-contact-content {
    max-width: 620px;
}

.about-6 .about-contact-title {
    margin-bottom: 14px;
}

.about-6 .about-contact-title h2 {
    margin: 0;
    color: #171717;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1.4px;
}

.about-6 .about-contact-description p {
    margin: 0;
    color: #2b2419;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.about-6 .about-contact-buttons ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    list-style: none;
}

.about-6 .about-contact-buttons ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-6 .about-contact-buttons ul li a {
    min-height: 50px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #171717;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #171717;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

.about-6 .about-contact-buttons ul li .contact-btn {
    color: #ffffff;
    background-color: #211f1e;
}

.about-6 .about-contact-buttons ul li .contact-btn:hover {
    color: #211f1e;
    background-color: #ffffff;
}

.about-6 .about-contact-buttons ul li .collection-btn {
    color: #171717;
    background-color: transparent;
}

.about-6 .about-contact-buttons ul li .collection-btn:hover {
    color: #ffffff;
    background-color: #211f1e;
}


.contact-1 {
    width: 100%;
    padding: 95px 0 80px;
    background: linear-gradient(90deg,#fff4d6 0%,#ffffff 60%);
    border-top: 1px solid #9d9d9d;
    font-family: "Archivo", system-ui, sans-serif;
}

.contact-1 .row {
    align-items: center;
}

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

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

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

.contact-1 .contact-breadcrumb ul li {
    margin: 0;
    padding: 0;
    color: #c89422;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-1 .contact-breadcrumb ul li a {
    color: #c89422;
    text-decoration: none;
    transition: color .3s ease;
}

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

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

.contact-1 .contact-banner-title h1 {
    margin: 0;
    color: white;
    font-size: 68px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

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

.contact-1 .contact-banner-description p {
    margin: 0;
    color: white;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}


.contact-2 {
    width: 100%;
    padding: 60px 0 85px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.contact-2 .row {
    align-items: flex-start;
}

.contact-2 .contact-form {
    padding-right: 35px;
}

.contact-2 .contact-form .row {
    row-gap: 12px;
}

.contact-2 .form-group {
    width: 100%;
}

.contact-2 .form-group label {
    display: block;
    margin-bottom: 9px;
    color: #777777;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-2 .form-group input,
.contact-2 .form-group select,
.contact-2 .form-group textarea {
    width: 100%;
    color: #111111;
    background-color: transparent;
    border: 1px solid #999999;
    outline: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    transition:
        border-color 0.3s ease,
        background-color 0.3s ease;
}

.contact-2 .form-group input,
.contact-2 .form-group select {
    height: 50px;
    padding: 0 16px;
}

.contact-2 .form-group textarea {
    height: 176px;
    padding: 16px;
    resize: vertical;
}

.contact-2 .form-group input::placeholder,
.contact-2 .form-group textarea::placeholder {
    color: #7b7b7b;
}

.contact-2 .form-group input:focus,
.contact-2 .form-group select:focus,
.contact-2 .form-group textarea:focus {
    background-color: #ffffff;
    border-color: #c89422;
}

.contact-2 .form-button button {
    min-width: 206px;
    min-height: 49px;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    color: #111111;
    background-color: #c89422;
    border: 1px solid #c89422;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.contact-2 .form-button button i {
    font-size: 13px;
    transition: transform 0.3s ease;
}

.contact-2 .form-button button:hover {
    color: #ffffff;
    background-color: #211f1e;
    border-color: #211f1e;
}

.contact-2 .form-button button:hover i {
    transform: translateX(4px);
}

.contact-2 .contact-details {
    border: 1px solid #777777;
}

.contact-2 .contact-detail-box {
    min-height: 109px;
    padding: 26px 24px;
    border-bottom: 1px solid #999999;
}

.contact-2 .contact-detail-box:last-child {
    border-bottom: 0;
}

.contact-2 .contact-detail-heading {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.contact-2 .contact-detail-heading i {
    width: 16px;
    color: #a66f00;
    font-size: 15px;
    text-align: center;
}

.contact-2 .contact-detail-heading h5 {
    margin: 0;
    color: #111111;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.contact-2 .contact-detail-text p {
    margin: 0;
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.contact-2 .contact-detail-text a {
    color: #333333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-2 .contact-detail-text a:hover {
    color: #a66f00;
}



.contact-3 {
    width: 100%;
    padding: 0 0 80px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.contact-3 .contact-map {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border: 1px solid #999999;
}

.contact-3 .contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}


.journal-2 {
    width: 100%;
    padding: 60px 0 50px 0;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.journal-2 .row {
    align-items: stretch;
}

.journal-2 .journal-feature-image {
    width: 100%;
    height: 415px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-right: 0;
}

.journal-2 .journal-feature-image img {
    width: 72%;
    height: 72%;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.journal-2 .journal-feature-content {
    height: 415px;
    padding: 58px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f7;
    border: 1px solid #999999;
}

.journal-2 .journal-feature-category {
    margin-bottom: 22px;
}

.journal-2 .journal-feature-category p {
    margin: 0;
    color: #a66f00;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.journal-2 .journal-feature-title {
    margin-bottom: 22px;
}

.journal-2 .journal-feature-title h1 {
    margin: 0;
    color: #111111;
    font-size: 42px;
    line-height: 1.04;
    font-weight: 700;
    letter-spacing: -1.6px;
}

.journal-2 .journal-feature-description {
    margin-bottom: 24px;
}

.journal-2 .journal-feature-description p {
    margin: 0;
    color: #444444;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.journal-2 .journal-feature-meta p {
    margin: 0;
    color: #888888;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
.journal-2 .col-md-7 {
    padding: 0;
}

.journal-2 .col-md-5 {
    padding: 0;
}

.journal-2 .journal-feature-image:hover img {
    transform: scale(1.05);
}



.journal-3 {
    width: 100%;
    padding: 30px 0 80px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}


/* Filter */

.journal-3 .journal-filter {
    padding-bottom: 13px;
    border-bottom: 1px solid #9d9d9d;
}

.journal-3 .article-count p {
    margin: 0;
    color: #777777;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.journal-3 .article-count p strong {
    color: #111111;
    font-weight: 700;
}

.journal-3 .journal-tabs ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
}

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

.journal-3 .journal-tabs ul li a {
    min-height: 25px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    background-color: transparent;
    border: 1px solid #a4a4a4;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.journal-3 .journal-tabs ul li a:hover,
.journal-3 .journal-tabs ul li a.active {
    color: #111111;
    background-color: #c89422;
    border-color: #c89422;
}


/* Posts */

.journal-3 .journal-posts {
    padding-top: 32px;
}

.journal-3 .journal-posts .row {
    row-gap: 38px;
}

.journal-3 .journal-box {
    height: 100%;
}

.journal-3 .journal-image {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #a3a3a3;
}

.journal-3 .journal-image a {
    width: 100%;
    height: 100%;
    display: block;
}

.journal-3 .journal-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.journal-3 .journal-content {
    padding-top: 13px;
}

.journal-3 .journal-category {
    margin-bottom: 9px;
}

.journal-3 .journal-category p {
    margin: 0;
    color: #9b6800;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.journal-3 .journal-title {
    margin-bottom: 9px;
}

.journal-3 .journal-title h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.journal-3 .journal-title h3 a {
    color: #111111;
    text-decoration: none;
    transition: color 0.25s ease;
}

.journal-3 .journal-description {
    margin-bottom: 13px;
}

.journal-3 .journal-description p {
    margin: 0;
    color: #666666;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 400;
}

.journal-3 .journal-meta p {
    margin: 0;
    color: #8a8a8a;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.journal-3 .journal-box:hover .journal-image img {
    transform: scale(1.05);
}

.journal-3 .journal-box:hover .journal-title h3 a {
    color: #9b6800;
}


/* Empty message */

.journal-3 .filtered-no-posts {
    display: none;
}

.journal-3 .no-journal-posts {
    padding: 50px 20px;
    text-align: center;
    border: 1px solid #999999;
}

.journal-3 .no-journal-posts p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}



.collection-2 {
    width: 100%;
    padding: 55px 0 70px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.collection-2 .collection-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 34px;
}

.collection-2 .collection-title {
    flex: 0 0 auto;
}

.collection-2 .collection-title h2 {
    margin: 0;
    color: #111111;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1px;
}

.collection-2 .collection-line {
    width: 100%;
    height: 1px;
    background-color: #9d9d9d;
}

.collection-2 .collection-style-list {
    border: 1px solid #888888;
}

.collection-2 .collection-style-box {
    height: 100%;
    background-color: #ffffff;
}

.collection-2 .collection-style-list > .row > .col-md-6:first-child {
    border-right: 1px solid #888888;
}

.collection-2 .collection-style-box > .row {
    min-height: 295px;
}

.collection-2 .collection-style-content {
    height: 100%;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collection-2 .collection-style-title {
    margin-bottom: 22px;
}

.collection-2 .collection-style-title h3 {
    margin: 0;
    color: #111111;
    font-size: 34px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -1px;
}

.collection-2 .collection-style-description {
    margin-bottom: 24px;
}

.collection-2 .collection-style-description p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
}

.collection-2 .collection-style-link a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #9b6800;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.collection-2 .collection-style-link a i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.collection-2 .collection-style-link a:hover {
    color: #111111;
}

.collection-2 .collection-style-link a:hover i {
    transform: translateX(5px);
}

.collection-2 .collection-style-image {
    width: 100%;
    height: 100%;
    min-height: 295px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-left: 1px solid #888888;
    background-color: #ffffff;
}

.collection-2 .collection-style-image img {
    width: 75%;
    height: 75%;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.collection-2 .collection-style-box:hover .collection-style-image img {
    transform: scale(1.06);
}


.collection-3 {
    width: 100%;
    padding: 65px 0;
    background-color: #c89422;
    font-family: "Archivo", system-ui, sans-serif;
}

.collection-3 .row {
    align-items: center;
}

.collection-3 .collection-cta-content {
    max-width: 610px;
}

.collection-3 .collection-cta-title {
    margin-bottom: 14px;
}

.collection-3 .collection-cta-title h2 {
    margin: 0;
    color: #171717;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1.5px;
}

.collection-3 .collection-cta-description p {
    margin: 0;
    color: #2f281d;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.collection-3 .collection-cta-button {
    text-align: right;
}

.collection-3 .collection-cta-button a {
    min-width: 195px;
    min-height: 48px;
    padding: 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #211f1e;
    border: 2px solid #211f1e;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition:
        background-color .3s ease,
        color .3s ease,
        border-color .3s ease;
}

.collection-3 .collection-cta-button a:hover {
    color: #211f1e;
    background-color: #ffffff;
    border-color: #ffffff;
}


.arrival-1 {position: relative;z-index: 1;}

.arrival-1 .row {
    align-items: center;
}

.arrival-1 .arrival-banner-content {
    max-width: 720px;
}

.arrival-1 .arrival-breadcrumb {
    margin-bottom: 22px;
}

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

.arrival-1 .arrival-breadcrumb ul li {
    margin: 0;
    padding: 0;
    color: #c89422;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.arrival-1 .arrival-breadcrumb ul li a {
    color: #c89422;
    text-decoration: none;
    transition: color .3s ease;
}

.arrival-1 .arrival-breadcrumb ul li a:hover {
    color: #ffffff;
}

.arrival-1 .arrival-banner-title {
    margin-bottom: 22px;
}

.arrival-1 .arrival-banner-title h1 {
    margin: 0;
    color: #ffffff;
    font-size: 72px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -2px;
}

.arrival-1 .arrival-banner-description {
    max-width: 640px;
}

.arrival-1 .arrival-banner-description p {
    margin: 0;
    color: #f1f1f1;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}


/*=====================================
Arrival Section 2
======================================*/

.arrival-2 {
    width: 100%;
    padding: 38px 0 70px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}


/*=====================================
Top Filter
======================================*/

.arrival-2 .arrival-filter {
    padding-bottom: 14px;
    border-bottom: 1px solid #999999;
}

.arrival-2 .arrival-filter .row {
    align-items: center;
}

.arrival-2 .arrival-count p {
    margin: 0;
    color: #6f6f6f;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.arrival-2 .arrival-count p strong {
    color: #111111;
    font-weight: 700;
}

.arrival-2 .arrival-tabs ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;
    list-style: none;
}

.arrival-2 .arrival-tabs ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.arrival-2 .arrival-tabs ul li button {
    min-height: 28px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    background-color: transparent;
    border: 1px solid #9f9f9f;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.arrival-2 .arrival-tabs ul li button:hover,
.arrival-2 .arrival-tabs ul li button.active {
    color: #111111;
    background-color: #c89422;
    border-color: #c89422;
}


/*=====================================
Week Heading
======================================*/

.arrival-2 .arrival-heading {
    padding: 38px 0 18px;
}

.arrival-2 .arrival-heading .row {
    align-items: center;
}

.arrival-2 .arrival-title {
    display: flex;
    align-items: center;
    gap: 18px;
}

.arrival-2 .arrival-title h2 {
    flex: 0 0 auto;
    margin: 0;
    color: #111111;
    font-size: 29px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.arrival-2 .arrival-line {
    width: 100%;
    height: 1px;
    background-color: #999999;
}

.arrival-2 .arrival-date {
    text-align: right;
}

.arrival-2 .arrival-date p {
    margin: 0;
    color: #8a8a8a;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}


/*=====================================
Product Grid
======================================*/

.arrival-2 .arrival-product-list {
    width: 100%;
}

.arrival-2 .arrival-product-box {
    height: 100%;
    background-color: #ffffff;
    border-top: 1px solid #8f8f8f;
    border-left: 1px solid #8f8f8f;
}

.arrival-2 .arrival-product-item:nth-child(4n) .arrival-product-box {
    border-right: 1px solid #8f8f8f;
}

.arrival-2 .arrival-product-item:nth-last-child(-n + 4) .arrival-product-box {
    border-bottom: 1px solid #8f8f8f;
}

.arrival-2 .arrival-product-box > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.arrival-2 .arrival-product-image {
    position: relative;
    height: 260px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
}

.arrival-2 .arrival-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.arrival-2 .arrival-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

.arrival-2 .arrival-product-badge span {
    min-height: 23px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    color: #9b6800;
    background-color: #ffffff;
    border: 1px solid #c89422;
    font-size: 9px;
    line-height: 1;
    font-weight: 400;
}

.arrival-2 .arrival-product-content {
    min-height: 128px;
    padding: 16px;
    border-top: 1px solid #8f8f8f;
}

.arrival-2 .arrival-product-category {
    margin-bottom: 8px;
}

.arrival-2 .arrival-product-category p {
    margin: 0;
    color: #9b6800;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.arrival-2 .arrival-product-title {
    margin-bottom: 8px;
}

.arrival-2 .arrival-product-title h3 {
    margin: 0;
    color: #111111;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.arrival-2 .arrival-product-details {
    margin-bottom: 15px;
}

.arrival-2 .arrival-product-details p {
    margin: 0;
    color: #808080;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
}

.arrival-2 .arrival-product-price {
    color: #986600;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.arrival-2 .arrival-product-price del {
    margin-right: 5px;
    color: #888888;
    font-size: 11px;
    font-weight: 400;
}

.arrival-2 .arrival-product-price ins {
    color: #986600;
    text-decoration: none;
}

.arrival-2 .arrival-product-box:hover .arrival-product-image img {
    transform: scale(1.06);
}


/*=====================================
Empty Result
======================================*/

.arrival-2 .arrival-filter-empty {
    display: none;
}

.arrival-2 .arrival-no-products {
    padding: 55px 20px;
    text-align: center;
    border: 1px solid #999999;
}

.arrival-2 .arrival-no-products p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}


.arrival-3 {
    width: 100%;
    padding: 48px 0 42px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.arrival-3 .arrival-earlier-heading {
    margin-bottom: 20px;
}

.arrival-3 .arrival-earlier-heading .row {
    align-items: center;
}

.arrival-3 .arrival-earlier-title {
    display: flex;
    align-items: center;
    gap: 18px;
}

.arrival-3 .arrival-earlier-title h2 {
    flex: 0 0 auto;
    margin: 0;
    color: #111111;
    font-size: 29px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.arrival-3 .arrival-earlier-line {
    width: 100%;
    height: 1px;
    background-color: #999999;
}

.arrival-3 .arrival-earlier-date {
    text-align: right;
}

.arrival-3 .arrival-earlier-date p {
    margin: 0;
    color: #8a8a8a;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.arrival-3 .arrival-earlier-products {
    width: 100%;
}

.arrival-3 .arrival-earlier-box {
    height: 100%;
    background-color: #ffffff;
    border-top: 1px solid #8f8f8f;
    border-left: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
}

.arrival-3 .arrival-earlier-products .col-md-3:last-child .arrival-earlier-box {
    border-right: 1px solid #8f8f8f;
}

.arrival-3 .arrival-earlier-box > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.arrival-3 .arrival-earlier-image {
    position: relative;
    height: 255px;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
}

.arrival-3 .arrival-earlier-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.arrival-3 .arrival-earlier-content {
    min-height: 128px;
    padding: 16px;
    border-top: 1px solid #8f8f8f;
}

.arrival-3 .arrival-earlier-category {
    margin-bottom: 8px;
}

.arrival-3 .arrival-earlier-category p {
    margin: 0;
    color: #9b6800;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.arrival-3 .arrival-earlier-name {
    margin-bottom: 8px;
}

.arrival-3 .arrival-earlier-name h3 {
    margin: 0;
    color: #111111;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.arrival-3 .arrival-earlier-details {
    margin-bottom: 15px;
}

.arrival-3 .arrival-earlier-details p {
    margin: 0;
    color: #808080;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
}

.arrival-3 .arrival-earlier-price {
    color: #986600;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

.arrival-3 .arrival-earlier-price del {
    margin-right: 5px;
    color: #888888;
    font-size: 11px;
    font-weight: 400;
}

.arrival-3 .arrival-earlier-price ins {
    color: #986600;
    text-decoration: none;
}

.arrival-3 .arrival-earlier-box:hover .arrival-earlier-image img {
    transform: scale(1.06);
}

.arrival-3 .arrival-earlier-button {
    margin-top: 58px;
    text-align: center;
}

.arrival-3 .arrival-earlier-button a {
    min-width: 224px;
    min-height: 42px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    background-color: transparent;
    border: 1px solid #999999;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.arrival-3 .arrival-earlier-button a:hover {
    color: #ffffff;
    background-color: #211f1e;
    border-color: #211f1e;
}

.arrival-3 .arrival-earlier-empty {
    padding: 55px 20px;
    text-align: center;
    border: 1px solid #999999;
}

.arrival-3 .arrival-earlier-empty p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}


.section-8 .col-md-4 {
    padding: 0 !important;
}

/*=====================================
Shop Section
======================================*/

.shop2 {
    width: 100%;
    padding: 42px 0 80px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.shop2 > .container > .row {
    align-items: flex-start;
}


/*=====================================
Filter Sidebar
======================================*/

.shop2 .shop-filter {
    border: 1px solid #8f8f8f;
}

.shop2 .filter-heading {
    min-height: 55px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #8f8f8f;
}

.shop2 .filter-title h3 {
    margin: 0;
    color: #111111;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.shop2 .filter-clear button {
    margin: 0;
    padding: 0;
    color: #9b6800;
    background-color: transparent;
    border: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
}

.shop2 .filter-group {
    padding: 22px 18px;
    border-bottom: 1px solid #8f8f8f;
}

.shop2 .filter-group:last-child {
    border-bottom: 0;
}

.shop2 .filter-group-title {
    margin-bottom: 17px;
}

.shop2 .filter-group-title h5 {
    margin: 0;
    color: #8a8a8a;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.shop2 .filter-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.shop2 .filter-options label {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.shop2 .filter-options label input {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.shop2 .filter-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-right: 10px;
    border: 1px solid #999999;
    background-color: transparent;
}

.shop2 .filter-checkbox::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    visibility: hidden;
    opacity: 0;
    background-color: #c89422;
}

.shop2 .filter-options label input:checked + .filter-checkbox {
    border-color: #c89422;
}

.shop2 .filter-options label input:checked + .filter-checkbox::after {
    visibility: visible;
    opacity: 1;
}

.shop2 .filter-name {
    color: #333333;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
}

.shop2 .filter-options label input:checked ~ .filter-name {
    color: #a66f00;
}

.shop2 .filter-count {
    margin-left: auto;
    color: #8a8a8a;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
}


/*=====================================
Toolbar
======================================*/

.shop2 .shop-toolbar {
    min-height: 52px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999999;
}

.shop2 .shop-toolbar .row {
    align-items: center;
}

.shop2 .shop-count p {
    margin: 0;
    color: #777777;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.shop2 .shop-count p strong {
    color: #111111;
    font-weight: 700;
}

.shop2 .shop-sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.shop2 .shop-sort button {
    min-height: 35px;
    padding: 0 17px;
    color: #111111;
    background-color: transparent;
    border: 1px solid #999999;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.shop2 .shop-sort button:hover,
.shop2 .shop-sort button.active {
    color: #111111;
    background-color: #c89422;
    border-color: #c89422;
}


/*=====================================
Product Grid
======================================*/

.shop2 .shop-products {
    width: 100%;
}

.shop2 .shop-product-box {
    height: 100%;
    background-color: #ffffff;
    border-left: 1px solid #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
}

.shop2 .shop-product-item:nth-child(3n) .shop-product-box {
    border-right: 1px solid #8f8f8f;
}

.shop2 .shop-product-box > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.shop2 .shop-product-image {
    position: relative;
    height: 280px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
}

.shop2 .shop-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.shop2 .shop-product-badge {
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
}

.shop2 .shop-product-badge span {
    min-height: 24px;
    padding: 0 11px;
    display: inline-flex;
    align-items: center;
    color: #9b6800;
    background-color: #ffffff;
    border: 1px solid #c89422;
    font-size: 9px;
    line-height: 1;
    font-weight: 400;
}

.shop2 .shop-product-content {
    min-height: 145px;
    padding: 18px;
    border-top: 1px solid #8f8f8f;
}

.shop2 .shop-product-category {
    margin-bottom: 9px;
}

.shop2 .shop-product-category p {
    margin: 0;
    color: #9b6800;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.shop2 .shop-product-title {
    margin-bottom: 9px;
}

.shop2 .shop-product-title h3 {
    margin: 0;
    color: #111111;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.shop2 .shop-product-details {
    margin-bottom: 18px;
}

.shop2 .shop-product-details p {
    margin: 0;
    color: #818181;
    font-size: 10px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: uppercase;
}

.shop2 .shop-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.shop2 .shop-product-price {
    color: #986600;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.shop2 .shop-product-price del {
    margin-right: 5px;
    color: #888888;
    font-size: 11px;
    font-weight: 400;
}

.shop2 .shop-product-price ins {
    color: #986600;
    text-decoration: none;
}

.shop2 .shop-product-stock p {
    margin: 0;
    color: #9b6800;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.shop2 .shop-product-box:hover .shop-product-image img {
    transform: scale(1.06);
}


/*=====================================
Empty Results
======================================*/

.shop2 .filtered-shop-empty {
    display: none;
}

.shop2 .shop-empty {
    padding: 60px 20px;
    text-align: center;
    border: 1px solid #999999;
}

.shop2 .shop-empty p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}





/* Blog Post Single Page */

.single-blog-1 {
    width: 100%;
    padding: 85px 0 60px;
    background-color: #f7f7f7;
    border-top: 1px solid #999999;
    font-family: "Archivo", system-ui, sans-serif;
}

.single-blog-1 .single-blog-breadcrumb {
    margin-bottom: 24px;
}

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

.single-blog-1 .single-blog-breadcrumb ul li {
    margin: 0;
    padding: 0;
    color: #9b6800;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.single-blog-1 .single-blog-breadcrumb ul li a {
    color: #9b6800;
    text-decoration: none;
}

.single-blog-1 .single-blog-category {
    margin-bottom: 18px;
}

.single-blog-1 .single-blog-category p {
    margin: 0;
    color: #9b6800;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.single-blog-1 .single-blog-title {
    margin-bottom: 24px;
}

.single-blog-1 .single-blog-title h1 {
    margin: 0;
    color: #111111;
    font-size: 64px;
    line-height: 1.02;
    font-weight: 700;
    letter-spacing: -2.5px;
}

.single-blog-1 .single-blog-excerpt {
    max-width: 760px;
    margin-bottom: 24px;
}

.single-blog-1 .single-blog-excerpt p {
    margin: 0;
    color: #444444;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
}

.single-blog-1 .single-blog-meta ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    list-style: none;
}

.single-blog-1 .single-blog-meta ul li {
    margin: 0;
    padding: 0;
    color: #888888;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.single-blog-2 {
    width: 100%;
    padding: 0 0 60px;
    background-color: #f7f7f7;
}

.single-blog-2 .single-blog-image {
    width: 100%;
    height: 570px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #999999;
}

.single-blog-2 .single-blog-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.single-blog-3 {
    width: 100%;
    padding: 20px 0 80px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.single-blog-3 .single-blog-content {
    padding-right: 45px;
}

.single-blog-3 .single-blog-content p {
    margin: 0 0 24px;
    color: #333333;
    font-size: 17px;
    line-height: 1.85;
}

.single-blog-3 .single-blog-content h2 {
    margin: 45px 0 20px;
    color: #111111;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}

.single-blog-3 .single-blog-content h3 {
    margin: 35px 0 16px;
    color: #111111;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;
}

.single-blog-3 .single-blog-content ul,
.single-blog-3 .single-blog-content ol {
    margin: 0 0 25px;
    padding-left: 22px;
}

.single-blog-3 .single-blog-content li {
    margin-bottom: 10px;
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
}

.single-blog-3 .single-blog-content blockquote {
    margin: 35px 0;
    padding: 24px 28px;
    border-left: 4px solid #c89422;
    background-color: #ffffff;
}

.single-blog-3 .single-blog-content blockquote p {
    margin: 0;
    color: #222222;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
}

.single-blog-3 .single-blog-sidebar {
    position: sticky;
    top: 30px;
}

.single-blog-3 .sidebar-box {
    margin-bottom: 22px;
    border: 1px solid #999999;
}

.single-blog-3 .sidebar-title {
    padding: 16px 18px;
    border-bottom: 1px solid #999999;
}

.single-blog-3 .sidebar-title h4 {
    margin: 0;
    color: #111111;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.single-blog-3 .sidebar-list {
    padding: 8px 18px;
}

.single-blog-3 .sidebar-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-blog-3 .sidebar-list ul li {
    padding: 13px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #dddddd;
}

.single-blog-3 .sidebar-list ul li:last-child {
    border-bottom: 0;
}

.single-blog-3 .sidebar-list ul li span {
    color: #777777;
    font-size: 11px;
    text-transform: uppercase;
}

.single-blog-3 .sidebar-list ul li strong {
    color: #111111;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}

.single-blog-3 .sidebar-share {
    padding: 18px;
}

.single-blog-3 .sidebar-share ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
}

.single-blog-3 .sidebar-share ul li a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    border: 1px solid #999999;
    text-decoration: none;
    transition: 0.3s ease;
}

.single-blog-3 .sidebar-share ul li a:hover {
    color: #ffffff;
    background-color: #211f1e;
    border-color: #211f1e;
}

.single-blog-4 {
    width: 100%;
    padding: 70px 0 80px;
    background-color: #f7f7f7;
    border-top: 1px solid #999999;
    font-family: "Archivo", system-ui, sans-serif;
}

.single-blog-4 .related-heading {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 35px;
}

.single-blog-4 .related-title {
    flex: 0 0 auto;
}

.single-blog-4 .related-title h2 {
    margin: 0;
    color: #111111;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -1px;
}

.single-blog-4 .related-line {
    width: 100%;
    height: 1px;
    background-color: #999999;
}

.single-blog-4 .related-posts .row {
    row-gap: 30px;
}

.single-blog-4 .related-image {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #999999;
}

.single-blog-4 .related-image a {
    width: 100%;
    height: 100%;
    display: block;
}

.single-blog-4 .related-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.single-blog-4 .related-content {
    padding-top: 14px;
}

.single-blog-4 .related-category {
    margin-bottom: 9px;
}

.single-blog-4 .related-category p {
    margin: 0;
    color: #9b6800;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.single-blog-4 .related-post-title {
    margin-bottom: 10px;
}

.single-blog-4 .related-post-title h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}

.single-blog-4 .related-post-title h3 a {
    color: #111111;
    text-decoration: none;
}

.single-blog-4 .related-meta p {
    margin: 0;
    color: #888888;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

.single-blog-4 .related-box:hover .related-image img {
    transform: scale(1.05);
}

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

    .single-blog-1 .single-blog-title h1 {
        font-size: 52px;
    }

    .single-blog-2 .single-blog-image {
        height: 480px;
    }

    .single-blog-3 .single-blog-content {
        padding-right: 20px;
    }

}

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

    .single-blog-1 {
        padding: 45px 0 25px;
    }

    .single-blog-1 .single-blog-title h1 {
        font-size: 42px;
        letter-spacing: -1.5px;
    }

    .single-blog-1 .single-blog-excerpt p {
        font-size: 16px;
    }

    .single-blog-2 {
        padding-bottom: 5px;
    }

    .single-blog-2 .single-blog-image {
        height: 360px;
    }

    .single-blog-3 {
        padding-bottom: 20px;
    }

    .single-blog-3 .single-blog-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .single-blog-3 .single-blog-sidebar {
        position: static;
    }

    .single-blog-4 {
        padding: 24px 0 15px;
    }

    .single-blog-4 .related-image {
        height: 300px;
    }

}

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

    .single-blog-1 .single-blog-title h1 {
        font-size: 25px;
    }

    .single-blog-2 .single-blog-image {
        height: 290px;
    }

    .single-blog-3 .single-blog-content p {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .single-blog-3 .single-blog-content h2 {
        font-size: 25px;
        margin: 20px 0 20px 0;
    }

    .single-blog-4 .related-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .single-blog-4 .related-image {
        height: 250px;
    }

}
/* Blog POst single Page */




/*=====================================
Single Product Section
======================================*/

.product-single-1 {
    width: 100%;
    padding: 20px 0 60px;
    background-color: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.product-single-1 > .container > .row {
    align-items: flex-start;
}


/*=====================================
Breadcrumb
======================================*/

.product-single-1 .product-breadcrumb {
    margin-bottom: 35px;
}

.product-single-1 .breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    color: #777777;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.product-single-1 .breadcrumb-list a {
    color: #777777;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-single-1 .breadcrumb-list a:hover {
    color: #9b6800;
}

.product-single-1 .breadcrumb-list span {
    color: #999999;
}


/*=====================================
Product Gallery
======================================*/

.product-single-1 .product-gallery {
    padding-right: 30px;
}

.product-single-1 .product-gallery > .row {
    align-items: flex-start;
}

.product-single-1 .product-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-single-1 .product-thumbnails button {
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #999999;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.product-single-1 .product-thumbnails button:hover,
.product-single-1 .product-thumbnails button.active {
    border-color: #c89422;
}

.product-single-1 .product-thumbnails button img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.product-single-1 .product-main-image {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
    border: 1px solid #999999;
}

.product-single-1 .product-main-image > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-single-1 .product-main-image:hover > img {
    transform: scale(1.04);
}

.product-single-1 .product-main-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.product-single-1 .product-main-badge span {
    min-height: 22px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9b6800;
    background-color: #ffffff;
    border: 1px solid #c89422;
    font-size: 9px;
    line-height: 1;
    font-weight: 400;
}


/*=====================================
Product Summary
======================================*/

.product-single-1 .product-summary {
    max-width: 100%;
    padding-left: 15px;
}

.product-single-1 .product-category {
    margin-bottom: 13px;
}

.product-single-1 .product-category p {
    margin: 0;
    color: #9b6800;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.product-single-1 .product-title {
    margin-bottom: 16px;
}

.product-single-1 .product-title h1 {
    margin: 0;
    color: #111111;
    font-size: 42px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -1.5px;
}


/*=====================================
Rating
======================================*/

.product-single-1 .product-rating {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.product-single-1 .rating-stars {
    line-height: 1;
}

.product-single-1 .rating-stars .star-rating {
    margin: 0;
    color: #c89422;
    font-size: 13px;
}

.product-single-1 .manual-stars {
    display: flex;
    align-items: center;
    gap: 3px;
}

.product-single-1 .manual-stars i {
    color: #c89422;
    font-size: 12px;
}

.product-single-1 .rating-reference p {
    margin: 0;
    color: #898989;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}


/*=====================================
Price and Stock
======================================*/

.product-single-1 .product-price-stock {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.product-single-1 .product-price {
    color: #986600;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
}

.product-single-1 .product-price .amount {
    color: #986600;
}

.product-single-1 .product-price del {
    margin-right: 7px;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
}

.product-single-1 .product-price ins {
    color: #986600;
    text-decoration: none;
}

.product-single-1 .product-stock p {
    margin: 0;
    color: #9b6800;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}


/*=====================================
Short Description
======================================*/

.product-single-1 .product-short-description {
    margin-bottom: 25px;
    padding-top: 24px;
    border-top: 1px solid #999999;
}

.product-single-1 .product-short-description p {
    margin: 0 0 10px;
    color: #444444;
    font-size: 13px;
    line-height: 1.75;
    font-weight: 400;
}

.product-single-1 .product-short-description p:last-child {
    margin-bottom: 0;
}


/*=====================================
ACF Details Grid
======================================*/

.product-single-1 .product-detail-grid {
    width: 100%;
    margin-bottom: 22px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}

.product-single-1 .product-detail-box {
    min-height: 65px;
    padding: 12px 14px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-color: transparent;
}

.product-single-1 .product-detail-label {
    margin-bottom: 7px;
}

.product-single-1 .product-detail-label p {
    margin: 0;
    color: #898989;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.product-single-1 .product-detail-value p {
    margin: 0;
    color: #111111;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
}


/*=====================================
WooCommerce Add to Cart
======================================*/

.product-single-1 .product-cart {
    margin-bottom: 13px;
}

.product-single-1 .product-cart form.cart {
    width: 100%;
    margin: 0;
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.product-single-1 .product-cart .quantity {
    width: 105px;
    min-width: 105px;
}

.product-single-1 .product-cart .quantity input.qty {
    width: 100%;
    height: 46px;
    padding: 0 10px;
    color: #111111;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    outline: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.product-single-1 .product-cart .single_add_to_cart_button {
    width: 100%;
    min-height: 46px;
    padding: 0 25px;
    color: #111111;
    background-color: #c89422 !important;
    border: 1px solid #c89422;
    border-radius: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.product-single-1 .product-cart .single_add_to_cart_button:hover {
    color: #ffffff;
    background-color: #211f1e;
    border-color: #211f1e;
}

.product-single-1 .product-cart table.variations {
    width: 100%;
    margin-bottom: 15px;
}

.product-single-1 .product-cart table.variations tbody,
.product-single-1 .product-cart table.variations tr,
.product-single-1 .product-cart table.variations th,
.product-single-1 .product-cart table.variations td {
    display: block;
    width: 100%;
}

.product-single-1 .product-cart table.variations th {
    padding: 0 0 7px;
    text-align: left;
}

.product-single-1 .product-cart table.variations td {
    padding: 0 0 13px;
}

.product-single-1 .product-cart table.variations select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    color: #111111;
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 0;
    outline: 0;
}

.product-single-1 .product-cart .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 10px;
}


/*=====================================
Product Actions
======================================*/

.product-single-1 .product-actions {
    margin-bottom: 13px;
    display: flex;
    align-items: stretch;
    gap: 10px;
}

.product-single-1 .ask-watch {
    width: 100%;
}

.product-single-1 .ask-watch a {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    background-color: transparent;
    border: 1px solid #999999;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

.product-single-1 .save-watch button {
    width: 48px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111111;
    background-color: transparent;
    border: 1px solid #999999;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

.product-single-1 .ask-watch a:hover,
.product-single-1 .save-watch button:hover {
    color: #ffffff;
    background-color: #211f1e;
}


/*=====================================
Watch Track
======================================*/

.product-single-1 .watch-track {
    margin-bottom: 21px;
}

.product-single-1 .watch-track a {
    width: 100%;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: white;
    background-color: black;
    border: 1px solid #999999;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease;
}

.product-single-1 .watch-track a i:last-child {
    font-size: 8px;
}

.product-single-1 .watch-track a:hover {
    color: #ffffff;
    background-color: #211f1e;
}


/*=====================================
Product Benefits
======================================*/

.product-single-1 .product-benefits {
    border: 1px solid #999999;
}

.product-single-1 .product-benefits ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-single-1 .product-benefits ul li {
    min-height: 46px;
    padding: 0 17px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #111111;
    border-bottom: 1px solid #999999;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
}

.product-single-1 .product-benefits ul li:last-child {
    border-bottom: 0;
}

.product-single-1 .product-benefits ul li i {
    width: 13px;
    color: #9b6800;
    text-align: center;
}

.single-product nav.woocommerce-breadcrumb {
    display: none;
}

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

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

    .product-single-1 .product-gallery {
        padding-right: 10px;
    }

    .product-single-1 .product-main-image {
        height: 420px;
    }

    .product-single-1 .product-title h1 {
        font-size: 35px;
    }

    .product-single-1 .product-summary {
        padding-left: 5px;
    }

}

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

    .product-single-1 {
        padding: 20px 0 45px;
    }

    .product-single-1 .product-gallery {
        margin-bottom: 40px;
        padding-right: 0;
    }

    .product-single-1 .product-gallery > .row {
        flex-direction: column-reverse;
    }

    .product-single-1 .product-thumbnails {
        margin-top: 12px;
        flex-direction: row;
        overflow-x: auto;
    }

    .product-single-1 .product-thumbnails button {
        width: 75px;
        min-width: 75px;
    }

    .product-single-1 .product-main-image {
        height: 440px;
    }

    .product-single-1 .product-summary {
        padding-left: 0;
    }

}

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

    .product-single-1 .product-main-image {
        height: 350px;
        padding: 25px;
    }

    .product-single-1 .product-title h1 {
        font-size: 30px;
    }

    .product-single-1 .product-price-stock {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .product-single-1 .product-detail-grid {
        grid-template-columns: 1fr;
    }

    .product-single-1 .product-cart form.cart,
    .product-single-1 .product-cart .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }

    .product-single-1 .product-cart .quantity {
        width: 100%;
    }

    .product-single-1 .product-actions {
        gap: 8px;
    }

}


/*=====================================
Product Information Tabs
======================================*/

.product-single-2 {
    width: 100%;
    padding: 55px 0 75px;
    background-color: #f7f7f7;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-family: "Archivo", system-ui, sans-serif;
}


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

.product-single-2 .product-tab-buttons {
    border-bottom: 1px solid #999999;
}

.product-single-2 .product-tab-buttons ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 38px;
    list-style: none;
}

.product-single-2 .product-tab-buttons ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-single-2 .product-tab-buttons ul li button {
    position: relative;
    padding: 0 0 15px;
    color: #777777;
    background-color: transparent;
    border: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 11px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease;
}

.product-single-2 .product-tab-buttons ul li button::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background-color: #c89422;
    transition: width 0.3s ease;
}

.product-single-2 .product-tab-buttons ul li button:hover,
.product-single-2 .product-tab-buttons ul li button.active {
    color: #111111;
}

.product-single-2 .product-tab-buttons ul li button.active::after {
    width: 100%;
}

.product-single-2 .product-tab-buttons ul li button span {
    color: #9b6800;
}


/*=====================================
Tab Content
======================================*/

.product-single-2 .product-tab-content {
    padding-top: 35px;
}

.product-single-2 .product-tab-panel {
    display: none;
}

.product-single-2 .product-tab-panel.active {
    display: block;
    animation: productTabFade 0.3s ease;
}

@keyframes productTabFade {

    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}


/*=====================================
Description, Specifications,
Authentication
======================================*/

.product-single-2 .description-content,
.product-single-2 .specifications-content,
.product-single-2 .authentication-content {
    max-width: 900px;
}

.product-single-2 .description-content p,
.product-single-2 .specifications-content p,
.product-single-2 .authentication-content p {
    margin: 0 0 22px;
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}

.product-single-2 .description-content p:last-child,
.product-single-2 .specifications-content p:last-child,
.product-single-2 .authentication-content p:last-child {
    margin-bottom: 0;
}

.product-single-2 .description-content h2,
.product-single-2 .specifications-content h2,
.product-single-2 .authentication-content h2 {
    margin: 35px 0 18px;
    color: #111111;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.7px;
}

.product-single-2 .description-content h3,
.product-single-2 .specifications-content h3,
.product-single-2 .authentication-content h3 {
    margin: 28px 0 14px;
    color: #111111;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
}

.product-single-2 .description-content ul,
.product-single-2 .description-content ol,
.product-single-2 .specifications-content ul,
.product-single-2 .specifications-content ol,
.product-single-2 .authentication-content ul,
.product-single-2 .authentication-content ol {
    margin: 0 0 22px;
    padding-left: 20px;
}

.product-single-2 .description-content li,
.product-single-2 .specifications-content li,
.product-single-2 .authentication-content li {
    margin-bottom: 8px;
    color: #333333;
    font-size: 14px;
    line-height: 1.7;
}


/*=====================================
WooCommerce Reviews
======================================*/

.product-single-2 .product-review-section {
    width: 100%;
}

.product-single-2 .product-review-section #reviews {
    margin: 0;
}

.product-single-2 .product-review-section #reviews::after {
    content: "";
    display: block;
    clear: both;
}

.product-single-2 .product-review-section #comments {
    margin-bottom: 45px;
}

.product-single-2 .product-review-section #comments > h2 {
    margin: 0 0 25px;
    color: #111111;
    font-size: 27px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.6px;
}


/* Reviews List */

.product-single-2 .product-review-section .commentlist {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    list-style: none;
}

.product-single-2 .product-review-section .commentlist li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-single-2 .product-review-section .comment_container {
    height: 100%;
    padding: 22px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border: 1px solid #999999;
    background-color: #ffffff;
}

.product-single-2 .product-review-section .comment_container > img.avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc;
    border-radius: 50%;
    object-fit: cover;
    left: 10px !important;
    top: 10px !important;
}

.product-single-2 .product-review-section .comment-text {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
}

.product-single-2 .product-review-section .star-rating {
    margin-bottom: 10px;
    color: #c89422;
    font-size: 12px;
}

.product-single-2 .product-review-section .meta {
    margin: 0 0 12px;
    color: #777777;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.product-single-2 .product-review-section .woocommerce-review__author {
    color: #111111;
    font-weight: 700;
}

.product-single-2 .product-review-section .description p {
    margin: 0;
    color: #333333;
    font-size: 13px;
    line-height: 1.7;
}


/* Review Form */

.product-single-2 .product-review-section #review_form_wrapper {
    padding: 30px;
    border: 1px solid #999999;
    background-color: #ffffff;
}

.product-single-2 .product-review-section .comment-reply-title {
    display: block;
    margin-bottom: 22px;
    color: #111111;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.product-single-2 .product-review-section .comment-form {
    margin: 0;
}

.product-single-2 .product-review-section .comment-form p {
    margin: 0 0 18px;
}

.product-single-2 .product-review-section .comment-form label {
    display: block;
    margin-bottom: 8px;
    color: #777777;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.product-single-2 .product-review-section .comment-form input[type="text"],
.product-single-2 .product-review-section .comment-form input[type="email"],
.product-single-2 .product-review-section .comment-form textarea {
    width: 100%;
    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;
}

.product-single-2 .product-review-section .comment-form input[type="text"],
.product-single-2 .product-review-section .comment-form input[type="email"] {
    height: 48px;
    padding: 0 14px;
}

.product-single-2 .product-review-section .comment-form textarea {
    height: 150px;
    padding: 14px;
    resize: vertical;
}

.product-single-2 .product-review-section .comment-form input:focus,
.product-single-2 .product-review-section .comment-form textarea:focus {
    background-color: #ffffff;
    border-color: #c89422;
}


/* Rating Selection */

.product-single-2 .product-review-section .comment-form-rating {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-single-2 .product-review-section .comment-form-rating label {
    margin: 0;
}

.product-single-2 .product-review-section .stars {
    margin: 0;
}

.product-single-2 .product-review-section .stars a {
    color: #c89422;
    text-decoration: none;
}


/* Submit Button */

.product-single-2 .product-review-section .form-submit {
    margin: 0;
}

.product-single-2 .product-review-section .form-submit input {
    min-width: 170px;
    min-height: 45px;
    padding: 0 25px;
    color: #111111;
    background-color: #c89422;
    border: 1px solid #c89422;
    border-radius: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.product-single-2 .product-review-section .form-submit input:hover {
    color: #ffffff;
    background-color: #211f1e;
    border-color: #211f1e;
}

.product-single-2 .product-review-section .reviews-disabled {
    padding: 40px 20px;
    text-align: center;
    border: 1px solid #999999;
}

.product-single-2 .product-review-section .reviews-disabled p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}


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

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

    .product-single-2 {
        padding: 50px 0 65px;
    }

    .product-single-2 .product-tab-buttons ul {
        gap: 25px;
    }

}

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

    .product-single-2 {
        padding: 45px 0 55px;
    }

    .product-single-2 .product-tab-buttons ul {
        gap: 18px;
    }

    .product-single-2 .product-review-section .commentlist {
        grid-template-columns: 1fr;
    }

}

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

    .product-single-2 .product-tab-buttons ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 10px;
    }

    .product-single-2 .product-tab-buttons ul li button {
        width: 100%;
        text-align: left;
    }

    .product-single-2 .product-review-section #review_form_wrapper {
        padding: 22px 18px;
    }

    .product-single-2 .product-review-section .comment-form-rating {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .product-single-2 .product-review-section .form-submit input {
        width: 100%;
    }

}

/*=====================================
Related Products
======================================*/

.product-single-3 {
    width: 100%;
    padding: 65px 0 75px;
    background-color: #f7f7f7;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    font-family: "Archivo", system-ui, sans-serif;
}

.product-single-3 > .container > .row:first-child {
    align-items: center;
    margin-bottom: 24px;
}


/*=====================================
Heading
======================================*/

.product-single-3 .related-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -1px;
}

.product-single-3 .related-link {
    text-align: right;
}

.product-single-3 .related-link a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #9b6800;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.product-single-3 .related-link a i {
    font-size: 9px;
    transition: transform 0.3s ease;
}

.product-single-3 .related-link a:hover {
    color: #111111;
}

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


/*=====================================
Product Grid
======================================*/

.product-single-3 .related-products {
    width: 100%;
}

.product-single-3 .related-product-box {
    height: 100%;
    background-color: #ffffff;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.product-single-3 .related-products .col-md-3:last-child .related-product-box {
    border-right: 1px solid #999999;
}

.product-single-3 .related-product-box > a {
    height: 100%;
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.product-single-3 .related-product-image {
    position: relative;
    height: 230px;
    padding: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #ffffff;
}

.product-single-3 .related-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.product-single-3 .related-product-content {
    min-height: 95px;
    padding: 15px;
    border-top: 1px solid #999999;
}

.product-single-3 .related-product-category {
    margin-bottom: 8px;
}

.product-single-3 .related-product-category p {
    margin: 0;
    color: #9b6800;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.product-single-3 .related-product-title {
    margin-bottom: 14px;
}

.product-single-3 .related-product-title h3 {
    margin: 0;
    color: #111111;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 700;
}

.product-single-3 .related-product-price {
    color: #986600;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.product-single-3 .related-product-price del {
    margin-right: 5px;
    color: #888888;
    font-size: 10px;
    font-weight: 400;
}

.product-single-3 .related-product-price ins {
    color: #986600;
    text-decoration: none;
}

.product-single-3 .related-product-box:hover .related-product-image img {
    transform: scale(1.06);
}


/*=====================================
Empty Products
======================================*/

.product-single-3 .related-products-empty {
    padding: 55px 20px;
    text-align: center;
    border: 1px solid #999999;
}

.product-single-3 .related-products-empty p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}


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

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

    .product-single-3 {
        padding: 55px 0 65px;
    }

    .product-single-3 .related-product-image {
        height: 205px;
    }

}

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

    .product-single-3 {
        padding: 45px 0 55px;
    }

    .product-single-3 > .container > .row:first-child {
        row-gap: 10px;
        margin-bottom: 20px;
    }

    .product-single-3 .related-heading h2 {
        font-size: 28px;
    }

    .product-single-3 .related-link {
        text-align: left;
    }

    .product-single-3 .related-product-box {
        border-right: 1px solid #999999;
        border-bottom: 0;
    }

    .product-single-3 .related-products .col-md-3:last-child .related-product-box {
        border-bottom: 1px solid #999999;
    }

    .product-single-3 .related-product-image {
        height: 310px;
    }

}

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

    .product-single-3 .related-product-image {
        height: 190px;
    }

}


header .container .row > .col-md-2:last-child > ul li a {
    position: relative;
}

header .container .row > .col-md-2:last-child > ul li a .cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 17px;
    height: 17px;
    padding: 0 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #c89422;
    border-radius: 50%;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
}



/* 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: #111111;
    background-color: #c89422;
}


/*=====================================
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: #c89422 !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 */


/* Cart Page Css */

/* Cart Css */

/* 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: 'Poppins';
    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 {
}
.wc-block-components-formatted-money-amount {
    white-space: nowrap;
}
.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 {
}
.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-weight: 500;
    color: black;
}
th.wc-block-cart-items__header-total span {
    font-size: 14px;
    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: 60px !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 {color: black;}
.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: #C89422;
    border-color: black;
    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: #C89422 !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: #C89422 !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;
}
.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;
}
woocommerce woocommerce-page breadcrumb {
    display: none !important;
}

.section-5 a.added_to_cart.wc-forward {
    color: #1A1AA6;
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    bottom: 41px;
    left: 51px;
}

.custom-side-cart {
  position: fixed;
  right: -100%;
  top: 0;
  width: 350px;
  height: 100vh;
  background: #fff;
  box-shadow: -3px 0 5px rgba(0,0,0,0.3);
  z-index: 99999;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
}

.custom-side-cart.open {
  right: 0;
}

.custom-cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #ccc;
}

.custom-cart-body {
  flex: 1;
  padding: 15px;
  overflow-y: auto;
}

.custom-cart-footer {
  padding: 15px;
  border-top: 1px solid #ccc;
}

.custom-cart-buttons .custom-btn {
  display: inline-block;
  background: linear-gradient(to right, #00c6ff, #0072ff);
  color: #fff;
  padding: 10px 15px;
  margin-right: 10px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
}

.custom-side-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 21%;
}

.custom-side-cart .custom-cart-body {}

.custom-side-cart .custom-cart-body ul.woocommerce-mini-cart.cart_list.product_list_widget li {
    list-style: none;
}

.custom-side-cart a {
    color: black;
    font-family: 'Raleway';
    font-size: 13px;
}

.custom-side-cart a.remove.remove_from_cart_button {
    background-color: black;
    color: white;
    font-size: 16px;
    border-radius: 50px;
    letter-spacing: 0;
    padding: 2px 10px 6px 10px;
}

.custom-side-cart .custom-cart-header h4 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 30px;
    font-family: 'Raleway';
    font-weight: 800;
}

.custom-side-cart span.quantity {
    display: block;
    margin-top: 7px;
}

.custom-side-cart span.quantity span.woocommerce-Price-amount.amount {}

.custom-side-cart span.quantity span.woocommerce-Price-amount.amount bdi {}

.custom-side-cart span.quantity span.woocommerce-Price-amount.amount bdi {
    font-size: 17px;
    font-family: 'Raleway';
    font-weight: 800;
}

.custom-side-cart p.woocommerce-mini-cart__total.total {
    text-align: center;
    border-top: 1px solid #AFAFAF;
    padding-top: 9px;
    border-bottom: 1px solid #AFAFAF;
    padding-bottom: 9px;
}

.custom-side-cart p.woocommerce-mini-cart__total.total strong {
    font-size: 19px;
    font-family: 'Raleway';
}

.custom-side-cart p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    font-size: 17px;
    font-family: 'Raleway';
    font-weight: 800;
}

.custom-side-cart p.woocommerce-mini-cart__buttons.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-side-cart p.woocommerce-mini-cart__buttons.buttons a.button.wc-forward {
    background: #000a99;
    color: #fff;
    padding: 14px 25px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.3s;
    font-family: Raleway;
    font-weight: 600;
    font-size: 17px;
    line-height: 100%;
    text-transform: capitalize;
    margin-left: 16px;
    margin-top: 14px;
}

.xoo-wsc-basket {
    right: 0 !important;
    left: 3px !important;
}

.cart img {
    width: 8%;
}

.cart {
    display: inline;
}

.cart span.cart-contents-count {
    background-color: black;
    color: white;
    padding: 2px 7px 2px 6px;
    font-size: 11px;
    border-radius: 50px;
    position: absolute;
    right: 2px;
    top: -17px;
}

/* Cart Page Css */


.section-4 .col-md-3.product-item.audemars-piguet {
    padding: 0;
}
.section-4 .col-md-3.product-item.rolex {
    padding: 0 !important;
}
* :focus {
    outline: none !important;
}

a:focus {
    outline: none !important;
}

.shop2 .shop-products .col-md-4 {
    padding: 0 !important;
}
.section-6 .col-md-3 {
    padding: 0 !important;
}

.about-3 .about-counter-box {
    padding-left: 18px;
    border-right: 1px solid #fff !important;
}


.accese {
    z-index: 1;
    padding: 80px 0;
    background-color: #f6f5f3;
    font-family: "Archivo", system-ui, sans-serif;
    background-image: url("https://slategrey-albatross-182767.hostingersite.com/wp-content/uploads/2026/07/ChatGPT-Image-Jul-29-2026-04_38_51-AM.png");
    background-position: center;
    background-size: cover;
    position: relative;
}

.accese .content {
    margin-bottom: 30px;
}

.accese .content h2 {
    margin: 0 0 16px;
    color: white;
    font-size: 51px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.accese .content p {
    max-width: 520px;
    margin: 0;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
}

.accese .label {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

.accese .label span {
    color: white;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.accese .products-row {
    border-top: 1px solid #8d8d8d;
    border-left: 1px solid #8d8d8d;
}

.accese .product-card {
    height: 100%;
    border-right: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
    background-color: transparent;
}

.accese .product-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
    overflow: hidden;
    border-bottom: 1px solid #8d8d8d;
    background-color: #f8f7f5;
}

.accese .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.accese .product-card:hover .product-image img {
    transform: scale(1.04);
}

.accese .product-content {
    min-height: 116px;
    padding: 18px;
}

.accese .product-content h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.accese .product-content h3 a {
    color: #111111;
    text-decoration: none;
    transition: color 0.3s ease;
}

.accese .product-content h3 a:hover {
    color: #966900;
}

.accese .product-category {
    display: block;
    margin-bottom: 14px;
    color: #867b77;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.accese .product-price {
    color: #9b6b00;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.accese .product-price del {
    margin-right: 5px;
    color: #888888;
    font-size: 12px;
    font-weight: 400;
}

.accese .product-price ins {
    text-decoration: none;
}

.accese .button-area {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.accese .shop-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 30px;
    border: 1px solid #999999;
    color: #111111;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.accese .shop-button:hover {
    border-color: #111d2d;
    color: #ffffff;
    background-color: #111d2d;
}

.accese .empty-products {
    padding: 50px 20px;
    border: 1px solid white;
    text-align: center;
}

.accese .empty-products p {
    margin: 0;
    color: white;
    font-size: 16px;
}


.arrival-2 .col-md-3 {
    padding: 0 !important;
}
.journal-2 .journal-feature-title h1 {
    margin: 0;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
}

.journal-2 .journal-feature-title h1 a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}

.journal-2 .journal-feature-title h1 a:hover {
    color: #a66f00;
}

.journal-2 .journal-feature-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.journal-2 .journal-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.journal-2 .journal-feature-empty {
    padding: 50px 20px;
    border: 1px solid #999999;
    text-align: center;
}

.product-single-1 .product-main-image {
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

.product-single-1 .product-main-image .zoom-image {
    display: block;
    width: 100%;
    height: 100%;
}

.product-single-1 .product-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center center;
    transition: transform 0.2s ease;
    will-change: transform;
}

.product-single-1 .product-main-image.is-zoomed img {
    transform: scale(2.2);
}

.product-single-1 .product-main-badge {
    position: absolute;
    z-index: 5;
}

@media (max-width: 991px) {
    .product-single-1 .product-main-image {
        cursor: default;
    }

    .product-single-1 .product-main-image.is-zoomed img {
        transform: none;
    }
}
.product-main-image img{
    transition:
        transform .35s ease,
        transform-origin .15s linear;
}
.product-single-3 .col-md-3 {
    padding: 0 !important;
}
footer .footer-contact {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

footer .footer-contact .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

footer .footer-contact .contact-icon {
    width: 18px;
    margin-top: 2px;
    color: #b89043;
    font-size: 16px;
    text-align: center;
}

footer .footer-contact .contact-text p,
footer .footer-contact .contact-text a {
    margin: 0;
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-decoration: none;
    transition: color .3s ease;
}

footer .footer-contact .contact-text a:hover {
    color: #b89043;
}
footer .footer-bottom{
    padding-top:35px;
    margin-top:50px;
    border-top:1px solid rgba(255,255,255,.12);
}

footer .footer-social{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
}

footer .footer-social a{
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color: #C59331;
    font-size: 18px;
    text-decoration:none;
    transition:.3s;
    border: 2px solid #C59331;
}

footer .footer-social a:hover{
    background:#b89043;
    border-color:#b89043;
    color:#ffffff;
}

footer .footer-policy{
    display:flex;
    justify-content:flex-end;
}

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

footer .footer-policy ul li a{
    text-decoration:none;
}

@media(max-width:767px){

    footer .footer-copyright,
    footer .footer-social,
    footer .footer-policy{
        justify-content:center;
        text-align:center;
    }

    footer .footer-social{
        margin:20px 0;
    }

    footer .footer-policy{
        justify-content:center;
    }

}
section.contact-1.journal {
    height: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
section.contact-1.base {
    height: 450px;
}
section.contact-1.arrival-1 {
    position: relative;
    z-index: 1;
    height: 450px;
}

section.contact-1.arrival-1:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* 0.5 = 50% black opacity */
    z-index: -1;
}

section.contact-1.base {
    position: relative;
    z-index: 1;
}

section.contact-1.base:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* 0.5 = 50% black opacity */
    z-index: -1;
}
.accese:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 37%); /* 0.5 = 50% black opacity */
    z-index: -1;
}


/* new section */

.shop-products-section {
    width: 100%;
    background: #ffffff;
    font-family: "Archivo", system-ui, sans-serif;
}

.shop-products-section .shop-filter-bar {
    width: 100%;
    padding: 22px 30px;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    background: #f7f7f7;
}

.shop-products-section .shop-product-count p {
    margin: 0;
    color: #777777;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.shop-products-section .shop-product-count p span {
    margin-right: 5px;
    color: #111111;
    font-weight: 700;
}

.shop-products-section .shop-filter-options {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 12px;
}

.shop-products-section .shop-filter-item {
    min-width: 165px;
}

.shop-products-section .shop-filter-item label {
    display: block;
    margin: 0 0 7px;
    color: #888888;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.shop-products-section .shop-filter-item select {
    width: 100%;
    height: 44px;
    padding: 0 38px 0 14px;
    border: 1px solid #9a9a9a;
    border-radius: 0;
    outline: none;
    background-color: #ffffff;
    color: #111111;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
}

.shop-products-section .shop-filter-item select:focus {
    border-color: #b48118;
}

.shop-products-section .shop-filter-clear button {
    height: 44px;
    padding: 0 20px;
    border: 1px solid #b48118;
    background: #b48118;
    color: #ffffff;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

.shop-products-section .shop-filter-clear button:hover {
    background: #111111;
    border-color: #111111;
}

.shop-products-section .shop-main-content {
    width: 100%;
}

.shop-products-section .shop-inventory-banner {
    position: sticky;
    top: 0;
    width: 100%;
    min-height: 900px;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    padding: 70px 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    text-decoration: none;
}

.shop-products-section .shop-inventory-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    background: rgba(0, 0, 0, 0.54);
    transition: background 0.4s ease;
}

.shop-products-section .shop-inventory-banner:hover .shop-inventory-overlay {
    background: rgba(0, 0, 0, 0.66);
}

.shop-products-section .shop-inventory-content {
    position: relative;
    z-index: 2;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.shop-products-section .shop-inventory-label {
    margin-bottom: 18px;
    color: #d4a847;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.shop-products-section .shop-inventory-heading {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -1.3px;
}

.shop-products-section .shop-inventory-description {
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
}

.shop-products-section .shop-inventory-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 23px;
    border: 1px solid #c99832;
    background: #c99832;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.shop-products-section .shop-inventory-banner:hover .shop-inventory-button {
    background: #ffffff;
    border-color: #ffffff;
    color: #111111;
}

.shop-products-section .shop-products-area {
    width: 100%;
    min-height: 900px;
    background: #ffffff;
}

.shop-products-section .shop-product-item {
    display: block;
    padding: 0;
}

.shop-products-section .shop-product-item.is-hidden {
    display: none;
}

.shop-products-section .shop-product-card {
    height: 100%;
    min-height: 500px;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    background: #ffffff;
}

.shop-products-section .shop-product-image {
    position: relative;
    height: 340px;
    overflow: hidden;
    border-bottom: 1px solid #a9a9a9;
    background: #ffffff;
}

.shop-products-section .shop-product-image a {
    width: 100%;
    height: 100%;
    display: block;
}

.shop-products-section .shop-product-image img {
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.shop-products-section .shop-product-card:hover .shop-product-image img {
    transform: scale(1.05);
}

.shop-products-section .shop-product-badge {
    position: absolute;
    top: 18px;
    left: 18px;
}

.shop-products-section .shop-product-badge span {
    display: inline-block;
    padding: 7px 11px;
    background: #b48118;
    color: #ffffff;
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.shop-products-section .shop-product-details {
    min-height: 160px;
    padding: 20px 18px 25px;
}

.shop-products-section .shop-product-category p {
    margin: 0 0 10px;
    color: #a36d00;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.shop-products-section .shop-product-title h3 {
    margin: 0 0 15px;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.25;
}

.shop-products-section .shop-product-title h3 a {
    color: #080808;
    text-decoration: none;
    transition: color 0.3s ease;
}

.shop-products-section .shop-product-title h3 a:hover {
    color: #a36d00;
}

.shop-products-section .shop-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.shop-products-section .shop-product-price {
    color: #ad7300;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.shop-products-section .shop-product-price del {
    margin-right: 5px;
    color: #888888;
    font-size: 12px;
    font-weight: 400;
}

.shop-products-section .shop-product-price ins {
    color: #ad7300;
    text-decoration: none;
}

.shop-products-section .shop-product-stock p {
    margin: 0;
    color: #a36d00;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    white-space: nowrap;
}

.shop-products-section .shop-no-results {
    display: none;
    padding: 100px 30px;
    text-align: center;
}

.shop-products-section .shop-no-results.is-visible {
    display: block;
}

.shop-products-section .shop-no-results p {
    margin: 0;
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
}

@media (max-width: 1199px) {

    .shop-products-section .shop-filter-options {
        flex-wrap: wrap;
    }

    .shop-products-section .shop-filter-item {
        min-width: 145px;
    }

    .shop-products-section .shop-inventory-banner {
        padding: 55px 40px;
    }

    .shop-products-section .shop-inventory-heading {
        font-size: 40px;
    }

    .shop-products-section .shop-product-image {
        height: 300px;
    }

}

@media (max-width: 991px) {

    .shop-products-section .shop-product-count {
        margin-bottom: 20px;
    }

    .shop-products-section .shop-filter-options {
        justify-content: flex-start;
    }

    .shop-products-section .shop-filter-item {
        width: calc(50% - 6px);
    }

    .shop-products-section .shop-inventory-banner {
        position: relative;
        min-height: 600px;
        height: auto;
    }

}

@media (max-width: 767px) {

    .shop-products-section .shop-filter-bar {
        padding: 20px 18px;
    }

    .shop-products-section .shop-filter-item {
        width: 100%;
    }

    .shop-products-section .shop-filter-clear {
        width: 100%;
    }

    .shop-products-section .shop-filter-clear button {
        width: 100%;
    }

    .shop-products-section .shop-inventory-banner {
        min-height: 410px;
        padding: 40px 25px;
    }

    .shop-products-section .shop-inventory-heading {
        font-size: 33px;
        line-height: 1.2;
    }

    .shop-products-section .shop-product-image {
        height: 320px;
    }

}

@media (max-width: 575px) {

    .shop-products-section .shop-product-card {
        min-height: auto;
    }

    .shop-products-section .shop-product-image {
        height: 220px;
    }

}
.section-4 .col-md-3.product-item.patek-philippe.featured-watches {
    padding: 0 !important;
}

.section-4 .featured-products .row {
    display: flex;
    flex-wrap: wrap;
}

.section-4 .featured-product-column {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
}

.section-4 .product-box {
    height: 100%;
}

.section-4 .product-box > a {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.section-4 .product-content {
    flex: 1;
}


/* Large tablets and small laptops */

@media (max-width: 1199.98px) {

    .section-4 .featured-product-column {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }

}


/* Tablets */

@media (max-width: 991.98px) {

    .section-4 .featured-product-column {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        width: 33.333333%;
    }

}


section.contact-1.journal.shopn {
    height: 630px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.contact-1.journal:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 27%);
    z-index: -1;
}


section.arrival-1.fuil {
    height: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.arrival-1:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
footer .footer-contact .pay-item {}

footer .footer-contact .pay-item .pay-icon h5 {
    color: #A6712F;
    font-family: 'Archivo';
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
}

footer .footer-contact .pay-item .pay-text img {border: 2px solid #B89043;padding: 10px;border-radius: 9px;}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #C59331;
    color: white;
    padding: 15px 23px;
    border: none;
    font-size: 19px;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    color: black !important;
}

.catalog-archive-1 {
    padding: 55px 0 35px;
    background: #f6f5f3;
    font-family: "Archivo", system-ui, sans-serif;
}

.catalog-archive-1 .catalog-archive-heading h1 {
    margin: 0;
    color: #111111;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.catalog-archive-1 .catalog-archive-count {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.catalog-archive-1 .catalog-archive-count p {
    margin: 0;
    color: #888888;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.catalog-archive-1 .catalog-tabs {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid #999999;
}

.catalog-archive-1 .catalog-tabs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-archive-1 .catalog-tabs ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 18px;
    border: 1px solid #999999;
    color: #111111;
    background: transparent;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.catalog-archive-1 .catalog-tabs ul li a:hover,
.catalog-archive-1 .catalog-tabs ul li a.active {
    border-color: #c6922c;
    background: #c6922c;
    color: #111111;
}

.catalog-archive-2 {
    width: 100%;
    background: #ffffff;
    font-family: "Archivo", system-ui, sans-serif;
}

.catalog-archive-2 .catalog-watchtrack-banner {
    position: sticky;
    top: 0;
    display: flex;
    align-items: flex-end;
    min-height: 900px;
    height: 100vh;
    padding: 70px 55px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    text-decoration: none;
}

.catalog-archive-2 .catalog-watchtrack-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.58);
}

.catalog-archive-2 .catalog-watchtrack-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
}

.catalog-archive-2 .catalog-watchtrack-label {
    margin-bottom: 18px;
    color: #d2a53f;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.catalog-archive-2 .catalog-watchtrack-heading {
    margin-bottom: 22px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
}

.catalog-archive-2 .catalog-watchtrack-description {
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.8;
}

.catalog-archive-2 .catalog-watchtrack-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 14px 24px;
    border: 1px solid #c6922c;
    background: #c6922c;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.catalog-archive-2 .catalog-products-area {
    min-height: 900px;
}

.catalog-archive-2 .catalog-product-item {
    display: flex;
}

.catalog-archive-2 .catalog-product-card {
    width: 100%;
    min-height: 500px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background: #ffffff;
}

.catalog-archive-2 .catalog-product-image {
    height: 340px;
    overflow: hidden;
    border-bottom: 1px solid #999999;
}

.catalog-archive-2 .catalog-product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-archive-2 .catalog-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 28px;
    object-fit: contain;
    transition: transform 0.45s ease;
}

.catalog-archive-2 .catalog-product-card:hover .catalog-product-image img {
    transform: scale(1.05);
}

.catalog-archive-2 .catalog-product-content {
    min-height: 160px;
    padding: 20px 18px 24px;
}

.catalog-archive-2 .catalog-product-category p {
    margin: 0 0 9px;
    color: #a36d00;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.catalog-archive-2 .catalog-product-title h2 {
    margin: 0 0 18px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.catalog-archive-2 .catalog-product-title h2 a {
    color: #111111;
    text-decoration: none;
}

.catalog-archive-2 .catalog-product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.catalog-archive-2 .catalog-product-price p {
    margin: 0;
    color: #a36d00;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.catalog-archive-2 .catalog-product-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid #999999;
    color: #111111;
    text-decoration: none;
    transition: all 0.3s ease;
}

.catalog-archive-2 .catalog-product-link a:hover {
    border-color: #c6922c;
    background: #c6922c;
    color: #ffffff;
}

.catalog-archive-2 .no-catalog-products {
    padding: 80px 20px;
    text-align: center;
}

.catalog-archive-2 .no-catalog-products p {
    margin: 0;
    color: #666666;
    font-size: 15px;
}

@media (max-width: 991.98px) {

    .catalog-archive-2 .catalog-watchtrack-banner {
        position: relative;
        min-height: 600px;
        height: auto;
    }

    .catalog-archive-2 .catalog-watchtrack-heading {
        font-size: 40px;
    }

}

@media (max-width: 767.98px) {

    .catalog-archive-1 {
        padding: 40px 0 25px;
    }

    .catalog-archive-1 .catalog-archive-heading h1 {
        font-size: 34px;
    }

    .catalog-archive-1 .catalog-archive-count {
        justify-content: flex-start;
        margin-top: 10px;
    }

    .catalog-archive-1 .catalog-tabs ul {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .catalog-archive-1 .catalog-tabs ul li {
        flex: 0 0 auto;
    }

    .catalog-archive-2 .catalog-watchtrack-banner {
        min-height: 520px;
        padding: 40px 25px;
    }

    .catalog-archive-2 .catalog-watchtrack-heading {
        font-size: 32px;
    }

    .catalog-archive-2 .catalog-products-area .row {
        display: flex;
        flex-wrap: wrap;
    }

    .catalog-archive-2 .catalog-products-area .catalog-product-item {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    .catalog-archive-2 .catalog-product-card {
        min-height: auto;
    }

    .catalog-archive-2 .catalog-product-image {
        height: 240px;
    }

    .catalog-archive-2 .catalog-product-image img {
        padding: 18px;
    }

    .catalog-archive-2 .catalog-product-content {
        min-height: 150px;
        padding: 16px 12px 18px;
    }

    .catalog-archive-2 .catalog-product-title h2 {
        font-size: 14px;
    }

    .catalog-archive-2 .catalog-product-bottom {
        align-items: flex-end;
    }

    .catalog-archive-2 .catalog-product-price p {
        font-size: 10px;
    }

    .catalog-archive-2 .catalog-product-link a {
        width: 32px;
        height: 32px;
    }

}


.catalog-single-1 {
    padding: 40px 0 90px;
    border-top: 1px solid #999999;
    background: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.catalog-single-1 .catalog-breadcrumb {
    margin-bottom: 32px;
}

.catalog-single-1 .catalog-breadcrumb ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-single-1 .catalog-breadcrumb ul li a,
.catalog-single-1 .catalog-breadcrumb ul li p,
.catalog-single-1 .catalog-breadcrumb ul li span {
    margin: 0;
    color: #777777;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.6px;
    text-decoration: none;
    text-transform: uppercase;
}

.catalog-single-1 .catalog-breadcrumb ul li:last-child p {
    color: #111111;
}

.catalog-single-1 .catalog-gallery {
    padding-right: 25px;
}

.catalog-single-1 .catalog-thumbnails {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog-single-1 .catalog-thumbnails button {
    width: 100%;
    height: 82px;
    padding: 7px;
    border: 1px solid #999999;
    background: #ffffff;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.catalog-single-1 .catalog-thumbnails button.active,
.catalog-single-1 .catalog-thumbnails button:hover {
    border-color: #c58c1e;
}

.catalog-single-1 .catalog-thumbnails button img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-single-1 .catalog-main-image {
    position: relative;
    height: 620px;
    overflow: hidden;
    border: 1px solid #999999;
    background: #ffffff;
    cursor: zoom-in;
}

.catalog-single-1 .catalog-main-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-single-1 .catalog-main-image img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 45px;
    object-fit: contain;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.catalog-single-1 .catalog-main-image.is-zoomed img {
    transform: scale(1.65);
}

.catalog-single-1 .catalog-summary {
    padding-left: 30px;
}

.catalog-single-1 .catalog-category p {
    margin: 0 0 15px;
    color: #a36d00;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.catalog-single-1 .catalog-title h1 {
    margin: 0 0 25px;
    color: #111111;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -1.7px;
    text-transform: uppercase;
}

.catalog-single-1 .catalog-price-request {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.catalog-single-1 .catalog-price h3 {
    margin: 0;
    color: #9d6b00;
    font-size: 27px;
    font-weight: 700;
    line-height: 1.2;
}

.catalog-single-1 .catalog-request-button button {
    min-width: 145px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 13px 24px;
    border: 1px solid #c58c1e;
    background: #c58c1e;
    color: #111111;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.catalog-single-1 .catalog-request-button button:hover {
    border-color: #111111;
    background: #111111;
    color: #ffffff;
}

.catalog-single-1 .catalog-short-description {
    padding: 25px 0;
}

.catalog-single-1 .catalog-short-description p {
    margin: 0;
    color: #3d3d3d;
    font-size: 14px;
    line-height: 1.8;
}

.catalog-single-1 .catalog-detail-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}

.catalog-single-1 .catalog-detail-item {
    min-height: 88px;
    padding: 16px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.catalog-single-1 .catalog-detail-label p {
    margin: 0 0 7px;
    color: #888888;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.catalog-single-1 .catalog-detail-value p {
    margin: 0;
    color: #111111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}

.catalog-single-1 .catalog-service-list {
    margin-top: 28px;
    border: 1px solid #999999;
}

.catalog-single-1 .catalog-service-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 55px;
    padding: 12px 16px;
    border-bottom: 1px solid #999999;
}

.catalog-single-1 .catalog-service-item:last-child {
    border-bottom: 0;
}

.catalog-single-1 .catalog-service-icon {
    width: 22px;
    color: #a36d00;
    text-align: center;
}

.catalog-single-1 .catalog-service-text p {
    margin: 0;
    color: #111111;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.catalog-single-2 {
    padding: 65px 0 85px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.catalog-single-2 .catalog-tabs {
    max-width: 1050px;
    margin: 0 auto;
}

.catalog-single-2 .catalog-tab-navigation {
    border-bottom: 1px solid #999999;
}

.catalog-single-2 .catalog-tab-navigation ul {
    display: flex;
    align-items: center;
    gap: 35px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-single-2 .catalog-tab-navigation ul li button {
    position: relative;
    padding: 0 0 16px;
    border: 0;
    background: transparent;
    color: #777777;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
}

.catalog-single-2 .catalog-tab-navigation ul li button::after {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: #c58c1e;
    content: "";
    opacity: 0;
}

.catalog-single-2 .catalog-tab-navigation ul li button.active {
    color: #111111;
}

.catalog-single-2 .catalog-tab-navigation ul li button.active::after {
    opacity: 1;
}

.catalog-single-2 .catalog-tab-content {
    padding-top: 34px;
}

.catalog-single-2 .catalog-tab-panel {
    display: none;
}

.catalog-single-2 .catalog-tab-panel.active {
    display: block;
}

.catalog-single-2 .catalog-tab-panel p,
.catalog-single-2 .catalog-tab-panel li {
    color: #333333;
    font-size: 14px;
    line-height: 1.85;
}

.catalog-single-2 .catalog-tab-panel h2,
.catalog-single-2 .catalog-tab-panel h3,
.catalog-single-2 .catalog-tab-panel h4 {
    margin: 0 0 18px;
    color: #111111;
    font-weight: 700;
}

.catalog-single-3 {
    padding: 80px 0;
    background: #f7f7f7;
    font-family: "Archivo", system-ui, sans-serif;
}

.catalog-single-3 .related-catalog-heading h2 {
    margin: 0 0 30px;
    color: #111111;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.catalog-single-3 .related-catalog-link {
    display: flex;
    justify-content: flex-end;
}

.catalog-single-3 .related-catalog-link a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #9d6b00;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-decoration: none;
    text-transform: uppercase;
}

.catalog-single-3 .related-catalog-list {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}

.catalog-single-3 .related-catalog-box {
    height: 100%;
    background: #ffffff;
}

.catalog-single-3 .related-catalog-box > a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.catalog-single-3 .related-catalog-image {
    height: 300px;
    overflow: hidden;
    border-bottom: 1px solid #999999;
}

.catalog-single-3 .related-catalog-image img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.catalog-single-3 .related-catalog-box:hover .related-catalog-image img {
    transform: scale(1.05);
}

.catalog-single-3 .related-catalog-content {
    padding: 18px;
}

.catalog-single-3 .related-catalog-category p {
    margin: 0 0 8px;
    color: #a36d00;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.catalog-single-3 .related-catalog-title h3 {
    margin: 0 0 15px;
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

.catalog-single-3 .related-catalog-price p {
    margin: 0;
    color: #9d6b00;
    font-size: 13px;
    font-weight: 700;
}

.catalog-request-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.catalog-request-popup.is-open {
    visibility: visible;
    opacity: 1;
}

.catalog-request-popup .catalog-request-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
}

.catalog-request-popup .catalog-request-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 760px;
    max-height: calc(100vh - 60px);
    padding: 45px;
    overflow-y: auto;
    background: #f7f7f7;
}

.catalog-request-popup .catalog-request-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.catalog-request-popup .catalog-request-close button {
    width: 38px;
    height: 38px;
    border: 1px solid #999999;
    background: transparent;
    color: #111111;
    cursor: pointer;
}

.catalog-request-popup .catalog-request-heading {
    margin-bottom: 30px;
}

.catalog-request-popup .catalog-request-heading h2 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 32px;
    font-weight: 700;
}

.catalog-request-popup .catalog-request-heading p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.7;
}

.catalog-request-popup .form-group {
    margin-bottom: 20px;
}

.catalog-request-popup .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #555555;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.catalog-request-popup .form-group input,
.catalog-request-popup .form-group textarea,
.catalog-request-popup .form-group select {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #999999;
    border-radius: 0;
    outline: none;
    background: transparent;
    color: #111111;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 14px;
}

.catalog-request-popup .form-group input {
    height: 50px;
}

.catalog-request-popup .form-group textarea {
    min-height: 140px;
    resize: vertical;
}

.catalog-request-popup .form-group input:focus,
.catalog-request-popup .form-group textarea:focus,
.catalog-request-popup .form-group select:focus {
    border-color: #c58c1e;
}

.catalog-request-popup .form-button input {
    min-height: 50px;
    padding: 14px 28px;
    border: 1px solid #c58c1e;
    background: #c58c1e;
    color: #111111;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.catalog-request-popup .wpcf7-spinner {
    display: none;
}

.catalog-request-popup .wpcf7-response-output {
    margin: 20px 0 0 !important;
}

body.catalog-popup-open {
    overflow: hidden;
}

@media (max-width: 991.98px) {

    .catalog-single-1 .catalog-gallery {
        padding-right: 0;
    }

    .catalog-single-1 .catalog-summary {
        padding-left: 10px;
    }

    .catalog-single-1 .catalog-title h1 {
        font-size: 36px;
    }

    .catalog-single-1 .catalog-main-image {
        height: 520px;
    }

}

@media (max-width: 767.98px) {

    .catalog-single-1 {
        padding: 30px 0 60px;
    }

    .catalog-single-1 .catalog-gallery {
        margin-bottom: 40px;
    }

    .catalog-single-1 .catalog-gallery > .row {
        flex-direction: column-reverse;
    }

    .catalog-single-1 .catalog-thumbnails {
        flex-direction: row;
        margin-top: 12px;
        overflow-x: auto;
    }

    .catalog-single-1 .catalog-thumbnails button {
        flex: 0 0 75px;
        width: 75px;
    }

    .catalog-single-1 .catalog-main-image {
        height: 430px;
    }

    .catalog-single-1 .catalog-main-image img {
        padding: 25px;
    }

    .catalog-single-1 .catalog-summary {
        padding-left: 0;
    }

    .catalog-single-1 .catalog-title h1 {
        font-size: 32px;
    }

    .catalog-single-1 .catalog-price-request {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-single-1 .catalog-request-button,
    .catalog-single-1 .catalog-request-button button {
        width: 100%;
    }

    .catalog-single-1 .catalog-detail-item {
        padding: 13px 11px;
    }

    .catalog-single-2 {
        padding: 50px 0 65px;
    }

    .catalog-single-2 .catalog-tab-navigation {
        overflow-x: auto;
    }

    .catalog-single-2 .catalog-tab-navigation ul {
        width: max-content;
        gap: 24px;
    }

    .catalog-single-3 {
        padding: 60px 0;
    }

    .catalog-single-3 .related-catalog-link {
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .catalog-single-3 .related-catalog-list .row {
        display: flex;
        flex-wrap: wrap;
    }

    .catalog-single-3 .related-catalog-list .col-md-3 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    .catalog-single-3 .related-catalog-image {
        height: 220px;
    }

    .catalog-request-popup {
        padding: 15px;
    }

    .catalog-request-popup .catalog-request-dialog {
        max-height: calc(100vh - 30px);
        padding: 40px 20px 25px;
    }

}
.catalog-single-3 .related-catalog-heading h2 {
    margin: 0 0 30px;
    color: #111111;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.catalog-single-3 .no-related-catalogs {
    width: 100%;
    padding: 70px 25px;
    border: 1px solid #999999;
    text-align: center;
}

.catalog-single-3 .no-related-catalogs p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

.catalog-single-2 .catalog-tab-panel {
    display: none;
}

.catalog-single-2 .catalog-tab-panel.active {
    display: block;
}

.catalog-single-2 .catalog-description-content > *:last-child,
.catalog-single-2 .catalog-specifications-content > *:last-child,
.catalog-single-2 .catalog-authentication-content > *:last-child {
    margin-bottom: 0;
}

.section-8 .review-list .row {
    margin: 0;
}

.section-8 .review-list .slick-track {
    display: flex;
}

.section-8 .review-list .slick-slide {
    height: auto;
}

.section-8 .review-list .slick-list {
    margin: 0 -10px;
}

.section-8 .review-list .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
}

.section-8 .review-list .slick-dots li {
    margin: 0;
}

.section-8 .review-list .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 1px solid #111111;
    border-radius: 50%;
    background: transparent;
    font-size: 0;
    cursor: pointer;
}

.section-8 .review-list .slick-dots li.slick-active button {
    background: #111111;
}

@media (max-width: 767.98px) {

    .section-8 .review-list {
        margin-top: 30px;
    }

    .section-8 .review-list .col-md-4 {
        padding: 0 6px;
    }

    .section-8 .review-list .slick-list {
        margin: 0 -6px;
    }

}

.reviewform {
    padding: 40px 0 70px 0;
    background-color: #f6f5f3;
    font-family: "Archivo", system-ui, sans-serif;
}

.reviewform .reviewform-content {
}

.reviewform .reviewform-subtitle h5 {
    margin: 0 0 15px;
    color: #a36d00;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.reviewform .reviewform-heading h2 {
    margin: 0 0 24px;
    color: #111111;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -1.5px;
}

.reviewform .reviewform-description p {
    margin: 0;
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}

.reviewform .reviewform-points {
    margin-top: 32px;
}

.reviewform .reviewform-points ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reviewform .reviewform-points ul li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 17px;
}

.reviewform .reviewform-points ul li:last-child {
    margin-bottom: 0;
}

.reviewform .reviewform-points ul li i {
    width: 20px;
    margin-top: 3px;
    color: #b48118;
    font-size: 15px;
    text-align: center;
}

.reviewform .reviewform-points ul li span {
    color: #222222;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.reviewform .reviewform-note {
    margin-top: 30px;
    padding: 18px 20px;
    border-left: 3px solid #b48118;
    background-color: #ece9e3;
}

.reviewform .reviewform-note p {
    margin: 0;
    color: #555555;
    font-size: 12px;
    line-height: 1.7;
}

.reviewform .reviewform-form {
    padding: 30px 20px 20px 20px;
    border: 2px solid #C38D22;
    border-radius: 9px;
}

.reviewform .reviewform-form-heading {
    margin-bottom: 30px;
}

.reviewform .reviewform-form-heading h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.reviewform .reviewform-form-heading p {
    margin: 0;
    color: #666666;
    font-size: 13px;
    line-height: 1.7;
}

.reviewform .form-group {
    margin-bottom: 20px;
}

.reviewform .form-group label {
    display: block;
    margin: 0 0 8px;
    color: #4f4f4f;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.reviewform .form-group input,
.reviewform .form-group select,
.reviewform .form-group textarea {
    width: 100%;
    border: 1px solid #aaa6a0;
    border-radius: 0;
    outline: none;
    background-color: #ffffff;
    color: #111111;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.reviewform .form-group input,
.reviewform .form-group select {
    height: 50px;
    padding: 0 15px;
}

.reviewform .form-group textarea {
    height: 120px;
    padding: 14px 15px;
    resize: vertical;
}

.reviewform .form-group input:focus,
.reviewform .form-group select:focus,
.reviewform .form-group textarea:focus {
    border-color: #b48118;
}

.reviewform .form-group input[type="file"] {
    height: auto;
    padding: 13px;
    background-color: #f7f6f3;
}

.reviewform .form-consent {
    margin-bottom: 22px;
}

.reviewform .form-consent .wpcf7-list-item {
    margin: 0;
}

.reviewform .form-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.reviewform .form-consent input {
    margin-top: 4px;
}

.reviewform .form-consent .wpcf7-list-item-label {
    color: #555555;
    font-size: 12px;
    line-height: 1.7;
}

.reviewform .form-button {
    margin-top: 5px;
}

.reviewform .form-button p {
    margin: 0;
}

.reviewform .form-button input {
    min-width: 175px;
    min-height: 50px;
    padding: 13px 28px;
    border: 1px solid #b48118;
    border-radius: 0;
    background-color: #b48118;
    color: #111111;
    font-family: "Archivo", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease;
}

.reviewform .form-button input:hover {
    border-color: #111111;
    background-color: #111111;
    color: #ffffff;
}

.reviewform .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #b3261e;
    font-size: 11px;
    line-height: 1.5;
}

.reviewform .wpcf7-response-output {
    margin: 22px 0 0 !important;
    padding: 14px 16px !important;
    border-width: 1px !important;
    font-size: 12px;
    line-height: 1.6;
}

.reviewform .wpcf7-spinner {
    margin-left: 12px;
}

@media (max-width: 991.98px) {

    .reviewform {
        padding: 80px 0;
    }

    .reviewform .reviewform-content {
        padding-right: 20px;
    }

    .reviewform .reviewform-heading h2 {
        font-size: 37px;
    }

    .reviewform .reviewform-form {
        padding: 35px 28px;
    }

}

@media (max-width: 767.98px) {

    .reviewform {
        padding: 60px 0;
    }

    .reviewform .reviewform-content {
        margin-bottom: 40px;
        padding-right: 0;
    }

    .reviewform .reviewform-heading h2 {
        font-size: 32px;
    }

    .reviewform .reviewform-form {
        padding: 30px 20px;
    }

    .reviewform .reviewform-form-heading h3 {
        font-size: 26px;
    }

    .reviewform .form-button input {
        width: 100%;
    }

}
.reviewform {
    overflow: visible !important;
}

.reviewform > .container {
    overflow: visible !important;
}

.reviewform > .container > .row {
    align-items: stretch !important;
    overflow: visible !important;
}

.reviewform > .container > .row > .col-md-5 {
    position: relative;
    align-self: stretch;
    overflow: visible !important;
}

.reviewform .reviewform-content {
    position: sticky !important;
    top: 110px;
    z-index: 2;
    align-self: flex-start;
    transform: none !important;
}

@media (max-width: 991.98px) {

    .reviewform .reviewform-content {
        position: static !important;
        top: auto;
        padding-right: 0;
    }

}
.reviewform .form-group  input[type="checkbox"] {
    height: 13px;
    width: 3%;
    display: inline-flex;
    margin: 0;
}

.reviewform .form-group  span.wpcf7-list-item-label {
    font-size: 9px;
    display: inline;
}

.reviewform .form-group span.wpcf7-list-item {
    margin: 0;
}
.catalog-single-3 .col-lg-4.col-md-6 {
    padding: 0;
    border: 1px solid black;
}

.catalog-archive-2 .catalog-pagination {
    width: 100%;
    padding: 45px 24px;
    border-top: 1px solid #999999;
    background-color: #f7f7f7;
}

.catalog-archive-2 .catalog-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.catalog-archive-2 .catalog-pagination ul li {
    margin: 0;
    padding: 0;
}

.catalog-archive-2 .catalog-pagination ul li a,
.catalog-archive-2 .catalog-pagination ul li span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 42px;
    height: 42px;
    padding: 8px 14px;
    border: 1px solid #9f9f9f;
    background-color: transparent;
    color: #111111;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.4px;
    text-decoration: none;
    text-transform: uppercase;
    transition:
        color 0.25s ease,
        background-color 0.25s ease,
        border-color 0.25s ease;
}

.catalog-archive-2 .catalog-pagination ul li a:hover,
.catalog-archive-2 .catalog-pagination ul li span.current {
    border-color: #c6922c;
    background-color: #c6922c;
    color: #111111;
}

.catalog-archive-2 .catalog-pagination ul li span.dots {
    border-color: transparent;
    background-color: transparent;
}

.catalog-archive-2 .catalog-pagination ul li a.prev,
.catalog-archive-2 .catalog-pagination ul li a.next {
    min-width: 115px;
}

@media (max-width: 767.98px) {

    .catalog-archive-2 .catalog-pagination {
        padding: 30px 12px;
    }

    .catalog-archive-2 .catalog-pagination ul {
        gap: 5px;
    }

    .catalog-archive-2 .catalog-pagination ul li a,
    .catalog-archive-2 .catalog-pagination ul li span.page-numbers {
        min-width: 36px;
        height: 36px;
        padding: 7px 10px;
        font-size: 10px;
    }

    .catalog-archive-2 .catalog-pagination ul li a.prev,
    .catalog-archive-2 .catalog-pagination ul li a.next {
        min-width: 42px;
    }

    .catalog-archive-2 .catalog-pagination ul li a.prev span,
    .catalog-archive-2 .catalog-pagination ul li a.next span {
        display: none;
    }

}


.newsletter-benefits {
    margin: 10px 0;
}

.newsletter-benefits ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.newsletter-benefits ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.6;
}

.newsletter-benefits ul li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    color: black;
    font-weight: 700;
}

.newsletter-note {
    margin-top: 25px;
}

.newsletter-note p {
    margin: 0;
    opacity: .8;
}

.search-page {
    padding: 80px 0;
    background: #f6f5f3;
}

.search-page .search-page-heading {
    margin-bottom: 45px;
}

.search-page .search-page-subtitle p {
    margin: 0 0 12px;
    color: #a36d00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.search-page .search-page-title h1 {
    margin: 0;
    color: #111111;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
}

.search-page .search-page-title h1 span {
    color: #a36d00;
}

.search-page .search-page-form {
    margin-top: 28px;
}

.search-page .search-page-form form {
    display: flex;
    max-width: 750px;
}

.search-page .search-page-form input {
    width: 100%;
    height: 55px;
    padding: 0 18px;
    border: 1px solid #999999;
    border-right: 0;
    outline: none;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
}

.search-page .search-page-form button {
    min-width: 135px;
    height: 55px;
    border: 1px solid #b48118;
    background: #b48118;
    color: #111111;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.search-page .search-results-grid {
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
}

.search-page .search-result-item {
    display: flex;
}

.search-page .search-result-card {
    width: 100%;
    height: 100%;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background: #ffffff;
}

.search-page .search-result-card > a {
    display: block;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.search-page .search-result-image {
    position: relative;
    height: 310px;
    overflow: hidden;
    border-bottom: 1px solid #999999;
}

.search-page .search-result-image img {
    width: 100%;
    height: 100%;
    padding: 25px;
    object-fit: contain;
    transition: transform .35s ease;
}

.search-page .search-result-card:hover .search-result-image img {
    transform: scale(1.04);
}

.search-page .search-result-type {
    position: absolute;
    top: 15px;
    left: 15px;
}

.search-page .search-result-type span {
    display: inline-block;
    padding: 7px 10px;
    background: #111111;
    color: #ffffff;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.search-page .search-result-content {
    padding: 18px;
}

.search-page .search-result-category p {
    margin: 0 0 8px;
    color: #a36d00;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.search-page .search-result-title h2 {
    margin: 0 0 15px;
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.search-page .search-result-price,
.search-page .search-result-price p {
    margin: 0;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
}

.search-page .search-pagination {
    padding-top: 40px;
}

.search-page .search-pagination ul {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-page .search-pagination a,
.search-page .search-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    border: 1px solid #999999;
    color: #111111;
    text-decoration: none;
}

.search-page .search-pagination .current,
.search-page .search-pagination a:hover {
    border-color: #b48118;
    background: #b48118;
}

.search-page .search-no-results {
    padding: 80px 20px;
    text-align: center;
}

.search-page .search-no-results-icon {
    margin-bottom: 20px;
    font-size: 32px;
    color: #b48118;
}

.search-page .search-no-results-title h2 {
    margin: 0 0 12px;
    font-size: 30px;
}

.search-page .search-no-results-description p {
    margin: 0 auto;
    max-width: 600px;
    color: #666666;
    line-height: 1.7;
}

@media (max-width: 767.98px) {

    .search-page {
        padding: 50px 0;
    }

    .search-page .search-page-title h1 {
        font-size: 30px;
    }

    .search-page .search-page-form form {
        flex-direction: column;
    }

    .search-page .search-page-form input {
        border-right: 1px solid #999999;
    }

    .search-page .search-page-form button {
        width: 100%;
    }

    .search-page .search-results-grid .search-result-item {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }

    .search-page .search-result-image {
        height: 220px;
    }

    .search-page .search-result-title h2 {
        font-size: 13px;
    }

}

.header-search-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.header-search-popup.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.header-search-popup .header-search-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(4px);
}

.header-search-popup .header-search-panel {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 35px 50px 45px;
    background: #f6f5f3;
    border-bottom: 1px solid #999999;
    transform: translateY(-100%);
    transition: transform 0.35s ease;
}

.header-search-popup.is-open .header-search-panel {
    transform: translateY(0);
}

.header-search-popup .header-search-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.header-search-popup .header-search-label p {
    margin: 0;
    color: #777777;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.header-search-popup .header-search-close button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #999999;
    background: transparent;
    color: #111111;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-search-popup .header-search-close button:hover {
    border-color: #b48118;
    background: #b48118;
}

.header-search-popup .header-search-content {
    max-width: 1000px;
    margin: 0 auto;
}

.header-search-popup .header-search-input {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #111111;
}

.header-search-popup .header-search-input input {
    width: 100%;
    height: 70px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #111111;
    font-size: 30px;
    font-weight: 500;
}

.header-search-popup .header-search-input input::placeholder {
    color: #999999;
}

.header-search-popup .header-search-input button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111111;
    font-size: 22px;
    cursor: pointer;
}

.header-search-popup .header-search-input button:hover {
    color: #b48118;
}

body.search-popup-open {
    overflow: hidden;
}

@media (max-width: 767.98px) {

    .header-search-popup .header-search-panel {
        padding: 25px 20px 35px;
    }

    .header-search-popup .header-search-top {
        margin-bottom: 20px;
    }

    .header-search-popup .header-search-input input {
        height: 55px;
        font-size: 20px;
    }

    .header-search-popup .header-search-input button {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

}
.header-search-open {
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
}

.search-page .search-results-grid .col-lg-3.col-md-6.search-result-item {
    padding: 0;
}
/*Popup Form*/

.watch-inquiry-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
}

.watch-inquiry-popup.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.watch-inquiry-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7);
}

.watch-inquiry-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 720px;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    padding: 45px;
    background: #f6f5f3;
}

.watch-inquiry-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.watch-inquiry-close button {
    width: 40px;
    height: 40px;
    border: 1px solid #999999;
    background: transparent;
    cursor: pointer;
}

.watch-inquiry-heading {
    margin-bottom: 30px;
}

.watch-inquiry-heading h2 {
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 700;
}

.watch-inquiry-heading p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

.watch-inquiry-popup .form-group {
    margin-bottom: 20px;
}

.watch-inquiry-popup .form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.watch-inquiry-popup .form-group input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 1px solid #999999;
    border-radius: 0;
    background: #ffffff;
    outline: none;
}

.watch-inquiry-popup .form-group input:focus {
    border-color: #b48118;
}

.watch-inquiry-popup .form-button input {
    min-width: 170px;
    min-height: 50px;
    padding: 13px 28px;
    border: 1px solid #b48118;
    background: #b48118;
    color: #111111;
    font-weight: 700;
    cursor: pointer;
}

body.watch-inquiry-opened {
    overflow: hidden;
}

@media (max-width: 767.98px) {

    .watch-inquiry-popup {
        padding: 15px;
    }

    .watch-inquiry-dialog {
        padding: 40px 20px 25px;
    }

    .watch-inquiry-heading h2 {
        font-size: 28px;
    }

    .watch-inquiry-popup .form-button input {
        width: 100%;
    }

}
.watch-inquiry-popup .form-group br {
    display: none;
}

/*Popup Form*/
topbar .container .row .right-topbar h5 a {
    color: white;
    text-decoration: none;
}
.product-single-1 .product-price a {
    color: #986600;
}

topbar .center-topbar {
    text-align: end;
}

topbar .center-topbar a {
    padding: 8px 20px;
    background:#b48118;
    border:1px solid #b48118;
    color:#fff;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.8px;
    text-decoration:none;
    transition:.3s ease;
}

topbar .center-topbar a:hover {
    background: #111;
    border-color:#111;
    color:#fff;
    border: 2px solid #B48118;
}

.shop-inventory-banner .shop-inventory-content {
    position: relative;
}

.shop-inventory-banner .inventory-guide-arrow {
    position: absolute;
    width: 376px;
    right: -189px;
    bottom: -38px;
    pointer-events: none;
}

.shop-inventory-banner .inventory-guide-arrow svg {
    display: block;
    width: 100%;
    overflow: visible;
}

.shop-inventory-banner .inventory-guide-arrow path,
.shop-inventory-banner .inventory-guide-arrow polyline {
    fill: none;
    stroke: #d6a02b;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.shop-inventory-banner .inventory-guide-arrow path {
    stroke-dasharray: 400;
    stroke-dashoffset: 400;
    animation: inventoryArrowDraw 2.2s ease-in-out infinite;
}

.shop-inventory-banner .inventory-guide-arrow polyline {
    animation: inventoryArrowPoint 1.2s ease-in-out infinite;
}

@keyframes inventoryArrowDraw {

    0% {
        stroke-dashoffset: 400;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    70% {
        stroke-dashoffset: 0;
        opacity: 1;
    }

    100% {
        stroke-dashoffset: 0;
        opacity: 0;
    }

}

@keyframes inventoryArrowPoint {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-6px, 5px);
    }

}

@media (max-width: 991.98px) {

    .shop-inventory-banner .inventory-guide-arrow {
        width: 120px;
        right: 10px;
        bottom: 50px;
    }

}

@media (max-width: 767.98px) {

    .shop-inventory-banner .inventory-guide-arrow {
        display: none;
    }

}

.section-5 .about-video {
    overflow: hidden;
}

.section-5 .about-video video {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.section-5 .about-video {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #111;
}

.section-5 .about-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-5 .about-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .65),
        rgba(0, 0, 0, .05)
    );
    transition: opacity .4s ease;
}

.section-5 .about-video-overlay button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background: rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    backdrop-filter: blur(5px);
    transition: .3s ease;
}

.section-5 .about-video-overlay button:hover {
    background: #b48118;
    border-color: #b48118;
    transform: scale(1.08);
}

.section-5 .about-video-overlay button i {
    margin-left: 4px;
}

.section-5 .about-video-text {
    text-align: center;
    color: #fff;
}

.section-5 .about-video-text span {
    display: block;
    margin-bottom: 5px;
    color: #d3a02d;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-5 .about-video-text h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.section-5 .about-video.is-playing .about-video-overlay {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 767.98px) {

    .section-5 .about-video {
        margin-top: 30px;
        aspect-ratio: 4 / 3;
    }

    .section-5 .about-video-overlay button {
        width: 65px;
        height: 65px;
    }

}
.section-8 .review-video-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #111111;
    cursor: pointer;
}

.section-8 .review-video-box > video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-8 .review-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .15);
}

.section-8 .review-video-play button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    padding: 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    background: rgba(0, 0, 0, .45);
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    transition: .3s ease;
}

.section-8 .review-video-play button i {
    margin-left: 3px;
}

.section-8 .review-video-box:hover .review-video-play button {
    background: #c38b18;
    border-color: #c38b18;
    transform: scale(1.08);
}

.review-video-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
}

.review-video-popup.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.review-video-popup .review-video-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .88);
}

.review-video-popup .review-video-popup-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 550px;
}

.review-video-popup .review-video-popup-close {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.review-video-popup .review-video-popup-close button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.review-video-popup .review-video-popup-player {
    background: #000000;
}

.review-video-popup .review-video-popup-player video {
    display: block;
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
}

body.review-video-open {
    overflow: hidden;
}

@media (max-width: 767.98px) {

    .section-8 .review-video-list {
        margin-top: 30px;
    }

    .section-8 .review-video-list .col-md-4 {
        width: 33.333%;
    }

    .section-8 .review-video-play button {
        width: 45px;
        height: 45px;
        font-size: 13px;
    }

    .review-video-popup {
        padding: 15px;
    }

}
.section-8 .review-video-list .row {
    margin-left: -10px;
    margin-right: -10px;
}

.section-8 .review-video-list .col-md-4 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.section-8 .review-video-box {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #111111;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    cursor: pointer;
    transition: transform .3s ease, box-shadow .3s ease;
}

.section-8 .review-video-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
}

.section-8 .review-video-box > video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-8 .review-video-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, .28),
        rgba(0, 0, 0, .05)
    );
}

.section-8 .review-video-play button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 50%;
    background: rgba(17, 17, 17, .45);
    color: #ffffff;
    font-size: 17px;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: .3s ease;
}

.section-8 .review-video-play button i {
    margin-left: 3px;
}

.section-8 .review-video-box:hover .review-video-play button {
    background: #c78f18;
    border-color: #c78f18;
    transform: scale(1.08);
}

@media (max-width: 767.98px) {

    .section-8 .review-video-list .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .section-8 .review-video-list .col-md-4 {
        width: 33.333%;
        padding-left: 6px;
        padding-right: 6px;
    }

    .section-8 .review-video-box {
        border-radius: 7px;
    }

    .section-8 .review-video-play button {
        width: 44px;
        height: 44px;
        font-size: 13px;
    }

}
.sell-trade-watch .trade-watch-field {
    display: none;
}

.sell-trade-watch .trade-watch-field.is-active {
    display: block;
}

.sell-trade-watch {
    background: #f5f5f3;
}


/* HERO */

.sell-trade-watch .sell-trade-hero {
    padding: 80px 0 55px;
    border-bottom: 1px solid #d3d3d3;
    background: #ffffff;
}

.sell-trade-watch .sell-trade-hero-content {
    max-width: 820px;
}

.sell-trade-watch .sell-trade-hero-title h1 {
    margin: 0 0 18px;
    color: #111111;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.1;
}

.sell-trade-watch .sell-trade-hero-description {
    max-width: 720px;
}

.sell-trade-watch .sell-trade-hero-description p {
    margin: 0 0 8px;
    color: #555555;
    font-size: 16px;
    line-height: 1.7;
}


/* FORM SECTION */

.sell-trade-watch .sell-trade-form-section {
    padding: 70px 0;
}

.sell-trade-watch .sell-trade-form-wrapper {
    /* max-width: 850px; */
    margin: 0 auto;
}

.sell-trade-watch .sell-trade-form {
    padding: 45px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
}

.sell-trade-watch .sell-trade-form-group {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}

.sell-trade-watch .sell-trade-form-group:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.sell-trade-watch .sell-trade-form-heading {
    margin-bottom: 28px;
}

.sell-trade-watch .sell-trade-form-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 28px;
    font-weight: 700;
}

.sell-trade-watch .sell-trade-form-description {
    margin-bottom: 22px;
}

.sell-trade-watch .sell-trade-form-description p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}


/* FIELDS */

.sell-trade-watch .sell-trade-field {
    margin-bottom: 24px;
}

.sell-trade-watch .sell-trade-label {
    margin-bottom: 9px;
}

.sell-trade-watch .sell-trade-label label {
    margin: 0;
    color: #111111;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
}

.sell-trade-watch .sell-trade-input input,
.sell-trade-watch .sell-trade-input textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    outline: none;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
    transition: border-color .25s ease;
}

.sell-trade-watch .sell-trade-input input {
    height: 52px;
}

.sell-trade-watch .sell-trade-input textarea {
    min-height: 150px;
    resize: vertical;
}

.sell-trade-watch .sell-trade-input input:focus,
.sell-trade-watch .sell-trade-input textarea:focus {
    border-color: #c58d18;
}

.sell-trade-watch .sell-trade-input input::placeholder,
.sell-trade-watch .sell-trade-input textarea::placeholder {
    color: #999999;
}


/* SELL / TRADE OPTIONS */

.sell-trade-watch .sell-trade-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sell-trade-watch .sell-trade-options .wpcf7-list-item {
    margin: 0;
}

.sell-trade-watch .sell-trade-options label {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
    padding: 13px 18px;
    border: 1px solid #c5c5c5;
    background: #fafafa;
    color: #111111;
    cursor: pointer;
    transition: .25s ease;
}

.sell-trade-watch .sell-trade-options label:hover {
    border-color: #c58d18;
    background: #fff9eb;
}

.sell-trade-watch .sell-trade-options input {
    accent-color: #c58d18;
}


/* CONDITIONAL TRADE FIELD */

.sell-trade-watch .trade-watch-field {
    display: none;
}

.sell-trade-watch .trade-watch-field.is-active {
    display: block;
}


/* UPLOAD */

.sell-trade-watch .sell-trade-upload {
    padding: 28px;
    border: 1px dashed #b8b8b8;
    background: #fafafa;
}

.sell-trade-watch .sell-trade-upload input {
    width: 100%;
}

.sell-trade-watch .sell-trade-photo-guide {
    margin-top: 20px;
    padding: 20px 22px;
    background: #f7f4ec;
    border-left: 3px solid #c58d18;
}

.sell-trade-watch .sell-trade-photo-guide p {
    margin: 0 0 12px;
    color: #111111;
    font-size: 13px;
    font-weight: 700;
}

.sell-trade-watch .sell-trade-photo-guide ul {
    margin: 0;
    padding-left: 18px;
}

.sell-trade-watch .sell-trade-photo-guide ul li {
    margin-bottom: 6px;
    color: #555555;
    font-size: 13px;
}


/* SUBMIT */

.sell-trade-watch .sell-trade-submit {
    margin-top: 10px;
}

.sell-trade-watch .sell-trade-submit input,
.sell-trade-watch .sell-trade-submit button {
    min-width: 220px;
    min-height: 52px;
    padding: 14px 28px;
    border: 1px solid #c58d18;
    border-radius: 0;
    background: #c58d18;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .25s ease;
}

.sell-trade-watch .sell-trade-submit input:hover,
.sell-trade-watch .sell-trade-submit button:hover {
    background: #111111;
    border-color: #111111;
}

.sell-trade-watch .sell-trade-note {
    margin-top: 15px;
}

.sell-trade-watch .sell-trade-note p {
    margin: 0;
    color: #777777;
    font-size: 12px;
    font-style: italic;
}


/* CF7 */

.sell-trade-watch .wpcf7-not-valid-tip {
    margin-top: 7px;
    color: #b42318;
    font-size: 11px;
}

.sell-trade-watch .wpcf7-response-output {
    margin: 25px 0 0 !important;
    padding: 18px 20px !important;
    border: 1px solid #c58d18 !important;
    background: #fff9eb;
    color: #111111;
    font-size: 13px;
}

.sell-trade-watch .wpcf7-spinner {
    vertical-align: middle;
}


/* WHAT HAPPENS NEXT */

.sell-trade-watch .sell-trade-next {
    padding: 65px 0;
    background: #171717;
}

.sell-trade-watch .sell-trade-next-content {
    max-width: 700px;
    margin-bottom: 35px;
}

.sell-trade-watch .sell-trade-next-heading {
    margin-bottom: 14px;
}

.sell-trade-watch .sell-trade-next-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
}

.sell-trade-watch .sell-trade-next-description p {
    margin: 0;
    color: #cfcfcf;
    font-size: 15px;
    line-height: 1.7;
}


/* CONTACT CTA */

.sell-trade-watch .sell-trade-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.sell-trade-watch .sell-trade-contact-title h3 {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}

.sell-trade-watch .sell-trade-contact-number a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border: 1px solid #c58d18;
    background: #c58d18;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.sell-trade-watch .sell-trade-contact-number a:hover {
    background: transparent;
    color: #c58d18;
}


/* RESPONSIVE */

@media (max-width: 767.98px) {

    .sell-trade-watch .sell-trade-hero {
        padding: 50px 0 35px;
    }

    .sell-trade-watch .sell-trade-hero-title h1 {
        font-size: 34px;
    }

    .sell-trade-watch .sell-trade-hero-description p {
        font-size: 14px;
    }

    .sell-trade-watch .sell-trade-form-section {
        padding: 40px 0;
    }

    .sell-trade-watch .sell-trade-form {
        padding: 25px 18px;
    }

    .sell-trade-watch .sell-trade-form-heading h2 {
        font-size: 24px;
    }

    .sell-trade-watch .sell-trade-options {
        flex-direction: column;
    }

    .sell-trade-watch .sell-trade-options label {
        width: 100%;
    }

    .sell-trade-watch .sell-trade-upload {
        padding: 20px 15px;
    }

    .sell-trade-watch .sell-trade-submit input,
    .sell-trade-watch .sell-trade-submit button {
        width: 100%;
    }

    .sell-trade-watch .sell-trade-next {
        padding: 45px 0;
    }

    .sell-trade-watch .sell-trade-next-heading h2 {
        font-size: 28px;
    }

    .sell-trade-watch .sell-trade-contact {
        flex-direction: column;
        align-items: flex-start;
    }

    .sell-trade-watch .sell-trade-contact-number {
        width: 100%;
    }

    .sell-trade-watch .sell-trade-contact-number a {
        width: 100%;
        justify-content: center;
    }

}
.sell-trade-watch .sell-trade-upload {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0;
    border: 0;
    background: transparent;
}

.sell-trade-watch .watch-upload-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 22px;
    border: 1px solid #d3d3d3;
    background: #fafafa;
    transition: all .25s ease;
}

.sell-trade-watch .watch-upload-item:hover {
    border-color: #c58d18;
    background: #fffdf8;
}

.sell-trade-watch .watch-upload-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 45px;
    height: 45px;
    border: 1px solid #c58d18;
    color: #c58d18;
    font-size: 17px;
}

.sell-trade-watch .watch-upload-content {
    flex: 1;
    min-width: 0;
}

.sell-trade-watch .watch-upload-title {
    margin-bottom: 5px;
}

.sell-trade-watch .watch-upload-title h4 {
    margin: 0;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
}

.sell-trade-watch .watch-upload-title h4 span {
    display: inline-block;
    margin-left: 6px;
    color: #c58d18;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.sell-trade-watch .watch-upload-description {
    margin-bottom: 13px;
}

.sell-trade-watch .watch-upload-description p {
    margin: 0;
    color: #777777;
    font-size: 11px;
    line-height: 1.5;
}

.sell-trade-watch .watch-upload-field input[type="file"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #666666;
    font-size: 11px;
    cursor: pointer;
}

.sell-trade-watch .watch-upload-field input[type="file"]::file-selector-button {
    margin-right: 10px;
    padding: 8px 12px;
    border: 0;
    background: #171717;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: background .25s ease;
}

.sell-trade-watch .watch-upload-field input[type="file"]::file-selector-button:hover {
    background: #c58d18;
}


/* MOBILE */

@media (max-width: 767.98px) {

    .sell-trade-watch .sell-trade-upload {
        grid-template-columns: 1fr;
    }

    .sell-trade-watch .watch-upload-item {
        padding: 18px;
    }

}
.sell-trade-watch .watch-upload-success {
    display: none;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
    padding: 9px 11px;
    border: 1px solid #b8dfc2;
    background: #f0faf3;
    color: #16803c;
    font-size: 11px;
    font-weight: 600;
}

.sell-trade-watch .watch-upload-success.is-active {
    display: flex;
}

.sell-trade-watch .watch-upload-success i {
    font-size: 13px;
}

.sell-trade-watch .watch-upload-item.has-file {
    border-color: #79bd8a;
    background: #fbfffc;
}

.sell-trade-watch .watch-upload-item.has-file .watch-upload-icon {
    border-color: #16803c;
    background: #16803c;
    color: #ffffff;
}
.sell-trade-watch .wpcf7 form.sent .wpcf7-response-output {
    position: relative;
    margin: 25px 0 0 !important;
    padding: 18px 20px 18px 48px !important;
    border: 1px solid #9bcba7 !important;
    background: #f1faf3;
    color: #176b32;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
}

.sell-trade-watch .wpcf7 form.sent .wpcf7-response-output::before {
    
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 700;
    color: #16803c;
}
header .container {
    width: 1400px;
}

.rolex-link-count-page .resource-search-message {
    display: none;
    margin-top: 15px;
}

.rolex-link-count-page .resource-search-message.is-active {
    display: block;
}

.rolex-link-count-page .resource-search-message p {
    margin: 0;
    color: #a13a2f;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================
   ROLEX RESOURCE PAGE
========================================= */

.rolex-resource-page {
    background: #f7f7f5;
    color: #171717;
}


/* =========================================
   HERO
========================================= */

.rolex-resource-page .resource-hero {
    padding: 70px 0;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.rolex-resource-page .resource-hero-content {
    padding-right: 40px;
}

.rolex-resource-page .resource-hero-title {
    margin-bottom: 18px;
}

.rolex-resource-page .resource-hero-title h1 {
    margin: 0;
    color: #173f2a;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.1;
}

.rolex-resource-page .resource-hero-description {
    max-width: 620px;
}

.rolex-resource-page .resource-hero-description p {
    margin: 0 0 12px;
    color: #444444;
    font-size: 15px;
    line-height: 1.7;
}

.rolex-resource-page .resource-hero-description p:last-child {
    margin-bottom: 0;
}

.rolex-resource-page .resource-hero-image {
    overflow: hidden;
    height: 390px;
}

.rolex-resource-page .resource-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* =========================================
   SEARCH AREA
========================================= */

.rolex-link-count-page .resource-reference-section {
    padding: 55px 0 30px;
}

.rolex-link-count-page .resource-search-heading {
    margin-bottom: 15px;
}

.rolex-link-count-page .resource-search-heading h2 {
    margin: 0;
    color: #173f2a;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.rolex-link-count-page .resource-search-box {
    position: relative;
    max-width: 650px;
}

.rolex-link-count-page .resource-search-box input {
    width: 100%;
    height: 52px;
    padding: 0 50px 0 17px;
    border: 1px solid #9ca99f;
    border-radius: 0;
    outline: 0;
    background: #ffffff;
    color: #171717;
    font-size: 14px;
    transition: border-color .25s ease;
}

.rolex-link-count-page .resource-search-box input:focus {
    border-color: #173f2a;
}

.rolex-link-count-page .resource-search-box input::placeholder {
    color: #999999;
}

.rolex-link-count-page .resource-search-box i {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    color: #173f2a;
    font-size: 16px;
    pointer-events: none;
}


/* NO RESULTS */

.rolex-link-count-page .resource-search-message {
    display: none;
    max-width: 650px;
    margin-top: 12px;
    padding: 12px 15px;
    border-left: 3px solid #a83b32;
    background: #fff2f1;
}

.rolex-link-count-page .resource-search-message.is-active {
    display: block;
}

.rolex-link-count-page .resource-search-message p {
    margin: 0;
    color: #94352e;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================
   TABLE SECTION
========================================= */

.rolex-link-count-page .resource-table-section {
    padding: 20px 0 70px;
}

.rolex-link-count-page .resource-table-heading {
    margin-bottom: 18px;
}

.rolex-link-count-page .resource-table-heading h2 {
    margin: 0;
    color: #173f2a;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}

.rolex-link-count-page .resource-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #aeb8b0;
    background: #ffffff;
}

.rolex-link-count-page .resource-table-wrap table {
    width: 100%;
    min-width: 1050px;
    margin: 0;
    border-collapse: collapse;
}

.rolex-link-count-page .resource-table-wrap thead {
    background: #173f2a;
}

.rolex-link-count-page .resource-table-wrap th {
    padding: 15px 17px;
    border-right: 1px solid rgba(255,255,255,.35);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
}

.rolex-link-count-page .resource-table-wrap th:last-child {
    border-right: 0;
}

.rolex-link-count-page .resource-table-wrap td {
    padding: 14px 17px;
    border-right: 1px solid #c9cfca;
    border-bottom: 1px solid #c9cfca;
    color: #222222;
    font-size: 13px;
    line-height: 1.55;
    vertical-align: middle;
}

.rolex-link-count-page .resource-table-wrap td:last-child {
    border-right: 0;
}

.rolex-link-count-page .resource-table-wrap tbody tr:last-child td {
    border-bottom: 0;
}

.rolex-link-count-page .resource-table-wrap tbody tr:nth-child(even) {
    background: #f7f8f6;
}

.rolex-link-count-page .resource-table-wrap tbody tr {
    transition: background .2s ease;
}

.rolex-link-count-page .resource-table-wrap tbody tr:hover {
    background: #f1f5f1;
}

.rolex-link-count-page .resource-table-wrap td:first-child {
    color: #173f2a;
    font-weight: 700;
}

.rolex-link-count-page .resource-table-wrap .reference-numbers {
    font-weight: 500;
}


/* COLUMN WIDTHS */

.rolex-link-count-page .resource-table-wrap th:nth-child(1),
.rolex-link-count-page .resource-table-wrap td:nth-child(1) {
    width: 18%;
}

.rolex-link-count-page .resource-table-wrap th:nth-child(2),
.rolex-link-count-page .resource-table-wrap td:nth-child(2) {
    width: 38%;
}

.rolex-link-count-page .resource-table-wrap th:nth-child(3),
.rolex-link-count-page .resource-table-wrap td:nth-child(3) {
    width: 25%;
}

.rolex-link-count-page .resource-table-wrap th:nth-child(4),
.rolex-link-count-page .resource-table-wrap td:nth-child(4) {
    width: 19%;
}


/* =========================================
   NOTE
========================================= */

.rolex-link-count-page .resource-table-note {
    margin-top: 18px;
    padding: 17px 20px;
    border-left: 3px solid #b98418;
    background: #f5f0e5;
}

.rolex-link-count-page .resource-table-note p {
    margin: 0;
    color: #555555;
    font-size: 12px;
    line-height: 1.7;
}

.rolex-link-count-page .resource-table-note p strong {
    color: #171717;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991.98px) {

    .rolex-resource-page .resource-hero {
        padding: 55px 0;
    }

    .rolex-resource-page .resource-hero-title h1 {
        font-size: 38px;
    }

    .rolex-resource-page .resource-hero-content {
        padding-right: 15px;
    }

    .rolex-resource-page .resource-hero-image {
        height: 330px;
    }

}


@media (max-width: 767.98px) {

    .rolex-resource-page .resource-hero {
        padding: 45px 0;
    }

    .rolex-resource-page .resource-hero-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .rolex-resource-page .resource-hero-title h1 {
        font-size: 32px;
    }

    .rolex-resource-page .resource-hero-description p {
        font-size: 14px;
    }

    .rolex-resource-page .resource-hero-image {
        height: 300px;
    }


    .rolex-link-count-page .resource-reference-section {
        padding: 40px 0 25px;
    }

    .rolex-link-count-page .resource-search-heading h2 {
        font-size: 21px;
    }

    .rolex-link-count-page .resource-search-box {
        max-width: none;
    }


    .rolex-link-count-page .resource-table-section {
        padding: 15px 0 50px;
    }

    .rolex-link-count-page .resource-table-heading h2 {
        font-size: 22px;
    }

    .rolex-link-count-page .resource-table-wrap {
        position: relative;
    }

    .rolex-link-count-page .resource-table-wrap table {
        min-width: 900px;
    }

    .rolex-link-count-page .resource-table-wrap th,
    .rolex-link-count-page .resource-table-wrap td {
        padding: 12px 14px;
        font-size: 12px;
    }

    .rolex-link-count-page .resource-table-note {
        padding: 15px;
    }

}


@media (max-width: 575.98px) {

    .rolex-resource-page .resource-hero-title h1 {
        font-size: 29px;
    }

    .rolex-resource-page .resource-hero-image {
        height: 260px;
    }

    .rolex-link-count-page .resource-search-box input {
        height: 50px;
        font-size: 13px;
    }

}
/* =========================================
   OYSTERFLEX RESOURCE PAGE
========================================= */

.rolex-bracelet-size-page {
    background: #f7f7f5;
    color: #171717;
}


/* HERO */

.rolex-bracelet-size-page .resource-hero {
    padding: 70px 0;
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.rolex-bracelet-size-page .resource-hero-content {
    padding-right: 40px;
}

.rolex-bracelet-size-page .resource-hero-title {
    margin-bottom: 18px;
}

.rolex-bracelet-size-page .resource-hero-title h1 {
    margin: 0;
    color: #173f2a;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
}

.rolex-bracelet-size-page .resource-hero-description {
    max-width: 650px;
}

.rolex-bracelet-size-page .resource-hero-description p {
    margin: 0 0 12px;
    color: #444444;
    font-size: 15px;
    line-height: 1.7;
}

.rolex-bracelet-size-page .resource-hero-description p:last-child {
    margin-bottom: 0;
}

.rolex-bracelet-size-page .resource-hero-image {
    overflow: hidden;
    height: 390px;
}

.rolex-bracelet-size-page .resource-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/* GUIDE SECTION */

.rolex-bracelet-size-page .oysterflex-guide-section {
    padding: 65px 0 70px;
}


/* TABLE CARDS */

.rolex-bracelet-size-page .oysterflex-table-card {
    height: 100%;
    margin-bottom: 30px;
    border: 1px solid #c8d0ca;
    background: #ffffff;
}

.rolex-bracelet-size-page .oysterflex-table-heading {
    padding: 16px 18px;
    background: #173f2a;
}

.rolex-bracelet-size-page .oysterflex-table-heading h2 {
    margin: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
}

.rolex-bracelet-size-page .resource-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.rolex-bracelet-size-page .resource-table-wrap table {
    width: 100%;
    min-width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.rolex-bracelet-size-page .resource-table-wrap thead {
    background: #f1f3f1;
}

.rolex-bracelet-size-page .resource-table-wrap th {
    padding: 13px 14px;
    border-right: 1px solid #c9cfca;
    border-bottom: 1px solid #b8c0ba;
    color: #171717;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    vertical-align: middle;
}

.rolex-bracelet-size-page .resource-table-wrap td {
    padding: 13px 14px;
    border-right: 1px solid #d0d5d1;
    border-bottom: 1px solid #d0d5d1;
    color: #222222;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: middle;
}

.rolex-bracelet-size-page .resource-table-wrap th:last-child,
.rolex-bracelet-size-page .resource-table-wrap td:last-child {
    border-right: 0;
}

.rolex-bracelet-size-page .resource-table-wrap tbody tr:last-child td {
    border-bottom: 0;
}

.rolex-bracelet-size-page .resource-table-wrap tbody tr:nth-child(even) {
    background: #f8f9f7;
}

.rolex-bracelet-size-page .resource-table-wrap tbody tr:hover {
    background: #f1f5f1;
}


/* CENTER LETTER CODES */

.rolex-bracelet-size-page .resource-table-wrap td:nth-child(2),
.rolex-bracelet-size-page .resource-table-wrap td:nth-child(3) {
    text-align: center;
}

.rolex-bracelet-size-page .resource-table-wrap th:nth-child(2),
.rolex-bracelet-size-page .resource-table-wrap th:nth-child(3) {
    text-align: center;
}


/* HOW TO USE */

.rolex-bracelet-size-page .oysterflex-guide-content {
    height: 100%;
    margin-top: 10px;
    padding: 30px;
    border: 1px solid #d0d5d1;
    background: #ffffff;
}

.rolex-bracelet-size-page .oysterflex-guide-heading {
    margin-bottom: 18px;
}

.rolex-bracelet-size-page .oysterflex-guide-heading h2 {
    margin: 0;
    color: #173f2a;
    font-size: 25px;
    font-weight: 700;
}

.rolex-bracelet-size-page .oysterflex-guide-description p {
    margin: 0 0 14px;
    color: #4b4b4b;
    font-size: 14px;
    line-height: 1.75;
}

.rolex-bracelet-size-page .oysterflex-guide-description p:last-child {
    margin-bottom: 0;
}

.rolex-bracelet-size-page .oysterflex-guide-description strong {
    color: #171717;
}


/* METAL BRACELET BOX */

.rolex-bracelet-size-page .metal-bracelet-box {
    height: 100%;
    margin-top: 10px;
    padding: 30px;
    border: 1px solid #c8d0ca;
    background: #f5f0e5;
}

.rolex-bracelet-size-page .metal-bracelet-heading {
    margin-bottom: 15px;
}

.rolex-bracelet-size-page .metal-bracelet-heading h2 {
    margin: 0;
    color: #173f2a;
    font-size: 23px;
    font-weight: 700;
}

.rolex-bracelet-size-page .metal-bracelet-description p {
    margin: 0 0 12px;
    color: #555555;
    font-size: 13px;
    line-height: 1.7;
}

.rolex-bracelet-size-page .metal-bracelet-button {
    margin-top: 20px;
}

.rolex-bracelet-size-page .metal-bracelet-button a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    background: #173f2a;
    border: 1px solid #173f2a;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-decoration: none;
    transition: .25s ease;
}

.rolex-bracelet-size-page .metal-bracelet-button a:hover {
    background: #b98418;
    border-color: #b98418;
    color: #ffffff;
}


/* RESPONSIVE */

@media (max-width: 991.98px) {

    .rolex-bracelet-size-page .resource-hero {
        padding: 55px 0;
    }

    .rolex-bracelet-size-page .resource-hero-title h1 {
        font-size: 37px;
    }

    .rolex-bracelet-size-page .resource-hero-content {
        padding-right: 15px;
    }

    .rolex-bracelet-size-page .resource-hero-image {
        height: 330px;
    }

}


@media (max-width: 767.98px) {

    .rolex-bracelet-size-page .resource-hero {
        padding: 45px 0;
    }

    .rolex-bracelet-size-page .resource-hero-content {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .rolex-bracelet-size-page .resource-hero-title h1 {
        font-size: 31px;
    }

    .rolex-bracelet-size-page .resource-hero-description p {
        font-size: 14px;
    }

    .rolex-bracelet-size-page .resource-hero-image {
        height: 290px;
    }


    .rolex-bracelet-size-page .oysterflex-guide-section {
        padding: 45px 0 50px;
    }

    .rolex-bracelet-size-page .oysterflex-table-heading h2 {
        font-size: 17px;
    }

    .rolex-bracelet-size-page .resource-table-wrap table {
        min-width: 600px;
    }

    .rolex-bracelet-size-page .resource-table-wrap th,
    .rolex-bracelet-size-page .resource-table-wrap td {
        padding: 11px 12px;
        font-size: 12px;
    }

    .rolex-bracelet-size-page .oysterflex-guide-content,
    .rolex-bracelet-size-page .metal-bracelet-box {
        padding: 22px;
    }

    .rolex-bracelet-size-page .oysterflex-guide-heading h2 {
        font-size: 22px;
    }

    .rolex-bracelet-size-page .metal-bracelet-heading h2 {
        font-size: 21px;
    }

}


@media (max-width: 575.98px) {

    .rolex-bracelet-size-page .resource-hero-title h1 {
        font-size: 28px;
    }

    .rolex-bracelet-size-page .resource-hero-image {
        height: 250px;
    }

}
.rolex-bracelet-size-page .oysterflex-guide-section .row {
    margin-bottom: 20px;
}
.menu-header ul ul li a:hover {
    background-color: #B48118 !important;
    color: white !important;
}

.instagram-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .3s ease;
}

.instagram-popup.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.instagram-popup .instagram-popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
}

.instagram-popup .instagram-popup-dialog {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 620px;
    overflow: hidden;
    border: 1px solid #9b9b9b;
    border-radius: 26px;
    background: #f4f0e7;
}

.instagram-popup .instagram-popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
}

.instagram-popup .instagram-popup-close button {
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 50%;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
}

.instagram-popup .instagram-popup-topbar {
    padding: 24px 60px 22px;
    background: #181817;
    text-align: center;
}

.instagram-popup .instagram-popup-topbar-title h4 {
    margin: 0;
    color: #d2a84d;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.instagram-popup .instagram-popup-content {
    padding: 38px 36px 34px;
    text-align: center;
}

.instagram-popup .instagram-popup-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: #efe4c6;
    color: #b48a33;
    font-size: 30px;
}

.instagram-popup .instagram-popup-heading h2 {
    margin: 0 0 14px;
    color: #181817;
    font-size: 30px;
    font-weight: 700;
}

.instagram-popup .instagram-popup-description {
    max-width: 500px;
    margin: 0 auto 28px;
}

.instagram-popup .instagram-popup-description p {
    margin: 0;
    color: #9d9b94;
    font-size: 18px;
    line-height: 1.6;
}

.instagram-popup .instagram-popup-button {
    margin-bottom: 30px;
}

.instagram-popup .instagram-popup-button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    padding: 14px 24px;
    border-radius: 14px;
    background: #181817;
    color: #d2a84d;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}

.instagram-popup .instagram-popup-button a:hover {
    background: #b88a27;
    color: #ffffff;
}

.instagram-popup .instagram-popup-register {
    padding-top: 4px;
}

.instagram-popup .instagram-popup-register-heading {
    margin-bottom: 18px;
}

.instagram-popup .instagram-popup-register-heading h3 {
    margin: 0;
    color: #181817;
    font-size: 21px;
    font-weight: 700;
}

.instagram-popup .instagram-register-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.instagram-popup .instagram-register-field input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d3cdbc;
    border-radius: 8px;
    background: #ffffff;
    outline: none;
    font-size: 14px;
}

.instagram-popup .instagram-register-field input:focus {
    border-color: #b88a27;
}

.instagram-popup .instagram-register-submit input {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: #b88a27;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.instagram-popup .instagram-register-submit input:hover {
    background: #181817;
}

body.instagram-popup-open {
    overflow: hidden;
}

@media (max-width: 767.98px) {

    .instagram-popup {
        padding: 12px;
    }

    .instagram-popup .instagram-popup-dialog {
        max-height: 92vh;
        overflow-y: auto;
        border-radius: 18px;
    }

    .instagram-popup .instagram-popup-topbar {
        padding: 20px 45px;
    }

    .instagram-popup .instagram-popup-topbar-title h4 {
        font-size: 15px;
    }

    .instagram-popup .instagram-popup-content {
        padding: 28px 20px 24px;
    }

    .instagram-popup .instagram-popup-heading h2 {
        font-size: 25px;
    }

    .instagram-popup .instagram-popup-description p {
        font-size: 15px;
    }

    .instagram-popup .instagram-popup-button a {
        font-size: 15px;
    }

}