@font-face {
    font-family: 'IRAN-SANS';
    src: url('../fonts/iransans/IRAN-SANS.eot?#') format('eot'), url('../fonts/iransans/IRAN-SANS.woff') format('woff'), url('../fonts/iransans/IRAN-SANS.ttf') format('truetype');
}
@font-face {
	font-family: yekan;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/IRANYekanXFaNum-Bold.woff') format('woff'),   
	url('../fonts/IRANYekanXFaNum-Bold.woff2') format('woff2');	 
}

@font-face {
	font-family: yekan;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/IRANYekanXFaNum-Regular.woff') format('woff'),   
	url('../fonts/IRANYekanXFaNum-Regular.woff2') format('woff2');	
}
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden !important;
    padding-top: 75px;
    font-family: "yekan", arial !important;
    background: #fff7f8;
    font-size: 12px;
}
ul.order-filter {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0 0 15px 0;
    gap: 5px;
}

ul.order-filter a {
    background: #dddddd;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
    color: #000;
}

ul.order-filter a span {
    background: #eee;
    padding: 2px 7px;
    border-radius: 6px;
    margin: 0 10px 0 0;
    color: #282828;
}

ul.order-filter li.active a {
    background: #fc78a7;
    color: #fff;
}
.home-slider img {
    width: 100%;
    border-radius: 20px;
}

.home-slider {
    margin: 20px 0 0 0;
}
.category-row {
    padding: 20px 0 5px 0;
}

.category-row a {
    margin: 0 0 15px 0;
    display: block;
}
.profiletabs > ul {
    font-size: 12px;
    display: flex;
    overflow-x: auto;
}
.modal-dialog {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
}
    .profiletabs > ul li a {
        padding: 12px 10px;
        white-space: nowrap;
    }

.profiletabs .tab-content {
    padding: 15px 0;
}

td.order-column {
    display: flex;
}

    td.order-column .order-info {
        flex-grow: 1;
    }

.ltr {
    direction: ltr;
    text-align: left
}

.order-stat {
    margin: 10px 0 0 0;
}

.loader-progress {
    text-align: center;
    padding: 20px;
}

td.order-column .order-info {
}

td.order-column .info-date {
    font-size: 12px;
    color: #bb8d73;
    margin: 6px 0 0 0;
}

td.order-column .order-info {
    flex-grow: 1;
}

ul.order-state {
    padding: 0;
    list-style: none;
    font-size: 12px;
    margin: 0;
    display: flex;
    justify-content: right;
}

    ul.order-state > li:first-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    ul.order-state > li:last-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    ul.order-state.unpaid > li {
        background-color: #f7d7d7;
    }

    ul.order-state > li {
        background: #e4e4e4;
        /* border-radius: 20px; */
        padding: 6px 6px;
        margin: 0 0 2px 0;
    }

        ul.order-state > li.active {
            background: #64bfea;
            color: #fff;
        }

.iconsec {
    text-align: center;
}

    .iconsec a img {
        height: 100px;
    }

.swiper-container.gallery-top .swiper-button-next {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fe0058'%2F%3E%3C%2Fsvg%3E");
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-size: 50%;
}

.swiper-container.gallery-top .swiper-button-prev {
    right: 0; /* height: 30px; */
    color: red;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fe0058'%2F%3E%3C%2Fsvg%3E");
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-size: 50%;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    cursor: pointer;
    opacity: 0.4;
    border: 1px solid #fff;
    border-radius: 6px;
    overflow: hidden;
}

.coupen-discount {
    display: flex;
    justify-content: space-between;
}

    .coupen-discount label {
        color: #64bfea;
    }

    .coupen-discount strong.coupen-title {
        color: #6b6b6b;
        margin: 0 0 0 10px;
    }
.payment-grid {
    display: flex;
    flex-direction: column;
    margin: 0 0 15px 0;
}

.payment-grid img {
    max-width: 74px;
    margin: 0 10px 0 10px;
    border-radius: 10px;
}

.payment-grid >div {
    display: flex;
    border: 1px solid #dddddd;
    margin-top: -1px;
    align-items: center;
    padding: 10px 0 10px 0;
}

.payment-grid .pay-desc {
    color: #3f3f3f;
    padding: 0 10px 10px 10px;
    text-align: justify;
    font-size: 11px;
}
.shopping-coupen {
    overflow: hidden;
    /* background: #f5f5f5; */
    padding: 15px 0 0 0;
}

.factorTable .proplist {
    margin: 10px 0 10px 0
}

    .factorTable .proplist i {
        border: 1px solid #71badc;
        border-radius: 3px;
        line-height: 1;
        padding: 0 6px;
        font-size: 11px;
        background: #64bfea;
        color: #fff;
    }

.factorTable .price-total {
    text-align: left;
    font-weight: bold;
    color: #313131;
}

.factorTable td > a.prdtitle {
    color: #0e0e0e;
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.factorTable td > .qty {
    color: #969696;
    font-size: 12px;
}

.newprd {
    position: absolute;
    display: none;
}

.swiper-container.gallery-top {
    /* box-shadow: 2px 8px 10px rgb(113 113 113 / 20%); */
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border: 1px solid #fe0058;
}

td.basketprice > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    td.basketprice > div > span.price {
        position: relative;
    }

.cart-price div > span.price.discount {
    color: #898989;
    font-size: 12px;
    position: relative;
}

    .cart-price div > span.price.discount:after {
        content: ' ';
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        top: 45%;
        background: #89898991;
    }

.propertyItem .colorlist > span {
    padding: 7px;
    float: right;
    margin: 3px 0 0 7px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.propertyItem > button {
    border: none;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.2);
}

.propertyItem > button {
    width: 100%;
    padding: 7px 10px 7px 10px;
}

.propertyItem .dropdown-menu {
    left: 0;
}

    .propertyItem .dropdown-menu li.active a {
        background: #337ab7;
        /* padding: 3px 12px 3px 12px; */
    }

    .propertyItem .dropdown-menu li a {
        padding: 7px 12px 7px 12px;
    }

.propertyItem .colorlist {
    float: right;
}

.propertyItem > button .txt {
    float: right;
}

.propertyItem > button .caret {
    float: left;
    margin: 9px 0 0 0;
}

.subcats ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    /* flex-wrap: wrap; */
    overflow-x: auto;
}

    .subcats ul li.title-link a {
        color: #049fe8;
        background: transparent;
        font-size: 12px;
        padding-left: 5px;
        padding-right: 8px;
    }

    .subcats ul li.title-link:after {
        position: absolute;
        left: 0;
        top: 9px;
        content: '';
        padding: 3px;
        float: left;
        border-top: 1px solid #777;
        border-left: 1px solid #777;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .subcats ul li.title-link:last-child:after {
        display: none;
    }

    .subcats ul li {
        position: relative;
    }

.brdcrumb.subcats {
    /* clear: both; */
    padding: 12px 5px 0 0;
}

.subcats ul li a {
    background: #ebbfec;
    color: #161616c4;
    margin: 0 0 5px 5px;
    padding: 9px 10px;
    display: block;
    border-radius: 8px;
    white-space: nowrap;
}

.subcats {
    padding: 10px 10px 10px 0;
}

table.table-hover.addresses tr.footer {
    font-size: 11px;
}

.address-wrapper .infobox {
}

.address-wrapper {
}

    .address-wrapper .address-row {
        width: 100%;
    }

    .address-wrapper .infobox {
        width: 50%;
        float: right;
        padding: 10px 0;
    }

        .address-wrapper .infobox.tel-box {
            text-align: left;
        }

        .address-wrapper .infobox.fax-box {
            text-align: left;
        }

.contact-wrapper {
    width: 60%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
}

table.pay span.glyphicon {
    float: right;
    margin: 5px 0 0 10px;
    font-size: 21px;
    color: #6b6b6b;
}

