.clearFloat {
    display: table;
    clear  : both;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    pointer-events: auto !important;
}

.home-product-box .swiper-button-next::after,
.home-product-box .swiper-container-rtl .swiper-button-prev::after {
    content          : "";
    font-size        : 15px;
    -webkit-transform: scaleY(2);
    -ms-transform    : scaleY(2);
    transform        : scaleY(2);
}

.home-product-box .swiper-button-prev:after,
.home-product-box .swiper-container-rtl .swiper-button-next:after {
    content          : "";
    font-size        : 15px;
    -webkit-transform: scaleY(2);
    -ms-transform    : scaleY(2);
    transform        : scaleY(2);
}

.home-product-box .swiper-button-next {
    position           : absolute;
    background         : url(../images/next-btn.png);
    background-position: 50%;
    background-repeat  : no-repeat;
    background-color   : rgba(178, 32, 114, .5);
    margin-top         : 0;
    height             : 120px;
    width              : 32px;
    top                : 30%;
}

.home-product-box .swiper-button-prev {
    background         : url(../images/next-btn.png);
    background-position: 50%;
    background-repeat  : no-repeat;
    -webkit-transform  : rotate(180deg);
    -ms-transform      : rotate(180deg);
    transform          : rotate(180deg);
    background-color   : rgba(178, 32, 114, .5);
    margin-top         : 0;
    height             : 120px;
    width              : 32px;
    top                : 30%;
}

.home-product-box .swiper-button-prev.swiper-button-disabled,
.home-product-box .swiper-button-next.swiper-button-disabled {
    background-color: rgba(200, 200, 200, .6);
}

#flash-deals-div.home-product-panel,
#low-price-div.home-product-panel,
#also-like-div.home-product-panel {
    display: none;
}

.home-product-panel {
    background: #f2f2f2;
}

.home-product-panel:after {
    display: block;
    content: "";
    clear  : both;
}

.home-product-box-right {
    float : right;
    width : 100%;
    height: 100%;
}

.home-product-box-right .swiper-container {
    height : 100%;
    padding: 18px 0;
    display: block;
}

.also-like-box .home-product-box-right {
    min-height: 78vw;
    max-height: 500px;
}

.home-product-title .title-content {
    float        : left;
    width        : 100%;
    text-align   : left;
    padding      : 15px 10px 5px;
    font-size    : 1.8em;
    color        : #B22072;
    border-bottom: 1px solid #dcdcdc;
}

.home-product-title .title-content a {
    font-size  : 0.8em;
    line-height: 1.4em;
    color      : #454545;
    float      : right;
}

.home-product-box-right .swiper-container .swiper-slide a {
    display : inline-block;
    position: relative;
}

.best-seller-box .home-product-box-right .swiper-container .swiper-slide a>img {
    border    : 1px solid #dcdcdc;
    /*height  :29.5vw;
    max-height:189px;*/
}

.home-product-box-right .swiper-container .swiper-slide a>img {
    width : 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
}

.best-seller-box .home-product-box-right .swiper-container .swiper-slide a {
    width         : 49%;
    height        : auto;
    padding       : 8px;
    margin-bottom : 10px;
    background    : #fff;
    position      : relative;
    vertical-align: top;
}

.home-product-box .swiper-container .swiper-button-prev,
.home-product-box .swiper-container .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.home-product-box.best-seller-box .swiper-button-next,
.home-product-box.best-seller-box .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.home-product-box-right .swiper-container .swiper-slide a .product-info>.price-old {
    color          : #aaa;
    text-decoration: line-through;
    margin-right   : 5px;
}

.home-product-box-right .swiper-container .swiper-slide a .product-info>.price-new {
    color         : #f50000;
    /* white-space: nowrap; */
}

.home-product-box-right .swiper-container .swiper-slide a .product-info {
    text-align: left;
}

.home-product-box-right .swiper-container .swiper-slide a .product-info span {
    display: inline-block;
}

.best-seller-box .home-product-box-right .swiper-container .swiper-slide a.best-seller-more {
    vertical-align: top;
    background    : transparent;
}

.best-seller-more>span {
    display      : block;
    text-align   : center;
    color        : #7db531;
    border-bottom: 3px solid #7db531;
}

.mask {
    background    : #000;
    position      : fixed;
    top           : 0;
    width         : 100%;
    z-index       : 999;
    filter        : alpha(opacity=70);
    -moz-opacity  : 0.7;
    -kHTML-opacity: 0.7;
    opacity       : 0.7;
    left          : 0;
    height        : 100%;
    right         : 0;
    bottom        : 0;
    display       : none;
    text-align    : center;
}

.master-wrapper-page {
    max-width : 640px;
    margin    : 0 auto;
    transition: all 0.5s ease-in-out;
}

.left-page {
    background: #fff;
    width     : 80vw;
    position  : fixed;
    left      : -81vw;
    transition: all 0.5s ease-in-out;
}

