

a {
    color: #7f7f7f;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


.header-style-1 .primary-nav-section{
    width: 100%;
    line-height: 42px;
}


.prodcut-thumb-row{
    padding: 20px 0px;
}


.cat-row .banner-item{
    padding: 20px 0px 0px;
    text-align: center;
}


.add-row .banner-item{
    padding: 0px 0px 0px;
    text-align: center;
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.085);
}

.product-card {
    padding-bottom: 20px;
    border: 0;
    transition: all 0.15s ease-in-out;
}

.product-card .badge {
    position: absolute;
    top: 15px;
    left: .15px;
    z-index: 5;
}

.btn-wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    width: 35px;
    height: 35px;
    padding: 0 !important;
    transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,border-color 0.25s ease-in-out,box-shadow 0.2s ease-in-out;
    border: 0;
    border-radius: 50%;
    background-color: #f7f7f8;
    color: #373f50;
    text-align: center;
    font-size: 15px;
}

.btn-wishlist:hover {
    color: #fff;
    background-color: var(--main);
}

.d-block {
    display: block !important;
}
.overflow-hidden {
    overflow: hidden !important;
}

.card-img-top, .card-img-bottom {
    width: 100%;
}



.product-card .card-body {
    position: relative;
    background-color: #fff;
    z-index: 2;
}
.py-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
.card-body {
    flex: 1 1 auto;
    padding: 20px 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}


.product-meta {
    transition: color 0.25s ease-in-out;
    color: var(--text-muted);
    text-decoration: none !important;
}
.pb-1 {
    padding-bottom: 5px !important;
}

.pb-2 {
    padding-bottom: 8px !important;
}

.pb-10 {
    padding: 10px 0px !important;
}


.fs-xs {
    font-size: 12px !important;
}
.d-block {
    display: block !important;
}

.product-title{
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 20px;
    color: #373f50;
    font-size: 13px;
    font-weight: bold;
    max-height: 40px;
    overflow: hidden;
}

.prodcut-info-container{
    min-height: 110px;
}

.saperator-block {
    display: block;
    width: 100%;
    height: 30px;
}



.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.text-accent {
    color: var(--price-color) !important;
    font-size: 18px;
    padding-right: 5px;
}
.text-muted {
    color: var(--text-muted) !important;
}
.fs-sm {
    font-size: 13px !important;
}

.product-rating{
    color: var(--rating);
    padding-top: 5px;
}

.view-more-button-area{
    display: block;
    padding: 20px 0px;
    text-align: center;
    position: relative;
}


