@font-face {
    font-family: 'mbicon';
    src: url('../../fonts/mbicon/mbicon.woff2') format('woff2'),url('../../fonts/mbicon/mbicon.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}
@font-face{
    font-family:'SF Pro Text';
    font-weight:400;
    font-style:normal;
    font-display:swap;
    src:url('/Web/fonts/apple-sf-pro/v2/sf-pro-text_regular.woff2') format("woff2")
}
@font-face{
    font-family:'SF Pro Text';
    font-weight:500;
    font-style:normal;
    font-display:swap;
    src:url('/Web/fonts/apple-sf-pro/v2/sf-pro-text_medium.woff2') format("woff2")
}
@font-face{
    font-family:'SF Pro Text';
    font-weight:700;
    font-style:normal;
    font-display:swap;
    src:url('/Web/fonts/apple-sf-pro/v2/sf-pro-text_bold.woff2') format("woff2")
}
@font-face {
    font-family:'SF Pro Display';
    font-weight:200;
    font-style: normal;
    font-display: auto;
    src:  url("/Web/fonts/apple-sf-pro/sf-pro-display_light.woff") format("woff");
    font-display: swap
}
@font-face {
    font-family:'SF Pro Display';
    font-weight:400;
    font-style: normal;
    font-display: auto;
    src:  url("/Web/fonts/apple-sf-pro/SF-Pro-Display-Medium.ttf") format("truetype");
    font-display: swap
}
@font-face {
    font-family:'SF Pro Display';
    font-weight:500;
    font-style: normal;
    font-display: auto;
    src:  url("/Web/fonts/apple-sf-pro/SF-Pro-Display-Medium.ttf") format("truetype");
    font-display: swap
}
@font-face {
    font-family:'SF Pro Display';
    font-weight:600;
    font-style: normal;
    font-display: auto;
    src:  url("/Web/fonts/apple-sf-pro/SF-Pro-Display-Semibold.ttf") format("truetype");
    font-display: swap
}

@font-face {
    font-family:'SF Pro Display';
    font-weight:700;
    font-style: normal;
    font-display: auto;
    src: url("/Web/fonts/apple-sf-pro/SF-Pro-Display-Bold.ttf") format("truetype");
    font-display: swap
}
input:focus, select:focus, textarea:focus {
    outline: 2px dotted black;
}
html.noscroll {
    /*overflow-y: scroll !important;*/
}
html.noscroll, html.noscroll body {
    overflow: hidden !important;
    height: 100% !important;
}
.mkd-main-menu>ul>li>a{
    padding: 0 5px;
}

.mkd-header-standard-extended .mkd-page-header .mkd-menu-area .mkd-main-menu>ul>li:first-child>a{
    padding-left: 0;
}
.mkd-header-standard-extended .mkd-page-header .mkd-menu-area .mkd-main-menu>ul>li:last-child>a{
    padding-right: 0;
}
.mkd-main-menu>ul>li>a:hover>span.item_outer,
.mkd-main-menu>ul>li>a.current>span.item_outer{
    background: #000;
    color: #fff;
}
.mkd-main-menu>ul>li>a.current>span.item_outer{
    font-weight: 600;
}
.mkd-main-menu>ul>li>a>span.item_outer{
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 7px 8px;
    border-radius: 20px;
}
.parent-list {
    position: relative;
    list-style: none;
    display: inline-flex;
    align-items: center;
    margin: 0;
}
.mkd-vertical-align-containers .mkd-position-left,
.mkd-page-header .mkd-menu-area .widget,
.mkd-top-bar,
.mkd-header-standard-extended .mkd-page-header .mkd-extended-dropdown-menu{
    font-family: "SF Pro Text","SF Pro Display",Robot,"Human BBY",sans-serif;
    letter-spacing: -0.061em;
}
.mkd-top-bar{
    position: relative;
    z-index: 10;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
}
.mkd-top-bar .announcement-bar{
    width: 100%;
    display: inline-flex;
    align-items: center;
}
.mkd-top-bar .announcement-bar .mkd-position-right{
    text-align: right;
    margin-left: auto;
}
.mkd-header-standard-extended .mkd-page-header .mkd-extended-dropdown-menu>ul>li{
    letter-spacing: -0.02rem;
}
.relative{
    position: relative;
}
.as-buttonlink {
    color: #06c;
    letter-spacing: inherit;
    text-decoration: none;
    background: none;
    border: 0;
    box-sizing: initial;
    cursor: pointer;
}
.as-buttonlink:hover{
    text-decoration: underline;
}
.parent-list .item-list {
    display: flex;
    align-items: center;
    width: fit-content;
    position: relative;
    padding: 0 20px;
    min-height: 35px;
}
.parent-list .item-list:after {
    content: "";
    background: rgba(245,245,245,.15);
    position: absolute;
    left: 0;
    top: 10px;
    width: 1px;
    height: 15px;
}
.parent-list .item-list:first-child:after{
    display: none;
}
.parent-list .item-list:first-child {
    padding-left: 0;
}
.parent-list .item-list>span,
.parent-list .item-list>a {
    line-height: 35px;
    font-size: 13px;
}
.mkd-top-light-header .parent-list .item-list>span,
.mkd-top-light-header .parent-list .item-list>a {
    color: #fff;
}
.mkd-top-light-header .parent-list .item-list>a:hover {
    color:rgba(255,255,255,.8);
}
.mkd-plc-rating{
    display: inline-block;
    font-family: 'mbicon';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    position: relative;
    color: #d2d2d2;
}
.mkd-plc-rating span{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: inline-block;
}
.mkd-plc-rating span:before{
    content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}
.mkd-plc-rating:before{
    content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}
.mkd-plc-rating span:before {
    color: #fc0;
}
body{
    font-family: "SF Pro Display",Robot,"Human BBY",sans-serif;
    overflow-x: hidden;
}
h1,h2,h4,h3,h5,h6,.h1,.h2.h3,.h4,.h5,.h6{
    font-family: "SF Pro Display","Human BBY",sans-serif;
}

.mkd-product-search-holder .mkd-product-category{
    background-color: transparent;
    position: relative;
}
.mkd-product-search-holder .mkd-product-category-holder:after{
    content: "\e94f";
    font-family: icon-dukamarket!important;
    color: #333;
    font-size: 14px;
}
.mkd-product-search-holder .mkd-product-category-holder:before {
    content: "";
    top: 10px;
    bottom: 10px;
    border-right: 1px solid #e1e1e1;
    margin: 0 0 0 20px;
    width: 1px;
    position: absolute;
    right: 0;
}
.mkd-light-header .mkd-product-search-holder .mkd-product-search-submit,
.mkd-logo-area-light-header .mkd-product-search-holder .mkd-product-search-submit{
    background-color: #fcbe00;
}
.mkd-light-header .mkd-product-search-holder .mkd-product-search-submit>i,
.mkd-logo-area-light-header .mkd-product-search-holder .mkd-product-search-submit>i{
    color: #000;
}
header .cart-block {
    display: flex;
}
.cart-block .total-price {
    line-height: 13px;
}
.mkd-logo-area-light-header .header-icon span,
.mkd-logo-area-light-header .cart-block .total-price {
    color: #fff;
}
.mkd-logo-area-light-header .header-icon,
.mkd-logo-area-light-header .header-icon span{
    color: #fff;
}
header .header-icon .header__counter {
    position: absolute;
    top: -10px;
    left: 17px;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    background: #1564a7;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
}
.mkd-header-standard header .header-icon .header__counter{
    background: #fcbe00;
    color: #222;
}

@media only screen and (max-width: 1199px) {
    header .header-icon i{
        position: relative;
    }
    header .header-icon .header__counter{
        right: 17px;
        left: auto;
    }
}

a:hover{
    text-decoration: none;
}
.mkd-header-standard .mkd-top-bar a {
    color:#fff !important;
}
.mkd-boxed .mkd-wrapper {
    background-attachment: fixed;
}

.mkd-page-header .mkd-menu-area {
    background-color: rgba(255, 255, 255, 1);
}

.mkd-page-header .mkd-menu-area .mkd-grid .mkd-vertical-align-containers {
    background-color: rgba(255, 255, 255, 1);
}

.mkd-content .mkd-content-inner > .mkd-container > .mkd-container-inner,
.mkd-content .mkd-content-inner > .mkd-full-width > .mkd-full-width-inner {
    padding-top: 0px !important;
}
.btn-primary {
    position: relative;
    border: none;
    border-radius: 7px;
    padding: 19px 53px 20px;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
    z-index: 1;
}
.btn-primary:hover{
    background-color: transparent;
    color: #000;
}
.btn-primary{
    text-transform: uppercase;
    font-weight: 600;
    padding: .5rem 1.25rem;
}
.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.btn-primary::before {
    box-shadow: inset 0 0 0 35px #294eb6;
    border: 1px solid #294eb6;
}
.btn-primary:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    box-shadow: inset 0 0 0 2px #000;
}

.vc_row:after,.vc_row:before {
    content: " ";
    display: table
}

.vc_row:after {
    clear: both
}
.p-relative{
    position: relative !important;
}
.mkd-countdown,.mkd-countdown .countdown-row,.mkd-countdown .countdown-row .countdown-section {
    display: inline-block;
    vertical-align: middle;
    position: relative
}
h1,h2{
    font-weight: 300;
}
.mkd-plc-holder .mkd-owl-slider .owl-nav .owl-prev .only-icon >i,
.mkd-plc-holder .mkd-owl-slider .owl-nav .owl-next .only-icon >i{
    font-size: 24px;
    line-height: 19px;
    vertical-align: middle;
    display: block;
    margin: 0;
    padding: 0;
}
.mkd-plc-holder .mkd-owl-slider .owl-nav .owl-next>.only-icon >i:hover,
.mkd-plc-holder .mkd-owl-slider .owl-nav .owl-prev>.only-icon >i:hover {
    color: #337ab7;
}
.woocommerce-breadcrumb {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 80px;
    font-size: 15px;
    color: #444;
    font-weight: 300;
    margin-top: 40px;
}
.woocommerce-breadcrumb a {
    color: #444;
}
.woocommerce-breadcrumb .delimiter {
    margin: 0 15px;
    font-size: 10px;
}
.woocommerce-breadcrumb span.delimiter+a {
    background-color: #f5f5f5;
    padding: 9px 16px;
    border-radius: 4px;
}
@media (max-width: 1199px){
    .woocommerce-breadcrumb {
        display: none;
    }
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
@media (min-width: 768px){
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.mkd-dropdown-slide .mkd-drop-down .menu-item-has-children .second{
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    -o-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: #fff;
    top:0;
    min-width: 270px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.mkd-dropdown-slide .mkd-drop-down .menu-item-has-children:hover .second{
    visibility: visible;
    opacity: 1;
}
.mkd-fixed-header-appear .mkd-fixed-wrapper.fixed{

}
.container-fluid-2200 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 2300px;
}
.arcu-widget.arcu-message{
    z-index: 1000;
}
.mkd-mobile-header{
    z-index: 99999999;
}
@media only screen and (max-width: 1199px) {

    .mkd-mobile-header {
        display: block;
    }
}
.mkd-mobile-header .mkd-mobile-header-inner{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    background: white;
    padding: 10px 15px;
}
.mkd-mobile-header #mobile_search {
    position: relative;
    width: 100%;
    margin-right: 15px;
}

.mkd-mobile-header #mobile_search .search__input {
    background: #f4f4f4;
    width: 100%;
    outline: none;
    border: none;
    height: 34px;
    font-size: 12px;
    font-weight: 500;
    color: #222;
    padding: 0 35px 0 10px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
    border-radius: 17px;
}
.mkd-mobile-header #mobile_search .search__submit {
    background-color: transparent;
    border: 0;
    margin: 0;
    color: #666;
    text-align: left;
    position: absolute;
    top: 2px;
    right: 5px;
    top: 10px;
}
.mkd-mobile-header .mobile_logo {
    margin-right: 15px;
}
.mkd-mobile-header .mobile_logo img {
    width:150px;
}
@media (min-width: 768px){
}
@media (max-width: 575px){
    .mkd-mobile-header .mobile_logo img {
        max-width: 90px ;
    }
}
@media (min-width: 992px){
    .container-fluid-2200 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px){
    .container-fluid-2200 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.as4-loader-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
    filter: blur(2px);
}

