@font-face{
    font-family:ElegantIcons;
    src:url(font/ElegantIcons.eot);
    src:url(font/ElegantIcons.eot?#iefix) format('embedded-opentype'),
        url(font/ElegantIcons.woff) format('woff'),
        url(font/ElegantIcons.ttf) format('truetype'),
        url(font/ElegantIcons.svg#ElegantIcons) format('svg');
    font-weight:400;
    font-style:normal
}
@media (max-width: 767px){
    .login-form .form-fields .social-btn{
        padding: 0 45px !important;
    }
    .container{
        max-width: 100% !important;
        width: 95% !important;
    }
    .header-area > .header-top{
        display: block;
    }
    .header-area > .header-bottom > .container{
        max-width: 90% !important;
        width: 90% !important;
    }
    .header-area > .header-top .single-menu ul li a{
        padding: 0px 20px 0px 17px !important;
    }
    .main-area > .container > .row > div.col-lg-4.col-md-3.col-12.nopadding-right{
        display: none;
    }
    .main-area > .container > .row > div.col-lg-4.col-md-3.col-12.nopadding-right.product-show{
        display: block !important;
        max-width: 40% !important;
        flex: 0 0 40% !important;
        padding: 0 !important;
    }
    .main-area > .container > .row > div.col-lg-4.col-md-3.col-12.nopadding-right > aside > .left-category-menu{
        display: block !important;
    }
    .main-area > .container > .row > div.col-lg-8.col-md-9.col-12.nopadding-left{
        /*max-width: 60% !important;*/
        /*flex: 0 0 60% !important;*/
        padding: 0 !important;
    }
    .features-tab > ul.nav{
        display: block !important;
    }
    .features-tab > ul.nav > li{
        display: flex !important;
    }
    .design-buldier-area{
        display: none !important;
    }
    .design-buldier-area.homePage{
        display: none !important;
    }
    #prductCheckout{
        width: 100%;
        margin: 0 auto;
    }

    aside.mobile-menu{
        display: block;
        position: absolute;
        z-index: 999;
        width: 220px;
        left: -220px;
        background-color: #fff;
        border: solid 1px rgba(0,0,0,.4);
        border-left: none;
        box-shadow: 2px 2px 3px rgba(0,0,0,.4);
        transition: all ease-in-out .3s;
    }
    aside.mobile-menu.open{
        left: 0 !important;
    }
    aside.mobile-menu::before{
        content: ' \00BB';
        display: block;
        position: absolute;
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        left: 200px;
        top: 1px;
        padding-right: 3px;
        font-size: 30px;
        text-align: right;
        line-height: 32px;
        background-color: #fff;
        color: #2c3884;
        border: solid 1px rgba(0,0,0,.4);
        border-radius: 50%;
        box-shadow: 2px 2px 3px rgba(0,0,0,.4);
        cursor: pointer;
        z-index: -1;
    }
    aside.mobile-menu.open::before{
        content: ' \00d7' !important;
        line-height: 36px !important;
        transition: all ease-in-out .3s;
    }
    aside.mobile-menu .category-heading h2{
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ebebeb;
        color: #2c3884;
        font-size: 22px;
        font-weight: 700;
        line-height: 40px;
        margin: 0;
        text-transform: uppercase;
        text-align: center;
    }
    aside.mobile-menu ul li{
        box-sizing: border-box;
        height: 26px;
        padding: 3px 5px 3px 10px;
        cursor: pointer;
    }
    aside.mobile-menu ul li.cat-left-menu{
        padding-left: 30px;
    }
    aside.mobile-menu ul li a{
        color: var(--category_menu_color) !important;
    }
    aside.mobile-menu ul li:hover a,
    aside.mobile-menu ul li:focus a,
    aside.mobile-menu ul li:active a,
    aside.mobile-menu ul li.active-category a{
        color: var(--category_menu_hover) !important;
    }
    aside.mobile-menu ul li a.cat-left-menu::before{
        content: "";
    }
    aside.mobile-menu ul li.cat-left-menu::before{
        content: "";
        display: block;
        position: absolute;
        width: 13px;
        height: 26px;
        left: 12px;
        margin-top: -12px;
        border-left: dotted 1px #666;
        border-bottom: dotted 1px #666;
    }
    aside.mobile-menu ul li.cat-left-menu.first::before{
        height: 16px !important;
        margin-top: 0 !important;
    }
    .shop-product-area .row.row-margin2 .col-12.col-padd,
    .shop-product-area.search .row.row-margin2 .col-12.col-padd{
        width: 33.2% !important;
        flex: unset !important;
        display: flex;
    }
    #payment_stripe{
        min-width: 450px;
        width: 80%;
        padding: 20px 0 10px;
    }

    #category-char-liset-header a{
        font-size: 16px;
        font-weight: 600;
        margin: 0 .6%;
    }
    #category-char-liset-body div > span{
        width: 50%;
    }
}
@media (max-width: 460px){
    .login-form .form-fields .social-btn{
        padding: 0 25px !important;
    }

    #category-char-liset-header a{
        font-size: 16px;
        font-weight: 600;
        margin: 0 .5%;
    }
    #category-char-liset-body div > span{
        width: 100%;
        height: 125px;
    }
}
@media (max-width: 640px){
    .shop-product-area .row.row-margin2 .col-12.col-padd,
    .shop-product-area.search .row.row-margin2 .col-12.col-padd{
        width: 50% !important;
        flex: unset !important;
        display: flex;
    }
    #payment_stripe{
        min-width: 360px;
        width: 100%;
        padding: 20px 0 10px;
    }
}
@media (min-width: 768px){
    .header-area > .header-top .single-menu ul li a{
        padding: 0px 20px 0px 17px !important;
    }
    .container{
        max-width: 960px !important;
    }
    .login-form .form-fields .social-btn{
        padding: 0 25px !important;
    }
    .features-tab > ul.nav{
        display: flex !important;
    }
    .features-tab > ul.nav > li{
        display: inline-block !important;
        border-right: 1px solid #ededed;
    }
    #prductCheckout{
        min-width: 400px;
        width: 100%;
        margin: 0 auto;
    }
    aside.mobile-menu{
        display: none;
    }
    #payment_stripe{
        min-width: 450px;
        width: 50%;
        padding: 40px 0 10px;
    }
}
@media (max-width: 992px){
    .header-area > .header-top > .container .col-lg-5.col-md-6.col-12{
        margin-left: 0;
    }
    .left-category-menu .left-product-cat .category-heading h2{
        font-size: 20px;
        font-weight: 700;
    }
    .category-menu-list ul li a img{
        display: none;
    }
    .row-details span{
        display: block;
        width: 100%;
    }
    .row-details span b{
        width: auto;
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 992px){
    .login-form .form-fields .social-btn{
        padding: 0 30px !important;
    }
    .shop-product-area .row.row-margin2 .col-12.col-padd,
    .shop-product-area.search .row.row-margin2 .col-12.col-padd{
        width: 33.2% !important;
        flex: unset !important;
        display: flex;
    }
    .main-area > .container > .row > div.col-lg-4.col-md-3.col-12.nopadding-right{
        max-width: 35% !important;
        flex: 0 0 35% !important;
        padding: 0 !important;
    }
    .main-area > .container > .row > div.col-lg-8.col-md-9.col-12.nopadding-left{
        max-width: 65% !important;
        flex: 0 0 65% !important;
        padding: 0 !important;
    }

    #category-char-liset-header a{
        font-size: 18px;
        font-weight: 700;
        margin: 0 1%;
    }
    #category-char-liset-body div > span{
        width: 33%;
        height: 130px;
    }
}
@media (min-width: 993px){
    .main-area > .container > .row > div.col-lg-4.col-md-3.col-12.nopadding-right{
        max-width: 30% !important;
        flex: 0 0 30% !important;
        padding: 0 !important;
    }
    .main-area > .container > .row > div.col-lg-8.col-md-9.col-12.nopadding-left{
        max-width: 70% !important;
        flex: 0 0 70% !important;
        padding: 0 !important;
    }

    .row.advertise-area.mt10.ml-0.mr-0{
        margin: 50px 0 !important;
    }
    .row-details span{
        display: inline-block;
        width: 49.5%;
    }
    .row-details span b{
        width: 130px;
        text-align: right;
    }
}
@media (min-width: 993px) and (max-width: 1199px){
    .container{
        max-width: 960px !important;
    }
    .header-area > .header-top > .container .col-lg-5.col-md-6.col-12{
        margin-left: 75px;
    }
    .shop-product-area .row.row-margin2 .col-12.col-padd{
        width: 33.2% !important;
        flex: unset !important;
        display: flex;
    }
    .shop-product-area.search .row.row-margin2 .col-12.col-padd,
    .shop-product-area.wishlist-area .row.row-margin2 .col-12.col-padd{
        width: 25% !important;
        flex: unset !important;
        display: flex;
    }

    #category-char-liset-header a{
        font-size: 18px;
        font-weight: 700;
        margin: 0 1%;
    }
    #category-char-liset-body div > span{
        width: 25%;
        height: 130px;
    }
}
@media (min-width: 1200px){
    .main-area > .container{
        max-width: 1200px !important
    }
    .container{
        max-width: 1140px !important;
    }
    .login-form .form-fields .social-btn{
        padding: 0 75px !important;
    }
    .shop-product-area .row.row-margin2 .col-12.col-padd{
        width: 25% !important;
        flex: unset !important;
        display: flex;
    }
    .shop-product-area.search .row.row-margin2 .col-12.col-padd,
    .shop-product-area.wishlist-area .row.row-margin2 .col-12.col-padd{
        width: 20% !important;
        flex: unset !important;
    }

    #category-char-liset-header a{
        font-size: 18px;
        font-weight: 700;
        margin: 0 1.2%;
    }
    #category-char-liset-body div > span{
        width: 20%;
        height: 130px;
    }
}

