@font-face
{
  font-family:'FontAwesome';
  src:url('./fontawesome-webfont.eot');
  src:url('./fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/fontawesome-webfont.woff') format('woff'),
  url('../fonts/fontawesome-webfont.ttf') format('truetype'),
  url('../fonts/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight:normal;
  font-style:normal
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display SemiBold'), local('PlayfairDisplay-SemiBold'),
        url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'),
        url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'),
        url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: local('Playfair Display Medium'), local('PlayfairDisplay-Medium'),
        url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





body {padding: 0;margin: 0;font-family: 'Montserrat';font-weight: 400;overflow-x: hidden;background:#fff;}
html, body {width: 100%;height: 100%}
a {text-decoration: none;color: #5f252f;transition: all 0.6s ease-out;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;-ms-transition: all 0.6s ease-out;-o-transition: all 0.6s ease-out;}
a:hover {text-decoration: none!important;cursor: pointer; color: #000;}
a:focus {text-decoration: none;transition: all 1s ease}
:focus {outline: none!important}
::-moz-selection {background-color:#000;color:#fff}
::selection {background-color: #000;color: #fff}   
img {max-width: 100%;height: auto}
p {font-size: 18px; line-height: 28px; color: #666; font-weight: 500; font-family: "Montserrat";}
p a {color: #5f252f;}
p strong {color: #000; font-weight: 500;}
p a:hover {color: #000;}
ul, ol, ul li, ol li {margin: 0;padding: 0;}
ul li a, ol li a {color: #000;}
ul li a:hover, ol li a:hover {color: #000;}
figure, address {margin: 0;}
input, textarea, select, button {border-radius: 0;-webkit-box-shadow: none;box-shadow: none;outline: none;}
input:focus, textarea:focus, select:focus, button:focus { outline: 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; }
h1, h2, h3, h4, h5, h6 {font-family: 'Playfair Display';font-style: normal;font-weight: 700;color: #000;margin-bottom: 15px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: #5f252f;}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {color: #000;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {color: #000;}
h1 {font-size: 34px;line-height: normal;}
h2 {font-size: 30px;line-height: normal;}
h3 {font-size: 28px;line-height: normal;}
h4 {font-size: 26px;line-height: normal;}
h5 {font-size: 24px;line-height: normal;}
h6 {font-size: 22px;line-height: normal;}
select::-ms-expand {display: none;}
select {-moz-appearance: none;}
.alignleft {float: left;margin-right: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.alignright {float: right;margin-left: 1.5em;margin-bottom: 15px;margin-top: 8px;}
.aligncenter {clear: both;display: block;margin: 0 auto 15px}
.default-css ul , .default-css ol{ margin-bottom: 20px; }
.default-css ol {padding-left: 18px;}
.default-css ul li, .default-css ol li { font-style: normal; margin: 0 0 7px; font-size: 18px; line-height: 28px; color: #666; font-weight: 500; font-family: "Montserrat"; }
.default-css ul li a, .default-css ol li a {color: #5f252f}
.default-css ul li strong, .default-css ol li strong {color: #000;font-weight: 500;}
.default-css ul li a:hover, .default-css ol li a:hover {color: #000}
.default-css ul li { list-style: none; background: url(../images/list-arrow.png) no-repeat; background-position: 0 4px; padding-left: 22px; background-size: 16px; }
.floating-icon {position: fixed;right: -107px;top: 50%;transform: translateY(-50%);z-index: 11;transform: rotate(-90deg);}
.floating-icon a {padding: 18px 40px;display: inline-block;color: #000;text-align: center;font-family: Playfair Display;font-size: 18px;font-style: normal;font-weight: 600;line-height: normal;background: #FFF; box-shadow: 0px 0px 20px 0px rgba(48, 69, 124, 0.20);} .floating-icon a strong{color: #000}
.floating-icon a:hover {color: #fff;background: #5f252f;}
.default-section{ padding:100px 0 ; }


.modal-backdrop.show { opacity: .9; }
.video-show { position: absolute; top: 50%; transform: translate(-50% , -50%); left: 50%; }
.modal.popup-form button.close {opacity: 1;position: absolute;right: 30px;top: 30px;font-size: 26px;font-weight: normal;color: #fff;cursor: pointer;/* text-shadow: none; */ background: transparent;border: none;}
.popup-form .modal-body { padding: 0; }
.popup-form .modal-content { border-radius: 0; background: transparent; } 
.popup-form .form-hero { padding: 25px 35px 35px; }

/* heading */
.heading-title { margin-bottom: 25px; color: #000; font-family: "Playfair Display"; font-size: 57px; font-style: normal; font-weight: bold; line-height: 66px; }
.heading-title strong { color: #5f252f; font-weight: bold; }


/* btns */
a.theme-btn { position: relative; padding: 13px 30px 12px; text-align: center; font-family: "Montserrat"; font-size: 18px; font-style: normal; font-weight: 400; line-height: 22px; border-radius: 0px; display: inline-block; }
a.theme-btn.btn-black { color: #fff; border-color: #ffffff; background: rgb(51 87 95); backdrop-filter: blur(5px); }
a.theme-btn.btn-black:hover { background: #5f252f; color: #fff;border-color: #fff;}
a.theme-btn.btn-red { background: #5f252f; color: #fff;}
a.theme-btn.btn-red:hover { color: #fff; border-color: #ffffff; background: rgb(51 87 95); backdrop-filter: blur(5px);}

/*--header--*/
.header-section { position: relative; top: 0; left: 0px; right: 0px; transition: all 0.5s; box-shadow: none; width: 100%; z-index: 99; padding: 0px 0;background: #fff;box-shadow: 0px 4px 20px 0px rgb(118 111 92 / 30%);}
.header-section .row {align-items: center;}
.header-right { display: flex ; align-items: center; justify-content: space-between; padding: 20px 0 10px; }
.header-section.sticky { position: fixed; transition: all 0.5s; box-shadow: 0px 4px 20px 0px rgb(118 111 92 / 30%); background: #fff; z-index: 99; }
.header-section .col-sm-10{padding-right: 0;}
/* .header-top { display: flex ; align-items: center; justify-content: space-between; border-radius: 45px 0 0 45px; background: rgba(255, 255, 255, 0.70); backdrop-filter: blur(5px); padding: 5px; } */
.header-top-text {
    padding: 10px 15px 13px;
    position: relative;
            background: #5f252f;
}
.header-top-text p { margin: 0; font-weight: 500;color: #fff;}
.header-section .header-logo img { transition: all 0.5s ease-in-out;  }
.nav-tools { display: flex ; align-items: center; justify-content: right; }
.nav-tools .search-container { max-width: 400px; }
.search-container form { position: relative; }
.search-medium { width: 100%; padding: 8px 60px 13px 15px; height: 40px; font-size: 18px; line-height: 23px; color: #666; font-weight: 400; font-family: 'Playfair Display'; background: #fafafa; border-radius: 0px; border: 1px solid rgba(0, 0, 0, 0.20); }
.fa-search { position: absolute; right: 10px; top: 3px; height: 30px; width: 30px; margin: 0; background: url(../images/search.png) no-repeat center; border: none; font-size: 0; background-size: 22px; }
.aws-container .aws-search-form .aws-form-btn { background: #fff !important; border: 2px solid #5f252f !important; height: 42px !important; width: 42px !important; border-left: none !important; border-radius: 0 4px 4px 0 !important; }
.aws-container .aws-search-form .aws-search-btn_icon { fill: #5f252f; font-weight: 800 !important; }
.aws-container .aws-search-form .aws-search-clear span { font-size: 24px; line-height: 17px; top: 41%; margin-top: 0; transform: translateY(-50%); text-align: right; }

.nav-tools { display: flex ; align-items: center; justify-content: right; padding-right: 35px; }
.nav-div a { display: inline-block; position: relative; border-right: 1px solid #666; padding: 0 15px; }
.nav-div a:last-child { border-right: none; }
.nav-div a img { max-width: 28px; }
.nav-div a i { font-style: normal; }
.nav-div a span.header-cart-count { position: absolute; right: -5px; bottom: 0; display: inline-block; width: 15px; line-height: 15px; font-size: 10px; color: #fff; border-radius: 100%; background-color: #000; font-weight: 500; text-align: center; }
    .header-section.sticky .header-top-text {
        display: none;
    }

/*--banner--*/
section.banner-section { position: relative; background: #ffeef1; }
/* section.banner-section:before { position: absolute; content: ''; width: 40%; height: 100%; left: 0; z-index: 0; background: url(../images/banner-center-bg.png) no-repeat; background-size: 100% 100%; margin: 0 auto; right: 0; } */
.banner-caption { padding: 250px 0 150px; }
.banner-img figure img{ width: 100%; }
.banner-title { margin-bottom: 30px; position: relative; color: #000; font-size: 82px; font-style: normal; font-weight: 500; line-height: 102px; }
.banner-title strong{ color: #5f252f; font-weight: 800;  }
.banner-caption p { font-size: 18px; }
.banner-btns { padding-top: 20px; }
.banner-btns a.theme-btn.btn-red { margin-right: 10px; }
.banner-img { position: absolute; bottom: 0; margin-left: -220px; }

section.hero-section .carousel-item img{width: 100%;}
 .carousel-indicators [data-bs-target] {width: 15px !important;height: 15px !important;padding: 0;margin-right: 3px;margin: 3px;background-color: #fff!important;opacity: 1 !important;border-radius: 15px;border: 1px solid #000;}
.carousel-indicators .active { background-color: #000 !important;width: 40px !important; }


/*---logo-section----*/
section.logo-section { position: relative; z-index: 0; overflow: hidden; padding-top: 30px; background: #FFF !important;
box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.20);}
.logo-lists .item{ position: relative;background: #fff; padding: 5px;border-radius: 5px; overflow: hidden; z-index: 1;}
.logo-lists .item figure{  position: relative; }
.logo-lists .item figure::after { position: absolute; content: ''; width: 100%; height: 100%; left: 0; bottom: 0; opacity: 0; background: #5f252f; border-radius: 5px; }
.logo-lists .item figure:hover::after { opacity: 0.5; }
.logo-slider h3 { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; color: #FFF; text-align: center; font-family: Playfair Display; font-size: 22px; font-style: normal; font-weight: 600; line-height: normal; text-transform: uppercase; margin: 0; opacity: 0; }
.logo-lists .item:hover h3 { opacity: 1; }
.logo-lists figure img{ width: 100%; border-radius: 5px; aspect-ratio: 4 / 4; object-fit: cover; }
.logo-slider .owl-item { display: block; flex: 1 0 auto; }
.logo-slider{text-align: center;}
.logo-slider h2 { color: #000; text-align: center; font-family: Playfair Display; font-size: 20px; font-style: normal; font-weight: 600; line-height: normal; margin: 0; }

/* our-collection-section */
.our-collection-section { padding: 40px 0; position: relative; }
/* .our-collection-section:before { position: absolute; content: ''; width: 314px; height: 318px; left: 0; z-index: 0; background: url(../images/our-collection-vector-1.png) no-repeat; background-size: 100% 100%; top: -8%; }
.our-collection-section::after { position: absolute; content: ''; width: 314px; height: 318px; right: 0; z-index: 0; background: url(../images/our-collection-vector-2.png) no-repeat; background-size: 100% 100%; top: -8%; } */
.our-collection-section .row { justify-content: center; }
.our-collection-section .col-sm-3 { padding: 5px; width: 33.33%;}
.our-collection { text-align: center; position: relative; }
.our-collection figure{ overflow: hidden; }
.our-collection figure img { width: 100%; }
.our-collection h2 { font-size: 30px; line-height: normal; font-weight: normal; color: #fff; margin-bottom: 20px; position: absolute; bottom: 0; left: 0; right: 0; font-family: Playfair Display; }



/* shop-ocassion-section */
section.shop-ocassion-section { background: #FFEEF1; padding: 40px 0;position: relative; }
/* section.shop-ocassion-section:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0; z-index: 0; background: url(../images/shop-ocassion-vector-1.png) no-repeat; background-size: 100% 100%; top: 0; } */
/* section.shop-ocassion-section .heading-title { color: #fff; } */
section.shop-ocassion-section .section-heading { padding-bottom: 20px; }
.shop-ocassion-box { text-align: center; background: #fff; height: 100%; }
.shop-ocassion-box figure { margin-bottom: 15px; }
.shop-ocassion-box h2 { color: #000; text-align: center; font-family: Playfair Display; font-size: 20px; font-style: normal; font-weight: 600; line-height: normal; }
.shop-ocassion-slider { position: relative; padding-top: 20px; }
.shop-ocassion-slider .owl-nav { text-align: center; justify-content: space-between; max-width: 120px; display: flex ; align-items: center; width: 100%; position: absolute; right: 0; left: 0; top: -80px; margin: 0 0 0 auto; }
.shop-ocassion ul { display: flex ; flex-wrap: wrap; margin: -10px; }
.shop-ocassion ul li { width: 20%; padding: 10px; list-style: none; text-align: center; }
.shop-ocassion .product-items h4 { font-style: normal; font-size: 20px; line-height: 26px; color: #fff; font-weight: 600; font-family: "Playfair Display"; text-align: center; margin: 0; }
.product-items figure img { width: 100%; }
.ocassion-big-img { position: relative; }
.ocassion-big-img .heading-title { position: absolute; bottom: 10px; text-align: center; padding: 0 50px; font-weight: 600; color: #fff; font-size: 45px; font-style: normal; line-height: 56px; }
.product-items figure { margin-bottom: 10px; }
section.shop-ocassion-section .product-items figure img{width: 100%;aspect-ratio: 3 / 4;object-fit: cover;}


/* best-seller-section  */
section.best-seller-section { background: #fff !important; padding: 40px 0;background-repeat: no-repeat;background-size: cover;position: relative; }
/* section.best-seller-section:before { position: absolute; content: ''; width: 154px; height: 118px; left: 20px; z-index: 0; background: url(../images/best-seller-vector-1.png) no-repeat; background-size: 100% 100%; top: 0; } */
.best-seller-box { text-align: center;  }
.best-seller-box figure { margin-bottom: 15px; overflow: hidden;object-fit: cover;}
.best-seller-box figure img{  overflow: hidden;object-fit: cover; aspect-ratio: 3 / 4; width: 100%;}
/* .best-seller-slider .owl-item:nth-child(even) .best-seller-box figure img{ aspect-ratio: 3.3 / 4; } */
.best-seller-box h2 { color: #000; text-align: center; font-family: Playfair Display; font-size: 20px; font-style: normal; font-weight: 600; line-height: normal; }
.best-seller-slider { position: relative; padding-top: 20px; }
.best-seller-slider .owl-nav { text-align: center; justify-content: space-between; max-width: 120px; display: flex ; align-items: center; width: 100%; position: absolute; right: 0px; left: 0; top: -80px; margin: 0 0 0 auto; } 
.best-seller-slider h4 { margin: 0; color: #000; text-align: center; font-family: Playfair Display; font-size: 24px; font-style: normal; font-weight: 600; line-height: normal; }
.best-seller-slider h4 a{ color: #000; }
.best-seller-slider h4:hover a{ color: #5f252f; }


.product-items figure { position: relative; border-radius: 4px; margin-bottom: 10px; overflow: hidden; }
.product-items figure img{ width: 100%; }
.product-items h4 { margin-bottom: 10px; font-style: normal; font-size: 22px; line-height: 26px; color: #000000; font-weight: 600; font-family: "Playfair Display"; text-align: center; }
.product-items h4  a{ color: #000; }
.product-items h4:hover  a{ color: #5f252f; }
.pricing { margin: 10px 0; font-style: normal; font-size: 18px; line-height: 22px; color: #5f252f; font-weight: 400; font-family: "Playfair Display"; }
/* .seller-edition { font-size: 16px; letter-spacing: 0px; line-height: 18px; color: #000000; font-weight: 500; font-family: "Playfair Display"; text-align: center; position: absolute; top: 8px; right: -11px; background: #fff; padding: 5px 20px; transform: rotate(45deg); } */
.seller-edition { position: absolute; top: 0; right: 0; border-radius: 0 4px 0 0; overflow: hidden; }
.add_to_cart_button, .woocommerce button.button, .woocommerce a.button { border-radius: 4px !important; display: inline-block; padding: 6px 15px 9px !important; border: none !important; background: #5f252f !important; font-size: 17px !important; letter-spacing: 0px; line-height: 23px !important; color: #ffffff !important; font-weight: bold !important; font-family: "Playfair Display" !important; text-align: center !important; }
.add_to_cart_button img, .woocommerce button.button img, .woocommerce a.button img { width: auto !important; }
.product-items:hover .add_to_cart_button:hover, .woocommerce .product-items:hover button.button:hover, .woocommerce .product-items:hover a.button{ background: #000 !important; color: #fff !important; }
.add_to_cart_button:hover, .woocommerce button.button:hover, .woocommerce a.button:hover{ background:#000 !important}
.product-items:hover .product-items h4  a { color: #5f252f !important; }
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li { background: none; }

.owl-carousel button.owl-prev span, .owl-carousel button.owl-next span{ display: none; }
.owl-carousel button.owl-prev, .owl-carousel button.owl-next { position: relative; width: 50px; height: 50px; background-position: center; transition: all 0.6s ease; border-radius: 50%; }
.owl-carousel button.owl-prev { background: url(../images/owl-prev.png) no-repeat !important; background-position: center !important; left: 0px; }
.owl-carousel button.owl-next { background: url(../images/owl-next.png) no-repeat !important; background-position: center !important; right: 0px; }
.owl-carousel button.owl-next:hover { background: url(../images/owl-next-hover.png) no-repeat !important; background-position: center !important; background-size: 100% 100% !important; }
.owl-carousel button.owl-prev:hover { background: url(../images/owl-prev-hover.png) no-repeat !important; background-position: center !important;background-size: 100% 100% !important;  }


/*  */
section.limited-time-section { background-size: cover; background-repeat: no-repeat; }
section.limited-time-section .row { align-items: center; }
section.limited-time-section .heading-title { color: #FFF; font-family: Playfair Display; font-size: 96px; font-style: normal; font-weight: 300; line-height: normal; }
section.limited-time-section .heading-title strong{ color: #FFF; }
.limited-time-btns a.theme-btn.btn-red { margin-right: 15px; }


/* new-arrival-section */
.new-arrival-section { padding: 40px 0; background-size: cover; background-repeat: no-repeat; position: relative;z-index: 1;     background: #f5f5f5; }
/* .new-arrival-section:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0px; z-index: 0; background: url(../images/new-arrival-vector.png) no-repeat; background-size: 100% 100%; top: 0;opacity: 0.5;z-index: -1; } */
.new-arrival-row ul { display: flex ; flex-wrap: wrap; margin: 0 -15px; justify-content: center; }
.new-arrival-row ul li { padding: 15px; list-style: none; width: 25%; }
.product-items { position: relative; }
.new-arrival-btns { text-align: center; padding-top: 20px; }
.new-arrival-btns a.theme-btn.btn-red { margin-right: 15px; }
.new-arrival-row .product-items { text-align: center; }


/* jewellery-banner-section */
section.jewellery-banner-section .col-sm-7 { width: 54%; padding: 0; }
section.jewellery-banner-section .col-sm-2 { width: 23%; padding: 0; }
.jewellery-banner-box { background: linear-gradient(180deg, #ffeef1 0%, #5f252f 100%); display: flex ; align-items: end; flex-wrap: wrap; }
.jewellery-banner-box .default-css { width: 50%; }
.jewellery-banner-box .jewellery-banner-big-img { width: 50%; }
.jewellery-banner-box .default-css .heading-title { color: #fff; }
.jewellery-banner-box .default-css .heading-title strong{ color: #fff; }
section.jewellery-banner-section .section-heading { text-align: center; position: relative; }
section.jewellery-banner-section .section-heading .heading-title { margin-bottom: 25px; color: #fff; font-size: 30px; line-height: 40px; }
section.jewellery-banner-section .section-heading .heading-title strong{ color: #fff; }
section.jewellery-banner-section .section-heading.center { background: linear-gradient(180deg, #ffeef1 0%, #001A20 100%); padding: 50px 20px 0; }
section.jewellery-banner-section .section-heading.right { padding: 0px 20px 50px; }
section.jewellery-banner-section .section-heading.right::after { position: absolute; content: ''; width: 100%; height: 100%; left: 0; bottom: 0; background: linear-gradient(180deg, rgba(125, 43, 60, 0.00) 37.63%, #46171D 57.63%); z-index: 1; }


/* about section */
section.about-section { padding: 40px 0; position: relative; background: #FFF; box-shadow: 0 0 40px 0 rgba(0, 45, 55, 0.30);z-index: 1; }
/* section.about-section:before { position: absolute; content: ''; width: 365px; height: 274px; right: 20px; z-index: 0; background: url(../images/signature-jewellery-vector-1.png) no-repeat; background-size: 100% 100%; top: 0;    z-index: -1;
 }
section.about-section::after { position: absolute; content: ''; width: 390px; height: 226px; left: 0px; z-index: 0; background: url(../images/signature-jewellery-vector-3.png) no-repeat; background-size: 100% 100%; bottom: 0; opacity: 0.4;    z-index: -1;
 } */
.about-section .row{margin: 0; align-items: center;}
.about-section .col-sm-6{padding: 0;}
.about-section .row:nth-child(even) { flex-direction: row-reverse; }
section.about-section .section-heading { padding: 20px 40px; }
.about-btns { padding-top: 10px; }
.about-btns a.theme-btn.btn-black { margin-left: 10px; }
section.about-section.home { padding: 100px 0; }
section.about-section.home .section-heading { display: flex ; align-items: center; padding: 0; flex-wrap: wrap; }
section.about-section.home .section-heading .about-img { width: 40%; padding-right: 30px; }
section.about-section.home .section-heading .default-css { width: 60%; }
section.about-section.home .section-heading .about-img img { width: 100%; border-radius: 15px; } 
section.about-section.home .about-right-img  figure { border-radius: 20px; background: #FFF; box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25); padding: 5px; overflow: hidden; }
section.about-section.home .about-right-img  figure img{ border-radius: 20px; width: 100%; }


/* signature-jewellery-section */
section.signature-jewellery-section { background: #FFF; box-shadow: 0 0 40px 0 rgba(0, 45, 55, 0.30); padding: 30px 150px 30px 0; position: relative;}
section.signature-jewellery-section:before { position: absolute; content: ''; width: 365px; height: 274px; right: 20px; z-index: 0; background: url(../images/signature-jewellery-vector-1.png) no-repeat; background-size: 100% 100%; top: 0; }
section.signature-jewellery-section::after { position: absolute; content: ''; width: 520px; height: 266px; right: 80px; z-index: 0; background: url(../images/signature-jewellery-vector-2.png) no-repeat; background-size: 100% 100%; bottom: 40px; }
section.signature-jewellery-section .row { align-items: center; }
section.signature-jewellery-section .col-sm-6{padding: 0;}
.signature-jewellery-btns { padding-top: 20px; }
.signature-jewellery-img  figure {border-radius: 0 45px 45px 0; overflow: hidden; }
.signature-jewellery-img  figure img{ width: 100%; }
section.signature-jewellery-section .section-heading { padding-left: 80px; }


/* video-call-section  */
section.video-call-section { padding: 40px 0; }
.video-call-row { padding: 100px 0 100px 80px; background-size: cover !important; background-repeat: no-repeat !important; background-position: center; border-radius: 45px; background-color: #FFF; box-shadow: 0 0 45px 0 rgba(0, 45, 55, 0.30); border: 10px solid #fff; }
.video-call-row .sub-heading-title { color: #fff; }
.video-call-row .heading-title { color: #fff; }
.video-call-row .heading-title strong{ color: #fff; }
.video-call-btns { padding-top: 10px; }
.video-call-btns a img { max-width: 32px; margin-left: 5px; filter: brightness(0) invert(1);     margin-top: -5px;}
.video-call-btns a.theme-btn.btn-black:hover { color: #fff; border-color: #ffffff; background: #000; backdrop-filter: blur(5px); }


/* section.gallery-section */
section.gallery-section { padding: 40px 0; position: relative; background-size: cover; background-repeat: no-repeat; }
section.gallery-section .container { max-width: 1700px !important; }
section.gallery-section .section-heading { padding: 30px 0 20px 150px; }
.sub-heading-title { margin-bottom: 10px; color: #5f252f; font-family: "Playfair Display"; font-size: 30px; font-style: normal; font-weight: 400; line-height: 40px; }
.gallery-big-img { margin-right: -90px; border-radius: 15px; overflow: hidden;   }
.gallery-items { height: 100%; align-content: center; position: relative; border-radius: 15px; overflow: hidden; }
.gallery-items figure { height: 100%; }
.gallery-items figure>img { width: 100%; height: 100%; object-fit: cover; }
.gallery-item-parent { position: absolute; bottom: 0; left: 0; right: 0; top: 0; border-radius: 0; background: rgb(125 43 60 / 67%); overflow: hidden; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transition: .3s; transition: .3s ease; }
.gallery-item-text { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0; width: 100%; text-align: center; }
a.example-image-link { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; align-items: center; height: 50px; width: 50px; position: relative; opacity: 0.9; background: #FFF; margin: 0 auto; position: relative; }
.gallery-items:hover .gallery-item-parent { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.lb-nav a.lb-prev,
.lb-nav a.lb-next { opacity: 1 !important; width: 50px !important; height: 50px; top: 50%; position: absolute; transform: translateY(-50%); z-index: 1; }
.lb-nav a.lb-prev { left: 15px !important; }
.lb-nav a.lb-next { right: 15px !important; }
.lb-data .lb-close { background-size: 26px !important; }
.lb-nav { position: static !important; }
.lightbox { position: fixed !important; left: 0; top: 50% !important; transform: translateY(-50%); }
.gallery-slider .owl-nav { text-align: center; padding-top: 30px; }
.gallery-slider.owl-carousel button.owl-prev { left: -10px; }
.gallery-slider.owl-carousel button.owl-next { right: -10px; }
.gallery-items>img { width: 100%; } 

section.new-arrival-section.trending:before { position: absolute; content: ''; width: 175px; height: 334px; right: 10px; z-index: 0; background: url(../images/trending-vector-1.png) no-repeat; background-size: 100% 100%; top: 0; left: auto;}


/* instagram-section */
section.instagram-section { background: #fff; padding: 40px 0; }


/*--- INSTAGRAM-SECTION ----*/
.instagram-box ul { display: flex; align-items: center;  }
.instagram-box ul li { list-style: none; margin: 10px 5px; width: 16.66%; }
.instagram-box ul li figure img{width: 100%;}
.instagram-list { position: relative; }
.instagram-box-center { position: absolute; bottom: 0; left: 0; right: 0; overflow: hidden; width: 100%; height: 100%; transform: scale(0); transition: .3s ease; background: rgb(125 43 60 / 77%); }
.instagram-list:hover .instagram-box-center { transform: scale(1); }
.insta-text { font-size: 20px; font-weight: 600; position: absolute; top: 50%; left: 33%; transform: translate(-50%, -50%); text-align: center; display: flex; align-items: center; }
.insta-text p { margin: 0; color: #fff; }
.insta-text.insta-text-1 { margin: 0; }
.insta-text.insta-text-1 { font-size: 20px; font-weight: 600; position: absolute; top: 50%; left: 67%; transform: translate(-50%, -50%); text-align: center; }
.insta-text figure { margin-right: 10px; }


/* testimonial-section */
section.testimonial-section { padding: 40px  0;    z-index: 1;
background: #FFF2F4;position: relative; }
/* section.testimonial-section:before { position: absolute; content: ''; width: 100%; height: 100%; left: 0px; z-index: 0; background: url(../images/testimonial-vector.png) no-repeat; background-size: 100% 100%; top: 0;    z-index: -1; } */
section.testimonial-section .col-sm-8 { width: 76%; }
section.testimonial-section .col-sm-4 { width: 24%; }
.testimonial-row { margin-top: 35px; }
.client-reviews-box { height: 100%; align-content: center; }
.client-reviews-box .conter { color: #666; font-family: Playfair Display; font-size: 20px; font-style: normal; font-weight: 500; line-height: 40px; margin-bottom: 20px; }
.client-reviews-box .conter strong { color: #5f252f; font-family: Playfair Display; font-size: 60px; font-style: normal; font-weight: 700; line-height: 40px; display: block; }
.client-reviews-box p { color: #666; font-family: Playfair Display; font-size: 30px; font-style: normal; font-weight: 500; line-height: 70px; }
.client-say-box { height: 100%; padding: 0px; position: relative; transition: all 0.6s; border-radius: 20px; background: #FFF;text-align: center; }
.clint-name-parent { display: flex; align-items: center; position: absolute; left: 44px; right: 44px; bottom: 55px; border-top: 1px solid #D9D9D9; padding-top: 40px; justify-content: space-between; }
.client-say-box .clint-name-parent figure {flex-shrink: 0; }
.clients-item-heading h2 { color: #000; font-family: Playfair Display; font-size: 30px; font-style: normal; font-weight: 500; line-height: 38px; margin-bottom: 5px; }
.client-say-box .start-icon img { max-width: 26px; }
.owl-stage { display: flex; }
.owl-item { display: flex; flex: 1 0 auto;} 
.testimonial-slider.owl-carousel .owl-dots { text-align: center; margin-top: 50px; }
.testimonial-slider.owl-carousel .owl-dots .owl-dot { height: 10px; width: 10px; background: rgb(217 217 217 / 50%); border-radius: 50%; margin: 0 3px; }
.testimonial-slider.owl-carousel .owl-dots .owl-dot.active { background: #5f252f; position: relative;margin: 0 8px; }
.testimonial-slider.owl-carousel .owl-dots .owl-dot.active::after { position: absolute; content: ''; border-radius: 50%; left: -5px; right: -5px; top: -5px; bottom: -5px; border: 1px solid #5f252f; }
.testimonial-slider.owl-carousel .owl-nav .owl-next,.testimonial-slider.owl-carousel .owl-nav .owl-prev { background-position: center!important; width: 60px; height: 60px; margin: 0 10px; background-size: 60px !important; }
.testimonial-slider.owl-carousel .owl-nav .owl-prev { background: url(../images/owl-prev.png) no-repeat; }
.testimonial-slider.owl-carousel .owl-nav .owl-next { background: url(../images/owl-next.png) no-repeat; }
.testimonial-slider.owl-carousel .owl-nav .owl-prev:hover { background: url(../images/owl-prev-hover.png) no-repeat; }
.testimonial-slider.owl-carousel .owl-nav .owl-next:hover { background: url(../images/owl-next-hover.png) no-repeat; }
.testimonial-slider.owl-carousel .owl-nav span {display: none;}
.testimonial-slider.owl-carousel { position: inherit; }
.testimonial-slider .owl-nav { display: block !important; position: absolute; top: 190px; right: 152px; margin-top: 0; }
.clients-item-heading { display: flex ; align-items: center; }
.clients-item-heading figure { width: 70px; height: 70px; border: 2px solid #5f252f; text-align: center; border-radius: 50%; margin-right: 10px; overflow: hidden; display: flex ; align-items: center; justify-content: center; color: #fff; font-family: Playfair Display; font-size: 30px; font-style: normal; font-weight: 600; background: #5f252f; }
.clients-item-heading figure img{ width: 100%; }

.client-say-box figure img {
    overflow: hidden;
    object-fit: cover;
    aspect-ratio: 4 / 4;
    width: 100%;
}
.clients-item-name {
    padding: 10px;
}



/*--blog--*/
section.blog-section { padding: 40px 0; }
.blog-row { max-width: 1500px; margin: 0 auto; }
.blog-row .row { justify-content: center; }
.blog-row .col-sm-6 { padding: 20px 30px; }
.blog-main-text { padding: 40px 20px; border-radius: 0 10px 10px 0; border: 1px solid rgba(0, 0, 0, 0.30); background: #FFF; box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.20); }
.blog-main-text h6 { margin-bottom: 20px; color: #414141; font-family: Playfair Display; font-size: 26px; font-style: normal; font-weight: 500; line-height: 34px; border-bottom: 1px solid #D9D9D9; padding-bottom: 20px; }
.blog-main-text h6 a{ color: #414141; }
.blog-info { padding-bottom: 15px; }
.blog-info a { color: #666; font-family: Playfair Display; font-size: 16px; font-style: normal; font-weight: 600; line-height: 26px; }
.read-more-btn a { color: #5f252f; font-family: Playfair Display; font-size: 20px; font-style: normal; font-weight: 500; line-height: 28px; }
.blog-sub-row:hover .blog-info a { color: #414141; }
.blog-sub-row:hover .blog-main-text h6 a{ color: #5f252f; }
.blog-sub-row:hover .read-more-btn a { color: #5f252f; }
.blog-sub-row .col-sm-7 { padding-left: 0; }
.blog-sub-row .col-sm-5 { padding-right: 0; }
.blog-image a img { border-radius:  10px 0px 10px 10px; transition: all 0.6s; overflow: hidden; width: 100%; }
.blog-image:hover a img { transform: scale(1.1); }
.blog-image { overflow: hidden; border-radius:  10px 0px 10px 10px; }


/* footer.footer */
footer.footer-section { padding: 40px 0 0px;  background-size: cover; background-repeat: no-repeat; position: relative;z-index: 1; background: #5f252f; border-top: 5px solid #fff2f4;}
/* footer.footer-section:before { position: absolute; content: ''; width: 100%; height: 280px; left: 0px; z-index: 0; background: url(../images/footer-bgg.png) no-repeat; background-size: 100% 100%; bottom: 0; z-index: -1; } */
.footer-mid { border-top: 1px solid rgb(255 255 255 / 20%); margin-top: 50px; padding-top: 60px; }
.newsletter { max-width: 470px; margin: 0 0 0 auto; }
.footer-section .col-sm-2 { width: 22%; }
.footer-section .col-sm-4 { width: 34%;}
.ftr-logo { padding-bottom: 30px; }
.ftr-logo img {
    filter: brightness(0) invert(1);
}
.ftr-title { margin-bottom: 20px; color: #fff; font-family: Playfair Display; font-size: 24px; font-style: normal; font-weight: bold; line-height: 28px; }
.ftr-item ul li { list-style: none; padding-bottom: 5px; color: #fff; font-family: "Montserrat"; font-size: 18px; font-style: normal; font-weight: 400; line-height: 28px; }
.ftr-item ul li a { color: #fff; }
.ftr-item ul li a:hover { color: #000; }
.ftr-call-now { display: flex ; margin-bottom: 40px; align-items: center; }
.ftr-call-now figure { width: 60px; height: 60px; flex-shrink: 0; margin-right: 15px; border: 1px solid #000; text-align: center; border-radius: 50%; line-height: 53px; }
.footer-section p { color: #fff; font-size: 18px; line-height: 28px;  }
.footer-section p strong{ color: #fff; font-weight: 400; display: block; }
.footer-section p a { color: #fff; }
.footer-section p a:hover { color: #000; }
.ftr-call-row .ftr-call-now:last-child { margin: 0; }
.ftr-social { padding-top: 10px; }
.ftr-social a { display: inline-block; height: 50px; width: 50px; text-align: center; line-height: 42px; transition: all 0.6s; margin: 5px; border-radius: 50%; border: 1px solid #000;background: #000; }
.ftr-social a img { transition: 0.6s; max-width: 25px;filter: brightness(0) invert(1);  }
.ftr-social a:hover img { transition: 0.6s;filter: none;  }
.ftr-social a:hover { border-color: #000;background: #fff; }
.newsletter-form { padding-top: 15px; }
.newsletter-form .medium { display: block !important; height: 60px !important; width: 100% !important; margin: 0 !important; padding: 11px 70px 11px 25px !important; box-shadow: none !important; color: #000 !important; font-family: Playfair Display !important; font-size: 18px !important; font-style: normal !important; font-weight: 400 !important; line-height: 36px !important; border-radius: 45px !important; border: 1px solid #000 !important; background: rgba(255, 255, 255, 0.20) !important; }
.newsletter-form .medium:focus{ box-shadow:none;outline:none !important;}
.newsletter-form .gform_wrapper .gfield { padding: 0 !important; }
.newsletter-form .gform-footer { width: 25% !important; padding-left: 20px !important; }
.newsletter-form input.button.gform_button { display: inline-block !important; cursor: pointer !important; transition: all .6s ease-out; -webkit-transition: all .6s ease-out; -moz-transition: all .6s ease-out; -ms-transition: all .6s ease-out; -o-transition: all .6s ease-out; position: absolute; right: 5px; top: 5px; height: 50px !important; width: 50px !important; background: #000 url(../images/send.png) no-repeat center !important; border-radius: 50% !important; border: none; font-size: 0 !important; margin: 0 !important; background-size: 26px !important; }
.newsletter-form form { position: relative; }
.newsletter-form input.button.gform_button:hover{ background-color: #000000 !important; } 
.newsletter-form .medium::-webkit-input-placeholder { /* Edge */color: #000;opacity: 1;}
.newsletter-form .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #000;opacity: 1;}
.newsletter-form .medium::placeholder {color: #000;opacity: 1;}
.newsletter-form input[type="text"]::-webkit-input-placeholder { /* Edge */color: #000;opacity: 1;}
.newsletter-form input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #000;opacity: 1;}
.newsletter-form input[type="text"]::placeholder {color: #000;opacity: 1;}
.ftr-menu ul { display: flex; align-items: center; justify-content: center; padding: 25px 0; }
.ftr-menu ul li { color: #fff; text-align: center; font-family: "Playfair Display"; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; list-style: none; position: relative; padding: 0 10px; width: 14.64%; }
.ftr-menu ul li::after { position: absolute; content: "/"; top: 50%; right: 0%; transform: translateY(-50%); }
.ftr-menu ul li:last-child:after{ display: none; }
.ftr-menu ul li a { color: #fff; }
.ftr-menu ul li a:hover { color: #000; }
.footer-menu ul li:after { content: "/"; padding: 0 20px; }
.footer-menu ul li:last-child:after { display: none; }
.ftr-copyright { padding: 15px 0; border-top: 1px solid rgb(217 217 217 / 21%); margin-top: 40px; }
.copyright p { margin: 0; color: #fff; }
.copyright p a{   color: #000; }
.copyright p a:hover{   color: #fff; }
.copyright-menu ul { display: flex ; flex-wrap: wrap; justify-content: center; float: right; }
.copyright-menu ul li { list-style: none; color: #666; font-family: "Montserrat"; font-size: 18px; font-style: normal; font-weight: 400; line-height: normal; position: relative; }
.copyright-menu ul li a { color: #fff; }
.copyright-menu ul li a:hover { color: #000; }
.copyright-menu ul li:after { content: "/"; padding: 0 15px;color: #fff; }
.copyright-menu ul li:last-child:after { display: none; }
.ftr-copyright .copyright-content p a:hover{ color: #000; }
footer.footer-section .copyright p a:hover {color: #fff; }
.copyright { display: flex ; align-items: center; justify-content: space-between; }

.modal-backdrop.show { opacity: .9; }
.modal.popup-form button.close {opacity: 1;position: absolute;right: 30px;top: 30px;font-size: 26px;font-weight: normal;color: #fff;cursor: pointer;/* text-shadow: none; */ background: transparent;border: none;}
.modal-body{ padding: 0; }
.popup-form .form-hero { padding: 30px 30px; border-radius: 10px;background: #000; border: 5px solid #FA58CA; }
.modal-dialog { max-width: 630px !important; position: absolute; top: 60px; left: 0; right: 0; transform: none !important; margin: 0px auto 0; width: 95%; }

.modal-content{background: transparent;}


/*----------inner pages CSS-------*/
.inner-banner { position: relative; z-index: 1; background-size: cover; background-repeat: no-repeat; background-position: center; }
.inner-banner::after { content: ''; height: 100%; width: 100%; bottom: 0; right: 0; position: absolute; background: linear-gradient(270deg, rgba(24, 36, 45, 0.00) 0.17%, rgba(24, 36, 45, 0.41) 31.17%, rgba(24, 36, 45, 0.72) 55.21%, rgba(24, 36, 45, 0.00) 99.12%);z-index: -1;  }
.inner-banner>img{width: 100%;}
.caption-absolute { padding: 170px 0; }
.caption-absolute  .heading-title { margin-bottom: 5px;color: #fff }
section.inner-banner .banner-caption { margin: 0 auto; padding: 0; text-align: center; }
.page-nav { position: absolute; bottom: 0; width: 100%; padding: 10px 0; z-index: 1; background: linear-gradient(90deg, rgba(182, 216, 121, 0.00) 22.09%, #B6D879 37.92%, #B6D879 61.68%, rgba(182, 216, 121, 0.00) 76.35%); }
.page-nav ul li { margin: 0px; color: #000; font-family: "Playfair Display"; font-size: 20px; font-style: normal; font-weight: 400; line-height: 28px; list-style: none; text-align: center; }
.page-nav ul li span a{color: #000;}
.page-nav ul li span a:hover, .page-nav ul li span a:hover span, .page-nav ul li span .current-item{color: #000;}
.page-nav ul li span { color: #000; }
section.gallery-section .row { justify-content: center; }
section.gallery-section .col-sm-3 { padding: 15px; }
section.mission-vision-section { padding: 100px 0; background: #f5f5f5; }
section.mission-vision-section .col-sm-6 { padding: 30px; }
section.mission-vision-section .default-css { border-radius: 45px; background-color: #FFF; box-shadow: 0 0 45px 0 rgba(0, 45, 55, 0.30); padding: 50px 50px 30px; height: 100%; }


/* why us section*/
section.why-us-section { padding: 40px 0; }
.why-us-box { display: flex; padding: 20px; }
.why-us-box .policies-icon { margin-right: 15px; }
.why-us-box .policies-content { width: calc(100% - 80px); }
.why-us-box h2 { font-size: 22px; line-height: 28px; margin-bottom: 5px; }


/* contact-section */
section.contact-section { padding-bottom: 40px; background: #f5f2f0; }
.contact-row { border-radius: 4px; box-shadow: 0 0 36.5px rgba(0,0,0,0.18); background-color: #ffffff; padding: 30px 38px 45px; }
section.contact-section .section-heading { padding-right: 50px; border-right: 1px solid #ccc; height: 100%; position: relative; }
section.contact-section .section-heading h2 { font-size: 24px; letter-spacing: 1px; line-height: 30px; color: #222222; font-weight: 500; font-family: "Playfair Display"; margin-bottom: 10px; }
.section-text { position: absolute; left: 0; right: 50px; bottom: -30px; }
.section-text p { color: #222222; font-family: "Playfair Display"; }
.section-text p a { color: #000; font-weight: 500; }
.contact-page-parent { padding-bottom: 80px; }
.contact-info-icon figure { width: 100px; height: 100px; border-radius: 50%; text-align: center; line-height: 93px; background: #FFFFFF; box-shadow: 0px 0px 30px rgba(26, 36, 107, 0.16); margin-right: 30px; }
.contact-info-icon figure img { filter: brightness(0) saturate(100%) invert(21%) sepia(16%) saturate(4521%) hue-rotate(311deg) brightness(90%) contrast(90%); }
.contact-info-icon { display: flex; justify-content: center; }
.contact-address { height: 100%; }
.contact-page-parent .col-sm-4 { padding: 15px; border-right: 1px solid rgba(26, 36, 107, 0.2); }
.contact-page-parent .col-sm-4:last-child {  border-right: none; }
.contact-address p { margin: 0; font-size: 20px; line-height: 28px; }
.contact-address p strong { display: block; font-weight: 600; font-size: 26px; line-height: 34px; color: #30457C; margin-bottom: 10px; }
.contact-info-call-row div { display: block !important; }
.contact-info-call-row a.external-dni { font-family: 'Playfair Display'; font-style: normal; font-weight: 400; font-size: 20px; line-height: 28px; text-transform: capitalize; color: #666666; }
.contact-info-call-row a.external-dni:hover{ color: #5f252f; }


/* form */
.form-hero { position: relative; right: 0; top: 0; width: 100%; padding-left: 55px; }
.b-form-title { color: #000; text-align: center; font-family: Playfair Display; font-size: 30px; font-style: normal; font-weight: 600; line-height: 40px; text-transform: capitalize; margin-bottom: 5px; }
.b-form-title strong , .form-hero .heading-title strong{ color: #5f252f; font-weight: 600; }
.form-hero p { font-weight: 200 !important; color: #000 !important; font-size: 18px !important; line-height: 28px !important; text-transform: unset !important;margin-bottom: 0px !important; }
.form-hero p img { max-width: 24px; }
.form-hero p strong { color: #000; font-weight: 500; text-transform: capitalize; }
.form-hero .gform_wrapper {max-width: 100%!important;margin: 0 !important;padding: 0!important;}
.gform_wrapper .gform_fields {display: -webkit-box;display: -ms-flexbox;display: flex !important;-ms-flex-wrap: wrap;flex-wrap: wrap;grid-column-gap: 0% !important;grid-row-gap: 0px !important;}
.gform_wrapper.gravity-theme .gform_fields {grid-column-gap: 0 !important;grid-row-gap: 0 !important;}
.form-hero .gform_body {margin: 0 -44px;}
.gform_wrapper .gfield {padding: 0 44px 30px;clear: both;text-align: left;width: 100%;margin: 0;}
.gform_wrapper.gravity-theme .ginput_container_address {margin-left: 0 !important;margin-right: 0 !important;}
.gfield--type-address {margin-bottom: 0 !important;}
.gform_wrapper.gravity-theme .ginput_container_address span {padding: 0 10px 12px !important;margin: 0 !important;}
.gform_wrapper.gravity-theme fieldset {margin: 0 !important;}
.gform_wrapper .gfield.gfield--width-full {-webkit-box-flex: 0;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.gform_wrapper .gfield.gfield--width-half {-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.form-hero .gform_wrapper .ginput_container {margin: 0!important;padding: 0;position: relative;}
.gform_wrapper label, .form-hero .gform_wrapper label.gfield_label { font-size: 13px !important; font-family: Playfair Display; font-style: normal; font-weight: 400; line-height: 22px; color: #666; margin: 0 !important; padding-left: 0; }
.gform_wrapper .medium::-webkit-input-placeholder { /* Edge */color: #666;opacity: 1;}
.gform_wrapper .medium:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #666;opacity: 1;}
.gform_wrapper .medium::placeholder {color: #666;opacity: 1;}
.gform_wrapper input[type="text"]::-webkit-input-placeholder { /* Edge */color: #666;opacity: 1;}
.gform_wrapper input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #666;opacity: 1;}
.gform_wrapper input[type="text"]::placeholder {color: #666;opacity: 1;}
.form-hero input.button.gform_button { width: auto !important; height: auto !important; display: inline-block !important; position: relative !important; cursor: pointer !important; transition: all 1s !important; text-align: center !important; font-family: Playfair Display !important; font-size: 18px !important; font-style: normal !important; font-weight: 500 !important; line-height: 30px !important; border-radius: 4px !important; box-shadow: none !important; padding: 10px 30px 12px !important; background: #5f252f !important; bottom: 0px; right: 0; text-transform: uppercase !important; color: #fff !important; border: none !important; margin-top: 20px; }
.form-hero input.button.gform_button:hover {background: #000 !important; color: #fff !important;}
.banner-droupdown .form-hero .gform_wrapper .gfield.gfield--width-half:first-child {flex: 0 0 50%;max-width: 50%;}
.gform_wrapper textarea.medium { height: 115px !important; display: block; min-block-size: inherit !important; }
.gform_wrapper .gform_footer {padding: 0px 0 0 0 !important;margin: 0px 0 0 0px !important;z-index: 1;}
.form-hero .gform_wrapper .ginput_complex select {background:  url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important; padding-left: 5px !important;}
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium { width: 100% !important; padding: 7px 3px 7px 3px !important; -webkit-appearance: none !important; resize: none !important; position: relative !important; height: 40px; transition: all 1s; margin: 0 !important; box-shadow: none !important; color: #666 !important; font-size: 18px !important; font-family: "Playfair Display" !important; font-style: normal !important; font-weight: 400 !important; line-height: 28px !important; border-radius: 0px !important; border: none !important; background: transparent; border-bottom: 1px solid #000 !important; }
.form-hero .gform_wrapper select { background: #f4f9fd url(../images/select-arrow.png) no-repeat right 10px center !important; background-size: 15px !important; }
.form-hero .ginput_container.ginput_container_fileUpload, .form-hero .gform_wrapper.gravity-theme .gform_drop_area { text-align: center; padding: 10px !important; border-radius: 5px !important; background: #f4f9fd !important; box-shadow: none !important; border: 1px solid #ccc !important; }
.form-hero input[type="file"] {display : none;}
.form-hero .button.gform_button_select_files { border: none; display: inline-block; padding: 0; margin-bottom: 2px; color: #FFF; font-family: Playfair Display; font-size: 0; font-style: normal; font-weight: 500; line-height: 0; border-radius: 0; background: transparent; }
.form-hero .button.gform_button_select_files:hover {background-color: transparent;}
.form-hero .ginput_container.ginput_container_fileUpload label {color: #666;font-size: 14px !important;}
.gfield--type-address{ margin-bottom:12px !important;}
.gform_wrapper.gravity-theme .ginput_container_address span { padding: 0 8px 0; }
.gform_wrapper.gravity-theme .gform_drop_area { padding: 10px !important;}
.gfield_checkbox {display: flex;}
.gchoice .gfield-choice-input {margin-top: 5px !important;;border-radius: 50% !important; width: 15px !important;height: 15px !important; border: 1px solid #5f252f !important; background: rgb(217 217 217 / 20%) !important; }
.gchoice .gfield-choice-input:checked{background: url(../images/agree.png) no-repeat !important;background-size: cover !important;}
label.form-check-label strong {color: #5f252f;font-weight: 400;}
label.form-check-label i { font-style: normal; color: #011A43; }
.gchoice .gfield-choice-input::before{ display:none !important; }
.gfield_description.instruction.validation_message { display: none !important; }
.form-hero .gform_wrapper .ginput_container label { width: calc(100% - 15px); }
.popup-form .modal-body { padding: 0; }
.popup-form .modal-content { border-radius: 0; background: transparent; }
.popup-form .form-hero { padding: 45px 45px; }
.gform_validation_errors { display: none !important; }
.form-check-input[type=checkbox] { border-radius: 5px !important; border-color: #ccc !important; background-color: #ffffff; width: 15px; height: 15px; } 
.form-check-input:checked { background-color: #5f252f !important; border-color: #5f252f !important; }
.ginput_container.ginput_container_checkbox label.form-check-label { text-transform: capitalize; }
.ginput_container.ginput_container_fileUpload label { padding: 0;width: 100% !important; }
.ginput_container.ginput_recaptcha { padding-top: 15px !important; }
.gform_wrapper .gfield:last-child { padding-bottom: 0 !important; }


/* contact inner page */
section.contact-section.inn { position: relative; padding: 40px 0; z-index: 1; background: rgb(245 242 240 / 45%); }
section.contact-section.inn:before { position: absolute; content: ''; width: 100%; height: 30%; bottom: 0; left: 0; z-index: -1; background: #fff; }
section.contact-section.inn .section-heading { padding-right: 0; border-right: none; height: 100%; position: relative; padding-bottom: 30px; }
section.contact-section.inn .form-hero { padding-left: 0; }
section.contact-section.inn .contact-row { padding: 30px 58px 45px; max-width: 1167px; margin: 0 auto; }
section.contact-section.inn .section-text { position: relative; text-align: center; bottom: 0; right: 0; padding-top: 30px; }
section.map-section iframe { width: 100%; object-fit: cover; display: block; height: 450px; }

/*--service-detail inner page--*/
section.default-section.inpad {padding: 40px 0;}
section.services-section.nipad {padding-top: 0;}
.blog-detail-left .blog-info { justify-content: left; }
.blog-detail-left .blog-info p { padding: 0 15px; }
.blog-detail-left .blog-info p:first-child { padding-left: 0; }
.blog-detail-left { padding-right: 36px; }
.search-btn.sebtnx { background: #FFF; margin: 0 0 35px; padding: 18px 40px; border: 1px solid #d9d9d9; }
.search-container form {position: relative}
.search-btn button { border: none !important; position: absolute; top: 47%; transform: translateY(-50%); width: 20px; right: 0; height: 20px; background: transparent !important; padding: 0 !important; }
.search-btn button img { filter: brightness(0.5); }
.search-btn button button:hover {cursor: pointer}
.search-container .search-medium::placeholder { color: #666; opacity: 1; /* Firefox */ }
.search-container .search-medium::-ms-input-placeholder { /* Edge 12 -18 */ color: #666; }
.search-container { position: relative; }
.search-container button{ position: absolute; left: 10px; top: 10px; height: 40px; width: 40px; margin: 0; background: url(../images/search.png) no-repeat center !important; border: none; font-size: 0; background-size: 24px !important; padding: 0; }
.search-btn.sebtnx form { position: relative; }
.search-btn.sebtnx .search-medium { padding: 8px 60px 8px 15px; height: 50px; font-size: 18px; line-height: 23px; border-radius: 5px; }
.search-btn.sebtnx button { top: 50%; right: 15px; }
.service-detail-list { background: #FFF; margin: 0 0 35px; padding: 30px 40px; border: 1px solid #d9d9d9; }
.service-detail-list ul li a:hover {color: #5f252f;}
.service-detail-list ul li.active, .service-detail-list ul li:hover {color: #5f252f;}
.service-detail-list ul li.active a, .service-detail-list ul li a:hover {color: #5f252f;}
.service-detail-list ul {padding: 0;margin: 0;}
.service-detail-list ul li {list-style: none;padding: 10px 0;transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;position: relative;}
.service-detail-list ul li a { font-size: 18px; line-height: normal; color: #8c8c9a; font-weight: 400; font-family: Playfair Display; display: block; padding-left: 25px; }
.service-detail-list ul li:last-child {border: none;}
.service-detail-right .service-detail-list:last-child {margin: 0;}
.service-detail-right {padding-left: 50px;}
.services-detail-left h1 { color: #000; font-family: Playfair Display;}
figure.fimgs {margin-bottom: 20px;}
.service-detail-list ul li::after { content: "\f105"; position: absolute; top: 50%; left: 0; background-size: cover; color: #8c8c9a; font-family: 'FontAwesome'; font-size: 16px; font-weight: 600; transform: translateY(-50%); }
.service-detail-list ul li:hover::after, .service-detail-list ul li.active:hover {color: #5f252f;}
.service-detail-list.estimatin-titel {text-align: center;}
figure.fimgs img {border-radius: 4px;background: #FFF;width: 100%;margin-bottom: 0;object-fit: cover;box-shadow: 0px 0px 40px 0px rgba(24, 131, 189, 0.16);}
.service-detail-list-month { color: #5f252f; font-family: Playfair Display; font-size: 18px; font-style: normal; font-weight: 400; line-height: 44px; margin-bottom: 3px; }
.service-detail-list-month.month-2 { position: relative; margin-top: 20px; padding-top: 5px; }
.blog-img-single > figure img { width: 100%; border-radius: 0px; height: 100%; object-fit: cover; }
.blog-img-single > figure { margin-bottom: 20px; padding: 30px; background: #fff; border: 1px solid #d9d9d9; }
.pagination-parent { padding-top: 30px; }
.nav-next a, .nav-previous a { display: inline-block; position: relative; padding: 15px 24px; text-align: center; font-family: Playfair Display; font-size: 18px; font-style: normal; font-weight: 600; line-height: 26px; align-items: center; border-radius: 4px; background: #5f252f; color: #fff; }
.nav-next a:hover, .nav-previous a:hover {background: #000;color: #fff;}
.nav-previous {float: left}
.nav-next {float: right;margin-right: 0;}
.service-detail-right.sticky { position: sticky; top: 170px; right: 0; }
.form-hero .gform_wrapper .ginput_container.ginput_container_checkbox label { padding-left: 9px;}
nav.navigation.post-navigation { margin: 0; max-width: 100%;}

/*------------ woocommerce-CSS---------*/
.woocommerce div.product div.images img {display: inherit!important;}
.woocommerce-product-gallery__image{ text-align:center !important;}
a.added_to_cart.wc-forward {display: block;font-size: 21px;text-decoration: underline;}
a.added_to_cart.wc-forward:hover{color: #5f252f;text-decoration: underline !important;}
a.add_to_cart_button.ajax_add_to_cart.added:after {font-size: 14px;}
.woocommerce ul.products li.product a img {display: inline!important;margin: 0!important;}
.woocommerce ul li .price { color: #000; font-family: 'Playfair Display'; font-size: 18px; font-style: normal; font-weight: bold; line-height: 22px; display: block; margin: 10px 0 15px; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {background: none !important;}
.woocommerce select {background:#fff  url(../images/select-arrow.png) no-repeat right 13px center!important;background-size: 16px !important;}
.woocommerce select { width: auto !important; font-size: 16px !important; padding: 10px 15px 7px 15px !important; -webkit-appearance: none; resize: none; position: relative;   transition: all 1s; margin: 0 !important; color: #666 !important; font-family: 'Playfair Display'; font-style: normal; font-weight: 400; line-height: 28px; border: 1px solid #d9d9d9; border-radius: 5px; }
.woocommerce input[type='text'] { width: auto !important; font-size: 16px !important; padding: 10px 15px 7px 15px !important; -webkit-appearance: none; resize: none; position: relative; transition: all 1s; margin: 0 !important; color: #666 !important; font-family: 'Playfair Display'; font-style: normal; font-weight: 400; line-height: 28px; border: 1px solid #d9d9d9; border-radius: 0 !important; }
.woocommerce-message::before{color: #5f252f !important;}
.woocommerce div.product p.price, .woocommerce div.product span.price { color: #5f252f !important; font-family: 'Playfair Display'; font-size: 20px !important; font-style: normal; font-weight: 600; line-height: 28px; display: block; margin: 7px 0 10px; }
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock { color: #5f252f !important; }
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {width: 100px !important;}
.woocommerce ul#shipping_method li{ background:none !important;padding-left: 0;}
.woocommerce ul.products li.product .button{margin-top:0!important}
.woocommerce ul.products li.product .price del,.woocommerce ul.products li.product .price ins{font-weight:500!important;padding:0 5px}
.woocommerce-error,.woocommerce-info,.woocommerce-message{border-top-color:#5f252f!important;padding:10px 20px 10px 50px!important;    font-family: 'Playfair Display'; font-style: normal; font-weight: 500; font-size: 16px; line-height: 26px; color: #666; margin-bottom: 15px;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { color: #5f252f !important; top: 13px; left: 19px; }
h1.product_title.entry-title{font-size:26px!important;line-height:28px!important;color:#000!important;font-weight:700!important;font-family: 'Montserrat', sans-serif;margin-bottom:11px}
.woocommerce-error a,.woocommerce-info a,.woocommerce-message a{font-weight:400}
.woocommerce-error a:hover,.woocommerce-info a:hover,.woocommerce-message a:hover{color:#000}
.woocommerce .quantity .qty { width: 62px; height: 40px; border-radius: 4px; border: 1px solid #cfc8d8; padding: 5px 10px; font-size: 18px; line-height: 26px; color: #666; font-weight: 400; font-family: 'Playfair Display'; }
.woocommerce form .form-row textarea.input-text { height: 90px; resize: none; }
.product_meta{font-size:18px;line-height:28px;color:#000;font-weight:600;font-family:Playfair Display}
.gform_wrapper.gravity-theme .gfield_label{font-size:18px!important;line-height:28px!important;color:#000!important;font-weight:400!important;font-family:Playfair Display!important}
.product_meta a{font-weight:400;color:#000}
.product_meta a:hover{color:#000}
.woocommerce div.product div.summary form.cart{border-top:2px solid #f5f5f5;padding-top:20px}
span.wopb-wishlist-btn-wrap { display: none !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a{border-radius:4px;background-color:#fff;padding:10px 25px !important;font-size:20px !important;line-height:31px;color:#000!important;font-weight:600;font-family:Playfair Display}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{background-color:#000;color:#fff!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 25px;font-size:20px;line-height:31px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{border:none;display:inline-block;position:relative;z-index:0;border-radius:0;margin:0;padding:0!important}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0;border-bottom:1px solid #b2b2b2}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none}
.woocommerce-Reviews p.woocommerce-noreviews{margin-bottom:10px}
.comment-respond{font-size:18px;line-height:28px;color:#000;font-weight:400;font-family:Playfair Display}
.comment-form label{display:block}
.comment-respond .comment-form textarea{height:100px;resize:none}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{width:100%;height:50px;border-radius:0 !important;background-color:#fff;border:1px solid #c4c4c4; font-size:18px!important;line-height:normal;color:#666;font-weight:400;font-family:Playfair Display!important;padding:10px 15px!important;box-shadow:none!important;}
.woocommerce form .form-row label{line-height:normal}
.woocommerce form .form-row label, .woocommerce-page form .form-row label { display: block; width: 100%; margin-bottom: 5px;color: #000 !important; }
.woocommerce form .password-input,.woocommerce-page form .password-input{width:100%}
a.added_to_cart.wc-forward{display:block;font-size:18px;font-weight:600;font-family:Playfair Display!important}
#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:82px!important;box-shadow:none}
.woocommerce table.shop_table td,.woocommerce table.shop_table th{font-size:18px;line-height:28px;color:#000;font-weight:400;font-family: 'Montserrat', sans-serif;text-align:center}
.woocommerce ul.order_details li{font-size:16px;line-height:26px;color:#000;font-weight:400;font-family:Playfair Display}
.woocommerce ul.order_details li strong{display:block;font-size:18px}
.woocommerce ul.order_details{padding:0}
.woocommerce table.shop_table th{background-color:#5f252f;border-right:1px solid #fff;color:#fff;font-weight:600}
.woocommerce table.shop_table th:last-child{border-right:0}
.woocommerce table.shop_table td a{font-weight:500}
.woocommerce table.shop_table td a:hover{color:#000}
.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:0!important;grid-row-gap:0!important}
.woocommerce table.shop_table td .coupon input.input-text{padding:8px 15px!important;width:170px;height:40px;margin-right:10px!important}
table.shop_table.shop_table_responsive tbody th{text-align:left}
.woocommerce-page .about-page-section .default-css{padding:0}
.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%;-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%;padding:0}
.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{width:48%;-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%;padding:0}
span.woocommerce-input-wrapper{width:100%}
.select2-container--default .select2-selection--single{border-radius:0;height:50px!important;line-height:50px!important;border-color:#c4c4c4!important;border:none!important}
.select2-container--default .select2-selection--single .select2-selection__rendered{width:100%;height:50px;border-radius:0;background-color:#fff;border:1px solid #c4c4c4;font-size:18px!important;line-height:normal;color:#666;font-weight:400;font-family:Playfair Display!important;padding:13px 15px!important;box-shadow:none!important}
.select2-container--default .select2-selection--single .select2-selection__arrow{top:4px;right:11px}
#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:normal}
.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table td,.woocommerce-checkout-review-order table.shop_table.woocommerce-checkout-review-order-table th{text-align:left}
section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td,section.woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th{text-align:left}
.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#a00!important}
.woocommerce form .form-row.woocommerce-invalid label{color:#000!important}
.woocommerce form .form-row textarea{height:80px}
.woocommerce table.shop_table td.product-name,.woocommerce table.shop_table th.product-name{text-align:left}
.woocommerce div.product form.cart .variations th.label label{font-size: 18px; line-height: 22px; color: #131313; font-weight: bold; font-family: "Playfair Display";margin-bottom: 15px;    padding-left: 10px;}
.woocommerce div.product form.cart .variations select{border:1px solid #c4c4c4;border-radius:4px;padding:7px 10px;font-size:18px;line-height:normal;color:#000;-moz-appearance:none!important;-webkit-appearance:none!important;appearance:none!important;box-shadow:none!important;background:url(../images/select.png) no-repeat right 10px center}
.woocommerce div.product form.cart .variations td.value{width:100%;float:none;display:block;margin-bottom:13px}
.woocommerce div.product form.cart .variations th.label{display:block;width:100%;float:none;    line-height: normal;}
.woocommerce table.shop_attributes th{font-size:18px;line-height:normal;color:#000;font-family:Playfair Display}
.woocommerce div.product form.cart .reset_variations{font-size:16px;font-weight:500}
.woocommerce-variation-price{padding-bottom:10px}
.woocommerce-MyAccount-navigation ul li a{color:#000;display:block}
.woocommerce-MyAccount-navigation ul li{list-style:none;font-size: 18px; line-height: 28px; color: #000; font-weight: 500; font-family: "Playfair Display";background:#f5f2f0;border-bottom:1px solid #5f252f;padding:10px 0 10px 15px;margin: 0 !important;}
.woocommerce-MyAccount-navigation ul li.is-active{background:#5f252f;color:#fff}
.woocommerce-MyAccount-navigation ul li.is-active a{color:#fff}
.woocommerce-account .woocommerce-MyAccount-navigation ul{padding-left:0;margin-bottom:0}
.woocommerce-page .about-page-section .default-css .woocommerce{padding-top:10px}
.woocommerce-MyAccount-navigation ul li:last-child{border:none}
address { font-size: 18px; line-height: 28px; color: #000; font-weight: 400; font-family: Playfair Display; }
header.woocommerce-Address-title.title h3, .cart_totals.calculated_shipping h2{font-size:26px}
.woocommerce-additional-fields h3, .woocommerce-billing-fields h3{font-size:26px}
.woocommerce-account .addresses .title .edit { float: none; font-weight: 600; font-size: 18px; position: relative; top: 0; }
.woocommerce-account .addresses .title .edit:hover{color:#000}
td.woocommerce-table__product-name.product-name ul.wc-item-meta{padding-left:0}
legend{font-size:18px;font-weight:500}
ol.flex-control-nav.flex-control-thumbs li{padding:5px 5px}
ol.flex-control-nav.flex-control-thumbs{margin:5px -5px 0!important}
.product-items:hover .shop-btn a.added_to_cart.wc-forward{color:#fff}
ins{text-decoration:none}
.woocommerce-ResetPassword.lost_reset_password {border: 1px solid #d3ced2;padding: 20px;margin:0;text-align: left;border-radius: 5px;}
.woocommerce table.shop_table {border-collapse: collapse;}
.wp-pegination { padding-top: 25px !important; }
.wp-pagenavi a, .wp-pagenavi span { text-decoration: none; border: 1px solid #BFBFBF !important; padding: 0 !important; margin: 5px !important; vertical-align: middle; height: 50px; font-size: 28px !important; display: inline-block; width: 50px; }
.wp-pagenavi a:hover, .wp-pagenavi span.current { border-color: #5f252f !important; background: #5f252f !important; color: #fff; }
.woocommerce nav.woocommerce-pagination ul{border:none;}
.woocommerce nav.woocommerce-pagination ul li{text-decoration: none;border:none;margin: 0;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{text-decoration: none;border: 1px solid #000;padding: 7px 15px; margin: 4px;font-size: 22px;}
.blog-page-section .row {justify-content: center;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
background:#000; color:#1d2a38; border-color: #000;}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {background: none !important;}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {background: none !important;}
.woocommerce-checkout-review-order button.button.alt {line-height: 28px !important;padding: 5px 20px !important;}
.form-row.place-order {align-items: center; display: block;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {width: 100% !important;}
.woocommerce-checkout-review-order ul.wc_payment_methods.payment_methods.methods li {background: no-repeat;padding-left: 0;}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper{margin: 0 -10px;}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {width: 50%;}
.woocommerce form.checkout.woocommerce-checkout .form-row {padding: 3px 10px;}
.newsletter-form .gform_wrapper .gform_footer { position: initial !important;}
.newsletter-form form {position: relative !important;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul li .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .related-product-slider h2.woocommerce-loop-product__title { color: #000; font-family: 'Playfair Display'; font-size: 22px !important; font-style: normal; font-weight: 600; line-height: 26px; margin-bottom: 0 !important; }
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover, .woocommerce ul.products li.product .woocommerce ul.products li.product .woocommerce-loop-category__title:hover, .woocommerce ul li .woocommerce-loop-product__title:hover, .woocommerce ul.products li.product h3:hover { color: #5f252f;  }


/*---------product detail pages CSS-----*/
.select2-container--default .select2-search--dropdown .select2-search__field { width: 100% !important; }
.woocommerce span.onsale { background: #000; min-width: auto; min-height: auto; width: 50px; height: 50px;     display: none;}
.woocommerce-product-gallery__image.flex-active-slide img.zoomImg { width: 100% !important; height: auto !important; max-height: 100%; }
.woocommerce-product-gallery__image img { max-width: 100% !important; height: auto !important; }
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport { height: auto !important; }
.woocommerce div.product div.images .flex-control-thumbs li img{ opacity: 1 !important;width: auto;margin: 0 auto; }
.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs { margin: 11px 0 0 !important; }
.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li { padding: 0; border: 3px solid rgba(223, 223, 223, 0.4); margin-right: 10px; width: 24%; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{display:none;}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{display: none;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { margin: 0 !important; padding: 15px 15px 15px !important; width: 25% !important; text-align: center; }
.woocommerce ul.products li.product .price { font-size: 16px !important; }
.woocommerce .products ul, .woocommerce ul.products { margin: 0 -15px; } 
.summary.entry-summary h4 { font-size: 36px; line-height: 40px; color: #5f252f; font-weight: bold; font-family: "Playfair Display"; }
.product-artist { font-size: 18px; line-height: 22px; color: #000; font-family: "Playfair Display"; margin-bottom: 45px; }
.product-artist strong{ color: #8e8e8e; font-weight: normal; }
.entry.product.type-product.post-276.status-publish.first.instock.product_cat-uncategorized.has-post-thumbnail.featured.shipping-taxable.purchasable.product-type-variable { box-shadow: 0 0 16px rgba(176, 166, 149, 0.36); border-radius: 22px; padding: 50px; }
.custom-product-description { display: inline-block; width: 100%; }
.entry-summary .price { font-size: 32px; line-height: 24px; color: #000000; }
.entry-summary .price .woocommerce-Price-amount.amount { color: #5f252f; }
.woocommerce  div.product div.summary.entry-summary form.cart { border-top: none; }
.product-social-share .label { display: inline; font-size: 18px; line-height: 22px; color: #000000; font-family: "Playfair Display"; }
.social-icons-dtl { display: flex !important; width: auto !important; padding: 0; 
    margin-top: 10px;}
.social-icons-dtl a { display: inline-block; width: 30px; height: 30px; border-radius: 50%; background: #000; text-align: center; line-height: 30px; margin-left: 10px; }
.social-icons-dtl a i { color: #fff; font-size: 16px; }
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs { display: block; }
form.woocommerce-cart-form table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents button.button img { width: auto !important; }
.summary.entry-summary form.variations_form.cart table.variations td.value select { width: 100% !important; height: 59px !important; border-radius: 4px; background-color: rgba(108, 163, 161, 0) !important; border: 2px solid #5f252f !important; font-size: 19px !important; line-height: 24px; color: #131313 !important; font-weight: bold; font-family: "Playfair Display"; background: #fff url(../images/down-arrow.png) no-repeat right 13px center !important; background-size: 16px !important; }
.summary.entry-summary form.variations_form.cart table.variations { width: 50%; margin-right: 20px;    margin-bottom: 0; }
.product.type-product .summary.entry-summary button.single_add_to_cart_button { border-radius: 4px; background-color: #5f252f; font-size: 24px !important; letter-spacing: 1px; line-height: 28px; color: #ffffff; font-weight: bold; font-family: "Playfair Display"; text-align: center; padding: 16px 20px !important; margin-left: 20px; margin-top: 40px; }
.summary.entry-summary .quantity h3.custom-quantity-heading { font-size: 18px; line-height: 25px; color: #131313; font-weight: bold; font-family: "Playfair Display"; margin-bottom: 15px; padding-left: 10px; }
.summary.entry-summary .quantity input.input-text.qty.text { width: 100% !important; height: 59px !important; border-radius: 4px; background-color: rgba(108, 163, 161, 0) !important; border: 2px solid #5f252f !important; font-size: 19px !important; line-height: 24px; color: #131313 !important; font-weight: bold; font-family: "Playfair Display"; }
.summary.entry-summary .quantity { margin: 0 !important;    position: relative; }
.summary.entry-summary .quantity button.qty-btn.minus, .summary.entry-summary .quantity button.qty-btn.plus { opacity: 0.659; font-size: 36px; line-height: 27px; color: #000000; font-weight: 500; font-family: "Playfair Display"; border: none; background: transparent; padding: 0; position: absolute; top: 56px; }
.summary.entry-summary .quantity button.qty-btn.minus{left: 15px;}
.summary.entry-summary .quantity button.qty-btn.plus{right: 15px;}
.summary.entry-summary .quantity input[type=number]::-webkit-outer-spin-button, .summary.entry-summary .quantity input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.summary.entry-summary input[type=number] { -moz-appearance: textfield; }
.product.type-product .summary.entry-summary { padding-left: 60px;    z-index: 11; }
div#custom-subtotal { padding-top: 5px; }
.product.type-product .summary.entry-summary .product-guarantee p { color: #000000; font-family: "Playfair Display"; font-size: 18px; font-weight: 400; }
.product.type-product .summary.entry-summary .product-guarantee { margin-bottom: 34px; }
.woocommerce div.product div.images.woocommerce-product-gallery { position: relative; padding-right: 60px;    z-index: 11;    margin-bottom: 0; width: 100%;}
.product.type-product .summary.entry-summary .product-guarantee p img { padding-right: 10px; position: relative; margin-top: -3px; }
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity .quantity { position: relative; }
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity  .quantity button.qty-btn.minus, tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity  .quantity button.qty-btn.plus { opacity: 0.659; font-size: 20px; line-height: 27px; color: #000000; font-weight: 500; font-family: "Playfair Display"; border: none; background: transparent; padding: 0; position: absolute; top: 16px;display: none; }
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity  .quantity button.qty-btn.minus{left: 15px;}
tr.woocommerce-cart-form__cart-item.cart_item td.product-quantity .quantity button.qty-btn.plus{right: 15px;}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text { border: 1px solid #c4c4c4 !important; }
.woocommerce ul.products li.product .onsale { display: none; }
div#payment .form-row.place-order { display: block; }
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order { float: left; }
.custom-product-description { display: inline-block; width: 100%; background-color: #f5f2f0; padding: 120px 0 60px; position: relative; z-index: 1;    margin-top: -70px; }
.custom-product-description::before, .custom-product-description::after { content: ''; background-color: #f5f2f0; width: 100%; height: 100%; position: absolute; left: -100%; top: 0; z-index: -1; }
.custom-product-description::after { right: -100%; left: auto; }
section.related.products { padding-top: 60px; }
section.related.products h2{ font-size: 39px; line-height: normal; color: #5f252f; font-weight: bold; font-family: "Playfair Display"; margin-bottom: 30px; }
.extra-section { border-radius: 22px; filter: drop-shadow(0 0 16px rgba(176, 166, 149, 0.36)); background-color: #ffffff; position: relative; z-index: 11; padding: 70px 60px; overflow: hidden; }
.woocommerce-product-gallery__wrapper a img.wp-post-image { border: none !important; border-radius: 0 !important; }
.custom-product-description h2 { font-size: 36px; line-height: normal; color: #131313; font-weight: 500; font-family: "Playfair Display"; }
.aws-search-result li.aws_result_item.aws_search_more a { color: #fff; font-weight: 500; background: #5f252f; font-family: "Playfair Display"; font-size: 18px; }
.aws-search-result .aws_result_link { font-weight: 500; font-family: "Playfair Display"; font-size: 14px; color: #5f252f; }
.aws-search-result .aws_result_link a{ color: #5f252f; }
.aws-search-result .aws_result_title{ color: #000 !important; font-weight: 500;}
.aws-search-result .aws_result_price{ font-size: 14px; color: #5f252f; font-weight: 500; }
.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li { padding: 0; border: 3px solid #fff; margin-right: 0; width: 25%; }
.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img { width: 100%; }
.summary.entry-summary .woocommerce-product-details__short-description p { font-weight: 500; font-family: "Playfair Display"; font-size: 18px; color: #000; }
.summary.entry-summary .woocommerce-product-details__short-description p img{margin-right: 5px;}

ul.flex-direction-nav li { display: block !important; width: auto !important; padding: 4px 8px 0 !important; }
ul.flex-direction-nav li a.flex-prev{ background: url(../images/prev-arrow.png) no-repeat!important; }
ul.flex-direction-nav li a.flex-next{ background: url(../images/next-arrow.png) no-repeat!important; }
ul.flex-direction-nav li a { font-size: 0; width: 45px; height: 15px; display: inline-block; }
.extra-section ul.flex-direction-nav { margin: 0; justify-content: right; }

.woocommerce div.product div.images .woocommerce-product-gallery__trigger { background: #5f252f !important; right: 70px !important; } .best-seller-section.inn ul.products.columns-4 { margin-top: 27px; } 
.woocommerce table.shop_table th a { color: #fff; } 
.wp-pagenavi { text-align: center; } 
.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true]{ display: block !important;clip-path: none !important;    overflow: visible;    height: auto; left: auto; margin: 0; position: relative; top: 2px; width: auto; } 
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img.emoji { width: 20px !important; } 
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img.emoji { width: 20px !important; margin: 0 auto !important; } 
.select2-container .select2-dropdown, .select2-container .select2-selection { border-color: #c4c4c4 !important;border-radius: 0 !important; } 
.summary.entry-summary .woocommerce-product-details__short-description ul { display: block; margin: 0 0 15px; } 
.summary.entry-summary .woocommerce-product-details__short-description ul li { display: block; width: 100%; padding: 0; margin: 0px 0 8px; background: url(../images/check-mark.png) no-repeat !important; font-size: 18px; line-height: 28px; color: #000; font-weight: 500; font-family: "Playfair Display"; padding-left: 27px; background-position: 0 4px !important; }
section.best_sellers_product { padding: 50px 0; }
.product-box ul { display: flex ; flex-wrap: wrap; margin: 0 -10px; }
.product-box ul li { list-style: none; padding: 15px 10px; text-align: center;    width: 25%; }
.woocommerce nav.woocommerce-pagination ul li { text-decoration: none; border: none !important; margin: 0 !important; }
ul.page-numbers{border:none !important;margin-top: 20px;}
ul.page-numbers li{text-decoration: none;border:none;margin: 0;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { text-decoration: none !important; border: 1px solid #000; padding: 3px 15px 10px !important; margin: 4px !important; font-size: 22px !important; line-height: 20px !important; }
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current { background: #5f252f !important; color: #fff !important; border-color:#5f252f !important; }
span.wopb-quick-btn-wrap { display: none; }
span.wopb-compare-btn-wrap { display: none; }
nav.woocommerce-breadcrumb { display: none; }
.content-area { padding: 50px 0; }
.al_product_filters { display: flex; justify-content: space-between; }
.al_product_filters .woocommerce-notices-wrapper { display: none; }
span.wopb-wishlist-text { display: none !important; }
span.wopb-wishlist-btn-wrap { display: none !important; }
.storeFeatures { padding-top: 15px; }
.storeFeatures svg path { fill: #5f252f; }
.single_add_to_cart_button { margin-left: 10px !important; }
div#sidebar { display: none; }
.wp-element-button { position: relative; padding: 11px 30px 14px; text-align: center; font-family: Playfair Display; font-size: 18px; font-style: normal; font-weight: 400; line-height: 22px; border-radius: 45px; display: inline-block; background: #5f252f; color: #fff; min-height: auto !important; border: none; }
.wp-element-button:hover { color: #fff; border-color: #ffffff; background: rgb(51 87 95); backdrop-filter: blur(5px); }
td.wc-block-cart-item__image { padding-left: 0 !important; }
td.wc-block-cart-item__total { padding-right: 0 !important; }
.wc-block-cart table.wc-block-cart-items { margin-bottom: 0 !important; }
.wc-block-components-sidebar-layout { margin-bottom: 0 !important; }
.sellers_product-left .wp-block-heading, .sellers_product-left .wp-block-search__label { color: #000;font-family: 'Playfair Display'; font-size: 24px; font-style: normal; font-weight: 600; line-height: 28px; margin-bottom: 10px !important; position: relative; display: inline-block;width: auto; }
.sellers_product-left .widget_block ul li.active, .sellers_product-left .widget_block ul li:hover {color: #5f252f;}
.sellers_product-left .widget_block ul li a, .sellers_product-left .widget_block ul li a {color: #373737;}
.sellers_product-left .widget_block ul {padding: 0;margin: 0;}
.sellers_product-left .widget_block ul li { list-style: none; padding: 10px 0; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out; position: relative; border-bottom: 1px solid #D9D9D9; color: #5f252f; font-size: 16px; line-height: normal; font-weight: 400; font-family: 'Playfair Display';}
.sellers_product-left .widget_block ul li a { color: #373737; display: block; padding-right: 10px; display: inline; }
.sellers_product-left .widget_block ul li:last-child {border: none;}
section.all_pages { padding: 50px 0; }
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 { display: none; }
section#block-4 { padding-bottom: 30px; }
.al-related-product-wrapper { padding-top: 50px; }
.related-product-slider .item { width: 100%; text-align: center; }
.related-product-slider .item img { margin-bottom: 10px; }
.related-product-slider .owl-nav.disabled { display: block !important; text-align: center; margin-top: 20px; }
.related-product-slider .owl-nav.disabled button { margin: 0 10px; }
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit { float: none !important; margin: 10px 0 0 !important; }



@media (min-width: 1200px) {
/*------------- mega menu ---------------*/
.menu-top-menu-container {position: relative}
.mega-menu {position: inherit!important}
.mega-menu .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;right: 0;border-radius: 0 0 10px 10px;box-shadow: 0 0 5.5px rgb(5 5 5 / 20%);background-color: #fff;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 15px!important;background: transparent !important;border-bottom: none;text-transform: inherit !important;float: none;}
.mega-menu ul.sub-menu li a {background: transparent !important;color: #000 !important;}
.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #000!important;}
.navbar-collapse .menus-top-menu-container>ul li.mega-menu ul.sub-menu li {position: relative;padding-left: 30px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li a {background: transparent !important;color: #000 !important;padding: 3px 10px 3px 15px;padding-left: 0 !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover a {background: transparent !important;color: #000!important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li::before {content: "";font-size: 18px;color: #000;font-family: 'FontAwesome';left: 0;position: absolute;top: 2px;background: url(../images/exterior-painting-icon.png) no-repeat;height: 22px;width: 22px;background-size: 22px;filter: brightness(0);}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:hover::before {filter: none;transition: 0.6s;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li:last-child:before {display: block;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img {width: 27% !important;padding: 0 !important;margin: 0 0 0 0 !important;float: right;position: absolute !important;top: 25px;right: 25px;bottom: 34px;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu ul.sub-menu li.mega-menu-img::before {display: none;}
.mega-menu .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);}

/*------------- mega menu2 CSS---------------*/
.mega-menu2 {position: inherit!important}
.mega-menu2 .hover_mega_menu {visibility: hidden;position: absolute;margin-top: 0;width: 100%;border-radius: 0 0 10px 10px;left: 15px;margin-left: 0px;right: 0;box-shadow: 0 0 5.5px rgba(5, 5, 5, 0.20);background-color: #fff !important;box-sizing: border-box;z-index: 999;opacity: 0;-webkit-transition: all .4s ease 0s;-o-transition: all .4s ease 0s;transition: all .4s ease 0s;-webkit-transform: rotateX(90deg);-moz-transform: rotateX(90deg);-ms-transform: rotateX(90deg);transform: rotateX(90deg);-webkit-transform-origin: top center;-ms-transform-origin: top center;transform-origin: top center;padding: 25px 25px 25px 25px;}
.mega-menu2:hover>.hover_mega_menu {visibility: visible;opacity: 1;-webkit-transform: rotateX(0);-moz-transform: rotateX(0);-ms-transform: rotateX(0);transform: rotateX(0)}
.mega-menu2 .hover_mega_menu ul.sub-menu {position: relative;width: auto;top: 0;opacity: 1;overflow: visible;transform: inherit;transform-origin: inherit;visibility: inherit;column-count: 3;border: none;border-radius: 0;box-shadow: none;transition: inherit;margin: 0;transform: rotateX(0deg);left: 0;}
.mega-menu2 ul.sub-menu li {-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;counter-increment: brick-counter;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;margin-right: 0px!important;background: transparent !important;border: none;float: none;}
.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #000!important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a {padding: 2px 0 !important;margin-left: 0px !important;font-weight: 600;}
.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #000!important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li {position: relative;padding-left: 0 !important;margin-left: 0px !important;text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a {background: transparent !important;color: #000 !important;padding: 3px 10px 3px 15px;padding-left: 26px !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children>a {padding: 5px 0 !important;margin-left: 0px !important;font-weight: 700;color: #000 !important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a:hover {background: transparent !important;color: #000!important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li a::after {color: #000!important;top: 21px;display: none;}

/* .navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {opacity: 1 !important;visibility: visible !important;position: relative;background: transparent;box-shadow: none;padding: 0;transform: rotateX(0deg);padding-left: 0px;padding-bottom: 0;}*/

.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a {padding-left: 14px !important;padding-top: 6px !important;font-weight: 400;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu a:hover {color: #000!important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li {position: relative;padding-left: 0 !important;text-transform: inherit !important;float: none;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu li {padding-left: 15px !important;width: 100%;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li::before {content: "";font-size: 18px;color: #000;font-family: 'FontAwesome';left: 0;position: absolute;top: 5px;background: url(../images/favicon.png) no-repeat;height: 22px;width: 22px;background-size: 22px;filter: brightness(0);}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children::before {display: none;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children ul.sub-menu li a:hover {color: #000!important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li:hover::before {filter: none;transition: 0.6s;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li .hover_mega_menu {opacity: 1 !important;visibility: visible !important;position: relative;background: transparent;box-shadow: none;padding: 0;transform: rotateX(0deg);padding-left: 0px;left: 0;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li .hover_mega_menu ul.sub-menu {column-count: 1;}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu2 .hover_mega_menu ul li a {text-transform: inherit !important;}
.navbar-collapse .menu-top-menu-container > ul > li.mega-menu .hover_mega_menu ul li a {text-transform: inherit !important;}
.contact-detail-menu {border-radius: 4px;display: inline-block;width: 100%;padding: 20px 20px 20px;background: #F3F9FF;overflow: hidden;margin: 20px 0 0;text-align: left;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li.menu-item-has-children a:hover {color: #000!important;}
.navbar-collapse .menu-top-menu-container>ul li.mega-menu2 ul.sub-menu li ul.sub-menu {margin-left: 0px;margin-top: 0;left: 0 !important;border-bottom: none;left: 0;}

}

@media (min-width:1200px) {
.container {max-width: 1180px !important;}
}
@media (min-width:1300px) {
.container {max-width: 1270px !important;}
}
@media (min-width:1400px) {
.container {max-width: 1360px !important;}
}
@media (min-width:1500px) {
.container {max-width: 1440px !important;}
}
@media (min-width:1600px) {
.container {max-width: 1600px !important;}
}
@media (min-width:1700px) {
.container {max-width: 1600px !important;}
}



@media (max-width: 1899px) {


}

@media (max-width: 1699px) {
.container { max-width: 100% !important; padding: 0 40px; }
.header-logo { padding-left: 20px; }
.nav-tools { padding-right: 5px; }
footer.footer-section:before { width: 100%; height: 180px; }
.ocassion-big-img .heading-title { bottom: 10px; padding: 0 20px; font-size: 40px; line-height: 52px; margin-bottom: 10px; }
.heading-title { margin-bottom: 25px; font-size: 50px; line-height: 58px; }

	
}
@media (max-width: 1599px) {
.search-container { max-width: 230px; }


}
@media (max-width: 1499px) {
h1 {font-size: 30px;line-height: normal;}
h2 {font-size: 28px;line-height: normal;}
h3 {font-size: 26px;line-height: normal;}
h4 {font-size: 24px;line-height: normal;}
h5 {font-size: 22px;line-height: normal;}
h5 {font-size: 20px;line-height: normal;}
.product-items h4 { margin-bottom: 10px; font-size: 18px; line-height: 22px; }
.price { margin-bottom: 15px; font-size: 18px; line-height: 22px; }
.add_to_cart_button, .woocommerce button.button, .woocommerce a.button { padding: 7px 15px !important; border: none !important; font-size: 16px !important; line-height: 26px !important; }
.add_to_cart_button img, .woocommerce button.button img, .woocommerce a.button img { max-width: 20px; }
.add_to_cart_button img, .woocommerce button.button img, .woocommerce a.button img { max-width: 25px; }
.nav-tools .search-container input { padding: 6px 20px 8px 10px !important;  height: 40px; font-size: 16px; } 
.aws-container .aws-search-form .aws-form-btn { height: 40px !important; width: 40px !important; } 
.default-section { padding: 60px 0; } 
.product.type-product .summary.entry-summary { padding-left: 40px; } 
.woocommerce div.product div.images.woocommerce-product-gallery { padding-right: 40px; } 
.summary.entry-summary h4 { font-size: 30px; line-height: 36px; } 
.entry-summary .price { font-size: 26px; } 
.woocommerce div.product div.images .woocommerce-product-gallery__trigger { right: 50px !important; }
.nav-next a, .nav-previous a { padding: 12px 20px; font-size: 17px; line-height: 24px; }
.search-btn.sebtnx { margin: 0 0 30px; padding: 12px 25px; }
.load-more-button { margin-top: 20px; }
.header-logo { padding-left: 0; }
.nav-tools { padding-right: 0; }
.nav-div a img { max-width: 18px;margin-top: -5px; }
.nav-div a { padding: 0 8px; }
.search-medium { padding: 5px 30px 8px 15px; height: 35px; font-size: 15px; line-height: 18px; }
.fa-search { right: 10px; top: 8px; height: 18px; width: 18px; background-size: 18px; }
.header-top-text p { font-size: 16px; line-height: 22px; }
.header-section { padding: 7px 0; }
.search-container { max-width: 200px; }
.container { max-width: 100% !important; padding: 0 30px; }
.heading-title { margin-bottom: 20px; font-size: 50px; line-height: 56px; }
.ftr-title { margin-bottom: 15px; font-size: 20px; line-height: 20px; }
.ftr-logo { padding-bottom: 20px; }
.footer-section p { font-size: 16px; line-height: 24px; }
.ftr-social a { height: 40px; width: 40px; line-height: 30px; margin: 2px; }
.ftr-social a img { max-width: 19px; }
.ftr-item ul li { padding-bottom: 5px; font-size: 16px; line-height: 24px; }
.copyright-menu ul li { font-size: 16px; }
.ftr-copyright { padding: 10px 0; margin-top: 20px; }
footer.footer-section:before { height: 130px; }
footer.footer-section { padding: 35px 0 140px; }
a.theme-btn { padding: 9px 25px 13px; font-size: 16px; line-height: 20px; }
.our-collection-section { padding: 70px 0; }
.our-collection-section::after { width: 194px; height: 198px; top: -1%; }
.our-collection-section:before { width: 194px; height: 198px; top: -1%; }
.our-collection-section .col-sm-3 { padding: 20px; width: 33.33%; }
.our-collection h2 { font-size: 26px; margin-bottom: 15px; }
section.shop-ocassion-section { padding: 70px 0; }
.shop-ocassion .product-items h4 { font-size: 18px; line-height: 24px; }
.pricing { margin: 10px 0; font-size: 17px; line-height: 18px; }
.wp-element-button { padding: 10px 20px 13px !important; font-size: 16px; line-height: 18px; }
.wc-block-components-sidebar-layout .wc-block-components-main { padding-right: 1.528302% !important; }
.ocassion-big-img .heading-title { bottom: 10px; padding: 0 20px; font-size: 35px; line-height: 50px; margin-bottom: 10px; }
section.shop-ocassion-section .section-heading { padding-bottom: 10px; }
.best-seller-slider h4 { font-size: 20px; }
.pricing { margin: 10px 0; font-size: 17px; line-height: 20px; }
section.best-seller-section { padding: 70px 0 70px 50px; z-index: 1; }
section.best-seller-section:before { width: 154px; height: 118px; left: 20px; z-index: -1; opacity: 0.2; }
.heading-title { margin-bottom: 20px; font-size: 40px; line-height: 48px; }
.owl-carousel button.owl-prev, .owl-carousel button.owl-next { width: 40px; height: 40px; }
    .best-seller-slider .owl-nav { max-width: 95px; right: 0px; top: -53px; }
.best-seller-slider { padding-top: 10px; }
section.about-section:before { width: 265px; height: 184px; right: 20px; }
section.about-section::after { width: 310px; height: 166px; }
section.about-section .section-heading { padding: 20px 20px; }
section.about-section { padding: 70px 0; }
.signature-jewellery-btns { padding-top: 5px; }
section.video-call-section { padding: 80px 0; }
.video-call-btns a img { max-width: 27px; margin-left: 5px; }
.sub-heading-title { margin-bottom: 10px; font-size: 24px; line-height: 30px; }
section.gallery-section { padding: 50px 0; }
section.gallery-section .section-heading { padding: 20px 0 10px 100px; }
.gallery-big-img { margin-right: -70px; }
section.instagram-section { padding: 70px 0; }
.new-arrival-section { padding: 70px 0; }
.new-arrival-row ul li { padding: 10px; width: 25%; }
.new-arrival-row ul { margin: 0 -10px; }
.new-arrival-btns a.theme-btn.btn-red { margin-right: 10px; }
.new-arrival-btns { padding-top: 10px; }
section.testimonial-section:before { opacity: 0.3; }
section.testimonial-section { padding: 70px 15px 70px 60px; }
.client-reviews-box .conter strong { font-size: 50px; line-height: 60px; }
.client-reviews-box .conter { font-size: 18px; line-height: 35px; margin-bottom: 15px; }
.client-reviews-box p { font-size: 23px; line-height: 34px; }
section.testimonial-section .col-sm-4 { width: 17%; }
section.testimonial-section .col-sm-8 { width: 83%; }
.clients-item-heading figure { width: 60px; height: 60px; border: 1px solid #5f252f; margin-right: 10px; font-size: 24px; }
.clients-item-heading h2 { font-size: 26px; line-height: 32px; margin-bottom: 5px; }
.clint-name-parent { left: 25px; right: 25px; bottom: 25px; padding-top: 20px; }
.client-say-box { padding: 28px 25px 145px; }
.testimonial-row { margin-top: 15px; }
.testimonial-slider .owl-nav { top: 110px; right: 15px; }
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev { width: 50px; height: 50px; margin: 0 10px; background-size: 50px !important; }
.caption-absolute { padding: 140px 0; }
section.mission-vision-section { padding: 70px 0; }
section.mission-vision-section .col-sm-6 { padding: 25px; }
section.mission-vision-section .default-css { padding: 40px 50px 25px; }
section.why-us-section { padding: 70px 0; }
.contact-info-icon figure { width: 80px; height: 80px; line-height: 73px; margin-right: 20px; }
.contact-info-icon figure img { max-width: 40px; }
.contact-address p strong { font-size: 22px; line-height: 24px; margin-bottom: 10px; }
.contact-address p { font-size: 18px; line-height: 26px; }
section.contact-section.inn { padding: 50px 0; }
.contact-page-parent { padding-bottom: 60px; }
.gform_wrapper .gfield { padding: 0 20px 25px; }
.form-hero .gform_body { margin: 0 -20px; }
section.map-section iframe { height: 370px; }
.form-hero input.button.gform_button { font-size: 17px !important; line-height: 30px !important; padding: 8px 24px 10px !important; margin-top: 15px; }
section.contact-section .section-heading h2 { font-size: 20px; letter-spacing: normal; line-height: 25px; margin-bottom: 10px; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul li .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .related-product-slider h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    line-height: 22px;
}
.woocommerce ul li .price {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 11px;
}
.sellers_product-left .wp-block-heading, .sellers_product-left .wp-block-search__label {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px !important;
}
.sellers_product-left .widget_block ul li {
    padding: 8px 0;
    font-size: 16px;
}
section.best_sellers_product {
    padding: 40px 0;
}
.content-area {
    padding: 40px 0;
}
.woocommerce select {
    font-size: 16px !important;
    padding: 6px 12px 6px 15px !important;
    line-height: 28px;
}
h1.product_title.entry-title {
    font-size: 24px !important;
    line-height: 25px !important;
    margin-bottom: 11px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 19px !important;
    line-height: 24px;
    margin: 7px 0 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 8px 15px 13px !important;
    font-size: 18px !important;
    line-height: 20px !important;
}
.al-related-product-wrapper {
    padding-top: 30px;
}




}
@media (max-width: 1399px) {
.product.type-product .summary.entry-summary { padding-left: 30px; }
.product.type-product .summary.entry-summary button.single_add_to_cart_button { font-size: 20px !important; }



}

@media (max-width: 1299px) {
.product.type-product .summary.entry-summary { padding-left: 0; }
.woocommerce div.product div.images.woocommerce-product-gallery { padding-right: 20px; }
.woocommerce div.product div.images .woocommerce-product-gallery__trigger { right: 30px !important; }
.nav-tools .search-container {
    max-width: 200px;
}
.product-box ul li {
    padding: 15px 10px;
    width: 33.33%;
}
.related-product-slider .owl-nav {
    text-align: center;
    padding-top: 20px;
}
.related-product-slider .owl-nav button {
    margin: 0 5px;
}




}
@media (max-width: 1199px) {
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; } 
.product-items h4  { margin-bottom: 10px; font-size: 16px; line-height: 18px; } 
.price { margin-bottom: 12px; font-size: 15px; line-height: 18px; }
.add_to_cart_button, .woocommerce button.button, .woocommerce a.button { padding: 5px 11px !important; border: none !important; font-size: 15px !important; line-height: 24px !important; } 
.add_to_cart_button img, .woocommerce button.button img, .woocommerce a.button img { max-width: 23px; } 
.best-seller-btns { padding-top: 10px; } 
p { font-size: 16px; line-height: 22px; margin-bottom: 10px; }
a.example-image-link { height: 40px; width: 40px; } 
.form-hero .gform_wrapper input[type="text"], .form-hero .gform_wrapper textarea, .form-hero .gform_wrapper select, .form-hero .gform_wrapper .medium { padding: 7px 3px 7px 3px !important; font-size: 16px !important; line-height: 28px !important; } 
.gform_wrapper .gfield { padding: 0 10px 15px; }
.form-hero .gform_body { margin: 0 -10px; } 
.gform_wrapper textarea.medium { height: 95px !important; } 
.form-hero input.button.gform_button { font-size: 15px !important; line-height: 24px !important; padding: 7px 20px !important;} 
.nav-next a, .nav-previous a { padding: 11px 20px; font-size: 16px; line-height: 22px; }
.search-btn.sebtnx { margin: 0 0 25px; padding: 9px 20px; }
.service-detail-list ul li a { font-size: 16px; padding-left: 15px; }
.service-detail-list ul li::after { font-size: 14px; }
.service-detail-list ul li { padding: 7px 0; }
.blog-detail-left .blog-info p { padding: 0 15px; margin: 0; }
.load-more-button { margin-top: 10px; }
.ginput_recaptcha {transform:scale(0.77) !important;-webkit-transform:scale(0.77) !important;transform-origin:0 0 !important;-webkit-transform-origin:0 0 !important;}
.wp-pagenavi a, .wp-pagenavi span { margin: 4px !important; height: 40px; font-size: 22px !important; width: 40px; }
h1 {font-size: 26px;line-height: normal;}
h2 {font-size: 24px;line-height: normal;}
h3 {font-size: 22px;line-height: normal;}
h4 {font-size: 20px;line-height: normal;}
h5 {font-size: 18px;line-height: normal;}
h6 {font-size: 16px;line-height: normal;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { padding: 13px; margin: 1em 0; } 
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { height: 40px; font-size: 16px !important; padding: 7px 15px !important; } 
.woocommerce ul.products li.product .price { font-size: 18px; line-height: 20px; } 
.summary.entry-summary h4 { font-size: 24px; line-height: 30px; } 
.product-artist { font-size: 16px; line-height: 20px; margin-bottom: 22px; } 
.entry-summary .price { font-size: 22px; }
.summary.entry-summary .quantity h3.custom-quantity-heading { font-size: 18px; line-height: 25px; margin-bottom: 7px; padding-left: 0; } 
.woocommerce div.product form.cart div.quantity { width: 40%; } 
.summary.entry-summary .quantity input.input-text.qty.text { height: 45px !important; font-size: 16px !important; line-height: 20px; } 
.summary.entry-summary .quantity button.qty-btn.minus, .summary.entry-summary .quantity button.qty-btn.plus { font-size: 26px; line-height: 26px; top: 42px; } 
.product.type-product .summary.entry-summary button.single_add_to_cart_button { font-size: 18px !important; line-height: 28px; padding: 10px 10px !important; margin-left: 10px; margin-top: 32px; } .summary.entry-summary .woocommerce-product-details__short-description p { font-size: 16px; } 
.summary.entry-summary .woocommerce-product-details__short-description p img { margin-right: 5px; width: 17px; margin-top: -4px; } 
.woocommerce div.product div.summary form.cart { padding-top: 10px; margin-bottom: 16px; } 
.custom-product-description h2 { font-size: 26px; } 
section.related.products h2 { font-size: 26px; margin-bottom: 15px; } 
.custom-product-description { padding: 100px 0 30px; } 
section.related.products { padding-top: 30px; } 
.summary.entry-summary form.variations_form.cart table.variations td.value select { height: 45px !important; font-size: 16px !important; line-height: 20px; background-size: 14px !important; padding: 7px 15px 7px 13px !important; } 
.extra-section { padding: 30px 20px; } 
.summary.entry-summary form.variations_form.cart table.variations { margin-right: 10px; margin-bottom: 0; } 
.woocommerce div.product form.cart .variations th.label label { font-size: 18px; line-height: 25px; margin-bottom: 7px; padding-left: 0; }
.woocommerce table.shop_table td .coupon input.input-text { padding: 7px 10px !important; height: 35px; } 
.woocommerce table.shop_table td, .woocommerce table.shop_table th { font-size: 16px; line-height: 22px; } 
.select2-container--default .select2-selection--single .select2-selection__rendered { height: 40px; font-size: 16px !important; padding: 9px 15px !important; } 
.woocommerce-additional-fields h3, .woocommerce-billing-fields h3 { font-size: 22px; } 
.woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 10px 15px 10px 40px !important; font-size: 16px; margin-bottom: 10px; } 
.default-css ul li, .default-css ol li { font-size: 16px; line-height: 22px; margin: 0 0 5px; } 
.select2-container--default .select2-selection--single .select2-selection__arrow { top: -4px; right: 10px; }
.woocommerce ul.order_details li { margin-right: 10px; padding-right: 10px; } 
.woocommerce ul.order_details li strong { display: block; font-size: 15px; } 
.woocommerce ul.order_details li { font-size: 15px; line-height: 22px; } 
.woocommerce ul.order_details { margin: 0 0 1em; } 
address { font-size: 16px; line-height: 22px; } 
.summary.entry-summary .woocommerce-product-details__short-description ul li { margin: 0px 0 8px; font-size: 16px; line-height: 22px; padding-left: 23px; background-position: 0 3px !important; background-size: 17px !important; }
.container { padding: 0 20px; }
.header-top { justify-content: right; border-radius: 0; background: transparent; backdrop-filter: inherit; padding: 0 70px 0 0; }
.header-top-text p { font-size: 14px; line-height: 20px; }
.header-top-text { padding-bottom: 7px; position: relative; border-bottom: 1px solid rgb(0 0 0 / 42%); margin-bottom: 10px; }
.header-section .col-sm-2 { width: 30%; }
.header-section .col-sm-10 { width: 70%; }
.header-section .header-logo img { max-width: 180px; }
.search-container { max-width: 230px; margin-right: 20px; }
.default-css ul li { background-position: 0 4px; padding-left: 19px; background-size: 16px; }
.default-css ul, .default-css ol { margin-bottom: 15px; }
.default-section { padding: 40px 0; }
a.theme-btn { padding: 7px 20px 10px; font-size: 15px; line-height: 20px; }
.carousel-indicators [data-bs-target] {width: 10px !important;height: 10px !important;margin: 2px;border-radius: 10px;}
.carousel-indicators .active { background-color: #000 !important;width: 20px !important; }
.logo-slider h3 { font-size: 18px; }
.logo-lists .item{padding: 3px;border-radius: 10px; }
section.logo-section { padding-top: 20px; }
.logo-lists figure img{ border-radius: 10px; }	
.logo-lists .item figure::after { border-radius: 10px; }
.our-collection-section { padding: 40px 0; }
.our-collection-section::after, .our-collection-section:before {display: none;    }
.our-collection-section .col-sm-3 { padding: 10px; width: 33.33%; }
.our-collection h2 { font-size: 20px; margin-bottom: 15px; }
section.shop-ocassion-section { padding: 40px 0; }
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { font-size: 16px !important; }
.wc-block-components-totals-wrapper { border-top: 1px solid hsla(0, 0%, 7%, .11); padding: 11px 0 !important; }
.wc-block-components-title.wc-block-components-title { font-size: 18px !important; }
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] { font-size: 14px !important;height: 40px !important; }
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label { font-size: 14px !important; }
.wc-blocks-components-select .wc-blocks-components-select__select { font-size: 14px !important; }
.wc-block-components-form .wc-block-components-checkout-step { margin: 0 0 25px !important; }
.wc-block-components-order-summary .wc-block-components-order-summary-item__description { padding-bottom: 10px !important; padding-left: 18px !important; padding-right: 7px !important; }
.wc-block-components-order-summary .wc-block-components-order-summary-item { font-size: 12px !important; padding-bottom: 1px; padding-top: 6px !important; }
.wc-block-components-sidebar { padding-left: 1.264151% !important; }
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator { padding-top: 25px !important; }
.ocassion-big-img .heading-title { bottom: 10px; padding: 0 10px; font-size: 26px; line-height: 36px; margin-bottom: 0px; }	
.shop-ocassion .product-items h4 { font-size: 16px; line-height: 20px; }
.pricing { margin: 7px 0; font-size: 15px; line-height: 18px; }
.heading-title { margin-bottom: 15px; font-size: 34px; line-height: 42px; }
section.about-section { padding: 40px 0; }
section.about-section:before { width: 175px; height: 94px; right: 10px; }
section.about-section::after { width: 180px; height: 106px; }
.about-btns a.theme-btn.btn-black { margin-left: 5px; }
section.video-call-section { padding: 40px 0; }
.sub-heading-title { margin-bottom: 10px; font-size: 20px; line-height: 26px; }
.video-call-btns a img { max-width: 21px; margin-left: 3px; }
.video-call-row { padding: 70px 0 70px 30px; border-radius: 45px; border: 6px solid #fff; }
.gallery-slider .owl-nav { padding-top: 15px; }
.gallery-big-img { margin-right: -50px; }
section.gallery-section .section-heading { padding: 0px 0 0px 50px; }
.owl-carousel button.owl-prev, .owl-carousel button.owl-next { width: 35px; height: 35px; }
section.gallery-section { padding: 30px 0; }
section.instagram-section { padding: 40px 0; }
section.best-seller-section { padding: 40px 0 40px 0px; }
.new-arrival-section { padding: 40px 0; }
.best-seller-slider h4 { font-size: 18px; }
section.testimonial-section:before {display: none;}
section.testimonial-section { padding: 40px 0px; }
section.testimonial-section .section-heading { text-align: center; }
section.testimonial-section .col-sm-4 { width: 100%; text-align: center; padding-bottom: 20px; }
section.testimonial-section .col-sm-8 { width: 100%; }
.testimonial-row { margin-top: 0; }
.client-reviews-box .conter { font-size: 16px; line-height: 15px; margin-bottom: 5px; margin-top: -10px; }
.client-reviews-box .conter strong { font-size: 35px; line-height: 40px; display: inline; }
.client-reviews-box p { font-size: 19px; line-height: 26px; }
.clients-item-heading h2 { font-size: 20px; line-height: 28px; margin-bottom: 0px; }
.clients-item-heading figure { width: 50px; height: 50px; border: 1px solid #5f252f; margin-right: 10px; font-size: 20px; }
.client-say-box .start-icon img { max-width: 19px; }
.quta-icon figure img { max-width: 40px; }
.testimonial-slider.owl-carousel .owl-nav .owl-next, .testimonial-slider.owl-carousel .owl-nav .owl-prev { width: 40px; height: 40px; margin: 0 5px; background-size: 40px !important; }
.testimonial-slider .owl-nav { top: 0; right: 0; position: relative; left: 0; margin: 20px auto 0; text-align: center; }
.clint-name-parent { left: 15px; right: 15px; bottom: 15px; padding-top: 10px; }
.client-say-box { padding: 18px 15px 95px; }
.caption-absolute { padding: 90px 0; }
section.mission-vision-section .col-sm-6 { padding: 15px; }
section.mission-vision-section .default-css { padding: 25px 20px 20px; border-radius: 15px; }
section.mission-vision-section { padding: 40px 0; }
.why-us-box .policies-icon img { max-width: 50px; }
.why-us-box .policies-icon { margin-right: 10px; }
.why-us-box h2 { font-size: 18px; line-height: 24px; margin-bottom: 5px; }
.why-us-box { padding: 10px; }
section.why-us-section { padding: 40px 0; }
.contact-page-parent { padding-bottom: 30px; }
.contact-info-icon figure { width: 65px; height: 65px; line-height: 62px; margin-right: 10px; }
.contact-info-icon figure img { max-width: 35px; }
.contact-address p strong { font-size: 20px; line-height: 22px; margin-bottom: 5px; }
.contact-address p { font-size: 16px; line-height: 22px; }
.contact-info-call-row a.external-dni { font-size: 18px; line-height: 24px;  } section.contact-section.inn { padding: 40px 0; }
section.contact-section .section-heading h2 { font-size: 18px; line-height: 20px; margin-bottom: 10px; }
section.contact-section.inn .contact-row { padding: 30px 38px 35px; }
section.map-section iframe { height: 290px; }
section#block-4 {
    padding-bottom: 20px;
}
    .sellers_product-left .wp-block-heading, .sellers_product-left .wp-block-search__label {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px !important;
    }
    .sellers_product-left .widget_block ul li {
        padding: 7px 0;
        font-size: 15px;
    }
        .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul li .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .related-product-slider h2.woocommerce-loop-product__title {
        font-size: 18px !important;
        line-height: 20px;
    }
        .woocommerce ul li .price {
        font-size: 15px;
        line-height: 18px;
        margin: 8px 0 11px;
    }
        section.best_sellers_product {
        padding: 25px 0;
    }
.wc-block-product-filter-price-slider .text input[type=text] {
    max-width: 60px !important;
    font-size: 15px !important;
    padding: 5px 5px 7px 5px !important;
    line-height: 20px !important;
}
    .woocommerce select {
        font-size: 15px !important;
        padding: 3px 12px 6px 10px !important;
        line-height: 22px;
    }
    .content-area {
        padding: 30px 0;
    }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 2px 10px 10px !important;
    margin: 3px !important;
    font-size: 18px !important;
    line-height: 17px !important;
}
    h1.product_title.entry-title {
        font-size: 20px !important;
        line-height: 20px !important;
        margin-bottom: 8px;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 18px !important;
        line-height: 22px;
        margin: 7px 0 8px;
    }
        .woocommerce .al-product-metatagcat form.cart div.quantity {
        width: auto !important;
    }
.woocommerce .quantity .qty {
    width: 62px;
    height: 34px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
}
.woocommerce div.product form.cart {
    margin-bottom: 1em;
}
.product_meta {
    font-size: 16px;
    line-height: 24px;
}
.storeFeatures svg {
    width: 26px;
}
.storeFeatures {
    padding-top: 10px;
}
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 6px 10px 10px !important;
        font-size: 16px !important;
        line-height: 18px !important;
    }
        .al-related-product-wrapper {
        padding-top: 20px;
    }
.wopb-compare-wrapper .wopb-no-product:not(.wopb-sidebar) {
    font-size: 26px !important;
    line-height: 34px !important;
    padding-bottom: 71px !important;
}
.wopb-compare-wrapper .wopb-no-product:not(.wopb-sidebar) .wopb-no-product-text {
    padding: 71px 0 20px !important;
    max-width: 395px;
}
.wopb-compare-wrapper .wopb-no-product:not(.wopb-sidebar) .wopb-retun-shop {
    font-size: 16px !important;
    padding: 13px 20px !important;
}

	
}
@media (max-width: 1024px) {
.footer-section .col-sm-4 { width: 100%; text-align: center; }
.footer-section .col-sm-2 { width: 100%; text-align: center; }
.ftr-logo img { max-width: 200px; }
.ftr-logo { padding-bottom: 10px; }
.ftr-title { font-size: 16px; line-height: 18px; background: #5f252f; color: #fff; padding: 7px 0 10px; margin: 5px 0; }
.ftr-item ul li { font-size: 14px; display: block; padding: 4px 0 6px; border-bottom: 1px solid hsl(347.56deg 48.81% 32.94% / 20%); line-height: 16px; }
.ftr-item ul li:last-child{border: none;}
.footer-section p { font-size: 14px; line-height: 22px; }
.ftr-social { padding: 5px 0 15px; }
.copyright-menu ul li { font-size: 14px; display: block; padding: 4px 0 6px; border-bottom: 1px solid hsl(347.56deg 48.81% 32.94% / 20%); line-height: 16px; }
.ftr-copyright .col-sm-6:first-child { width: 100%; text-align: center; order: 2; }
.ftr-copyright .col-sm-6:last-child { width: 100%; text-align: center; order: 1; }
.copyright-menu ul { display: block; float: none; }
.copyright { padding-top: 5px; display: block; }
.ftr-copyright { padding: 0; margin-top: 0; border-top: 1px solid hsl(347.56deg 48.81% 32.94% / 20%); }
footer.footer-section:before { height: 70px; }
footer.footer-section { padding: 30px 0 70px; }
.copyright-menu ul li:after {display: none;}
.col-sm-2.policies {
    display: none;
}



}
@media (max-width: 991px) {
.summary.entry-summary form.variations_form.cart table.variations td.value select { height: 45px !important; font-size: 14px !important; line-height: 20px; background-size: 13px !important; padding: 7px 10px 7px 13px !important; background-position: center right 8px !important; }
.about-section .col-sm-6 { width: 100%; }
section.about-section .section-heading { padding: 10px 0 30px; }
.about-img { max-width: 500px; margin: 0 auto; }
section.why-us-section .row { justify-content: center; }
section.why-us-section .col-md-4 { width: 50%; padding: 10px; }


}
@media (max-width: 900px) {
section.shop-ocassion-section .col-sm-5 { width: 100%; }
section.shop-ocassion-section .col-sm-7 { width: 100%; }
.ocassion-big-img { max-width: 500px; margin: 0 auto 20px; }
section.gallery-section .col-sm-4 { width: 100%; display: none; }
section.gallery-section .col-sm-8 { width: 100%; }
section.gallery-section .section-heading { padding: 0; text-align: center; }




}
@media (max-width: 812px) {
.product-items h4  { margin-bottom: 8px; font-size: 15px; line-height: 18px; }
.price { margin-bottom: 12px; font-size: 15px; line-height: 18px; }
.add_to_cart_button, .woocommerce button.button, .woocommerce a.button { padding: 5px 10px !important; border: none !important; font-size: 14px !important; line-height: 22px !important; }
.add_to_cart_button img, .woocommerce button.button img, .woocommerce a.button img { max-width: 20px; }
p { font-size: 14px; line-height: 20px; margin-bottom: 10px; }
.nav-next a, .nav-previous a { padding: 10px 15px; font-size: 15px; line-height: 20px; }
h1 {font-size: 22px;line-height: normal;}
h2 {font-size: 21px;line-height: normal;}
h3 {font-size: 20px;line-height: normal;}
h4 {font-size: 18px;line-height: normal;}
h5 {font-size: 16px;line-height: normal;}
h6 {font-size: 15px;line-height: normal;}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea { height: 36px; padding: 7px 15px !important; font-size: 14px !important; } 
.select2-container--default .select2-selection--single .select2-selection__rendered { height: 36px; font-size: 14px !important; padding: 7px 15px !important; } 
.woocommerce select { font-size: 15px !important; padding: 9px 12px 7px 12px !important; line-height: 20px; }
.woocommerce ul.products li.product .price { font-size: 15px; line-height: 20px; } 
.extra-section { padding: 15px 15px; } 
.summary.entry-summary .quantity input.input-text.qty.text { height: 42px !important; font-size: 14px !important; line-height: 19px; } 
.summary.entry-summary h4 { font-size: 20px; line-height: 26px; } 
.entry-summary .price { font-size: 18px; } .woocommerce div.product div.summary form.cart { padding-top: 0; } 
.woocommerce div.product div.images.woocommerce-product-gallery { padding-right: 0; } 
.woocommerce div.product div.summary { margin-bottom: 1em; } 
.custom-product-description { padding: 30px 15px 30px; margin-top: 40px; overflow: hidden; } 
.product.type-product .summary.entry-summary button.single_add_to_cart_button { font-size: 15px !important; letter-spacing: 0; } 
section.related.products h2 { font-size: 22px; margin-bottom: 10px; } 
.woocommerce table.shop_table td, .woocommerce table.shop_table th { font-size: 14px; line-height: 20px; } 
.woocommerce input[type='text'] { font-size: 14px !important; padding: 10px 15px 7px 15px !important; line-height: 22px; } 
.woocommerce-additional-fields h3, .woocommerce-billing-fields h3 { font-size: 20px; } 
.woocommerce-error, .woocommerce-info, .woocommerce-message { padding: 10px 15px 10px 40px !important; font-size: 14px; line-height: 20px; } 
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { top: 12px; left: 17px; } 
.default-css ul li, .default-css ol li { font-size: 14px; line-height: 20px; margin: 0 0 3px; }
.default-css ul li { background-position: 0 3px; padding-left: 17px; background-size: 14px; }
.default-css ul, .default-css ol { margin-bottom: 10px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: -4px; right: 10px; } 
.woocommerce ul.order_details li { font-size: 14px; line-height: 20px; } 
.woocommerce ul.order_details li strong { display: block; font-size: 14px; } 
address { font-size: 15px; line-height: 23px; } .woocommerce div.product div.images .woocommerce-product-gallery__trigger { right: 15px !important; } 
.summary.entry-summary .quantity button.qty-btn.minus, .summary.entry-summary .quantity button.qty-btn.plus { font-size: 26px; line-height: 26px; top: 39px; } 
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { padding: 15px 15px 15px; } 
.summary.entry-summary .woocommerce-product-details__short-description ul li { margin: 0px 0 4px; font-size: 14px; line-height: 20px; padding-left: 21px; background-position: 0 3px !important; background-size: 15px !important; }     
.container { padding: 0 15px; }
.header-top-text p { font-size: 13px; line-height: 20px; }
.header-section .header-logo img { max-width: 150px; }
.nav-div a img { max-width: 15px; margin-top: -5px; }
.nav-div a { padding: 0 5px; } 
.search-container { max-width: 210px; margin-right: 10px; }
.header-top { padding: 0 55px 0 0; }
.heading-title { margin-bottom: 10px; font-size: 28px; line-height: 34px; }
a.theme-btn { padding: 7px 20px 10px; font-size: 15px; line-height: 20px; }
.our-collection figure { border-radius: 10px; }
.our-collection h2 { font-size: 17px; margin-bottom: 11px; }
.ocassion-big-img .heading-title { bottom: 10px; padding: 0 10px; font-size: 20px; line-height: 30px; margin-bottom: 0px; width: 100%; }
.shop-ocassion .product-items h4 { font-size: 15px; line-height: 20px; }
.pricing { margin: 5px 0; font-size: 14px; line-height: 16px; }
.new-arrival-btns a.theme-btn.btn-red { margin-right: 4px; }
.best-seller-slider h4 { font-size: 16px; }
.best-seller-box figure { margin-bottom: 10px; border-radius: 10px; }
.owl-carousel button.owl-prev, .owl-carousel button.owl-next { width: 30px; height: 30px; }
.best-seller-slider .owl-nav { max-width: 70px; top: -42px; }
section.best-seller-section:before {display: none;  }
.client-reviews-box .conter strong { font-size: 25px; line-height: 30px; display: inline; }
.client-reviews-box .conter { font-size: 14px; line-height: 15px; margin-bottom: 5px; margin-top: -5px; }
.client-reviews-box p { font-size: 17px; line-height: 22px; }
section.testimonial-section .col-sm-4 { width: 100%; text-align: center; padding-bottom: 10px; }
.clients-item-heading h2 { font-size: 18px; line-height: 24px; margin-bottom: 0px; }
.caption-absolute { padding: 70px 0; }
.why-us-box .policies-icon img { max-width: 40px; }
.why-us-box h2 { font-size: 16px; line-height: 22px; margin-bottom: 5px; }
.contact-address p strong { font-size: 18px; line-height: 20px; margin-bottom: 5px; }
.contact-info-icon { display: block; text-align: center; }
.contact-info-icon figure { margin: 0 auto 10px; }
section.contact-section .section-heading h2 { font-size: 16px; line-height: 20px; margin-bottom: 6px; }
.gform_wrapper textarea.medium { height: 75px !important; }
section.contact-section.inn .contact-row { padding: 20px 20px 20px; }
section.map-section iframe { height: 220px; }
.contact-info-call-row a.external-dni { font-size: 16px; line-height: 20px; }
.sellers_product-left .widget_block ul li a {
    padding-right: 6px;
}
    .sellers_product-left .widget_block ul li {
        padding: 6px 0;
        font-size: 14px;
    }
        .sellers_product-left .wp-block-heading, .sellers_product-left .wp-block-search__label {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 6px !important;
    }
        .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul li .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .related-product-slider h2.woocommerce-loop-product__title {
        font-size: 16px !important;
        line-height: 18px;
    }
        .woocommerce ul li .price {
        font-size: 14px;
        line-height: 18px;
        margin: 8px 0 11px;
    }
    h1.product_title.entry-title {
        font-size: 18px !important;
        line-height: 20px !important;
        margin-bottom: 8px;
    }
        .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 17px !important;
        line-height: 20px;
        margin: 7px 0 8px;
    }
    .storeFeatures svg {
    width: 22px;
}


}
@media (max-width: 768px) {
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 { float: none; width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { width: 100%; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product { width: 50%; float: none; clear: both; margin: 0; }
.woocommerce .products ul, .woocommerce ul.products { margin: 0 -15px 0 -6px; }
.product.type-product .summary.entry-summary { padding-top: 20px; }
.woocommerce .quantity .qty { width: 50px; height: 34px; padding: 5px 3px; font-size: 16px; line-height: 22px; }
.cart-collaterals .wc-proceed-to-checkout { padding-bottom: 0; }
.cart-collaterals .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward { margin-bottom: 0; }
.add_to_cart_button, .woocommerce button.button, .woocommerce a.button { padding: 6px 10px 7px !important; border: none !important; font-size: 14px !important; line-height: 22px !important; }
.woocommerce ul.order_details li { margin-right: 10px; padding-right: 10px; margin-bottom: 10px; }
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads { margin-bottom: 1em; }
nav.woocommerce-MyAccount-navigation { margin-bottom: 20px; }
section.hero-section { display: none; }
section.hero-section.mobile { display: block !important; padding-top: 15px; }
section.logo-section { padding-top: 15px; }
.carousel-indicators { margin-bottom: 10px; }
.sub-heading-title { margin-bottom: 10px; font-size: 18px; line-height: 22px; }
.video-call-row { padding: 40px 0 40px 15px; border-radius: 25px; border: 6px solid #fff; }
.logo-slider h3 {font-size: 16px;}
section.mission-vision-section .col-sm-6 { padding: 10px; }
section.mission-vision-section .default-css { padding: 15px 15px 15px; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 49% !important;
}
    .wopb-compare-wrapper .wopb-no-product:not(.wopb-sidebar) .wopb-no-product-text {
        padding: 40px 0 15px !important;
        max-width: 325px !important;
    }
    .wopb-compare-wrapper .wopb-no-product:not(.wopb-sidebar) {
        font-size: 22px !important;
        line-height: 26px !important;
        padding-bottom: 40px !important;
    }





}
@media (max-width: 767px) {



}
@media (max-width: 700px) {
.woocommerce ul.order_details li { margin-right: 0; padding-right: 0; margin-bottom: 10px; width: 100%; border-bottom: 1px dashed #cccc; border-right: 0; padding-bottom: 10px; }
.new-arrival-section:before {display: none;}
.new-arrival-row ul li { width: 50%; }
section.best_sellers_product .col-sm-3 {
    width: 100%;
    order: 2;
}
section.best_sellers_product .col-sm-9 {
    width: 100%;
    order: 1;
}
    .content-area .col-sm-3 {
    width: 100%;
    order: 2;
}
    .content-area .col-sm-9 {
    width: 100%;
    order: 1;
}






}
@media (max-width: 600px) {
section.best-seller-section .section-heading { text-align: center; }
.best-seller-slider .owl-nav { max-width: 70px; top: 0; margin: 10px auto 0; position: relative; }
.best-seller-slider .owl-item:nth-child(even) .best-seller-box figure img { aspect-ratio: 3 / 4; }
.contact-page-parent .col-sm-4 { padding: 10px; border-right: 1px solid rgba(26, 36, 107, 0.2); width: 50%; }
.contact-page-parent .row{justify-content: center;}
.contact-page-parent .col-sm-4:nth-child(2) { border-right: none; }

	

}
@media (max-width: 575px) {
.woocommerce form.woocommerce-ordering { float: none; width: 100%; } 
.woocommerce .woocommerce-result-count { float: none; } 
.woocommerce select { width: 100% !important; } 
.woocommerce input[type='text'] { width: 47% !important; }
.container { padding: 0 12px; }
.heading-title { margin-bottom: 10px; font-size: 24px; line-height: 26px; }
footer.footer-section:before { height: 50px; }
footer.footer-section { padding: 30px 0 55px; }
.header-section .col-sm-2 { width: 100%; }
.header-section .col-sm-10{ width: 100%; padding: 0; }
.header-section { padding: 0; }
.header-top-text { padding: 5px 0 7px; margin-bottom: 0; }
.header-logo { padding: 10px 0; }
.header-top { padding: 10px 15px; border-top: 1px solid rgb(0 0 0 / 42%); justify-content: space-around; }
.header-section .header-logo img { max-width: 140px; }
.logo-slider h3 { font-size: 16px; }
.our-collection-section .col-sm-3 { padding: 5px; }	
.video-call-btns { padding-top: 0; }
.video-call-row { padding: 20px 0 20px 15px; border-radius: 25px; border: 3px solid #fff; }
.best-seller-slider h4 { font-size: 15px; }
.pricing { margin: 4px 0; font-size: 13px; line-height: 14px; }
.caption-absolute { padding: 60px 0; }
section.why-us-section .col-md-4 { width: 100%; padding: 10px; }
    .product-box ul li {
        padding: 15px 10px;
        width: 50%;
    }
.al_product_filters {
    display: block;
}
    .header-top-text p {
        font-size: 12px;
        line-height: 18px;
    }




}
@media (max-width: 525px) {
.shop-ocassion ul li { width: 50%; }


}
@media (max-width: 480px) {
.gform_wrapper .gfield.gfield--width-half { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } 
.form-hero input.button.gform_button { font-size: 15px !important; line-height: 24px !important; padding: 7px 20px !important; position: relative !important;bottom: 10px; } 
.gform_wrapper .gform_footer { margin: 15px 0 0 0px !important; } 
.ginput_container.ginput_recaptcha { padding-top: 0 !important; }
.our-collection-section .col-sm-3 { width: 50%; }
.woocommerce-message a.button.wc-forward {
    display: inherit;
    float: none;
    margin-top: 10px;
}


}
@media (max-width: 420px) {
    


}



