* {
    box-sizing: border-box;
}
body{
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
p{
    font-size: 16px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
h1,h2,h3,h4,h5,h6{
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.m-0{
    margin: 0;
}
.mtb-10{
    margin: 10px 0;
}
.p-0{
    padding: 0;
}
.txt-justify{
    text-align: justify;
}
.txt-nr{
    text-transform: none;
}
.txt-up{
    text-transform: uppercase;
}
.text-cap{
    text-transform: capitalize;
}
.lh-60{
    line-height: 60px;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mb-5{
    margin-bottom: 10px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.pb-10{
    padding-bottom: 10px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-40{
    padding-bottom: 40px;
}
.ml-20{
    margin-left: 20px;
}
.mt-25{
    margin-top: 25px;
}
.clr-both{
    clear: both;
}



/* width */
#ui-id-1::-webkit-scrollbar {
  width: 8px;
}

/* Track */
#ui-id-1::-webkit-scrollbar-track {
   box-shadow: inset 0 0 5px grey; 
  border-radius: 15px;
}
 
/* Handle */
#ui-id-1::-webkit-scrollbar-thumb {
  background: #cf2031; 
}

/* Handle on hover */
#ui-id-1::-webkit-scrollbar-thumb:hover {
  background: #cf2031; 
}
a:not([href]){
    color:inherit;
}
a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
button:focus {
    outline: none;
}
.themecolored-bg{
    background: #cf2031;
    color: #fff;
}
.themecolored-txt{
    color:#cf2031;
}
.btn:hover{
    color: #fff;
}
.img-fluid{
    width: 100%;
}
.checkboxes input[type=checkbox] {
    display: none!important;
}
.checkboxes label {
    /*display: block!important;
    font-size: 13px!important;
    margin-top: 20px!important;
    */
    display: inline-block!important;
    cursor: pointer;
    position: relative;
    padding-left: 28px !important;
    line-height: 22px;
    margin-right: 20px;
    margin-bottom: 0;

    font-size: 16px;
}
.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .25s;
    font-family: fontawesome;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
}
.checkboxes input[type=checkbox]:checked+label:before {
    content: "\f00c";
    background-color: #cf2031;
    border: 1px solid #cf2031;
    font-size: 12px;
}
p.alert.alert-warning {
    padding: 20px;
}
.intl-tel-input .flag-dropdown .country-list{
    color:#6c757d;
    font-size: 12px;
}
.intl-tel-input .flag-dropdown .selected-flag {
    margin: 1px;
}
/*header sec*/
header{
       box-shadow: 0px 0px 6px 4px rgba(34, 33, 33, 0.16) !important;
}
.top-left{
    float: left;
    padding: 10px 0px;
}
.top-right{
    padding: 15px 0px;
}
.top-right a img {
    width: 20px;
}
.top-right a {
    display: inline-block;
    text-align: center;
    color: #fff;
    padding:0px 10px;
    font-size: 12px;
}
.top-right span {
    display: block;
    padding-top: 4px;
}
.search-form-block{
    position: relative;
}
.serachinput{
    /*width: 300px;*/
    border: 1px solid #fff;
    background: transparent;
    border-radius:12px !important;
    height: 32px;
    font-size: 12px;
    padding: 0px 15px;
    color: #fff !important;
}
.serachinput:focus {
    background: transparent;
    border: 1px solid #fff;
    box-shadow: unset;
}
a.btnsearch {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 10px;
    border-left: 1px solid #fff;
    /*cursor: pointer;*/
}
.search-form-block form{
    padding: 4px 0px;
    position: relative;
}
.serachinput::placeholder {
    color: #fff;
}
.nav-top {
    z-index: 99;

}

.nav-top ul.dropdown-menu li a{
    color:#000;
}
.nav-top ul.dropdown-menu li{
    padding: 0 20px;
    margin-bottom: 4px;
    font-size: 14px;
}
.nav-top ul.dropdown-menu li:hover {
   background-color: #f8aab2;
}

.nav-top ul.dropdown-menu li:last-child{
    margin-bottom: 0px;
}
.navbar-toggler{
      border:1px solid #cf2031;
      padding: 6px;
      
}
.navbar-toggler-icon{
     background-color: #cf2031;
     height:2px;
     display:block;
     margin-bottom: 5px;
}
.navbar-toggler-icon:last-child{
     margin-bottom: 0px;
}
.icon-flex{
    display:flex;
    
}
/*slider*/
.home-slider .carousel-indicators{
    bottom: -40px !important;
}
.home-slider .carousel-indicators li{
    width: 5px;
    background-color: #cf2031;
    margin-right: 0;
    border-radius: 2px;
}
.home-slider .carousel-indicators li.active{
    width: 15px;
}
.home-slider .carousel-caption{
    color: #cf2031;
    position: absolute;
    right: unset; 
    width: 100%;
    bottom: unset; 
    top: 28%;
    left: unset; 
    z-index: 10;
    padding: 40px 0px;
    text-align: left;
}

.slider-content-bg{
    padding: 0;
    /*background: #6e6a6a91;
    border-radius: 0px 30px 30px 0px;*/
}
.slider-content {
    padding: 40px 60px 40px 20px;
    color: #cf2031;
}
.slider-content  p{
    font-size: 20px;
    margin: 0;
}
.slider-content h5{
    font-size: 40px;
    font-weight: 500;
    position: relative;
}
.slider-title-bt-line:after{
    content: "";
    background: #cf2031;
    width: 34%;
    height: 6px;
    display: block;
    position: absolute;
    left: -16px;
    border-radius: 20px;
}
.slider-shop-nw {
    padding: 6px 60px;
    font-size: 14px;
    border-radius: 5px;
    margin: 40px 0px 0px;
}

.featured-sec .reveal{
    box-shadow:none;
    border-radius:15px;
}
.featured-sec .product-block{
    box-shadow:1px 0px 8px 1px rgb(164, 153, 153);
     border-radius:15px;
     padding: 20px 0px;
}


/*footer sec*/
/*.footer-bootom {*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*}*/
.f-link-block{
    margin: 5px 0 10px;
}
.f-link-block .nav-link{
    color: #fff;
    font-size: 14px;
}
.copyright-block span{
    border-bottom: 1px solid;
    width: 100px;
    content: "";
    display: inline-block;
}
.social-links a{
    margin-right: 20px;
}
/*featured sec*/
.featured-sec{
    padding: 40px 0px 0px;
    position: relative;
}
.featured-sec .title-btm-line {
    color: #cf2031;
    position: relative;
}
.featured-sec .title-btm-line:after {
    content: "";
    background: #cf2031;
    width: 29%;
    height: 3px;
    display: block;
    position: absolute;
    left: -4%;
}
/*Collection sec*/
.collection-sec{
    padding: 0px 0px 40px;
    position: relative;
}
.sec-title-block{
    padding: 20px 0px 40px;
}
.sec-title-block h4{
    font-weight: 400;
    position: relative;
}
.sec-title-block span{
    position: relative;
}
.title-btm-line:after{
        content: "";
    background: #cf2031;
    width: 24%;
    height: 2px;
    display: block;
    position: absolute;
    left: -5%;
}
.collection-block{
    position: relative;
    border-radius: 0px 0px 20px 0px;
    box-shadow:0px 1px 3px 0px rgba(60, 57, 57, 0.48);
    text-align: right;
    padding: 12px 20px;
    margin-bottom: 30px;
}
.collection-block img{
    text-align: center;
}
.coll-title{
    text-align: center;
    color: #cf2031;
}
.vm-link{
    position: relative;
    color: #000;
    font-size: 14px;
}
.vm-btm-line:after{
    content: "";
    background: #cf2031;
    width: 42%;
    height: 2px;
    display: block;
    position: absolute;
    left: -4px;
}
/*subscribe sec*/
.subcribe-sec{
    padding: 25px 0px;
    margin-bottom: 40px;
    background: #f3f2f2;

}
.subcribe-title p{
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 28px;
}

.sub-frm-block {
    text-align: center;
    padding: 0px 40px;
}
.subcribe-input{
    width: 100%;
    position: relative;
    border-radius: 10px;
    background: transparent;
    padding: 4px 12px;
    font-size: 14px;
    border: 1px solid #ccbfbf;
}
.subcribe-input:focus{
    background: transparent;
    border: 1px solid #ccbfbf;
    box-shadow: unset;
}
.btnsub{
    background: #cf2031;
    position: absolute;
    top: 0px;
    right: 54px;
    border-radius: 12px;
    padding: 3px 12px;
}
.btnsub img{
    width: 15px;
}


/*cart page*/
.msg-cart-removed{
    padding:20px !important;
    margin-bottom:20px !important;
}
.cart-sec{
    padding: 40px 0px;
}
.nav-tabs{
    background: #80808061;
    border: unset;
}
.nav-tabs .nav-link{
    color: #000;
    font-size: 16px;
}
.nav-tabs .nav-link.active{ 
    background: #fa889c;
    border: unset;
}
.nav-tabs .nav-item{
    position: relative;
}
.nav-tabs .nav-link:before{
    content:"";
    position:absolute;
    height:0;
    width:0;
    left:100%;
    top:0;
    border-width: 21px 10px 20px 10px;
    border-color: transparent;
    border-style: solid;
    border-left: 20px solid #fff;
}
.nav-tabs .nav-link:after{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 100%;
    top: 0;
    border-width: 21px 5px 20px 5px;
    border-color: #fff;
    border-style: solid;
    border-left: 20px solid transparent;
}
.nav-tabs .nav-item:last-child .nav-link:before{
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    right: 100%;
    top: 0;
    border-width: 21px 5px 20px 5px;
    border-color: #fff;
    border-style: solid;
    border-left: 20px solid #cfcfcf;
}
.tab-content-block{
    padding: 80px 0px 20px;
}
.cart-table th{
    text-transform: uppercase;
}
.tab-pane{
    padding: 0;
}
.cart-table thead th{
    border:none;
    border-bottom: 1px solid #dee2e6;
    font-weight: 400;
    font-size: 14px;
}
.cart-table tbody td{
    border:none;
    border-bottom: 1px solid #dee2e6;
    line-height: 60px;
}
.cart-table td .pro-img{
    width: 60px;
    height: 40px;
    margin-right: 40px;
}
.cart-table .pro-title{
    color: #cf2031;
    font-weight: 500;
    line-height: 16px;
    font-size: 14px;
}
.btn-remove{
    width: 18px;
    height: 20px;
}
.subtotal-block-title {
    padding: 20px;
}
.subtotal-block-title h5{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.subtotal-block-title p{
    font-size: 14px;
    margin-bottom: 5px;
}
.subtotal-block.text-center {
    padding: 40px;
}
.subtotal-block .btn-contshop,
.subtotal-block .btn-checkout{
    margin: 20px 0px;
}
.subtotal-block .btn-contshop img,
.subtotal-block .btn-checkout img{
    margin-right: 6px;

}
/*shipping page*/
.shipping-sec{
    padding: 40px 0px;
}
.shipping-sec .tab-content-block{
    padding: 80px 40px 20px 60px;
}
.login-acc-link{
    color:#cf2031;
    position:relative;
    margin-left:2px;
}
.login-acc-link:hover{
    color:#cf2031;
}
.login-acc-link:after{
    content: "";
    background: #cf2031;
    width: 22%;
    height: 2px;
    display: block;
    position: absolute;
    left: -2%;
}
.contct-title{
    float: left;
    margin-bottom: 25px;
}
.bill-title span,
.contct-title span{
    position: relative;
    font-weight: 500;
    font-size: 18px;
}
.contct-title span:after{
    content: "";
    background: #cf2031;
    width: 40%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6%;
}
.bill-title span:after{
    content: "";
    background: #cf2031;
    width: 68%;
    height: 2px;
    display: block;
    position: absolute;
    left: -8%;
}
.bill-frm-block span.label {
    position: absolute;
    font-size: 14px;
    top: -9px;
    left: 30px;
    background: #fff;
    padding: 0px 10px;
}
.ship-cnt-block .form-control{
    border-radius: 6px;
    font-size: 14px;
    height: 40px;
    margin-bottom: 10px;
}
.bill-addr-block .form-control {
    border-radius: 6px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 42px;
    margin-bottom: 10px;
}

.bill-addr-block textarea.form-control {
    height: unset !important;
}
.bill-addr-block{
    padding: 10px 0px 0px 20px;
     padding-bottom: 12px;
}
.have-acc{
    float: right;
}
.rtncart-link img{
    margin-right: 15px;
}
.rtncart-link{
    font-size: 20px;
    color: #000;
}
.btn-cnf {
    background: #cf2031;
    color: #fff;
}
.checkout-block {
    padding-top: 20px;
}
.add-new-add{
    float: right; 
    margin-top: 1em;
    margin-right: 20px;
}
.addr-list{
    padding:12px;
}
.checkout-block .o-pro-detl p {
    margin: 0;
    font-size: 13px;
}
.checkout-block .o-pro-detl span {
    font-size: 14px;
}
.checkout-block .o-pro-name {
    color: #cf2031;
    font-size: 14px !important;
    line-height: 18px;
}
.checkout-block .o-pro-qty {
    color: #000;
}
.code-block{
    padding: 20px 20px 0px;
}
.code-block .form-control{
    border-radius: 12px;
    box-shadow: 0px 1px 3px 0px rgba(207, 32, 49, 0.82);
    margin-bottom: 20px;
}
.btn.btncode-apply {
    background: #cf2031;
    color: #fff;
    border-radius: 12px;
}
.checkout-block .sub-block{
    padding: 10px 40px;
    overflow: hidden;
}
.checkout-block .term-check{
    font-size: 14px;
}
.checkout-block .btn-chkout img{
    margin-right: 20px;
}
.checkout-block .btn-chkout{
    background: #cf2031;
    color: #fff;
    font-size: 20px;
    padding: 12px 0px;
    margin: 50px 0px 20px;
}
   .addaddress_modal .close{
       position: absolute;
    right: 5px;
    z-index:99;
   } 
   .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #cf2031;
    background-color: #cf2031;
}
input[type="radio"]:focus {
    outline-offset: 2px;
}

.radio-group{
    position: relative;
}
.radio{
    cursor:pointer;
}
.radio.selected{
    border: 2px solid #cf2031 !important;
}
#otheraddrship .addr-view-block span {
    font-size: 14px;
}
#otheraddrship {
    margin-bottom: 10px;
}
#otheraddrship .addr-view-block {
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 6px 2px rgba(34, 33, 33, 0.16) !important;
}

