body {
    font-family: 'Cabin', sans-serif !important;}

a{
   transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


h1{
font-family: 'Cabin', sans-serif;
}

p{
font-family: 'Cabin', sans-serif;
}

button:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color !important;
}

/* width */
::-webkit-scrollbar {
 width:4px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 0px #dec17d; 
 border-radius:0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:#dec17d;
 border-radius:0px;
}
.user_detail_box .error{
    z-index:1 !important;    right: 16px
}.dashboard-titel .error{
    z-index:1 !important;    left: 16px
}
.option_box3 {
    margin: 5px 20px 5px 0;
}.price-range-slider input {
    border: 1px solid #ccc;
    width: 75px;
    font-size: 14px;
    padding: 5px 2px;
    margin-top: 30px;
    border-radius: 5px;
    float: left;
}.range-value #amount2 {
    float: right;
}
/*.option_box3 input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}*/
.ckt_saved_address input[type="radio"] {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    padding: 5px;
    margin: 5px 10px 15px 0;
    text-align: center;
    z-index: 1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: solid 3px rgba(0,0,0,0.15);
}
.ckt_saved_address input[type="radio"]::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    background: #000000;
    display: none;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}.box-text h4 span {
    font-size: 12px;
    text-decoration: line-through;
    color: #504b4b;
    padding-right: 5px;
}.add-section .col-md-12 {
    padding: 0;
}
.ret-id {
    font-size: 12px;
    float: left;
    color: #fff;
    width: auto;
    background: #ba2026;
    padding: 12px;
    border-radius: 30px;
}
.new_addr:hover{
    text-decoration:none;
}
.error{
   position: absolute;
    display: none;
    width: auto;
    float: right;
    bottom: -6px;
    padding: 8px 0;
    font-size: 12px;
    line-height: 15px;
    /* background: #E31B23; */
    color: #E31B23;
    font-weight: 400;
    text-align: right;
    /* position: absolute; */
    /* bottom: -10px; */
    right: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: -1;
}.user_detail_box {
    margin-top: 14px;
    float: left;
    width: 100%;
}.history-full {
    width: 100%;
    float: left;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 6px 30px 5px rgb(13 49 65 / 15%);
}.ret-tab th {
    font-size: 14px;
}
.return-sel option{
    font-size:12px;
}[type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before{
    right:0 !important;left:inherit !important;
}[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after{
    right:6px !important;left:inherit !important;
}[type="radio"]:checked + label, [type="radio"]:not(:checked) + label{
    padding-right:28px !important;
}
.ret-tab p {
    font-size: 13px;
    margin: 0;
}.ret-tab img {
     width: 60px;
    height: 60px;
    object-fit: contain;
}.return-right h6 {
    font-size: 14px;
    float: right;
    color: #000;
    width: 100%;
    /* padding: 5px 20px; */
}.return-left {
    width: 100%;
    float: left;
}.return-left h6 {
    font-size: 14px;
    float: left;
    color: #000;
    width: 100%;
    padding: 5px 0;
}.return-left h4 {
    font-size: 15px;
    float: left;
    color: #000;
    width: 100%;
    padding: 5px 0;
}
.bc a:hover{
    text-decoration:none;color:#fff;
}
#delete_confirm .modal-body{
    text-align:center;padding: 30px 0 !important;
}
.add-section h1 span{
    float:right;
    text-align: right;
}
.delivery-success{
    color: green !important;
    font-size: 13px !important;
    text-align: center !important;    width: 100% !important;
    position: absolute !important;
    top: 0 !important;z-index:-1 !important;
}
.delivery-error{
    color: red !important;
    font-size: 13px !important;
    text-align: center !important;    width: 100% !important;
    position: absolute !important;
    bottom: 292px !important;}
.checkout-box h5{
    margin-top:0 !important;
}
.add-section h1 {
    color: #fff;
    font-size: 20px;
    background: #ab794c;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    float: left;
    width: 100%;
}.add-section {
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.thumb-full div{
    left:0;
}#confirm-delete .modal-body {
    text-align: center;
}.del-btn {
    width: auto!important;
    /* float: left!important; */
    background: #bb2126 !important;
    border: 0!important;
    padding: 6px 20px 9px !important;
    font-size: 14px;
    font-weight: 600;
    color: #fff!important;
    border-radius: 5px!important;
    margin-right: 10px!important;
}
.checkout-btn{
    float: left;
    width: 100%;
    text-align: center;
}
.cancel-btn {
    width: auto !important;
    /* float: left!important; */
    background: #000!important;
    border: 0;
    padding: 6px 20px 9px!important;
    font-size: 14px!important;
    font-weight: 600;
    color: #fff!important;
    border-radius: 5px!important;
    margin-right: 10px!important;
}
.ckt_saved_address input:checked + .radio {
    border-color: #000000;
}.no-product-page {
    float: left;
    text-align: center;
    width: 100%;
    padding: 75px 2%;
}.no-product-page h2 {
    font-size: 45px;
    color: #000;
    margin-top: 25px;
}.no-product-page p {
    margin: 0;
    font-size: 15px;
}.no-product-page a {
    background: #bd2026;
    font-size: 14px;
    padding: 13px 50px;
    border-radius: 30px;
    color: #fff;
    margin: 25px auto 0;
    display: inline-block;
    width: auto;
}.no-product-page a:hover {
    text-decoration: none;
    background: #ae7b4d;color:#fff;
}
.ckt_saved_address input:checked + .radio::After {
    display: block;
}.sec-one .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 0;
}.reset-form {
    max-width: 500px;
    margin: auto;
    display: block;
}.reset-form .login-full-box {
    box-shadow: 0px 6px 14px 2px rgb(13 49 65 / 15%);
    margin-bottom: 50px;
}
.login-full-box {
    width: 100%;
    float: left;
    background: #fff;
    margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
}.cart-box h4 span
{    text-decoration: line-through;
    text-align:right;float:right;    margin-left: 6px;
}
.login-full-inner {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 30px;
}.login-continue {
    border: 1px solid #b82026 !important;
    background: #b42025 !important;
    border-radius: 5px !important;

    color: #ffffff !important;
    padding: 10px 109px !important;
    margin: 15px auto 10px !important;
    font-size: 14px;
    display: block;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
}.login-continue:hover{
    
background: #000 !important;
    
border-color: #000 !important;
}
.filter-by {
    float: right;
    text-align: right;
    width: 70%;
}.thumb-full {
    float: left;
    width: 100%;
    margin-bottom: 100px;
}
.close_form{
    right: inherit !important;
    left: -13px !important;
}
.custom-select-wrapper {
   
    margin-top: -3px !important;
    float: left !important;
   
}.sort-text {
    float: left !important;
    /* font-family: 'AvenirLTProRoman' !important; */
    color: #000000;
    margin-top: 3px !important;
}
.cd-filter-block .list li span {
    font-size: 13px;
    float: left !important;
    margin-left: 6px !important;
    margin-top: 6px !important;
}.cd-filter-block .checkbox-label, .cd-filter-block .radio-label {
    padding-left: 0 !important;
    padding-right: 24px !important;
    float: right;
}.cd-filter-block .checkbox-label::before, .cd-filter-block .radio-label::before {
    width: 16px;
    height: 16px;
    left: inherit !important;
    right: 0 !important;
}
.cd-filter-block .checkbox-label::after{
    left: inherit !important;
    right: 0 !important;
}
.bc h6 {
    font-size: 14px;
    margin: 0;
    color: #fff;
}.mobile-h{
    float: right !important;
}
.payment-options {
    text-align: center;
 
}.pay-text {
    font-size: 14px;
    padding: 13px 0px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    text-align: right;
    font-weight: 700;
    color: #bb2126;
}label img {
    margin-right: 5px;
}
.radio-toolbar input[type="radio"]:checked + label {
    /* background-color: #bfb; */
    border-color: #2c296a;
    background-color: #f7cfa3;
}
.cash-rad {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 9px;
    font-weight: 700;
    color: #ab794c;
}.confirm-order {
    border: none;
    /* border: navajowhite; */
    background: #2b1310;
    color: #fff;
    font-size: 14px;
    padding: 12px 95px;
    margin: 40px 0;
    border-radius: 8px;
    cursor: pointer;
    width: 95%;
}.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.radio-toolbar label {
    display: inline-block;
    background-color: #fff;
    padding: 19px 6px 18px 6px !important;
    font-size: 15px;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 6px 21px 5px rgb(241 241 241);
    width: 120px;
    height: 102px;
    border-radius: 10px;
    margin-right: 15px;
}
.check-cancel:hover{
        background: #b82026;
    color: #fff;
}.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}
.checkout-address-box .cart-box{
    margin-bottom: 0;
}
.checkout-address-sec-full {
    float: left;
    width: 100%;
    padding: 30px 1%;
}.checkout-address-box {
    border: 1px solid #ccc;
    width: 100%;
    float: left;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.product-rate p{
        width: 100%;
        float: left;
        font-size: 14px;
        color: #000;
        line-height: 30px;
        text-align: right;
        margin-top: 15px;
}
.detail-full-sec{
        width: 100%;
        float: left;
        margin-top: 50px;
        padding: 0 1%;
}
.checkout-address-box h2 {
    color: #fff;
    font-size: 20px;
    background: #2c296a;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
   
}
.log_set label {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    /* font-weight: 500; */
    color: #000 !important;
    line-height: 25px;
    margin: 0 0 5px;
    text-align: left;
    /* font-weight: 600; */
}
.check-pro:hover {
    background: #bc2329;
    color: #fff;
}
.check-pro {
    border: none;
    background: #ab794c;
    color: #000;
    font-size: 14px;
    padding: 10px 46px;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
    display: inline-block;
    margin: auto;
    font-weight: 600;
}.check-cancel {
    background: #ab794c;
    /* background: transparent; */
    color: #000000;
    font-size: 14px;
    padding: 10px 62px;
    border-radius: 5px;
    margin-left: 25px;
    cursor: pointer;
    display: inline-block;
    margin: 20px auto;
    font-weight: 600;
    border: 0;
}.checkout-address-box h2 {
    color: #fff;
    font-size: 20px;
    background: #ab794c;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
}
.summary-sec-full {
    width: 100%;
    float: left;
   
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 24px;
    padding-top: 30px;
}.summary-sec-full a img {
    display: block;
    margin: auto;
}.summary-sec-full h4 {
    font-size: 26px;
    color: #000;
}.summary-sec-full h5 {
    color: #9c9c9c;
    font-size: 13px;
    text-decoration: line-through;
    float: left;
}.summary-sec-full h6 {
    font-size: 13px;
    margin-left: 20px;
    float: left;
    color: #2c296a;
}.summary-sec-full h3 {
    width: 100%;
    float: left;
    font-size: 23px;
    color: #000;
}.summary-sec-full p {
    font-size: 14px;
    width: 100%;
    float: left;
}
.log_set input[type="text"], .log_set input[type="password"], .log_set input[type="mail"], .log_set input[type="email"], .log_set input[type="tel"], .log_set select, .log_set textarea {
    background: transparent;
    width: 100%;
    float: left;
    position: relative;
    height: 50px !important;
    border: solid 1px rgba(0,0,0,0.15) !important;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    margin-top: 10px;
}
.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}
.check-form {
    padding: 30px;
}
.rel-sec .owl-nav{
        float: left;
        position: absolute;
        top: -38px;
        left: 0;
}
.pro-det-specification {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    /* margin-top: 100px; */
}.pro-det-specification .card {
    padding: 0;
}.pro-det-specification ul li {
    padding: 0 0;
    float: right;
    width: auto;
    padding-left: 15px;
    /* right: 0; */
    text-align: right;
}#exTab2 li a {
    padding: 15px 30px !important;
    float: right;
    text-align: right;
}
.pro-det-specification .nav .active {
       background: #bb2026 !important;
    border-radius: 3px 0px 0 0px !important;
    color: #ffffff !important;
}.tab-pane p {
    line-height: 25px;
}