.left-page .left-page-title {
    background     : #B22072;
    color          : #fff;
    padding        : 1.2rem;
    font-size      : 1.2rem;
    display        : flex;
    justify-content: space-between;
}

.left-page .left-page-list {
    border-right: 2px solid #B22072;
}

.left-page .left-page-list>li {
    border-bottom: 1px solid #ccc;
    position     : relative;
}

.left-page .left-page-list>li a {
    padding: 1rem 0.5rem;
    display: inline-block;
    width  : 100%;
}

.left-page .left-page-list li ins {
    background     : url(../images/icon.png) no-repeat -214px -190px;
    background-size: 400px;
    display        : block;
    width          : 14px;
    height         : 14px;
    position       : absolute;
    right          : 10px;
    top            : 18px;
}

.top-nav,
.top-nav-left,
.top-nav-right,
.product-grid .buttons {
    display        : flex;
    display        : -webkit-flex;
    justify-content: space-between;
    align-items    : center;
}

.header {
    background: #fff;
}

.header .top-nav a {
    display          : block;
    float            : left;
    height           : 45px;
    width            : 40px;
    background-image : url(../images/icon.png);
    background-repeat: no-repeat;
    background-size  : 400px;
    position         : relative;
}

.header .head_logo {
    display        : block;
    height         : 45px;
    width          : 140px;
    justify-content: flex-start;
    margin-left    : 4px;
}

.header .head_logo a {
    display           : block;
    height            : 100%;
    width             : 100%;
    background        : url(../images/logo.jpg) no-repeat center;
    /* background     : url(../images/logo-8s.gif) no-repeat center; */
    background-size   : 100%;
}

.header .head_logo.custom-logo a {
    height: 30px;
}

.header .head_logo.custom-logo p.custom-logo-text {
    font-size : 0.6em;
    font-style: italic;
    text-align: left;
}

.top-nav-right a {
    margin: 0 5px;
}

.top-nav .head_menu {
    background-position: 0px 2px;
}

.top-nav .icon_search {
    background-position: -62px 2px;
}

.top-nav .icon_user {
    background-position: -106px 0px;
}

.header .top-nav a.icon_wishlist {
    background: url(../images/icon_wishlist.png) no-repeat center;
}

.header .top-nav a.icon_contact {
    background: url(../images/icon_contact.png) no-repeat center;
}

.top-nav .icon_cart {
    background-position: -342px 0px;
}

.mask {
    background: rgba(0, 0, 0, .3);
    position  : fixed;
    top       : 0;
    right     : 0;
    left      : 0;
    bottom    : 0;
    z-index   : 10;
}

.full-page {
    background: #fff;
    position  : fixed;
    top       : 0;
    right     : 0;
    left      : 0;
    bottom    : 0;
    z-index   : 15;
    display   : none;
}

.home-page #nivoSlider.swiper-container {
    max-height: 100vw;
}

.promotion-panel {
    overflow: hidden;
}

.promotion-panel .swiper-container {
    display   : block;
    width     : 86%;
    min-height: 61vw;
    overflow  : visible;
}

.promotion-panel .swiper-container .swiper-wrapper {
    max-height: 61vw;
}

.promotion-panel .swiper-slide img {
    border-radius: 50%;
    max-width    : 92px;
}

.promotion-panel .swiper-container .swiper-slide {
    overflow     : hidden;
    text-overflow: ellipsis;
}

.promotion-panel .swiper-container .swiper-slide span {
    white-space: nowrap;
    display    : block;
}

.scrollTop {
    display      : block;
    bottom       : 45px;
    cursor       : pointer;
    height       : 36px;
    line-height  : 23px;
    position     : fixed;
    width        : 36px;
    z-index      : 100;
    right        : 20px;
    border       : 2px solid #B22072;
    border-radius: 50%;
    color        : #B22072;
    text-align   : center;
    font-weight  : bold;
    font-size    : 22px;
    background   : #fff;
}

.turnTable-Fixed {
    display    : block;
    bottom     : 90px;
    cursor     : pointer;
    height     : 36px;
    position   : fixed;
    width      : 36px;
    z-index    : 100;
    left       : 20px;
    text-align : center;
    font-weight: bold;
    font-size  : 22px;
    background : #fff;
}

.turnTable-Fixed>img {
    width: 100%;
}


.bs-button {
    display      : inline-block;
    min-width    : 120px;
    background   : #000000;
    border       : none;
    padding      : 10px 25px;
    text-align   : center;
    line-height  : 20px;
    font-size    : 15px;
    color        : #fff;
    border-radius: 4px;
}

.gift-success {
    position     : fixed;
    top          : 20%;
    width        : 90vw;
    left         : 0;
    right        : 0;
    margin       : 0 auto;
    background   : #fff;
    z-index      : 999;
    border       : 2px solid #ccc;
    padding      : 30px 10px;
    border-radius: 5px;
    white-space  : nowrap;
    display      : flex;
}

.check-vip-level {
    visibility: hidden;
}