#multipleship {
    margin-bottom: 10px;
}
#multipleship .addr-view-block span {
    font-size: 14px;
}
#multipleship .addr-view-block{
    border-radius: 15px;
    border: none;
    box-shadow: 0px 0px 6px 2px rgba(34, 33, 33, 0.16) !important;
}
#multipleship .cart-table td .pro-img {
    width: 60px;
    height: 60px;
    margin-right: unset;
}
.add-address-title span{
    position: relative;
    font-size: 18px;
}
.add-address-title span:after{
   content: "";
    background: #cf2031;
    width: 38%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 22px;
}
.addr-view-block{
    margin: 10px;
    padding :10px 20px;
}
.shipterms-link{
    color:#cf2031;
    position:relative;
    margin-left:2px;
}.shipterms-link:hover{
    color:#cf2031;
}
.shipterms-link:after{
    content: "";
    background: #cf2031;
    width: 22%;
    height: 2px;
    display: block;
    position: absolute;
    left: -2%;
}

.bill-addr-block .chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    height: 42px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
}




/*Product page*/
.filter-sec{
    padding: 20px 0px;
}
.filterspan{
    position: relative;
    padding: 20px;
    font-size: 14px;
}
.filterspan:after{
    content: "";
    background: #cf2031;
    width: 22%;
    height: 2px;
    display: block;
    position: absolute;
    left: 18%;
}
ul.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.filter-list li{
    display: inline;
    padding: 20px;
    font-size: 14px;
}
ul.filtered-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.filtered-list li{
    display: inline;
    padding: 4px 10px;
    font-size: 12px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    margin-left: 10px;
    color: #9e9595;
}
.product-sec{
    padding: 60px 0px;
}
.product-block{
    position: relative;
    margin: 20px;
    margin-bottom: 40px;
}
.product-img{
    position: relative;
    background: #fff;
}
.reveal .hiddenimg { display: block !important; visibility: visible !important;}
.reveal { 
    position: relative;
    /*box-shadow: 15px 15px 19px -16px #000;*/
    box-shadow: 1px 0px 8px 1px rgb(164, 153, 153);
    border-radius: 0 0px 15px 0;}