.pro-det-specification p {
    font-size: 14px;
    color: #000;
    padding: 4px 15px;
    margin: 0;
}
.hd-top .custom-select-trigger{
        color: #fff;
    font-weight: 400;    width: 104px;
    float: right;
}.related-section {
    width: 100%;
    float: left;
    padding: 40px 2%;
    background: #fffbf6;
    margin-top: 100px;
}.related-section h3 span {
    position: relative;
    color: #000;
    font-size: 29px;
    margin-bottom: 0;
}.rel-sec {
    width: 100%;
    float: left;
    margin-top: 0;
}
.hd-top .custom-select-trigger:after{border-bottom: 1px solid #ffffff;border-right: 1px solid #ffffff;width: 8px;height: 8px;top: 52%;right: inherit;left: 25px;}
.feature-box:hover{
    text-decoration: none;
}.hd-top a img{
    
margin-left: 6px;
}
.hd-top p{
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    padding-top: 4px;
    margin: 0;
}
.q-links h1:after{
    position: absolute;
    content: '';
    width: 22px;
    height: 4px;
    background: #b2964c;
    right: 0;
    top: 30px;
    border-radius: 30px;
}
.sort-text {
    float: right;
    /* font-family: 'AvenirLTProRoman' !important; */
    color: #000000;
    /* margin-top: -2px; */margin-left: 7px;
    font-size: 14px;
}
.accordion .card:not(.collapsed) {
    border-left: 3px solid #2c296a;
}.sec-one .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0;
}.sec-one a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate( 
270deg );
    transform: rotate( 
270deg );
}.show {
    background: ;
    color: #0e0e0e !important;
}.sec-one .card-body {
    padding: 0 !important;
}.budgetul {
    float: left;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
     overflow-y: scroll;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 0;
}.cd-filter-block {

    float: left;
    width: 100%;
    text-align: left;
}
.product-img-box{
    
width: 100%;
    
float: left;
    
border: 2px solid #ccc;
    
border-radius: 10px;
    
padding: 15px;
    
transition: all ease-in-out .5s;
    
-webkit-transition: all ease-in-out .5s;
    
-moz-transition: all ease-in-out .5s;
}
.list-pro-box:hover .product-img-box{

border-color: #e19c9e;
}
.list-pro-box:hover h3{

color: #bb2126;
}
.list-pro-box:hover h4{
    
color: #bb2126;
}
.listing-full {
    width: 100%;
    float: left;
    padding: 30px 0;
    position: relative;
}.lidt-row {
    width: 100%;
    float: left;
}.filter-bg {
    float: left;
    width: 100%;
    border-right: solid 1px #ccc;
   
    background: #fff;
}.sec-one {
    float: left;
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px #dbdbdb;
    /* padding-bottom: 0; */
}.filter-br {
    float: left;
    width: 100%;
    padding-bottom: 7px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
}.fil1 {
    text-transform: uppercase;
    color: #000;
    float: left;
    font-size: 17px;
}.clear1 {
    text-transform: uppercase;
    color: #7b1316;
    font-size: 13px;
    font-weight: 700;
    float: right;
}.sec-one h1 {
    float: left;
    width: auto;
    font-size: 14px;
    color: #000 !important;
    margin-bottom: 10px;
}.sec-one h1 {
    float: left;
    width: auto;
    font-size: 14px;
    color: #000 !important;
    margin-bottom: 10px;
}.listing-border {
    float: left;
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-top: 40px;
}.filter-by {
}.filter-by span {
}.fl-b {
    float: left;
    cursor: pointer;
    padding: 5px;
    background: #bab9ce;    border: none;
    padding-left: 11px;
    padding-right: 11px;
    margin-top: -6px;
    border: none;
    border-radius: 10px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 500;
    height: 33px;
    
    font-weight: 600;
}
.list-pro-box{

width: 100%;

float: left;

/* border: 2px solid #ccc; */

border-radius: 10px;

margin-top: 30px;
}
.box-text{

}
.list-pro-box img{
    height: 206px;
    object-fit: contain;
width: 100%;
}
.box-text h3{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
text-align: center;

float: left;

width: 100%;

font-size: 15px;

color: #000;

font-weight: 700;

margin-top: 10px;

transition: all ease-in-out .5s;

-webkit-transition: all ease-in-out .5s;
}
.box-text h4{
    
text-align: center;
    
float: left;
    
width: 100%;
    
font-size: 14px;
    
color: #000;
    
font-weight: 500;
    
/* margin-top: 10px; */
    
transition: all ease-in-out .5s;
    
-webkit-transition: all ease-in-out .5s;
}
.coupon-box h3{
    
font-size: 14px;
    
color: #2b1310;
    
padding: 0 15px;
}
.facebook svg:hover{
        background: #bb2126;
        border-radius: 45%;
        padding: 9px 0;
}
.cart-sec-full .proceed-btn{
        background: #2b1310;
        color: #fff;
        font-size: 14px;
        height: auto;
        font-weight: 700;
        border: 0;
        display: block;
        margin: 20px auto;
        width: 87%;
        padding: 10px;
        border-radius: 8px;
        cursor: pointer;
}.remove-item:hover{
    text-decoration:none;color:#000;
}
.cart-sec-full .proceed-btn:hover{
    text-decoration: none;
background: #bb2126;
}.det-sort{
    width:auto !important;
}
.coupon-box-text input{
    margin-top: 1px;direction: rtl;
    padding: 10px;
    font-size: 13px;text-align: right;
    margin-right: 30px;
    width: auto;
    float: right;
    background: transparent;
    border: 1px dashed #ccc;
}
.app-btn {
    float: right;
    font-size: 13px;
    background: #2c296a;
    color: #fff;
    padding: 4px 15px;
}.app-btn:hover {
    background: #ab794c;
    text-decoration: none;
}
.cart-box h3 span{
    color: #bb2126;
}
.cart-box h2 span{
color: #bb2126;
}
.cart-img-sec{

margin-top: 7px;

float: left;

width: 100%;
}
.cart-mid-sec{
    
width: 100%;
    
float: left;
    
padding: 15px 0;
}
.cart-last-sec{
    
float: left;
    
width: 100%;
    
background: #eee9e5;
    
padding: 47px 0;
    
border-top-left-radius: 10px;
    
border-bottom-left-radius: 10px;
    
height: 180px;
}
.bc {
    background: #ae7b4d;
    float: left;
    width: 100%;
    padding: 10px 15%;
}.bc a {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}.cart-sec-full {
    padding: 30px 1%;
    width: 100%;
    float: left;
    /* FONT-VARIANT: JIS83; */
    margin-top: 50px;
}.cart-box {
    width: 100%;
    float: left;
    border: 1px solid #e2d0c1;
    border-radius: 10px;
    padding: 0px 0px;
    margin-bottom: 30px;
    height: 180px;
}.cart-box img {
    height: 130px;
    float: left;
    object-fit: contain;
    width: 100%;
    padding: 10px;
}
.cart-box h4 {
    font-size: 12px;
    color: #2c296a;    padding-right: 7px;
    float: right;
    width: auto;
    text-align: right;
}.cart-box p {
    font-size: 14px;
    color: #000;
    margin-bottom: 7px;
    width: 100%;
    float: left;
}.remove-item {
    position: relative;
    color: #bb2126;
    font-size: 13px;
    padding-right: 20px;
    font-weight: 500;
    width: 100%;
    float: right;
}.remove-item:after {
    position: absolute;
    content: '';
    background: url(../../images/trash.png);
    width: 14px;
    height: 17px;
    right: 0;
    top: 1px;
}.cart-box h6 {
    float: right;
    width: 100%;
    padding-right: 15px;
    text-align: right;
    color: #000;
    font-size: 14px;
}.cart-box h2 {
    float: right;
    text-align: right;
    padding-right: 15px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: transparent;
}.quantity {
 
    margin-bottom: 10px;
    background: #ffffff;
  
    margin-top: 32px;    height: 50px;    float: left;
     border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}.quantity button {
    background: transparent;
    border: 1px solid #ccc;
    padding: 11px 17px;
    color: #ccc;
    font-size: 13px;
    position: relative;
    font-weight: 300;
    top: 0px;
}.quantity input {
    -webkit-appearance: none;
    border: 1
px
 solid #ccc;
    text-align: center;
    width: 32
px;
    font-size: 18px;
    /* font-family: 'AvenirLTProMedium' !important; */
    color: #000000;
    font-weight: 300;
    /* background: rgb(31 29 29 / 12%); */
    font-weight: normal;
    width: 75px;
    height: 44px;
    opacity: 3 !important;
    cursor: text !important;
    position: relative;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* color: #321950; */
}.payment-sec-full {
    width: 100%;
    float: left;
    padding: 0 5% 0 7%;
    margin-bottom: 20px;
    margin-top: 30px;
}.payment-summary {
    width: 100%;
    float: left;
    border: 1px solid #ab794c;
    border-radius: 10px;
}.payment-summary h2 {
    font-size: 20px;
    color: #bb2126;
    padding: 15px 20px 10px;
}.payment-summary h5 {
    font-size: 14px;
    color: #000;
    padding: 0 20px;
    line-height: 22px;
}.payment-summary h5 span {
    text-align: right;
    float: left;
    font-weight: 700;
}.payment-summary h4 {
    font-size: 15px;
    padding: 20px 4px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-left: 15px;
    margin-right: 21px;
    margin-top: 26px;
    color: #552b06;
    float: right;
    text-align: right;
    width: 90%;
}.payment-summary p {
    font-size: 14px;
    padding: 9px 28px 21px;
    color: #000;
    border-bottom: 1px
 solid #ccc;
    border-radius: 7px;
}.apply-sec-full {
    float: left;
    width: 100%;
    padding: 0 5% 0 7%;
}.apply-cart-inner {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}.apply-sec-full h3 {
    position: relative;
    font-size: 16PX;
    margin-bottom: 15px;
    padding-left: 38px;
}.coupon-box {
    width: 100%;
    left: initial;
    float: left;
    border: 1px solid #ab794c;
    border-radius: 10px;
    padding: 15px;
    background: #ffefdd;
}.coupon-box-text {
    float: left;
    width: 100%;
    /* border: 1px dashed #ccc; */
    margin: 10px 15px;
}.coupon-box-text h4 {
    font-size: 15PX;
    border: 0;
    padding: 0;
    margin-top: 6px;
    width: auto;
    float: left;
}.coupon-box-text h5 {
    font-size: 15px;
    margin: 0;
}.coupon-box-close {
    float: right;
}.coupon-box-close p {
    margin: 0;
    background: #2c296a;
    padding: 4px 10px;
    font-size: 15px;
    color: #ecebfc;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-top: 5px;
}.apply-off {
    width: 100%;
    float: left;
    margin-top: 30px;
}.apply-off h4 {
    font-size: 18PX;
    margin: 0;
    float: left;
}.app-btn {
    float: right;
    font-size: 13px;
    background: #bb2126 !important;
    color: #fff !important;
    padding: 12px 15px !important;
    border: 0 !important;
    margin-top: 0;
    width: auto !important;
    height: auto !important;
}.apply-off p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
}
.apply-off img {
    float: right;
}
.t-and-c {
    float: right;
    font-size: 12px;
    text-decoration: underline;
    color: #000;
}.bdr-top {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}.apply-off h4 {
    font-size: 18PX;
    margin: 0;
    float: left;
}
.cart.apply-off p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-top: 10
px
;
    margin-bottom: 0;
}-brand {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.68);
    /* float: left; */
    font-weight: 600;
    /* padding-left: 15
px
; */
    padding-bottom: 7px;
}.payment-summary h4 span {
    text-align: right;
    float: left;
    font-weight: 700;
    margin-right: 10px;
}
.cart-box h5 {
    font-size: 19px;
    color: #000;
    margin-top: -14px;
    width: 100%;
    float: right;
}
.cart-box h3 {
    font-size: 14px;
    font-weight: 700;
    float: right;
    width: auto;
}.ret-box{
        margin-bottom: 30px;    border-bottom: 1px solid #e5e5e5;
}.return-billing p{
    font-size:14px;
}
.return-name .quantity{
    margin-top:0 !important;
}.return-sel {
    font-size: 13px;
    color: red;
}
.hd-top {
    background: #2b1310;
    width: 100%;
    float: left;
    height: 31px;
    /* padding: 6px; */
}
.ftr-social h5:after{
    position: absolute;
    content: '';
    position: absolute;
    content: '';
    width: 22px;
    height: 4px;
    background: #b2964c;
    right: 0;
    top: 30px;
    border-radius: 30px;
}
.ftr-social h5{
    position: relative;
    font-size: 19px;
    color: #fff;
    float: right;
    font-weight: 700;
    margin-top: 11px;
}
.ftr-last{

width: 100%;

float: left;

background: #fffbf6;
}
.user_detail_area {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    margin-top: 56px;
}

.user_detail_area h2 {
    font-size: 20px;
    line-height: 28px;
    color: #1d1c1c;
    font-weight: 600;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
    border-bottom: solid 1px rgba(0,0,0,0.10);
    text-transform: uppercase;
    padding-bottom: 9px;
}