.form-option {
    padding-left:0
   }
   .form-option.form-check-inline {
    margin-right:5px;
   }
   .form-option .form-check-input {
    border:0;
    background:none;
    opacity: 0;

   }
   .form-option-label {
    position:relative;
    min-width:32px;
    height:32px;
    margin-bottom:0;
    padding-top:1px;
    padding-right:5px;
    padding-left:5px;
    transition:color 0.2s ease-in-out,border-color 0.2s ease-in-out;
    border: 1px solid #edebd9;
    border-radius: 4px;
    color: #aaa;
    font-size:12px;
    font-weight:normal;
    text-align:center;
    line-height:28px;
    cursor:pointer;
    background: #fff;
   }

   .rounded-circle {
    border-radius: 50% !important;
   }

   .form-option-color {
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    width:25.6px;
    height:25.6px;
    margin-top:-13px;
    margin-left:-13px;
    background-position:top left;
    background-size:24px 24px;
    background-repeat:no-repeat
   }


   .form-check {
    display:block;
    margin-bottom:2px;
   }

   .form-check-inline {
    display:inline-block;
    margin-right:16px;
   }

   .form-check .form-check-input {
    /* float:left;
    margin-left:-24px; */
    position:absolute;
   }
   .form-check-input {
    width:16px;
    height:16px;
    margin-top:4px;
    vertical-align:top;
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    border:1px solid #c1cdd7;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-print-color-adjust:exact;
    color-adjust:exact
   }
   .form-check-input[type="checkbox"] {
    border-radius:5px;
   }
   .form-check-input[type="radio"] {
    border-radius:50%
   }
   .form-check-input:active {
    filter:none
   }
   .form-check-input:focus {
    border-color:#ffb4b5;
    outline:0;
    box-shadow:0 0 0 0 rgba(254,105,106,0.25)
   }


   .form-check-input:disabled {
    pointer-events:none;
    filter:none;
    opacity:.6
   }
   .form-check-input[disabled] ~ .form-check-label,
   .form-check-input:disabled ~ .form-check-label {
    opacity:.6
   }



   
   .mb-2 {
    margin-bottom:8px !important
   }

   .form-control{
    font-size: 14px;
   }

   .btn{
    font-size: 14px;
   }

   .btn-outline{
    padding: 5px 10px;
    border: 1px solid #edebd9;
    border-radius: 4px;
    color: #aaa;
   }

   .btn-outline:hover{
    border: 1px solid var(--main);
    color: var(--main);
   }

   .card-body .chosen-container{
    width: 100px  !important;
    border: 1px solid var(--rating);
    border-radius: 4px;
    padding: 2px;
    text-align: left;
   }
   .card-body .chosen-container .chosen-single{
       border: 0px !important;
   }


   .detail-info .chosen-container{
    width: 100px  !important;
    border: 1px solid var(--rating);
    border-radius: 4px;
    padding: 2px;
    text-align: left;
   }
   .detail-info .chosen-container .chosen-single{
       border: 0px !important;
   }


   .group-flash {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 1px;
    height: auto;
    max-width: 100px;
    z-index: 1;
   }

   .flash-item {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    background: var(--flash-item);
    background-color: var(--flash-item);
    font-size: 10px;
    font-weight: 600;
    padding: 2px 9px 5.5px 9px;
    line-height: 10px;
    position: relative;
    margin-bottom: 10px;
    margin-left: 8px;
   }
   .flash-item.sale-label {
    background-color: var(--sale-label);
    margin-left: 8px;
   }

   .flash-item.new-label {
    background-color: var(--new-label);
    margin-left: 8px;
   }

   .flash-item::before {
    content: '';
    display: block;
    border-top: 0 solid var(--sale-label);
    border-top-color: var(--sale-label);
    border-left: 9px solid var(--sale-label);
     border-left-color: var(--sale-label);
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 4px;
   }

   .flash-item.sale-label::before {
    border-top-color:var(--new-label);
    border-left-color:var(--new-label);
  }

  .flash-item.new-label::before {
    border-top-color: var(--new-label);
    border-left-color: var(--new-label);
  }


  .product-card .card-body {
    position:relative;
    background-color:#fff;
    z-index:2
   }

 
   .product-card .card-body-hidden {
    position:absolute;
    left:0;
    bottom: 0px;
    width:100%;
    transition:all 0.15s ease-in-out;
    background-color:#ffffffe0;
    opacity:0;
    visibility:hidden;
    z-index:2;
    height: auto;
   }


.offer-timer{
    font-size: 13px;
    line-height: 17px;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 5px;
    background: var(--offer-timer-bg);
    font-weight: bold;
}

.offer-timer span:not(:last-child)::after{
    content: ":";
    font-size: 20px;
    line-height: 17px;
    font-weight: 300;
    margin-right: 10px;
    margin-left: 10px;
}
.offer-timer span b{
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
}
.offer-timer::before{
    content: "\f017";
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 21px;
    display: inline-block;
    margin-left: 19px;
    margin-right: 19px;
}

.b-margin-0{
    margin-bottom: 0px;
}

.b-margin-20{
    margin-bottom: 20px;
}

.t-margin-0{
    margin-top: 0px;
}

.section-header{
    text-transform: uppercase;
}



.featured .container{
    padding: 20px 0px 30px;
}


.brand.section-header{
    margin-top: 50px;
    margin-bottom: 25px;
}


.m-t-0{
    margin-top: 0px;
}

.m-top-20{
    margin-top: 20px;
}

.m-top-30{
    margin-top: 30px;
}

.m-top-40{
    margin-top: 40px;
}

.m-b-0{
    margin-bottom: 0px;
}
.m-bottom-20{
    margin-bottom: 20px;
}

.m-b-25{
    margin-bottom: 25px;
}

.m-b-50{
    margin-bottom: 75px;
}

.m-b-75{
    margin-bottom: 75px;
}

.main-footer-content{
    padding-bottom: 40px;
}



.wrap-footer-item .link-term:hover {
    background: none;
}

.grid-row{
    margin-top: 25px;
    position: relative;
}

.filters-left a:hover{
    color: var(--main);
    background: none;
    text-decoration: none;
}