.home-page.page .page-title {
    text-align   : center;
    margin-bottom: 20px;
    padding      : 0px 10px;
    border-bottom: 2px solid #ddd;
    position     : relative;
}

.home-page.page .page-title>h1 {
    font-size    : 18px;
    display      : inline-block;
    position     : relative;
    top          : 2px;
    padding      : 0 10px 5px;
    border-bottom: 2px solid #ff6d6d;
}

.home-page.page .page-title>a {
    color   : #914ba8;
    position: absolute;
    bottom  : 0;
    right   : 5px;
}

.home-page.page .product-grid.inherit .item-box .product-title {
    height: inherit;
}

.home-page .product-grid .item-grid {
    margin         : 0 1%;
    display        : flex;
    display        : -webkit-flex;
    justify-content: space-between;
}

.home-page .product-grid .item-grid:after {
    display: none;
}

.home-page .product-grid .item-grid .item-box {
    margin: 0;
}

.home-page .product-grid .item-grid .item-box .details {
    text-align: center;
}

.product-grid .item-box .product-title {
    font-size: 14px;
}

.product-grid.product-grid-cate {
    margin-bottom: 20px;

}

.product-grid-cate .item-grid .item-cate-box {
    /* width        : 200px; */
    /* margin-bottom: 30px; */
    position           : relative;
    /* float           : left; */
    /* text-align      : left; */
    /* margin-left     : 20px; */
    /* overflow        : hidden; */
    width              : 99%;
    /* margin          : 0 0.5%; */
    display            : inline-block;
}

.item-cate-box .picture {
    z-index            : 1;
    overflow           : hidden;
    background-color   : #fff;
    /* margin          : 0 0 20px; */

    display        : flex;
    align-items    : center;
    justify-content: center;
}

.product-grid-cate .item-grid .item-cate-box .product-item .picture img {
    /* position         : absolute;
    top              : 0;
    right            : 0;
    bottom           : 0;
    left             : 0;
    width            : 350px;
    max-width        : 100%;
    max-height       : inherit;
    transition       : all 0.3s ease;
    -webkit-transform: translateZ(0) scale(1.0, 1.0); */
    max-width : 100% !important;
    max-height: 100% !important;
    border    : 1px solid #dcdcdc;

}

.model-wrapper {
    position       : fixed;
    top            : 0;
    bottom         : 0;
    left           : 0;
    right          : 0;
    z-index        : 99999;
    background     : rgba(0, 0, 0, .4);
    display        : none;
    align-items    : center;
    justify-content: center;
}

.footer-category-list {
    display        : flex;
    display        : -webkit-flex;
    justify-content: space-between;
    padding        : 0 10px;
    margin-bottom  : 10px;
}

.register-modal {
    overflow       : hidden;
    background-size: cover;
    padding-bottom : 20px;
}

.register-modal>form {
    width     : 80%;
    margin    : 0 auto;
    text-align: center;
}

.register-modal .field-validation-valid {
    color: #E60044;
}

.register-modal .buttons {
    margin    : 0;
    text-align: center;
}

.register-modal .turn-table-panel {
    text-align: center;
    height    : 200px;
}

.register-first-modal {
    padding   : 0 10px 40px;
    text-align: center;
}

.register-first-modal>h1 {
    font-size: 18px;
}

.register-first-modal .offer-list,
.register-modal .offer-list {
    display        : flex;
    justify-content: space-around;
    background     : #fff5ef;
    padding        : 10px;
    margin         : 20px 0;
    align-items    : center;
}

.reg-form-1 {
    margin: 30px 0 0;
}

.reg-form-1>div>label {
    color: #666;
}

.reg-form-1>div>input:not(input[type="checkbox"]) {
    width : 100%;
    margin: 5px 0 20px;
}

.reg-form-1 .email,
.reg-form-1 .password {
    text-align: left;
    position  : relative;
}

.register-first-modal .bs-button {
    width : 100%;
    margin: 0 0 20px 0;
}

.reg-form-1 .password i {
    background: url(/Themes/Starter/Content/images/reg_icon_pwd_h.png) no-repeat;
    position  : absolute;
    display   : block;
    width     : 16px;
    height    : 8px;
    right     : 10px;
    top       : 40px;
    cursor    : pointer;
}

.go_back {
    position: absolute;
    left    : 20px;
    top     : -25px;
    z-index : 100;
}

.register-first-modal .login_remember {
    display        : flex;
    justify-content: space-between;
    margin-bottom  : 20px;
}

.register-modal .offer-desc {
    font-size: 14px;
    color    : #ff6a00;
}

.register-later-panel {
    display   : none;
    width     : 100%;
    max-width : 640px;
    color     : #fff;
    background: rgba(0, 0, 0, .68);
    z-index   : 998;
    position  : fixed;
    top       : unset;
    bottom    : 0;
    cursor    : pointer;
    padding   : 5px 10px;
}

.error_message {
    color        : red;
    text-align   : left;
    margin-top   : -15px;
    margin-bottom: 10px;
}

#nivoSlider.swiper-container {
    aspect-ratio: 1 / 1;
}

