/* -----Cover Spin Start-------*/

.cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
.cover-spin h2{
 clear:both;
 float:left;
 position:absolute;
 top:50%; 
 left: 0;
 right:0;
 color:hsl(130, 30%, 31%);
 text-align:center;
}
.cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#e91e63;
    border-top-color:transparent;
    border-width: 6px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/* -----Cover Spin End-------*/

/*** Bootstrap column ***/
.col-xs-6 {
        width: 50%;
}
@media (max-width: 575px) {

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-push-8 {
        left: 66.66666667%;
    }
}
@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }
}
@media (min-width: 992px) {
    .col-md-pull-4 {
        right: 33.33333333%;
    }
}
@media (min-width: 992px) {
    .col-md-8 {
        width: 66.66666667%;
    }
}

.col-md-4,  .col-md-8{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
/*** END ***/

/*** Cart ***/
.summary_top{
    margin-top:10px;
}

.summary_top h3{
    color:#000;
    font-size: 24px;
}
.close_btn_div{position: absolute; top: -7px; right: -10px;}

.btn.btn-sm.btn-delete2 {
    padding: 6px 9px;
    font-size: 12px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 50%; line-height:normal;
}

.btn-dark {
    color: #eaeaea;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.close_btn_div a i{color: #fff;}
.text-white{ color:#fff; }

@media (max-width: 992px){
.inner_sticky2 {
    position: relative !important;
    position: relative !important;
    top: 0 !important;
    margin-bottom: 20px;
}
}
.inner_sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    margin-bottom: 20px;
}
/*-- CHECKOUT FINAL PAGE --*/






.inner_mid{background-color: #fff;}

.left_cart{margin-bottom: 20px;}
.left_collapse{ width: 100%; text-align: left; padding-left: 10px; background:#6eab78; color: #000; border:none;padding-top: 10px; padding-bottom: 10px; font-size: 17px;}
.left_collapse span{color: #000; background: #fff; padding: 3px 7px; font-weight: bold; margin-right: 7px; border-radius: 2px; font-size: 12px;vertical-align: middle;}


.cart_inner{padding: 15px; background: #fff;  -webkit-box-shadow: 0px 3px 7px #c5c5c5;
-moz-box-shadow: 0px 3px 7px #c5c5c5;
box-shadow: 0px 3px 7px #c5c5c5;}
.cart_inner1{padding:0 15px 15px 15px;background: #fafafa;border: 1px solid #fde8ef;}




.cart2{margin-top: 20px;}
.login_cart_top h4{ margin-top: 0;}
.login_cart_top h4 span{padding:2px 5px; background:#fff7c9; font-weight: bold;}
.login_cart_bottom p{ font-size: 13px;}

.login_cart_bottom p span{font-weight: bold;}



.add_new2{}
.add_new2 label{ color: #2874f0;}
.add_new2 label{ color: #2874f0;}
.add_new2 a{ display: inline-block; font-size: 13px;}

.cart_block2{ border: 1px solid #d1d1d1; padding: 10px; margin-bottom: 15px;}

.cart_image2{ max-width: 140px; max-height: 180px; margin-top: 4px; position: relative;}
.cart_image2 img{border: 1px solid #d1d1d1;}
.cart_detail2{}
.cart_detail2 p{font-size: 13px; color:#535766; font-weight: 600;}
.cart_detail_top2{ margin-bottom: 10px;}
.cart_detail_top2 a{ font-size: 14px; color:#000; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;}
.cart_detail_top2 h6{margin: 0; font-size: 13px;}


.qty_div2{}
.qty_div2 p{ margin-top: 10px; font-weight: normal;}
.qty_div2 p span{font-size: 14px; color: #000; margin-right: 3px;}




.cart_price2{ text-align: right;}
.cart_price2 p{color: #444; font-weight: normal;}

.close_btn_div{position: absolute; top: -7px; right: -10px;}

.btn.btn-sm.btn-delete2 {
    padding: 6px 9px !important;
    font-size: 12px;
    min-width: 28px;
    min-height: 28px;
    border-radius: 50%; line-height:normal;
}

.btn-dark {
    color: #eaeaea;
    background-color: #3e3e3e;
    border-color: #3e3e3e;
}

.close_btn_div a i{color: #fff;}


.cart_inner2{padding: 0; margin-top: 15px;background: #fff; -webkit-box-shadow: 0px 3px 7px #777777;
-moz-box-shadow: 0px 3px 7px #777777;
box-shadow: 0px 3px 7px #777777;}


.conf_left{}
.conf_left p{margin: 0; font-size:13px; margin-top: 5px;}
.conf_left p span{font-weight: bold;}

.conf_right{ text-align: right;}
.edit{text-align: right;}


.address_box{ margin-top: 20px; background: #fff; -webkit-box-shadow: 0px 3px 7px #777777;
-moz-box-shadow: 0px 3px 7px #777777;
box-shadow: 0px 3px 7px #777777;}
.custom_border{border: 1px solid #c1c1c1;}

.address_box_inner{padding:10px 20px 20px 20px;}
.address_box a{ text-decoration: none;}
.address_box p{color: #333; margin: 0 0 0 0; padding: 0 0 0 0; font-size: 13px;}


.address_text{margin-bottom:0; margin-top: 10px;}

.address_box label{color: #333;}

label.card_label{font-size: 13px;}
.cards_pay{margin-left:20px; margin-top: 10px;}
.cards_pay p{margin-top: 10px;}
.cards_pay p span{border-bottom: 1px solid #000; font-weight: bold;}



.address_box_inner ul{ list-style: none;}
.address_box_inner ul li{ padding-bottom: 25px; padding-top: 25px; border-bottom: 1px solid #e0e0e0;}

.no_border_bottom{border-bottom:0 !important;}


.disabled{}


.price_details_div2{background: #fafafa; padding: 15px;margin-top: 10px;}
.price_details_div2 h2{font-size: 15px; color:#9b9a9a; margin-top:0; font-weight: bold;}
.price_details_div2 ul{ list-style: none;}
.price_details_div2 ul li{ font-size: 13px;}


.inner_sticky2{ position: -webkit-sticky;
  position: sticky;
  top:150px;}

.price_details_div2 p span{ color:#35b2b6;}

.line_break{border-top: 1px solid #e0e0e0; margin-top: 10px; margin-bottom: 10px;}
.amt_pay p{font-weight: bold;}


.safe{margin-top: 20px; padding:5px 15px 5px 15px; background: rgb(20 205 168 / 20%);display: flex;padding:20px;}
.safe p{ color: #000; margin: 0;font-size: 13px;}



.new_body{background: #ededed;}



.material .form-radio,
.material .form-group {
  position: relative;
  margin-top: 30px;
  margin-bottom: 2.25rem;
}

.material .form-inline > .form-group,
.material .form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}


.material .form-group input {
  height: 1.9rem;
}
.material .form-group textarea {
  resize: none;
}

.material .form-group .control-label {
  position: absolute;
  top: 0.25rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}
.material .form-group .bar {
  position: relative;
  border-bottom: 0.0625rem solid #999;
  display: block;
}
.material .form-group .bar::before {
  content: '';
  height: 0.125rem;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  background: #337ab7;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}
.material .form-group input,
.material .form-group textarea {
  display: block;
  background: none;
  padding: 0.125rem 0.125rem 0.0625rem;
  font-size: 14px;
  border-width: 0;
  border-color: transparent;
  line-height: 1.9;
  width: 100%;
  color: transparent;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}
.material .form-group input[type="file"] {
  line-height: 1;
}
.material .form-group input[type="file"] ~ .bar {
  display: none;
}
.material .form-group select,
.material .form-group input:focus,
.material .form-group input:valid,
.material .form-group input.form-file,
.material .form-group input.has-value,
.material .form-group textarea:focus,
.material .form-group textarea:valid,
.material .form-group textarea.form-file,
.material .form-group textarea.has-value {
  color: #333;
}
.material .form-group select ~ .control-label,
.material .form-group input:focus ~ .control-label,
.material .form-group input:valid ~ .control-label,
.material .form-group input.form-file ~ .control-label,
.material .form-group input.has-value ~ .control-label,
.material .form-group textarea:focus ~ .control-label,
.material .form-group textarea:valid ~ .control-label,
.material .form-group textarea.form-file ~ .control-label,
.material .form-group textarea.has-value ~ .control-label {
  font-size:12px;
  color: gray;
  top: -23px;
  left: 0;
}
.material .form-group select:focus,
.material .form-group input:focus,
.material .form-group textarea:focus {
  outline: none;
}
.material .form-group select:focus ~ .control-label,
.material .form-group input:focus ~ .control-label,
.material .form-group textarea:focus ~ .control-label {
  color: #337ab7;
}
.material .form-group select:focus ~ .bar::before,
.material .form-group input:focus ~ .bar::before,
.material .form-group textarea:focus ~ .bar::before {
  width: 100%;
  left: 0;
}

.material .checkbox label,
.material .form-radio label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  color: #333;
  display: block;
}
.material .checkbox input,
.material .form-radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.material h6{font-size: 13px;}

.material a{font-size: 13px;}

.profile_left{ margin-bottom: 20px;margin-top: 10px;}
.profile_left ul{ list-style: none;}
.profile_left ul li{ margin-bottom: 15px; border-bottom: 1px solid #000;}
.profile_left a{ text-align: center;text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 14px;color:#000;}
.profile_left ul li a.active{ background: none; color:#1b8f48;}

ul.order_list{ list-style: none; margin-bottom:40px;}
ul.order_list li{ margin-bottom: 25px;}

.orders_wrap{}
.orders_top{ margin-bottom: 10px;}
.orders_top h3{font-size: 16px;
    color: #000;
    font-weight: 600; border-bottom: 1px solid #fff; padding-bottom: 6px; margin: 0 0 10px 0;}

.orders_top p{ margin: 0 0 0 0; padding: 0 0 0 0; color: #000;}


.return_inner{}
.return_inner ul{ list-style: none; margin-bottom: 20px;}
.return_inner ul li{ margin-top: 15px;}



.order_btns_wrap a{margin-top: 8px;padding: 5px 8px; font-size: 13px;}



.cart_block{border: 1px solid #e0dede;background: #fff;padding: 15px;margin-bottom: 15px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);}

.cart_image{ max-width: 140px; max-height: 180px; margin-top: 4px; position: relative;}
.cart_detail{}
.cart_detail p{font-size: 15px; color:#000; font-weight: 600;}
.cart_detail_top{ margin-bottom: 10px;}
.cart_detail_top a{ font-size: 16px; color:#000; font-weight: 600;text-decoration: underline;}



.qty_div{}
.qty_div p{ margin-top: 3px; margin-bottom: 3px;}

.qty_div select{-webkit-appearance: none;
    appearance: none;}



.cart_price{ text-align: right;}
.cart_price h5{font-size: 12px; color:#777; font-weight: 600;}

.cart_price h5 span{ color: #ff0000;}


.line_break {
    border-top: 1px solid #e0e0e0;
    margin-top: 10px;
    margin-bottom: 10px;
}



.checkout_outer2{background: url(../images/dark_bg3.jpg) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    padding-top:50px;
    padding-bottom:50px;}

@media(max-width:992px) {
  .cart_image{max-width:none;
    max-height: none;
   text-align: center;margin-bottom: 15px;
    position: relative;}
    
    
    .cart_image a{display:inline-block;}
    
    .cart_image a img{max-width: 170px;}
    
    .mob_price h4{color:#000;margin: 0 0 0 0; font-weight: bold;}
    
    .sort_box h3{display: block;}
    
    .filter{margin-top:0;}
    
    .collections{margin-top:30px;}
    
    .ss_wrap{text-align:left;margin-bottom: 10px;}
    
    .product_right{margin-top: 15px;}
    
    .mid_input .form-group{margin-bottom:15px;}
    
    .store_right h3 {
    color: #fff;
    margin-top:20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
}

.fair_div_check2{background: #fff; padding: 15px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);margin-top:;
    margin-bottom: 30px;border: 1px solid #ededed;}

.fair_div_check2 h3{color:#000; margin-top: 0;}
.fair_div_check2 h5{color:#000; font-size: 15px; margin-top:0;font-weight: bold;}
.fair_div_check2 h5 span{font-weight: normal; color: #555; font-size: 12px;display: block; margin-top: 4px;}
.check_right2{text-align: right;font-size: 16px;}
.check_right2 a{color: #c10707;}


.fair_div_check2 .input-group{margin-top:10px; margin-bottom:10px;}

.fair_div_check2 .input-group .btn-default{color: #fff;background:#0a3a84;}
.top_summary img{border: 1px solid #e0e0e0;}

.top_summary_mid{padding-left: 0; padding-right: 0;}
.top_summary_mid h4{margin: 0 0 0 0; font-size: 15px; font-weight: bold;text-transform: uppercase;color:#000;}
.top_summary_mid h6{margin:5px 0 0 0; font-size: 13px;color:#000;}

.top_summary_right p{margin: 0 0 0 0; font-weight: bold; color: #000;line-height: normal;}

.ts1{ margin-bottom: 10px;}

.top_summary h3{margin: 0 0 10px 0; font-size: 15px; font-weight: bold;text-transform: uppercase;color:#000;text-decoration: underline;}

.shipping_options{margin-bottom:10px; display: block;}

.shipping_options label span{color: #50c9ff !important;}



.address_box{ background: #fff; border-radius: 20px; padding: 15px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);margin-top:;
    margin-bottom:10px;border: 1px solid #ededed; margin-top: 10px;}
.custom_border{}

.address_box_inner{padding:0;}
.address_box a{ text-decoration: none;}
.address_box p{color: #333; margin: 0 0 0 0; padding: 0 0 0 0; font-size: 13px;}


.address_text{margin-bottom:0; margin-top: 10px;}

.address_box label{color: #333;}

label.card_label{font-size: 16px;color:#000;}
.cards_pay{margin-left:20px; margin-top: 10px;}
.cards_pay p{margin-top: 10px;}
.cards_pay p span{border-bottom: 1px solid #000; font-weight: bold;}

.cards_pay img{max-width: 240px;}

.address_box_inner ul{ list-style: none;}
.address_box_inner ul li{ padding-bottom: 20px; padding-top: 20px; border-bottom: 1px solid #e0e0e0;}

.no_border_bottom{border-bottom:0 !important;}



.order_box{text-align: center;margin-top: 40px; margin-bottom: 60px;}
.order_box h3{padding-bottom: 5px; font-size:20px; color: #000;}
.order_box h3 span{border-bottom: 1px solid #fff;}
.order_box p{font-size: 16px;color: #000;}
.order_box img{max-width: 90px;margin-bottom: 15px;}


.order_box p b{text-decoration: underline;}

.checkout_main .checkbox label{font-weight: bold;}
.checkout_main .checkbox input[type=checkbox]{margin-top: ;}
.price_details_div h3{
    color: #000;
    font-size: 24px;
}

.price_details_div{
    margin-top: 10px;
}

.mt-1{
    margin-top:10px;
}

.mt-2{
    margin-top:20px;
}

.mb-1{
    margin-bottom:10px !important;
}

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

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pay_now h6{
    margin-top: 0;
    color: #000;
    font-size: 12px;
}

.inner_sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
}
.inner_sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    margin-bottom: 20px;
}
.collapse.in {
    display: block;
}
.account_box h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.account_box p {
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}
.enquiry-btn{
    margin-bottom:20px;
}
.person_box {
    padding: 15px;
    border: 2px solid #8b4260;
    margin-top: 30px;
}
.margin2 {
    margin-top: 20px;
}
.account_box{background: #fff; border-radius: 16px; margin-top: 30px; text-align: center;padding-bottom: 15px;overflow: hidden;min-height: 300px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 19%);}
.account_box img{margin-bottom: 15px;width: 100%;}
.account_box h4{font-size: 18px; font-weight: bold;color: #000;}
.account_box p{color: #000; padding-left: 10px; padding-right: 10px;}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade {
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
    display: block;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.order-modal {
    margin-top: 100px;
}
.order-modal .modal-header {
    display: block;
}
.modal-title h3 {
    color: #000;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
.order-modal .close {
    color: #fff !important;
    margin-top: -23px;
    margin-right: -18px;
    float: right;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1.2;
}
.order-modal .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.order-modal .modal-body {
    background: #edf5fc;
    background: -moz-linear-gradient(top, #edf5fc 0%, #ffffff 43%, #ffffff 65%, #edf5fc 100%);
    background: -webkit-linear-gradient(top, #edf5fc 0%,#ffffff 43%,#ffffff 65%,#edf5fc 100%);
    background: linear-gradient(to bottom, #edf5fc 0%,#ffffff 43%,#ffffff 65%,#edf5fc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf5fc', endColorstr='#edf5fc',GradientType=0 );
}
.order-modal .form_div_outer .form-control {
    background: #fff;
    color: #333;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: none;
    resize: none;
    height: 40px;
}
.order-modal .form_div_outer input {
    padding-left: 15px;
}
.order-modal .login_lower{
    float:right;
}
.form-group {
    margin-bottom: 15px;
}
.login_cart_top h4{
    font-size: 18px;
}
.login_cart_bottom p {
    font-size: 13px;
}
.text-right {
    text-align: right;
}
/*** End ***/

.add-to-wishlist:hover, .wishlist-login-btn:hover{
    cursor: pointer;
}

.hover-bg-main-600.wishlisted {
    background-color: var(--main-600) !important;
}
.hover-text-white.wishlisted {
    color: #fff !important;
}
.product-card__content{
    width:100%;
}

@media screen and (max-width: 2000px) {
    .product-card__cart {
        font-size: 12px;
        padding: 9px 12px !important;
    }
}