.filters-left a.active{
    color: var(--main);
    background: none;
    text-decoration: none;
}

.list-category .open > a{
    color: var(--main);
    background: none;
    text-decoration: none;
}

.filter_for_mob{
    display: none;
}

.product-gallery .flex-active{
    border: 1px solid var(--main);
}


.theme_btn{
    display: block;
    background-color: var(--forth);
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    color: #fff !important;
    border: 1px solid #999 !important;
    padding: 4.5px 10px !important;
    text-align: center;
    border-radius: 5px !important;
}

.wrap-nav.horizontal-nav.bottom-menu ul {
    text-align: center;
}

.wrap-nav.horizontal-nav.bottom-menu {
    padding: 40px 20px 0px;
    width: 100%;
}



.theme_btn:hover{
    background-color: var(--main) !important;
    color: #fff !important;
    border: 1px solid var(--main) !important;
}


.btn:hover{
    background-color: var(--main) !important;
    color: #fff !important;
    border: 1px solid var(--main) !important;
}

.sub-caption{
    font-weight: bold;
}


.product-thump-area {
    position: relative;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


.color_thumb {
    width: 45px;
    overflow: hidden;
}

.wrap-product-detail .btn-compare {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
    color: var(--forth);
    text-transform: capitalize;
}


.wrap-product-detail .btn-wishlist-1 {
    float: right;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
    color: var(--forth);
    text-transform: capitalize;
}


.wrap-product-detail .btn-compare:hover {
    color: var(--main);
}

.wrap-product-detail .btn-wishlist-1:hover {
    color: var(--main);
}

.link-to-product{
    padding: 5px;
}

.prodcut-attr{
    margin: 0px;
    padding: 2px 5px;
    color: var(--forth);
    position: relative;

}

.prodcut-attr-caption{
    font-weight: bold;
    padding-right: 5px;
}

.btn-whatsapp{
    background: #1a970f !important;
    color: #fff !important;
    border: #1a970f 1px solid !important;
}

.btn.btn-whatsapp:hover{
    border: #1a970f 1px solid !important;
}

.btn.btn-whatsapp:focus{
    border: #1a970f 1px solid !important;
}

.fa-whatsapp{
    font-size: 40px;
    padding-right: 5px;
    font-weight: bold;
    display: table-cell;
    vertical-align:middle;
}

.button-text{
    display: table-cell;
    vertical-align: top;
}


.btn-checkout{
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px;
    margin-top: 12px;
    margin-bottom: 18px;
    background: var(--forth);
    border-radius: 5px;
    border: 1px solid var(--forth);
}



.btn.disabled, .btn:disabled {
    opacity: 0.65;
    box-shadow: none;
    cursor:not-allowed;
  }

.p-left-8{
    padding-left: 8px;
}

.p-10{
    padding: 10px;
}


.action_table{
    display: table;
    padding: 0px;
}

.action_table_cell{
    display: table-cell;
    vertical-align: middle;
    padding: 0px;
}

.action_info {
    margin-bottom: 0px;
}

.action_logo{
    width: 175px;
    height: auto;
    display: block;
}

.action_name{
    width: 100%;
    display: block;
}


.address_block {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ededf0;
    border-radius: 5px;
    margin-top: 15px;
}

.address_block .card-header {
    background: #fbfbfb;
}

.address-title{
    font-size: 16px;
    padding: 0px;
    margin: 0px;
}

.address_content {
    padding: 10px;
}

.address_content_info{
    display: block;
    font-size: 15px;
    padding-bottom: 5px;
}





/*-----------checkout-----------*/

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-heading {
    color: #aaa;
    background-color: #edebd9;
    border-color: #ddd;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #037272;
}

.address-info {
    font-size: 13px;
    color: var(--forth);
    margin: 0px;
    padding: 2px 2px;
}

.address-info.default{
    padding: 5px 0px 10px;
    font-style: italic;
}

.action_name{
    font-weight: bold;
    font-size: 14px;
}

.address_content_button{
    display: block;
    padding-top: 10px;
}

.address_content_marker_button{
    font-size: 13px;
    color: #999 !important;
}

.address_content_marker{
    font-size: 30px;
    float: left;
}



.ceckout-action-label{
    font-size: 12px;
    color: var(--forth);
    cursor: pointer;
    font-weight: bold;
    line-height: 15px;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 12px;
}

.ceckout-action-label:hover{
    color: var(--main);
}


input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
  
    font: inherit;
    color: var(--forth);
    width: 18px;
    height: 18px;
    border: 1px solid var(--forth);
    border-radius: 50%;
    transform: translateY(-0.075em);
  
    display: grid;
    place-content: center;
    cursor: pointer;

  }