.mix.single-port h3{
    visibility: hidden;
    position: absolute;
    width: 70%;
    top: 45%;
    left: 15%;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.4);
    z-index: 10;
}
.mix.single-port:hover h3{
    visibility: visible;
}

.footer-static-content a,
.footer-static-content a > img{
    cursor: pointer;
}

.col-xs-12.col-padd{
    display: inline-block;
    box-sizing: border-box;
    width: 19.5%;
}
.design-buldier-area{
    display: none !important;
}
.design-buldier-area .col-lg-4.col-md-4.col-12{
    margin: 25px auto !important;
}
.brand-crasoule-area.featur-padd{
    padding: 40px 16px 0;
}
.owl-controls.clickable .owl-buttons .owl-prev,
.owl-controls.clickable .owl-buttons .owl-next{
    margin-top: 10px;
}
.total-brand .owl-controls{
    display: block !important;
}
.row.advertise-area img{
    width: 100%;
}
.shop-product-area.search,
.shop-product-area.wishlist-area{
    margin-bottom: 100px;
}
.single-brand img,
.single-product img{
    box-sizing: border-box;
    width: 100% !important;
    border: solid 1px #ededed;
    box-shadow: 1px 1px 1px rgba(0,0,0,.3);
    cursor: pointer;
    transition: .2s ease;
}
.single-brand:hover img,
.single-product:hover img{
    transform: scale(1.05);
}
.single-product h2.product-name span,
.single-product h2.product-name a span{
    display: block;
    font-size: .8rem;
    font-weight: 400;
    margin-top: 5px;
    text-shadow: none;
}
.ma-footer-container .row.basak-footer .col-lg-7.col-md-12.col-12 img{
    margin-left: 10px
}
.add-to-links > li span i.fa.fa-heart{
    background-color: transparent !important;
    color: var(--heart_color) !important;
}
.add-to-links > li:hover span i.fa.fa-heart{
    background-color: transparent !important;
    color: var(--heart_hover) !important;
}
.add-to-links > li span i.fas.fa-heart,
.add-to-links > li.hover span i.fas.fa-heart{
    background-color: transparent !important;
    color: var(--heart_slected) !important;
}
@media only screen and (min-width: 911px){
    .header-top .container .row .col-lg-6.col-md-6.col-12 {
        min-width: 520px;
    }
    .header-top .container .row .col-lg-5.col-md-5.col-12 .single-menu{
        text-align: right;
    }
    .single-drop .country{
        min-width: 520px;
    }
    .single-drop .country .select-country{
        display: inline-block;
        padding-right: 10px;
        width: calc(100% - 280px);
    }
}
@media only screen and (min-width: 541px) and (max-width: 910px){
    .header-top .container .row .col-lg-6.col-md-6.col-12 {
        min-width: 520px;
    }
    .header-top .container .row .col-lg-5.col-md-5.col-12{
        min-width: 100% !important;
        width: 100% !important;
    }
    .header-top .container .row .col-lg-5.col-md-5.col-12 .single-menu {
        text-align: center;
    }
    .single-drop .country{
        min-width: 520px;
    }
    .single-drop .country .select-country{
        display: inline-block;
        padding-right: 10px;
        width: calc(100% - 280px);
    }
    .single-menu {
        text-align: center;
    }
}
@media only screen and (max-width: 540px){
    .header-top .container .row .col-lg-6.col-md-6.col-12 {
        min-width: 360px;
    }
    .header-top .container .row .col-lg-5.col-md-5.col-12 .single-menu {
        text-align: center;
    }
    .single-drop .country{
        min-width: 360px;
    }
    .single-drop .country .select-country{
        display: inline-block;
        padding-right: 10px;
        width: calc(100% - 130px);
    }
}
.single-drop .country{
    margin-bottom: 5px;
}
.single-drop .country .select-country select{
    width: 100%;
    height: 30px;
}
.single-drop .country > label {
    position: relative;
    top: 7px;
    color: var(--body_text_color);
    font-weight: 600;
    padding-right: 5px;
}
.single-drop .country .select-currency{
    display: inline-block;
    width: 75px;
}
.single-drop .country .select-currency select{
    display: block;
    appearance: none;
    width: 100%;
    height: 41px;
    position: relative;
    top: 9px;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 5px;
    border: none;
}
.single-drop .country .select-currency select:disabled{
    background-color: var(--header_bacground);
    color: var(--option_active);
}
#category-menu ul li a{
    cursor: pointer;
    padding: 10px;
}
.left-category-menu .left-product-cat .category-heading h2{
    cursor: default;
}
#categoryAds{
    display: block;
    text-align: center;
}
/*------------- login --------------*/
.form-title > h1{
    color: var(--title_color);
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
}
#signupForm.col-lg-8.col-md-8.col-12,
#loginForm.col-lg-6.col-md-6.col-12{
    margin: 10px auto !important;
}
.login-form,
.register-form{
    padding: 0 20px;
}
.col-lg-6.col-md-6.col-12.center{
    margin: 0 auto;
}
.login-form .social-btn .btn{
    margin: 10px 0;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    width: 100%;
}
.login-form .social-btn .btn i{
    float: left;
    margin: 4px 15px  0 5px;
    min-width: 15px;
}
.login-form .input-group-addon .fa,
.register-form .input-group-addon .fa{
    font-size: 18px;
}
.login-form .input-group-prepend,
.register-form .input-group-prepend{
    width: 35px !important;
    height: 45px !important;
}
.login-form .input-group-prepend .input-group-text,
.register-form .input-group-prepend .input-group-text{
    width: 100% !important;
}
.login-form .form-fields{
    padding: 20px 10px !important;
}
.register-form .form-fields{
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    padding: 5px 10px !important;
}
#signupForm{
    display: none;
}
@media only screen and (max-width: 771px){
    #signupForm .register-form .form-fields{
        width: 90% !important;
        margin-left: 5%;
    }
}
@media only screen and (min-width: 772px) and (max-width: 850px){
    #signupForm{
        width: 90% !important;
        min-width: 90% !important;
    }
}
@media only screen and (min-width: 851px) and (max-width: 1100px){
    #signupForm{
        width: 80% !important;
        min-width: 80% !important;
    }
}
@media only screen and (max-width: 1101px){
    #signupForm{
        width: 75% !important;
        min-width: 75% !important;
    }
}
.register-form.my-account .form-fields{
    display: block;
    width: 100%;
}
.register-form .form-fields.full-width{
    width: 100%;
}
.login-form .form-fields .input-group p,
.register-form .form-fields .input-group p{
    width: calc(100% - 37px) !important;
}
.login-form .form-fields .input-group p input,
.register-form .form-fields .input-group p input,
.register-form .form-fields .input-group p select{
    height: 45px !important;
    border: solid 1px #cbcbcb !important;
}
.register-form .form-fields .input-group p #phoneCode{
    width: 20% !important;
}
.register-form .form-fields .input-group p #tel{
    width: 78.5% !important;
}
.register-form .form-fields .input-group p select{
    width: 100% !important;
}
.login-form .form-fields.warning{
    background-color: #d51d28;
    border-radius: 5px;
}
.login-form .form-fields.warning h2.text-center{
    color: #fff;
    border: none;
    line-height: 24px;
    text-transform: none;
}
.login-form .form-fields.warning h2.text-center i.fas{
    position: relative;
    width: 30px;
    height: 30px;
    top: 3px;
    padding-left: 1px;
    line-height: 25px;
    font-size: 24px;
    border: solid 2px #fff;
    border-radius: 50%;
    margin-right: 10px;
    box-sizing: border-box;
}
.register-form.my-account.pt50 > .form-fields:first-child{
    padding-top: 50px !important;
}
/*.login-form .form-fields .btn.btn-success,
.register-form .form-fields .btn.btn-success{
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    user-select: none;
    background-color: #1a75bb;
    border: 1px solid #1a75bb;
    border-radius: .25rem;
    -webkit-appearance: button;
}
.login-form .form-fields .btn.btn-success:hover,
.register-form .form-fields .btn.btn-success:hover{
    background-color: #d51d28;
    border-color: #d51d28;
}*/
.login-form .form-fields .btn,
.register-form .form-fields .btn{
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    user-select: none;
    color: #fff;
    background-color: var(--button_bacgrount_color);
    border: 1px solid var(--button_bacgrount_color);
    border-radius: .25rem;
    -webkit-appearance: button;
}
.login-form .form-fields .btn:focus,
.register-form .form-fields .btn:focus,
.login-form .form-fields .btn:active,
.register-form .form-fields .btn:active{
    background-color: var(--button_bacgrount_color);
    border-color: var(--button_bacgrount_color);
    box-shadow: 0 0 0 .2rem rgba(236,84,96,.7);
}
.login-form .form-fields .btn:hover,
.register-form .form-fields .btn:hover{
    background-color: var(--button_bacgrount_hover);
    border-color: var(--button_bacgrount_hover);
    box-shadow: 0 0 0 .2rem rgba(213,29,40,.25);
}
/*------------- wishlist --------------*/
.product-content .wishlist a{
    background: #ada597 none repeat scroll 0 0;
    /*background: #65c178 none repeat scroll 0 0;*/
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transition: all 0.3s ease 0s;
}
.product-content  .wishlist a:hover{
    /*    background: #65c178 none repeat scroll 0 0;*/
}
/*------------- product_details --------------*/
ul.bullets{
    line-height: 1.8;
    margin: 0;
    padding: 0;
}
ul.bullets li{
    position: relative;
    padding-left: 23px;
}
ul.bullets li::before{
    font-style: normal;
    font-weight: normal;
    font-family: 'ElegantIcons';
    font-size: 18px;
    content: "\e052";
    color: var(--buy_button_bacgrount_color);
    position: absolute;
    left: 0;
    top: -2px;
}
#productLogo{
    position: relative;
    width: 50px;
    top: -5px;
}
#productTitle{
    display: inline-block !important;
}
#product-header .ms-dd-option-image.flag.prouctCountry{
    position: relative;
    float: none;
    display: inline-block;
    top: 5px;
    left: 5px;
    transform: scale(1.2);
}
#product-header li:nth-child(1){
    display: inline-block;
    width: calc(100% - 180px);
}
#product-header li:nth-child(2){
    display: inline-block;
    float: right;
    width: 180px;
    margin-top: 10px;
}
#product-header li #wishlist_button{
    color: var(--link_color);
    cursor: pointer;
}
#product-header li #wishlist_button:hover{
    color: var(--link_hover);
}
#product-header li #wishlist_button i.fa.fa-heart{
    color: var(--body_text_color);
    font-size: 18px;
}
#product-header li #wishlist_button i.fas.fa-heart,
#product-header li #wishlist_button i.fa.fa-heart:hover{
    color: var(--heart_slected);
    font-size: 18px;
}
#product-header #wishlist_button{
    margin-right: 10px;
}
#product-description{
    margin: 15px 0;
}
#prductCheckout h3{
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
}
#prductCheckout .input-content{
    display: block;
    width: 100%;
    margin: 10px 0;
}
#prductCheckout .input-content label{
    width: 65px;
    text-align: right;
}
#prductCheckout .input-content input,
#prductCheckout .input-content select{
    width: calc(100% - 110px);
    min-width: 150px;
    height: 34px;
    text-align: center;
    position: relative;
}
#prductCheckout input + label.overNumber{
    position: absolute;
    width: 20px !important;
    height: 30px;
    right: 4px;
    margin-top: 2px;
    background-color: #fff;
}
#prductCheckout label.currency-symbol{
    position: absolute;
    width: 20px !important;
    height: 32px;
    left: 94px;
    margin-top: 1px;
    background-color: var(--option_border);
    z-index: 10;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: var(--body_text_color);
}
#prductCheckout .input-content input:focus,
#prductCheckout .input-content select:focus{
    color: #444;
}
#prductCheckout #cart_button.button.cart_button{
    clear: both;
    float: none;
    display: block;
    width: 90%;
    margin: 20px auto 10px;
}
#prductCheckout #cart_button.button.cart_button span{
    font-size: 22px;
}
#prductCheckout #productGiftArea{
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
#prductCheckout #productGiftArea.show{
    height: 210px;
    padding-top: 10px;
}
#prductCheckout #productGiftArea b.fas.fa-times{
    float: right;
    margin: -5px 5px 5px;
    font-size: 16px;
    cursor: pointer;
}
/*------------- checkout --------------*/
#payment_stripe{
    box-sizing: border-box;
    margin: 50px auto;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: 1px 1px 2px rgba(0 , 0, 0, 0.3);
}
#payment_stripe h3{
    margin: 0 auto 25px;
}
#payment_title{
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 20px;
    text-align: center;
}
#payment_card_image{
    display: block;
    width: 200px;
    margin: 0 auto 25px;
}
#payment_card_title{
    text-align: center;
    font-size: 22px !important;
    font-weight: 600;
    color: var(--option_active);
}
#payment_card_title:hover{
    color: var(--link_hover);
}
#payment_image{
    display: block;
    width: 45%;
    min-width: 200px;
    margin: 0 auto;
}
#paymentFrm{
    box-sizing: border-box;
    width: 80%;
    margin: 20px auto 0;
    padding: 20px 10px 10px;
}
#paymentFrm .form-group{
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}
#paymentFrm .form-group #submit{
    display: block;
    width: 70%;
    text-align: center;
    margin: 15px auto 25px;
}
label.payment{
    width: 90px;
    height: 40px;
    margin-bottom: -10px;
    line-height: 40px;
}
label > span{
    width: 80px;
    text-align: right;
    margin-right: 30px;
}
.field{
    background: transparent;
    font-weight: 300;
    border: 0;
    color: #31325F;
    outline: none;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
}
.field::-webkit-input-placeholder{
    color: #CFD7E0;
}
.field::-moz-placeholder{
    color: #CFD7E0;
}

