
    body{ font-family: "Poppins", serif;}
    h1, h2, h3 {  font-family: "Aleo", serif;}
    h4, h5{ font-family: "Poppins", serif;}

    h1{font-size: 80px; font-weight: 300; }
    h2{ font-size: 50px; font-weight: 300;}
    h3{ font-size: 36px; font-weight: 400;}
    h4{ font-size: 24px; font-weight: 400;}
    h5{ font-size: 20px; font-weight: 400;}

    @media (max-width: 991px) {
        h1{font-size: 50px; font-weight: 300; }
        h2{ font-size: 34px; font-weight: 300;}
        h3{ font-size: 28px; font-weight: 400;}
        h4{ font-size: 20px; font-weight: 400;}
        h5{ font-size: 18px; font-weight: 400;}
    }

    p {
        padding: 10px 0;
        margin: 0;
    }
    ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    button{background-color: #FFAD33; padding: 5px 20px;  font-family: "Poppins", serif; font-size: 24px; border: none;}

        header{
            font-size: 14px;
        }
        .burger-menu {
            display: none;
        }
        .rating i {
            font-size: 16px;
            color: #EFB23A;
        }
        .rating i.blank {
            font-size: 16px;
            color: #ccc; 
        }
        
        .top-row {
            background: #233545;
            color: #ffffff;
            font-size: 14px;
        }
        .top-row a{
            font-size: 14px;
            color: #ffffff;
            text-decoration: none;
            margin-right: 7px;
            margin-left: 7px;
        }

        .top-row .call{
            color: #EFB23A;
        }
        .top-row .call i{
            color: #fff;
        }


/* ----search------- */
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 1px solid #e0e0e0;
  background-color: #e0e0e0;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #233545;
}

.searchTerm:focus{
  color: #000;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #36526B;
  background: #36526B;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
} 
/* -----end search------ */
.second-nav {
    display: flex;
    gap: 10px;
}
.second-nav a {
    color: #233545;
    justify-items: center;
    vertical-align: middle;
    line-height: 20px;
    text-decoration: none;
    padding: 6px 0;
}