.reveal .hiddenimg { 
    position: absolute; 
    z-index: -1;
    top: 0; 
    width: 100%; 
    height: 100%;  
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;  
}
.reveal:hover .hiddenimg { 
    z-index: 1;
    opacity: 1;    
}
.reveal:hover .showimg { 
    opacity: 0;    
}
.whishlist{
    background-image: url('../images/icon/icon-whishlist.png');
    width: 17px;
    height: 23px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
}
.whishlisted{
    background-image: url('../images/icon/icon-whishlisted.png');
    width: 17px;
    height: 23px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
}
.product-img:hover .btn-product-addcart {
    padding: 20px;
    opacity: 0.8;
    height: auto;
    transition: all 0.5s ease-in;
    z-index: 2;
}
.btn-product-addcart {
    position: absolute;
    height: 0;
    padding: 0;
    opacity: 0;
    bottom: 0px;
    border-radius: 8px;
}
.btn-product-addcart img{
    margin-left: 15px;
}
.product-img:hover .btn-product-card {
    padding: 20px;
    opacity: 0.8;
    height: auto;
    transition: all 0.5s ease-in;
}
.btn-product-card {
    position: absolute;
    height: 0;
    padding: 0;
    opacity: 0;
    bottom: 0px;
    border-radius: 8px;
}
.btn-product-card img{
    margin-left: 15px;
}
.product-name{
    color: #cf2031;
    margin-bottom: 0;
}
.product-name:hover {
   text-decoration: underline;
}