#paument_status h1{
    font-size: 24px;
    margin: 20px 0;
}
#paument_status h4{
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px;
}
#paument_status p{
    font-size: 16px;
    margin: 10px 0;
    line-height: 24px;
}
#paument_status p b{
    display: inline-block;
    width: 160px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
#paument_status a{
    text-decoration: none;
    cursor: pointer;
    color: #38005c;
    font-size: 18px;
    font-weight: 500;
    margin-left: 50px;
}
#confirm_buy{
    display: none;
}
#confirm div.col-lg-4:first-child{
    margin: 10px auto;
    text-align: center;
}
#confirm h2{
    text-align: center;
    color: var(--title_color);
}
#payment_confirm{
    padding: 25px 50px;
}
/*------------- notificationBox --------------*/
#notificationBox{
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 400px;
    max-width: 400px;
    height: 70px;
    left: 253px;
    top: 275px;
    border: solid 1px #444;
    background-color: rgba(255, 255, 255, 0.8);
    color: #222;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 100;
}
#notificationBox:before{
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: "";
    width: 30px;
    height: 30px;
    margin-top: -30px;
    border-color: transparent transparent #444 transparent;
    border-width: 15px;
    border-style: solid;
    z-index: 100;
}
#notificationBox b.fas{
    position: absolute;
    font-size: 24px;
    right: 5px;
    color: #444;
    cursor: pointer;
}
#notificationBox #notificationMessage{
    padding: 0 5px;
    line-height: 29px;
    font-size: 1rem;
    width: 100%;
    height: 58px;
    margin-top: 10px;
    overflow: hidden;
}
/*------------- forgot_pass --------------*/
#forgot-pass-form{
    display: block;
    width: 50%;
    min-width: 450px;
    padding: 20px;
    margin: 0 auto 50px;
}
/*------------- massage modal --------------*/
#messageBox{
    display: none;
}
#message-dialog{
    background: #fff;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