.as4-loader:before,.as4-loader:after,.as4-loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: as4loader 1.8s infinite ease-in-out;
    animation: as4loader 1.8s infinite ease-in-out
}

.as4-loader {
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
    opacity: 1
}

.as4-loader:before {
    left: -3.5em
}

.as4-loader:after {
    left: 3.5em;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s
}

.as4-loader:before,.as4-loader:after {
    content: '';
    position: absolute;
    top: 0
}

@keyframes as4loader {
    0%,80%,100% {
        box-shadow: 0 2.5em 0 -1.3em #333333
    }

    40% {
        box-shadow: 0 2.5em 0 0 #666666
    }
}

@-webkit-keyframes as4loader {
    0%,80%,100% {
        box-shadow: 0 2.5em 0 -1.3em #333333
    }

    40% {
        box-shadow: 0 2.5em 0 0 #666666
    }
}

.label-light-success {
    background-color: #e8fdeb;
    color: #00c292
}

.label-light-info {
    background-color: #cfecfe;
    color: #03a9f3
}

.label-light-warning,
a.label-light-warning,
a.label-light-warning:focus,
a.label-light-warning:link,
a.label-light-warning:hover,
a.label-light-warning:active,
a.label-light-warning:visited{
    background-color: #fff8ec;
    color: #fec107
}

.label-light-danger {
    background-color: #f9e7eb;
    color: #fb9678
}

.label-light-megna {
    background-color: #e0f2f4;
    color: #01c0c8
}

.label-light-primary {
    background-color: #f1effd;
    color: #7460ee
}

.label-light-inverse {
    background-color: #f6f6f6;
    color: #4c5667
}

.la-ball-pulse {
    font-size: 0
}