.user_detail_box {
    margin-top: 14px;
    float: left;
    width: 100%;
}
.return-text input{
    
    width: 50px !important;
    height: 29px !important;

}
.return-type .radio-label{
        font-size: 15px;
    float: left;
    color: #000;
    width: 100%;
    /* padding: 5px 20px; */
}
.return-type h1{
    font-size: 20px;
    line-height: 28px;
    color: #1d1c1c;
    font-weight: 600;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
    text-transform: uppercase;
    padding-bottom: 9px;
}
.return-text .qty-minus-btn{
        padding: 4px 10px !important;
        height: 28px;
        width: 28px;
}.return-text .qty-plus-btn {
    padding: 4px 10px !important;
    height: 28px;
    width: 28px;
}.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}.checkmark {
    position: absolute;
    top: 15px;
    left: 0;
    height: 20px;
    width: 20px;
    /* background-color: #eee; */
    border: 2px solid #bb1e24;
    /* border-radius: 4px; */
}.container-check input:checked ~ .checkmark:after {
    display: block;
}
.container-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
}.container-check input:checked ~ .checkmark {
    background-color: #ba2026;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.return-text .qty-plus-btn{
        padding: 4px 10px !important;
        height: 28px;
        width: 28px;
}.return-text .qty-plus-btn {
    padding: 4px 10px !important;
    height: 28px;
    width: 28px;
}
.ret-img{
        width: 75px;
        object-fit: contain;
        float:right;
        margin-right: 10px;
         height: 75px !important;
}
.updatebtm{
  float: left;
  width: 160px;
  color:#fff;
  background-color: #bc2026;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
  margin-right: 15px;
  border: none;
  outline: none !important;
  /* margin-top: 10px; */
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  height: 47px;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.updatebtm:hover{
  background-color: #2f1d1d;
  color: #fff !important;
  text-decoration: none;
}

.ftr-last p{
    text-align: center;
margin: 0;

padding: 15px;

font-size: 13px;

color: #000;
}
.ftr-last p a{

color: #000;

/* color: aliceblue; */
}
.ftr-last p a:hover{
    
text-decoration: none;
    
color: #f7cfa3;
}
.bdr-ftr{
    float: left;
    width: 100%;
    border-left: 2px solid #1a1a1a;
    padding-top: 30px;
    padding-bottom: 60px;    min-height: 400px;
}
.payment-footer{
    float: left;
    width: 100%;
    margin-top: 40px;
    /* margin-bottom: 20px; */
}
.genuine-box h6{
    color: #fff;
    font-size: 13px;
    margin-left: 15px;
    line-height: 23px;
    opacity: .9;
    margin-top: 10px;
}
.genuine-box{
    
width: 100%;
    
float: left;
    
margin-top: 30px;
}
.hd-top select{
        background: transparent;
    border: 0;
    color: #fff;
    font-size: 13px;
}
.payment-footer h3{
    float: right;
    width: auto;
    font-size: 17px;
    color: #fff;
    margin-top: 14px;
    margin-right: 20px;
}
.q-links span{color: #b2964c;font-size: 14px;font-weight: 500;padding-bottom: 10px;width: 100%;float: left;padding-top: 0px;margin-top: 15px;}
.q-links p{
    
color: #fff;
    
font-size: 14px;
    
width: 100%;
    
opacity: .9;
    
margin: 0;
}
.panel3{

float: left;

width: 100%;

background: #fffbf6;

padding: 70px 1%;
}
.trust-carousel{

display: block !important;

float: left;

margin-top: 44px;
}
.trust-carousel .item img{

width: auto !important;

border: 1px solid #958783;

border-radius: 10px;
}
.panel3 h2{
    
color: #000;
    
font-size: 30px;
    
font-weight: 700;
}
.panel1 .owl-nav
{
    
display: block !important;
    
float: left;
    
position: absolute;
    
left: 0;
    
top: -65px;
}
.ftr-f{
    background: #000000;
    float: left;
    width: 100%;
    /* padding-bottom: 42px; */
}
.panel3 .owl-nav{

display: block !important;

float: left;

position: absolute;

left: 0;

top: -90px;
}
.panel2 .owl-nav{

display: block !important;

float: left;

position: absolute;

left: 0;

top: -90px;
}
.panel2{

width: 100%;

float: left;

padding: 70px 1% 40px;

background: url('../../images/pr-bg.png');

background-size: cover;

background-position: center;
}
.panel2 h2{

font-size: 30px;

font-weight: 700;

color: #fff;
}
.product-carousel{

float: left;

margin-top: 50px;

padding-bottom: 30px;

z-index: 9999;

position: relative;
}
.product-sec-box{

width: 100%;

float: left;

border-radius: 20px;

position: relative;

padding-bottom: 30px;
}
.product-sec-box img{

border-radius: 20px;
    height: 285px;
    object-fit: contain;
    background: #fff;
    padding: 25px;}
.product-sec-box h5{

position: absolute;

bottom: 0;

background: #2b1310;

font-size: 16px;

color: #fff;

text-align: center;

left: 10px;

width: 93%;

padding: 14px 0;

text-overflow: ellipsis;

border-radius: 20px;

z-index: 99999;

overflow: hidden;

white-space: nowrap;
}
.product-sec-box:hover h5{
    
}
.panel1{

background: #fffbf6;

width: 100%;

float: left;

padding: 70px 1%;
}
.featured{

float: left;

width: 100%;

margin-top: 20px;
}
.panel1 h2{

font-size: 30px;

font-weight: 700;

color: #000;
}
.feature-box{

width: 100%;

float: left;

margin-top: 30px;
}
.img-feature-box{

width: 100%;

float: left;

border: 1px solid #bfbcb8;

border-radius: 20px;

margin-bottom: 25px;
}
.img-feature-box img{

    border-radius: 20px;
    object-fit: contain;
    height: 313px;
    background: #fff;
    padding: 30px;}
.feature-box h5{

font-size: 18px;

font-weight: 700;

text-align: center;

color: #000;
}
.feature-box h6{
    
font-size: 13px;
    
color: #000;
    
text-align: center;
    
font-weight: 500;
}
.hd-top a{
    padding-top: 4px;
color: #fff;

font-size: 13px;

float: left;

padding-right: 15px;

padding-left: 15px;

border-left: 1px solid #4b3634;

padding-top: 5px;

padding-bottom: 5px;
}
.hd-top a:hover{

text-decoration: none;
}
#wrap {
    z-index: 0 !important;
    border: 1px solid #c5a282;
    border-radius: 10px;
}

.qty-minus-btn{
    /* background-color: black !important; */
}

.qty-plus-btn{
    /* background-color: black !important; */
}

.cart-update{
       margin-bottom: 20px;
    background: #000000;
    padding: 13px;
    border: none;
    color: white;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;

}.coupon-error{
        color: #e8d8b5;
    font-size: 14px;

}
.list-coupons{
  float:left;
  width:100%;
  height:320px;
  overflow: scroll;
}
.av-coupons strong{
    color: #321950;
    font-size: 16px;
}
.coupons_box3 p{
  font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #454545;
}

.coupons-titel{
      float: left;
    width: 100%;
    color: #0b0b55;
    font-size: 21px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 12px;
    text-align: center;
    text-align: left;
}
.coupon-details{
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    padding-top: 7px;
}
.coup_saveds {
    width: calc(100% - 140px);
    float: left;
    position: relative;
    margin: 10px 0 0;
}

.coup_saveds p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #454545;
}

.coupon-error{
        color: #bb2126;
        font-size: 14px;
}