/* Popup close button*/
#message-dialog .mfp-close{
    color: #666;
    background-color: #e4e4e4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 12px;
    right: 20px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
}
.mfp-close::before{
    font-size: 24px;
    font-family: 'ElegantIcons';
    content: "\4d";
}
#message-dialog .mfp-close:hover{
    color: #fff;
    background-color: #66676b;
}
#message-dialog .mfp-close:before{
    font-size: 24px;
    font-family: 'ElegantIcons';
    content: "\4d";
}
.small-dialog-header{
    font-size: 18px;
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
    top: 0;
    -webkit-border-radius: 4px 4px;
    -moz-border-radius: 4px 4px;
    -ms-border-radius: 4px 4px;
    border-radius: 4px 4px;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 18px 20px 15px 20px;
    margin-bottom: 30px;
}
.small-dialog-header h3{
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
}
.my-toggle{
    background: transparent;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    cursor: pointer;
    font-size: 10px;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
}
.my-toggle:hover, .my-toggle:focus{
    background-color: #eee;
    color: #555;
    outline: transparent;
}
.sign-in-wrapper{
    position: relative;
    height: 100%;
}
/*------------- card --------------*/
.card.sauget-accordion .card-title a:hover{
    color: #fff !important;
    text-shadow: 1px 1px 2px rgba(255,255,255,.3);
}
#paymentResponse{
    text-align: center;
    font-size: 18px;
}
#paymentResponse > img{
    position: relative;
    height: 30px;
}
/*------------- price table --------------*/
.table-bordered > thead > tr td,
.table-bordered > thead > tr th{
    border-bottom-width: 0;
    text-align: center;
}
.table.table-bordered tr{
    font-weight: 700;
    font-size: 16px;
}
.table.table-bordered thead tr{
    text-transform: capitalize;
}
.table > tbody tr td,
.table > tbody tr th,
.table > tfoot tr td,
.table > tfoot tr th,
.table > thead tr td,
.table > thead tr th{
    vertical-align: middle;
}
.table thead td{
    background-color: var(--order_history_table_header);
    color: #fff;
    text-shadow: -2px -2px 2px rgba(0,0,0,0.3);
}