.la-ball-pulse>div:nth-child(1) {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.la-ball-pulse>div:nth-child(2) {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.la-ball-pulse>div:nth-child(3) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

@-webkit-keyframes ball-pulse {
    0%,100%,60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    30% {
        -webkit-transform: scale(.01);
        transform: scale(.01);
        opacity: .1
    }
}

@keyframes ball-pulse {
    0%,100%,60% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    30% {
        -webkit-transform: scale(.01);
        transform: scale(.01);
        opacity: .1
    }
}

.la-ball-pulse>div {
    background-color: #222;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
    vertical-align: middle;
    -webkit-animation: ball-pulse 1s ease infinite;
    animation: ball-pulse 1s ease infinite
}

.la-ball-pulse-sm>div {
    width: 6px;
    height: 6px
}

.la-ball-pulse-2x div {
    width: 16px;
    height: 16px;
    margin: 0 4px
}

.la-ball-pulse-white div {
    background-color: #fff
}

.la-ball-pulse-2x-white div {
    background-color: #fff
}

.overlay__cart .overlay {
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 111;
}
.overlay__cart .overlay__container {
    background: #fff;
    margin: 20px;
    width: 500px;
    padding: 20px;
    position: relative;
}
.overlay__cart .overlay .header {
    align-items: center;
    display: flex;
}
.overlay__cart .overlay .content {
    display: flex;
    padding: 0 0 32px;
}
.overlay__cart .overlay .header__title {
    position: relative;
    font-family: Muli, sans-serif;
    font-size: 18px;
    font-weight: 700;
}
.overlay__cart .overlay .header__title:before {
    background-image: url("../../images/frontend/checked_blue.png");
    content: '';
    height: 18px;
    left: -28px;
    position: absolute;
    top: 1px;
    width: 18px;
}
.overlay__cart .overlay .content__image {
    flex: 1;
}
.overlay__cart .overlay .content__image img {
    width: 100%;
}
.overlay__cart .overlay .content__infos {
    flex: 3;
    margin-left: 15px;
}
.overlay__cart .overlay .content__title {
    margin: 0;
    color: #999;
    line-height: 18px;
    font-size: 12px;
    font-family: Muli,sans-serif;
}
.overlay__cart .overlay .footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.overlay__cart .overlay .footer__close {
    display: flex;
    font-size: 12px;
    background: transparent;
    border: none;
    padding: 0;
    color: #646464;
    text-decoration: underline;
    margin: 0;
    cursor: pointer;
    position: relative;
}
.overlay__cart .overlay .footer__close img{
    display: block;
    position: relative;
    margin-top: 3px;
}
.overlay__cart .overlay .footer__close span{
    display: block;
    font-weight: bold;
    margin-left: 7px;
}
.overlay__cart .overlay__cross__container {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
}
.overlay__cart .overlay__cross {
    background: #646464;
    border-radius: 50px;
    height: 15px;
    position: relative;
    width: 2px;
}
.overlay__cart .overlay__cross--one {
    left: .5px;
    transform: rotate(45deg);
}
.overlay__cart .overlay__cross--two {
    right: 1px;
    transform: rotate(-45deg);
}
.overlay__cart .overlay__cross {
    height: 18px;
}
.overlay__cart .overlay .footer .submitButton {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    background: #222 ;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 144px;
    height: 41px !important;
    line-height: 42px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
}
.overlay__cart .overlay .footer .submitButton:hover{
    background: rgba(34,34,34,.8);
}
.overlay__cart .overlay .content .goods-delete{
    display: none !important;
}
@media (min-width: 768px){
    .overlay__cart .overlay__container {
        cursor: default;
        /* width: 520px; */
    }
    .overlay__cart .overlay .header__title {
        font-size: 20px;
        margin: 8px 8px 24px 28px;
    }
    .overlay__cart .overlay .content__title {
        margin: 0 0 8px;
    }
}
@media (max-width: 767px){
    .overlay__cart .overlay .footer {
        flex-direction: column;
    }
    .overlay__cart .overlay .footer__close {
        margin: 8px 0 0;
        order: 2;
    }
    .overlay__cart .overlay .header__title {
        font-size: 16px;
        margin: 0 36px 16px;
    }
    .overlay__cart .overlay .header__title::before {
        left: -25px;
    }
}

@keyframes mdc-circular-progress-container-rotate {
    to {
        transform: rotate(360deg);
    }
}
@keyframes mdc-circular-progress-left-spin {
    0% {
        transform: rotate(265deg);
    }
    50% {
        transform: rotate(130deg);
    }
    100% {
        transform: rotate(265deg);
    }
}
@keyframes mdc-circular-progress-right-spin{
    0% {
        transform: rotate(-265deg);
    }
    50% {
        transform: rotate(-130deg);
    }
    100% {
        transform: rotate(-265deg);
    }
}
@keyframes mdc-circular-progress-spinner-layer-rotate {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    100% {
        transform: rotate(1080deg);
    }
}
.mdc-circular-progress {
    display: inline-flex;
    position: relative;
    direction: ltr;
    line-height: 0;
    transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mat-mdc-progress-spinner {
    display: block;
    overflow: hidden;
    line-height: 0;
}
.she-btn .loading-spinner {
    display: inline-flex ;
}
.mdc-circular-progress__determinate-container,
.mdc-circular-progress__indeterminate-circle-graphic,
.mdc-circular-progress__indeterminate-container,
.mdc-circular-progress__spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
}
.mdc-circular-progress__determinate-container {
    transform: rotate(-90deg);
}
.mdc-circular-progress__indeterminate-container {
    font-size: 0;
    letter-spacing: 0;
    white-space: nowrap;
    opacity: 0;
}
.mdc-circular-progress__circle-clipper {
    display: inline-flex;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.mdc-circular-progress__gap-patch {
    position: absolute;
    top: 0;
    left: 47.5%;
    box-sizing: border-box;
    width: 5%;
    height: 100%;
    overflow: hidden;
}
.mdc-circular-progress__circle-clipper {
    display: inline-flex;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.mdc-circular-progress__determinate-circle-graphic,
.mdc-circular-progress__indeterminate-circle-graphic {
    fill: rgba(0, 0, 0, 0);
}
.mdc-circular-progress__circle-clipper .mdc-circular-progress__indeterminate-circle-graphic {
    width: 200%;
}
.mdc-circular-progress__gap-patch .mdc-circular-progress__indeterminate-circle-graphic {
    left: -900%;
    width: 2000%;
    transform: rotate(180deg);
}
.mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic {
    left: -100%;
}
.mdc-circular-progress__circle-clipper .mdc-circular-progress__indeterminate-circle-graphic {
    width: 200%;
}
.mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,
.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic {
    stroke: #2189ff;
}
.she-btn .loading-spinner__white .mat-mdc-progress-spinner,
.she-btn .loading-spinner__white .mdc-circular-progress__indeterminate-circle-graphic{
    stroke:#fff;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container {
    opacity: 1;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__determinate-container {
    opacity: 0;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__indeterminate-container {
    animation: mdc-circular-progress-container-rotate 1568.2352941176ms linear infinite;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__spinner-layer {
    animation: mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-left .mdc-circular-progress__indeterminate-circle-graphic {
    animation: mdc-circular-progress-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdc-circular-progress--indeterminate .mdc-circular-progress__circle-right .mdc-circular-progress__indeterminate-circle-graphic {
    animation: mdc-circular-progress-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
button.cta--black .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,
button.cta--black .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic,
button.cta--default .mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,
button.cta--default .mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic{
    stroke: #fff;
}
.f-600{
    font-weight: 600;
}
a.link{
    color: #0071e3
}
a.link:hover{
    text-decoration: underline;
}
button.cta .mat-mdc-progress-spinner{
    margin-left: 15px;
}
.c-modal .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0;
    border: 0;
}

.c-bag-item .bag-left {
    position: relative;
    width: 90px;
    margin-right: 10px;
}
.c-bag-item .bag-left .header-bag-dis {
    position: absolute;
    color: #fff;
    text-align: center;
    text-transform: lowercase;
    direction: ltr;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    background: #222;
    width: 39px;
    top: 5px;
    left: 0;
}
.c-bag-item .bag-left .header-bag-dis.activity-flash {
    color: #222;
    background: #fcd364;
}
.c-bag-item .bag-left img {
    width: 100%;
}
.c-bag-item .bag-left .sold-out {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: rgba(0,0,0,.4);
    font-size: 12px;
    color: #fff;
}
.c-bag-item .bag-right {
    position: relative;
    width: 250px;
}
.c-bag-item a.goods-name {
    display: block;
    margin-bottom: 6px;
    color: #999;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    font-size: 12px;
    font-family: Muli,sans-serif;
}
.c-bag-item .price-online-box {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c-bag-item .goods-price {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 29px;
}
.c-bag-item .goods-price .member-price {
    margin-right: 10px;
    display: inline-block;
}
.c-bag-item .goods-size {
    margin-bottom: 6px;
    font-size: 12px;
    font-family: Muli,sans-serif;
    line-height: 13px;
}

.c-bag-item .goods-delete {
    position: absolute;
    top: 50px;
    right: 0;
    color: #666
}
.c-bag-item .goods-delete:hover {
    cursor: pointer;
    color: #222;
}
.c-bag-item .goods-delete>i {
    font-size: 18px
}

.c-bag-item .goods-delete:hover {
    cursor: pointer;
    color: #222
}

.c-bag-item .goods-total {
    position: absolute;
    top: 88px;
    right: 0;
    max-width: 140px;
    text-align: right!important;
    margin-top: 7px;
    color: #000;
    font-weight: bold;
}
.c-bag-item .goods-total span{
    font-family: Muli,sans-serif;
    font-size: 12px;
}
.c-bag-item .goods-total .total-amount {
    display: inline-block
}

.c-bag-item .goods-total.soldout {
    color: #999;
    opacity: .3
}

.c-modal .modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0;
    border: 0;
}
.c-modal .modal-footer-holder {
    height: 64px;
}
.c-modal .modal-footer .modal-btn {
    -webkit-box-flex: 1;
    flex: 1;
    display: block;
    width: 100%;
    height: 64px;
    background: #fff;
    border: 0;
    border-top: 2px solid #e5e5e5;
    color: #222;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
}
.c-modal .modal-footer .modal-btn {
    border-top: 1px solid #e5e5e5;
}
.c-modal .modal-footer .modal-btn.modal-btn-black {
    border-top: 2px solid #222;
    background: #222;
    color: #fff;
}
.headline_inner{
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #dddddd;
    margin-top: 60px;
}
@media only screen and (max-width: 1024px){
    .mkd-page-footer{
        padding-bottom: 70px;
    }
}
.wt-radio {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 36px;
    min-height: 30px;
    cursor: pointer;
}
.wt-radio label{
    cursor: pointer;
}
.wt-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
}
.wt-radio input[type="radio"],
.wt-radio .wt-radio__label:before,
.wt-radio label:before {
    height: 30px;
    width: 30px;
    min-width: 30px;
    left: 0;
    top: 0;
}
.wt-radio label:before,
.wt-radio label:after,
.wt-radio .wt-radio__label:before,
.wt-radio .wt-radio__label:after {
    content: "";
    position: absolute;
    border-radius: 100px;
}
.wt-radio label:before,
.wt-radio .wt-radio__label:before {
    border: 2px solid rgba(34, 34, 34, 0.3);
    transition: all 200ms ease-out;
    margin-right: 6px;
}
.wt-radio input[type="radio"]:checked+label:before,
.wt-radio input[type="radio"]:checked+.wt-radio__label:before {
    background: #222222;
}
.wt-radio label:after, .wt-radio .wt-radio__label:after {
    opacity: 0;
    background: #FFFFFF;
    left: 9px;
    top: 9px;
    width: 12px;
    height: 12px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    transition: all 200ms ease-out;
}
.wt-radio input[type="radio"]:checked+label:after,
.wt-radio input[type="radio"]:checked+.wt-radio__label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}


.product .bottom-area,.product .left-area{
    position: absolute;
    background-color: #fff;
    transition: transform .15s ease;
    overflow: hidden;
}
.product .bottom-area {
    transform: translateY(100%);
    width: 100%;
}
.product .left-area {
    transform: translateX(-100%);
    width: 24%;
    height: 100%;
    left:0;
    top:0;
}
.product:hover .bottom-area {
    transform: translateY(-99%);
    z-index: 9;
}
.product:hover .left-area {
    transform: translateX(0);
    z-index: 9;
}

.product .left-area .bottom-area-title,.product .bottom-area .bottom-area-title{
    font-size: 13px;
    line-height: 1.25rem;
    color:#1a1a1a;
    width: 100%;
    margin-top: 4px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 3px;
}
.product .bottom-area .bottom-area-title{

}
.product .left-area .bottom-area-title{
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: absolute;
    left: 0;
    height: 100%;
    text-align: center;
}
.product .left-area .variants,.product .bottom-area .variants{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
}
.product .left-area .variants{
    flex-direction: column;
    padding-left: 17px;
    margin-top: 8px;
    padding-right: 5px;
}
.product .bottom-area .variants>div,.product .left-area .variants>div{
    flex-grow: 0;
    padding-bottom: 2px;
}
.product .bottom-area .variants>div{
    flex-basis: 16.66%;
    margin-right: 4px;
}
.product .left-area .variants>div{

}
.product .bottom-area .variants>div>a,.product .left-area .variants>div>a{
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}
.product .bottom-area .variants>div>a:hover,.product .left-area .variants>div>a:hover{
    border-color: #1a1a1a;
}
.product .bottom-area .variants>div>a img,.product .left-area .variants>div>a img{
    transition: opacity .25s ease-in-out;
    display: block;
    width:100%;
    height: auto;
    position: relative;
}
.product .bottom-area .variants>div>a img:after,
.product .bottom-area .variants>div>a img:before {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
}
.product .bottom-area .variants>div>a img:before {
    content: " ";
    height: calc(100% + 10px);
    background-color: #f6f6f6;
}
.product .bottom-area .variants>div>a img:after {
    content: attr(alt);
    font-size: 12px;
    color: #1a1a1a;
    top: 5px;
    text-align: center;
}
@media (max-width: 576px){
    .product .bottom-area,.product .left-area {
        transform: translateX(0);
        /*transform: translateY(-99%);*/
        background-color: #f6f6f6;
        padding-bottom: 2px;
        position: relative;
        width: 100%;
        height: auto;
    }
    .product .left-area .variants{
        flex-direction: row;
        padding: 0;
        margin: 0;
    }
    .product .left-area .variants>div{
        flex-basis: 16.66%;
        margin-right: 4px;
    }
    .product .left-area .bottom-area-title{
        writing-mode: initial;
        position: relative;
        left: 0;
        height: auto;
        text-align: left;
    }
}
.product .text .bottom-area button,.product .text .bottom-area a {
    color: #000000;
    width: 100%;
    background: #fff;
}

.product .text .bottom-area .add-to-cart,
.product .text .bottom-area .buy-now {
    font-size: 13px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 300;
    padding: 8px 0;
    border:0;
    /*white-space: break-spaces;*/
    border-radius: 0;
}

.product .text .bottom-area .add-to-cart i, .product .text .bottom-area .buy-now i {
    font-size: 13px;
    margin-left: 4px;
}

.product .text .bottom-area .add-to-cart {
    background: #000000;
    color: #fff;
    margin-right: 4px;

}

.product .text .bottom-area .add-to-cart:hover {
    background: #007bff;
    color: #fff;
}

.product .text .bottom-area .buy-now {
    background: #fff;
    color: #000000;
}

.product .text .bottom-area .buy-now:hover {
    background: #007bff;
    color: #fff;
}

@media (max-width: 991.98px) {
    .product .text .bottom-area {
        opacity: 1;
    }

}

ul.products>.product .mkd-products-inner .mkd-pl-inner .mkd-pl-image img{

}
ul.products>.product .mkd-products-inner .mkd-pl-inner .mkd-pl-image img.hover-image{
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s,visibility .3s;
}
ul.products>.product:hover .mkd-products-inner .mkd-pl-inner .mkd-pl-image:not(.with-hover-image) >img{
    transform: scale(1.1);
}
ul.products>.product:hover .mkd-products-inner .mkd-pl-inner .mkd-pl-image.with-hover-image >img.hover-image{
    visibility: visible;
    opacity: 1;
}

.mkd-social-icon-widget-holder{
    color: #fff;
}
footer .mkd-banner-holder{
    background-color: #222325;
    border-color: #222325;
}
.range-revamp-stockcheck__button {
    padding: 0;
    font-size: 14px;
    color: #484848;
    text-align: inherit;
    font-weight: 500;
    cursor: pointer;
}
.range-revamp-stock-notification-success{
    color: #6e6e73;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
}
.range-revamp-stockcheck__button:hover{
    color: #000;
}
.range-revamp-stockcheck__button-link {
    text-decoration: underline;
}
.range-revamp-modal-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 400;
    pointer-events: none;
    -webkit-transition: visibility .2s linear;
    -o-transition: visibility linear .2s;
    transition: visibility .2s linear;
}
.range-revamp-modal-wrapper--open {
    -webkit-transition: visibility 0 linear;
    -o-transition: visibility linear 0;
    transition: visibility 0 linear;
    visibility: visible;
    pointer-events: all;
}

.range-revamp-modal-wrapper__backdrop {
    background: rgba(0,0,0,.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity linear .2s;
    transition: opacity .2s linear;
    pointer-events: none;
    visibility: hidden;
}
.range-revamp-modal-wrapper--open>.range-revamp-modal-wrapper__backdrop {
    opacity: 1;
    -webkit-animation: range-revamp-modalBackdropEnter .2s;
    animation: range-revamp-modalBackdropEnter .2s;
    visibility: visible;
    pointer-events: all;
}
.range-revamp-modal-wrapper--close>.range-revamp-modal-wrapper__backdrop {
    -webkit-animation: range-revamp-modalBackdropClose .2s;
    animation: range-revamp-modalBackdropClose .2s;
}
.range-revamp-sheets--enter {
    -webkit-animation: range-revamp-modalSlideUp cubic-bezier(0,0,.1,1) .2s;
    animation: range-revamp-modalSlideUp cubic-bezier(0,0,.1,1) .2s;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
ul.products>.product .mkd-products-inner .mkd-pl-inner>a{
    z-index: 3;
}
.range-revamp-sheets {
    position: absolute;
    top: 1.5rem;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}
.range-revamp-modal-header {
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 1.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height:60px;
    min-height: 60px;
    background-color: #fff;
    z-index: 100;
}
.range-revamp-btn {
    position: relative;
    font-size: .875rem;
    background: none;
    border: 0;
    padding: 0;
    line-height: 1.4285714286;
    font-weight: 700;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 64px;
    cursor: pointer;
    outline: 0;
    vertical-align: top;
}
.range-revamp-btn--primary{
    color: #fff;
}
.range-revamp-btn--primary:disabled{
    color: #929292;
    cursor: default;
}
.range-revamp-btn--small {
    font-size: .75rem;
    line-height: 1.3333333333;
}
.range-revamp-btn__inner {
    border-radius: 64px;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: opacity,transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.4,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.4,1);
    transition-timing-function: cubic-bezier(.4,0,.4,1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding: 0 8px;
    width: 100%;
}
.range-revamp-btn__inner svg{
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    fill: currentColor;
    -webkit-transition-property: fill,-webkit-transform;
    transition-property: fill,-webkit-transform;
    -o-transition-property: transform,fill;
    transition-property: transform,fill;
    transition-property: transform,fill,-webkit-transform;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.4,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.4,1);
    transition-timing-function: cubic-bezier(.4,0,.4,1);
}
.range-revamp-btn .range-revamp-svg-icon, .range-revamp-btn__label {
    -webkit-transition-property: opacity,margin-right,margin-left,-webkit-transform;
    transition-property: opacity,margin-right,margin-left,-webkit-transform;
    -o-transition-property: opacity,margin-right,margin-left,transform;
    transition-property: opacity,margin-right,margin-left,transform;
    transition-property: opacity,margin-right,margin-left,transform,-webkit-transform;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.4,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.4,1);
    transition-timing-function: cubic-bezier(.4,0,.4,1);
}
.range-revamp-sheets__content-wrapper {
    overflow: auto;
    height: 100%;
}
.range-revamp-modal-body {
    padding: 1.5rem;
    padding-top: 0 !important;

}
.range-revamp-stock-notification {
    margin-bottom: 120px;
}
.range-revamp-stock-notification--all-stores .range-revamp-stock-notification__section-header {
    font-family: 'SamsungOne', "SF-Pro-Display", "Human BBY", sans-serif;
    color: #111;
    font-size: 17px;
    line-height: 1.444;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 0;
}
.range-revamp-stock-notification__section-text {
    color: #6e6e73;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.4285914286;
    padding-bottom: 32px;
}
body.range-revamp-prevent-scroll-y {
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.range-revamp-stock-notification__form-radio-buttons {
    margin-bottom: 32px;
}
.range-revamp-stock-notification__form-radio-button {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
}
.range-revamp-radio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.range-revamp-radio input[type=radio] {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 44px;
    height: 44px;
    display: inline-block;
    border: 0;
    opacity: 0;
    padding: 0;
    z-index: 1;
    cursor: pointer;
}
.range-revamp-radio__symbol {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #929292;
    border-radius: 64px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.range-revamp-radio input[type=radio]:checked~.range-revamp-radio__symbol {
    border-color: #0058a3;
}
.range-revamp-radio__symbol:after {
    content: "";
    display: block;
    border-radius: 64px;
}



.range-revamp-radio label {
    font-weight: 400;
    cursor: pointer;
    color: #484848;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}
.range-revamp-radio .range-revamp-radio__label {
    position: relative;
    display: block;
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.571;
    margin-top: 0px;
}
.range-revamp-radio input[type=radio]:hover~.range-revamp-radio__symbol {
    border-color: #111;
}
.range-revamp-radio input[type=radio]:hover~.range-revamp-radio__symbol:after {
    background: #dfdfdf;
    content: "";
    width: 8px;
    height: 8px;
    display: block;
}
.range-revamp-radio--subtle input[type=radio]:checked~.range-revamp-radio__symbol:after {
    background: #333;
}
.range-revamp-radio input[type=radio]:checked~.range-revamp-radio__symbol:after {
    background: #0058a3;
    content: "";
    width: 16px;
    height: 16px;
    display: block;
}
.range-revamp-label-wrapper--text-input label {
    font-weight: 400;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 0 2px;
}
.range-revamp-stock-notification__form-checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.range-revamp-checkbox {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.022em;
    line-height: 1.23536;
}
.samsung-one .range-revamp-checkbox {
    font-size: 16px;
    line-height: 1.33;
}
.range-revamp-checkbox input[type=checkbox] {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 44px;
    height: 44px;
    display: inline-block;
    border: 0;
    opacity: 0;
    padding: 0;
    z-index: 1;
    cursor: pointer;
}
.range-revamp-checkbox__symbol {
    position: relative;
    border-radius: 4px;
    border: 1px solid #929292;
    width: 24px;
    height: 24px;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.range-revamp-checkbox__symbol:after, .range-revamp-checkbox__symbol:before {
    content: "";
    border: 2px solid currentColor;
    border-left: 0;
    border-top: 0;
    opacity: 0;
    color: #fff;
}
.range-revamp-checkbox__symbol:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 9px;
    width: 4px;
    margin-top: -4px;
}

.range-revamp-checkbox__symbol:after {
    position: absolute;
    left: 4px;
    top: 10px;
    border-right: 0;
    width: 14px;
}
.range-revamp-checkbox input[type=checkbox]:hover~.range-revamp-checkbox__symbol {
    border-color: #111;
}
.range-revamp-checkbox input[type=checkbox]:hover~.range-revamp-checkbox__symbol:before {
    color: #dfdfdf;
    opacity: 1;
}
.range-revamp-checkbox--subtle input[type=checkbox]:checked~.range-revamp-checkbox__symbol,
.range-revamp-checkbox--subtle input[type=checkbox]:hover:checked~.range-revamp-checkbox__symbol {
    background: #111;
    border-color: #111;
}
.range-revamp-checkbox input[type=checkbox]:hover:checked~.range-revamp-checkbox__symbol:before {
    color: #fff;
}
.range-revamp-checkbox__label {
    position: relative;
    display: block;
    padding-left: 0;
    margin-top: -2px;
    margin-left: 8px;
}
.range-revamp-checkbox label {
    font-weight: 400;
    cursor: pointer;
    display: inline;
    color: #484848;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
.range-revamp-link {
    text-decoration: underline;
    font-weight: 500;
    color: #484848;
}
.range-revamp-stock-notification__form-button-container .range-revamp-stock-notification__form-button {
    width: calc(100% - 48px);
    margin: 24px;
}
.range-revamp-stock-notification__form-button-container .range-revamp-stock-notification__form-button.bold.f-14{
    font-size: 14px;
    font-weight: 600;
}
.range-revamp-link:active, .range-revamp-link:focus, .range-revamp-link:hover {
    color: #111;
}
.range-revamp-checkbox input[type=checkbox]:checked~.range-revamp-checkbox__symbol:before {
    opacity: 1;
}
.range-revamp-stock-notification__form-button-container {
    width: 100%;
    bottom: 0;
    right: 0;
    position: fixed;
    background: #fff;
    z-index:2;
    border-top: 1px solid #ddd;
}
.range-revamp-btn__inner {
    border-radius: 64px;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    -o-transition-property: opacity,transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.4,1);
    -o-transition-timing-function: cubic-bezier(.4,0,.4,1);
    transition-timing-function: cubic-bezier(.4,0,.4,1);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 56px;
    padding: 0 32px;
    width: 100%;
}
.range-revamp-btn--icon-primary .range-revamp-btn__inner, .range-revamp-btn--primary .range-revamp-btn__inner {
    background: #111;
}
.range-revamp-btn--primary:hover .range-revamp-btn__inner {
    background: #333;
}
.range-revamp-btn--danger:disabled .range-revamp-btn__inner, .range-revamp-btn--emphasised:disabled .range-revamp-btn__inner, .range-revamp-btn--icon-emphasised:disabled .range-revamp-btn__inner, .range-revamp-btn--icon-primary:disabled .range-revamp-btn__inner, .range-revamp-btn--icon-secondary:disabled .range-revamp-btn__inner, .range-revamp-btn--primary:disabled .range-revamp-btn__inner, .range-revamp-btn--secondary:disabled .range-revamp-btn__inner {
    background: #dfdfdf;
}
.range-revamp-btn__label {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}
.range-revamp-input-field input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 0;
    background: none;
    padding: 0;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    height: 48px;
    overflow: hidden;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    background: #fff;
    outline: none;
    margin: 0;
}
.range-revamp-input-field__border {
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 100%;
    border: 1px solid #929292;
    border-radius: 4px;
    pointer-events: none;
    -webkit-transition: border .1s cubic-bezier(.4,0,.4,1),-webkit-box-shadow .1s cubic-bezier(.4,0,.4,1);
    transition: border .1s cubic-bezier(.4,0,.4,1),-webkit-box-shadow .1s cubic-bezier(.4,0,.4,1);
    -o-transition: box-shadow .1s cubic-bezier(.4,0,.4,1),border .1s cubic-bezier(.4,0,.4,1);
    transition: box-shadow .1s cubic-bezier(.4,0,.4,1),border .1s cubic-bezier(.4,0,.4,1);
    transition: box-shadow .1s cubic-bezier(.4,0,.4,1),border .1s cubic-bezier(.4,0,.4,1),-webkit-box-shadow .1s cubic-bezier(.4,0,.4,1);
}
.range-revamp-form-field--error .range-revamp-input-field__border {
    border: 1px solid #e00751;
}

.range-revamp-form-field__content {
    margin-top: 0.25rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.range-revamp-form-field .range-revamp-form-field__content{
    display: none;
}
.range-revamp-form-field--error .range-revamp-form-field__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.range-revamp-form-field__character-limit, .range-revamp-form-field__message-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 1.5;
    color: #484848;
}
.range-revamp-form-field__icon-wrapper {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
    color: #fff;
    border-radius: 12px;
    width: 16px;
    height: 16px;
}
.range-revamp-form-field__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.range-revamp-form-field--error .range-revamp-form-field__icon-wrapper {
    background: #e00751;
}
.range-revamp-form-field--error .range-revamp-form-field__message,
.range-revamp-form-field__character-limit--error {
    color: #e00751;
}
.range-revamp-input-field__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.range-revamp-sheets.range-revamp-sheets--close {
    -webkit-animation: range-revamp-modalSlideDown cubic-bezier(.9,0,1,1) .1s;
    animation: range-revamp-modalSlideDown cubic-bezier(.9,0,1,1) .1s;
    pointer-events: none;
    -webkit-transition: visibility .1s linear;
    -o-transition: visibility linear .1s;
    transition: visibility .1s linear;
    visibility: hidden;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}
@-webkit-keyframes range-revamp-modalSlideToRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes range-revamp-modalSlideToRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes range-revamp-modalSlideToLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes range-revamp-modalSlideToLeft {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes range-revamp-modalBackdropEnter {
    0% {
        visibility: hidden
    }

    1% {
        visibility: visible
    }
}

@keyframes range-revamp-modalBackdropEnter {
    0% {
        visibility: hidden
    }

    1% {
        visibility: visible
    }
}

@-webkit-keyframes range-revamp-modalBackdropClose {
    0%,99% {
        visibility: visible
    }

    to {
        visibility: hidden
    }
}

@keyframes range-revamp-modalBackdropClose {
    0%,99% {
        visibility: visible
    }

    to {
        visibility: hidden
    }
}

@-webkit-keyframes range-revamp-modalSlideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes range-revamp-modalSlideDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes range-revamp-modalSlideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes range-revamp-modalSlideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width: 37.5em){
    .range-revamp-sheets {
        top: 0;
        border-radius: 8px 0 0 8px;
        width: calc(100% - 3em);
    }
    .range-revamp-sheets--small {
        max-width: 35em;
    }
    .range-revamp-sheets.range-revamp-sheets--enter {
        -webkit-animation: range-revamp-modalSlideToLeft cubic-bezier(0,0,.1,1) .2s;
        animation: range-revamp-modalSlideToLeft cubic-bezier(0,0,.1,1) .2s;
    }
    .range-revamp-sheets.range-revamp-sheets--close{
        -webkit-animation: range-revamp-modalSlideToRight cubic-bezier(.9,0,1,1) .1s;
        animation: range-revamp-modalSlideToRight cubic-bezier(.9,0,1,1) .1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards
    }
    .range-revamp-modal-header {
        height: 88px;
        min-height: 88px;
    }

    .range-revamp-stock-notification--all-stores .range-revamp-stock-notification__section-header {
        font-size: 20px;
        line-height: 1.45;
    }
    .range-revamp-stock-notification__form-button-container {
        max-width: 35em;
    }
}
@media (min-width: 56.25em){
    .range-revamp-sheets--small .range-revamp-btn {
        max-width: none;
    }
    .range-revamp-modal-header {
        padding: 0 3rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .range-revamp-sheets .range-revamp-btn {
        max-width: 360px;
    }
    .range-revamp-sheets--small .range-revamp-btn {
        max-width: none;
    }
    .range-revamp-modal-body {
        padding: 32px 58px;
    }
    .range-revamp-stock-notification__form-button-container .range-revamp-stock-notification__form-button {
        width: calc(100% - 80px);
        margin: 40px;
    }
}
.visible {
    visibility: visible!important;
}
.fixed-stretch {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mkd-page-footer img.wafasalaf{
    vertical-align: middle;
}

@media (max-width: 1024px){
    .popup__bg {
        top: -100px;
        bottom: -100px;
        opacity: 0;
        z-index: 0;
        background: #141414;
        visibility: hidden;
    }
    .popup__bg.visible {
        opacity: .5;
    }
    .popup__bg.animate {
        transition-property: opacity;
        will-change: opacity;
        transition-duration: 0.4s;
    }
}
div.rjs-text-container {
    padding: 10px;
    background-color: #EEEEEE;
    border-radius: .25rem;
    border: 1px solid #AAAAAA;
}
a.rjs-read-more,
a.rjs-read-more:visited,
a.rjs-read-less,
a.rjs-read-less:visited {
    text-decoration: none;
    cursor: pointer;
}

a.rjs-read-more,
a.rjs-read-more:visited {
    color: blue;
    padding-left: 5px;
}

a.rjs-read-less,
a.rjs-read-less:visited {
    color: red;
    padding-left: 10px;
}

a.rjs-read-more:hover,
a.rjs-read-less:hover {
    opacity: 0.7;
    text-decoration: underline;
    transition: all .3s;
}

a.rjs-read-more:active,
a.rjs-read-less:active {
    opacity: 0.5;
    text-decoration: underline;
    transition: all .3s;
}
.loader-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 25px;
    width: 100%;
    z-index: 9999
}
.loader-card {
    background-color: #fff;
    border-radius: 5px;
    max-width: 500px;
    text-align: center;
    width: 100%;
    padding: 3rem!important;
}
.loader{
    height: 50px;
    margin: auto;
    position: relative;
    width: 50px
}
.loader-container{
    display: none;
}
.loader-container.loader--fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}
.loader-message {
    font-size: 17px;
    font-weight: 100;
    line-height: 20px;
    margin-top: 20px
}
.loader--fixed.loader-container {
    background-color: rgba(0,0,0,.7)
}

.loader--fixed.loader-card {
    margin-bottom: 30%
}
.loader div {
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite;
    background-color: #8e8e93;
    border-radius: 50%/20%;
    height: 25%;
    left: 44.5%;
    position: absolute;
    top: 37%;
    width: 10%;
    will-change: opacity
}

.loader-basic div:first-child,.loader div:first-child {
    -webkit-animation-delay: -1.67s;
    animation-delay: -1.67s;
    -webkit-transform: rotate(30deg) translateY(-150%);
    transform: rotate(30deg) translateY(-150%)
}

.loader-basic div:nth-child(2),.loader div:nth-child(2) {
    -webkit-animation-delay: -1.58s;
    animation-delay: -1.58s;
    -webkit-transform: rotate(60deg) translateY(-150%);
    transform: rotate(60deg) translateY(-150%)
}

.loader-basic div:nth-child(3),.loader div:nth-child(3) {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
    -webkit-transform: rotate(90deg) translateY(-150%);
    transform: rotate(90deg) translateY(-150%)
}

.loader-basic div:nth-child(4),.loader div:nth-child(4) {
    -webkit-animation-delay: -1.42s;
    animation-delay: -1.42s;
    -webkit-transform: rotate(120deg) translateY(-150%);
    transform: rotate(120deg) translateY(-150%)
}

.loader-basic div:nth-child(5),.loader div:nth-child(5) {
    -webkit-animation-delay: -1.33s;
    animation-delay: -1.33s;
    -webkit-transform: rotate(150deg) translateY(-150%);
    transform: rotate(150deg) translateY(-150%)
}

.loader-basic div:nth-child(6),.loader div:nth-child(6) {
    -webkit-animation-delay: -1.25s;
    animation-delay: -1.25s;
    -webkit-transform: rotate(180deg) translateY(-150%);
    transform: rotate(180deg) translateY(-150%)
}

.loader-basic div:nth-child(7),.loader div:nth-child(7) {
    -webkit-animation-delay: -1.17s;
    animation-delay: -1.17s;
    -webkit-transform: rotate(210deg) translateY(-150%);
    transform: rotate(210deg) translateY(-150%)
}

.loader-basic div:nth-child(8),.loader div:nth-child(8) {
    -webkit-animation-delay: -1.08s;
    animation-delay: -1.08s;
    -webkit-transform: rotate(240deg) translateY(-150%);
    transform: rotate(240deg) translateY(-150%)
}

.loader-basic div:nth-child(9),.loader div:nth-child(9) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-transform: rotate(270deg) translateY(-150%);
    transform: rotate(270deg) translateY(-150%)
}

.loader-basic div:nth-child(10),.loader div:nth-child(10) {
    -webkit-animation-delay: -.92s;
    animation-delay: -.92s;
    -webkit-transform: rotate(300deg) translateY(-150%);
    transform: rotate(300deg) translateY(-150%)
}

.loader-basic div:nth-child(11),.loader div:nth-child(11) {
    -webkit-animation-delay: -.83s;
    animation-delay: -.83s;
    -webkit-transform: rotate(330deg) translateY(-150%);
    transform: rotate(330deg) translateY(-150%)
}

.loader-basic div:nth-child(12),.loader div:nth-child(12) {
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s;
    -webkit-transform: rotate(1turn) translateY(-150%);
    transform: rotate(1turn) translateY(-150%)
}

@media(max-width: 767.98px) {
    .loader {
        height:35px;
        width: 35px
    }

    .loader div {
        border-radius: 50%/16.67%;
        height: 25.71%;
        width: 8.57%
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loader {
    0% {
        opacity: .85
    }

    50% {
        opacity: .25
    }

    to {
        opacity: .25
    }
}

@keyframes loader {
    0% {
        opacity: .85
    }

    50% {
        opacity: .25
    }

    to {
        opacity: .25
    }
}
.row.no-gutters {
    margin-right: 0 ;
    margin-left: 0;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0 ;
    padding-left: 0;
}
.h5, h5 {
    font-size: 14px;
}
.col-3 {
    max-width: 25%;
}
.col-6 {
    max-width: 50%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
@media (min-width: 1025px) {
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none ;
    }
}
footer .widget ul li a{
    font-size: 14px;
    letter-spacing: -0.01em;
}
.mkd-title-separator-holder .list-category{
    float: right;
    list-style: none;
    padding: 10px 0;
    margin: 0 -10px;
}
@media (min-width: 1200px){
    .mkd-title-separator-holder .list-category{
        margin: -6px -10px;
    }
}
.mkd-title-separator-holder .list-category li{
    display: inline-block;
    padding: 0 10px;
}
.mkd-title-separator-holder .list-category li{
    font-size: 17px;
    color: #212529;
}
.mkd-plc-holder .mkd-plc-item .mkd-plc-title{
    font-weight: 500;
}
.mkd-plc-holder .mkd-plc-item .mkd-plc-title a{
    color: #06c;
    font-weight: 400;
    transition: color .25s linear,background-color .25s linear;
}
.mkd-plc-holder .mkd-plc-item .mkd-plc-title a:hover{
    color: #294eb6;
}

.mkd-plc-holder .mkd-plc-item .mkd-pli-category a {
    color: #adaeb0;
    font-size: 13px;
    font-weight: 400;
}
.mkd-plc-holder .mkd-plc-item .mkd-pli-category a:hover {
    color: #294eb6;
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    transition: color .3s ease-out;
}
.section-separator.section-separator-margin-top {
    padding-top: 20px;
}
.section-separator.section-separator-margin-bottom {
    padding-bottom: 20px;
}
.product-wrapper .product-content .price-cart-wrapper {
    position: relative;
    padding: 0;
    min-height: auto;
    border-bottom: 1px solid transparent;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.product-wrapper .product-content .price-cart-wrapper .btn-add-cart {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    line-height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: var(--button-hover-btn2);
    color: var(--white);
    border: 1px solid var(--button-hover-btn2-border);
    transition: all .35s ease 0s;
}
.product-wrapper .product-content .price-cart-wrapper .btn-add-cart svg path {
    fill: #fff;
}
.product-wrapper .product-content .price-cart-wrapper .btn-add-cart .text{
    margin-left: 8px;
}
@media (min-width: 768px){
    .section-separator.section-separator-margin-top {
        padding-top: 30px;
    }
    .section-separator.section-separator-margin-bottom {
        padding-bottom: 30px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
@media (min-width: 1440px){
    .boxed, .container {
        max-width: 1440px;
    }
}
.mkd-plc-holder .mkd-plc-item .mkd-plc-image-outer .discount-percent{
    position: absolute;
    background: #f14705;
    font-size: 14px;
    top: 0;
    right: 0;
    padding: 2px 5px;
    color: #fff;
    z-index: 10;
}
.max-1600 .container {
    max-width: 1600px;
    width: 100%;
}

.mkd-plc-holder .mkd-plc-item.mkd-pli-out-of-stock-holder .mkd-plc-image-outer .mkd-pli-out-of-stock {
    position: absolute;
    top: calc(50% + 19px);
    left: 50%;
    vertical-align: middle;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    right: auto;
    background: 0 0;
    display: block;
    width: auto;
    height: 24px;
    color: #ff4b4b;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 100;
}

.mkd-plc-holder .mkd-plc-item.mkd-pli-out-of-stock-holder .mkd-plc-image-outer img {
    opacity: .1;
}
.hover-effect07{
    position: relative;
    overflow: hidden;
}
.hover-effect07:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .5;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    -webkit-backface-visibility: hidden;
    width: 50px;
    z-index: 1;
}
.container{

    width: 100%;
}
.hover-effect07:hover:after {
    left: 120%;
    -webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    -webkit-backface-visibility: hidden;
}
.subscribe .wpcf7 form.sent .wpcf7-response-output,
.subscribe .wpcf7 form.invalid .wpcf7-response-output{
    margin: 0;
    margin-top: 8px;
    border-radius: 3px;
}
.subscribe .wpcf7 form.sent .wpcf7-response-output{
    background: #46b450;
}
.subscribe .wpcf7 form.invalid .wpcf7-response-output{
    background: #ffb900;
}
footer.mkd-page-footer .footer-contact .widget{
    font-size: 14px;
}
.mkd-banner-holder .mkd-banner-text{
    font-size: 15px;
}
footer #main-newsletter{
    padding: 0 15px;
    width: 100%;
    margin: 0 auto -33px;
    position: relative;
}

footer .main-newsletter-inner{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
}
footer .newsletter-container .newsletter-title {
    line-height: 30px;
    align-items: center;
    padding: 6px 0 15px;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    display: flex;
    color: #fff;
}
footer .newsletter-container .newsletter-title svg {
    width: 30px;
    height: 30px;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}

footer .newsletter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsletter-container form {
    width: 40%;
    margin: 0;
    position: relative;
    float: right;
}
footer #main-newsletter{
    z-index: 2;
}
.mkd-page-footer .mkd-footer-bottom-holder{
    background-color: #eaeaea;
}
.mkd-page-footer .mkd-footer-bottom-holder .mkd-footer-bottom-inner.mkd-grid{
    border-top: 0;
    padding-top: 12px;
    padding-bottom: 4px;
}
.mkd-social-icon-widget-holder{
    color: #333e48;
}
.mkd-page-footer .mkd-footer-top-holder .mkd-footer-top-alignment-left{
    padding-top: 58px;
}
footer .widget ul li a{
    color: #333e48;
}
footer .widget.widget_nav_menu ul.menu>li a:hover{
    color: #000;
    text-decoration: underline;
}
footer .widget.widget_nav_menu ul.menu>li a:after,
footer .widget.widget_nav_menu ul.menu>li a:before{
    border-bottom-color: #000;
}
.partner-wrapper {
    padding: 47px 15px 0px 15px;
    margin: auto;
}
.bottom-partner-list{
    display: none;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.partner-item {
    float: left;

    padding: 10px;
    text-align: center;
    position: relative;
}

.product-grid-section .product-grid-content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.blur-up {
    filter: blur(7px);
    transition: filter .3s;
}
.blur-up.lazyloaded {
    filter: blur(0);
}
.mkd-page-header .mkd-logo-area.fixed{
    /* padding-top: 10px !important;
     padding-bottom: 10px !important;*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 999;
    background: #fff;
    -webkit-animation-name: fade-In-Down;
    animation-name: fade-In-Down;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 65%);
    -ms-transform: 0 0 15px rgba(0,0,0,0.65);
    -o-transform: 0 0 15px rgba(0,0,0,0.65);
    box-shadow: 0 0 15px rgb(0 0 0 / 65%);
}
.mkd-page-header .mkd-logo-area.fixed.white{

}
header .mkd-mobile-side-area{
    position: fixed;
    padding: 0;
    right:auto;
    left:0;
    width: 325px;
    max-width: 100%;
    transform: translate(-100%);
    opacity: 0;
    transition: all .7s cubic-bezier(.25,1,.2,1);
    z-index: 9999;
    -webkit-transition: transform 0.7s cubic-bezier(0.25, 1, 0.2, 1);
    -moz-transition: transform 0.7s cubic-bezier(0.25, 1, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}

header .mkd-mobile-side-area .container{
    padding-left: 0px;
    padding-right: 0px;
}
header .mkd-mobile-side-area .mobile-side-area-navigation__head{
    padding: 20px 10px 10px 10px;
}
header .mkd-mobile-side-area .mobile-side-area-navigation__head svg{
    width:100%;
    height:100%;
}
header .mkd-mobile-side-area .mobile-side-area-navigation__head [data-js-popup-close]{
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding:8px;
}
header .mkd-mobile-side-area .mobile-side-area-navigation__head [data-js-popup-close][data-button-content="back"]{
    display: none;
}
header .mkd-mobile-side-area .mobile-side-area-navigation__head[data-js-popup-navigation-button="back"] [data-js-popup-close][data-button-content="back"]{
    display: block;
}
header .mkd-mobile-side-area .mobile-side-area-navigation__head[data-js-popup-navigation-button="back"] [data-js-popup-close][data-button-content="close"]{
    display: none;
}


header .mkd-mobile-side-area .popup-navigation__search {
    padding: 0 10px;
}
header .mkd-mobile-side-area .popup-navigation__search form{
    position: relative;
    padding-bottom: 5px;
    align-items: center;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
}
header .mkd-mobile-side-area .popup-navigation__search form input[type="search"]{
    min-height: 32px;
    display: block;
    width: 100%;
    background-clip: padding-box;
    outline-offset: -2px;
    font-size: 17px;
    line-height: 17px;
    background-color: #fff;
    color:#141414;
    -webkit-appearance: none;
    border: 0;
    font-weight: 300;
}
header .mkd-mobile-side-area .popup-navigation__search form input[type="search"]:focus,
header .mkd-mobile-side-area .popup-navigation__search form input[type="search"]:active{
    outline: none;
    border:0;
}
header .mkd-mobile-side-area .popup-navigation__search form label[for="Search"]{
    position: absolute;
    right:0;
    top:6px;
    cursor: pointer;
}
header .mkd-mobile-side-area .popup-navigation__search form label[for="Search"] svg{
    width: 20px;
    height: 20px;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner{
    /* padding-top: 25px;*/

    padding-bottom: 90Px;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner a:after{
    content: none !important;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner .menu__item--has-children a{
    display: flex;
    align-items: center;
    padding: 0;
    line-height: 36px;
    font-size: 15px;
    text-transform: uppercase;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner .menu__item--has-children a i{
    margin-left: auto;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner .menu__item--has-children .menu__item_arrow svg{
    display: block;
    height: 24px;
    width: 24px;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner .menu__item--has-children .menu__megamenu {

}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner .menu__item--has-children .menu__megamenu .menu__list {
    position: absolute;
    width: 100%;
    top: 0;
    left: 100%;
    display: none;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner .menu__item--has-children .menu__megamenu .menu__list.show{
    display: block;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner .menu__item--has-children .menu__megamenu .menu__list .row,
header .mkd-mobile-side-area .mkd-mobile-side-area-inner .menu__item--has-children .menu__megamenu .menu__list .container{
    margin-right: 0;
    margin-left: 0;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner .menu__item--has-children .menu__megamenu .menu__list .menu__item:not(.menu__back) a{
    font-size: 16px;
    line-height: 1.4705882353;
    font-weight: 400;
    font-family: SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: -.022em;
    padding: 7px 11px;
    padding-top: 8px;
    text-transform: none;
}

#menu-mobile-menu{
    transition-property: transform;
    transition-duration: 0.4s;
    min-height: 500px;
}
#menu-mobile-menu[data-mobile-level="2"] {
    transform: translate(-100%);
}
#menu-mobile-menu[data-mobile-level="3"] {
    transform: translate(-200%);
}

header .mkd-mobile-side-area.opened .mkd-mobile-nav{
    overflow: hidden;
}
.mkd-mobile-header .mkd-mobile-menu-opener a{
    padding-right: 0;
}
.mkd-mobile-header .mkd-mobile-menu-opener a .mkd-mobile-menu-icon svg{
    width: 24px;
    height: 24px;
    stroke: #141414;
}
header .mkd-mobile-side-area .mkd-mobile-nav ul li a{
    text-transform: uppercase;
    padding-bottom: 9px;
    width: 87%;
    display: flex;
    margin-left: 20px;
    padding: 11px 0;
    line-height: 18px;
}

header .mkd-mobile-side-area .mkd-mobile-side-area-inner{
    overflow: auto;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner .menu__item.menu__back a{
    font-size: 20px;
    line-height: 1.1428571429;
    font-weight: 500;
    letter-spacing: .007em;
}

header .mkd-mobile-side-area .mkd-mobile-nav ul li a h4{
    padding: 0.7rem;
}
header .mkd-mobile-side-area .mkd-mobile-nav ul li a .icon.icon-path {
    font-family: 'icon-dukamarket' !important;
    display: inline-block;
    font-size: 1.2rem;
    color: #090909;
    position: absolute;
    left: 90%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: 0;
    padding: 1rem;
    z-index: 1;
    cursor: pointer;
    transition: all .3s ease;
    top: 55%;
}
header .mkd-mobile-side-area .mkd-mobile-nav ul li a .icon.icon-path:before{
    content: "\e951";
}

header .mkd-mobile-side-area .mkd-mobile-nav ul li .nav-heading {
    font-weight: 700;
    padding: 1.2rem 2rem;
    color: #090909;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin: 0;
}
header .mkd-mobile-side-area .mkd-mobile-side-area-inner a{
    text-transform: none;
    border-width: 0;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-left: 2rem;
    line-height: 18px;
    font-size: 1em;
    padding: 12px 0;
}
@media only screen and (max-width: 991px) {
    header .mkd-mobile-side-area{
        background-color: #0c549f
    }
    header .mkd-mobile-side-area.opened{
        transform: none;
        opacity: 1;
    }
    header .mkd-mobile-side-area .mobile-side-area-navigation__head [data-js-popup-close] svg {
        fill: #fff;
    }
    header .mkd-mobile-side-area .mkd-mobile-nav ul li .nav-heading,
    header .mkd-mobile-side-area .mkd-mobile-nav ul li a,
    header .mkd-mobile-side-area .mkd-mobile-nav ul li a .icon.icon-path{
        color:#fff;
    }
    header .mkd-mobile-side-area .mkd-mobile-nav ul li a svg path[stroke] {
        stroke: #fff !important;
    }
}
@-webkit-keyframes fade-In-Down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fade-In-Down {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}
.mobile-department ul {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 15px 0;
}
.mobile-department ul li {
    list-style: none;
    text-align: center;
    flex: 0 0 auto;
    width: 25%;
    min-width: 96px;
    padding: 0 7.5px 15px;
}
.mobile-department ul li a {
    color:#333e48;
    font-size: 14px;
    font-weight: 600;
}
.mobile-department ul li a svg {
    width: 40px;
    height: 40px;
}
.mobile-department ul li .text {
    display: block;
    clear: both;
    padding-top: 5px;
}
.mobile-department ul::-webkit-scrollbar {
    height: 6px;
    background: #eee;
    border-radius: 25px;
}
.mobile-department ul::-webkit-scrollbar-thumb {
    background:#fed700;
    border-radius: 25px;
}
@media (max-width: 812px){
    .mobile-department ul {
        -webkit-overflow-scrolling: touch;
    }

}
@media (max-width: 768px) {
    .hotline-bar {
        display:none
    }
    .mobile-department ul li {
        /*  width: 20%;
          padding: 0 15px 15px;*/
    }

}

@media (min-width: 768px){
    .slick-slider:not(#HomeSlider) .slick-dots{
        text-align: center;
        margin: 11px auto 0;
        z-index: 2;
        position: relative;
        display: flex;
        justify-content: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        align-items: center;
        flex-wrap: wrap;
        top:0;
        left: 0;
        background: transparent;
    }
    .product-grid-section .product-grid-content {
        padding-top: 34px;
        padding-bottom: 34px;
    }
}

@media (max-width: 767px){
    .mkd-page-footer{
        padding-top: 15px;
    }
    .subscribe .text {
        margin-bottom: 15px;
    }
    footer .newsletter-container{
        display: block;
    }
    footer .newsletter-container .newsletter-title {
        padding-bottom: 4px;
        -webkit-padding-end: 20px;
        padding-inline-end: 20px;
        align-items: center;
        justify-content: center;
    }

    .newsletter-container form {
        float: none;
        width: 100%;
        display: block;
    }

}
@media (min-width: 1500px)
{
    .product-grid-section .navigator-position-2 .slick-slider .slick-arrow.button-prev {
        left: -18px;
    }
    .product-grid-section .navigator-position-2 .slick-slider .slick-arrow.button-next {
        right: -18px;
    }
}

footer .widget.widget_nav_menu h3 .icon svg path {
    fill: #333e48;
}
footer .widget.widget_nav_menu h3 .icon {
    display: none;
}
footer .widget.widget_nav_menu.active h3 .icon {
    transform: rotate(180deg);
}

@media only screen and (max-width: 480px){
    .mkd-title-separator-holder .mkd-ts-link {
        margin-top: 5px;
        width: auto;
    }
}
.arcontactus-widget .arcontactus-message-button p{
    margin-top: -6px;
}
.grecaptcha-badge {
    display: none;
}
footer .line {
    border-top: 1px solid #dddddd;
}

header .header-top .header-control {
    display: inline-flex;
    margin: 0;
    padding: 0;
}
header .header-top .header-control li:last-child {
    padding-right: 0;
}

.mkd-product-search-holder .tt-menu{
    border: 1px solid #f5f5f5;
    border-radius: 3px;
}
.header-search .detail_link,
.header-search .detail_link:focus{
    width: 95%;
    background: #fcbe00;
    border-radius: 3px;
    line-height: 35px;
    color: #222;
    font-size: 16px;
    justify-content: center;
    align-content: center;
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    outline: 0;
    margin: auto;
}
.header-search a.detail_link:hover{
    background-color: #fcb200;
    text-decoration: none;
    outline: 0;
}
.mkd-product-search-holder .tt-suggestion{
}
.header .header-nav-mobile.mkd-mobile-menu-opener{
    height: auto;
    float: none;
}

@media only screen and (max-width: 767px){
    .mkd-product-search-holder .tt-suggestion{
        float:none;
        width:100%;
        padding: 10px 5px;
        border-bottom: 1px solid #ebebeb;
    }
    .mkd-product-search-holder .tt-suggestion .mkd-product-search-item:after{
        /*     display: none;*/
    }
    header .mkd-product-search-holder .tt-menu{
        max-height: 365px;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 15px 10px;
    }
    .mkd-product-search-holder .tt-suggestion .mkd-product-search-item .mkd-product-search-image{
        width:26%;
    }
    .mkd-product-search-holder .tt-suggestion .mkd-product-search-item .mkd-product-search-item-content{
        width:72%;
    }
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    cursor: pointer;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
    cursor: pointer;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: black;
    border-radius: 1.5px;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
    width: 3px;
    left:50% ;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.simplebar-track.simplebar-horizontal {
    left: 48px;
    height: 11px;
    right: 48px;
}
.simplebar-track:before{
    content: '';
    position: absolute;
    background: #8f8f8f;
    border-radius: 1.5px;
}
.simplebar-track.simplebar-vertical:before{
    top: 0;
    width: 3px;
    bottom: 0;
    left:50% ;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 15px;
    margin-bottom: 15px;
}
.simplebar-track.simplebar-horizontal:before{
    left: 0;
    right: 0;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    left: 0;
    right: 0;
    height: 3px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.simplebar-track.simplebar-horizontal.simplebar-hover .simplebar-scrollbar:before {
    height: 5px;
    border-radius: 2.5px;
    background-color: #313131;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.showcase-card-tab-inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 708px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 12px;
}
.showcase-card-tab--merchandizing .showcase-card-tab__card-wrap,
.showcase-card-tab--merchandizing .showcase-card-tab-inner-container {
    height: 708px;
}
.showcase-card-tab-card {
    position: relative;
    display: inline-block;
    direction: ltr;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-size: 0;
}
.showcase-card-tab--merchandizing .showcase-card-tab-card--small,
.showcase-card-tab--merchandizing .showcase-card-tab-card--product-small {
    width: 25%;
    height: 50%;
    padding: 0 24px 24px 0;
}
.showcase-card-tab--merchandizing .showcase-card-tab-card--long,
.showcase-card-tab--merchandizing .showcase-card-tab-card--large {
    width: 50%;
    height: 100%;
    padding: 0 24px 24px 0;
}
.showcase-card-tab-card__full-bleed-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: none
}
a.showcase-card-tab-card__full-bleed-wrap:hover,
a.showcase-card-tab-card__full-bleed-wrap:focus,
a.showcase-card-tab-card__full-bleed-wrap:active,
a.showcase-card-tab-card__full-bleed-wrap:visited{
    outline: none
}
.showcase-card-tab-card__text-color--black .showcase-card-tab-card__full-bleed-wrap {
    color: #000;
}
.showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-name-text-wrap ,
.showcase-card-tab--merchandizing .showcase-card-tab-card--small .showcase-card-tab-card__product-name-text-wrap {
    position: absolute;
    bottom: 72px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 298px;
    text-align: center;
    z-index:1;
}
.showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-name-text-inner ,
.showcase-card-tab--merchandizing .showcase-card-tab-card--small .showcase-card-tab-card__product-name-text-inner {
    position: relative;
    height: 48px;
}

.showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-name ,
.showcase-card-tab--merchandizing .showcase-card-tab-card--small .showcase-card-tab-card__product-name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 298px;
    max-height: 48px;
    font-size: 18px;
}
.showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-description-wrap ,
.showcase-card-tab--merchandizing .showcase-card-tab-card--small .showcase-card-tab-card__product-description-wrap {
    position: absolute;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    font-size: 15px;
    z-index: 2;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity cubic-bezier(0.4,0,0.2,1) .3s .1s,visibility cubic-bezier(0.4,0,0.2,1) .3s .1s,bottom cubic-bezier(0.4,0,0.2,1) .3s .1s;
    transition: opacity cubic-bezier(0.4,0,0.2,1) .3s .1s,visibility cubic-bezier(0.4,0,0.2,1) .3s .1s,bottom cubic-bezier(0.4,0,0.2,1) .3s .1s;
    bottom: 20px;
    width: 298px;
    line-height: 1.5;
    font-weight: 400;
}
.showcase-card-tab--merchandizing .color--white{
    color:#fff !important;
}
.showcase-card-tab--merchandizing .showcase-card-tab-card__product-cta {
    display: inline-block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity cubic-bezier(0.4,0,0.2,1) .3s .1s,visibility cubic-bezier(0.4,0,0.2,1) .3s .1s,bottom cubic-bezier(0.4,0,0.2,1) .3s .1s;
    transition: opacity cubic-bezier(0.4,0,0.2,1) .3s .1s,visibility cubic-bezier(0.4,0,0.2,1) .3s .1s,bottom cubic-bezier(0.4,0,0.2,1) .3s .1s;
}
.showcase-card-tab--merchandizing .showcase-card-tab-card__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 1;
    background-color: #f4f4f4;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.showcase-card-tab--merchandizing .showcase-card-tab-card__img-wrap img.mobile{
    display: none !important;
}
.showcase-card-tab-card--small >a:hover .showcase-card-tab-card__product-description-wrap,
.showcase-card-tab-card--small .showcase-card--hover .showcase-card-tab-card__product-description-wrap{
    bottom: 68px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity cubic-bezier(0.4,0,0.2,1) .3s,visibility cubic-bezier(0.4,0,0.2,1) .3s,bottom cubic-bezier(0.4,0,0.2,1) .3s;
    transition: opacity cubic-bezier(0.4,0,0.2,1) .3s,visibility cubic-bezier(0.4,0,0.2,1) .3s,bottom cubic-bezier(0.4,0,0.2,1) .3s;
}
.showcase-card-tab-card--small >a:hover .showcase-card-tab-card__product-cta,
.showcase-card-tab-card--small .showcase-card--hover .showcase-card-tab-card__product-cta{
    bottom: 24px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity cubic-bezier(0.4,0,0.2,1) .3s .1s,visibility cubic-bezier(0.4,0,0.2,1) .3s .1s,bottom cubic-bezier(0.4,0,0.2,1) .3s .1s;
    transition: opacity cubic-bezier(0.4,0,0.2,1) .3s .1s,visibility cubic-bezier(0.4,0,0.2,1) .3s .1s,bottom cubic-bezier(0.4,0,0.2,1) .3s .1s;
}
@media only screen and (max-width: 1440px){
    .showcase-card-tab-inner-container {
        left: 0.83333333vw;
        height: 41.11111111vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-inner-container {
        height: 49.16666667vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small {
        padding: 0vw 1.66666667vw 1.66666667vw 0vw;
    }

    .showcase-card-tab-card__full-bleed-wrap {
        border-radius: 1.38888889vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-name-text-wrap {
        bottom: 5vw;
        width: 20.69444444vw;
        margin-left: 1.11111111vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-name-text-inner {
        height: 3.33333333vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-name {
        max-width: 20.69444444vw;
        max-height: 3.33333333vw;
        font-size: 1.25vw;
    }
    .showcase-card-tab-card__img-wrap {
        border-radius: 1.38888889vw;
    }
    .showcase-card-tab-card__product-cta {
        bottom: 0.27777778vw;
        height: 2.77777778vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-large {
        padding: 0vw 1.66666667vw 1.66666667vw 0vw;
    }

    .mkd-vertical-align-containers .mkd-position-right{
        display: none;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-description-wrap,
    .showcase-card-tab--merchandizing .showcase-card-tab-card--small .showcase-card-tab-card__product-description-wrap {
        display: block;
        bottom: 0.93vw;
        width: 90%;
        font-size: 12px;
    }
}
@media only screen and (max-width: 890px){
    .showcase-card-tab--merchandizing .showcase-card-tab-card--small .visible-desktop,
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .visible-desktop{
        display: none;
    }
}
@media only screen and (max-width: 767px){
    .showcase-card-tab--merchandizing .showcase-card-tab__inner {
        height: auto;
    }
    .showcase-card-tab__card-wrap {
        width: 91.11111111vw;
        height: 164.44444444vw;
        overflow: hidden;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab__card-wrap,
    .showcase-card-tab--merchandizing .showcase-card-tab-inner-container {
        height: 164.44444444vw;
        padding-bottom: 4.44444444vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__full-bleed-wrap {
        width: 41.11111111vw;
    }
    .showcase-card-tab-inner-container {
        left: 2.22222222vw;
        height: 164.44444444vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-inner-container {
        height: 164.44444444vw;
        padding-bottom: 4.44444444vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small.mobile-text-only .showcase-card-tab-card__product-name-text-wrap {
        bottom: 3.88888889vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-large,
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-long {
        width: 100%;
        height: 33.333333%;
        padding: 0vw 4.44444444vw 4.44444444vw 0vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-name-text-wrap {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 12.77777778vw;
        width: 100%;
        height: 8.88888889vw;
        padding: 0vw 1.66666667vw;
        margin-left: 0;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small.mobile-text-only .showcase-card-tab-card__product-name-text-wrap {
        bottom: 3.88888889vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-name-text-inner {
        position: relative;
        height: 8.88888889vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-name-text-inner .showcase-card-tab-card__product-name {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        max-width: 37.77777778vw;
        max-height: 8.88888889vw;
        font-size: 3.33333333vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--small,
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small {
        width: 50%;
        height: 33.333333%;
        padding: 0vw 2.44444444vw 3.44444444vw 0vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card--product-small .showcase-card-tab-card__product-description-wrap,
    .showcase-card-tab--merchandizing .showcase-card-tab-card--small .showcase-card-tab-card__product-description-wrap {
        width: 100%;
        top: 37.22222222vw;
    }

    .showcase-card-tab--merchandizing .showcase-card-tab-card--large,
    .showcase-card-tab--merchandizing .showcase-card-tab-card--long {
        width: 100%;
        height: 33.333333%;
        padding: 0vw 2.44444444vw 3.44444444vw 0vw;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card__img-wrap img.desktop{
        display: none !important;
    }
    .showcase-card-tab--merchandizing .showcase-card-tab-card__img-wrap img.mobile{
        display: block !important;
    }
}

html.noscroll,
html.noscroll body {
    overflow: hidden !important;
    height: 100% !important;
}
html.noscroll {
    overflow-y: scroll !important;
}
#page-header-search-backdrop {
    background: rgba(0,0,0,0.48);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.waitindicator {
    animation-duration:1s;
    animation-fill-mode:both;
    animation-iteration-count:infinite;
    animation-name:waitindicator-animation;
    animation-timing-function:linear;
    background-position:50% 50%;
    background-repeat:no-repeat;
    border-radius:50%;
    display:block
}
.waitindicator:focus {
    outline:none
}
.waitindicator:focus[data-focus-method=key],
html.as-keyboarduser .waitindicator:focus {
    outline:2px solid var(--sk-focus-color,#0071e3);
    outline-offset:3px
}
@media(prefers-reduced-motion:reduce) {
    .waitindicator {
        animation:none
    }
}
.waitindicator-inline {
    display:inline-block;
    margin-inline-start:.24em;
    margin-bottom:-.1em;
    margin-top:-.1em;
    position:relative;
    top:-.1em;
    vertical-align:middle
}
[class*=waitindicator12] {
    height:18px;
    width:18px
}
.waitindicator12-blue {
    background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%280%2C102%2C204%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M11.248%203.437a6%206%200%201%200%203.62%204.316%22%2F%3E%3C%2Fsvg%3E")
}
.waitindicator12-gray {
    background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28134%2C134%2C139%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M11.248%203.437a6%206%200%201%200%203.62%204.316%22%2F%3E%3C%2Fsvg%3E")
}
[class*=waitindicator16] {
    height:24px;
    width:24px
}
.waitindicator16-blue {
    background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%280%2C102%2C204%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.997%204.583a8%208%200%201%200%204.828%205.754%22%2F%3E%3C%2Fsvg%3E")
}
.waitindicator16-gray {
    background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28134%2C134%2C139%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M14.997%204.583a8%208%200%201%200%204.828%205.754%22%2F%3E%3C%2Fsvg%3E")
}
[class*=waitindicator18] {
    height:28px;
    width:28px
}
.waitindicator18-blue {
    background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%280%2C102%2C204%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M17.371%205.655a9%209%200%201%200%205.432%206.474%22%2F%3E%3C%2Fsvg%3E")
}
.waitindicator18-gray {
    background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20style%3D%22%22%3E%3Cpath%20stroke%3D%22rgb%28134%2C134%2C139%29%22%20stroke-linecap%3D%22round%22%20d%3D%22M17.371%205.655a9%209%200%201%200%205.432%206.474%22%2F%3E%3C%2Fsvg%3E")
}
[class*=waitindicator24] {
    height:36px;
    width:36px
}
.typography-label {
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: .009em;
    line-height: 1.1666666667;
}
.form-selector-label {
    cursor: pointer;
    font-family: SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.2353641176;
    text-align: center;
}
.form-selector-label .form-selector-left-col {
    align-self: center;
    position: relative;
    text-align: left;
}
.form-selector-label .form-selector-right-col {
    align-self: center;
    position: relative;
    text-align: right;
}
.form-checkbox {
    position: relative;
}
.form-checkbox-input {
    height: .9411764706rem;
    inset-inline-start: 0;
    opacity: 0;
    position: absolute;
    top: .1764705882rem;
    width: .9411764706rem;
}
.form-checkbox .form-label {
    margin-bottom: 11px;
    padding-left: 20px;
    cursor: pointer;
}
.form-checkbox .form-checkbox-indicator {
    background-color: #fffc;
    border-color: #86868b;
}
.form-checkbox a{
    color:#0071e3;

}
.form-checkbox a:hover{
    text-decoration: underline;
}
.form-checkbox-indicator {
    border-radius:3px;
    border-style:solid;
    border-width:1px;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    inset-inline-start: 0;
    position: absolute;
    top: 1px;
    width: 14px;
}
.form-checkbox-input:checked ~ .form-label .form-checkbox-indicator{
    background-color: #0071e3;
    border-color: #0071e3;
    color: #fff;
}
.form-checkbox-input:checked ~ .form-label .form-checkbox-indicator::after {
    content: "\e94c";
    font-family: icon-dukamarket !important;
    font-size: 13px;
    font-weight: 400;
    inset-inline-start: .5px;
    letter-spacing: .012em;
    line-height: 14px;
    position: absolute;
    top: 0px;
}
.mdc-radio__background {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    z-index: 10;
}
.mdc-radio__background::before {
    position: absolute;
    transform: scale(0, 0);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.mdc-radio__outer-circle {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
    border-color: #555;
    border-width: 1px;
}
.mdc-radio__inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    transform: scale(0, 0);
    border-width: 10px;
    border-style: solid;
    border-radius: 50%;
    transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}
.rdc-radio {
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.rdc-radio input[type="radio"]{
    opacity: 0;
    position: absolute;
    lef:0;
    top:0;
    width:36px;
    height:36px;
    margin-left: -36px;

}
.rdc-radio input[type="radio"]:enabled:checked+.mdc-radio__background .mdc-radio__outer-circle{
    border-color:#2189ff;
}
.rdc-radio input[type="radio"]:enabled:checked+.mdc-radio__background .mdc-radio__inner-circle{
    border-color:#2189ff;
    transform: scale(0.5);
}
body .rdc-radio+label {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 16px;
}

.form-label {
    color: #1d1d1f;
    display: inline-block;
    font-family: SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.022em;
    line-height: 1.2353641176;
    position: relative;
}

.typography-body-reduced {

}
.typography-body-reduced-tight {
    font-family: SF Pro Text,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.016em;
    line-height: 1.2857742857;
}
.fulfillment-loading {
    border-bottom: 1px solid #d2d2d7;
    height: 393px;
    padding-top: 166px;
    text-align: center;
}
.modal.customised .modal-content{
    font-family: 'SamsungOne',"SF-Pro-Display","Human BBY",sans-serif;
    padding: 24px;
    display: flex ;
    flex-flow: column;
    border-radius: 20px;
    margin: 1% auto;
    color:#1d1d1f;
    background-color: #fff;
}
.modal.customised .modal-dialog{
    position: absolute;
    bottom: unset;
    right: unset;
    max-width: 500px;
    min-width: 89%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal.customised  .modal-content .modal-header {
    padding: 0;
    border:0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 8px;
    text-align: start;
}
.modal.customised  .modal-content .modal-header h1,
.modal.customised  .modal-content .modal-header h3{
    font-size: 26px;
    line-height: 34px;
    margin: 0;
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: .009em;
    line-height: 1.1666666667;
}
.modal.customised  .modal-content .modal-body{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    text-align: start;
    align-items: flex-start;
    padding-bottom: 32px;
    line-height: 1.25;
    font-size: 16px;
    padding:0;
    padding-bottom: 32px;
}
.modal.customised  .modal-content .modal-footer {
    display: flex;
    gap: 8px;
    margin: 0;
    justify-content: initial;
    flex-direction: column-reverse;
    border:0;
    padding: 0;
}
.modal.customised  .modal-content .modal-footer button {
    cursor: pointer;
    width: 100%;
    text-shadow: none;
}
.modal.customised  .modal-content .modal-footer:before,
.modal.customised  .modal-content .modal-footer:after{
    display: none;
}
.modal.customised .modal-header button[class*=__close] {
    border: none;
    background: none;
    cursor: pointer;

}
.modal.customised .modal-header button[class*=__close]>div,
.modal.customised .modal-header button[class*=__close]>i{
    -webkit-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
    height: 24px;
    width: 24px;
    overflow: hidden;
    font-size:20px;
}
@media (min-width: 1280px) {
    .modal.customised  .modal-content .modal-footer {
        gap: 16px;
        flex-direction: row;
    }
    .modal.customised .modal-header button[class*=__close]>div{
        height: 16px;
        width: 16px;
    }
}
@media only screen and (max-width: 420px){
    .mkd-container-inner, .mkd-grid, .mkd-row-grid-section {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px){
    .mkd-top-bar{
        display: none;
    }
}
@media (min-width: 768px) {
    .modal.customised  .modal-dialog {
        min-width: 500px;
    }
}
.bold{
    font-weight: 700;
}
.radio-v3 {
    display: inline-block;
    position: relative;
    font-size: 0;
}
.radio-v3__input {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
.radio-v3__label-box-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 28px;
    height: 28px;
}

.radio-v3__label {
    display: flex;
    color: #000;
    cursor: pointer;
    font-size: 0;
    align-items: center;
    justify-content: center;
}
input[type='radio']:checked ~ .radio-v3__label:hover, input[type='radio']:checked:focus ~ .radio-v3__label {
    border-color: rgba(0, 0, 0, 0.7);
}
.radio-v3__label-box {
    width: 24px;
    height: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #8f8f8f;
    background: transparent;
}
.radio-v3__label-box-circle {
    border-radius: 50%;
    background: transparent;
    -webkit-transition: -webkit-transform .1s
        cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform .1s
        cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .1s
        cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform .1s
        cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform .1s
        cubic-bezier(0.4, 0, 0.2, 1);
}
.radio-v3__label-box-circle:after{
    content: "";
    display: block;
    border-radius: 64px;
}
input[type='radio']:hover ~ .radio-v3__label .radio-v3__label-box-circle{
    background: #dfdfdf;
    content: "";
    width: 8px;
    height: 8px;
    display: block;
}
.radio-v3__label-text {
    display: inline-block;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    padding-left: 4px;
}
.samsung-one .radio-v3__label-text{
    font-size: 20px;
}
input[type='radio']:checked ~ .radio-v3__label .radio-v3__label-box {
    border-color: #000;
}
input[type='radio']:checked ~ .radio-v3__label .radio-v3__label-box-circle {
    background: #0058a3;
    content: "";
    width: 16px;
    height: 16px;
    display: block;
}
input[type='radio']:checked ~ .radio-v3__label:hover .radio-v3__label-box-circle, input[type='radio']:checked:focus ~ .radio-v3__label .radio-v3__label-box-circle {
    background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 767px) {
    .radio-v3__input {
        width: 6.66666667vw;
        height: 6.66666667vw;
    }
    .radio-v3__label-box-wrap {
        width: 6.66666667vw;
        height: 6.66666667vw;
    }
    .radio-v3__label-box {
        width: 5.55555556vw;
        height: 5.55555556vw;
    }
    .radio-v3__label-box-circle {
        width: 3.33333333vw;
        height: 3.33333333vw;
    }
    .radio-v3__label-text {
        line-height: 6.66666667vw;
        font-size: 3.88888889vw;
        padding-left: 1.11111111vw;
    }
}