table.pay .info {
    /* float: right; */
}

    table.pay .info strong {
        display: block;
        color: #080808;
        font-size: 15px;
        padding: 10px 0px 20px;
        margin: 0px 0 0 0;
        float: right;
    }

        table.pay .info strong > span, table.pay .info span {
            display: block;
            font-size: 12px;
            color: #a5a5a5;
            font-weight: normal;
            margin: 6px 0 0 0;
            display: block;
            clear: both;
        }

.orderStat {
    display: table;
    width: 100%;
    /* background: #f9f9f9; */
    text-align: center;
    padding: 0px 0 0px 0;
    margin: 10px 0 0 0;
}

    .orderStat > div {
        display: table-cell;
        width: 25%;
        position: relative;
    }

        .orderStat > div strong {
            display: block;
            padding: 10px 0;
            color: #c1c1c1;
            font-weight: normal;
            font-size: 12px;
        }

        .orderStat > div span.number {
            margin: 4px 0 0 0;
            background: #c1c1c1;
            border-radius: 50%;
            padding: 10px;
            display: inline-block;
            font-weight: bold;
            color: #fff;
            position: relative;
            z-index: 1;
            /* font-family: tahoma !important; */
        }

        .orderStat > div span.left, .orderStat > div span.right {
            background: #dedede;
            position: absolute;
            width: 50%;
            height: 2px;
            top: 19%;
            z-index: 0;
        }

        .orderStat > div span.right {
            background: #dedede;
            right: 0;
        }

        .orderStat > div.active span.number {
            background-color: #fe78a9;
        }

        .orderStat > div.active strong {
            color: #060606;
        }

        .orderStat > div.active span {
            background: #fe78a9;
        }

        .orderStat > div:first-child .right {
            background: #ffffff;
        }

        .orderStat > div:last-child .left {
            background: #ffffff;
        }

form#userinfo .form-group {
    position: relative;
}

.unAuthForm strong {
    display: block;
    padding: 10px;
    font-size: 16px;
    color: #888;
}

i.glyph-icon.flaticon-man-user {
}

.unAuthForm i.glyph-icon {
    font-size: 30px;
    color: #c8c8c8;
    border: 1px solid;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px auto;
}


form#userinfo .form-group .field-validation-error {
    font-size: 12px;
    position: absolute;
    top: 100%;
    background-color: #f00;
    left: 15px;
    color: #fff;
    margin-top: -0px;
    padding: 3px;
    z-index: 999;
}

.custom-form .form-group label {
    font-size: 12px;
    color: #888;
}

form#userinfo .sectionTitle h4 {
    font-size: 13px;
    color: #2b6d6c;
    font-weight: bold;
    border-bottom: 1px dotted;
    padding: 0 0 5px 0;
}

.custom-form input[type='text'], .custom-form select, .custom-form input[type='email'], .custom-form textarea {
    background: #fcfcfc;
    box-shadow: none;
    font-size: 13px;
}

form#userinfo textarea {
    height: 68px;
}

.cart-item {
    display: flex;
    border-right: 5px solid #ffffff;
    border-bottom: 1px solid #e6e6e6;
}

dic.cart-info {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
}

.cart-quantity form input[type='number'] {
    border: none;
    /* box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.3); */
    padding: 5px 5px 5px 3px;
    width: 42px;
    border-radius: 8px;
    text-align: center;
}

.cart-brief {
    flex-grow: 1;
}

.cart-item.danger a.prdtitle {
    color: red;
}

.cart-brief > a.prdtitle {
    color: #1b1b1b;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 0;
    display: block;
}

.cart-remove {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.cart-item.danger {
    background: #ffd7d7;
}

.thumb-img {
    padding: 10px;
}

.cart-price > div {
    display: flex;
    flex-direction: column;
}

.cart-price {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.cart-quantity {
    padding: 14px 10px;
    display: flex;
    align-items: center;
}
.cart-quantity form{border:1px solid #d4d4d4;border-radius:8px;padding: 3px 8px 4px 8px;}
.text-danger.outmsg {
    background: #e46363;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    float: right;
    border-radius: 6px;
    margin: 7px 0 0 0;
}

.cart-quantity form label {
    font-size: 12px;
    color: #888;
    margin: 0 0 0 10px;
    font-size: 10px;
}

.cart-remove a.RemoveLink {
    border: 1px solid #e46363;
    color: #e46363;
    border-radius: 50%;
    line-height: 1;
    padding: 2px 4px 2px 5px;
    float: left;
    margin: 10px 0 10px 0;
    font-size: 12px;
    opacity: 0.8;
}
#menu-button .button-cover > span:first-child{ width: 100%;}
#menu-button .button-cover > span:last-child{width: 50%;}
#menu-button .button-cover > span {
    height: 3px;
    background: #ffffff;
    width: 90%;
    border-radius: 6px;
}

.basket-total-price {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px 0 10px 0;
}

.btn.btn-basket {
    color: #fff;
    border: none;
    padding: 12px 0px;
    background: #fe78a9;
    /* background: linear-gradient(180deg, #fdb8ff 0%, #dd84df 100%); */
    border-color: #dda0df;
    border-radius: 8px;
}

.basket-total-price .pricetag {
    font-size: 25px;
    padding: 10px 0;
    color: #181818;
    font-weight: bold;
}

    .basket-total-price .pricetag span {
        font-size: 14px;
        font-weight: normal;
    }

.baskettotal {
    border-top: 1px solid #d7d7d7;
}

.basket-total-price span {
    font-size: 12px;
}

.basket-pricelist > .price-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 0;
}

table.factorTable.footer {
    font-size: 12px;
}

    table.factorTable.footer tr.total.footer {
        font-size: 14px;
    }

.basket-pricelist .shipping-title {
    text-align: center;
    border-bottom: 1px solid #dbdbdb;
}

.basket-pricelist .shipping-title, .basket-pricelist .shipping {
    text-align: center;
    padding: 10px 15px;
    background: #f3f3f3;
    white-space: nowrap;
    margin: 0 -15px;
}

.basket-pricelist > .price-row.discount {
    background: #ebffe0;
    color: #548f45;
    padding: 9px 15px 5px 15px;
    margin: 0 -15px 0 -15px;
}

.coupendesc {
    text-align: center;
    background: #cdf7b6;
    padding: 6px 15px 5px 15px;
    margin: 0 -15px 0 -15px;
    font-size: 11px;
}

.about-form h4 {
    font-size: 15px;
}

.about-form {
    margin: 0 0 20px 0;
}

.about-form img{width:100px;filter: grayscale(100%);display:none;}
.footer-call {
    display: flex;
    justify-content: stretch;
}

    .footer-call a {
        display: block;
        padding: 11px 10px;
        text-align: center;
        color: #fe76aa;
        border: 1px solid #fe76aa;
        border-radius: 8px;
        font-weight: bold;
    }

.menusec {
    display: flex;
    justify-content: center;
    padding: 20px 35px 0 15px;
    /* flex-wrap: wrap; */
}

.about-form p {
    line-height: 23px;
    text-align: justify;
    color: #000000a1;
}

.basket-pricelist > .price-row label {
    text-align: right;
}

.basket-pricelist > .price-row > * {
    flex-grow: 1;
    text-align: left;
}

.basket-pricelist strong span {
    color: #787878;
    margin: 0 5px 0 0;
    font-size: 9px;
}

.basket-pricelist {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 12px;
}

.priceITem .form-group > div {
    padding: 0 0 0px 0;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: baseline;
    /* border-bottom: 1px dotted #d3d3d3; */
}

    .priceITem .form-group > div label {
        /* float: right; */
        display: inline;
    }

    .priceITem .form-group  div input {
        /* float: right; */
        width: 70px;
    }


.relatedProperties {
    clear: both;
    height: 185px;
    overflow-y: auto;
    margin: 0 0 20px 0;
}

    .relatedProperties ul {
        color: #272727;
        padding: 10px 20px 0 0;
        line-height: 23px;
    }

.alert-warning.stockmsg {
    padding: 5px 10px 10px 10px;
}

    .alert-warning.stockmsg span {
        font-size: 11px;
    }

.relatedProperties ul li {
}

.product-logo {
    background: #f3f3f3;
    padding: 8px;
    border-radius: 10px;
    margin: 15px 0;
}

    .product-logo ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-around;
        margin: 0;
    }

        .product-logo ul li {
            color: #545454;
            font-size: 12px;
        }

            .product-logo ul li img {
                height: 50px;
                margin: 0 0 0px 10px;
            }

