/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

html {
    scroll-behavior: smooth;
}
body{
    background-color: #111111;
    color: #CCCCCC;
    font-size: 14px;
    font-weight: 400;
    font-family: "Jura", sans-serif;
}
::selection {
    -webkit-text-fill-color: #000;
    color: #000;
    background: #D9B773;
}

* {
    box-sizing: border-box;
}
ul {
    list-style-type: none;
}
ul,p {
    padding: 0;
    margin: 0;
}
svg, img {
    vertical-align: middle;
}
a {
    text-decoration: none;
}
.p-mb-2 p:not(:last-child) {
    margin-bottom: 16px;
}
.p-mb-2 a,
.shop-banner a {
    color:inherit;
    text-decoration:none;
    position:relative;
    color: #ccc;
    font-size: 16px;
    font-weight: 500;
}
.p-mb-2 a::after,
.shop-banner a::after {
    content: "";
    position:absolute;
    left:0;
    background:#ccc;
    height:1px;
    width:0;
    bottom:-2px;
    transition: width 350ms linear;
}
.p-mb-2 a:hover::after,
.shop-banner a:hover::after {
    width:100%;
}
.theme-header-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.header-menu-container {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.theme-header-wrapper > .suffix-nav {
    display: flex;
    align-items: center;
}
.theme-header-wrapper .nav-items {
    padding: 0;
    display: flex;
    column-gap: 24px;
    list-style-type: none;
    justify-content: center;
    width: 100%;
}
.theme-header-wrapper .header-action-container {
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: end;
}
.theme-header-wrapper .header-logo img {
    max-width: 260px;
}
.theme-header-wrapper a{
    color: #ccc;
    text-transform: uppercase;
    position: relative;
}
.theme-header-wrapper .header-action a {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.cart-count {
    height: 18px;
    width: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -9px;
    right: -12px;
    background: #FFD889;
    border-radius: 50%;
    color: #111;
}
.header-action-container .wishlist-btn-menu {
    margin-right: 12px;
}
.header-action-container .action-button:hover svg{
    fill: #FFD889 !important;
}
.header-action-container .action-button.svg-path:hover svg {
    fill: transparent !important;
}
.header-action-container .action-button.svg-path:hover svg path{
    stroke: #FFD889;
}
nav>.nav-items li,
.account-menu-wrapper .sub-menu > li {
    position: relative;
}
nav>.nav-items li a,
.account-menu-wrapper .sub-menu > li a {
    transition: color 300ms linear;
    font-weight: 500;
    font-family: "Jura", Sans-serif;
    font-size: 16px;
}
.account-menu-wrapper .sub-menu > li a {
    font-size: 14px;
}
nav>.nav-items li::after,
.account-menu-wrapper .sub-menu > li::after {
    content: "";
    position: absolute;
    bottom:-1px;
    background-color: #FFD889;
    height: 1.6px;
    transition: width 300ms linear;
    width: 0;
    left: 0;
}
nav>.nav-items li.nav-menu.active::after,
nav>.nav-items li.nav-menu:hover::after,
.account-menu-wrapper .sub-menu > li:hover::after,
.account-menu-wrapper .sub-menu > li.active::after {
    width: 100%;
}
nav>.nav-items li.nav-menu.active a,
nav>.nav-items li.nav-menu:hover a,
.account-menu-wrapper .sub-menu > li:hover a,
.account-menu-wrapper .sub-menu > li.active a {
    color: #FFD889;
}

.responsive-menu-trigger {
    position: relative;
    z-index: 99;
    flex-direction: column;
    width: 23px;
    height: 18px;
}
.responsive-menu-close {
    position: relative;
}
.responsive-menu-trigger::before,
.responsive-menu-trigger::after,
.responsive-menu-close::after,
.responsive-menu-close::before {
    content: "";
}
.responsive-menu-trigger::before,
.responsive-menu-trigger span,
.responsive-menu-trigger::after,
.responsive-menu-close::after,
.responsive-menu-close::before {
    background: #ccc;
    height: 2px;
    width: 23px;
    border-radius: 2px;
    transition: all 300ms linear;
    position: absolute;
}
.responsive-menu-trigger::before,
.responsive-menu-close::before {
    top: 0;
}
.responsive-menu-trigger span {
    top: 50%;
    transform: translateY(-50%);
}
.responsive-menu-trigger::after,
.responsive-menu-close::after {
    bottom: 0;
}
.responsive-menu-trigger.active::before,
.responsive-menu-close::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.responsive-menu-trigger.active span {
    opacity: 0;
}
.responsive-menu-trigger.active::after,
.responsive-menu-close::after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}
.offcanvas-menu-background {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 99;
    display: none;
    opacity: 0;
    transition: opacity 400ms linear 0.4s;
}
.offcanvas-menu-background.active {
    display: block;
    opacity: 1;
}
.single.single-product .single_add_to_cart_button {
    font-family: "Jura", Sans-serif !important;
    position: relative !important;
    padding: 7px 15px !important;
    background-color: #D9B773 !important;
    color: #151515 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    display: block !important;
    height: 42px !important;
    border: 1px solid #D9B773 !important;
}
.single.single-product .single_add_to_cart_button:hover {
    color: #ccc !important;
    border: 1px solid #ccc !important;
}
.single.single-product .single_add_to_cart_button::before {
    background: #151515 !important;
}
.single.single-product .single_add_to_cart_button:hover::before {
    height: 100%;
}
.offcanvas-menu-wrapper {
    position: fixed;
    width: 400px;
    z-index: 99;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 400ms linear;
    background: #222;
    left: 0;
    top: 0;
    padding: 20px;
    overflow-y: auto;
}
/* Firefox scrollbar */
@-moz-document url-prefix() {
    .offcanvas-menu-wrapper {
        scrollbar-width: thin;
        scrollbar-color: #ccc #333;
    }
}
/* WebKit Browsers */
.offcanvas-menu-wrapper::-webkit-scrollbar {
    width: 6px;
}

.offcanvas-menu-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #333;
    border-radius: 10px;
}