span.feature-tag {
    position: absolute;
    right: 10px;
    font-size: 14px;
    color: #cf2031;
}
.offer-price{
    font-weight:700; 
    color: #000;
}
.regular-price {
    text-decoration: line-through;
    color:#a69a9a;
}
.product-detail {
    padding: 10px;
}
.clearall:hover{
    color: #000;
}
.clearall{
    font-size: 14px;
    color: #000;
}
.sort-block label{
    font-size: 14px;
    line-height: 30px;
    text-align: right;
}
.sort-block .form-control{
    height: 30px;
    line-height: 10px;
    font-size: 12px;
}
.product-block span.borderleft{
    width: 0;
    height: 0;
    border-top: 200px solid #cf2031;
    border-bottom: 0 solid transparent;
    border-right: 200px solid transparent;
    position: absolute;
    top: -18px;
    left: -18px;
}



/*product detail page*/
.product-detail-sec {
    padding: 20px 0px 40px;
}
.breadcrumbs a:hover{
    color: #000;
}
.breadcrumbs a{
    font-size: 12px;
    color: #000;
}
.desc-product-title{
    position: relative;
    font-weight: 400;
    color: #cf2031;
}
.desc-product-title span{
    position:relative;
    font-size:20px;
}
.desc-product-title span:after{
    content: "";
    background: #a8a0a1;
    width: 15%;
    height: 3px;
    display: block;
    position: absolute;
    left: -4%;
}
.qty-input{
    width:33px;
    text-align: center;
}
.qty_sign{
    display:inline-block;
    vertical-align:middle;
}
.qty_sign .bttn {
  display: block;
    padding: 0;
    width: 16px;
    height: 14px;
    margin-bottom: 2px;
    line-height: 2px;
    border: 1px solid #cf2031;
    color: #ffffff;
    background: #cf2031;
}
.qty_sign .bttn span {
       text-align: center; 
        font-size:12px;
}
.modelno{
    font-size: 16px;
    margin-top: 15px;
}
.product-detail-block label{
    font-size: 14px;
}
.btn-addcart{
    padding: 8px;
    clear: both;
}
.product-desc-datetime{
    padding: 0 50px;
}
.product-desc-datetime .form-control{
    height: 26px;
}
.abt-product-title{
    position: relative;
    font-size: 18px !important;
}
.abt-product-title:after{
       content: "";
    background: #cf2031;
    width: 38%;
    height: 3px;
    display: block;
    position: absolute;
    left: -8%;

}
.product-description{
    padding: 20px ;
}
.product-description p{
    font-size: 13px;
    color: gray;
}
.msg-error{
    margin-bottom: 10px !important;
    clear: both;
    padding: 5px !important;
    

}
.desc-regular-price{
    text-decoration: line-through;
    color: #8c8080;
}
.business-card-title{
    position: relative;
    margin-bottom: 30px;
}
.business-card-title:after{
    content: "";
    background: #cf2031;
    width: 12%;
    height: 3px;
    display: block;
    position: absolute;
    left: -2%;
}
.business-card-block .form-control {
    border-radius: 6px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.business-card-block .form-group {
    position: relative;
}
span.label {
    position: absolute;
    font-size: 12px;
    top: -9px;
    left: 8px;
    background: #fff;
    padding: 0px 10px;
    z-index: 99;
}
.label2{
    left: 22px !important; 
}
.business-card-block .chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align: center;
}