.c-img img{
    display: block;
    width: 50%;
    margin: 0 auto;
}
.c-price{
    color: var(--link_hover);
    font-size: 20px;
    font-weight: 600;
    width: 13.5%;
    padding: 0 !important;
}
.c-date{
    width: 11%;
    font-size: 16px;
    font-weight: 600;
    color: var(--order_history_table_header);
    padding: 0 !important;
}
.c-details{
    width: 13.5%;
}
.c-del{
    width: 18%;
}
.c-view{
    width: 13%;
}
.c-send{
    width: 31%;
}
.c-del button.btn.table-btn,
.c-view button.btn.table-btn,
.c-details button.btn.table-btn{
    width: 90%;
}
.c-del button.btn.table-btn i,
.c-view button.btn.table-btn i,
.c-details button.btn.table-btn i{
    float: left;
    display: block;
    line-height: 34px;
}
.table tr.row-details{
    box-sizing: border-box;
    display: none;
    padding: 10px;
    transition: .3s ease-in-out;
}
.table tr.row-details.show-details{
    display: table-row;
}
.row-details .close-details{
    float: right;
    width: 20px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}
.row-details .close-details:hover,
.row-details .close-details:active{
    color: var(--link_hover);
    transform: scale(1.1);
}
.row-details span{
    clear: both;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    color: var(--body_text_color);
}
.row-details span b{
    color: var(--link_hover);
    display: inline-block;
    font-weight: 700;
    margin-right: 10px;
}
/*------------- button --------------*/
.btn.page-no{
    display: inline-block;
    width: 40px;
    margin: 0 5px;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    user-select: none;
    color: #fff;
    background-color: var(--button_bacgrount_color);
    border: 1px solid var(--button_bacgrount_color);
    border-radius: 5px;
    -webkit-appearance: button;
    cursor: pointer;
}
.btn.page-no > i{
    line-height: 18px;
    cursor: pointer;
}
.btn.page-no:first-child > i{
    border-left: 2px solid #fff;
}
.btn.page-no:last-child > i{
    border-right: 2px solid #fff;
}
.btn.page-no:focus,
.btn.page-no:active{
    background-color: var(--button_bacgrount_hover);
    border-color: var(--button_bacgrount_hover);
    box-shadow: 0 0 0 .2rem rgba(26,117,187,.25);
}
.btn.page-no:hover{
    background-color: var(--button_bacgrount_hover);
    border-color: var(--button_bacgrount_hover);
    box-shadow: 0 0 0 .2rem rgba(213,29,40,.25);
}
.btn.page-no:focus:hover,
.btn.page-no:active:hover{
    background-color: var(--button_bacgrount_hover);
    border-color: var(--button_bacgrount_hover);
    box-shadow: 0 0 0 .2rem rgba(213,29,40,.25);
}
.btn.table-btn{
    display: inline-block;
    width: 80%;
    margin: 0 5px;
    text-align: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
    user-select: none;
    color: #fff;
    background-color: var(--order_history_table_header);
    border: 1px solid var(--order_history_table_header);
    border-radius: 5px;
    -webkit-appearance: button;
    cursor: pointer;
}
.btn.table-btn i{
    line-height: 20px;
    font-style: normal;
    cursor: pointer;
}
.btn.table-btn:focus,
.btn.table-btn:active{
    background-color: var(--button_bacgrount_hover);
    border-color: var(--button_bacgrount_hover);
    box-shadow: 0 0 0 .2rem rgba(236,84,96,.7);
}
.btn.table-btn:hover{
    background-color: #d51d28;
    border-color: #d51d28;
    box-shadow: 0 0 0 .2rem rgba(213,29,40,.25);
}
.btn.table-btn:focus:hover,
.btn.table-btn:active:hover{
    background-color: var(--button_bacgrount_hover);
    border-color: var(--button_bacgrount_hover);
    box-shadow: 0 0 0 .2rem rgba(213,29,40,.25);
}