.offcanvas-menu-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.offcanvas-menu-wrapper::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.offcanvas-menu-wrapper.active {
    transform: translateX(0);
}
.offcanvas-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #333;
}
.offcanvas-menu-header > img {
    max-width: 200px;
    vertical-align: middle;
}
.offcanvas-menu-header > a {
    width:20px;
    height: 20px;
}
.offcanvas-menu-body nav.mobile-nav li {
    margin-top: 20px;
    width: fit-content;
}
.offcanvas-menu-body nav.mobile-nav li > a {
    font-size: 14px;
    width: fit-content;
}
.offcanvas-menu-body nav.mobile-nav li > a:hover {
    color: #FFD889;
}

.offcanvas-menu-body nav.mobile-nav ul {
    padding: 24px 0 34px 0;
    border-bottom: 1px solid #333;
    display: block;
}
.offcanvas-menu-body .mobile-account-action {
    padding: 24px 0;
    border-bottom: 1px solid #333;
}
.offcanvas-menu-body .mobile-account-action a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    width: fit-content;
}
.offcanvas-menu-body .mobile-account-action a:not(:last-child) {
    margin-bottom: 20px;
}
.offcanvas-menu-body .mobile-account-action a .account-icon {
    width: 36px;
    height: 36px;
    border-radius: 4%;
    position: relative;
    border:1px solid #333;
}
.offcanvas-menu-body .mobile-account-action a .account-icon svg {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: transparent;
}
.offcanvas-menu-body .mobile-account-action a:hover {
    color:#FFD889
}
.offcanvas-menu-body .mobile-account-action a:hover svg path{
    stroke: #FFD889;
}
.offcanvas-menu-body .mobile-social-icons svg {
    width: 20px;
    height: 20px;
    fill: #ccc;
}
.offcanvas-menu-body .mobile-social-icons a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #353535;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.offcanvas-menu-body .mobile-social-icons ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 24px 0;
}
.offcanvas-menu-body .mobile-social-icons a:hover {
    background-color: #FFD889;
}
.offcanvas-menu-body .mobile-social-icons a:hover svg {
    fill: #151515;
}
.mobile-menu-wrapper {
    display: none;
}
.account-menu-wrapper {
    position: relative;
}
.account-menu-wrapper .sub-menu {
    /* display: none; */
    position: absolute;
    bottom: -125px;
    left: -120px;
    background: #222;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
    padding: 12px;
    width: 150px;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    z-index: 998;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease-in-out;
}
.account-menu-wrapper .action-button:hover + .sub-menu,
.account-menu-wrapper .sub-menu:hover {
    visibility: visible;
    opacity: 1;
}
.account-menu-wrapper .sub-menu > li {
    width: fit-content;
}
.account-menu-wrapper .sub-menu > li:not(:last-child) {
    margin-bottom: 12px;
}
@media screen and (max-width: 1100px) {
    .theme-header-wrapper {
        grid-template-columns: 1fr 2fr 1fr;
    }
}
@media screen and (max-width: 991px) {
    .theme-header-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
    .sticky-header .elementor-element.elementor-element-a22e2e1 > .elementor-widget-container {
        padding: 0 !important;
    }
    .mobile-menu-wrapper {
        display: block;
    }
    .theme-header-wrapper nav.suffix-nav,
    .theme-header-wrapper nav.prefix-nav {
        display: none;
    }
    .header-menu-container {
        margin-left: 0;
        justify-content: start;
    }
    .account-menu-wrapper .sub-menu {
        left: -40px;
        bottom: -120px;
    }
}
@media screen and (max-width: 767px) {
    .theme-header-wrapper .header-action-container {
        margin-right: 0;
    }
    .theme-header-wrapper .header-logo img {
        max-width: 200px;
    }
    .account-menu-wrapper .sub-menu {
        font-size: 14px;
    }
}
@media screen and (max-width: 410px) {
    .theme-header-wrapper .header-action-container {
        gap: 12px;
    }
    .offcanvas-menu-wrapper {
        max-width: 360px;
    }
    .theme-header-wrapper .action-button {
        width: 18px;
        height: 18px;
    }
    .theme-header-wrapper .search-popup-trigger svg {
        width: 16px;
        height: 16px;
    }
    .theme-header-wrapper .cart-menu-wrapper {
        padding-right: 6px;
    }
    .responsive-menu-trigger::before, .responsive-menu-trigger span, .responsive-menu-trigger::after, .responsive-menu-close::after, .responsive-menu-close::before {
        width: 20px;
    }
    .account-menu-wrapper .sub-menu {
        left: -60px;
    }
}
@media screen and (max-width: 359px) {
    .offcanvas-menu-wrapper {
        max-width: 320px;
        height: 100%;
    }
}
.fixed-header {
    animation: fade 800ms;
    position: fixed !important;
    z-index: 998;
    top: 0px;
    width: 100%;
}
.fixed-header .sticky-header-top {
    display: none;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.mailchimp-button {
    position: absolute;
    right: 15px;
    top: 11px;
    padding: 7px 15px;
    background-color: #111111;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
}
.submit-btn-wrapper p {
    position:relative; 
     overflow: hidden
    background-color: transparent;
    border: 1px solid #D9B773;
    font-family: "Jura", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    fill: #151515;
    color: #151515;
    border-radius: 0;
    padding: 12px 24px 12px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px
}
button.mailchimp-button::after,
.submit-btn-wrapper p::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #D9B773;
    transition: all 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    height: 0;
}
.submit-btn-wrapper p::after {
    width: 110px;
}
.submit-btn-wrapper p:hover::after {
    height: 100%;
}
.submit-btn-wrapper input[type='submit'] {
    padding: 0;
    border: none;
    line-height: 1;
    background: none !important;
    color: #D9B773;
    position: relative;
    z-index: 1;
}
.submit-btn-wrapper p:hover input[type='submit'] {
    color: #151515;
}
.submit-btn-wrapper .wpcf7-spinner {
    position: absolute;
    left: 112px;
    margin: 0;
}
button.mailchimp-button:hover::after {
    height: 100%;
}
button.mailchimp-button:hover {
    background: #111111;
}
button.mailchimp-button .special-text {
    position: relative;
    z-index: 1;
}
button.mailchimp-button:hover {
    color: #1e1e1e;
}
.mailchimp-form input[type="email"] {
    padding: 18px 20px;
    border-radius: 8px;
    font-size: 15px;
}
.mailchimp-form {
    position: relative;
}
/* testimonial */
.testimonial-item {
    border-radius: 8px;
}
.testimonial-item .user-name {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1em;
}
.testimonial-item .testimonial-head {
    display: flex;
    column-gap: 20px;
    margin-bottom: 10px;
}
.testimonial-item .testimonial-head .thumbnail img {
    width: 45px;
}
.testimonial-item .ratings img {
    width: 14px;
}
.testimonial-item .user-info {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.testimonial-item .ratings {
    display: flex;
    padding: 0;
    list-style-type: none;
}
.testimonial-content {
    margin-bottom: 0;
}

/* Brand Tile */
.hello-child-theme-brand-grid,
.hello-child-theme-brand-grid .brand-grid-item {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.hello-child-theme-brand-grid .brand-grid-item-thumbnail img{
    width: 100%;
    height: auto;
    transition: all 300ms;
    vertical-align: middle;
}
.hello-child-theme-brand-grid .brand-grid-item-content-inner {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: end;
    height: 100%;
    background: #151515;
    position: relative;
}
.hello-child-theme-brand-grid .brand-grid-item-content {
    position: relative;
}
.hello-child-theme-brand-grid .brand-logo {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 1;
}
.hello-child-theme-brand-grid .brand-grid-item-content-inner h2 {
    font-family: "Julius Sans One", Sans-serif;
    color: #D9B773;
    font-size: 28px;
    font-weight: 600;
}
.hello-child-theme-brand-grid .brand-logo img[alt="Breitling"] {
    filter: invert(142%) sepia(0%) saturate(0%) hue-rotate(0) brightness(110%) contrast(80%);
}
.hello-child-theme-brand-grid .brand-logo img[alt="Cartier"] {
    max-width: 156px;
}
.hello-child-theme-brand-grid .brand-logo img{
    max-height: 100px;
    width: auto;
}
.hello-child-theme-brand-grid .brand-logo img[alt="Panerai"] {
    max-height: 30px;
}
.brand-grid-item-thumbnail img:hover {
    opacity: 0.5;
}
.hello-child-theme-brand-grid .shop-btn {
    transition: all 500ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    text-align: center;
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    z-index: 1;
    color: #ccc;
    font-size: 20px;
    font-weight: 700;
    max-width: fit-content;
    padding-bottom: 2px;
}
.hello-child-theme-brand-grid .shop-btn:hover {
    color: #D9B773;
}
.hello-child-theme-brand-grid .shop-btn::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    transition: width 400ms linear;
    height: 2px;
    background-color: #ccc;
}
.hello-child-theme-brand-grid .shop-btn:hover::after{
    width: 0;
}
.hello-child-theme-brand-grid .shop-btn > * {
    position: relative;
}
@media screen and (max-width: 991px) {
    .hello-child-theme-brand-grid {
        grid-template-columns: 1fr;
    }
    .brand-grid-item:nth-child(2) .brand-grid-item-thumbnail,
    .brand-grid-item:nth-child(6) .brand-grid-item-thumbnail {
        order: 2;
    }
    .brand-grid-item:nth-child(3) .brand-grid-item-content {
        order: 2;
    }
    .testimonial-wrapper .owl-stage > .owl-item.active.center {
        transform: perspective(1px) translate3d(-10px, -20px, 0) scale3d(1.08, 1.08, 1);
    }
}
@media screen and (max-width: 600px) {
    .brand-grid-item {
        grid-template-columns: 1fr !important;
    }
    .brand-grid-item .brand-grid-item-thumbnail {
        order: 1;
    }
    .brand-grid-item .brand-grid-item-content {
        order: 2;
    }
    .hello-child-theme-brand-grid .brand-grid-item-content-inner {
        padding: 16px 0;
        background-color: transparent;
    }
    .hello-child-theme-brand-grid .brand-grid-item-content-inner {
        min-height: 330px;
    }
}

/* Featured Specials */
.featured-special-item .wishlist-btn svg {
    fill: transparent;
    vertical-align: middle;
}
@keyframes beat {
    30% {
      opacity:1;
      transform: scale(1.4);
    }
    50% {
      transform: scale(0.8);
    }
    100% {
      transform: scale(1);
    }
}
.featured-special-item {
    background: #222;
    padding: 20px 0;
    padding-bottom: 0;
    position: relative;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: ease all 0.3s;
    box-shadow: inset 0 0 4px #d9b77378;
}
.featured-special-item .product_link {
    color: #ccc;
}
@property --angle {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}
.featured-special-item::after,
.featured-special-item::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    padding: 2px;
    border-radius: 16px;
    animation: 3s spin-gradient linear infinite;
    box-sizing: content-box;
}
.featured-special-item:hover::after,
.featured-special-item:hover::before {
    background-image: conic-gradient( from var(--angle), transparent 70%, #D9B773);
    animation: 3s spin-gradient linear infinite;
}
@keyframes spin-gradient {
    from {
        --angle: 0deg;
    }
    to {
        --angle: 360deg;
    }
}
.featured-special-item::before {
    filter: blur(1.5rem);
    opacity: 0.5;
}
.featured-special-item .wishlist-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    color: transparent;
}
.featured-special-item .thumbnail-wrapper img {
    max-width: 200px;
    margin: 0 auto;
    height: auto;
    transition: ease all 0.3s;
    display: block;
    filter: drop-shadow(0px 10px 6px rgba(0,0,0,0.5));
}
.featured-special-item:hover .thumbnail-wrapper img {
    transform: scale(1.05);
}
.featured-special-item .wishlist-btn.active svg {
    fill: #D9B773;
    animation: beat cubic-bezier(0.04, 0.4, 0.5, 0.95) 450ms forwards 1;
}
.featured-special-item .product-title {
    font-size: 16px;
    margin: 24px 30px;
    text-align: center;
}
.featured-special-item .content-wrapper > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 30px;
}
.featured-special-item .product-price {
    font-size: 18px;
    margin: 0;
    font-weight: 900;
    color: #D9B773;
    text-align: center;
}
.featured-special-item .enquiry-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    fill: #151515;
    color: #151515;
    padding: 12px;
    position: relative;
    border: 1px solid #D9B773;
    overflow: hidden;
    border-radius: 16px 0 16px 0;
}
.featured-special-item .enquiry-btn span {
    position: relative;
    z-index: 1;
}
.featured-special-item .enquiry-btn::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #D9B773;
    transition: height 0.3s ease-in-out;
}
.featured-special-item .enquiry-btn:hover::before {
    height: 0;
}
.featured-special-item .enquiry-btn:hover {
    color: #D9B773;
}
.hello-child-theme-featured-special {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
@media screen and (max-width: 1100px) {
    .featured-special-item .thumbnail-wrapper img {
        max-width: 160px;
    }
    .featured-special-item .product-title {
        margin: 10px 16px;
    }
    .featured-special-item .content-wrapper > div {
        margin: 0 0 0 16px;
    }
}
@media screen and (max-width: 991px) {
    .hello-child-theme-featured-special {
        grid-template-columns:repeat(3, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .hello-child-theme-featured-special {
        grid-template-columns:1fr 1fr;
    }
}
@media screen and (max-width: 500px) {
    .hello-child-theme-featured-special {
        grid-template-columns:1fr;
    }
}
.elementor-element-9e85978 {
    background-attachment: fixed !important;
}
.word-break a {
    word-break: break-word;
}

/* Special Button */
.hello-child-theme-special-button {
    display: flex;
    gap: 10px;
}
.hello-child-theme-special-button .special-button {
    display: flex;
    align-items: center;
    padding: 12px 25px;
    color: #111111;
    text-decoration: none;
    gap: 10px;
    background: linear-gradient(34deg, #BE8D45 0%, #e7d9c5 100%);
    width: 100%;
    border-radius: 0 10px 0 10px;
    position: relative;
    overflow: hidden;
}
.hello-child-theme-special-button .special-button::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      120deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0.5) 50%,
      rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    transition: left 0.7s cubic-bezier(0.4,0,0.2,1);
    pointer-events: none;
}
  
.hello-child-theme-special-button .special-button:hover::after {
    left: 125%;
}

.mykodehub-image-effect-four-container img {
    filter: grayscale(1);
	width:100%;
}

/* product tab */
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    display: flex;
    align-items: center;
    padding: 12px 25px;
    color: #111111;
    text-decoration: none;
    gap: 10px;
    background: linear-gradient(34deg, #BE8D45 0%, #e7d9c5 100%);
    width: 100%;
    border-radius: 0 10px 0 10px;
    position: relative;
    overflow: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    content: unset;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0;
    background: transparent;
    border: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 0;
    background: transparent;
    color: #FFFFFF;
}
/*.woocommerce div.product form.cart .button {
    display: flex;
    align-items: center;
    padding: 14px 25px;
    color: #111111;
    text-decoration: none;
    gap: 10px;
    background: linear-gradient(34deg, #BE8D45 0%, #e7d9c5 100%);
    border-radius: 0 10px 0 10px;
    position: relative;
    overflow: hidden;
    font-weight: 500;
}*/
.woocommerce table.shop_attributes td p{
    padding: 8px 10px;
}
.product-sku label {
    line-height: inherit;
    margin-right: 5px;
}
.product-sku {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #CCCCCC;
}


/* Button */
.elementor-button-wrapper > .elementor-button {
    position: relative;
    background-color: transparent !important;
    border:1px solid #D9B773 !important;
    overflow: hidden !important;
}
.elementor-button-wrapper > .elementor-button::before,
.special-btn-content-wrapper > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #D9B773;
    transition: all 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.elementor-button-wrapper > .elementor-button span {
    position: relative;
}
.elementor-button-wrapper > .elementor-button:hover {
    color: #D9B773 !important;
}
.elementor-button-wrapper > .elementor-button:hover::before {
    height: 0;
}

/* View More*/
.special-btn-content-wrapper > a {
    position: relative;
    background-color: transparent;
    border: 1px solid #D9B773;
    padding: 10px 20px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    max-width:150px;
    margin:0 auto;
    color: #151515;
    border-radius: 100px;
}
/*.special-btn-content-wrapper > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #BE8D45;
    transition: all 300ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    z-index: -1;
}*/

.special-btn-content-wrapper > a span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}
.special-btn-content-wrapper > a svg {
    position: relative;
    vertical-align: middle;
}

.special-btn-content-wrapper> a:hover {
    color: #D9B773 !important;
}

.special-btn-content-wrapper > a:hover svg {
    fill: #D9B773;
}

.special-btn-content-wrapper > a:hover::before {
    height: 0;
}

/* Popup and search */
.search-popup-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.search-popup-wrapper p {
    margin: 0;
}
.search-popup-wrapper {
    background: #101010;
    padding: 30px 10px 0 10px;
    position: fixed;
    inset: 0;
    z-index: 999;
    overflow-y: auto;
    display: none;
}
.search-popup-inner {
    max-width: 1200px;
    margin: 15% auto 0 auto;
}
.search-popup-inner.active {
    padding-bottom: 500px;
}
.featured-products-wrapper .featured-special-item {
    background: #222;
}
.featured-products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.featured-products-wrapper {
    padding: 50px 0;
}
.featured-products-wrapper > h2 {
    font-size: 32px;
    margin: 0 0 45px 0;
    text-align: center;
}
.search-popup-inner > h2 {
    margin: 0 0 40px 0;
    font-size: 48px;
    text-align: center;
}
.search-form-wrapper {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
}
.search-form-inner {
    position: relative;
    height: 48px
}
.search-form-inner > input {
    background: transparent;
    border: 1px solid #ccc;
    width: 100%;
    padding: 10px 16px;
    border-radius: 50px;
    height: 100%;
    color: #ccc;
}
.search-form-inner > button {
    background: transparent;
    border: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}
.search-form-wrapper .suggestion-product-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    background: #222;
    margin-top: 5px;
    border-radius: 5px;
    display: none;
    z-index: 2;
}
.suggestion-product-header {
    padding: 10px 15px;
}
.suggestion-product-body {
    border-bottom: 1px dashed #333333;
}
.suggestion-product-body > li {
    border-top: 1px dashed #333333;
}
.suggestion-product-body > li a {
    display: flex;
    padding: 10px 15px;
    align-items: center;
    text-decoration: none;
    color: #ccc;
    gap: 10px;
}
.suggestion-product-body .no-results {
    padding: 10px 15px;
}
.suggestion-product-body > li a > img {
    object-fit: contain;
    width: 50px;
    height: 50px;
}
.suggestion-product-body .product-brand {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #818181;
}
.suggestion-product-body .product-name {
    margin: 6px 0;
    font-size: 16px;
    font-weight: 600;
}
.suggestion-product-body .prodcut-price {
    color: #D9B773;
    font-size: 14px;
}
.suggestion-product-footer {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.suggestion-product-footer > button {
    background: transparent;
    border: none;
    cursor: pointer;
}
.brand-suggestion .brand-suggestion-list {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 30px 0;
    flex-wrap: wrap;
}
.brand-suggestion-list a {
    color: #ccc;
    text-decoration: none;
    position: relative;
}
.brand-suggestion-list a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: all 400ms linear;
    height: 1px;
    background: #ccc;
}
.brand-suggestion-list a:hover::after {
    width: 0;
}
.popup-close {
    position: absolute;
    right: 50px;
    top: 50px;
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.popup-close::before,
.popup-close::after {
    content: "";
    position: absolute;
    background: #ccc;
    width: 26px;
    height: 2px;
    left: 50%;
    top: 50%;
    transition: all 200ms linear;
}
.popup-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.popup-close:hover::after,
.popup-close:hover::before {
    transform: translate(-50%, -50%) rotate(0deg);
}
.search-popup-wrapper button:hover {
    background: none;
}
@media screen and ( max-width:991px ) {
    .search-popup-wrapper .featured-special-item {
        min-width: 285px;
        max-width: 285px;
        justify-self: center;
    }
    .search-popup-inner {
        margin: 25% auto 0 auto;
    }
    .search-popup-inner > h2 {
        font-size: 42px;
    }
}
@media screen and ( max-width:600px ) {
    .featured-products-list {
        grid-template-columns: 1fr;
    }
    .search-popup-inner > h2 {
        font-size: 28px;
    }
    .featured-products-wrapper > h2 {
        font-size: 24px;
    }
    .popup-close {
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .popup-close::before, .popup-close::after {
        width: 20px;
    }
}

.social-icon-animation a.elementor-icon {
    transition: all 200ms ease;
}
.social-icon-animation a.elementor-icon:hover {
    transform: translateY(-10px);
}

/* Testimonial */
.testimonial-ratings {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    margin-top: 8px;
}
.testimonial-ratings svg {
    width: 16px;
}
.testimonial-ratings svg.star-checked {
    fill: #ffa500;
}
.testimonial-item p {
    margin: 0;
    text-align: center;
    font-family: "Jura", sans-serif;
}
.testimonial-content {
    padding: 46px 26px 46px 26px;
    text-align: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(204 204 204 / 10%), rgb(34 34 34 / 40%));
    position: relative;
    margin: 0 0 26px 0;
}
.testimonial-content::after {
    content: "";
    position: absolute;
    border-width: 15px 15px 0px 15px;
    border-style: solid;
    border-color: #1F1F1F transparent transparent;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}
.testimonial-user-info > img {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 45px !important;
    height: 45px;
}
.testimonial-user-info .user-name {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 3px 0;
    font-family: "Julius Sans One", Sans-serif;
}
.testimonial-content q {
    font-family: "Jura", sans-serif;
}
.testimonial-user-info .user-designation {
    font-style: italic;
}
.testimonial-item q::before,
.testimonial-item q::after {
    font-size: 78px;
    height: 35px;
    position: absolute;
}
.testimonial-item q::after {
    right: 10px;
    bottom: 25px;
}
.testimonial-item q::before {
    top: -5px;
    left: 10px;
}
.testimonial-wrapper .owl-stage .owl-item.active {
    transform: scale(0.8);
    transition: .3s all ease-out;
    opacity: 0.7;
}
.testimonial-wrapper .owl-stage > .owl-item.active.center {
    opacity: 1;
    transform: perspective(1px) translate3d(-15px, -20px, 0) scale3d(1.08, 1.08, 1);
    transform-origin: 0% 0%;
    backface-visibility: hidden;
}
.mykodehub-image-effect-four-content-wrapper a {
	text-decoration: none;
}
.testimonial-wrapper .owl-stage {
    padding-top: 50px;
    padding-bottom: 20px;
}
.testimonial-wrapper.owl-carousel .owl-dots button.owl-dot span {
    border-radius: 2px;
    width: 20px;
    height: 3px;
    transition: width 300ms, background 300ms;
    background: #ccc;
}
.testimonial-wrapper.owl-carousel .owl-dots button.owl-dot.active span,
.testimonial-wrapper.owl-carousel .owl-dots button.owl-dot:hover span {
    width: 30px;
    background: #434242;
}
@media screen and (max-width: 991px) {
    .testimonial-content {
        padding: 36px 16px 36px 16px;
    }
}
@media screen and (max-width: 767px) {
    .testimonial-wrapper .owl-stage .owl-item.active {
        transform: scale(1);
    }
    .testimonial-wrapper .owl-stage > .owl-item.active.center {
        transform: perspective(1px) translate3d(0px, -20px, 0) scale3d(1, 1, 1);
    }
}

/* Brand logo */
.logo-scroll {
    /*max-width: 1200px;*/
    margin: 0 auto;
}

@keyframes scroll {
    from {
       transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

.logo-scroll img {
    height: 50px;
    margin: 0 40px;
    width: auto;
    max-width: inherit !important;
}
.logo-scroll-items {
    display: inline-block;
    animation: 20s scroll infinite linear ;
}
.logo-scroll {
    overflow: hidden;
    padding: 60px 0;
    white-space: nowrap;
    position: relative;
}
.logo-scroll::before,
.logo-scroll::after {
    /*content: "";*/
    position: absolute;
    width: 250px;
    height: 100%;
    z-index: 2;
    top: 0;
}
.logo-scroll::before {
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,0), #111);
}
.logo-scroll::after {
    right: 0;
    background: linear-gradient(to right, rgba(255,255,255,0), #111);
}
.logo-scroll:hover .logo-scroll-items {
    animation-play-state: paused;
}
/* Header Style */
/*.header-decoration .elementor-heading-title {
    position: relative;
}
.header-decoration .elementor-heading-title::after,
.header-decoration .elementor-heading-title::before {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    background: #D9B773;
    width: 200px;
    height: 1px;
}
.header-decoration .elementor-heading-title::after {
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: 20px;
}*/


.wishlist-table .add-to-cart-btn 
{
    opacity:1;
    visibility:unset;
}


.is-large.wc-block-cart .wc-block-cart-items th
{
    font-size: 14px;

}

.wc-block-cart-items__row .wc-block-components-product-name , .wishlist-table .product-name {
    font-size: 20px;
}

.wc-block-components-product-metadata__description  p {
    font-size: 13px;
}

.wc-block-cart-item__remove-link {
    font-size: 14px !important;
}
.is-large.wc-block-cart .wc-block-cart__totals-title
{
    font-size: 14px !important;

}

.wc-block-components-totals-coupon__button 
{
    background: #BE8D45;
    border: #BE8D45;
    color: #fff;

}

.wishlist-table  thead:first-child tr:first-child th
{
    border-block-start:unset;
}

.wishlist-table   th
{
    text-transform: capitalize;
}
.wishlist-table   td, .wishlist-table   th
{
    border:unset;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
}

.wishlist-table tr {
    border-bottom: 1px solid #fff;
}

.wish-title {
    text-align: center;
    margin-bottom: 4%;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus , 
 .wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border: 2px solid #BE8D45 !important;
    background: #BE8D45 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.wc-block-cart-item__remove-link  , .wc-block-cart__submit-button  {
    background: linear-gradient(34deg, #BE8D45 0%, #e7d9c5 100%) !important;
    padding: 10px !important;
    color: #000 !important;
    margin-top: 2% !important;
    text-decoration: unset !important;
    border-radius: 0 10px 0 10px !important;
    font-weight: 500 !important;
}

.wc-block-formatted-money-amount {
    font-size: 16px;
    font-weight: bold;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: unset !important;
    outline: none;
}

.wc-block-cart-items thead tr:first-child th
{
    border-block-start: unset !important;

}

/*.is-large.wc-block-cart .wc-block-cart-items th
{
    border-bottom: 1px solid #ccc;
}*/

.is-large.wc-block-cart .wc-block-cart-items td {
    border-top: 1px solid #ccc !important;
    }
.product_link { text-decoration:unset !important; }
/*.woocommerce .quantity .qty
{
    width: 4.631em !important;
}*/


/** checkout page design **/
 .wc-block-components-checkout-step__title  , .wc-block-components-checkout-order-summary__title-text , .wc-block-components-totals-item__label , .wc-block-components-checkout-return-to-cart-button
{

        font-size: 20px;
    /*background: linear-gradient(#FED279, #E9D6B7, #BD8D44, #F4D18E);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Karla', sans-serif;*/

}


.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained

{


    background: linear-gradient(34deg, #BE8D45 0%, #e7d9c5 100%) !important;
    padding: 10px !important;
    color: #000 !important;
    margin-top: 2% !important;
    text-decoration: unset !important;
    border-radius: 0 10px 0 10px !important;
    font-weight: 500 !important;
    border: unset;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large
{
        margin-left: 5%;
    margin-right: 5%;
}

.stock
 { 
    text-transform: capitalize;

}
.wishlist-table .product-img  img {
           max-height: 15vh;
}


.regular-price {
    text-decoration: unset !important;
}
/*** enquiry popup design start ***/
.enquiremodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.enquiremodal .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  padding-top: 0;
  max-width: 700px;
  position: relative;
}

/* The Close Button */
.enquiremodal .close {
    color: #ccc;
    font-size: 50px;
    text-align: right;
    position: absolute;
    right: 15px;
    top: -10px;
}

.enquiremodal .close:hover,
.enquiremodal .close:focus {
/*  color: #000;*/
  text-decoration: none;
  cursor: pointer;
}




 .woocommerce-product-gallery__trigger , .wishlist-btn
{
  z-index: 1 !important;
}


.enquiry-form .form-group {
  position: relative;
  margin-bottom: 10px;
}

.enquiry-form .form-group input ,  .enquiry-form .form-group textarea {
  width: 100%;
  padding: 12px 12px 12px 12px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #555;
  border-radius: 4px;
  color: #fff;
  transition: 0.3s;
}

.enquiry-form .form-group label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  background: #111;
  color: #aaa;
  font-size: 14px;
  padding: 0 4px;
  transition: 0.2s ease all;
  pointer-events: none;
}

.enquiry-form .form-group input:focus,
.enquiry-form .form-group input:not(:placeholder-shown) {
  border-color: #D9B773;
  outline: none;
}

.enquiry-form .form-group input:focus + label,
.enquiry-form .form-group input:not(:placeholder-shown) + label {
  top: 1px;
  left: 8px;
  font-size: 12px;
  color: #D9B773;
  background: #111;
}

.enquiry-form .form-group textarea:focus,
.enquiry-form .form-group textarea:not(:placeholder-shown) {
  border-color: #D9B773;
  outline: none;
}

.enquiry-form .form-group textarea:focus + label,
.enquiry-form .form-group textarea:not(:placeholder-shown) + label {
  top: 1px;
  left: 8px;
  font-size: 12px;
  color: #BE8D45;
  background: #111;
}

.enquiry-form .title {
    font-family: "Jura", Sans-serif;
    color: #D9B773;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding: 0 10px;
    margin-bottom: 40px;
}

.enquiry-form  .submit-enquiry{
  text-align: right;
}


.enquiry-form .submit-enquiry {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    fill: #151515;
    color: #151515;
    position: relative;
    border: 1px solid #D9B773;
    overflow: hidden;
    padding: 0.52rem 1rem;
}
.enquiry-form .submit-enquiry span {
    position: relative;
    z-index: 1;
}
.enquiry-form .submit-enquiry::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #D9B773;
    transition: height 0.3s ease-in-out;
}
.enquiry-form .submit-enquiry:hover::before {
    height: 0;
}
.enquiry-form .submit-enquiry:hover ,  .enquiry-form .submit-enquiry:focus{
    color: #D9B773;
   background-color: #151515;
}

.enquiry-form .close {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    fill: #D9B773;
    color: #D9B773;
    position: relative;
    border: 1px solid #D9B773;
    padding: 0.52rem 1rem;
    overflow: hidden;
}
.enquiry-form .close span {
    position: relative;
    z-index: 1;
}
.enquiry-form .close::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: height 0.3s ease-in-out;
}
.enquiry-form .close:hover::before {
    height: 0;
}
.enquiry-form .close:hover ,  .enquiry-form .close:focus{
    color: #151515;
   background-color: #D9B773;
}


.enquiry-success{
    margin-bottom: 3%;
    color: green;
    font-weight: bold;
    font-size: 16px;
}

.enquiry-process{

    margin-bottom: 3%;
    font-weight: bold;
    font-size: 16px;

    }

    .enquiry-failed{

    margin-bottom: 3%;
    font-weight: bold;
    color: red;
    font-size: 16px;

    }
    #enquiry-form .submit { 
        display:flex; 
        width: 100%;
        justify-content: space-between;
    }

    #g-recaptcha-response
    {
        margin-bottom: 2%;
    }


.captcha {
  position: relative;
}
.captcha-fake-field {
  background: transparent;
  bottom: 0;
  border: none;
  display: block;
  height: 1px;
  left: 12px;
  width: 1px;
  position: absolute;
  z-index: -1;
}
/*** enquiry popup design end ***/
.single-product main#main {
    max-width: 1140px;
}
.single-product div#primary.content-area {
    padding: 0 10px;
}
.single-product form.cart div.quantity {
    display: none;
}
.single.single-product .enquiry-btn-single {
    margin-top: 0 !important;
    width: 100% !important;
    max-width: 170px !important;
}
.single.single-product div.product .product_title {
    font-size: 32px;
}
.single-product table.woocommerce-product-attributes .woocommerce-product-attributes-item__value p,
.single-product table.woocommerce-product-attributes .woocommerce-product-attributes-item__label {
    font-size: 16px;
}