.btn-preview{
    color: #cf2031;
    float: right;
    margin-bottom: 20px;
    box-shadow: 0 0px 3px 1px rgba(233, 88, 103, 0.57);
}
.btn-preview:hover{
    color: #cf2031;
}
.maylike-sec{
    padding: 40px 0px;
    position: relative;
}
.maylike-sec .title-btm-line{
    color: #cf2031;
    position: relative;
}
.maylike-sec .title-btm-line:after{
    content: "";
    background: #cf2031;
    width: 29%;
    height: 3px;
    display: block;
    position: absolute;
    left: -4%;
}
.maylike-sec .sec-title-block {
    padding: 20px 0px 80px;
}

/*login page*/
.login-sec{
    /*padding: 20px 0px;*/
    position: relative;
}
.login-btm-line {
    position: relative;
    font-weight: 500;
}
.nav-top .nav-link {
     text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.login-btm-line:after{
    content: "";
    background: #fff;
    width: 8%;
    height: 2px;
    display: block;
    position: absolute;
    left: 41%;
}

.login-frm-block input{
    font-size: 12px;
}
.login-frm-block .input-group{
    margin-bottom: 5px !important;
}
.forgetlink{
    color: #fff;
    font-size: 12px;
}
.login-left-block{
    padding: 80px 10px 80px 80px;
}
.footer-border{
     position: absolute;
            bottom: 0;
            z-index: -999;
}
.wctext{
    font-size: 25px;
    margin-bottom: 0;
}
.storetext{
    font-size: 40px;   
}
.btnlogin{
    background: #fff;
    color: #cf2031;
    font-size: 12px;
    padding: 2px 20px;
    margin:20px 0px 10px;
}
.btnlogin:hover, .btnlogin:focus{
    box-shadow: none;
    color: #cf2031;
}
.btnloginwith{
    background: #fff;
    color: gray;
    font-size: 12px;
    margin-bottom: 20px;
    padding: 8px 0px;
}
.btnloginwith:hover, .btnloginwith:focus{
    color: gray;
    box-shadow: none;
}
.btnloginwith img{
    margin-right: 8px;
}
.reglink {
    font-size: 12px;
}
.reglink a{
    margin-left: 20px;
    color: #fff;
    position: relative;
}
.reglink a:after{
    content: "";
    background: #fff;
    width: 28%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 16px;
}
.login-footer-list{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}
.login-footer-list li a{
    color:#fff;
}
.login-footer-list li{
    display: inline;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 30px;

}
.login-right-block {
    color: #fff;
    background: #cf2031;
     padding:20px 0px;
}
.login-frm-block label {
    font-size: 12px;
    margin-bottom: 2px;
    padding-left: 8px;
}
.guest-link {
    margin: 20px 0px 10px;
    font-size: 12px;
}
.login-frm-block {
    padding: 0px 20px;
}
p.or-side-lines{
    text-align: center;
    position: relative;
    font-size: 12px;
}
p.or-side-lines:after{
    background: #fff;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
p.or-side-lines:before {
    background: #fff;
    width: 80px;
    height: 1px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.social-vertical {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 144px;
    bottom: 30px;
    text-align: center;
}
.social-vertical li a img{
    margin-bottom: 10px;
    
}
/*Register page*/
.register-sec{
    /*padding: 20px 0px;*/
    position: relative;
}
.register-btm-line {
    position: relative;
    font-weight: 500;
}
.register-btm-line:after{
    content: "";
    background: #fff;
    width: 8%;
    height: 2px;
    display: block;
    position: absolute;
    left: 38%;
}
.register-frm-block .chosen-container-single .chosen-single{
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-align:center;
}
.register-frm-block input{
    font-size: 12px;
    text-align: center;
}
.btnregister{
    background: #fff;
    color: #cf2031;
    font-size: 12px;
    padding: 2px 20px;
    margin:20px 0px 10px;
}
.btnregister:hover, .btnregister:focus{
    box-shadow: none;
    color: #cf2031;
}
.register-right-block{
    color: #fff;
    background: #cf2031;
    padding:20px 0px;
}
.register-frm-block select {
    font-size: 12px;
    text-align-last:center;
}
.register-frm-block label {
    font-size: 12px;
    margin-bottom: 2px;
    padding-left: 8px;
}
.register-frm-block {
    padding: 0px 20px;
}
.register-frm-block .form-group{
    margin-bottom: 5px !important;
}
.register-frm-block .loginlink {
    font-size: 12px;
    margin: 15px 0 20px;
}
.register-frm-block .loginlink a{
    margin-left: 20px;
    color: #fff;
    position: relative;
}
.register-frm-block .loginlink a:after{
    content: "";
    background: #fff;
    width: 28%;
    height: 2px;
    display: block;
    position: absolute;
    left: -4px;
    top: 14px;
}
.term-link{
    color:#fff;
   position:relative;
   margin-left: 20px;
}
.term-link:after{
    content: "";
    background: #fff;
    width: 25%;
    height: 2px;
    display: block;
    position: absolute;
    left: -4%;
}


/*Reset password page */
.resetpwd-btm-line{
    position:relative;
font-weight: 500;
}
.resetpwd-btm-line:after{
   content: "";
    background: #fff;
    width: 8%;
    height: 2px;
    display: block;
    position: absolute;
    left: 30%;
}
.resetpwd-frm-block {
    padding: 40px 20px;
}
.btnresetpassword {
    background: #fff;
    color: #cf2031;
    font-size: 12px;
    padding: 2px 20px;
    margin: 20px 0px 10px;
}
.btnresetpassword:hover, .btnresetpassword:focus {
    box-shadow: none;
    color: #cf2031;
}
.resetpwd-frm-block label {
    font-size: 12px;
    margin-bottom: 2px;
    padding-left: 8px;
}
.resetpwd-frm-block input {
    font-size: 12px;
}
/*profile page */
.flex-column.sub-menu .nav-item.active a:after {
    content: "";
    display: block;
    width: 50%;
    position: absolute;
    right: 20%;
    bottom: 10%;
    height: 2px !important;
    margin: 0 auto;
    background: #fff;
}
.sidebar {
    /* min-height: calc(100vh - 65px); */
    background: #cf2031;
    /* font-family: "Roboto", sans-serif; */
    /* font-weight: 300; */
    padding: 0;
    width: 280px;
    /* z-index: 11; */
    /* transition: width 0.25s ease, background 0.25s ease; */
    /* -webkit-transition: width 0.25s ease, background 0.25s ease; */
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    /* box-shadow: 6px 16px 31px -18px #b7bcd1; */
    /* -webkit-box-shadow: 6px 16px 31px -18px #b7bcd1; */
    -moz-box-shadow: 6px 16px 31px -18px #b7bcd1;
    -ms-box-shadow: 6px 16px 31px -18px #b7bcd1;
}

.sidebar .nav:not(.sub-menu) > .nav-item > .nav-link {
    margin: 0;
}
.sidebar .nav .nav-item .nav-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    padding: 0.75rem 1.875rem 0.75rem 1.25rem;
    color: #fff;
    -webkit-transition-duration: 0.45s;
    -moz-transition-duration: 0.45s;
    -o-transition-duration: 0.45s;
    transition-duration: 0.45s;
    transition-property: color;
    -webkit-transition-property: color;
}
.sidebar .nav .nav-item{
    width: 100%;
}
.menu-icon{
    width: 16px;
}
.sidebar .nav .nav-item .nav-link .menu-icon {
    margin-right: 1.25rem;
    width: 16px;
}
.sidebar .nav .nav-item .nav-link i.menu-arrow{
    margin-left: auto;
}

.page-body-wrapper {
    /* min-height: calc(100vh - 65px);
     display: -webkit-flex;*/
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
    /*padding-top: 65px;*/
}
.nav-item.active .parent-menu{
    background: #fff;
    color: #cf2031 !important;

}
/*.sidebar .nav .nav-item .nav-link i.menu-arrow:before {*/
.sidebar .nav .nav-item .nav-link i.menu-arrow {
    /*content: "\f107";*/
    font-family: "FontAwesome";
    font-style: normal;
    display: block;
    font-size: 20px;
    line-height: 10px;
    /*-webkit-transition: all 0.2s ease-in;*/
    /*-moz-transition: all 0.2s ease-in;*/
    /*-ms-transition: all 0.2s ease-in;*/
    /*-o-transition: all 0.2s ease-in;*/
    /*transition: all 0.2s ease-in;*/
}
.sidebar .nav .nav-item .nav-link .menu-title {
    color: inherit;
    display: inline-block;
    font-size: 0.937rem;
    line-height: 1;
    vertical-align: middle;
}

.sidebar .nav .nav-item .collapse {
    z-index: 999;
}
.collapse:not(.show) {
    display: none;
}
.sidebar .nav.sub-menu {
    margin-bottom: 0;
    margin-top: 0;
    list-style: none;
    padding: 0 0 0 50px; 
}
.sidebar .nav.sub-menu .nav-item {
    padding: 0;
}
.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #fff;
    padding: 10px 0px;
    position: relative;
    font-size: 14px;
    line-height: 1;
    height: auto;
    border-top: 0;
}
.side-nav-profile {
    padding: 40px 40px 10px 20px;
    text-align: right;
    color: #fff;
}

.side-nav-profile .profile-content{
    padding-left: 20px;
}
.side-nav-profile img{
    vertical-align: top;
}
.main-panel {
    transition: width 0.25s ease, margin 0.25s ease;
    width: calc(100% - 255px);
    min-height: calc(100vh - 65px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.profile-right {
    padding: 40px 40px 0;
}
.profile-details {
    padding: 30px;
    box-shadow: 0px 1px 3px 0px rgba(60, 57, 57, 0.48);
    border-radius: 20px;
    position: relative;
}
.profile-content p{
    margin-bottom: 0;
}
.profile-listbox a {
    color: #000;
}
.profile-content{
    padding-left: 30px;
    display: inline-block;
    text-align: left;
}
.edit-profile-content img{
    vertical-align: top;
}
.profile-name{
    font-size: 14px;
    font-weight: 600;
}
.profile-email{
    font-size: 12px;

}
.edit-profile{
    position: absolute;
    top: 8px;
    right: 12px;
    margin-bottom: 0;
}
.profile-list {
    padding: 40px;
}
.profile-listbox{
    padding: 20px;
    box-shadow: 0px 1px 3px 0px rgba(60, 57, 57, 0.48);
    border-radius: 20px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;

}
.profile-listbox p{
    margin-bottom: 0;
    position: relative;
    font-size: 12px;
}
.profile-listbox span{
    position: relative;
}
.profile-listbox img{
    height: 42px;
    margin-bottom: 10px;
}
.profile-listbox .list{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.list-order:after{
    content: "";
    background: #cf2031;
    width: 40%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 20px;
}
.list-whishlist:after{
    content: "";
    background: #cf2031;
    width: 40%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 20px;
}
.list-location:after{
    content: "";
    background: #cf2031;
    width: 40%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 20px;
}
.list-card:after{
    content: "";
    background: #cf2031;
    width: 40%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 20px;
}
.list-chgpwd:after{
    content: "";
    background: #cf2031;
    width: 28%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 20px;
}
.list-support:after{
    content: "";
    background: #cf2031;
    width: 40%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 20px;
}
.list-logout:after{
    content: "";
    background: #cf2031;
    width: 36%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 20px;
}
.logout-list{
    margin-top: 20px;
    margin-bottom: 32px !important;
    font-size: 16px !important;
}
/*change password details*/
.password-title span{
    position: relative;
    font-size: 18px;

}
.password-title span:after{
    content: "";
    background: #cf2031;
    width: 38%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 22px;
}
.password-details {
    padding: 40px 40px;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 0px rgba(207, 32, 49, 0.82);
    margin: 50px 0px;
}
.password-details .form-control {
    border-radius: 6px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 42px;
    margin-bottom: 10px;
}
.password-details span.label {
    left: 30px;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #80808024;
    opacity: 1;
}
/*change profile details*/
.userprofile-title span{
    position: relative;
    font-size: 18px;

}
.userprofile-title span:after{
    content: "";
    background: #cf2031;
    width: 38%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 22px;
}
.userprofile-details {
    padding: 40px 40px;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 0px rgba(207, 32, 49, 0.82);
    margin: 50px 0px;
}
.userprofile-details .form-control {
    border-radius: 6px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    height: 42px;
    margin-bottom: 10px;
}
.userprofile-details span.label {
    left: 30px;
}
.alert-info{
    padding:20px !important;
}
/*order details*/
.order-title span{
    position: relative;
    font-size: 18px;

}

.order-title span:after{
    content: "";
    background: #cf2031;
    width: 38%;
    height: 2px;
    display: block;
    position: absolute;
    left: -6px;
    top: 22px;
}
.order-details {
    padding: 10px 40px;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 0px rgba(207, 32, 49, 0.82);
    margin: 50px 0px;
}
.o-pro-detl p {
    margin: 0;
}
.o-pro-name{
    color: #cf2031;

}
.o-pro-qty{
    color:#a69a9a;
}
.o-pro-price .regu{
    text-decoration: line-through;
    color:#a69a9a;
    font-size: 14px;
}
.o-pro-total{
    /*line-height: 82px;*/
    vertical-align: middle;
    margin: 0;
    text-align: right;
    font-size:14px;
}
.orderbtn-block {
    text-align: center;
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 40px;
}
.created-on-text{
    background: #fff;
    color: #cf2031;
    box-shadow: 0px 1px 3px 0px rgba(207, 32, 49, 0.82);
    padding: 8px;
    border-radius: 4px;
}
a.btn.btntrack {
    background: #cf2031;
    color: #fff;
    line-height: 14px;
}
.btntrack span{
    font-size: 10px;
    display: block;
}
a.btnorder-detail:hover{
    color:#cf2031;
}
a.btnorder-detail {
    background: #fff;
    color: #cf2031;
    box-shadow: 0px 1px 3px 0px rgba(207, 32, 49, 0.82);
}
.or-total-block,
.or-sub-block{
    display: flex;
    float: right;
    padding: 10px 0px;
}
.or-sub-block p{
    margin-bottom: 0;
    font-size: 14px;
}
.or-totlal,
.or-subtotlal{
    padding:0 20px 0 0;
}
.or-totlal-price,
.or-subtotlal-price{
    padding:0 0 0 20px;
}
.or-total-block p{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;

}
.btndeliverd{
    background: #cf2031;
    color: #fff;
    line-height: 14px;
}
.btndeliverd span{
    font-size: 10px;
    display: block;
}
.product__carousel {
    display: block;
    max-width: 700px;
    margin: 1em auto 3em;
}
.product__carousel a {
    display: block;
    margin-bottom: 15px;
}

.product__carousel .gallery-top {
    /*border: 1px solid #ebebeb;*/
    border:none;
    border-radius: 3px;
    margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide {
    position: relative;
    overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; !important;
    height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img {
    min-width: 100%;
    min-height: 100%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white {
    color: #ff3720;
}
.product__carousel .gallery-thumbs .swiper-slide {
    position: relative;
    transition: border .15s linear;
    /*border: 1px solid #ebebeb;*/
    border:none;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
}
.preveiw-sec{
    padding: 40px 0;
}
#previewModal .close{
    color:#fff;
    opacity: 1;
}
#previewModal .modal-header{
    background:#cf2031;
    color:#fff;
}
.card-block {
    border: 22px solid #e4e4e4;
    /*padding: 10px 30px;*/
    /*padding: 10px 10px;*/
    /*margin: 0 60px;*/
    /*filter: blur(0.6px);*/
}
.pre-name{
    font-size: 15px;
    font-weight: 900;
    margin: 0;
    line-height: 1;
}
.pre-desig{
    font-size: 11px;
    padding-right: 30px;
    margin-bottom: 5px;

}
.pre-region{
    font-size: 11px;
    margin-bottom: 30px;
    padding-right: 30px;
    height: 32px;
}
.pre-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pre-list li{
    font-size: 11px;
}
.pre-address{
    font-size: 11px;
    margin-bottom: 0;
}
.card-content.address{
    height: 48px;
}
.plr-2 {
    padding: 0 2px 0 12px;
}
.card-content {
    padding-right: 18px;
    font-weight: 600;
}
.pre-list span{
    margin-right: 2px;
    color: #cf2031;
    font-weight: 900;
}
.pre-logo{
    position: relative;
    height: 100%;

}
.hrline{
    border-top-width: 2px;
}

.bnilink {
    color: #cf2031;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0px;
    font-size: 12px;

}
header{
    box-shadow: unset;
}


.pt-4, .py-4 {
    padding-top: 0 !important;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ffffff;
}

.alert {
    position: relative;
    padding: -0 0;
    margin-bottom: 0rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 14px;
    text-align: center;
}
.addaddress_modal .form-control {
    border-radius: 1px;
    width: 100%;
       text-align: left;
    height: 30px;
    margin: 4px 0px;
    font-size: 12px;
}
#address td {
    font-size: 9.2pt;
    text-align: revert;
}
.alert {
    position: relative;
    padding: 14px 7px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 15px;
    text-align: center;
    opacity: 1 !important;
}