.coupon-apply{
    float: right;
    width: 15%;
    height: 31px;
    border: solid 1px #321950 !important;
    border: none;
    color: #000;
    margin-top: 8px;
    border-radius: 4px;
    background: white;
    line-height: 24px;
    z-index: 11;
    position: relative;
    cursor:pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.filter-h1{
    text-align:left;
}
.coupon-success{
        color: #159d19;
        font-size: 14px;
        padding-top: 10px !important;
        float: left;
        width: 100%;    padding-right: 30px;
        line-height: 24px;
}
.coupon-apply:hover{
     border: solid 1px #f3c738 !important;
    background: #f3c83c !important;
    color: #000;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.cancelupdates:hover{
     background: #000000;
     color:#fff;
}
.cart-update:hover{
        background: #f3c635;
color:#000;
}
.cancelupdates{
   margin-bottom: 20px;
    background: #f3c635;
    padding: 13px;
    border: none;
    color: #000;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}



.ftr-mbf{
    float: left;
    width: 100%;
    left: 0px;
    position: fixed;
    bottom: 0px;
    height: 58px;
    z-index: 9999;
    background: antiquewhite;
    /* padding-top: 9px; */
}

.tab-mb{
  width: 33.333%;
  float:left;
  font-size: 12px;
  color:#000;
  text-align:center;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  height: 50px;
  padding-top: 11px;
}

.tab-mb svg{width: 23px;height:20px;}

.tab-mb strong{
  float:left;
  width:100%;
  font-weight: 500;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom:10px;
}


.tophdrs{
    float:left;
    width:100%;
    /* padding-top: 3px; */
    background: #ffda62;
    /* padding: 8px; */
    padding-left: 15px;
    padding-right: 15px;
    height: 35px;
}

.tophdrs h1{
    float:left;
    font-size: 13px;
    font-weight:normal;
    padding-top: 11px;
    /* padding-bottom: 3px; */
}

.badge-fav{
  background-color: #252425;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  /* padding: 3px 7px; */
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  text-align: center;
  /* margin-top: -23px; */
  /* left: -16px; */
  position: relative;
}

.detail-list{
      float: left !important;
      width: 100% !important;
      color: #000000 !important;
      font-size: 15px !important;
      margin-top: 6px;     text-transform:none !important;
      white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.badge-product{
     background-color: #252425;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  /* padding: 3px 7px; */
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  text-align: center;
  /* margin-top: -23px; */
  /* left: -16px; */
  position: relative;
    
}

.tr-mailst{
    float:right;
}

.tels{
   font-size: 13px;
   float: left;
   padding-top: 9px;
   padding-right: 13px;
   border-right: solid 1px rgb(0 0 0 / 27%);
   height: 35px;
}

.telsm{
   font-size: 13px;
   float: left;
   padding-top: 8px;
   padding-left: 15px;
}

.header{
  float:left;
  width:100%;
  /* padding-top: 15px; */
  /* padding-bottom: 10px; */
  background: #f7cfa3;
  /* padding-bottom:9px; */
  height: 86px;
  padding: 0 0 0 0%;
}

.logo{
  float:left;
  margin-right: 5%;
}

.logo img{
  width:170px;
  margin-top: 0;
  position: absolute;
  z-index: 999;
  top: 30px;
  right: 31px;
}

.menu{
  float: left;
  padding-left: 50px;
  /* padding: 18px 0; */
}

.right-align{
  float: left;
  background: #fffbf6;
  padding: 19px 20px 19px 1px;
  border-left: 1px solid #e4bf96;
}

.search-plugin{float: right;/* width: 100%; */margin-top: 9px;margin-right: 46px;margin-left: 73px;}

.search-plugin svg{
  width: 25px;
  fill: #000;
}

.cll-wd{
  float:left;
  width:100%;
}
.abpout-details ol{
        /*list-style-type: inherit !important;*/
}
.sr-bg{
  background: #4c1c0f !important;
  border-radius: 0px !important;
  border: none !important;
  /* margin-right: 2%; */
  /* margin-top: 10px !important; */
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  z-index: 998;
}

.sr-bg form{ 
 width: 830px;
  float: none;
    margin-left: auto;
    margin-right: auto;
}

.sr-frm{
       direction: rtl;
width:100%;
   
color:white;
   
font-size:13px;
   
background: #4c1c0f;
   
outline: none;
   
text-align: right;
   
border: none;
   
border-bottom: solid 1px rgb(255 255 255 / 43%);
   
border-radius: 0px;
   
padding-left: 0px;
   
display: block;
   
padding-bottom: 15px;
}

.sr-frm::-webkit-input-placeholder { /* Edge */
  color: rgb(255 255 255 / 78%); letter-spacing: 1px;
}
.sr-frm:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(255 255 255 / 78%); letter-spacing: 1px;
}
.sr-frm::placeholder {
  color: rgb(255 255 255 / 78%); letter-spacing: 1px;
}

.sr-bg button{
  float: left;
  background: rgb(0 0 0 / 0%);
  border:none;
  outline:none;
  margin-top: -35px;
  cursor:pointer;
  transform: rotate(180deg);
}

.arrow-sr{
  fill: rgb(255 255 255 / 80%);
  width:25px;
}

.arrow-sr:hover{
  fill:white;
}


/*---------- login-dropdown --------------------*/

nav {
  /* width: 100%; */
  height: 0px;
  /* background: #222; */
  float: right;
  margin-top: 0px;
}
#slider1 ul{
    text-align: right;
    padding:0;
}
ul {
  padding: 0;
  text-align: center;
  padding: 0;
}

ul li {
  /* font: 13px Verdana, 'Lucida Grande'; */
  /* cursor: pointer; */
  -webkit-transition: padding .05s linear;
  -moz-transition: padding .05s linear;
  -ms-transition: padding .05s linear;
  -o-transition: padding .05s linear;
  transition: padding .05s linear;
  /* font-size: 13px !important; */
}
ul li.drop {
  position: relative;
  margin-top: 2px;
}
ul > li {
  display: inline-block;
}
ul li a {
  /* line-height: 80px; */
  /* padding: 0 20px; */
  /* height: 80px; */
  color: #000;
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  /* transition: all .1s ease-out; */
  font-size: 13px;
}
ul li a:hover {
  color: #eee;
}

.dropOut .triangle {
  width: 0;
  height: 0;
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  top: -8px;
  left: 85%;
  margin-left: -8px;
}
.dropdownContain {
  width: 160px;
  position: absolute;
  /* z-index: 2;*/
  z-index: 11111;
  right: -100px;
  margin-left: 0px; /* half of width */
  top: -400px;
}
.dropOut {
  width: 200px;
  background: white;
  float: right;
  margin-top: 0px;
  opacity: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
  box-shadow: 0 1px 6px rgba(0,0,0,.15);
  -webkit-transition: all .1s ease-out;
  -moz-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  transition: all .1s ease-out;
}

.dropOut ul {
  float: left;
  padding: 10px 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.dropOut ul li {
  text-align: right;
  float: right;
  width: 100%;
  padding: 12px 10px 10px 10px;
  /* margin: 0px 10px; */
  color: #131212;
  /* -webkit-border-radius: 4px; */
  -moz-border-radius: 4px;
  /* border-radius: 4px; */
  -webkit-transition: background .1s ease-out;
  -moz-transition: background .1s ease-out;
  -ms-transition: background .1s ease-out;
  -o-transition: background .1s ease-out;
  transition: background .1s ease-out;
  font-size: 14px;
  font-weight: 500;
  background:#f1f1f1;
}

.dropOut ul li:hover {
  background:#1e191a1a;
  color: white;
}

ul li:hover a {color: #1e191a; text-decoration: none;}
ul li:hover .dropdownContain {top: 51px;}
ul li:hover .underline { border-bottom-color: #777; }
ul li:hover .dropOut { opacity: 1; margin-top: 8px; }

/*---------- login-dropdown --------------------*/

.profile-list{
  color: #ffffff;
  font-size:13px;
  font-weight:600;
  margin-top: 14px;
}

.profile-list:hover{
  color:#ffea00;
}

.profile-list svg{
  width:22px;
  height:22px;
  fill: #000000;
}

.profile-list strong{
  float:left;
  width:100%;
  font-weight:600;
  padding-top:4px;
  color: black;
}

.wishlist{
   color:#000000;
   font-size:13px;
   font-weight:600;
   float: left;
   text-align: center;
   margin-top: 4px;
   margin-right: 6px;
   transition: all ease-in-out 0.5s;
   -o-transition: all ease-in-out 0.5s;
   -ms-transition: all ease-in-out 0.5s;
   -moz-transition: all ease-in-out 0.5s;
   -webkit-transition: all ease-in-out 0.5s;
   margin-left: 9px;
}

.wishlist:hover{
  color:#ca0b0b;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  text-decoration: none;
}

.wishlist svg{
  width:22px;
  height:22px;
  fill: #f0c844;
}

.wishlist strong{
  float:left;
  width:100%;
  font-weight:600;
  padding-top:4px;
  color: white;
}


.addcart{
   color:#000000;
   font-size:13px;
   font-weight:600;
   float: left;
   text-align: center;
   margin-top: 3px;
   margin-right: 26px;
}

.addcart:hover{
  color:#ca0b0b;
}

.addcart svg{
  width:22px;
  height:22px;
  fill: #000000;
}

.addcart strong{
  float:left;
  width:100%;
  font-weight:600;
  padding-top:4px;
  color: #2b1310;
  text-align: center;
}

.banner{
  float:left;
  width:100%;
}

.desk-bnr{
  float:left;
  width:100%;
  margin-top:0px;
}

.msg-welcome{
  float:left;
  width:100%;
  text-align: right;
  font-size:14px;
  line-height: 22px;
  color:#000;
  padding-left:10px;
  padding-right:10px;
  padding-top: 11px;
  padding-bottom: 10px;
}

.msg-welcome span{
  font-weight:700;
  float: right;
  width:100%;
  text-align: right;
}

.login-signup{
  float:left;
  width:150px;
  height: 35px;
  margin-left: 11px;
  border: solid 1px rgb(0 0 0 / 60%);
  font-weight: 500;
  line-height: 35px;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.login-signup:hover{
  color:white;
  background:rgb(0 0 0 / 60%);
  text-decoration:none !important;
}


.featured-collection{
  float:left;
  width:100%;
  padding-left:15px;
  padding-right:15px;
  padding-top: 50px;
  border-top: 1px solid #f7cfa359;
}

.featured-collection h1{
  color:#000000;
  font-size: 28px;
  float: left;
}


/* <source :http://webdesignerhut.com/examples/pure-css-tabs/> */


.tab-right{
  float:right;
}

.tabs {
    /* max-width: 90%; */
    float: none;
    list-style: none;
    padding: 0;
    /* margin: 75px auto; */
    /* border-bottom: 4px solid #ccc; */
}
.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}
.tabs label {
    display: block;
    float: right;
    /* width: 33.3333%; */
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2;
    cursor: pointer;
    /* box-shadow: inset 0 4px #ccc; */
    border: 1px solid #171717;
    -webkit-transition: all 0.5s; /* Safari 3.1 to 6.0 */
    transition: all 0.5s;
    margin-left: 2px;
    margin-right: 2px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: black;
}
.tabs label span {
    /* display: none;*/
}
.tabs label i {
    padding: 5px;
    margin-right: 0;
}
.tabs label:hover {
    color: #a10d0d;
    /* box-shadow: inset 0 4px #3498db; */
    /* border-bottom: 2px solid #a10d0d; */
}
.tab-content {
    width: 100%;
    float: left;
    /* padding: 15px; */
    box-sizing: border-box;
    /* margin-top: 20px; */
    background-color: #ffffff;
}
.tab-content * {
    
}

.tabs [id^="tab"]:checked + label {
    background: #f0c844;
    /* box-shadow: inset 0 4px #3498db; */
    border-bottom: 4px solid #f0c844;
    color: a10d0d;
    border: solid 1px #f0c844;
    color: black;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
    display: block;
}
@media (min-width: 768px) {
    .tabs i {
        padding: 5px;
        margin-right: 10px;
    }
    .tabs label span {
        display: inline-block;
    }
    .tabs {
    /* max-width: 950px; */
    /* margin: 50px auto; */
    }
}
/* <source :http://webdesignerhut.com/examples/pure-css-tabs/> */



.flip-card {
  background-color: transparent;
  /* width: 300px; */
  height:483px;
  perspective: 1000px;
  /* border: solid 1px rgb(0 0 0 / 5%); */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: black;
  border: solid 1px rgb(0 0 0 / 5%);
}

.flip-card-back {
  background-color: #ffffff;
  color: white;
  transform: rotateY(180deg);
  border: solid 1px rgb(0 0 0 / 5%);
}

.productimages{
  float:left;
  width:100%;
}

.tag-white{
  float:left;
  border-radius: 50px;
  width:75px;
  height:25px;
  background: #ffea00;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 12px;
  line-height: 25px;
  font-weight: 600;
}

.product-names{
  float:left;
  width:100%;
  padding:13px;
  text-align:left;
}
.productimages img{
    height: 352px;
    padding: 8px;
    object-fit: contain;

}
.bd-example .carousel{
    z-index:0;
}
.product-names h1{
  float:left !important;
  width:100% !important;
  text-transform:none;
  color:#000000 !important;
  font-size: 15px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}

.product-names p{
   float: left;
   width: 100%;
   color: rgb(0 0 0 / 85%);
   font-size: 14px;
   margin-bottom: 10px;
   white-space: nowrap;
   overflow-x: hidden;
   text-overflow: ellipsis;
}

.product-names h2{
   float:left;
   /* font-weight: 700; */
   font-size: 15px;
   color: #675f03;
   padding-top: 3px;
   border-bottom:none !important;
}


.product-names h2 strike{
  color:#4a494a;
  font-size:14px;
  padding-left:9px;
  font-weight:normal !important;
}
.trending-sub .owl-nav{
    display:none !important;
}
panel1 .owl-nav{
    display:block !important;
    float: right;
    position: absolute;
    top: -35px;
    right: 0;
}
.mousetrap{
    width:100% !important;
}
.product-names h3{
    float: left;
    border-radius: 50px;
    width: 75px;
    height: 25px;
    background: #150c12;
    font-size: 12px;
    color:white;
    left: 15px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.wishlist-btn{
  float:left;
  width: 100% !important;
  height: 46px !important;
  line-height:25px;
  text-align:center;
  font-size: 15px;
  color: rgb(0 0 0 / 84%);
  text-transform:uppercase;
  background: #fee900;
  border:none;
  border: solid 1px rgb(254 233 0) !important;
  letter-spacing: 1px;
  line-height:45px;
  font-weight:500;
}

.wishlist-btn:hover{
  background:black;
  cursor:pointer; text-decoration:none;
  color: white !important;
  border: solid 1px rgb(0 0 0 / 23%) !important;
}

.wishlist-sec{
  float:left;
  width:100%;
  padding:13px;
  text-align:left;
}


.wishlist-sec h2{
   float:left;
   font-weight: 700;
   font-size: 16px;
   color: #321950;
   padding-top: 3px; border-bottom:none !important;
}

.wishlist-sec h2 strike{
  color:#4a494a;
  font-size:14px;
  padding-left:9px;
  font-weight:normal !important;
}

.wishlist-sec h3{
    float: left;
    border-radius: 50px;
    width: 75px;
    height: 25px;
    background: #150c12;
    font-size: 12px;
    color:white;
    left: 15px;
    line-height: 25px;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.wishlist-sec h1{
    float: left !important;
    width: 100% !important;
    color: rgb(0 0 0 / 57%) !important;
    font-size: 14px !important;
    margin-bottom: 16px !important;
    margin-top: 6px !important;
    font-weight: normal !important;
    padding-top: 0px !important;
}

.red-sub{
  width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background: red !important;
}


.view-similar{
      z-index: 11; display:none;
      width: 115px !important;
      height: 30px !important;
      color: black !important;
      float: left;
      border-radius: 50px;
      width: 75px;
      height: 25px;
      background: white;
      position: absolute;
      left: 15px;
      top: 15px;
      font-size: 12px;
      line-height: 29px;
      font-weight: 600;
      /* z-index: 11; */
      letter-spacing: 1px;
      cursor:pointer;
}

.view-similar:hover{
  background: black;
   color: white !important;
}



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.trending-sub .owl-dot{
  background: none;
  color: inherit;
  border: solid 2px #000000 !important;
  padding: 0 !important;
  font: inherit;
  margin-right: 4px !important;
  border-radius: 50% !important;
  width: 6px !important;
  height: 6px !important;
  background: #000000 !important;
}


.trending-pro .owl-nav{
  text-align:center;
  margin-bottom: 10px;
  margin-top: 20p;
}
.trending-pro .owl-prev img{
  width: 31px;
  margin-top: 35px;
}
.trending-pro .owl-next img{
  width: 31px;
  margin-top: 35px;
  margin-left: 10px;
}

.view-nav{
    width: 123px;
    text-align: center;
    height: 46px;
    color: #150c12;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 48px;
    /* border: solid 1px #150c12; */
    float: right;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: -46px;
    position: relative;
    z-index: 1;
    background: #ffea00;
    font-weight: 700;
}

.view-nav:hover{
  background:#150c12;
  color:white;
  text-decoration:none;
}

.advertisment-sec{
  float:left;
  width:100%;
  margin-top:35px;
}

.shop-section{
  float:left;
  width:100%;
  margin-top:35px;
  margin-bottom:35px;
}

.neck-shirt{
  float:left;
  width:100%;
  height:447px;
  background-image: url(../images/shop1.jpg);
}

.neck-shirt:hover{
  text-decoration:none !important;
}

.neck-bg{
  background-color:rgb(0 0 0 / 43%);
  height:447px;
  padding:20px;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  padding-top: 290px;
}

.neck-bg:hover{
  text-decoration:none !important;
  background-color:rgb(0 0 0 / 0%);
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.neck-bg h1{
  float:left;
  width:100%;
  font-size:15px;
  color:#fff;
  font-weight:300;
}

.neck-bg h2{
  color:#ffffff;
  font-size:23px;
  font-weight:bold;
  float: left;
    width: 100%;
    margin-bottom: 15px;

}

.nav-shop{
  width:123px;
  float:left;
  text-align:center;
  color:white;
  font-size:14px;
  color:white;
  background-color:#090806;
  height:46px;
  line-height: 44px;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.nav-shop:hover{
  background-color:#483819;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration:none;
}

.push-left{
  float: right;
}



.trending-collection{
  float:left;
  width:100%;
  padding-left:15px;
  padding-right:15px;
  padding-top:0px;
}

.trending-collection h1{
  color:#000000;
  font-size: 28px;
  float: left;
  width:100%;
  padding-top: 30px;
}

.trending-pro{
  float:left;
  width:100%;
}

.mb30{
  margin-bottom:30px;
}

.about-detail{
 float: left;
    width: 100%;
    font-size: 14px;
    line-height: 27px;   
}


.stock-nil{
  background-color:#a10d0d !important;
  color:white !important;
}

.trending-list{
      float: left;
      border-radius: 50px;
      width: 75px;
      height: 25px;
      background:black;
      /* position: relative; */
      float: right;
      margin-top: -28px;
      font-size: 12px;
      line-height: 25px;
      color: white;
      font-weight: 600;
      text-align: center;
}

.advertisment-sec img{
  width:100%;
}

.offerimg img{
  width:auto !important;
}

.mt35{
  margin-top:35px;
}

.share-style{
  float:left;
  width:100%;
  padding-top:50px;
  padding-bottom:50px;
  background: #fffef0;
}

.share-style h1{
  float:left;
  width:100%;
  text-align:center;
  color:#292727;
  font-size: 40px;
  font-weight:300;
}

.share-style p{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #000000;
    padding-top: 10px;
    line-height: 28px;
}

.view-insta{
    width: 123px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;
    text-align: center;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 48px;
}

.view-insta:hover{
  background-color: #2f1d1d;
  text-decoration:none;
}

.footer{
  float:left;
  width:100%;
  background-color:black;
  margin-top:75px;
}

.ftr-p{
  padding: 0px;
  border-right: solid 1px rgb(255 255 255 / 20%);
  float: left;
  /* text-align: center; */
}

.orginal{
  /* float:left; */
  width: 320px;
  padding-top: 13px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.orgi-img{
  float:left;
  width:91px;
}

.orginal h1{
  color:white;
  font-size: 18px;
  font-weight: 500;
  padding-top: 25px;
  text-transform: uppercase;
}

.orginal p{
  font-size:15px;
  color: rgb(255 255 255 / 82%);
}

.orginal img{
      float: left;
      margin-right: 20px;
      padding-top: 8px;
}

.q50{
  float:left;
  width:50%;
  padding-top: 14px;
}

.q-links{
  float:left;
  width:100%;
  border-top:solid 1px rgb(255 255 255 / 20%);
  /* padding-top:30px; */
}

.q-links h1{
  float:left;
  width:100%;
  position: relative;
  color: #fff;
  font-size: 19px;
  font-weight:bold;
  margin-bottom: 37px;
}

.navlink{
  float:left;
  width: 50%;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  padding-bottom: 10px;
  opacity: .9;
}

.navlink:hover{
  color:white !important;
  text-decoration:none !important;
} 

.ftr-address{
  float:left;
  width:100%;
  padding-top: 14px;
}

.ftr-address p{
  float:left;
  width:100%;
  color: rgb(255 255 255 / 76%) !important;
  font-size: 14px;
}

.pl-70{
  padding-left:70px !important;
}

.payment{
  float:left;
  width:100%;
}

.ftr-logo{
  float:left;
  padding-top:10px;
}

.ftr-social{
  float:left;
  padding-top: 24px;
  /* padding-left: 40px; */
  width: 100%;
  margin-top: 66px;
}

.facebook{
  float: left;
  width: 45px;
  height: 44px;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-left: 15px;
  /* float:left; */
  /* color:rgb(255 255 255 / 76%) !important; */
  /* font-size:13px; */
  /* letter-spacing:1px; */
  /* padding-right:45px; */
  /* fill: rgb(255 255 255 / 76%) !important; */
}

.facebook:hover{
  color:white !important;
  text-decoration:none !important;
  fill:white;
}

.facebook svg{
  /* float: left; */
  /* width: 21px; */
  /* margin-right: 7px; */
  float: left;
  width: 41px;
  margin-right: 0;
  fill: #fff;
  /* border: 1px solid #fff; */
  padding: 10px;
  /* border-radius: 100%; */
  height: 41px;
}

.powered{
    font-size: 12px;
    color: rgb(255 255 255 / 76%) !important;
    text-align: right;
    padding-top: 23px;
}

.tnm{
   color:rgb(255 255 255 / 76%) !important;
}

.tnm:hover{
   color:white !important;
  text-decoration:none !important;
}

.pr-detail{
  float:left !important;
  width:100% !important;
  font-size: 22px !important;
  margin-bottom: 30px;
}

.pr-detail strong{
  /* float:left; */
  font-weight:normal !important;
  margin-left: 5px;
  margin-right: 5px;
}

.pr-detail span{
  font-size: 16px;
  letter-spacing: 0px;
  color: rgb(0 0 0 / 79%);
}

.pagination{
  float:left;
  width:100%;
      margin-bottom: 11px;
}

.pag-nav{
    float: left;
    font-size: 13px;
    color: #000;
}

.pagination strong{
  font-weight:normal;
  padding-left:5px;
  padding-right:5px;
}

.pag-nav:hover{
  color:black;
  text-decoration:none !important;
}

.hdr-border{
    width:100%;
    float: left;
    height: 1px;
    background: rgb(0 0 0 / 10%);
    width: 100%;
    /* margin-top: 10px; */
}

.pdt20{
  padding-top:20px;
}

.filter-by{
}

.filter-by span {
    /* float: right; */
    font-size: 14px;
    color: #000;
    /* margin-right: 11px; */
}


.fl-b{
      float: right;
      cursor:pointer;
      padding: 5px;
      background: rgb(123 19 22);
      border: none;
      padding-left: 11px;
      padding-right: 12px;
      margin-top: -6px;
      border: none;
      border-radius: 3px;
      margin-left: 10px;
      margin-top: 10px;
      font-size: 12px;
      font-weight: 500;
      height: 33px;
      /* border: solid 1px rgba(197, 155, 65, 0.34); */
      color: white !important;
      padding-top: 7px;
      margin-right: 10px;
}

.fl-b span{font-size: 13px;font-weight: normal;padding-right: 6px;color: #fff;}
.fl-close{
  color: #ffffff;
  font-weight: normal !important;
  float: right;
  padding-left: 8px;
  font-size: 11px !important;
  padding-top: 4px;
}

.fl-clear{
    float: left;
    font-size: 15px;
    padding-left: 10px;
    color: #000000;
    font-weight: 600;
    text-align: right;
}

.fl-clear:hover{
   color: #d01d1d;
   text-decoration:none;
}

.sort-by{
  float: left;
  width: 30%;
}



.filter-bg{float: left;width: 100%;border-right: solid 1px #dbdbdb;/* border-radius: 6px; */margin-top: 40px;background: #fff;}


.sec-one{
  float:left;
  width:100%;
  /* padding: 15px; */
  border-bottom: solid 1px #dbdbdb;
}

.sec-one h1{
   float:left;
   width: auto;
   font-size: 14px;
   color: #000 !important;
   /* background: #151313; */
   /* padding: 11px; */
   font-weight: 600;
   margin: 0;
}


/* -------------------------------- 

xcustom form elements 

-------------------------------- */
.cd-filter-block {
  /* margin-bottom: 1.6em; */
  float: left;
  width: 100%;
  text-align: left;
}
.cd-filter-block h4 {
  /* filter block title */
  position: relative;
  margin-bottom: 15px;
  padding: 12px 0 10px 27px;
  color: #2e2c2c;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border-bottom: solid 1px rgba(0, 0, 0, 0.03);
  padding-bottom: 14px !important;
  text-align: left;
  margin-bottom: 0px;
}
.no-touch .cd-filter-block h4:hover {
  color: #41307c;
}
.cd-filter-block h4::before {
  /* arrow */
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-filter-block h4.closed::before {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.cd-filter-block input, .cd-filter-block select,
.cd-filter-block .radio-label::before,
.cd-filter-block .checkbox-label::before {
  /* shared style for input elements */
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
  background-color: #f4f4f4;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.cd-filter-block input[type='search'],
.cd-filter-block input[type='text'],
.cd-filter-block select {
  width: 100%;
  padding: .8em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}
.cd-filter-block input[type='search']:focus,
.cd-filter-block input[type='text']:focus,
.cd-filter-block select:focus {
  outline: none;
  background-color: #ffffff;
  border-color: #41307c;
}
.cd-filter-block input[type='search'] {
  /* custom style for the search element */
  border-color: transparent;
  background-color: #e6e6e6;
  /* prevent jump - ios devices */
  font-size: 1.6rem !important;
}
.cd-filter-block input[type='search']::-webkit-search-cancel-button {
  display: none;
}
.cd-filter-block .cd-select {
  /* select element wrapper */
  position: relative;
}
.cd-filter-block .cd-select::after {
  /* switcher arrow for select element */

  content: '';
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-filter-block select {
  cursor: pointer;
  font-size: 1.4rem;
}
.cd-filter-block select::-ms-expand {
  display: none;
}
.cd-filter-block .list li {
  position: relative;
  margin-bottom: 0px;
  text-align: left;
  margin-top: 7px;
  list-style-type: none;
  float: left;
  width: 100%;
}
.cd-filter-block .list li:last-of-type {
  /* margin-bottom: 0; */
}
.cd-filter-block input[type=radio],
.cd-filter-block input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
  padding-left: 30px;
  font-size: 1.4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px !important;
  color: rgb(0, 0, 0);
  /* margin-bottom: 15px; */
  font-weight: 500;
  /* line-height: 27px; */
  padding-top: 6px;
}
.cd-filter-block .checkbox-label::before, .cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
  width: 16px;
  height: 16px;
  left: 0;
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
  /* check mark - hidden */
  display: none;
}
.cd-filter-block .checkbox-label::after {
  /* check mark style for check boxes */
  width: 16px;
  height: 16px;
  background: url("../images/cd-icon-check.svg") no-repeat center center;
  left: 0px;
}
.cd-filter-block .radio-label::before,
.cd-filter-block .radio-label::after {
  border-radius: 50%;
}
.cd-filter-block .radio-label::after {
  /* check mark style for radio buttons */
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  left: 5px;
}
.cd-filter-block input[type=radio]:checked + label::before,
.cd-filter-block input[type=checkbox]:checked + label::before {
  border-color: #161617;
  background-color: #000000;
}

.cd-filter-block input[type=radio]:checked +  label::after,
.cd-filter-block input[type=checkbox]:checked + label::after {
  display: block;
}

@-moz-document url-prefix() {
  /* hide custom arrow on Firefox - select element */
  .cd-filter-block .cd-select::after {
    display: none;
  }
}

.budgetul {
    float: left;
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    height: 164px;
    overflow-y: scroll;
    text-align: left;
    padding: 0;
}

.h520{
  height: 500px;
}

.mb20{margin-top:20px;}

.banners_width{width:100%;}
.p-none{padding:0px !important;}
.margin-btm20{margin-bottom:20px;}
.sh-50{margin-bottom:30px;}
.color-bg{
  float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: black;
    margin-right: 10px;
}

.product-details{
    float: left;
    text-align: right;
    width: 100%;
    border-bottom: solid 1px rgb(0 0 0 / 6%);
    font-size: 26px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.product-details span{
    float: left;
    width: 100%;
    color: rgb(0 0 0 / 87%);
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px;
}

.product-rate{
  float:left;
  width:100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-rate h1{
  float: right;
  color:black;
  font-weight:bold;
  font-size: 25px;
  text-align: right;
}

.product-rate h1 strike{
  font-weight:normal;
  color: rgb(0 0 0 / 79%);
  margin-left: 7px;
  font-size: 15px;
  text-align: right;
  /* float: right; */
}

.product-rate h1 span{
  color: #9b1d21;direction: rtl;
  font-size: 17px;
  text-transform: none;
  font-weight: 500;
  padding-left: 10px;
  text-align: right;
  float: left;
  padding-top: 5px;
}
.product-size{
  float:left;
  width:100%;
}

.product-size h1{
  float: left;
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 20px;
}

.delivery-options{
  float:left;
  width:100%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.delivery-options h1{
  float: left;
  width: 100%;
  font-size: 19px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 20px;
}

.pincode-code{
  border-radius: 5px;
    border: 1px solid #d4d5d9;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    padding: 10px;
    font-size: 14px;
    min-width: 160px;
    outline: 0;
    width: 250px;
}

.pincode-button {
    outline: 0;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    border: 0;
    color: #0e0a5f;
    text-transform: capitalize;
    cursor:pointer;
    font-weight:bold;
}

.pincode-button:hover{
  color:black;
}

.pincode-check {
    position: relative;
    left: -60px;
    background-color: transparent;
}

.delivery-options span{
 float: left;
    width: 100%;
    font-size: 15px;
    color: rgb(0 0 0 / 86%);
    margin-top: 10px;
    margin-bottom: 10px;
}

.inclusive-tax{
    float: left;
    width: 100%;
    color: #081b9e;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
}

.qnty-details{
  float:left;
  width:100%;
}

/* Product Quantity */
.quantity {
  /* padding-top: 12px; */
  /* margin-left: 25px; */
  margin-bottom: 10px;
  /* background: #141315; */
  /* text-align: center; */
  margin-top: 10px !important;
  height: 50px;
  float: right;
  /* margin-top: 10px; */
  /* padding-top: 7px; */
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  /* padding-bottom: 7px; */
}
.quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 14px;
  color: #000000;
  font-weight: 300;
  background: transparent;
  font-weight: normal;
  width: 71px;
  height: 38px;
  border: 1px solid #ccc;
  /* border-radius: 50%; */
  opacity: 3 !important;
  cursor: text !important;
  /* margin-top: -34px; */
  position: relative;
  /*top: -11px;*/
  /* border-radius: 0px !important; */
  /* border: solid 1px #f4f4f4; */
}

button[class*=btn] {
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0);
  /* border-radius: 50%; */
  border: none;
  cursor: pointer;
  outline: none !important;
  /* border: solid 1px #d9d9d9; */
  margin: 0px;
  padding: 0px;
  /* margin-top: 5px; */
  color: #000;
  border: 1px solid #ccc;
}

button:hover[class*=btn] {
  /* background-color: #c50f0f; */
  /* border-radius: 50%; */
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  /* color: #ffffff; */
}

.minus-btn img {
  margin-bottom: 3px;
}
.plus-btn img {
  margin-top: 2px;
}
button:focus,
input:focus {
  outline:0;
}

.add-basket{
    float: right;
    background: #ab794c;
    color: white;
    cursor:pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    padding: 15px;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 14px;
    font-weight: 400;
    border:none !important;
    height: 50px;
    line-height: 19px;
    padding-left: 25px;
    padding-right: 25px;
    letter-spacing: 1px;
    /* border: solid 1px #40403f !important; */
    margin-top: 9px;
}
.nav-tabs{
    float:right;width: 100%;
    text-align: right;
    direction: rtl;
}
.add-basket:hover{
  background: #561f0f;
  text-decoration:none !important;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  /* color: #000; */
}

.add-love{
    float: right;
    background: #2b1310;
    color: #ffffff;
    padding: 13px 15px 14px;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 14px;
    font-weight: 400;
    border: solid 1px #413636;
    height: 50px;
    line-height: 19px;
}
.add-love img{
    margin-top:-2px;
}
.add-love:hover{
  /*background: #413636;*/
  text-decoration:none !important;
  color: #fff;
  fill: #ffffff;
}

.add-love svg{
  width: 20px;
  height: 15px;
  margin-right: 4px;
  margin-top: -2px;
  /* letter-spacing: 1px; */
}

.product-desc{
  float:left;
  width:100%;
  margin-top: 20px;
  background: #fbffda;
  padding: 20px;
  border-radius: 5px;
  padding-bottom: 9px;
  margin-bottom: 20px;
}

.product-desc p{
  width:50%;
  float:left;
  color:black;
  font-size:15px;
  margin-bottom: 15px;
  }


.product-info{
  float:left;
  width:100%;
  margin-top:20px;
}

.product-info h1{
  float: left;
  width: 100%;
  font-size: 22px;
  margin-bottom: 0px;
}

.product-info p{
    float: left;
    width: 100%;
    font-size: 17px;
    color: black;
    margin-top: 8px;
}

.details-product{
  float:left;
  width:100%;
  margin-top:20px;
}

.information-tabs{
      float: left;
      width: 50%;
      /* padding: 15px; */
      /* padding-left: 6px; */
      margin-top: 13px;
      padding-bottom: 20px;
      /* padding-top: 15px; */
      /* background: #f7f3e8; */
      /* padding-left: 13px; */
      border-bottom: solid 1px rgb(0 0 0 / 4%);
      margin-right: 0px;
      margin-bottom: 10px;
}

.information-tabs h1{
  font-size: 17px;
  color:#000;
  font-weight:500;
  text-align: left;
  padding-left: 0px;
  letter-spacing: 1px;
}

.information-tabs span{
  font-weight:normal;
  color: rgb(0 0 0 / 81%);
  font-size: 16px !important;
  /* padding-left: 35px; */
  float: left;
  width: 100%;
  margin-top: 4px;
}

.speci{
  float:left;
  width:100%;
  color:black;
  font-size: 30px;
  /* font-weight:bold; */
  border-bottom: solid 1px rgb(0 0 0 / 6%);
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.detail-pro{
    float: left;
    width: 100%;
    font-size: 16px;
    padding-top: 10px;
    color: rgb(0 0 0 / 81%);
}

.size-dtl{
   float: left;
   width: 100%;
   font-size: 16px;
   margin-top: 20px;
}

.size-dtl h1{
  font-size: 17px;
  color:black;
  font-weight: 600;
}

.size-dtl p{
  float: left;
  width: 100%;
  font-size: 16px;
  /* padding-top: 10px; */
  color: rgb(0 0 0 / 81%);
}

.review-sec{
  float:left;
  width:100%;
  padding-top:30px;
  /* padding-bottom:30px; */
  padding-left: 15px;
  padding-right: 15px;
}

.review-sec h1{
  float:left;
  width:100%;
  color:black;
  font-size: 30px;
  /* font-weight:bold; */
  border-bottom:none !important;
  padding-bottom: 20px;
  margin-bottom: 10px;
}


.customer_panel {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    /* border-bottom: solid 1px rgba(0, 0, 0, 0.08); */
}

.customer_panel .userimg {
    float: left;
    font-size: 12px;
    line-height: 15px;
    padding: 3px;
    width: 45px;
    height: 45px;
    background: black;
    border-radius:50%;
    margin-top: 6px;
    /* border: solid 1px rgba(0, 0, 0, 0.16); */
    text-align: center;
}

.reviewer-imgname {
    font-size: 18px;
    line-height: 39px;
    color: #ffffff !important;
    text-align: center !important;
    /* width: 52px !important; */
    /* height: 52px; */
    /* background: #908d8d; */
    border-radius: 50%;
    font-weight: 600 !important;
}

.text-user {
    margin-left: 66px;
    border-radius: 3px;
    position: relative;
    /* float: left; */
    /* width: 100%; */
}

.text-user p {
    float: left !important;
    width: 100% !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: rgba(0, 0, 0, 0.76) !important;
    margin-bottom: 4px !important;
}

.text-user h1 {
    text-transform: none !important;
    /* font-weight: normal !important; */
    font-size: 15px !important;
    padding-top: 5px !important;
    color: rgb(17, 77, 5) !important;
    border-bottom: none !important;
    padding-bottom: 6px;
    margin-bottom: 0px;
    font-weight: bold;
    float: left;
    width: 100%;
    text-align: left;
    /* padding-top: 11px !important; */
}

.text-user span {
    float: left !important;
    width: 100% !important;
    font-size: 16px !important;
    font-weight: normal !important;
    color: rgb(0 0 0 / 88%) !important;
    line-height: 29px;
    /* padding-right: 110px; */
    text-align: left;
    text-transform: none;
    /* padding-top: 10px; */
}

.review-rate{
  float:left;
  width:100%;
  margin-top: 10px;
}


.giv_rate {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #343434;
    font-weight: 500;
    margin-bottom: 10px;
}
.giv_rate .ratingbox2 {
    width: 100%;
    float: left; margin:0px !important;
    margin: 15px 0;
    text-align: center;
}
.giv_rate .ratingbox2 i {
    font-size: 30px;
    color: #ffd426;
}

.giv_rate .ratingbox2 i {
    font-size: 30px;
    color: #ffd426;
}

.ratingbox {
    /* width: 100%; */
    float: left;
    text-align: left;
    margin: 17px 0 5px;
    text-decoration: none !important;
    margin-top: 10px;
    margin-bottom: 8px;
}
.ratingbox i {
    font-size: 13px;
    color: #ffd426;
    display: inline-block;
    /* margin: 0px 1px; */
}

.ratingbox span {
    font-size: 13px;
    font-weight: 400;
    color: #808080 !important;
    display: none;
}

.rev-nav{
       font-size: 14px;
       background: #ffea00;
       color: #000;
       border-radius: 4px;
       text-align: center;
       font-weight: 700;
       padding-top: 14px;
       padding-bottom: 14px;
       padding-left: 30px;
       padding-right: 30px;
       float: right;
       margin-top: -60px;
       cursor: pointer;
       z-index: 11;
       position: relative;
}

.rev-nav:hover{
    background: #000000;
    text-decoration: none;
    color: white;
}


.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: 0px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.close_form:hover,
.close_form:focus {
    /* background-color: transparent; */
} 

.write-review{
    float: left;
    width: 100%;
    color: #1b1d1b;
    font-size: 18px;
    font-weight: 800;
    text-align: left;
    margin-bottom: 7px;
    text-align: center;
}

.modal_top{
    float: left;
    width: 100%;
    color: #000000c4;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.modal-details{
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.review-form h1 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: rgb(0 0 0 / 98%);
    background: #ffffff;
    text-align: left;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 8px;
    font-weight: 400;
}

.review-field{
    float: left;
    width: 100%;
    padding: 15px;
    font-size: 14px;
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.14);
    outline: none !important;
    border-radius: 6px;
}

.reivew-btn{
    width: 100% !important;
    height: 50px !important;
    text-align: center;
    color: #fff;
    float:left;
    font-size: 14px;
    /* float: right; */
    margin-top: 10px !important;
    background-color: black !important;
    border-radius: 4px;
    /* padding-left: 25px !important; */
}

.reivew-btn:hover{
  background-color: #283d06 !important;
  color: #fff !important;
}

.trending-pro1 .owl-nav{
  text-align: right;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-right:00px;
}

.trending-pro1 .owl-prev img{
  width: 31px;
  margin-top:5px;
}
.trending-pro1 .owl-next img{
  width: 31px;
  margin-top: 5px;
  margin-left: 10px;
}


.dashboard-titel{
  float:left;
  width:100%;
  font-size: 15px;
  padding:15px;
  background: #fff;
  color: #000;
  margin-top: 40px;
}

.dashboard-titel h1{
  float:left;
  width:100%;
  font-size:23px;
  text-transform:uppercase;
  font-weight: 600;
  color: #000;
  text-align: right;
  padding-top: 9px;
}

.dashboard-titel span{
    float:left;
    width:100%;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    color: rgb(0 0 0);
    text-align: right;
    padding-top: 0px;
}


.order-history {
    float: left;
    width: 100%;
    /* padding: 8px; */
    border-radius: 4px;
    border: 1px rgb(160 158 156 / 50%) solid;
    padding: 14px 18px;
    color: #fff;
    margin-bottom: 20px;
    background: rgb(247 207 163);
    /* margin-top: 30px; */
}

.order-img {
    float: right;
    width: auto;
    /* display:none; */
    padding-top: 0;
}

.order-img img {
    width: 80px;
    margin-top: 0px;
}

.order-details {
    float: left;
    width: 66%;
    padding-top: 6px;
    text-align: right;
}

.order-details h1 {
    float: left;
    width: 100%;
    font-size: 17px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    text-align: right;
    font-weight: 600;
}

.order-details p {
    float: left;
    width: 100%;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.order-history:hover{
    /* color:#f41428; */
    border: 1px rgba(38, 39, 0, 0.33) solid !important;
    -webkit-box-shadow: 0px 3px 25px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 25px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 25px -9px rgba(0, 0, 0, 0.22);
    border: solid 1px #fff;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    background: rgba(222, 222, 222, 0.15);
}

.user_detail_area {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    margin-top: 56px;
}

.user_detail_area h2 {
    font-size: 20px;
    line-height: 28px;
    color: #1d1c1c;
    font-weight: 600;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
    border-bottom: solid 1px rgba(0,0,0,0.10);
    text-transform: uppercase;
    padding-bottom: 9px;
}

.user_detail_box {
    margin-top: 14px;
    float: left;
    width: 100%;
}

.updatebtm{
  float: left;
  width: 160px;
  color:#fff;
  background-color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  text-transform: uppercase;
  margin-right: 15px;
  border: none;
  outline: none !important;
  /* margin-top: 10px; */
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  height: 47px;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
}
.updatebtm:hover{
  background-color: #2f1d1d;
  color: #fff !important;
  text-decoration: none;
}

.password-section {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}
.log_set label {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #454545;
    line-height: 25px;
    margin: 0 0 5px;
    text-align: right;
}
.log_set input[type="text"],
.log_set input[type="password"],
.log_set input[type="mail"],
.log_set input[type="email"],
.log_set input[type="tel"],
.log_set select,
.log_set textarea {
    width: 100%;
    float: left;    direction: rtl;
    text-align: right;
    position: relative;
    height: 50px !important;
    border: solid 1px rgba(0,0,0,0.15) !important;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
}
.log_set textarea {
    height: 100px !important;
}
.log_set input[type="text"]:focus,
.log_set input[type="password"]:focus,
.log_set input[type="mail"]:focus,
.log_set textarea:focus {
    border-color: #ee3425 !important;
}

.error_msg {
    display: none;
    width: auto;
    float: left;
    padding: 5px 7px;
    font-size: 13px;
    line-height: 15px;
    background: #E31B23;
    color: #fff;
    font-weight: 300;
    text-align: left;
    position: absolute;
    bottom: -13px;
    left: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 10;
}
.error_msg::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 5px;
    border-bottom: 5px solid #E31B23;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.error_ico {
    position: absolute;
    font-size: 13px;
    line-height: 18px;
    color: #E31B23;
    font-weight: 400;
    right: 15px;
    bottom: 33px;
}
.success_ico {
    position: absolute;
    font-size: 13px;
    line-height: 18px;
    color: #2ca01c;
    font-weight: 400;
    right: 15px;
    bottom: 33px;
}

.submit_frm {
    width: 100%;
    float: left;
    position: relative;
    height: 50px;
    cursor: pointer;
    background: #ac1e23;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none !important;
}
.submit_frm:hover {
    background: #000;
    color: #fff;
}

.dataTables_wrapper label {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500 !important;
    color: #454545;
}
.dataTables_info {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500 !important;
    color: #454545;
}
.dataTables_wrapper th {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500 !important;
    color: #454545;
    text-align: center;
    outline: none !important;
}
.dataTables_wrapper td {
    font-size: 13px;
    line-height: 25px;
    font-weight: 500 !important;
    color: #585858;
    border-top: none;
    border-bottom: none;
}
.pagination>li {
    display: inline;
}

.form-control-tbabel {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    height: 34px;
    margin-right: 0px;
    margin-left: 0px !important;
    font-size: 13px !important;
}

.dataTables_wrapper .page-link {
    width: auto;
    height: 40px;
    text-align: center;
    color: #454545 !important;
    background-color: #fff !important;
    border-color: #ffffff !important;
    margin: 0px !important;
    font-size: 12px;
    line-height: 20px !important;
    font-weight: 500;
    padding: 10px !important;
    /*border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;*/
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.dataTables_wrapper .page-link:hover,
.dataTables_wrapper .page-item.active .page-link {
    color: #fff !important;
    background-color: #8a181b !important;
    border-color: #8a181b !important;
}
.dataTables_wrapper .page-item.disabled .page-link {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7 !important;
}
.dataTables_wrapper .page-item .page-link:first-child,
.dataTables_wrapper .page-item .page-link:last-child {
    /*border-radius: 100% !important;
    -moz-border-radius: 100% !important;
    -webkit-border-radius: 100% !important;*/
}
.dataTables_wrapper .page-item .page-link:first-child i,
.dataTables_wrapper .page-item .page-link:last-child i {
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
.dataTables_wrapper table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
    top: 15px;
    left: 5px;
    background-color: #ee3425;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ee3425;
    font-size: 16px;
}
table.dataTable>tbody>tr.child ul.dtr-details {
    width: 100%;
}
.dataTables_wrapper table.dataTable>tbody>tr.child span.dtr-title {
    /* min-width: 120px; */
    font-weight: 600;
}
.dataTables_wrapper table td a {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background: #8a181b;
    color: #fff !important;
    font-size: 13px;
    border: none;
    line-height: 18px;
    padding: 5px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
}


.action_in {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    /* margin-top: 20px; */
}

.cancel-in{
      width: auto;
      display: inline-block;
      vertical-align: middle;
      margin: 5px;
      background: #83341b;
      color: #fff !important;
      padding: 10px 15px;
      text-decoration: none !important;
      border-radius: 4px;
}

.cancel-in i {
    font-size: 23px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
}

.print_in {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    background: #b92026;
    color: #fff !important;
    padding: 10px 15px;
    text-decoration: none !important;
    border-radius: 4px;
}

.mail_in {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    background: #83341b;
    color: #fff !important;
    padding: 10px 15px;
    text-decoration: none !important;
    border-radius: 4px;
}

.print_in i, .mail_in i {
    font-size: 21px;
    line-height: 25px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
}

.cancel-in span{
  font-size: 13px;
}

.print_in span{
   font-size: 13px;
}

.mail_in span{
  font-size: 14px;
}

.action_in {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    margin: 0 0 20px;
    /* margin-top: 20px; */
}

.shop-return{
  background: #7d1417;
  color: #fff;
  padding: 15px;
  font-size: 14px;
  margin-top: 23px;
  text-decoration:none !important;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 600;
  cursor:pointer;
}

.shop-return:hover{
  background: #ae7b4d;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  color: #fff;
}


.address-manage{
  float:left;
  width:100%;
  background: #fff;
  border-radius:5px;
  padding: 15px;
  border: solid 1px rgba(0, 0, 0, 0.12);
  text-decoration: none !important;
  -webkit-box-shadow: 0px 3px 25px -9px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 3px 25px -9px rgba(0,0,0,0.75);
  box-shadow: 0px 3px 25px -9px rgba(0, 0, 0, 0.22);
  /* border: solid 1px #fff; */
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  text-align: center;
  margin-bottom:25px;
}

.address-manage h1{
  text-transform:uppercase;
  color: #191818;
  font-size: 16px;
  background: white;
  font-weight: 700;
  margin-bottom: 0px;
  height: 100%;
  line-height: 30px;
  padding-top: 10px;
  text-align: center;
  float: left;
  width: 100%;
}

.address-manage p{
  float:left;
  width:100%;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.83);
  line-height: 27px;
}


.address-field{
      float: left !important;
      width: 100%;
      margin-top: 20px !important;
      text-align: left;
}

.nav-news{
    float: left;
    width: 50%;
    background: #ba2026;
    height: 40px;
    color: #fff;
    margin-top: 11px;
    border-radius:0px;
    line-height: 37px;
    font-size: 14px;
    font-weight: 400;
}

.nav-news:hover{
 background: #5c2215;
 text-decoration:none;
 color: #fff;
}

.nav-edited{
    float: left;
    width: 50%;
    background: #5c2215;
    height: 40px;
    color: #fff;
    margin-top: 11px;
    border-radius:0px;
    line-height: 37px;
    font-size: 14px;
    font-weight: 400;
}

.nav-edited:hover{
 background: #ba2026;
 text-decoration:none;
 color: #fff;
}

.add-nav{
      float: left;
      width: 120px;
      background:black;
      height: 40px;
      color: #fff;
      margin-top: 11px;
      border-radius: 0px;
      line-height: 37px;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      font-weight: bold;
      border-radius: 3px;
      float: left;
      margin-top: -63px;
}

.add-nav:hover{
  background: #90210f;
  text-decoration:none;
}


.log_set .option {
    width: 100%;
    float: left;
    /* padding: 0 18px; */
    font-size: 13px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px;
    position: relative;
}
.log_set .option > input {
    position:absolute;
    height:100%;
    width:100%;
    opacity:0;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}


.log_set .checkbox {
    position:relative;
    margin-right:5px;
    background:#fff;
    display:inline-block;
    border: 2px solid #B5C1C7;
    margin-bottom:0;
    margin-top:0;
    height:16px;
    width:16px;
    top:4px;
}
.log_set .checkbox:before {
    content:'';
    display:none;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box;
    padding:0;
    margin:0
}
.log_set input:checked + .checkbox:before {
    display:block
}
.log_set .checkbox:before{
    position:absolute;
    top:3px;
    left:2px;
    width:6px;
    height:3px;
    border:solid #ee3425;
    border-width:0 0 2px 2px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.log_set input:checked + .checkbox {
    border: 2px solid #ee3425;
}
.log_set input:hover + .checkbox {
    border-color:#ee3425;
}
.log_set input:focus + .checkbox {
    border-color:#ee3425;
}
.log_set input:focus + .checkbox:before{
    border-color:#ee3425;
}


.cart_tbl {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    border: solid 1px rgba(0,0,0,0.10);
}
.cart_tbl tr {
    width: 100%;
    position: relative;
    margin: 0;
}
.cart_tbl th {
    background:#1e191a;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    padding: 15px 20px;
    color: #fff;
}
.cart_tbl td {
    background: #fff;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    padding: 20px 20px;
    border: solid 1px rgba(0, 0, 0, 0.11);
    vertical-align: middle;
    color: #000;
}
.cart_tbl td .media {
    width: 100%;
    float: left;
}

@media (max-width: 767px) {
.cart_tbl table, 
.cart_tbl thead, 
.cart_tbl tbody, 
.cart_tbl th, 
.cart_tbl td, 
.cart_tbl tr { 
  display: block; 
}
.cart_tbl {
    border: none;
}
.cart_tbl table {
    border: none;
}
.cart_tbl thead tr { 
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.cart_tbl tr {
    margin: 0 0 10px;
    border: solid 1px rgba(0,0,0,0.15);
}
.cart_tbl td { 
  border: none;
  border-bottom: 1px solid #eee; 
  position: relative;
  padding-left: 50% !important; 
  white-space: normal;
  text-align:left !important;
  display: inline-block;
    width: 100%;
}
.cart_tbl td:last-child { 
  border-bottom: none; 
}
.cart_tbl td:before { 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45%; 
  padding: 20px 10px; 
  white-space: nowrap;
  font-weight: 600;
    font-size: 14px;
    text-align: left;
    color: #212529;
    border-right: solid 1px rgba(0,0,0,0.15);
    height: 100%;
}
.cart_tbl td:before {
    content: attr(data-title);
}
.cart_tbl td .media {
    display: block;
}
}

.cart-rate {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
}

.cart-sub {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #954f0b;
    font-weight: 600;
}

.thumb-imgs{
  width:50px;
  height:50px;
}

.cart-brand {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.68);
    float: right !important;
    font-weight: 600;
    padding-left: 15px;
    padding-bottom: 7px;
    width: auto !important;
}

.cart-name {
    font-size: 14px;
    color: #3d2b19;
    float: left;
    font-weight: 600;
    /* padding-left: 15px; */
    padding-top: 5px;
}

.cart-number {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.74);
    font-weight: normal;
    /* padding-left: 15px; */
    padding-top: 10px;
}

.list-titels {
    float: left;
    /* width: 100%; */
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
}

.media-right{
  float:left;
  width:100%;
}


.remove-cart{
    float: left;
    width: 100%;
    font-size: 21px !important;
    font-weight: 300;
    color:#000;
}

.remove-cart:hover{
  color: #d60c1e;
}

.check-btn{
    padding-left: 40px;
    padding-right: 40px;
    background-color: #1f1d1d ;
    color: #fff;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    padding-top: 15px; position:relative;
    padding-bottom: 15px;
    font-weight: 600;     top: 17px;
}

.check-btn:hover{
  text-decoration:none;
background-color: #321950;
}

.mt50{
  margin-top:50px;
}





.header_menu_area {
      /* width: 100%; */
      float: right;
      /* top: 56px; */
      /* position: absolute; */
      z-index: 9;
      text-align: center;
      }
  .header_menu_area > .mob_nav {
    display: none; }
  .header_menu_area > ul {
        width: auto;
        display: inline-block;
        margin: 0;
        /* padding: 0 4%; */
        float: right;
        /* background: #eadfd0; */
        }
    .header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle; }
      .header_menu_area > ul > li > a {
        width: auto;
        float: left;
        text-decoration: none;
        position: relative;
        /* text-transform: uppercase; */
        font-size: 14px;
        font-weight: bold;
        /* font-family: 'Josefin Sans', sans-serif; */
        color: #ffffff;
        /* line-height: 66px; */
        letter-spacing: 0px !important;
        padding: 40px 15px;
        z-index: 1;
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        /* font-family: 'AdobeClean-Bold'; */
        }
        .show {background:;color: #0e0e0e !important;}
        .header_menu_area > ul > li > a:hover {
          color: #211f1f !important;
          background: #000000;
          }
        .header_menu_area > ul > li > a::after {
          content: '';
          position: absolute;
          width: 100%;
          height: 0px;
          background: #ffffff;
          left: 0;
          bottom: -1px;
          z-index: -1;
          transition: all ease-in-out 0.5s;
          -o-transition: all ease-in-out 0.5s;
          -ms-transition: all ease-in-out 0.5s;
          -moz-transition: all ease-in-out 0.5s;
          -webkit-transition: all ease-in-out 0.5s;
          }
        .header_menu_area > ul > li > a:hover::after {
          height: 100%;

           }
          

          @media (max-width: 1000px) {
  .header_menu_area {
    position: inherit; }
    .header_menu_area > .mob_nav {
      display: block;
      float: right;
      margin-top: 16px;
      width: 28px;
      height: 28px;
      margin: 24px 37px;
      cursor: pointer;
      transform: rotate(0);
      -ms-transform: rotate(0);     margin-right: 15px !important;
      -webkit-transform: rotate(0);
      transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s; }
      .header_menu_area > .mob_nav > div {
        background: #a61f23;
        border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
        width: 100%;
        }
.header_menu_area > .mob_nav > div:nth-child(1) {
          top: 2px; }
.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
          top: 13px; }
.header_menu_area > .mob_nav > div:nth-child(4) {
          top: 23px; }

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 0;
    top: 2px !important;
    width: 100%;
    }
  .mob_nav.open > div:nth-child(2) {
    /* background: white; */
    /* -webkit-transform: rotate(45deg); */
    /* transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    top: 14px !important;
    /* -webkit-transform: rotate(45deg); */
    }
  .mob_nav.open > div:nth-child(3) {
    /* background:white; */
    /* -webkit-transform: rotate(-45deg); */
    /* transform: rotate(-45deg); */
    -ms-transform: rotate(-45deg);
    /* -webkit-transform: rotate(-45deg); */
    top: 8px !important;
    }

  .header_menu_area > ul {
    width: 100%;
    position: absolute;
    margin-top: 94px;
    left: 0;
    background: #fff;
    padding: 20px 0px !important;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    z-index: 11111 !important;
    }
    .header_menu_area > ul > li {
      width: 100%; }
      .header_menu_area > ul > li > a {
           color: #fff !important;
           width: 100%;
           line-height: 30px;
           background: #2b2c2b;
           padding: 10px 5%;
           text-align: left;
           border-bottom: solid 1px rgba(241, 241, 241, 0.08);
           }
        .header_menu_area > ul > li > a::after {
          width: 0px;
          height: 100%;
          background: #fff; }
        .header_menu_area > ul > li > a:hover::after {
          width: 4px; }
  .header_menu_area ul.view {
    visibility: visible !important;
    opacity: 1;
    background: #2b2c2b;
    z-index: 100;
    display: block !important;
    padding-top: 0px !important;
    }

  .header_user_area {
    right: calc(5% + 70px); } }
@media (max-width: 500px) {
  .header_user_area {
    right: calc(5% + 55px); }
    .header_user_area .header_user {
      padding: 23px 18px 23px 0px; }
      .header_user_area .header_user > img {
        width: 30px;
        height: 30px; }
      .header_user_area .header_user > span {
        display: none; }
    .header_user_area > .header_login {
      margin: 0 5px 0 0; } }

.header_menu_area > ul li ul.submenu {
    *display: none;
    opacity: 0;
    margin-top: 10px;
    visibility: hidden;
    position: absolute;
    width: 210px;
    height: auto;
    overflow: hidden;
    background: #fff;
    margin-left: 25px !important;
    box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.10);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}



.login_panel .log_area .log_box {
    display: none;
    width: 100%;
    position: relative;
    /* max-width: 520px; */
    background: #fff;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    /* -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
    /* border-radius: 5px; */
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    /* padding: 30px; */
}

.login_panel .log_area .log_box > h2 {
    color:#10100f;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 30px;
    font-weight: 800;
    margin: 0 0 10px !important;
    text-align: center;
}
.login_panel .log_area .log_box p {
    text-align: center !important;
    color: rgba(105, 105, 105, 0.95);
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    /* margin: 0 0 10px !important; */
}

.login_panel .log_area .log_box h5 {
    color: #696969;
    font-size: 17px;
    line-height: 27px;
    font-weight: 600 !important;
}

.login_panel .log_area .log_box .login_media {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 10px !important;
}

.login_panel .log_area .log_box .login_media > li {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 5px;
}
.login_panel .log_area .log_box .login_media > li .fb_login {
    background: #3b5998 !important;
    color: #fff !important;
}
.login_panel .log_area .log_box .login_media > li > a > img {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.login_panel .log_area .log_box .or {
    position: absolute;
    width: 40px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: #696969;
    bottom: -1.6rem;
    left: calc(50% - 15px);
    background: #fff;
}
.login_panel .log_area .log_box > hr {
    width: 100%;
    float: left;
}
.login_panel .log_area .log_box p > a {
    color: #9f781b;
    text-decoration: none !important;
}
.login_panel .log_area .log_box .login_media > li > a {
    width: auto;
    float: left;
    position: relative;
    padding: 10px 20px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    font-size: 12px;
    line-height: 17px;
    color: #454545;
    text-transform: uppercase;
    font-weight: 700;
}
.login_panel .log_area .log_box .log_form {
    width: 100%;
    float: left;
    position: relative;
    padding: 25px 0px 10px;
}

.login-tag{
    float: left;
    width: 100%;
    padding: 25px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}

.login-tag p{
    float: left;
    width: 100%;
    color:#fff;
    font-size: 16px;
    line-height: 28px;
    color:#fff;
    font-weight: 400;
    text-transform: none;
    padding-top: 12px;
    padding-right: 290px;
}

.login-logo{
  float: left;
  width: 100%;
  padding: 25px;
  padding-bottom: 0px;
}

.log_set .option {
    width: 100%;
    float: right;
    /* padding: 0 18px; */
    font-size: 13px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    text-align: right;
    margin: 0px 0px;
    position: relative;
}
.log_set .option > input {
    position:absolute;
    height:100%;
    width:100%;
    opacity:0;
    right: 0;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.log_set .checkbox {
    position:relative;
    margin-right:5px;
    background:#fff;
    display:inline-block;
    border: 2px solid #B5C1C7;
    margin-bottom:0;
    margin-top:0;
    height:16px;
    width:16px;
    top:4px;
}
.log_set .checkbox:before {
    content:'';
    display:none;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box;
    padding:0;
    margin:0
}
.log_set input:checked + .checkbox:before {
    display:block
}
.log_set .checkbox:before{
    position:absolute;
    top:3px;
    left:2px;
    width:6px;
    height:3px;
    border:solid #ee3425;
    border-width:0 0 2px 2px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.log_set input:checked + .checkbox {
    border: 2px solid #ee3425;
}
.log_set input:hover + .checkbox {
    border-color:#ee3425;
}
.log_set input:focus + .checkbox {
    border-color:#ee3425;
}
.log_set input:focus + .checkbox:before{
    border-color:#ee3425;
}

.footer_link .link_left {
    text-align: left;
    list-style: none;
}

.footer_link > li {
    width: 50%;
    float: left;
}
.footer_link .link_right {
    text-align: right;
    list-style: none;
}

.footer_link > li > a {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #090909;
    font-weight: 500;
    margin: 0 0 5px;
    text-decoration: none !important;
}

.footer_link > li > a:hover {
    color: #c10a0a;
}

.footer_link{
      float: left;
    width: 100%;
    padding-left: 0px;
}


.wishlist-lists  {
    float: left !important;
    width: 100% !important;
    color: #000000 !important;
    font-size: 21px !important;
}

.customer-info{
  float:left;
  width:100%;
  margin-bottom: 25px;
}

.customer-info h1{
    background: #f3eeee;
    height: 50px;
    padding-bottom: 0px;
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 25px;
    text-align: left;
    width: 100%;
}

.customer-info h1 span{
  background: #000000 !important;
  color:#fff;
  font-size: 16px;
  height: 50px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 800;
  margin-right: 17px;
  line-height: 50px;
}

.countrey-select{
  width: 100%;
    float: left;
    position: relative;
    height: 50px !important;
    border: solid 1px rgba(0,0,0,0.15) !important;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
}

.countrey-select:focus {
    border-color: #ee3425 !important;
}
ul.ruby-menu > li > ul > li > a, ul.ruby-menu > li > ul > li > ul > li > a, ul.ruby-menu > li > ul > li > ul > li > ul > li > a {
    display: block;
    width: 207px;
    line-height: 30px;
    padding: 0 8px 0 4px !important;

    text-align: right !important;
}.out-stock {
    position: absolute;
    font-size: 13px;
    background: #bd2026;
    color: #fff;
    font-weight: 500;
    padding: 5px;
}
.add-section h4 {
    font-size: 16px;
    line-height: 32px;
    color: #000000;
    font-weight: 600;
    margin: 10px 0 0 !important;
padding:0 15px 0 15px !important;    border-bottom: solid 1px rgba(0,0,0,0.10);
    float: right;
    width: 100%;
    text-align: right;
}

.new_addr {
    width: auto;
    float: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #fff !important;
    background: #2b1310;
    padding: 10px 20px;
    margin: 0px 5px;
    text-align: center;
    border: #2b1310;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ckt_address {
    width: 100%;
    float: left;
    padding: 0 0 10px;
    margin-top: 5px;
    /*padding-right: 15px;*/
    padding-left: 15px;
}
.ckt_saved_address {
    width: calc(100% - 140px);
    float: left;
    position: relative;
    margin: 10px 0 0;
}
.ckt_saved_address p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #454545;
}
.ckt_change_address {
    width: 140px;
    float: left;
    position: relative;
    margin: 10px 0 0;
    text-align: right;
    padding-right: 6px;
}
.ckt_change_address a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    line-height: 20px;
    font-weight: 600;
    /* float: left; */
    color: #545252;
    padding: 5px 10px;
    margin: 0px 0px 5px;
    text-align: center;
    border: solid 1px #545252;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.ckt_change_address a:hover {
    color: #ee3425;
    border: solid 1px #ee3425;
    text-decoration: none !important;
}


.option_box3 {
    margin: 5px 20px 5px 0;
}
.option_box3 input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.option_box3 .radio {
    width: 20px;
    height: 20px;
    float: right;
    position: relative;
    padding: 5px;
    margin: 5px 0px 15px 8px;
    text-align: center;
    z-index: 1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: solid 3px rgba(0,0,0,0.15);
}
.option_box3 .radio::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    right: calc(50% - 3px);
    background: #000000;
    display: none;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}
.option_box3 input:checked + .radio {
    border-color: #000000;
}
.option_box3 input:checked + .radio::After {
    display: block;
}


    width: 140px;
    float: left;
    position: relative;
    margin: 10px 0 0;
    text-align: right;
    padding-right: 6px;
}
.ckt_change_address a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-decoration: none;
    line-height: 20px;
    font-weight: 600;
    color: #545252;
    padding: 5px 10px;
    margin: 0px 0px 5px;
    text-align: center;
    border: solid 1px #545252;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.ckt_change_address a:hover {
    color: #ee3425;
    border: solid 1px #ee3425;
    text-decoration: none !important;
}

.ckt_saved_address {
    width: calc(100% - 140px);
    float: right;
    position: relative;
    margin: 10px 0 0;
}
.ckt_saved_address p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #454545;
    float: right;
}

.cart-shop {
    float: left;
    width: 100%;
    height: 300px;
    overflow: scroll;
    background: rgb(255 218 98);
    padding: 15px;
}

.order-section {
    float: left;
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, 0.13);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.order-section h1 {
    color: #8d6506;
    background: rgb(244, 219, 194);
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    height: 100%;
    line-height: 25px;
    margin-bottom: 6px;
}

.order-section h2 {
    float: left;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.order-section h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.95);
    padding-top: 11px;
}

.order-section h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.95);
    padding-top: 13px;
    font-weight: normal;
}

.order-section h5 {
    float: left;
    width: 100%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.95);
    padding-top: 3px;
    font-weight: 400px;
    padding-top: 15px;
}

.sub-section{
  float:left;
  width:100%;
  background: #000000;
  padding: 15px;
}

.sub-section h1{
    float: left;
    width: 100%;
    text-align: left;
    background: #000000;
    font-size: 14px;
    text-transform: none;
    height: 100%;
    line-height: 25px;
    margin-bottom: 11px;
    font-weight: 400;
    color: #fff;
}

.sub-section h1 strong{
  float:right;
  background: #000000;
  padding-left: 0px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  font-size: 15px;
}

.apply-btn{
      float: right !important;
      margin-top: -50px !important;
      height: 50px !important;
      position: relative !important;
      z-index: 1 !important;
      background-color: #f3c635 !important;
      border: none !important;
      color: #000 !important;
      font-size: 14px !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
      cursor: pointer !important;
      width: auto !important;
}

.apply-btn:hover{
    background: #b7231a;
}

.msg-btn{
    width: 100% !important;
    height: 50px !important;
    display: inline-block;
    vertical-align: middle;
    background-color: #080808 !important;
    color: #fff;
    font-size: 15px;
    line-height: 48px;
    text-align:center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor:pointer;
    border:none !important;
    /* text-transform:uppercase; */
    float: left !important;
}

.msg-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #545252;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.msg-btn:hover, .msg-btn:focus, .msg-btn:active {
  color: white !important;
  text-decoration:none !important;
}
.msg-btn:hover:before, .msg-btn:focus:before, .msg-btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  text-decoration:none !important;
}

.h480{
  height:480px;
}


.ftr-mbf{
    float: left;
    width: 100%;
    left: 0px;
    position: fixed;
    bottom: 0px;
    height: 60px;
    z-index: 11;
    background: #f7cfa3;
    /* padding-top: 9px; */
}

.tab-mb{
  width: 33.333%;
  float:left;
  font-size: 12px;
  color:#000;
  text-align:center;
  border-right: solid 1px rgba(0, 0, 0, 0.1);
  height: 59px;
  padding-top: 11px;
}

.tab-mb svg{width: 23px;height:20px;}

.tab-mb strong{
  float:left;
  width:100%;
  font-weight: 500;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom:10px;
}


.badge-fav{
  background-color: #252425;
  border-radius: 10px;
  color: white;
  display: inline-block;
  font-size: 11px;
  line-height: 22px;
  /* padding: 3px 7px; */
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  text-align: center;
  /* margin-top: -23px; */
  left: -5px;
  position: relative;
}

.detail-list{
      float: left !important;
      width: 100% !important;
      color: #000000 !important;
      margin-top: 6px;
}

.new-img {
    float: left;
    width: 100%;
    /* margin-bottom: 20px; */
}

.job-market {
    float: left;
    /* width: 150px; */
    border-radius: 50px;
    /* height: 50px; */
    color: #fff;
    background: rgb(20, 20, 21);
    font-size: 11px;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    top: -8px;
    font-weight: 700;
    position: absolute;
    right: 33px;
    /* margin-top: -34px; */
    /* border-top-right-radius: 0px; */
    /* border-bottom-right-radius: 0px; */
}

.blog-bg{
  float:left;
  width:100%;
  background:#fff;
  padding:20px;
  -webkit-box-shadow: 2px 12px 40px -22px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 12px 40px -22px rgba(0,0,0,0.75);
  box-shadow: 2px 12px 40px -22px rgba(0, 0, 0, 0.42);
  padding-bottom: 5px;
}

.news-list {
    font-size: 16px !important;
    line-height: 27px !important;
    /* overflow-x: hidden; */
    width: 100% !important;
    float: left !important;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    -webkit-line-clamp: 2;
    color: rgba(0, 0, 0, 0.88) !important;
    /* margin-top: 3px; */
    margin-bottom: 23px;
    text-align: left !important;
    margin-bottom: 20px !important;
}

.abt-titel {
     float: left;
     color: #000;
     /* text-overflow: ellipsis; */
     width: 100%;
     /* overflow-x: hidden; */
     /* white-space: nowrap; */
     font-size: 25px !important;
     /* font-weight: bold !important; */
     /* height: 35px; */
     text-align: left !important;
     margin-bottom: 8px;
     padding-bottom: 3px !important;
}



.newletter{
  float:left;
  width:100%;
  background: #151414;
  padding-top: 30px;
  padding-bottom: 45px;
}

.newletter h1{
    float: left;
    width: 100%;
    text-align: center;
    color: white;
    font-size:39px;
    font-weight: 300;
    letter-spacing: 1px;
}

.newletter p{
  float:left;
  width:100%;
  color:white;
  font-size: 16px;
  text-align: center;
  line-height: 27px;
  padding-top: 5px;
}

.newletter input{

outline:none !important;

height: 50px;

outline: none !important;

color: black;

font-size: 14px;

background-color: #fff;

padding: 0.375rem 0.75rem;

display: block;

border-radius:5px;

float: none;

width: 100%;

padding-top: 0px;

padding-bottom: 0px;

border: none !important;
}

.form{
  float:left;
  width:100%;
}


.frm-wd{
  margin-left: auto;
  margin-right: auto;
    width: 460px;
}

.cntr-btn{
  text-align:center;
}

.frm-wd button{
  float:right;
  margin-top: -44px;
  background: black;
  border: none;
  color: white;
  width: 121px;
  cursor:pointer;
  height: 39px;
  border-radius: 5px;
  margin-right: 7px;
}






.aboutus-titels{
    font-size: 25px;
    line-height: 28px;
    color: #1d1c1c;
    font-weight: 600;
    margin: 0 0 10px !important;
    padding: 0 0 10px !important;
    border-bottom: solid 1px rgba(0,0,0,0.10);
    text-transform: uppercase;
    padding-bottom: 16px !important;
    float:left;
    width:100%;
    margin-bottom: 20px !important;
}

.abpout-details{
     float: left;
     width: 100%;
     color: black;
     font-size: 14px;
     line-height: 31px;
     margin-bottom:8px;
}

.fav-pro{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff !important;
  float: right;
  /* margin-top: -22px; */
  fill:black;
  /* margin-right: 20px; */
  text-align: center;
  padding-top: 0px;
  /* -webkit-box-shadow: 0px 3px 25px -9px rgba(0,0,0,0.75); */
  -moz-box-shadow: 0px 3px 25px -9px rgba(0,0,0,0.75);
  /* box-shadow: 0px 3px 25px -9px rgba(0, 0, 0, 0.22); */
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  position: relative;
  z-index: 1111;
  position: absolute;
  right: 9px;
  top: 10px;
}

.fav-pro svg{
  height: 15px;
  width: 15px;
  /* padding-top: 2px; */
}

.fav-pro:hover{
  background:black !important;
  fill:white !important;
}


.contact-snd{
    text-transform: uppercase;
    /* border-radius: 100px; */
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    /* letter-spacing: 1.8px; */
    text-align: center;
    padding: 19px 42px;
    border: none;
    background: #000000;
    color: #fff;
    float: left;
    /* margin-top: 11px; */
    border: solid 2px #000000;
    cursor:pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    outline: none !important;
}
.contact-snd:hover{
  border: solid 2px #000000;
  text-decoration:none;
  color: #000000;
  background: white;
  transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}


.privacy-policy{
  float:left;
  width:100%;
  margin-bottom:35px;
}

.coupons-av{
   float: left;
    width: 100%;
    text-align: center;
    border: solid 1px white;
    padding: 13px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: white; 
}

.install-gif{
    text-align:center;
}

.gif-width{width:350px;}
.congrats{    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 15px;


    
}
.hd-top a:hover{
    color:#fff;
}ul.ruby-menu > li{
    float:right !important;
}
.size-list{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}.sub-categ-filter {
    padding-right: 20px !important;
    padding-left:0 !important;
}
.checkout-address-box h2 span{
    float:right;margin-left: 5px;
}.est-new{
        float: left;
    width: 100%;
    margin-top: 50px;
}
.btn-danger{
        float: left;
    width: 50% !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-secondary{
    float: left !important;
    width: 50% !important;
    background: #161617 !important;
}

.fl-nav{color:black !important;
font-size:14px !important;}

ul.ruby-menu > li > ul > li > ul, ul.ruby-menu > li > ul > li > ul > li > ul {
    right: 240px !important;left:inherit !important;
    top: 0px !important;
    z-index: 100;
}
ul.ruby-menu > li > ul > li > a:after, ul.ruby-menu > li > ul > li > ul > li > a:after, ul.ruby-menu > li > ul > li > ul > li > ul > li > a:after {
    font-family: "FontAwesome";
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    content: '\f105';
    position: absolute;
    right: 15px;
    transform: rotate(
180deg) !important;
}
@media (min-width: 768px){
    ul.ruby-menu > li > ul > li > a:after, ul.ruby-menu > li > ul > li > ul > li > a:after, ul.ruby-menu > li > ul > li > ul > li > ul > li > a:after{
        left:15px !important;right:inherit !important;
    }
ul.ruby-menu > li > ul, ul.ruby-menu > li > ul > li > ul, ul.ruby-menu > li > ul > li > ul > li > ul {
    visibility: hidden;
    opacity: 0;
}}