.footer-static-content a,
.footer-static-content a > img{
    cursor: pointer;
}
/*------------- switch --------------*/
#giftSwitch{
    width: 100%;
    padding: 35px 0 15px;
    text-align: center;
}
.switch{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    top: -6px;
    margin: 0 5px;
}
.switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
.slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--buy_button_bacgrount_color);
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before{
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked + .slider{
    background-color: var(--buy_button_bacgrount_hover);
}
input:focus + .slider{
    box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before{
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round{
    border-radius: 34px;
    width: 100% !important;
}
.slider.round:before{
    border-radius: 50%;
}
/*--------------------------------------*/
#category-char-liset-header{
    text-align: center;
    padding: 20px 0;
    box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}
#category-char-liset-header a{
    display: inline-block;
}
#category-char-liset-header a.active-char{
    cursor: pointer;
    transition: .1s ease-in-out;
}
#category-char-liset-header a.active-char:hover{
    color: var(--link_hover);
    transform: scale(1.1);
}
#category-char-liset-header a.inactive-char{
    cursor: default;
}
#category-char-liset-header a.inactive-char:hover{
    color: var(--link_color) !important;
}
#category-char-liset-body{
    padding-bottom: 40px;
}
#category-char-liset-body div{
    padding: 10px 0;
}
#category-char-liset-body .char-heder{
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 50px;
    text-decoration: underline;
}
#category-char-liset-body div > span{
    display: inline-block;
    overflow: hidden;
}
#category-char-liset-body div > span a{
    display: grid;
    font-weight: 500;
    text-align: center;
    transition: all .3s;
}
#category-char-liset-body div > span a::first-letter{
    font-size: 16px;
}
#category-char-liset-body div > span a:hover{
    text-decoration: underline;
}
#category-char-liset-body div > span a img{
    display: grid;
    width: 75px;
    height: 75px;
    border-radius: 5px;
    overflow: hidden;
    margin: 10px auto 2px;
    border: solid 2px #bbb;
    box-sizing: border-box;
    transition: all .3s;
}
#category-char-liset-body div > span a:hover img{
    border-color: var(--link_hover);
}