.home-coupon-list {
    display   : flex;
    margin    : 10px 0;
    flex-wrap : wrap;
    min-height: 18.1vw;
    max-height: 116px;
}

.home-coupon-list .summer-swiper-panel {
    width     : 100%;
    min-height: 14.7vw;
    max-height: 14.7vw;
}

.home-coupon-list .summer-swiper-panel .swiper-container {
    max-height: 14.7vw;
}

.home-coupon-list .summer-swiper-panel .swiper-slide {
    font-size: 0;
}

.coupon-more {
    width     : 100%;
    background: #000;
    font-size : 14px;
    padding   : 3px;
    color     : #fff;
    text-align: center;
}

.home-coupon-list .swiper-container .swiper-button-prev,
.home-coupon-list .swiper-container .swiper-button-next {
    color     : #fff;
    background: rgba(200, 200, 200, 0.6);
    padding   : 5px 10px;
    width     : 25px;
    height    : 100%;
    top       : 20px;
}

.home-coupon-list .swiper-container .swiper-button-prev {
    left: 0;
}

.home-coupon-list .swiper-container .swiper-button-next {
    right: 0;
}

.home-coupon-list .swiper-button-prev:after,
.home-coupon-list .swiper-button-next:after {
    font-size: 20px;
}


.best-seller-more>span {
    height     : 190px;
    line-height: 180px;
    font-size  : 16px;
}

.header .top-nav .top-nav-right a {
    height: 45px;
    width : 40px;
    margin: 0;
}

.price-wrapper {
    display: block;
}

.price-wrapper .price-new {
    color      : #e60044;
    white-space: nowrap;
    font-size  : 12px;
}

.success-message {
    position     : fixed;
    top          : 20px;
    left         : 50%;
    transform    : translateX(-50%);
    background   : #2ecc71;
    color        : white;
    padding      : 12px 24px;
    border-radius: 6px;
    box-shadow   : 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index      : -1;
    opacity      : 0;
    transition   : opacity 0.3s ease;
}

.ui-widget.ui-widget-content {
    height    : 100% !important;
    background: transparent;
    border    : 0;
    box-shadow: none;
}

.additional_description_modal {
    text-align: center;
    position  : fixed;
    bottom    : 0;
    width     : 100%;
    display   : none;
}

.dropdown-clear-all {
    display: block !important;
}

.item-box .product-title {
    color: #333;
}

.item-box .details {
    padding: 0;
}

.swiper-container {
    width     : 100%;
    margin    : 0 auto;
    /* display: none; */

}

.swiper-container img {
    width : 100%;
    height: 100%;
}

.swiper-button-next {
    right: 20px;
    left : auto;
}

.swiper-button-prev {
    left : 20px;
    right: auto;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    color: #ff9039;
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: #ff9039;
}

.product-detail-select-list {
    border-bottom     : 1px solid #dcdcdc;
    background        : #F4F4F4;
    display           : flex;
    align-items       : center;
    justify-content   : center;
    height            : 40px;
    /* display        : none; */
}

.product-detail-select-list>a {
    width: 50%;
}

.product-detail-select-list>a>span {
    background   : #fff;
    padding      : 5px 20px;
    border-radius: 5px;
    position     : relative;
}

.product-detail-select-list>a>span>i {
    width              : 25px;
    display            : inline-block;
    height             : 15px;
    background-image   : url(../images/toggle-black.png);
    background-position: -13px 15px;
}