#menu-button {
    width: 45px;
    height: 35px;
    margin: 7px 0px 0 0;
    display: inline-block;
    position: absolute;
    right: 15px;
    z-index: 999;
    background: #fe78a9;
    border-radius: 9px;
}

    #menu-button input:checked ~ .mobile-menu {
        display: block;
    }

    #menu-button > label {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
    }

    #menu-button .button-cover {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        left: 6px;
        right: 8px;
        bottom: 8px;
        top: 7px;
    }

.mobile-menu {
    display: none;
    position: fixed;
    background: #fff;
    top: 95px;
    right: 0px;
    background: #3333339e;
    left: 0px;
    bottom: 0;
    margin: 0;
}
.mobile-menu > ul>li> ul{
    display: none;
}
 .mobile-menu > ul ul {/* margin-right: 10px; *//* display:none; */padding: 0 14px 0 0;background: #f7f7f7;list-style: none;/* border-right: 2px solid #a1a1a1; */}
 .mobile-menu > ul ul ul{background: #ebebeb;margin: 0;border: none;padding-right: 15px;display:none;}
.mobile-menu > ul ul ul li a{font-weight:bold;}
    .mobile-menu > ul {
        list-style: none;
        padding: 0;
        min-width: 220px;
        background: #fff;
        max-width: 70%;
        margin: 0;
        height: 100%;
        overflow-y: auto;
    }
.mobile-menu ul li >div{display:flex;}
.mobile-menu ul li >div >a{flex-grow:1;}

.mobile-menu ul li >div >span{
    display: none;
}
    .mobile-menu ul li {
        
    }
  .mobile-menu ul li a:hover{
      background-color:##fe78a9;
  }
        .mobile-menu ul li a {
            white-space: nowrap;
            display: block;
            padding: 12px;
            color: #2b2b2b;
            /* border-bottom: 1px solid #dbdbdb; */
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

#menu-button > input[type=checkbox] {
    opacity: 1;
    position: absolute;
    opacity: 0;
}



table.addresses tr.active td, table.addresses tr.active:hover td {
    background: #fe78a92e;
}

table.addresses span.glyphicon {
    float: right;
    padding: 10px 14px 10px 27px;
    font-size: 25px;
    color: #d8d8d8;
}

table.addresses tr.active td span.glyphicon {
    color: #fe78a9;
}

table.shipping span.glyphicon {
    float: right;
    padding: 10px 10px 10px 11px;
    font-size: 20px;
    color: #fe78a9;
}

table.shipping .info {
    float: right;
    max-width: 80%;
}

table.shipping .info {
    float: right;
}

    table.shipping .info strong {
        display: block;
        color: #545454;
        font-size: 15px;
        padding: 0px 0px 2px;
    }

        table.shipping .info strong > span, table.shipping .info span {
            display: block;
            font-size: 12px;
            color: #a5a5a5;
            font-weight: normal;
            margin: 6px 0 0 0;
        }

table.shipping .price strong {
    color: #000000;
    font-size: 18px;
}

table.shipping .price {
    float: left;
    font-size: 14px;
    padding: 25px;
    color: #888;
}

.main h3 {
    font-size: 17px;
    color: #53b0c0;
    margin: 0;
    padding: 10px 0 20px 0;
}

.main {
    line-height: 30px;
}

    .main h2 {
        font-size: 20px;
        color: #53b0c0;
        margin: 0;
        padding: 10px 0 20px 0;
    }

.slidebox {
    margin: 15px 0 0 0;
}

.boxwin  {
    border-radius: 15px;
    margin: 0px 0 15px 0;
    padding-bottom: 16px;
    overflow: hidden;
    /* box-shadow: 0 2px 25px rgb(255 179 182 / 41%); */
    background: #fff;
    border: 1px solid #f5dddf;
}

.slideframe {
    padding: 0;
}

    .slideframe img {
        width: 100%;
        border-radius: 10px;
    }

.categoryImage img {
    width: 100%;
    border-radius: 7px
}

.categoryImage {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 20px;
    display: none;
}

.shopPagination .pagination > li > a, .shopPagination .pagination > li > span {
    color: #fe78a9;
}

.shopPagination .pagination > li.active > a, .shopPagination .pagination > li.active > span {
    color: #747474;
    background: #ebbfec;
    border-color: #ebbfec;
}

.shopPagination > div {
    display: flex;
    justify-content: center;
}

.shopPagination ul {
    margin: 10px 0 0 0;
    padding: 0;
    direction: ltr;
}

p.mapframe {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 40px;
}

    p.mapframe span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: #02a8a869;
        z-index: 923;
        top: 0;
        padding: 130px 0 0 0;
        text-shadow: 0 0 10px #02a8a8;
    }

.boxwin h1, .boxwin h2 {
    margin: 0px 0 5px;
    font-size: 17px;
    padding: 14px 15px 10px;
    color: #313131;
    /* border-bottom: 1px solid #2b6d6c7a; */
    font-weight: bold;
    direction: rtl;
    float: right;
}

.boxwin h2 {
    border-bottom: 1px solid #e6e6e6;
    float: none;
}
.coupen-form button{background:#eee;border:none;color:#fe78a9;padding: 9px 13px;border-top-left-radius: 8px;border-bottom-left-radius: 8px;border-top-right-radius: 0;border-bottom-right-radius: 0;font-size: 10px;}
.coupen-form input{
    box-shadow: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
    border-color: #eeeeee;
    font-size: 11px;
}
.coupen-form > div {
    display: flex;
    align-items: center;
    margin: 0;
}
.coupen-form label{margin:0;margin: 0 0 0 5px;color: #888;font-size: 10px;}
.cart-brief .proplist {
    margin: 0px 0 0 0;
}

.cart-item.danger .proplist i {
    background: #909090;
    border: 1px solid #797979;
}

.cart-brief .proplist i {
    border: 1px solid #7a64ea;
    border-radius: 3px;
    line-height: 1;
    padding: 0 6px;
    font-size: 11px;
    background: #7a64ea;
    color: #fff;
}

.boxwin h1 span, .boxwin h2 span {
    font-size: 12px;
}

.shopTitle {
    border-bottom: 1px solid #dddddd73;
    overflow: hidden;
}

    .shopTitle .sorting {
        float: left;
        margin: 14px 0 0 15px;
    }
.searchbox .searchwrapper:focus{background-color:#fff}
.searchbox .searchwrapper {
    border-radius: 5px;
    /* overflow: hidden; */
    margin: 15px 0 0 0;
    position: relative;
}
.searchbox .searchwrapper input:focus{background-color:#fff;}
    .searchbox .searchwrapper input {
        background: #ffd2d469;
        border: none;
        width: 100%;
        padding: 8px 31px 8px 5px;
        border-radius: 7px;
        outline: none;
    }

    .searchbox .searchwrapper img {
        position: absolute;
        right: 7px;
        top: 7px;
        height: 17px;
    }


.home-title-box::after {
    content: " ";
    width: 100px;
    height: 1px;
    /* background: #9c7bbe; */
    display: block;
    text-align: center;
    margin: 0px auto;
}

.home-subtitle {
    text-align: center;
    margin: 10px 0 50px 0;
}

img.video-items-home {
    box-shadow: rgba(0,0,0,.22) 0 2px 3px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.33);
    border-radius: 0;
}

a:hover {
    text-decoration: none;
}

.more-button {
    cursor: pointer;
    min-height: 47px;
    margin: 0px auto;
    border-radius: 3px;
    background: linear-gradient(30deg,#3b8f9e,#b194d0);
    border-style: none;
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: table;
}

a.more-button span {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 45px;
    margin-top: 12px;
}

section.box-video-plane .container .row {
    /* padding: 15px 60px; */
}

a.more-button:hover {
    text-decoration: none;
}

section.rowItem.box-video-plane {
    background: #f5f5f5;
    padding: 75px 0;
    margin: 20px 0;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}

.rowItem.greyback {
    background: #f5f5f5;
    box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}

section.box-video-plane .container .row .more-button {
    margin-top: 100px;
    padding: 0 40px;
}

.pro-slide-home .listslider .swiper-wrapper .swiper-slide {
    padding: 0 5px 0 5px;
}

.productItem .footer-prd-button {
    right: 0;
    opacity: 1;
}

.productItem .footer-prd-button {
    position: absolute;
    right: -50%;
    top: 240px;
    background-color: #fff;
    transition: .5s;
    z-index: 10;
    opacity: 0;
}

    .productItem .footer-prd-button > a:first-child {
        transition-delay: .2s;
    }

    .productItem .footer-prd-button > a {
        margin: 0;
        padding: 0;
        width: 47px;
        height: 47px;
        text-align: center;
        display: block;
        border-radius: 0;
        background-color: transparent;
        color: #85735c;
        float: left;
        transform: translateX(150%);
        transition: transform .5s;
        transition-delay: .4s;
    }

.productItem a {
    text-decoration: none;
}

.productItem .footer-prd-button > a .p-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    line-height: 47px;
}

.productItem:hover .footer-prd-button > a {
    transform: translateX(0);
}

.productItem:hover .footer-prd-button {
    right: 0;
    opacity: 1;
}

.productItem .footer-prd-button .add-to-cart-text {
    display: none;
}

.h {
    display: block;
    text-align: center;
    font-size: 14px;
}

.box-vdeo .video-items-home .item-vde-box {
    background: #e4e4e4;
}

figure.productItem .prop .prdprice {
    color: #ff0159;
    margin: 0 0 15px 0;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    figure.productItem .prop .prdprice .price.discount {
        color: #888;
        font-size: 12px;
        position: relative;
    }

        figure.productItem .prop .prdprice .price.discount:after {
            content: ' ';
            height: 1px;
            background: #898989;
            left: 0;
            right: 0;
            top: 50%;
            position: absolute;
        }

.mainHead > div > .head-toolbar .loginbox > ul > li {
    list-style: none;
    /* display: inline; */
    margin: 0 10px 0 0;
    position: relative;
}

    .mainHead > div > .head-toolbar .loginbox > ul > li > a {
        padding: 2px 4px;
        color: red;
    }

    .mainHead > div > .head-toolbar .loginbox > ul > li.dropdown.open > a, .mainHead > div > .head-toolbar .loginbox > ul > li.dropdown.open > a:active, .mainHead > div > .head-toolbar .loginbox > ul > li.dropdown.open > a:focus {
        /* background: #54acd6; */
        padding: 2px 6px;
    }

    .mainHead > div > .head-toolbar .loginbox > ul > li .dropdown-menu {
        left: 0;
        right: initial;
    }

.login-menu {
    font-size: 12px;
    border: none;
    padding: 0;
    overflow: hidden;
}

    .login-menu li a {
        padding: 10px 10px;
        /* white-space: nowrap; */
        display: flex;
        justify-content: right;
        align-items: center;
    }

    .login-menu li {
        overflow: hidden;
        border-bottom: 1px solid lightgrey;
    }

        .login-menu li:Hover a {
            background: #e8e8e8 !important;
        }

li.mini-cart:before {
    content: '';
    padding: 0px;
    position: absolute;
    bottom: -4px;
    border-radius: 10px;
    left: -4px;
    background: red;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

li.mini-cart.active:before {
    opacity: 1;
    padding: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.login-menu.auth li.profile a span.glyphicon {
    font-size: 20px;
    border: 1px solid #acacac;
    border-radius: 50%;
    padding: 6px;
    color: #9e9e9e;
    margin: 0px 0 0 10px;
    line-height: 1;
}

.login-menu.auth li.profile a {
    font-size: 9px;
}

    .login-menu.auth li.profile a strong {
        margin: 6px 0 0 0;
        display: block;
        color: #049fe8;
    }

.login-menu li a span.glyphicon {
    font-size: 16px;
    color: #9e9e9e;
    margin: 0px 0 0 10px
}

.login-menu.auth a span {
}

.mainHead > div > .head-toolbar .loginbox ul li a img {
    height: 20px;
}

.mainHead > div > .head-toolbar .loginbox ul li a i {
    color: #2b6d6b;
    font-size: 21px;
}

.mainHead > div > .head-toolbar .loginbox > ul {
    vertical-align: middle;
    margin-top: 22px;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: row-reverse;
}

.mainHead > div > .head-toolbar .loginbox ul li.mini-cart a span {
    color: #fff;
}

.mainHead > div > .head-toolbar .loginbox ul li.mini-cart a span {
    position: absolute;
    bottom: 5px;
    padding: 0 5px;
    height: 15px;
    min-width: 15px;
    text-align: center;
    line-height: 17px;
    color: #075a68;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    font-weight: 600;
    font-size: 10px;
}

/**************** NEW ****************************/
.pageslide {
    z-index: -1;
}

.swiper-slide img {
    width: 100%;
}

.mainHead {
}

    .mainHead > div {
    }

        .mainHead > div > .head-toolbar {
            background: #ffeaeb;
            /* height: 120px; */
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 999;
            /* box-shadow: 0 0 10px #ffb3b6; */
            /* height: 65px; */
        }

    .mainHead .logobox.text-center a {
        float: initial;
        text-align: center;
        display: block;
    }

        .mainHead .logobox.text-center a img {
            float: initial;
        }

    .mainHead .logobox a {
        text-align: left;
        display: block;
        padding: 5px;
        float: right;
        width: 100%;
    }

        .mainHead .logobox a > span {
            float: right;
            color: #fbf6f0;
            margin: 8px 15px 0 0;
        }

        .mainHead .logobox a img {
            height: 80px;
            float: right;
            margin: 12px 0 0 0;
        }

.pageslide {
    position: fixed;
    top: 0;
    width: 100%;
}

main {
    z-index: 999;
}

.mainMenu ul li a {
    cursor: pointer;
}

.mainMenu > ul ul ul a:Hover {
    /* background-color: #e8e8e8; */
    color: #ffffff;
}

.mainBody {
    min-height: 800px;
}

.iconsec img {
    height: 130px;
}

.iconsec {
    padding: 25px 0 0 0;
}
.mainMenu > ul ul li > div > span{display:none;}
.mainMenu > ul ul li > div > a {
    /* display:block; */
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
    margin: 0;
    color: #505050;
    font-weight: bold;
    padding: 0 5px;
    border-radius: 5px;
    display: block;
    padding: 7px 5px;
}
  .mainMenu > ul ul ul li >div> a {
       font-weight: normal;
    }
    .mainMenu > ul ul li >div> a:Hover {
        background: #fe78a9;
    }

.menusec .menubox {
    flex-grow: 1;
    width: 25%;
}

.enamad {
    display: flex;
    padding: 20px 0 0 0;
    justify-content: center;
}

    .enamad img {
        height: 80px;
    }

    .enamad a {
        /* margin: 20px 0 0 0; */
    }

.menusec .menubox h3 {
    color: #fe76aa;
    font-size: 13px;
    margin: 0 0 15px 0;
    font-weight: bold;
}

.logosec img {
    float: left;
    margin: 60px 0 0;
    height: 55px;
}

.menusec .menubox ul {
    padding: 0;
    list-style: none;
}

    .menusec .menubox ul li {
        font-size: 12px;
    }

        .menusec .menubox ul li a {
            display: block;
            padding: 5px 0;
            color: #000000a1;
            font-size: 13px;
        }
.mainMenu > ul > li >div > span{display:none;}
.mainMenu > ul > li >div > a {
    padding: 15px 10px;
    display: block;
    color: #1a1a1a;
    text-decoration: none;
    transition: all .2s ease;
    overflow: hidden;
    position: relative;
    /* float: right; */
}

.mainMenu > ul > li span.glyphicon {
    float: right;
    color: #ffffff45;
    /* position: absolute; */
    /* left: 2px; */
    /* top: 30px; */
    font-size: 9px;
    margin: 14px 0 0 0;
    display: none;
}

.mainMenu > ul ul ul li {
    display: block;
    float: right;
    width: 100%;
    padding: 0px 0;
}

.mainMenu > ul ul li span.glyphicon {
    top: 40%;
    left: 10px;
}

.mainMenu > ul > li {
    list-style: none;
    text-align: center;
}

section#loginForm {
    width: 370px;
    margin: 40px auto;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    border-radius: 7px;
    overflow: hidden;
    border: 1px solid #fe78a933;
    background: #fff;
}

    section#loginForm .pageTitle {
        /* background: #ffeaeb; */
        font-weight: bold !important;
    }

        section#loginForm .pageTitle h1 {
            font-size: 16px;
            /* color: #fff; */
            margin: 0;
            text-align: center;
            font-weight: bold;
        }

.mainMenu > ul > li > ul > li {
    list-style: none;
    padding: 0 0px;
    text-align: right;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.mainMenu > ul ul > li:Hover ul { /* display:block; */
}

.mainMenu > ul > li:Hover > ul {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    filter: alpha(opacity=100);
    opacity: 1;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border: 1px solid #dddddd;
    box-shadow: 0 7px 6px rgba(0,0,0,0.1);
}

.mainMenu > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.mainMenu {
    margin: 7px 0 0;
}

    .mainMenu > ul > li > ul {
        display: flex;
        position: absolute;
        top: 100%;
        background: #f9f9f9;
        padding: 0;
        left: 0%;
        right: 0%;
        padding: 20px 20px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: scale3d(1, 0, 1);
        -moz-transform: scale3d(1, 0, 1);
        -o-transform: scale3d(1, 0, 1);
        -ms-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }



    .mainMenu > ul ul ul {
        /* position:absolute; */
        /* right: 100%; */
        /* top: 0%; */
        display: block;
        text-align: right;
        position: initial;
        list-style: none;
        padding: 0 0px 0 10px;
    }

nav form.searchform {
    border: 1px solid #e3aedd;
    position: relative;
    margin: 10px;
}

    nav form.searchform input {
        border: none;
        width: 100%;
        outline: none;
        padding: 6px;
        font-size: 13px;
    }

    nav form.searchform button {
        position: absolute;
        left: 0;
        top: 2px;
        background: #fff url(/src/img/searchicon.png) center no-repeat;
        border: none;
        border-right: 1px solid #e3aedd;
        height: 87%;
        width: 34px;
    }

.infoicons ul {
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .infoicons ul li {
        display: table-cell;
        text-align: center;
        width: 25%;
        padding: 5px 0 0 0;
    }

        .infoicons ul li span {
            display: block;
            margin: 4px 0 0 0px;
        }

        .infoicons ul li a {
            display: block;
            color: #fff;
            font-size: 12px;
            text-decoration: none;
        }

footer .subFooter {
    background: #f94687;
    padding: 10px;
    position: relative;
}

footer .address {
    color: #fff;
    text-align: right;
}

    footer .address > strong {
        float: right;
        margin: 35px 0 0 15px;
    }

    footer .address > p {
        float: right;
        border-right: 1px solid #fff;
        padding: 0 10px 0 0;
        margin: 1px 0 0 0;
        line-height: 31px;
    }

.logobox {
    text-align: left;
}

footer .topbt {
    position: absolute;
    bottom: 100%;
    text-align: center;
    left: 0;
    right: 0;
}

footer { /* min-height:500px; */ /* background:url(/src/img/footer-bk.jpg); */
}

/*start new css*/
.pull-left {
    /* float: right !important; */
    /* display:  none; */
}
.catlist {
    overflow-x: auto;
    white-space: nowrap;
    padding: 25px 0 20px;
    display: flex;
}
.catlist a:before {
    content: ' ';
    border-left: 1px solid #fe78a9;
    border-top: 1px solid #fe78a9;
    padding: 3px;
    display: inline-block;
    margin: 5px 0px 0px 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.catlist a {
    float: right;
    margin: 0 0 0 10px;
    line-height: 20px;
    color: #848484;
}

.sorting.shopsort {
    /* margin-top: -6px !important; */
    padding-bottom: 5px;
    text-align: right;
    /* padding: 0; */
}

span.sorting__title {
    display: inline;
    font-size: 12px;
}

.sorting ul {
    display: inline;
    padding: 0;
    /* line-height: 62px; */
    /* margin: 0; */
    /* width:  100% !important; */
}

.pagecontent.productspage {
    padding: 0px 0;
    min-height: 500px;
    line-height: 35px;
    /* background: #f7f7f7; */
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
    margin: 0px;
    clear: both;
}

.pageTitle {
    padding: 10px 0;
    /* background: #fbeaec; */
    padding: 0 15px 0px 15px;
}

    .pageTitle h2, .pageTitle h1 {
        color: #fe6fb4;
        padding: 20px 0;
        font-size: 25px;
        text-align: right;
    }

.empBasket {
    text-align: center;
    border: 2px dashed #efefef;
    padding: 60px;
    color: #444;
    border-radius: 30px;
    margin: 20px;
}

    .empBasket h1 {
        color: #d0d0d0;
        float: none;
        font-size: 29px;
    }

.shoptotal {
    border: 1px solid #ddd;
    padding: 0;
}

    .shoptotal > div.total {
        border-bottom: 1px solid #ddd;
    }

    .shoptotal > div {
        padding: 20px;
        overflow: hidden;
    }

        .shoptotal > div:last-child {
            background: #f3fffd;
        }

        .shoptotal > div > span {
            float: right;
            width: 50%;
            color: #888;
            font-weight: bold;
            text-align: center;
            font-size: 18px;
        }

            .shoptotal > div > span:first-child {
                text-align: left;
                display: block;
                color: #9a9a9a;
                font-size: 13px;
            }

        .shoptotal > div:last-child span:first-child {
            color: #599db3;
        }

            .shoptotal > div:last-child span:first-child i {
                color: red;
                float: right;
                font-weight: normal;
                font-style: normal;
            }

        .shoptotal > div:last-child span:last-child {
            color: #1e9db3;
        }

        .shoptotal > div span:last-child i {
            font-size: 12px;
            margin: 0 5px 0 0;
        }

table.shipping td.active {
    background: #fe78a92e !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shoptotal {
    padding: 0;
}

.pageTitle h2 span, .pageTitle h1 span {
    font-size: 13px;
    color: #aba4df;
}

.productlist-wrapper .sidebar {
    background: #f7f7f7;
    min-height: 1000px;
    /* margin: 15px 0 0 0; */
    padding: 0;
}

.sorting li:Hover, .sorting li.active {
    color: #47d3cf;
}

.sorting li {
    display: inline;
    padding: 5px 2px;
    cursor: pointer;
    font-size: 11px;
}

.swiper-container.listslider .swiper-button-next {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2364bfea'%2F%3E%3C%2Fsvg%3E");
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 0;
    background-size: 50%;
}

.swiper-container.listslider .swiper-button-prev {
    right: 0; /* height: 30px; */
    color: red;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2364bfea'%2F%3E%3C%2Fsvg%3E");
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    left: 0;
    background-size: 50%;
}

.swiper-container.listslider .swiper-button-next.swiper-button-disabled {
    display: none !important;
}

.swiper-container.listslider .swiper-button-prev.swiper-button-disabled {
    display: none !important;
}

.lazy-products .row.productlist {
    padding-top: 0;
}

.row.productlist {
    padding: 12px 15px 0 15px;
}

.productItem-wrapper {
    transition: 0.8s;
    width: 25%;
    float: right;
    position: relative;
    padding: 5px;
    /* border: 1px solid #f5f5f5; */
    border-radius: 20px;
}

    .productItem-wrapper:Hover {
        box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
        transition: 0.8s;
    }

figure.productItem {
    overflow: hidden;
    text-align: center;
    transition: 0.8s;
    border-radius: 7px;
}

    figure.productItem div.disc img {
        width: 65px;
        position: absolute;
        right: 0;
        top: 0;
    }

    figure.productItem:Hover {
        /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    }

    figure.productItem .quickview {
        position: absolute;
        /* width: 100%; */
        left: 0;
        right: 0;
        text-align: center;
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

        figure.productItem .quickview button:active {
            background: #89daea;
            color: #247080;
            outline: none;
        }

    figure.productItem:HOVER .quickview {
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    figure.productItem .quickview button {
        padding-top: 20px;
        border-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: #ddd4e9;
        border: none;
        color: #ffffff;
        outline: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.glyphicon-eye-open:before {
}

.productItem a {
    display: block;
}

.productItem img {
    width: 100%;
    /* height: 252px; */
    transition: 0.8s;
    border-radius: 16px;
}

figure.productItem .disc {
    position: absolute;
    right: 0;
    top: 20px;
    height: 100px;
    width: 100px;
}

    figure.productItem .disc span {
        z-index: 99;
        position: absolute;
        display: block;
        margin: 10px 9px 0 0;
        font-size: 12px;
        color: #fff;
        line-height: 35px;
        -webkit-transform: rotate(-28deg);
        -moz-transform: rotate(-28deg);
        -o-transform: rotate(-28deg);
        -ms-transform: rotate(-28deg);
        transform: rotate(-28deg);
    }

        figure.productItem .disc span.percent {
            margin: 58px 12px 0 0;
            white-space: pre;
            -webkit-transform: rotate(30deg);
            -moz-transform: rotate(30deg);
            -o-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
        }

.productItem .promotions {
    position: absolute;
    width: 100%;
    top: 63%;
}

.swiper-slide figure.productItem {
    padding: 5px;
}

.productItem .text {
    clear: both;
    padding: 5px 20px 10px 20px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    color: #ff0159;
    height: 94px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .productItem .text strong {
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
        color: #101010;
        font-size: 9pt;
        margin-bottom: 0;
        margin-top: 0px;
        width: 100%;
    }

a.category-more {
    text-align: center;
    color: #888;
    display: block;
    border-top: 1px solid #eaeaea;
    font-size: 13px;
}

a.category-link {
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #ff0159;
    border-top: 1px solid #d9d9d9;
}

    a.category-link span {
        border-bottom: 1px dashed;
        font-size: 14px;
        color: #000;
    }
.productItem .text .price.outstock{color:#d1d1d1;font-size:12px;margin:15px;}
.productItem .text .price {
    font-size: 15px;
    line-height: 21px;
    position: relative;
}

    .productItem .text .price.discount {
        font-size: 11px;
        color: #888;
    }

        .productItem .text .price.discount:before {
            content: '';
            height: 2px;
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            background: #7c7c7c70;
        }

.productlist-wrapper .sidebar .sidebar-panel > h3 {
    font-size: 14px;
    padding: 17px;
    border-top: 1px solid #ffffff;
    color: #32a989;
    text-align: right;
}

.productlist-wrapper .sidebar .sidebar-content {
    padding: 10px 15px;
}

.sliderval {
    padding: 20px;
    color: #007bff;
    text-align: center;
}

.pagecontent.productview {
    padding: 0px 0;
    min-height: 500px;
    line-height: 35px;
    background: #fff;
    /* box-shadow: 0 0 5px rgba(0,0,0,0.2); */
    margin: 4px 0 0 0;
    clear: both;
}

.social.pull-right {
    position: absolute;
    top: 0;
    z-index: 959;
    padding: 10px;
}

.productThumb img {
    width: 100% !important;
    height: initial;
    /* display: block; */
}

.swiper-container.gallery-thumbs {
    padding: 15px 0 0 0;
}

.pagecontent.prdInfo.product-wrapper {
    margin: 0 0 15px 0;
    padding: 10px 10px 10px 10px;
    border-radius: 16px;
    box-shadow: 0 2px 25px rgb(255 179 182 / 41%);
    background: #fff;
}

.pricebox {
    padding: 0 0 0 0px;
}
.propertiSelect button {
    padding: 10px 18px;
    box-shadow: none;
    /* background: #eee; */
    border: 1px solid #b9b9b9;
    border-radius: 8px;
}

.stock-modal-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #eee; */
    padding: 15px 10px;
    margin: 0 0 15px 0;
    font-size: 11px;
    border-top: 1px solid #e7e7e7;
    /* border-bottom: 1px solid #e7e7e7; */
}

.stock-modal-box .btn {
    background: transparent;
    font-size: 10px;
    border-color: #777777;
    margin: 0 10px 0 0;
    color: #4d4d4d;
    padding: 6px 5px;
}
.digipay-box img {
    width: 59px;
    margin: 0 0 0 5px;
}
.digipay-box p {
    margin: 0;
}
.basket-price-row {
    display: flex;
    justify-content: space-between;
}

.basket-price-row .row-total {
    font-weight: bold;
}

.basket-price-row {
    margin: 10px 0 0 0;
}

a.prdtitle {
    color: #000;
    margin: 0 0 10px 0;
    display: block;
}

.cartTable {
    font-size: 10px;
}

.cartTable .RemoveLink {
    font-size: 9px;
    background: transparent;
    color: red;
}
.digipay-box {
    display: flex;
    align-items: center;
    font-size: 10px;
    padding: 10px 10px 10px;
    background: #0040ff14;
}

.digipay-box .btn {
    background: transparent;
    font-size: 10px;
    border-color: #0040ff;
    margin: 0 10px 0  0;
    color: #0040ff;
    padding: 6px 5px;
}
.single-prd-info .prd-info-header {
    /* background: #f5f6f7; */
    padding: 19px 0px;
    font-size: 19px;
    line-height: 30px;
    font-weight: bold;
    text-align: right;
    margin: 0 0 10px 0;
    color: #3a3a3a;
    border-bottom: 1px solid #cbcbcb;
}

.scoring .stars-icons .glyphicon-star {
    color: #ffbe00;
    font-size: 18px;
    /* float: left; */
    margin: 1px;
}

.stars-icons.pull-right > label {
    color: #888;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0px 0 10px;
}

.scoring {
    padding: 0 0 0px 5px;
    /* border-bottom: 1px solid #e6e6e6; */
    margin-bottom: 10px;
    /* clear: both; */
    overflow: hidden;
}

.stars-icons.pull-right {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.scoring .stars-icons .glyphicon-star-empty {
    color: #c1c1c1;
    font-size: 18px;
    float: left;
    margin: 1px;
}

.catlist a {
    margin: 0 0px 0 5px;
    line-height: 20px;
    color: #848484;
}

.prdbar {
    /* float: right; */
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.brief {
    text-align: justify;
    /* min-height: 240px !important; */
}
.price-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.price-wrapper .form-group{margin: 0 20px 0 0 !important;}
.priceITem form  .form-group div label {
    font-size: 11px;
    margin: 0 0 0 9px;
}

.priceITem form  .form-group div input {
    box-shadow: none;
    width: 50px;
    padding: 4px 0 0 0;
    height: initial;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #afafaf;
    text-align: center;
}

    .priceITem .form-group div input:focus {
        box-shadow: none;
    }

.single-prd-info .price {
    text-align: center;
    margin-bottom: 0px;
    /* font-size: 12px; */
}
.current-quantity{text-align:left;margin: 20px 0  0;}
.current-quantity > span {
    background: #e8ffbd;
    border-radius: 6px;
    padding: 5px 4px;
    font-weight: bold;
    color: #64b93a;
    margin: 0px 0 0px 0;
    text-align: left;
}
    .single-prd-info .price > strong {
        color: #fe78a9;
        font-size: 30px;
        padding: 0 0px 0 0;
    }

    .single-prd-info .price.discount > span {
        color: #5b5b5b;
        font-size: 17px;
        padding: 0;
        position: relative;
    }

        .single-prd-info .price.discount > span:first-child:after {
            position: absolute;
            height: 2px;
            background: #828282c2;
            left: 0;
            right: 0;
            top: 45%;
            content: ' ';
        }

    .single-prd-info .price > span:last-child {
        font-size: 13px;
        padding: 0 0 0 0;
        color: #4b4b4b;
    }

    .single-prd-info .price.discount > span:last-child {
        font-size: 12px;
        padding: 0 0 0 0;
        color: #848484;
    }

.brief ul {
    list-style: none;
    padding: 10px 0;
    line-height: 30px;
}

.brief {
    min-height: 200px;
}

.products-cart-status {
    margin: 9;
    /* background: #ebe9f3; */
    padding: 0;
}

    .products-cart-status input {
        float: right;
        width: 50px;
        text-align: center;
        margin: 0;
        padding: 0 4px;
        height: 39px;
        border-radius: 0;
        border: none;
    }

.single-prd-info .butt-shop {
    border-radius: 3px;
    width: 100%;
    padding: 0;
    border-radius: 8px;
    background: transparent;
    border: none;
}

.single-prd-info .products-cart-status .butt-shop > i {
    display: block;
    float: right;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
    width: 54px;
    background-color: #37b7a7;
    font-size: 25px;
}
#shoppingcartmodal .modal-body .btn {
    width: 49%;
    font-size:12px;
    padding: 10px;
}
#shoppingcartmodal .modal-body .btn-success {
    background-color:#fe78a9;
    border-color:#fe78a9;
}
#shoppingcartmodal hr{display:none;}

.single-prd-info .products-cart-status .butt-shop > .dk-button-label {
    background-color: #fe78a9;
    padding: 14px 0;
    border-color: #fe78a9!important;
    background-color: #fe78a9;
    outline: none;
    border-radius: 10px;
}

.products-cart-status label {
    float: right;
    background: #fff;
    padding: 10px 10px;
    margin: 0 0px 0 0;
}

.products-cart-status input:focus {
    box-shadow: none;
}
.scoring .stars-icons .overload img{height:30px;}
.scoring .stars-icons .overload {
    background: #ffffff1c;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}

.prdProp {
    clear: both;
    /* padding: 0 20px 20px 20px; */
}

    .prdProp > h4 {
        color: #2b6d6c;
        /* background: #f8f1f894; */
        padding: 10px 10px 10px 0;
        margin: 20px 0 0 0;
        border-top: blueviolet;
        text-align: right;
    }

.desc {
    /* height: 240px; */
    overflow: hidden;
    line-height: 30px;
    padding: 15px;
    text-align: justify;
}

.productThumb .carousel-control {
    background-image: none !important;
    opacity: 1;
}

.productTabs > ul {
    background: #f3f3f3;
    margin: 0px 0 0 0;
    border: none;
}

    .productTabs > ul > li > a {
        padding: 10px 30px 15px 30px;
        border: 1px solid #ffffff45;
        border-radius: 0;
        border-top: 1px solid #fff0;
        color: #ffffff;
        background: #02a8a8;
        border-bottom: none;
        margin: 0;
        border-left: none;
    }

    .productTabs > ul > li.active > a {
        border-top: 1px solid #3591a000 !important;
        color: #0068b2;
        background: #fff;
        border-bottom: 1px solid white;
    }

        .productTabs > ul > li.active > a:hover {
            color: #64bfea;
        }

table.propTable .prop {
    padding: 4px 7px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    line-height: 1;
    margin: 0 0 0 7px;
    float: right;
}

    table.propTable .prop .colorlist > span {
        padding: 8px;
        float: right;
        border-radius: 50%;
    }

    table.propTable .prop .colorlist {
        float: right;
        margin: 0 0 0 5px;
    }

.productTabs > ul > li > a:hover {
    background-color: #02a8a8;
    color: #ffffff;
    border-top: 1px solid #d4d4d4 !important;
    border-color: #ffffff59;
    margin: 0;
}

.productTabs > ul > li > a span {
    font-size: 22px;
    /* float: right; */
    margin: 0 0 0 10px;
    position: relative;
    color: #949494;
    top: 6px;
}

.productTabs > ul > li.active > a span {
    color: #31b14a;
}

.tab-content > .tab-pane {
    padding: 0;
}

.productTabs .tab-pane {
    min-height: 210px;
    border: 1px solid #cbcbcb;
    margin-top: -1px;
}

.propWrapper {
    padding: 20px 20px 20px 20px;
}

    .propWrapper > h3 {
        font-size: 14px;
        padding: 10px;
        color: #888;
        text-align: right;
        margin: 0;
    }

    .propWrapper table {
        margin: 0;
        border-spacing: 5px !important;
        border-collapse: initial;
        border: 0;
        text-align: right
    }

        .propWrapper table tr td:first-child {
            background: #e8e8e8;
            font-weight: bold;
            width: 20%;
        }

        .propWrapper table tr td {
            border: none;
            padding: 10px 10px 7px 0;
            line-height: initial;
            font-size: 12px;
        }

.commentform {
    overflow: hidden;
}

div#comment-wrapper {
    overflow: hidden;
    padding: 0px 20px;
}

ul.commentlist {
    padding-top: 20px;
}

.login-form-content {
    padding: 10px 15px;
}

section#loginForm label {
    font-weight: normal;
    font-size: 12px;
    padding: 10px 15px;
}

.btn-grad, .btn-grad:active, .btn-grad:Hover, .btn-grad:active:Hover, .btn-grad:focus {
    padding: 10px;
    color: #fff;
    background: #fe78a9;
    /* background: linear-gradient(180deg, #fdb8ff 0%, #dd84df 100%); */
    border-color: #fe78a9;
}

.form-horizontal .form-group input.form-control, .form-horizontal .form-group textarea.form-control {
    /* border: 1px solid #dadada; */
    background: #ffffff;
    box-shadow: none;
    border-radius: 3px;
    transition: all 5s ease;
}

.taglist {
    padding: 20px;
    text-align: right
}

    .taglist a {
        background: #e2e2e2;
        display: inline-block;
        padding: 0 10px;
        color: #565656;
        border-bottom-left-radius: 10px;
        margin: 5px 5px;
    }

        .taglist a:before {
            content: ' ';
            /* border: 1px solid red; */
            float: right;
            padding: 4px;
            background: #fff;
            border-radius: 50%;
            margin: 13px 0 0 9px;
        }

div#profile h5 {
    text-align: right;
}

.result {
    text-align: center;
}

#dk-slogans {
    border-top: 1px solid #c9d1d7;
    clear: both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 60px;
    /* position: absolute; */
    width: 100%;
}

    #dk-slogans ul {
        width: 100%;
    }

.clearfix {
    clear: both;
    display: block;
}

#dk-slogans li {
    float: right;
    width: 25%;
    padding-right: 7px;
}

#dk-slogans a {
    display: block;
    padding: 17px 0 16px;
}

.icon-payment-terms {
    background: url(../img/icon-payment-terms.png) no-repeat;
    height: 24px;
    width: 20px;
    float: right;
    /* display: inline-block; */
    /* position: relative; */
}

.custom-icons {
    display: inline-block;
    position: relative;
}

.socialicons ul li {
    display: inline;
}

    .socialicons ul li a {
        margin: 0 5px;
    }

.socialicons ul {
    text-align: left;
    padding: 0;
    margin: 0;
}

    .socialicons ul li a img {
        height: 22px;
    }

.menufooter ul li {
    /* display: inline; */
}

.menufooter ul {
    text-align: center;
    list-style: none;
    padding: 0;
}

    .menufooter ul li a {
        color: #767676;
        padding: 7px 30px;
        display: inline-block;
        font-size: 10px;
        text-decoration: none;
    }

.menufooter {
    padding: 20px;
}

.socialicons ul li {
    display: inline;
}

.webdesign {
    text-align: center;
}

    .webdesign a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
    }

        .webdesign a:hover {
            text-decoration: none;
            color: #d6d6d6;
        }

.icon {
    text-align: center;
    padding: 50px 0 0 0;
}

@media only screen and (max-width: 480px) {
	.enamad {
   padding: 20px 0 40px 0;
}

	.menusec .menubox {
    width: initial;
}
	.menusec {
  
flex-wrap: wrap;
  
padding: 20px 35px 0 15px;
}
	table.addresses span.glyphicon{
    font-size: 17px;
    padding: 0;
}
	table.shipping .info strong > span, table.shipping .info span{
    font-size: 11px;
    text-align: justify;
    color: #6b6b6b;
}
	table.shipping span.glyphicon{
    padding: 10px 0px 10px 8px;
    font-size: 17px;
}
	table.shipping .info strong{font-size:12px;}
	table.shipping .price strong{font-size:12px;}
	table.shipping .price{
    padding: 5px;
    font-size: 11px;
}
	.basket-total-price span{font-size:10px;}
	.basket-total-price .pricetag{padding:0;font-size: 20px;margin: 0 10px 0 0;}
	.basket-total-price{flex-grow:1;display: flex;flex-direction: row;align-items: center;padding: 0;justify-content: center;}
	.baskettotal>.btn.btn-basket{
    width: initial;
    padding: 15px 20px !important;
    font-size: 12px;
}
	.baskettotal{position:fixed;bottom:0;background:#fff;left: 0;right: 0;display: flex;flex-direction: row-reverse;padding: 12px 12px;border-top-left-radius: 15px;border-top-right-radius: 15px;z-index: 99;border: none;box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);}
	.single-prd-info .price.discount > span{font-size:14px;}
	.single-prd-info .price > strong{font-size: 25px;}
	.single-prd-info .price > span:last-child{font-size: 10px !important;}
	.single-prd-info .products-cart-status .butt-shop > .dk-button-label{
    padding: 15px 20px;
    font-size: 12px;
}
	.price-wrapper{flex-grow:1;text-align:center;padding: 0;}
	.price-wrapper>.price{
    flex-grow: 1;
    text-align: left;
    margin: 3px 0 0 0;
}
		.price-wrapper>.form-group{display:none;}
	.priceITem>form{display:flex;flex-direction:row-reverse}
	.priceITem {
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    padding: 12px 12px;
    z-index: 99;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
	.current-quantity{position:absolute;margin: -18px 0 0 0;font-size: 10px;padding: 2px 1px;}
	.orderStat > div strong{font-size: 10px;}
	 .orderStat > div span.number{padding: 7px;margin: 6px 0 0 0;}
	.orderStat{
    margin: -50px 0 0 0;
}
	.basket-pricelist{
    padding-top: 10px;
}
    .catlist{
    padding: 25px 0 20px;
}
    .searchbox .searchwrapper{
    margin: 15px 0 0 0;
}
       .mobile-menu ul li >div >span.active{background: #fe78a9;color:#fff}
     .mobile-menu ul li >div >span:before{
           -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
     }
       .mobile-menu ul li >div >span.active:before{
    transform: rotate(180deg);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
    .mobile-menu ul li >div >span{
    padding: 0 15px;
    background: #eee;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #888;
    border-top: 1px solid #d9d9d9;
}
    figure.productItem .disc {
        width: initial;
        height: initial;
    }

        figure.productItem .disc span.percent {
            margin: 37px 13px 0 0;
            font-size: 10px;
        }

        figure.productItem .disc span {
            margin: 4px 8px;
            font-size: 10px;
        }

    figure.productItem div.disc img {
        width: 50px;
    }

    ul.order-state {
        font-size: 10px;
    }

    td.order-column {
        display: flex;
        flex-direction: column;
    }

    td.order-column {
        display: flex;
    }

    .mainHead > div > .head-toolbar { /* height: 100px; */
    }

    body {
        padding-top: 75px;
    }

    section#loginForm {
        width: 370px;
    }

    .cart-brief {
        padding: 0 10px;
    }

    .thumb-img {
        padding: 10px 0px;
    }

    dic.cart-info {
        flex-direction: column;
    }

    .productTabs > ul > li > a {
        padding: 0;
        padding: 8px 6px 6px 5px;
        font-size: 12px;
    }

    .product-logo ul li {
        text-align: center;
    }

        .product-logo ul li img {
            height: 40px;
        }

        .product-logo ul li span {
            display: block;
            display: none;
        }

    .relatedProperties {
        height: initial;
    }

    .swiper-container.gallery-top {
        margin: 5px
    }

    .pagecontent.prdInfo.product-wrapper {
        margin-top: 15px;
    }

    .brief ul {
        margin-bottom: 0;
    }

    .brief {
        height: initial;
        min-height: initial;
    }

    .contact-wrapper {
        width: 100%
    }

    .logosec img {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .subcats ul li a {
        margin: 0 0 10px 10px
    }

    .brdcrumb.subcats {
        clear: both;
        padding: 0;
    }

    .sorting.shopsort {
        display: none;
    }

    .boxwin h1 {
        width: 100%;
        clear: both;
    }

    .mainHead > div > .head-toolbar .loginbox > ul {
        margin-top: 17px;
    }

    .mainHead > div > .head-toolbar .loginbox ul li a img {
        height: 24px;
    }

    .mainHead .logobox a {
        text-align: center;
        padding: 0px 0 0px 0;
        float: left;
        width: initial;
    }

    .productItem-wrapper {
        width: 50%;
    }

    nav .mainMenu {
        display: none;
    }

    .mainHead .logobox a img {
        /* width: 73%; */
        max-width: initial !important;
        margin: 6px 0 0 10px;
        max-height: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .catlist{
    padding: 5px 0 0px;
}
    .searchbox .searchwrapper{
    margin: 10px 0 5px 0;
}
    body {
        padding-top: 110px;
    }

    section#loginForm {
        width: initial;
    }

    .pagecontent.prdInfo.product-wrapper,.shop-wrapper {
        margin-top: 15px;
    }

    .brief {
        height: initial;
        min-height: initial;
    }

        .brief ul {
            margin-bottom: 0;
        }

    nav .mainMenu {
        display: none;
    }

    .mainHead .logobox a img {
        max-width: 35%;
        float: initial;
        height: initial;
        /* display: none; */
    }
}

@media (min-width: 959px) {
    body {
        padding-top: 100px;
    }

    nav.hide-xl {
        display: none;
    }
}

@media (min-width: 700px) and (max-width: 958px) {
    body {
        padding-top: 75px;
    }

    section#loginForm {
        width: 350px;
    }

    nav .mainMenu {
        display: none;
    }
}

footer {
    background: #ffdfe4;
    margin-top: 15px;
    /* border-top: 3px solid #d9f3ff; */
    padding: 50px 0 0px 0;
}