/* primery-nav */
 .primery-nav nav .main-nav{
    background: #36526B;
    font-size: 16px;
    color: #fff; 
    padding: 8px;
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
.primery-nav li.nav-item{
    border-right: 1px solid #ffffff82;
    padding: 0 7px;
    text-transform: uppercase;
}
.primery-nav li.nav-item:last-child{
    border: none;
}
.primery-nav a.nav-link {
    font-size: 16px;
    color: #fff; 
    line-height: 6px;
}


.primery-nav a.nav-link:hover{
    color: #EFB23A;
}
/* end primery-nav */
@media (max-width: 1024px) {
    a.navbar-brand img {
        width: 100%;
    }
    .second-nav a span {
        display: block;
    }
    .primery-nav li.nav-item {
        display: flex;
        align-items: center;
    }
    .navbar-expand-lg .navbar-nav .nav-link { 
        text-align: center;
        line-height: 16px;
    }
}

        @media (max-width: 991px) {
           
            nav.navbar.navbar-expand-lg {  
                justify-content: end; 
            }
            button.navbar-toggler {
                right: 10px;
                position: relative;
                border: none;
            }
            button:focus:not(:focus-visible) {
                outline: 0;
                box-shadow: none;
            }
            .top-row, .primary-nav {
                display: none;
            } 
            .mid-row > div{
                justify-content: space-between;
                display: flex;
                padding: 8px 12px;
            }
            .second-nav a {
                display: inline-block;
                font-size: 12px;
            }

            .second-nav a i{
                width: 30px;
                height: 30px;
                padding: 4px;
                display: inline-flex;
            }
            .mid-row > div:nth-child(3) {
                border-top: 1px solid #ccc;
                padding: 2px 12px;
            }
            
            .burger-menu {
                display: block;
            }
            .primery-nav {
        display: flex;
        position: absolute;
        top: 0px;
        right: 10px;
        width: 100%;
    }
    .primery-nav nav .main-nav { 
    z-index: 9999999;
    position: relative;
}
 
    .primery-nav li.nav-item {
    border-right: none; 
    border-bottom: 1px solid #ffffff82;
}
.primery-nav a.nav-link { 
    padding: 20px;
}
.mid-row form { 
        width: 100%;
    }
            

        }

/* -------------hero section ----------- */
.hero-img {
    position: relative;
}
.hero-img:after {
    background: #000000ba;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hero-img img{
    width: 100%;
}

.hero-content {
    position: absolute;
    margin: 0 auto;
    WIDTH: 100%;
    text-align: center;
    vertical-align: middle;
    z-index: 99;
    bottom: 20%; 
    padding: 0 15%;
    color: #fff;
}

.hero-content h1, .hero-content h4, .hero-content button
{
    padding: 15px;
}

@media (max-width: 991px) {
    .hero-content{ display: none;}
    .hero-img:after { display: none;}
    
}

/* -------------end hero section ----------- */

 /* section 1 */
 section, .new_footer_top {
    width: 80%;
    padding: 50px 100px; 
    margin: 0 auto;
}
section.inner {
    padding: 50px;
}
 section h2{ color: #233545; font-weight: 600;}
 section h4{ color: #000;  font-weight: 200;}
 section h3{ color: #233545; font-weight: 600; text-align: left; margin-bottom: 25px; }
 section h3:after{ content: ''; width: 200px; height: 8px; background-color: #EFB23A; margin-top: 5px; display:block;}

 @media (max-width: 1480px) {
    section, .new_footer_top{
        width: 100%; 
    }
}
 @media (max-width: 991px) {
    section, .new_footer_top { 
        padding: 50px 10px;
    }
    section.inner {
        padding: 10px;
    }
}

 /* section 1  end*/


/* block1 */
.functionality {
    background: #F4F4F4;
    margin: 5% 0;
}
.f-content{
    text-align: left;
    padding: 25px;
}
.f-points{
    font-weight: 500;
}
.f-points i img {
    width: 35px;
    padding: 5px 10px 5px 0px;
}

.bg-img-function{
    background-image: url("../images/function-img.png");
    background-size: cover;
    min-height: 400px;
}

.window {
    display: grid;
        grid-template-columns: repeat(auto-fit, 11rem);
        gap: 2%; 
        justify-content:space-between;
}
.window1 img {
    width: auto;
    height: 150px;
}
.window1 h6 {
    width: 0;
    overflow: visible;
    justify-content: center;
    display: flex;
    margin: 5px auto;
}

@media (max-width: 1024px) { 
    .window { 
            grid-template-columns: repeat(auto-fit, 8rem);  
    }
    .window1 img { 
        height: 120px;
    }
}



.img-item {
	position: relative;
    width: 100%;
    height: auto;
	overflow-y: hidden;
	box-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.img-item .item__overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	transition: transform 300ms; 
	transform: translate3d(0, 100%, 0);
    background: rgb(2,0,36);
    background: linear-gradient(183deg, rgba(2,0,36,.3) 0%, rgba(31,35,50,1) 100%);
}
.img-item  .item__body {
	flex-grow: 1;
	padding: 0 15px 15px;
	opacity: 0;
	transition: opacity 500ms 100ms;
}
.design h4 {
    margin: 0;
    display: block; 
    padding: 1rem;
    transform: translate3d(0, -100%, 0);
    transition: transform 300ms; 
    color: #FFAD33;
    font-weight: 600;
    font-size: 24px;
}
.img-item h4:before{
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgb(10 11 16) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 140px;
    bottom: 0;
    left: 0;
    display: inline-block;
    z-index: -1;
}
.design a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
}
.design p {
  font-size: 14px;
  color: #fff;
}


.design a:hover ~ .item__overlay h4:before{
    background: none;
}

.design a:hover ~ .item__overlay, .design a:focus ~ .item__overlay {
    transform: translate3d(0, 0, 0);
    padding-top: 50%;
}
.design a:hover ~ .item__overlay h4, .design a:focus ~ .item__overlay h4 {
    transform: translate3d(0, 0, 0);
}
 
.design a:hover ~ .item__overlay .item__body, .design a:focus ~ .item__overlay .item__body {
    opacity: 1;
}
 
.sample-img img{ border-radius: 0 10px 10px 0;}

.pattren{
    background-color: #233545;
    background-image: url(../images/pattren.png);
    border-radius: 10px 0 0 10px;
    padding: 2.5%;
}
.sample-block .pattren h2 {
    color:#FFAD33;
}
.sample-block .pattren h5 {
    color:#fff;
    font-weight: 600;
    padding-bottom: 10px;
}
 


  a.sample-btn {
    text-decoration: none;
    background-image: linear-gradient(
      to right,
      #FFAD33,
      #FFAD33 50%,
      #fff 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  
  a.sample-btn:before{
    content: '';
    background: #FFAD33;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
  }
  
  a.sample-btn:hover {
   background-position: 0;
  }
  
  a.sample-btn:hover::before{
    width: 100%;
  }


  @media (max-width: 600px){
    .pattren {
        padding: 5%;
        border-radius: 0 0 5px 5px;
    }
    .sample-img img {
        border-radius: 5px 5px 0 0;
    }
  }

  /* --------------------product------------------------- */

  .product-card { 
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-card__image {
    height: 250px;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.05);
}

.product-card__info {
    padding: 10px;
}

.product-card__title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px; 
}

.product-card__description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
}


.product-card__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card__price {
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
}

.product-card__price span {
    text-decoration: line-through;
    font-weight: 300;
    color: #666;
    padding: 0 10px;
}

.product-card__btn {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


@media (max-width: 480px) {
    .cont {
        max-width: 100%;
        padding: 0 20px;
    }

    .product-card__image {
        height: 200px;
    }

    .product-card__title {
        font-size: 1.3rem;
    }

    .product-card__description {
        font-size: 0.8rem;
    }

    .product-card__price {
        font-size: 1.1rem;
    }

    .product-card__btn {
        padding: 8px 16px;
        font-size: 0.8rem;
    }
}

  
  /* --------------------product end------------------------- */

.f-points.gray-bg {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 20px;
}

.f-points.gray-bg > div {
    padding: 10px;
}


/* -------------------------------------footer-------------------------- */
.new_footer_area {
    background: #233545;
}


.new_footer_top { 
    position: relative;
      overflow-x: hidden;
}
 
.new_footer_area .footer_bottom .container{

    padding-top: 10px;
    border-top: 1px solid #7f88a6; 
}
.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #fff;
    padding: 27px 0px;
}
.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two{
    position: relative;
}
.new_footer_top .company_widget .f_subscribe_two .memail {
    background: none;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    position: absolute;
    top: 0;
    right: 0;
}
.new_footer_top .company_widget .f_subscribe_two ::placeholder {
    color: #ccc;
    opacity: 1; /* Firefox */
  }

.btn_get_two:hover {
    background: transparent;
    color: #0f0d00;
}
.btn_get:hover {
    color: #fff;
    background: #EFB23A;
    border-color: #EFB23A;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}


.new_footer_top  .f_widget h5 {
    color: #fff;
    padding-top: 10%;
}
.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #EFB23A;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.f_social_icon {
    padding-top: 20%;
}
.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: transparent; 
    font-size:20px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #FFAD33; 
    display: inline-block;
} 
 
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #FFAD33;
} 
.new_footer_top .f_widget.about-widget .f_list li a {
    color: #fff;
}


.foot1 .f_widget {
    padding-left: 20%;
}

@media (max-width: 991px) {
    .foot1 .f_widget {
        padding: 10px 0;
    }
    .foot1:nth-child(3) {
        display: none;
    }
}
/* -------------------------------------footer-------------------------- */




/* ----------------breadcrumb--------------- */
.breadcrumb {
    display: flex;
    margin: 0;
}
.breadcrumb-links {
    display: flex;
    column-gap: 5px;
    align-items: center;
    list-style: none;
    margin-bottom: 10px;
    padding-left: 5px;
  }
  .breadcrumb-links > li:nth-child(n + 4) {
    display: none;
  }
  
  .breadcrumb-box {
    display: flex;
    align-items: center;
  }
  
  .breadcrumb-link {
    color: #9ca3af;
  }
  .breadcrumb-box:hover > *:not(.breadcrumb-icon) {
    color: #FFAD33;
  }
  
  .breadcrumb-icon,
  .breadcrumb-icon-home {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    color: #9ca3af;
  }
  .breadcrumb-links li:first-child .breadcrumb-text {
    display: none;
  }
  
  .breadcrumb-text {
    margin-left: 5px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: #6b7280;
  }
  
  @media (min-width: 640px) {
    .breadcrumb-links > li:nth-child(n + 4) {
      display: block;
    }
  
    .breadcrumb-links li:first-child .breadcrumb-text {
      display: block;
    }
  }
  

/* ----------------breadcrum end--------------- */


/* ---------------product detail page--------------------------- */
 /* Style for thumbnails */
 .main-img-sec {
    max-height: 400px;
    height: 400px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
}
img#main-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
 .thumbnail-img {
    max-width: 100px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;

  }
  .thumbnail-img:hover,
  .thumbnail-img.active {
    border: 2px solid #EFB23A;
  }

  .owl-carousel .owl-item { 
    max-height: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 4px;
}
@media (max-width: 991px) {
    .main-img-sec { 
        aspect-ratio: 16 / 9;
    }
}
  @media (max-width: 600px) {
    .main-img-sec {
        max-height: 250px;
        height: 250px;  
    }
}

  /* Slide and Fade Animation */
  .fade-slide {
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.5s ease;
  }
  .fade-slide.active {
    opacity: 1;
    transform: translateX(0);
  }


  /* Zoom Popup */
  .popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1050;
    align-items: center;
    justify-content: center;
  }
  .popup-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
  }
  .popup-overlay.active {
    display: flex;
  }



  /* -------------------detail content ---------------- */
  .offer {
    color: #1E1E1E;
    text-transform: uppercase ;
  }
    
    .offer span {
        color: #cb0000;
    }
    
    span.tag-sale {
        background: #cb0000;
        color: #fff !important;
        padding: 3px 8px;
        border-radius: 10px;
        border-radius: 5px;
        font-size: 12px;
    }
    .detail  h3 {font-size: 30px; padding: 5px 0; margin: 0;}
    .detail h3:after{display: none;}

    .inner .rating{ font-size: 12px; color: #171C24;}

    
    ul.features li{ padding: 5px 0;  text-transform: uppercase;}
    ul.features li img { padding-right: 10px;}
    .features i {
        width: 40px;
        display: inline-block;
    }

    .features span {
        font-weight: 600;
    }


    /* --------size hXW ------- */
.size-form{
    display: flex;
    position: relative; 
}

.size-wh {  
    min-height: 200px;
    position: relative;
    padding: 15px;
    display: inline-block;
}
    
    h4.size-hd {
      font-size: 4rem; 
      font-weight: 500;
      color: #36526B;
      text-transform: uppercase;
      letter-spacing: 3px; 
      position: absolute;
      bottom: 0;
      left: 30px; 
      transform: rotate(-90deg);
      transform-origin: 0; 
    
  }


  .bg-gray {
    background-color: #f2f5f8; 
    width: 90%;
    padding: 10px;
}

.form-measuremnet { 
    width: 100%;
    justify-items: end;
}
.lable-size {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}
.lable-size h5 {
    font-size: 17px;
    display: flex;
    line-height: 60px;
    gap: 5px;
    width: 30%;
}
.lable-size img {
    width: 25px;
    opacity: .6;
}
.gcc-dropdown {
    min-width: 60px;
}
.gcc-dropdown {
    position: relative;
    height: 65px;
    width: 120px;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
}
.gcc-dropdown:before {
    position: absolute;
    content: "▾";
    z-index: 1;
    font-family: sans-serif;
    color: #1c2833;
    pointer-events: none;
    right: .7rem;
    top: 1.5rem;
    font-size: 1rem;
}
.gcc-dropdown:after {
    content: "";
    display: block;
    position: absolute;
    right: 2px;
    bottom: 10px;
    top: 2px;
    width: 2rem;
    background: #fff;
    border-radius: 0 4px 4px 0;
    pointer-events: none;
}
.gcc-dropdown select.filled:not([data-nolabel]), .gcc-dropdown select:focus:not([data-nolabel]) {
    color: #1c2833;
    outline: 0;
    padding-top: 13px;
    padding-bottom: 0;
}

.gcc-dropdown select {
    height: 60px;
    color: #1c2833;
    border: 2px solid #dadedf;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 8px;
    text-overflow: "";
    appearance: none;
    line-height: 1.5;
    cursor: default;
    position: absolute;
    transition: all .15s ease;
    width: 100%;
    font-size: 28px;
    box-sizing: border-box;
    border-radius: 5px;
    padding-left: 0;
    outline: 0;
}
.gcc-dropdown select.filled:not([data-nolabel])~label, .gcc-dropdown select:focus:not([data-nolabel])~label {
    line-height: 1;
    margin-top: 6px;
    font-size: .7rem;
    position: absolute;
    left: 0;
    text-align: left;
}
.gcc-dropdown label {
    color: #1c2833;
    margin-top: 8px;
    pointer-events: none;
    line-height: 1.5;
    cursor: default;
    position: absolute;
    transition: all .15s ease;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    font-weight: 400;
}
@media (max-width: 1200px) {
    section.inner {
        padding: 10px; 
    }
    .gcc-dropdown select{
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    .size-wh { 
        padding: 15px 0; 
    }
    h4.size-hd {
        font-size: 2rem; 
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        transform-origin: 0;
    }
    .bg-gray { 
        width: 100%; 
    }
    
}

.amount {
    text-align: center;
}
.amount p {
    color: #216C9E;
}
.amount p span {
    text-decoration: line-through;
    color: #686868;
}
.amount h3 {
  padding: 2px;
  font-size: 40px;
  text-align: center;
}
.amount button {
    font-size: 16px;
    border-radius: 10px;
}


/* ----------accordian ------------ */
.preview {
    padding: 40px 0;
}
.preview-hd span.tag {
    background: #ffc107;
    padding: 2px 4px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}
.preview-img { padding: 20px 0;}

button.accordion-button { 
    font-size: 18px;
    font-family: "Aleo", serif;
    font-weight: 200;

}

#accordion-half  button.accordion-button {
    background: #36526B;
    color: #fff;
    font-size: 18px;
    font-family: "Aleo", serif;
    font-weight: 200;

}

.accordion-button {
    font-weight: bold;
  }
  .accordion-item {
    margin-bottom: 10px;
  }
  #accordion-full  .accordion-button:not(.collapsed) {
    color: #495057; 
  }
  #accordion-full   button.accordion-button {
    background: #E5E5E5;
}