* {
    margin         : 0;
    outline        : none;
    padding        : 0;
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

html {
    margin                  : 0;
    -webkit-text-size-adjust: none;
}

ol,
ul {
    list-style  : none;
    padding-left: 0;
}

a img {
    border: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    border-radius: 0;
    outline      : aliceblue !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
    display: none !important;
}

label {
    margin-bottom: 0;
}

p {
    margin: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin: 0;
}

.clearFloat {
    content: "";
    display: block;
    clear  : both;
}

.mr5 {
    margin-right: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.db-red {
    color: #E60044 !important;
}

.bs-button {
    display      : inline-block;
    min-width    : 140px;
    background   : #000000;
    border       : none;
    padding      : 10px 25px;
    text-align   : center;
    line-height  : 20px;
    font-size    : 15px;
    color        : #fff;
    border-radius: 4px;
}

.view-more-btn {
    font-size    : 16px;
    padding      : 0 10px;
    margin-left  : 5px;
    color        : #fff;
    background   : #B22072;
    border-radius: 25px !important;
}

body {
    max-width       : 100%;
    overflow-x      : hidden;
    background-color: #fff;
    font            : normal 14px Arial, Helvetica, sans-serif;
    color           : #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

a {
    color : inherit;
    cursor: pointer;
}

a img {
    opacity: 0.99;
    /*firefox scale bug fix*/
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    height        : 36px;
    /*safari padding fix*/
    border        : 1px solid #ddd;
    padding       : 8px;
    vertical-align: middle;
}

input,
textarea,
select,
button {
    font-size  : 14px;
    font-family: Arial, Helvetica, sans-serif;
    color      : #777;
}

select {
    min-width: 50px;
    height   : 32px;
    /*safari padding fix*/
    padding  : 6px;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]+*,
input[type="radio"]+* {
    vertical-align: middle;
}

input[type="button"],
input[type="submit"],
button,
.button-1,
.button-2 {
    cursor       : pointer;
    border-radius: 4px;
}

label,
label+* {
    vertical-align: middle;
}

input[type="checkbox"] {
    width         : 18px;
    height        : 18px;
    display       : inline-block;
    text-align    : center;
    vertical-align: middle;
    line-height   : 18px;
    position      : relative;
    font-family   : Arial, Helvetica, sans-serif;
}

.master-wrapper-content {
    position: relative;
    z-index : 0;
    width   : 96%;
    margin  : 0 auto;
}

.master-column-wrapper {
    position: relative;
    z-index : 0;
}

.master-column-wrapper:after {
    content: "";
    display: block;
    clear  : both;
}

.page.home-page {
    margin: 0 -2%;
}

.side-2 {
    display: none;
}

.page {
    min-height: 200px;
    text-align: center;
}

.page-title {
    min-height   : 30px;
    line-height  : 30px;
    border-bottom: 1px solid #ddd;
    padding      : 6px 10px;
}

.page-title h1 {
    font-size  : 16px;
    font-weight: bold;
}

.page:after,
.page-title:after,
.page-body:after {
    content: "";
    display: block;
    clear  : both;
}

.buttons {
    margin: 0 0 30px;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display   : block;
    text-align: center;
    font-size : 13px;
    color     : #e4434b;
    margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
    display   : block;
    text-align: center;
    font-size : 13px;
    color     : #4cb17c;
}

.bar-notification-container {
    position   : fixed;
    top        : 45px;
    left       : 0;
    z-index    : 1000;
    width      : 100%;
    line-height: 16px;
    color      : #fff;
    opacity    : 0.95;
}

.ajax-loading-block-window {
    position  : fixed;
    top       : 50%;
    left      : 50%;
    z-index   : 999;
    width     : 32px;
    height    : 32px;
    margin    : -16px 0 0 -16px;
    background: url('../images/loading.gif') center no-repeat;
}

.please-wait {
    background  : url('../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size   : 14px;
}

.header {
    position  : relative;
    z-index   : 11;
    width     : 100%;
    max-width : 640px;
    margin    : auto;
    text-align: center;
}

.search-box {
    height       : 40px;
    width        : 100%;
    max-width    : 640px;
    transition   : all 0.5s ease-in-out;
    margin-bottom: 5px;
    position     : relative;
    display      : flex;
    align-items  : center;
}

.header .top-nav a.toggle_search {
    display: none;
}

.search-box form {
    width   : 100%;
    position: relative;
    height  : 40px;
    padding : 0 5px;
}

.search-box form:after {
    content: "";
    display: block;
    clear  : both;
}

.search-box input.search-box-text {
    width        : 100%;
    height       : 40px;
    border-radius: 5px;
}

.search-box .search-box-button {
    position                  : absolute;
    top                       : 0px;
    right                     : 5px;
    height                    : 40px;
    width                     : auto;
    min-width                 : 80px;
    border                    : none;
    background-color          : #B22072;
    border-radius             : 0;
    padding                   : 0 15px;
    color                     : #fff;
    font-weight               : bold;
    border-top-right-radius   : 5px;
    border-bottom-right-radius: 5px;
}

.search_controller {
    display   : none;
    width     : 12px;
    height    : 18px;
    transform : rotate(180deg);
    background: url(../images/pointer.png) no-repeat;
}

.header .ui-widget.ui-widget-content {
    width     : 100%;
    height    : 100vh !important;
    background: #fff;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-autocomplete {
    border          : 1px solid #ddd;
    border-top      : none;
    overflow        : hidden;
    background-color: #fff;
    text-align      : left;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius   : 0;
    padding         : 0;
    font            : normal 14px Arial, Helvetica, sans-serif;
}

.search-box .ui-autocomplete {
    padding      : 10px;
    border-radius: 0;
}

#render-homepage-footer {
    margin: 0 2.5%;
}

#render-homepage-footer .footer {
    min-height: 640px;
    max-height: 640px;
}

.footer {
    text-align: center;
    margin-top: 20px;
}

.footer a img {
    opacity: 1;
}

.footer-upper {
    width     : 100%;
    margin    : auto;
    overflow  : hidden;
    padding   : 20px 0;
    font-size : 0;
    color     : #fff;
    background: #454545;
}

.footer-center {
    margin        : 20px 10px 0;
    border-bottom : 1px solid #dcdcdc;
    padding-bottom: 15px;
}

.footer-center a {
    color          : #1e90ff;
    text-decoration: underline;
    font-size      : 18px;
}

.footer-block {
    width     : 95%;
    margin    : 1px auto;
    text-align: left;
    font-size : 14px;
    /*reset zeroing*/
}

.follow-us {
    text-align: center;
}

.follow-us .social ul {
    font-size: 0;
    margin   : 0;
}

.follow-us .social li {
    display: inline-block;
    margin : 0 5px;
}

.follow-us .social a {
    display      : block;
    width        : 40px;
    height       : 40px;
    /* background: url('../images/social-sprite.png') no-repeat; */
    font-size    : 0;
}

.follow-us .social .facebook a {
    background: url(../images/footer/facebook.png) no-repeat;
}

.follow-us .social {
    margin-bottom: 20px;
}

.newsletter-email {
    width        : 95%;
    display      : inline-block;
    overflow     : hidden;
    /* position  : relative; */
    background   : #fff;
    border-radius: 25px;
    padding-right: 5px;
    line-height  : 45px;
    text-align   : right;
}

.newsletter-email input[type="email"] {
    float        : left;
    width        : 80%;
    border-radius: 4px;
    height       : 46px;
    margin       : 0 -1px 0 0;
    border       : 0;
    padding      : 0 20px;
}

.newsletter-subscribe-button {
    background     : url(../images/icon_email.png) no-repeat;
    background-size: cover;
    height         : 35px;
    width          : 35px;
    border         : none;
}

.whatsapp-subscribe-button {
    background     : url(../images/WhatsAppLogo.png) no-repeat;
    background-size: cover;
    height         : 35px;
    width          : 35px;
    border         : none;
}

.newsletter-validation,
.newsletter-result {
    width      : 100%;
    overflow   : hidden;
    line-height: 28px;
}

.whatsapp-wrap {
    margin-top: 15px;
}

.newsletter-result {
    display      : none;
    width        : fit-content;
    color        : #db7c22;
    border       : 1px solid #ffbb76;
    margin-bottom: 10px;
    border-radius: 3px;
    background   : #fffdf7;
    padding      : 0 20px;
    margin-left  : 10px;
}

.whatsapp-wrap .countryCodeBox {
    width  : 40%;
    display: inline-block;
}

.whatsapp-wrap .countryCodeBox select {
    border       : 0;
    width        : 100%;
    border-radius: 25px;
    background   : transparent;
}

.whatsapp-wrap .countryCodeBox .dropdown-display {
    border                   : 0;
    border-radius            : 0px;
    border-top-left-radius   : 25px;
    border-bottom-left-radius: 25px;
    text-align               : left;
    border-right             : 1px solid #aaa;
}

.whatsapp-wrap .countryCodeBox .dropdown-main {
    width     : 76vw;
    text-align: left;
}

.whatsapp-wrap .countryCodeBox .dropdown-clear-all {
    display: none !important;
}

.whatsapp-wrap .country-code-input {
    border     : 0;
    width      : 100%;
    flex       : 1;
    border-left: 1px solid #dcdcdc;
}

.footer .footer-upper {
    overflow: visible;
}

.whatsapp-wrap .newsletter-email {
    overflow   : visible;
    display    : inline-flex;
    height     : 49px;
    align-items: center;
}

.footer-lower {
    width    : 95%;
    margin   : auto;
    overflow : hidden;
    padding  : 15px 0;
    font-size: 12px;
}

.foot_site ul {
    float: left;
    width: 100%;
}

.foot_site li {
    width        : 50%;
    float        : left;
    text-align   : left;
    margin-bottom: 10px;
    font-size    : 14px;
}

.footer-powered-by {
    margin: 10px 0 0;
}

.footer-powered-by a {
    font-weight: bold;
    color      : #ff9039;
}

.item-grid:after {
    content: "";
    display: block;
    clear  : both;
}

.item-box {
    position  : relative;
    width     : 48%;
    float     : left;
    margin    : 0 1% 10px;
    text-align: left;
    border    : 1px solid #dcdcdc;
}

.home-page .item-box {
    width : 48%;
    height: inherit;
    border: 0;
}

.item-box .picture {
    z-index         : 1;
    overflow        : hidden;
    background-color: #fff;
    margin          : 0 0 5px;
}

.home-page .item-box .picture {
    border: 1px solid #dcdcdc;
}

.item-box .picture a {
    display : block;
    position: relative;
}

.item-box .picture a:before {
    content    : "";
    display    : block;
    padding-top: 100%;
}

.item-box .picture a img {
    position          : absolute;
    top               : 0;
    right             : 0;
    bottom            : 0;
    left              : 0;
    max-width         : 100%;
    max-height        : 100%;
    margin            : auto;
    -webkit-transition: all 0.3s ease;
    transition        : all 0.3s ease;
    transform         : translateZ(0) scale(1.0, 1.0);
}

.item-box .details {
    padding: 0 10px 5px;
}

.item-box .product-title {
    overflow          : hidden;
    line-height       : 1.2;
    font-weight       : normal;
    color             : #333;
    font-size         : 14px;
    display           : block;
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    line-clamp        : 3;
    -webkit-box-orient: vertical;
    margin-bottom     : 3px;
}

.home-page .item-box .product-title {
    line-clamp: 2;
    height    : auto;
}

.best-seller .item-box .details {
    text-align: left !important;
}

.best-seller .details .price-wrapper {
    overflow     : hidden;
    white-space  : nowrap;
    text-overflow: ellipsis;
}

.price-wrapper {
    display: block;
}

.price-wrapper .price-new {
    color      : #e60044;
    white-space: nowrap;
    font-size  : 14px;
}

.new-arrivals .details {
    text-align: left !important;
}

.new-arrivals .details .product-title {
    overflow     : hidden;
    white-space  : nowrap;
    text-overflow: ellipsis;
    margin       : 0 0 10px;
    display      : block !important;
    text-align   : left !important;
}

.item-box .product-title a {
    display: inline;
}

.product-grid,
.product-list {
    /* margin: 0 0 50px; */
    display        : flex;
    display        : -webkit-flex;
    justify-content: space-between;
    align-items    : center;
    flex-wrap      : wrap;
}

.product-grid .item-grid {
    width          : 100%;
    display        : flex;
    display        : -webkit-flex;
    justify-content: space-between;
    align-items    : flex-start;
    flex-wrap      : wrap;
}

.policyPanel {
    background: rgba(0, 0, 0, .68);
    position  : fixed;
    bottom    : 0;
    left      : 0;
    width     : 100%;
    z-index   : 999;
    display   : none;
}

.policyPanel .policyText {
    width      : 90%;
    margin     : 0 auto;
    font-size  : 15px;
    padding    : 15px 0;
    position   : relative;
    line-height: 20px;
}

.policyPanel .policyText>p {
    width    : 100%;
    max-width: 620px;
    margin   : 0 auto;
}

.policyPanel .policyText>p label {
    width        : 100%;
    color        : #fff;
    float        : left;
    font-size    : 15px;
    margin-bottom: 10px;
}

.policyPanel .policyText>p .jsClosePol {
    float        : right;
    cursor       : pointer;
    background   : #fff;
    border-radius: 3px;
    width        : fit-content;
    text-align   : center;
    font-weight  : 700;
    outline      : none;
    font-size    : 12px;
    color        : #111;
    margin-right : 10px;
}

.policyPanel .policyText>p .jsClosePol.AcceptBtn {
    background : #2198C6;
    color      : #fff;
    border     : 1px solid #fff;
    font-size  : 16px;
    font-weight: normal;
    padding    : 8px 10px;
    margin-left: 6px;
}

.policyPanel .policyText>p .jsClosePol.RejectBtn {
    background: transparent;
    color     : #fff;
    border    : none;
    opacity   : 0.6;
    padding   : 8px 10px;
}

.cls {
    zoom: 1;
}

.dropdown-multiple,
.dropdown-multiple-label,
.dropdown-single {
    position: relative
}

.dropdown-display,
.dropdown-display-label {
    position        : relative;
    display         : block;
    margin-bottom   : 0;
    font-size       : 14px;
    line-height     : 1.42857143;
    touch-action    : manipulation;
    cursor          : pointer;
    user-select     : none;
    background-image: none;
    border          : 1px solid #ccc;
    border-radius   : 4px;
    color           : #333;
    background-color: #fff
}

.dropdown-display-label:after,
.dropdown-display:after {
    content     : '';
    position    : absolute;
    border-top  : 10px solid #999;
    border-left : 5px solid transparent;
    border-right: 5px solid transparent;
    top         : 12px;
    right       : 8px
}

.dropdown-clear-all {
    background-color: #fff;
    border          : none;
    font-size       : 22px;
    z-index         : 999;
    color           : #999;
    position        : absolute;
    right           : 2px;
    top             : 2px;
    display         : none;
    width           : 25px;
    height          : 30px;
    text-align      : center;
    line-height     : 30px
}

.dropdown-display {
    white-space: nowrap;
    padding    : 6px 20px 6px 12px
}

.dropdown-display .dropdown-chose-list {
    display       : inline-block;
    vertical-align: middle;
    width         : 100%;
    overflow      : hidden;
    text-overflow : ellipsis;
    white-space   : nowrap
}

.dropdown-display .dropdown-chose-list span:before {
    content: ','
}

.dropdown-display .dropdown-chose-list span:first-child:before {
    content: ''
}

.dropdown-display .placeholder {
    display: none
}

.dropdown-main {
    position        : absolute;
    top             : 100%;
    left            : 0;
    z-index         : 1010;
    width           : 100%;
    color           : #444;
    box-sizing      : border-box;
    background-color: #fff;
    border          : 1px solid #ccc;
    border-radius   : 0 0 4px 4px;
    box-shadow      : 0 6px 12px rgba(0, 0, 0, .175);
    margin-top      : -1px;
    border-top      : 0;
    padding         : 4px 7px;
    display         : none
}

.ui-helper-hidden-accessible {
    border  : 0;
    clip    : rect(0 0 0 0);
    height  : 1px;
    margin  : -1px;
    overflow: hidden;
    padding : 0;
    position: absolute;
    width   : 1px
}

.ui-front {
    z-index: 100
}

.ui-autocomplete {
    position: absolute;
    top     : 0;
    left    : 0;
    cursor  : default
}

.ui-menu {
    list-style: none;
    padding   : 0;
    margin    : 0;
    display   : block;
    outline   : 0
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size  : 1.1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3
}

.ui-widget-content {
    border    : 1px solid #aaa;
    background: #fff;
    color     : #222
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left : auto;
    margin-right: auto;
    position    : relative;
    overflow    : hidden;
    list-style  : none;
    padding     : 0;
    /* Fix of Webkit flickering */
    z-index     : 1;
}

.swiper-wrapper {
    position           : relative;
    width              : 100%;
    height             : 100%;
    z-index            : 1;
    display            : flex;
    transition-property: transform;
    box-sizing         : content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-slide {
    flex-shrink        : 0;
    width              : 100%;
    height             : 100%;
    position           : relative;
    transition-property: transform;
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color : var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    position       : absolute;
    top            : 50%;
    width          : calc(var(--swiper-navigation-size) / 44 * 27);
    height         : var(--swiper-navigation-size);
    margin-top     : calc(-1 * var(--swiper-navigation-size) / 2);
    z-index        : 10;
    cursor         : pointer;
    display        : flex;
    align-items    : center;
    justify-content: center;
    color          : var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity       : 0.35;
    cursor        : auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family   : swiper-icons;
    font-size     : var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant  : initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left : 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left : auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}


.swiper-pagination {
    position  : absolute;
    text-align: center;
    transition: 300ms opacity;
    transform : translate3d(0, 0, 0);
    z-index   : 10;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left  : 0;
    width : 100%;
}

.swiper-pagination-bullet {
    width        : 8px;
    height       : 8px;
    display      : inline-block;
    border-radius: 100%;
    background   : #000;
    opacity      : 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity   : 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-scrollbar {
    border-radius: 10px;
    position     : relative;
    touch-action : none;
    background   : rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left    : 1%;
    bottom  : 3px;
    z-index : 50;
    height  : 5px;
    width   : 98%;
}

.swiper-scrollbar-drag {
    height       : 100%;
    width        : 100%;
    position     : relative;
    background   : rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left         : 0;
    top          : 0;
}


.swiper-container .swiper-notification {
    position      : absolute;
    left          : 0;
    top           : 0;
    pointer-events: none;
    opacity       : 0;
    z-index       : -1000;
}

html {
    font-family             : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size               : 16px;
    font-weight             : 400;
    line-height             : 1.5;
    -webkit-text-size-adjust: 100%;
    background              : #fff;
    color                   : #666
}

body {
    margin: 0
}

.uk-link {
    color          : inherit;
    text-decoration: none;
    cursor         : pointer
}

ins {
    background     : #ffd;
    color          : #666;
    text-decoration: none
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-3xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge {
    margin        : 0 0 20px 0;
    font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight   : 400;
    color         : #333;
    text-transform: none
}

.uk-h1,
h1 {
    font-size  : 2.23125rem;
    line-height: 1.2
}

.uk-h2,
h2 {
    font-size  : 1.7rem;
    line-height: 1.3
}


::selection {
    background : #39f;
    color      : #fff;
    text-shadow: none
}

:root {
    --uk-breakpoint-s : 640px;
    --uk-breakpoint-m : 960px;
    --uk-breakpoint-l : 1200px;
    --uk-breakpoint-xl: 1600px
}

.uk-heading-small {
    font-size  : 2.6rem;
    line-height: 1.2
}

.uk-checkbox,
.uk-input,
.uk-radio,
.uk-select,
.uk-textarea {
    box-sizing   : border-box;
    margin       : 0;
    border-radius: 0;
    font         : inherit
}

.uk-input {
    overflow: visible
}

.uk-input,
.uk-textarea {
    appearance: none
}

.uk-input,
.uk-select,
.uk-textarea {
    max-width          : 100%;
    width              : 100%;
    border             : 0 none;
    padding            : 0 10px;
    background         : #fff;
    color              : #666;
    border             : 1px solid #e5e5e5;
    transition         : .2s ease-in-out;
    transition-property: color, background-color, border
}

.uk-input,
.uk-select:not([multiple]):not([size]) {
    height        : 40px;
    vertical-align: middle;
    display       : inline-block
}

.uk-input::placeholder {
    color: #999
}

:root {
    --uk-leader-fill-content: .
}

[class*=uk-width] {
    box-sizing: border-box;
    width     : 100%;
    max-width : 100%
}

.uk-width-1-2 {
    width: 50%
}

.uk-flex {
    display: flex
}

.uk-flex-row {
    flex-direction: row
}

.uk-flex-none {
    flex: none
}

.uk-margin-bottom {
    margin-bottom: 20px !important
}

:root {
    --uk-position-margin-offset: 0px
}

* {
    --uk-inverse: initial
}