input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    /* Windows High Contrast Mode */
    background-color: var(--main);
  }

input[type="radio"]:hover {
    border: 1px solid var(--main);
}


input[type="radio"]:checked {
    border: 1px solid var(--main);
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

input[type="radio"]:focus {
    border: 1px solid var(--main);
}


.mt-12 {
    margin-top: 12px;
}

.mr-15 {
    margin-right: 15px;
}
.btn-default {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}

.sub-block{
    display: block;
    padding: 5px 0px;
}

.text-start {
    font-size: 14px;
}

.text-end{
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.f-s-18{
    font-size: 18px;
}


.mb-10 {
    margin-bottom: 10px;
}

.mr-10 {
    margin-right: 10px;
}


.v-a-t{
    vertical-align: top !important;
}

.f-s-13{
    font-size: 13px;
}


.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control{
    width: 100%;
    display: table-cell;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: top;
}

.btn-coupon{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}




.checkout-error .product-image {
    width: 75px !important;
}

.checkout-error .product-info {
    margin-left: 75px !important;
}


.checkout-error .product-info a {
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    color: #037272;
    display: block;
    text-transform: capitalize;
}

.checkout-error .product-info a:hover {
    color: var(--main);
}

/*-----modal-----*/

.theme-card-header {
    background: #769d9d;
    color: #fff;
    font-weight: 600;
}

.card-title {
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}

.card-header > .card-tools {
    float: right;
    margin-right: 0px;
}

.address-card{
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
}

.theme-card-header a {
    color: #cbdbce !important;
    cursor: pointer;
    font-size: 15px;
}

.theme-card-header a:hover {
    color: #fccf17  !important;
    cursor: pointer;
}

.sub-form-header {
    font-size: 20px;
    color: var(--forth);
}




/*-----modal end-----*/


.p-t-10{
    padding-top: 10px;
}


.theme-button-01{
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: 1px solid #edebd9;
    padding: 0;
    line-height: 20px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 8px;
    color: var(--forth);
}

.theme-button-01:hover{
  color: #fff;
  background: var(--main);
}

.fa-trash{
    color: #ff2832;
}

.btn-address{
    color: #fff;
    background: var(--second);
}


.adr-saparator{
    margin-top: 10px;
    margin-bottom: 15px;
}


.item_qty_price{
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: var(--forth);
}

.item_subtotal{
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.prodcut-unit-caption{
  font-weight: bold;
}

.qty_block{
    padding: 5px 10px;
    border-bottom: 1px solid #edebd9;
}

.price_block{
    padding: 10px 10px 0px;
}

.side-p-10{
    padding-left: 10px;
    padding-right: 10px;
}

.m-t-10{
    margin-top: 10px;
}

.m-t-20{
    margin-top: 20px;
}

.m-t-30{
    margin-top: 30px;
}

.m-t-50{
    margin-top: 30px;
}


.resposive-caption{
    display: none;
}

.products-cart.checkout{
    border-top: none;
}




.card-body p{
    font-size: 13px;
    color: var(--forth);
}

.list-summary-item{
    border-bottom: 1px solid #edebd9;
    padding: 10px;
    color: var(--forth);
}

.list-summary-total{
    padding: 20px 10px;
    font-size: 18px;
    line-height: 18px;
    color: var(--price-color);
    font-weight: 600;
}

.checkout-actions{
    padding-top: 20px;
}


.btn-place-order {
    width: 225px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px;
    margin-top: 12px;
    margin-bottom: 18px;
    background: var(--second);
    border-radius: 5px;
    border: 1px solid var(--second);
}



.btn-back {
    width: 225px;
    color: var(--forth);
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px;
    background:none;
    border-radius: 5px;
    border: 1px solid #edebd9;
}


.wrap-login-item .form-item.login-form {
    padding-right: 40px;
    margin-bottom: 65px;
    padding-left: 40px;
}

.form-stl {
    border: 1px solid #e6e6e6;
    padding: 40px 20px;
    padding-right: 20px;
    padding-left: 20px;
    box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    border-radius: .5rem;
}

.mb-4.alert-danger .font-medium.text-red-600{
    font-size: 14px;
    font-weight: 700;
    padding: 0px 5px 5px;
}


.mb-4.alert-danger ul{
    padding: 0px;
}

.mb-4.alert-danger li{
    padding: 5px 5px;
    list-style: none;
}



.topbar-menu-area .topbar-menu ul li a:hover{
    cursor: pointer;
}


/*--------page-----*/

.page-data{
    font-size: 14px;
    text-align: justify;

}
.page-header{
    margin: 10px 0 10px;
    font-size: 36px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}
.col-6-img{
    padding: 15px;
}
.page-content{
    padding: 15px;
}
.col-6-img img {
    max-width: 100%;
    height: auto;
}

.page-content p {
    text-align: justify;
    font-size: 14px;
}



/*---------------Menu-----------------*/


.primary-nav-section .primary > .menu-item:not(.item-megamenu), .primary-nav-section .primary > .menu-item.default-hiden {
    position: relative;
}

.primary-nav-section .primary > .menu-item {
    display: block;
    float: left;
    position: static;
}

.menu-item-has-children:hover > .submenu {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

 .primary .submenu {
    width: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    min-width: 200px;
    max-width: 320px;
    z-index: 100;
    background-color: #fdfdfd;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}


.primary .submenu li {
    list-style: none;
    width: 100% !important;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid #e6e6e6;
    border-right: 2px solid #e6e6e6;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
}

.primary .submenu li a {
    font-size: 13px;
    color: #555555;
    line-height: 39px;
    font-weight: 400;
    padding: 0;
    width: 100%;
    display: block;
}

.primary .submenu li {
    list-style: none;
}
.menu-item-has-children:hover > .submenu {
    visibility: visible;
}

.submenu .menu-item.menu-item-has-children::after {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    font-size: 13px;
    color: #666666;
    line-height: 40px;
    width: 5px;
    position: absolute;
    top: 0px;
    right: 15px;
}


.retail-clone-wrap .menu-item.home-icon a {
    font-size: 20px;
}

.retail-clone-wrap .menu-item.menu-item-has-children::after {
    content:none;
}



/*--------------*/

.payment_method{
    width: 85px;
    padding: 5px;
}

.wrap-top-banner{
    position: relative;
}

.offer-content {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    z-index: 1;
    text-transform: capitalize;
}

.offer-title {
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.wrap-main-slide-3 .item-slide .wrap-banners.type-1.text-left-10,
.wrap-main-slide .slide-carousel .slide-info.text-left-10{
    left:10%;
}

.wrap-main-slide-3 .item-slide .wrap-banners.type-1.text-left-50,
.wrap-main-slide .slide-carousel .slide-info.text-left-50{
    left:50%;
}


.wrap-main-slide .active .slide-1 .subtitle {
    width: 100%;
}

.btn-link-span{
    display: block;
    width: 100%;
    margin-top: 10px;
}

.wrap-top-banner-3 .banner-style-vertical.block-left{
    padding-left: 0.8547008547%;
}

.wrap-top-banner-3 .banner-style-vertical.block-right{
    padding-right: 0.8547008547%;
}

.banner-style-vertical.block-right figure {
    margin: 0px;
}


.banner-style-vertical.block-left figure {
    margin: 0px;
}



.wrap-main-slide-3 .item-slide .sale-info{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-top: 8px;
    margin-left: -1px;
    margin-bottom: 20px;
}
.wrap-main-slide-3 .item-slide .sale-info .price{
    font-weight: 700;
    font-size: 24px;
}


/*------inspiration------**/

.inspiration-header {
    margin: 10px 0 5px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
}

.widget-menu-link {
    display: block;
    padding: 5px 10px;
}

.inspiration-data{
    font-size: 14px;
    text-align: justify;
    padding-right: 0;
}

@media (max-width: 575px) {

    .inspiration-data{
        padding-right: 15px;
    }

}

.wrap-pagination-info{
    position: relative;
    height: 70px;
}

.wrap-pagination-info .module-loading{
    height: 70px;
    min-height: 70px;
}

.inspiration-banner{
    width: 100%;
    height: auto;
    max-height: 400px;
    margin-bottom: 10px;
}


.widget.inspiratios{
    margin-top: 0px;
}


.after-full-rec-load{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 25px 5px;
}


.ins-prodcut-area{
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}


.ins-prodcut-info{
    position: absolute;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    text-transform: uppercase;
}



.content-product-left{
    position: relative;
}



/*--product details----*/


.product-gallery .slides > li:first-child {display: block; -webkit-backface-visibility: visible;} 
.product-gallery .slides > li {display: none; -webkit-backface-visibility: hidden;}


.flash-item.sale-label.offer::before {
    content: '';
    display: block;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 4px;
}


.card-body .size-list {
    width: 100px !important;
    border: 1px solid var(--rating);
    border-radius: 4px;
    padding: 5px 5px;
    text-align: left;
    margin-right: 2px;
}

.size-select-container .btn{
    margin-top: -3px;
}


.card-body .color-list {
    width: 180px;
    border: 1px solid var(--rating);
    border-radius: 4px;
    padding: 5px 5px;
    text-align: left;
    margin-right: 2px;
    margin-top: 20px;
}


.short-desc p {
    font-size: 14px;
    line-height: 20px;
    text-align:justify;
}

.product-gallery{
    position: relative;
    overflow: hidden;
}


.btn-theme-style-1 {
    width: auto;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 15px;
    background: var(--second);
    border-radius: 5px;
    border: 1px solid var(--second);
}

.btn-theme-style-2 {
    width: auto;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid #edebd9;
}

.wrap-butons .btn-wishlist.btn-sm
{
    top: 2px;
    left: 10px;
    position: relative;
}

.form-group-pin{
    position: relative;
    margin-top: 15px;
}

.chk_pin {
    position: absolute;
    top: 0px;
    right: 0px;
}


.chk_pin button {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}



.widget {
    padding: 15px;
    margin-bottom: 30px;
}


.pincode_notes {
    padding: 10px 0px;
    text-align: justify;
}


.widget .products {
    margin-top: 15px;
}

.action-container{
    position: relative;
}


.review-user-img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    float: left;
}

.comment-text .product-rating {
    text-align: left;
    padding-bottom: 5px;
}



.swal2-content {
    color: #999 !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    word-wrap: break-word;
}


.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #999 !important;
    font-size: 17px !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}

.swal2-styled.swal2-confirm {
    background-color: #999 !important;
    font-size: 14px !important;
}




/*------Q and A-----*/

.widget.help-topics{
    margin-top: 0px;
}
.q-and-a-article{
    border: 1px solid #e6e6e6;
    padding: 15px;
    margin-bottom: 20px !important;
}

.q-and-a-block{
    position: relative;
    display: block;
}
.q-and-a-question{
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0px;
}
.q-and-a-answer{
    display: block;
    font-size: 13px;
}

/*---product list page--*/

.w-full{
    width: 100%; 
 }
 
.filter-widget {
    background: #ecedd90d;
    border: 1px solid #e6e6e6;
}

.fliter-colors{
    padding: 15px 5px 0px;
}

.fliter-sizes{
    padding: 15px 5px 0px;
}


.fliter-sizes .form-option-label {
    font-size: 14px;
    padding: 1px 8px;
    font-weight: 500;
}

.chk_area {
    list-style: none;
    float: left;
    width: 100%;
    padding: 7px 0px; 
}

.chk_area:first-child {
    margin-top: 10px;
  }

.chk_area:last-child {
    padding-bottom: 0px !important;
}

.chk_label {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .chk_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
  }
  
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .chk_label input:checked ~ .checkmark:after {
    display: block;
  }
  
  .chk_label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .additional-filter{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 82%;
  }

  .additional-filter:hover {
    cursor: pointer;
  }

  .additional-filter::after {
    content: "\f107";
    float: right;
    font-family: FontAwesome;
    border-top: none;
}

.collapse .widget-content {
    border-top: 1px solid #e6e6e6;
    margin-top: 12px;
}

.additional-filter[data-toggle="collapse"]::after {
    transition: all .1s ease-in-out;
    transform-origin: center center;
}

.additional-filter[data-toggle="collapse"][aria-expanded="true"]::after {
    transform: rotate(180deg);
}


.clear_filter {
    float: right;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #037272;
    padding: 3px 5px;

}

.control-show-more {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    min-width: 122px;
    border-radius: 5px;
    padding: 4.5px 10px;
    margin-top: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

/*----Price range----------*/


.price-range-wrapper{
    position: relative;
    width: 100%;
}
.price-range-container{
    position: relative;
    width: 100%;
    height: 30px;
    margin-top: 20px;		
 } 


input[type="range"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}



.slider-track{
    width: 100%;
    height: 5px;
    background: #cfd0d0b5;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    border: 1px solid #d0c1c1;
}



input[type="range"]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 5px;
}
input[type="range"]::-moz-range-track{
    -moz-appearance: none;
    height: 5px;
}
input[type="range"]::-ms-track{
    appearance: none;
    height: 5px;
}
input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: var(--main);
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

input[type="range"]::-moz-range-thumb{
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--main);
    pointer-events: auto;
}
input[type="range"]::-ms-thumb{
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--main);
    pointer-events: auto;
}
input[type="range"]:active::-webkit-slider-thumb{
    background-color: #ffffff;
    border: 3px solid var(--main);
}
.values
{
    width: 100%;
    position: relative;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: var(--forth);
}

/*------offer page-------*/


.offer-info-box{
    display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    font-size: 0;
}

.offer-info-box .offer-content{
    color: #242320;
    white-space: nowrap !important;
    overflow: hidden;
    max-width: 80%;
}

.offer-info-box .offer-banner{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}


/*--------cart page------------*/


.btn-remove {
    width: auto;
    color: #f40b0b;
    text-align: center;
    font-size: 20px;
    padding: 0px 6px;
    background: none;
    border-radius: 5px;
    border: 1px solid #edebd9;
}


.cart-product-color {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.cart-product-color-name {
    display: block;
    position: absolute;
    top: 2px;
    left: 80px;
    width: auto;
}

.cart-qty-actions{
    position: relative;
    display: table;
}

.cart-qty-warning{
    text-align: center;
    padding: 5px;
    margin-bottom: 0px;
}


.form-label {
    font-weight: 600;
    color: var(--forth);
    font-size: 1rem;
    font-size: 14px;
}

.cart-message-head{
    font-size:25px;
    margin-bottom: 15px;
}

.cart-message-content{
    font-size:14px;
}

.btn-border{
    border: 1px solid #edebd9;
    color: var(--forth);
}

.product-error {
    position: relative;
    padding: 15px;
    width: 100%;
}

.product-error .product-image{
    width:150px;
    float: left;
    position: relative;
}

.product-error .product-info{
    width: auto;
    position: relative;
    padding: 0px 10px;
    margin-left: 160px;
}


.btn-wishlist .fa-times-circle{
    font-size: 18px;
    color: red;
}


.checkout-action-buttons {
    text-align: right;
}



/*----------------------*/


.module-loading {
    background: #ffffffcf;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: block;
    min-height: 200px;
    max-height: 100%;
    text-align: center;;
}

.loading-state {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f9f9f9f0;
    z-index: 10;
    top: 0px;
    left: 0px;
    text-align: center;;
}


.spinner-area{
    top: 50%;
    position: relative;
    display: block;
    font-weight: bold;
}

.pr-cart-item .spinner-area{
    top: 35%;
}


.la-line-scale,
.la-line-scale > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-line-scale {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-line-scale > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-line-scale {
    height: 32px;
}
.la-line-scale > div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-animation: line-scale 1.2s infinite ease;
       -moz-animation: line-scale 1.2s infinite ease;
         -o-animation: line-scale 1.2s infinite ease;
            animation: line-scale 1.2s infinite ease;
}
.la-line-scale > div:nth-child(1) {
    -webkit-animation-delay: -1.2s;
       -moz-animation-delay: -1.2s;
         -o-animation-delay: -1.2s;
            animation-delay: -1.2s;
}
.la-line-scale > div:nth-child(2) {
    -webkit-animation-delay: -1.1s;
       -moz-animation-delay: -1.1s;
         -o-animation-delay: -1.1s;
            animation-delay: -1.1s;
}
.la-line-scale > div:nth-child(3) {
    -webkit-animation-delay: -1s;
       -moz-animation-delay: -1s;
         -o-animation-delay: -1s;
            animation-delay: -1s;
}
.la-line-scale > div:nth-child(4) {
    -webkit-animation-delay: -.9s;
       -moz-animation-delay: -.9s;
         -o-animation-delay: -.9s;
            animation-delay: -.9s;
}
.la-line-scale > div:nth-child(5) {
    -webkit-animation-delay: -.8s;
       -moz-animation-delay: -.8s;
         -o-animation-delay: -.8s;
            animation-delay: -.8s;
}
.la-line-scale.la-sm {
    width: 20px;
    height: 16px;
}
.la-line-scale.la-sm > div {
    width: 2px;
    height: 16px;
    margin: 1px;
    margin-top: 0;
    margin-bottom: 0;
}
.la-line-scale.la-2x {
    width: 80px;
    height: 64px;
}
.la-line-scale.la-2x > div {
    width: 8px;
    height: 64px;
    margin: 4px;
    margin-top: 0;
    margin-bottom: 0;
}
.la-line-scale.la-3x {
    width: 120px;
    height: 96px;
}
.la-line-scale.la-3x > div {
    width: 12px;
    height: 96px;
    margin: 6px;
    margin-top: 0;
    margin-bottom: 0;
}
/*
 * Animation
 */
@-webkit-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
    }
}
@-moz-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
           -moz-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
           -moz-transform: scaleY(1);
                transform: scaleY(1);
    }
}
@-o-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
             -o-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
             -o-transform: scaleY(1);
                transform: scaleY(1);
    }
}
@keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
           -moz-transform: scaleY(.4);
             -o-transform: scaleY(.4);
                transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
           -moz-transform: scaleY(1);
             -o-transform: scaleY(1);
                transform: scaleY(1);
    }
}