.testimonial-wrapper.owl-carousel .owl-stage-outer {
	padding-bottom: 50px;
}
/* .testimonial-wrapper.owl-carousel  .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}   
.testimonial-wrapper.owl-carousel .owl-item{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 0 !important;
}
.testimonial-wrapper.owl-carousel .owl-item.active {
	height: auto !important;
} */
@media screen and (max-width: 1200px) {
    .single-product.woocommerce div.product .product_title {
        font-size: 32px;
        line-height: 1;
    }
}
@media screen and (max-width: 991px) {
    .enquiry-form .title {
        font-size: 26px;
        padding: 0 16px;
    }
    form#enquiry-form > h4 {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .enquiry-form .title {
        font-size: 18px;
    }
    .single-product.woocommerce div.product .product_title {
        font-size: 24px;
    }
	.testimonial-wrapper {
		padding: 0 10px;
	}
	.testimonial-wrapper.owl-carousel .owl-dots button.owl-dot span {
		width: 16px;
	}
}
@media screen and (max-width: 700px) {
    .enquiremodal .modal-content {
        max-width: 500px;
    }
}
@media screen and (max-width: 575px) {
    .single-product main#main {
        padding: 0;
    }
}
@media screen and (max-width: 520px) {
    .enquiremodal .modal-content {
        max-width: 400px;
    }
}
@media screen and (max-width: 420px) {
    .enquiremodal .modal-content {
        max-width: 360px;
    }
    .enquiry-form .title {
        padding: 0;
    }
    .enquiremodal .modal-content br {
        display: none;
    }
}
@media screen and (max-width: 380px) {
    .enquiremodal .modal-content {
        max-width: 340px;
    }
}