#product-list-filter{
    display: flex !important;
    border: none !important;
    text-align: center;
}
#product-list-filter > li{
    box-sizing: border-box;
    display: inline-block !important;
    width: 33%;
    height: 50px;
    margin: 0 !important;
    border: none !important;
}
#product-list-filter > li > a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: 0 !important;
    text-decoration: none;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: var(--option_color);
    border: 1px solid var(--option_border);
}
#product-list-filter > li > a.active{
    border: 2px solid var(--option_active) !important;
    color: var(--option_active);
}
#product-list-filter > li > a.active::after{
    content: "";
    display: block;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid var(--option_active);
    border-right: 2px solid var(--option_active);
    background-color: #fff;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    margin-top: -2px;
    transform: rotate(45deg);
    cursor: pointer;
}
#product-list-filter > li > a > i{
    position: relative;
    color: var(--option_color) !important;
    font-size: 18px;
}
#product-list-filter > li > a.active > i{
    color: var(--option_active) !important;
}
@media (max-width: 767px){
    #product-list-filter{
        padding: 0 2%;
    }
    #product-list-filter > li > a{
        font-size: 1.1rem;
    }
}
@media (min-width: 768px) and (max-width: 1050px){
    #product-list-filter{
        padding: 0 10%;
    }
    #product-list-filter > li > a{
        font-size: 1.2rem;
    }
}
@media (min-width: 1051px){
    #product-list-filter{
        padding: 0 20%;
    }
    #product-list-filter > li > a{
        font-size: 1.3rem;
    }
}