.accordion-body h6, .accordion-body p{
    margin: 0;
    padding: 0;
}
.accordion-body  p{font-size: 14px; padding-bottom: 5px;}
.swatches-color {
    display: flex ;
    gap: 15px;
    flex-wrap: wrap;
    text-align: center;
} 
.color-box{background-color: #F5F5F5; text-align: center; border: 1px solid #ccc; }
.color-img {
    aspect-ratio: 1 / 1;
    width: 150px;
    height: 130px;
    overflow: hidden;
}

.color-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.color-content{ font-size: 11px; padding: 4px; }

button.free-swatch {
    font-size: 13px;
    margin: 10px 0;
    background: #fff;
    border: 1px #5c5c5c63 solid;
    color: #5c5c5c63;
}


@media (max-width: 1200px) {

    .swatches-color { 
        gap: 14px; 
        justify-content: space-between;
    } 

.color-img { 
    width: 140px; 
}

}


/* ------------radio check  for mould -------------- */

.mount {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
}

.mount-box {
    width: 50%;
    text-align: center;
}
.radiobtn {
    position: relative;
    display: block;
}

.radiobtn label {
    text-transform: uppercase;
   }

.radiobtn label span{
 font-weight: bold;
}

.radiobtn label {
    display: block;
    color: #444;
    border-radius: 5px;
    padding: 10px 20px;
    border: 2px solid #ccc;
    margin-bottom: 5px;
    cursor: pointer;
}
.radiobtn label p {
    font-size: 20px;
}
.radiobtn label:after, .radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #ccc;
}
.radiobtn label:before {
    background: transparent;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    width: 0;
    height: 0;
    background-image:url(../images/icon/check.svg);
}
.radiobtn input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    appearance: none;
}
.radiobtn input[type="radio"]:checked + label {
    background: #ccc;
    animation-name: blink;
    animation-duration: 1s;
    border-color: #f5f5f5;
}
.radiobtn input[type="radio"]:checked + label:after {
    border: #ccc 1px solid;
    background: #fff;
}
.radiobtn input[type="radio"]:checked + label:before {
    width: 30px;
    height: 30px;
}


@media (max-width: 767px) {
    .mount { 
        flex-wrap: wrap;
    }
    .mount-box {
        width: 100%; 
    }
}