@media (max-width: 991px)
{
    .cat-row .banner-item{
        padding: 10px 0px 0px;
    }

    .add-row .banner-item{
        padding: 10px 0px 0px;
        text-align: center;
    }
        
}


@media (min-width: 767px) 
{
    .product-card:hover:not(.card-static) {
        border-color:#fff !important;
        box-shadow:2px 0px 29px -17px rgba(0,0,0,0.50);
        z-index:10
    }
    .product-card:hover:not(.card-static) .product-card-actions .btn-action {
        opacity:1;
        visibility:visible
    }
    .product-card:hover:not(.card-static) .card-body-hidden {
        opacity:1;
        visibility:visible;
    }

}



@media (max-width: 767px)
{


    .filters-left{
        position: fixed;
        left: -100%;
        right: auto;
        top: 0;
        bottom: 0;
        background-color: #fff;
        width: 310px;
        padding: 0;
        z-index: 998;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        overflow-y: scroll;
    }
    
    .filter_for_mob {
        position: fixed;
        top: 22%;
        left: -5px;
        z-index: 500;
        width: 51px;
        height: 49px;
        background-color: #777;
        opacity: 1;
        color: #fff;
        border-radius: 3px;
        text-align: center;
        line-height: 51px;
        opacity: 1;
        transition: all 0.2s;
        visibility: visible;
        display: block;
        cursor: pointer;
        font-size: 32px;
    }

    .filter_for_mob:hover {
      background-color: var(--main);
    }


    .filter_for_mob_bg {
        background: #000 none repeat scroll 0 0;
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }

 
    .filters-left.show_mob_filter {
        left: 0px;
        width: 85%;
        padding: 25px 30px;
        max-width: 400px;
    }

    .filters-left.show_mob_filter .widget-banner{
        display: none;
    }

    .filters-left.show_mob_filter .widget-product{
        display: none;
    }


    .item_qty_price{
        display: none;
    }

    .resposive-caption{
      display: block;
    }

    .wrap-iten-in-cart .products-cart .product-info{
        padding-left: 0px;
    }

    .wrap-top-banner-3 .banner-style-vertical.block-right{
        display: none;
    }

    .wrap-top-banner-3 .banner-style-vertical.block-left{
        display: none;
    }

    .detail .sitebar{
        padding: 5px 15px;
    }



    .offer-info-box{
        display: inline-block;
        margin: 0;
        padding: 0;
        max-width: 100%;
        font-size: 0;
    }
    
    .offer-info-box .offer-content{
        top: 0px;
        right: 0px;
        max-width: 100%;
        position: relative;
        border: 0px !important;
        border-radius: 0px;
        white-space: normal !important;
    }
    
    .offer-info-box .offer-banner{
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }




}



@media (max-width: 650px)
{
    .offer-content {
        top: 0px;
        right: 0px;
        width: 100%;
        position: relative;
        border: 0px !important;
        border-radius: 0px;
        background: #f7f7f8;
    }
    
    .offer-title{
        margin-top: 0px;
    }
}