#product-view-list{
    display: flex !important;
    border: none !important;
    text-align: center;
    margin: 10px 0 20px;
}
#product-view-list > li{
    box-sizing: border-box;
    display: inline-block !important;
    width: 50%;
    height: 50px;
    margin: 0 !important;
    border: none !important;
}
#product-view-list > li > a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: 0 !important;
    text-decoration: none;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: var(--option_color);
    border: 1px solid var(--option_border);
}
#product-view-list > li > a.active{
    border: 2px solid var(--option_active) !important;
    color: var(--option_active);
    background-color: #fff;
}
#product-view-list > li > a.active::after{
    content: "";
    display: block;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid var(--option_active);
    border-right: 2px solid var(--option_active);
    background-color: #fff;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    margin-top: -3px;
    transform: rotate(45deg);
    cursor: pointer;
}
#product-view-list > li > a > i{
    position: relative;
    color: var(--option_color) !important;
    font-size: 18px;
}
#product-view-list > li > a.active > i{
    color: var(--option_active) !important;
}
@media (max-width: 767px){
    #product-view-list{
        padding: 0 2%;
    }
    #product-view-list > li > a{
        font-size: 1.1rem;
    }
}
@media (min-width: 768px) and (max-width: 1050px){
    #product-view-list{
        padding: 0 10%;
    }
    #product-view-list > li > a{
        font-size: 1.2rem;
    }
}
@media (min-width: 1051px){
    #product-view-list{
        padding: 0 20%;
    }
    #product-view-list > li > a{
        font-size: 1.3rem;
    }
}

#order-history-list{
    display: flex !important;
    border: none !important;
    text-align: center;
    margin: 10px 0 20px;
}
#order-history-list > li{
    box-sizing: border-box;
    display: inline-block !important;
    width: 33%;
    height: 50px;
    margin: 0 !important;
    border: none !important;
}
#order-history-list > li > a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    margin: 0 !important;
    text-decoration: none;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: var(--option_color);
    border: 1px solid var(--option_border);
}
#order-history-list > li > a.active{
    border: 2px solid var(--option_active) !important;
    color: var(--option_active);
}
#order-history-list > li > a.active::after{
    content: "";
    display: block;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid var(--option_active);
    border-right: 2px solid var(--option_active);
    background-color: #fff;
    width: 20px;
    height: 20px;
    left: calc(50% - 10px);
    margin-top: -3px;
    transform: rotate(45deg);
    cursor: pointer;
}
#order-history-list > li > a > i{
    position: relative;
    color: var(--option_color) !important;
    font-size: 18px;
}
#order-history-list > li > a.active > i{
    color: var(--option_active) !important;
}
@media (max-width: 767px){
    #order-history-list{
        padding: 0 1%;
    }
    #order-history-list > li > a{
        font-size: 1rem;
    }
}
@media (min-width: 768px) and (max-width: 900px){
    #order-history-list{
        padding: 0 4%;
    }
    #order-history-list > li > a{
        font-size: 1.1rem;
    }
}
@media (min-width: 901px) and (max-width: 1050px){
    #order-history-list{
        padding: 0 6%;
    }
    #order-history-list > li > a{
        font-size: 1.2rem;
    }
}
@media (min-width: 1051px){
    #order-history-list{
        padding: 0 10%;
    }
    #order-history-list > li > a{
        font-size: 1.3rem;
    }
}
/*------------- dropdown list --------------*/
.dropdown_list{
    display: block;
    position: relative;
    margin: 0 !important;
}
.dropdown_list.auto{
    width: 100% !important;
}
.dropdown_list.small{
    width: 200px !important;
}
.dropdown_list.medium{
    width: 350px !important;
}
.dropdown_list.large{
    width: 565px !important;
}
.dropdown_list.very_large{
    width: 865px !important;
}
.dropdown_list .list_title{
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 29px;
    position: relative;
    padding: 5px 10px 5px 50px;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
}
.dropdown_list input.list_title{
    padding: 0 5px;
    border-radius: 2px;
    cursor: auto !important;
}
.dropdown_list .list_title:after{
    content: "";
    position: absolute;
    padding: 5px;
    left: 10px;
    top: 20%;
    border-left: 2px solid black;
    border-top: 2px solid black;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.dropdown_list ul.list_items{
    display: none;
    position: absolute;
    width: calc(100% - 78px);
    padding: 2px;
    margin-top: 45px !important;
    margin-left: -3px;
    border: 3px solid #ccc;
    border-top: none;
}
.dropdown_list ul.list_items li{
    list-style: none;
}
.dropdown_list input+ul.list_items li{
    font-size: 20px;
    font-weight: 300;
    transition: all ease-in-out 0.1s;
}
.dropdown_list input+ul.list_items li a{
    padding: 5px 10px;
    font-weight: 500;
    font-size: 16px;
    color: var(--select_color);
    cursor: pointer;
    transition: all .2s;
}
.dropdown_list input+ul.list_items li a:hover{
    color: var(--select_hover);
}
.dropdown_list ul.list_items li input[type="checkbox"] + label,
.dropdown_list ul.list_items li input[type="radio"] + label{
    margin-top: 5px !important;
}
.dropdown_list ul.list_items li label:last-of-type{
    padding: 0 !important;
    margin-top: 5px !important;
}
.dropdown_list ul.list_items li label::first-letter{
    text-transform: none;
}
.dropdown_list.visible .list_items{
    display: block;
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 100;
    box-shadow: 1px 1px 3px rgba(0,0,0,.6);
}
.single-product .price-box {
    display: none !important;
}