@charset "UTF-8";
*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: border-box
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

figcaption,
figure,
main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects
}
dd,
dl {
    margin: 0
}

ol,
ul {
    list-style: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
video {
    display: inline-block
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: visible
}

button {
    padding: 0
}

button,
input:focus,
li,
ul {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    border: none;
    -webkit-appearance: none
}

input[type=text],
select {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
    outline: none
}

button,
select {
    text-transform: none
}

select {
    box-sizing: border-box
}

textarea {
    overflow: auto;
    resize: vertical;
    border-radius: 0
}

[tabindex="0"],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute
}

[aria-disabled] {
    cursor: default
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    margin: 0;
    outline: 0;
    padding: 0;
    word-break: break-word;
}
select, .uk-textarea, textarea, input[type='text'], input[type='button'], input[type='email'], input[type='password'], input[type='submit'], input[type='tel'], input[type='url'], input[type='number'], input[type='reset'], textarea, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: .95rem;
    border-radius: 4px;
}
html, body{
    height: auto;
    overflow-x: hidden;
}
body {
    font: 65.5%/1 "BrandonText","Helvetica Neue",Arial,"Lucida Grande",sans-serif;
    font-weight: 400;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    /* background: #fcf8f3; */
    background: white;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#app,
#footer {
    font-size: 1rem;
}

input,
textarea,
select,
a,
button {
    outline: none;
    font-family: 'BrandonText',"Helvetica Neue",Arial,"Lucida Grande",sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: normal;
}

i,
em {
    font-style: normal;
}
ul, li {
    list-style: none;
}
#noscript {
    margin: 10px auto;
}

.wrapper {
    max-width: 1440px;
    width: 100%;
    padding:0 20px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.wrapper-grid {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.uk-logo,
.uk-logo img {
    width: 180px;
    transition: all .3s;
}
#header .mod-header-logo .uk-logo{
    margin:0 auto;
}
#header .mod-header-logo .uk-logo, #header .mod-header-logo .uk-logo img{
    width: 200px !important;
}
#header.uk-sticky-fixed .mod-header-logo{
    display: none !important;
}
#header.uk-sticky-fixed nav .mod-logo{
    display: block !important;
}
#modal-search {
    top:0px;
    padding:0;
    z-index: 999;
}
#modal-search .modal-navbar-search{
    background: rgba(255, 255, 255, 0.98);
    height: 200px;
    text-align: center;
    margin:0;
    z-index: 9999;
    position: relative;
}
#modal-search .uk-modal-dialog{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:0 0 40px 40px;
    margin:0 auto;
    position: fixed;
    width: 100vw;
}
#modal-search .uk-modal-dialog > form {
    width:80vw;
    max-width: 600px;
    margin:0 auto;
}
#modal-search .uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #eee;
    font-size: 1.2rem;
}
#modal-search .uk-search-large .uk-search-icon {
    width: 60px;
    left: auto;
    right: 0;
    cursor: pointer;
    z-index: 999999;
}
#modal-search .uk-search-large .uk-search-icon:not(.uk-search-icon-flip) ~ .uk-search-input{
    padding-left: 15px;
    padding-right: 60px;
    height: 60px;
}
#modal-search .uk-search-large .uk-search-icon svg{
    width:25px;
}
#modal-search::after {
    content: "";
    display: block;
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
}
.navbar-search {
    margin-left: 20px;
}
.blank{
    width: 100%;
    height: 0;
    clear:both;
}
.blank-2rem{
    height: 2rem;
}

#header .uk-navbar-nav>li>a,
#header .uk-navbar-item,
#header .uk-navbar-toggle {
    height: 3rem;
    min-height: 3rem;
}
#header .uk-navbar-item.uk-logo{
   
}

.uk-navbar-item .uk-icon svg{
    width: 1.8rem;transform: translateY(2px);
}
#mainnav * {
    box-sizing: border-box;
}

#mainnav>li>.uk-navbar-dropdown {
    top: 44px !important;
    background: #fff;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .05);
}

#mainnav>li .uk-navbar-dropdown-grid>div {
}

#mainnav>li>.uk-navbar-dropdown .first-white-navlist {
    height: 100%;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

#mainnav>li>.uk-navbar-dropdown .first-white-navlist li {
    padding: .2rem 0;
}

#mainnav>li>.uk-navbar-dropdown .first-white-navlist li a {
    color: #000;
    font-weight: 400;
}

#mainnav>li>.uk-navbar-dropdown ul {
    padding: 1.5rem 1.5rem;
    box-sizing: border-box;
}

#mainnav>li>.uk-navbar-dropdown ul:first-child {
    padding-bottom: 1.5rem;
}

#mainnav>li>.uk-navbar-dropdown ul li {
    line-height: 1;
    padding: .1rem 0;
}
#mainnav>li>.uk-navbar-dropdown ul li.sub-menu-title {
    font-size: 1rem;
    font-family: 'Saudagar';
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #333;
}
#mainnav>li>.uk-navbar-dropdown ul li a {
    color: #999;
    font-size: .9rem;
    transition: all .3s;
    display: inline-block;
    position: relative;
    overflow: hidden;
    font-weight: normal;
}
#mainnav>li>.uk-navbar-dropdown ul li a:after {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #231f20;
    background-color: #000;
    transform: translateX(-101%);
    transition: transform 0s ease;
}
*, :after, :before {
    box-sizing: border-box;
}

#mainnav>li>.uk-navbar-dropdown ul li a:not(.btn):hover:after {
    opacity: .4;
    transform: translate3d(0, 3px, 0);
}

#mainnav>li>.uk-navbar-dropdown ul li a:hover {
    /* text-decoration: underline; */
    color: #000;
}
#mainnav>li>.uk-navbar-dropdown ul li a:hover::after {
    transform: translateX(101%);
    transition: transform .5s ease;
}

#mainnav>li>.uk-navbar-dropdown ul .uk-nav-header {
    font-weight: 600;
    color: #000;
    font-size: .8rem;
    margin-bottom: .5rem;
}

#mainnav>li .uk-navbar-dropdown-grid {
    margin-left: 0;
}

#mainnav>li .uk-navbar-dropdown-grid> :not(.uk-first-column)::before {
    display: none;
}

#mainnav>li .uk-navbar-dropdown-grid>* {
    padding-left: 0;
}

#mainnav>li {
    position: relative;
}

#mainnav>li>a {
    font-size: .88rem;
    position: relative;
    z-index: 1;
}

.modal-navbar-search .uk-input {
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    color: #000;
    width: 100%;
    border-width: 0 0 1px;
    border-color: #000;
    padding: 0;
    background: transparent;
}

.uk-modal-body.modal-navbar-search {
    padding: 10px 20px;
}

.modal-navbar-search form {
    position: relative;
}

.modal-navbar-search .uk-button {
    padding: 0;
    position: absolute;
    top: 10px;
    right: 0;
    background: transparent;
}

.modal-navbar-search .uk-button .uk-icon {
    color: #000;
}

.modal-navbar-search .uk-button:hover span {
    color: black;
}

.form-group {
    margin-bottom: 10px;
}

.form-label {
    font-size: 14px;
}

.uk-open>.modal-navbar-search {
    border-radius: 0;
    background: transparent;
}

.font-small {
    font-size: 12px;
}

#header {
    z-index: 999;
    transition: all .3s;
    padding:0;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100px;
    margin-bottom: 20px !important;
    background: white;
}
#header.uk-sticky-fixed.uk-active {
    background: #fff;
    height: 66px;
}
#index #header{
    margin-bottom: 0 !important;
}
#header.uk-sticky-fixed.uk-active .uk-logo,
#header.uk-sticky-fixed.uk-active .uk-logo img {
    width: 140px;
}
#header.uk-sticky-fixed.uk-active .header-bottom {
}
#mainnav{
    width: 100%;justify-content: center;
}
#header .uk-navbar-dropdown {
    /* top: 44px !important; */
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .04);
    border-top-color: #fff;
}

#header .uk-navbar-nav a:hover {
    color: black;
}

#header .uk-navbar-nav>li>a {
    padding: 0 10px;
    font-weight: 400;
    font-size:.8rem;
    font-weight: 600 !important;
    color: #000;
    transition: all 0.2s;
    top:0;
    transition: none;
    border:1px solid transparent;
    border-bottom: none;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}
#header .uk-navbar-nav>li>a:hover{
    color:#008fa1
}

#header .uk-navbar-nav>li>a.uk-open{
    background: #fff2f0;
    border-color:#ffcbc5;
}
#mainnav>li>.uk-navbar-dropdown{
    transition: none;
    top:27px !important;
    background-color: #fff2f0;
    border-color: #ffcbc5 !important;
    z-index: 0;
}
#header .uk-navbar-nav>li:first-child>a {
}

#header .uk-navbar-nav a {
    color: #000;
}

#header .uk-navbar-dropdown {
    padding: 15px 20px;
}

#header .uk-navbar-nav>li>a .uk-icon {
    color: #555;
    margin-top: 2px;
}

#header .uk-navbar-nav>li>a .uk-icon svg {
    width: 18px;
    position: relative;
    top: 0;
    left: 1px;
}

#header .uk-navbar-item .uk-navbar-item-child {
    margin-left: 15px;
    color: #333;
}

.header-top {
    text-align: right;
    background: #000;
}

.header-top .wrapper .header-items {
    float: right;
    overflow: auto;
}
#header .offcanvas-menu{
    align-items: center;
    display: flex;
    font-size: 0.9rem !important;
    color: #000;
}
#header .offcanvas-menu svg{
    width:2rem;
    height: 2rem;
    margin-right: 0.5rem;
}
.header-item {
    text-align: left;
    margin-left: 12px;
}

.header-item .uk-icon {
    float: left;
    margin: 6px 3px 0 0;
}

.header-item .uk-icon svg {
    width: 14px;
}

.header-item,
.header-item button,
.header-item a {
    font-size: 12px;
    border: none;
    padding: 0;
    color: white;
    text-transform: uppercase;
}

#header .wrapper>.header-item {
    margin: 0;
}
.uk-navbar-container{
    align-items: center;
}

#header .header-item>a {
    float: right;
    line-height: 2rem;
    padding: 0 20px;
    margin: 0;
    border-right: 1px solid #333;
    cursor: pointer;
    font-weight: 300 !important;
}

#header #header-link>a{
    padding:0 10px;
    color: black !important;
    letter-spacing: 0;
    border: 1px solid #ddd;
}
#header #header-link>a:hover{
    background-color: black !important;
    border-color: black;
    color: white !important;
}
#header #header-link>a::before{
    background-color: #fff !important;
    display: none;
}
#header .wrapper .header-item:first-child>a {
    padding-right: 0;
    border: none !important;
}

.header-bottom {
    z-index: 600;
    transition: all .3s;
    width: 100%;
}
#header{
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .08);
}
#header .header-items .uk-dropdown {
    margin-top: 0;
    text-align: center;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

#header #header-currency .uk-dropdown .uk-dropdown-nav li.uk-nav-divider {
    margin: 10px 0;
}

#header #header-currency .uk-dropdown .uk-dropdown-nav li.uk-nav-divider:last-child {
    display: none;
}

#header #header-currency .uk-dropdown .uk-dropdown-nav li a {
    color: #000;
}
#header #header-currency .uk-button{
    border:1px solid #ddd;
    padding: 0 8px;
    background: #F7F8FA !important;
    color: #555 !important;
    display: block;
    line-height: 1.8rem;
    height: 1.8rem;
    box-sizing: unset;
    letter-spacing: 1px;
}
#header #header-currency .uk-button::before{
    background: #fff !important;
}
#header #header-currency .uk-button:hover{
    color: black !important;
    border-color: black;
}
.header-promotion-text {
    color: #ddd !important;
    line-height: 2rem;
}
.cart [class^=icon-] {
    font-size: 1.8rem;
    display: inline-block;
}
.hot-animation {
    height: 110px;
    width: 110px;
    position: absolute;
    top: -47px;
    right: -25px;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    background-image: url(../images/hot_animation.png);
    -webkit-animation: hotanimation 2.12s steps(1) 0s infinite normal none;
    animation: hotanimation 2.12s steps(1) 0s infinite normal none;
}

 
@-webkit-keyframes lazyLoader {
	0%,100% {
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%)
    }
    50% {
        -webkit-transform:translateX(100%);
        transform:translateX(100%)
    }
}

@keyframes lazyLoader {
    0%,100% {
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%)
    }
    50% {
        -webkit-transform:translateX(100%);
        transform:translateX(100%)
    }
}
.Image--fadeIn {
	opacity:0;
	-webkit-transition:opacity 0.3s ease;
	transition:opacity 0.3s ease
}
.Image--lazyLoaded.Image--fadeIn {
	opacity:1
}
.Image--zoomOut {
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	opacity:0;
	-webkit-transition:opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.Image--lazyLoaded.Image--zoomOut {
	opacity:1;
	-webkit-transform:none;
	transform:none
}
.Image--slideRight,.Image--slideLeft {
	-webkit-transform:translateX(25px);
	transform:translateX(25px);
	opacity:0;
	-webkit-transition:opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.Image--slideLeft {
	-webkit-transform:translateX(-25px);
	transform:translateX(-25px)
}
.Image--lazyLoaded.Image--slideRight,.Image--lazyLoaded.Image--slideLeft {
	opacity:1;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.Image__Loader {
	position:absolute;
	display:block;
	height:2px;
	width:50px;
	left:0;
	bottom:0;
	right:0;
	top:0;
	opacity:0;
	visibility:hidden;
	margin:auto;
	pointer-events:none;
	background-color:#e7e7e7;
	z-index:-1;
	-webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	overflow:hidden
}
.Image__Loader::after {
	position:absolute;
	content:'';
	bottom:0;
	right:0;
	top:0;
	height:100%;
	width:200%;
	background-color:#5c5c5c
}
.Image--lazyLoading+.Image__Loader {
	opacity:1;
	visibility:visible;
	z-index:1
}
.Image--lazyLoading+.Image__Loader::after {
	-webkit-animation:lazyLoader 3s infinite;
	animation:lazyLoader 3s infinite;
	-webkit-animation-timing-function:cubic-bezier(0.43, 0.43, 0.25, 0.99);
	animation-timing-function:cubic-bezier(0.43, 0.43, 0.25, 0.99)
}
.AspectRatio {
	position:relative;
	margin-left:auto;
	margin-right:auto
}
.AspectRatio::before {
	content:'';
	display:block
}
.AspectRatio>img {
	max-height:100%;
	max-width:100%
}
.AspectRatio--withFallback>img {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%
}
.no-js .AspectRatio>img {
	display:none !important
}
#paymentMethods{
    margin-top: 14px;
}
@-webkit-keyframes hotanimation {
    0% {
        background-position: 0 0
    }
    1.89% {
        background-position: -110px 0
    }
    3.77% {
        background-position: -220px 0
    }
    5.66% {
        background-position: -330px 0
    }
    7.55% {
        background-position: -440px 0
    }
    9.43% {
        background-position: -550px 0
    }
    11.32% {
        background-position: -660px 0
    }
    13.21% {
        background-position: -770px 0
    }
    15.09% {
        background-position: -880px 0
    }
    16.98% {
        background-position: -990px 0
    }
    18.87% {
        background-position: -1100px 0
    }
    20.75% {
        background-position: -1210px 0
    }
    22.64% {
        background-position: -1320px 0
    }
    24.53% {
        background-position: -1430px 0
    }
    26.42% {
        background-position: -1540px 0
    }
    28.30% {
        background-position: -1650px 0
    }
    30.19% {
        background-position: -1760px 0
    }
    32.08% {
        background-position: -1870px 0
    }
    33.96% {
        background-position: -1980px 0
    }
    35.85% {
        background-position: -2090px 0
    }
    37.74% {
        background-position: -2200px 0
    }
    39.62% {
        background-position: -2310px 0
    }
    41.51% {
        background-position: -2420px 0
    }
    43.40% {
        background-position: -2530px 0
    }
    45.28% {
        background-position: -2640px 0
    }
    47.17% {
        background-position: -2750px 0
    }
    49.06% {
        background-position: -2860px 0
    }
    50.94% {
        background-position: -2970px 0
    }
    52.83% {
        background-position: -3080px 0
    }
    54.72% {
        background-position: -3190px 0
    }
    56.60% {
        background-position: -3300px 0
    }
    58.49% {
        background-position: -3410px 0
    }
    60.38% {
        background-position: -3520px 0
    }
    62.26% {
        background-position: -3630px 0
    }
    64.15% {
        background-position: -3740px 0
    }
    66.04% {
        background-position: -3850px 0
    }
    67.92% {
        background-position: -3960px 0
    }
    69.81% {
        background-position: 0 -110px
    }
    71.70% {
        background-position: -110px -110px
    }
    73.58% {
        background-position: -220px -110px
    }
    75.47% {
        background-position: -330px -110px
    }
    77.36% {
        background-position: -440px -110px
    }
    79.25% {
        background-position: -550px -110px
    }
    81.13% {
        background-position: -660px -110px
    }
    83.02% {
        background-position: -770px -110px
    }
    84.91% {
        background-position: -880px -110px
    }
    86.79% {
        background-position: -990px -110px
    }
    88.68% {
        background-position: -1100px -110px
    }
    90.57% {
        background-position: -1210px -110px
    }
    92.45% {
        background-position: -1320px -110px
    }
    94.34% {
        background-position: -1430px -110px
    }
    96.23% {
        background-position: -1540px -110px
    }
    98.11% {
        background-position: -1650px -110px
    }
}

@keyframes hotanimation {
    0% {
        background-position: 0 0
    }
    1.89% {
        background-position: -110px 0
    }
    3.77% {
        background-position: -220px 0
    }
    5.66% {
        background-position: -330px 0
    }
    7.55% {
        background-position: -440px 0
    }
    9.43% {
        background-position: -550px 0
    }
    11.32% {
        background-position: -660px 0
    }
    13.21% {
        background-position: -770px 0
    }
    15.09% {
        background-position: -880px 0
    }
    16.98% {
        background-position: -990px 0
    }
    18.87% {
        background-position: -1100px 0
    }
    20.75% {
        background-position: -1210px 0
    }
    22.64% {
        background-position: -1320px 0
    }
    24.53% {
        background-position: -1430px 0
    }
    26.42% {
        background-position: -1540px 0
    }
    28.30% {
        background-position: -1650px 0
    }
    30.19% {
        background-position: -1760px 0
    }
    32.08% {
        background-position: -1870px 0
    }
    33.96% {
        background-position: -1980px 0
    }
    35.85% {
        background-position: -2090px 0
    }
    37.74% {
        background-position: -2200px 0
    }
    39.62% {
        background-position: -2310px 0
    }
    41.51% {
        background-position: -2420px 0
    }
    43.40% {
        background-position: -2530px 0
    }
    45.28% {
        background-position: -2640px 0
    }
    47.17% {
        background-position: -2750px 0
    }
    49.06% {
        background-position: -2860px 0
    }
    50.94% {
        background-position: -2970px 0
    }
    52.83% {
        background-position: -3080px 0
    }
    54.72% {
        background-position: -3190px 0
    }
    56.60% {
        background-position: -3300px 0
    }
    58.49% {
        background-position: -3410px 0
    }
    60.38% {
        background-position: -3520px 0
    }
    62.26% {
        background-position: -3630px 0
    }
    64.15% {
        background-position: -3740px 0
    }
    66.04% {
        background-position: -3850px 0
    }
    67.92% {
        background-position: -3960px 0
    }
    69.81% {
        background-position: 0 -110px
    }
    71.70% {
        background-position: -110px -110px
    }
    73.58% {
        background-position: -220px -110px
    }
    75.47% {
        background-position: -330px -110px
    }
    77.36% {
        background-position: -440px -110px
    }
    79.25% {
        background-position: -550px -110px
    }
    81.13% {
        background-position: -660px -110px
    }
    83.02% {
        background-position: -770px -110px
    }
    84.91% {
        background-position: -880px -110px
    }
    86.79% {
        background-position: -990px -110px
    }
    88.68% {
        background-position: -1100px -110px
    }
    90.57% {
        background-position: -1210px -110px
    }
    92.45% {
        background-position: -1320px -110px
    }
    94.34% {
        background-position: -1430px -110px
    }
    96.23% {
        background-position: -1540px -110px
    }
    98.11% {
        background-position: -1650px -110px
    }
}
.checkout-types {
    clear: both;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#order #checkout_container{
	max-width: 1400px;
	margin:0 auto 40px;
}
#order #checkout_container .wrapper{
    width: 100%;
}
.svg-icon svg {
    width: 1.2rem;
    height: 1.2rem;
}

.uk-offcanvas-flip .uk-offcanvas {
    background: rgba(0, 0, 0, .5);
}

.uk-tab>*::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #ddd;
    float: left;
    margin-top: 5px;
    margin-left: -8px;
}

.uk-tab>*:first-child::before {
    display: none;
}

.uk-tab>*>a {
    text-transform: none;
    font-size: 1.3rem;
}

.uk-tab>.uk-active>a {
    border-color: #000;
}
.mod-home-products .uk-tab::before {
    display: none;
}

.mod-home-products .uk-tab>*>a {
    padding: 0 0 5px;
    margin: 0;
    font-weight: 600;
    border:none;
    font-size: 1.5rem;
}
.heading span, h3.uk-heading-line > span{
    display: inline-block;
    padding: 0 30px;
    background: #fff;
    border: 1px solid white;
    letter-spacing: 0;
    font-weight: 400;
    color: #2f374c;
    font-size: 2.6rem;
    border-radius: 0;
    font-weight: 300 !important;
    text-align: left !important;
    margin-bottom: 0.5rem;
}
.heading:before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    display: inline-block;
    height: 8px;
}
.heading {
    font-size: 1.6rem;
    text-align: center;
    border-bottom: 1px dotted #ddd;
    padding: 0;
    margin: 1.3rem 0 4rem;
    height: 1.34rem;
    overflow: visible;
    text-transform: none !important;
    position: relative;
}
h3.uk-heading-line > span::before, h3.uk-heading-line > span::after{
    display: none;
}
.mod-home-products .uk-slider-items,
.uk-slider-items {
    margin-left: -20px;
}

.uk-slider-items>* {
    padding-left: 20px;
}

.uk-slider-items img {
    width: 100%;
}
.cart-overview{
    width: 90vw;
    max-width: 450px;
    padding:0;
    overflow: hidden;
    border-radius: 10px;
    background-color: #fdf8f4;
}
.cart-overview .empty{
    padding:2rem;
}
.cart-overview .empty img{
    max-width: 12rem;
}
.cart-overview > * {
    position: relative;
    z-index: 9;
}
.cart-overview::after{
}
.cart-overview > h3{
    padding: 1rem 1rem;
    border-bottom: 0 transparent;
    background-color: #f5eee6;
    font-size: 1.1rem;
    font-weight: 600;
    margin:0;
}
.card-header {
    color: #000;
    font-size: .85rem;
}

.card-header .card-title {
    line-height: 1.2;
    margin: .5rem 0;
    font-size: 0.9rem;
    color: #333;
    letter-spacing: 0;
    font-weight: normal;

}

.card-header .card-title i {
    color: #f55;
    border-bottom: 1px dotted #f55;
}

.price {
    font-weight: 500;
}

.price,
.old_price {
    font-family: 'DIN';
    color: #333;
    font-size: 1rem;
    font-weight: 600;
}

.old_price {
    color: #999;
    text-decoration: line-through;
    margin-left: 3px;
}

.USD_flag,
.EUR_flag,
.GBP_flag,
.CNY_flag,
.RUB_flag,
.JPY_flag,
.CAD_flag,
.AUD_flag,
.HKD_flag,
.CHF_flag,
.MXN_flag,
.NOK_flag,
.SEK_flag,
.BRL_flag,
.PLN_flag,
.DKK_flag,
.ARS_flag,
.SAR_flag,
.SGD_flag,
.USD_flag_top,
.EUR_flag_top,
.GBP_flag_top,
.CNY_flag_top,
.RUB_flag_top,
.JPY_flag_top,
.CAD_flag_top,
.AUD_flag_top,
.HKD_flag_top,
.CHF_flag_top,
.MXN_flag_top,
.NOK_flag_top,
.SEK_flag_top,
.BRL_flag_top,
.PLN_flag_top,
.DKK_flag_top,
.ARS_flag_top,
.SAR_flag_top,
.SGD_flag_top {
    float: none;
    display: inline-block;
    margin-top: -3px;
    margin-right: 2px;
    width: 16px;
    height: 12px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background: url(../images/country_flag.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
}

.USD_flag,
.USD_flag_top {
    background-position: left top
}

.EUR_flag,
.EUR_flag_top {
    background-position: left -12px
}

.JPY_flag,
.JPY_flag_top {
    background-position: left -24px
}

.GBP_flag,
.GBP_flag_top {
    background-position: left -36px
}

.CAD_flag,
.CAD_flag_top {
    background-position: left -48px
}

.AUD_flag,
.AUD_flag_top {
    background-position: left -60px
}

.CHF_flag,
.CHF_flag_top {
    background-position: left -72px
}

.HKD_flag,
.HKD_flag_top {
    background-position: left -84px
}

.CNY_flag,
.CNY_flag_top {
    background-position: left -96px
}

.DKK_flag,
.DKK_flag_top {
    background-position: left -156px
}

.RUB_flag,
.RUB_flag_top {
    background-position: left -180px
}

.MXN_flag,
.MXN_flag_top {
    background-position: left -192px
}

.NOK_flag,
.NOK_flag_top {
    background-position: left -204px
}

.SEK_flag,
.SEK_flag_top {
    background-position: left -216px
}

.PLN_flag,
.PLN_flag_top {
    background-position: left -228px
}

.SAR_flag,
.SAR_flag_top {
    background-position: left -240px
}

.ARS_flag,
.ARS_flag_top {
    background-position: left -252px
}

.BRL_flag,
.BRL_flag_top {
    background-position: left -264px
}

.SGD_flag,
.SGD_flag_top {
    background-position: left -276px
}

.AED_flag,
.AED_flag_top {
    background-position: left -288px
}

.KWD_flag,
.KWD_flag_top {
    background-position: left -300px
}

.QAR_flag {
    background-position: left -312px
}

.BHD_flag {
    background-position: left -324px
}

.OMR_flag {
    background-position: left -336px
}

.NZD_flag {
    background-position: left -348px
}

.INR_flag,
.INR_flag_top {
    background-position: left -360px
}

.TWD_flag {
    background-position: left -372px
}

#app {
    min-width: 320px;
}

.header-top .uk-open {
    background: white;
    color: black;
}

#header-currency .uk-dropdown-nav .uk-nav-header {
    font-weight: 600;
    color: #000;
}

.uk-light .uk-dotnav>*>*,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>*>*,
.uk-card-primary.uk-card-body .uk-dotnav>*>*,
.uk-card-primary> :not([class*='uk-card-media']) .uk-dotnav>*>*,
.uk-card-secondary.uk-card-body .uk-dotnav>*>*,
.uk-card-secondary> :not([class*='uk-card-media']) .uk-dotnav>*>*,
.uk-overlay-primary .uk-dotnav>*>*,
.uk-offcanvas-bar .uk-dotnav>*>* {
    background-color: #ddd;
    border: 1px solid #ddd;
}

.uk-light .uk-dotnav>.uk-active>*,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav>.uk-active>*,
.uk-card-primary.uk-card-body .uk-dotnav>.uk-active>*,
.uk-card-primary> :not([class*='uk-card-media']) .uk-dotnav>.uk-active>*,
.uk-card-secondary.uk-card-body .uk-dotnav>.uk-active>*,
.uk-card-secondary> :not([class*='uk-card-media']) .uk-dotnav>.uk-active>*,
.uk-overlay-primary .uk-dotnav>.uk-active>*,
.uk-offcanvas-bar .uk-dotnav>.uk-active>* {
    background-color: #333;
    border-color: #333;
}

.uk-text-heading {
    font-weight: 600;
    color: #000;
    font-size: 1.1rem;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: .5rem;
}

.uk-slider-nav.uk-dotnav {
    width: 100%;
}

.uk-slider-nav.uk-dotnav,
.uk-slider-nav.uk-dotnav * {
    display: inline-block !important;
    text-align: center;
    padding-left: 8px;
}

.uk-text-muted,
.uk-text-small {}

.mod-instagram {}

.mod-instagram>* {
    margin: 0;
}

.mod-instagram>h2.uk-heading-line {
    padding-bottom: 5px;
}

.mod-instagram>p {
    padding-bottom: 1.5rem;
    font-style: italic;
    font-size: 22px;
}

.uk-heading-icon {
    float: left;
    margin-top: 5px;
    margin-right: 3px;
}

.uk-heading-icon svg {
    width: 30px;
}

.mod-socials-items>li {
    margin-right: 1rem;
}

.mod-socials-items>li>a {
    min-height: 2rem;
    padding: 0;
}

.mod-socials-items>li>a .uk-icon svg {
    width: 2rem;
    fill: #333 !important;
}

.mod-socials-items>li>a:hover,
.mod-socials-items>li>a:hover .uk-icon svg {
    color: black;
    border-color: black;
    fill: black;
}

.foter-inner .wrapper {
    padding: 3rem 0 1.5rem;
}

.foter-inner .uk-card>h4,
.foter-inner .uk-list {
    margin: 0;
}

.foter-inner .uk-card>h4 {
    margin-bottom: 1.3rem;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
}

.foter-inner .uk-list li {
    margin: 6px 0 0;
}

.foter-inner .uk-list li a {
    font-size: 15px;
    color: #000;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.foter-inner .uk-list li a:hover {
    color: #000;
}

.foter-inner .uk-text-small {
    font-size: 12px;
    margin-bottom: .8rem;
    color: #aaa;
    line-height: 1.3;
}

.foter-inner form {
    position: relative;
}

.foter-inner .uk-inline {
    width: 100%;
}

.foter-inner .uk-input {
    font-size: .8rem;
    border-color: black !important;
}

.foter-inner .uk-button {
    padding: 0 5px;
    position: absolute;
    background: #000;
    top: 1px;
    right: 1px;
    border: none;
    font-size: 12px;
    display: block;
    height: 42px;
    width: 44px;
    ;
}

.foter-inner .uk-button:hover {
    color: black;
}

.footer-copyright {
    padding-bottom: 1rem;
}

.footer-copyright,
.footer-copyright small a {
    color: #999;
    font-size: 12px;
}
.footer-copyright .wrapper{
    padding:0;
    font-size: 0.85rem;
}

.image-respond {
    max-width: 100%;
    width: 100%;
    transition: all .3s;
    display: block;
    background: #f8f8f8;
}

.page-header {
    padding: 0 0 20px;
}

.page-header>* {
    margin: 0;
}

.uk-breadcrumb {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.uk-breadcrumb>*>* {
    font-size: 13px;
    
}

.uk-breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px;
}

.uk-breadcrumb .uk-icon {
    float: left;
    margin-top: 1px;
    margin-right: 3px;
}

.uk-breadcrumb .uk-icon svg {
    width: 13px;
}

.empty-icon svg {
    width: 20rem;
    height: 16rem
}

.page-header h1 {
    margin-bottom: .8rem;
    color: #000;
    font-weight: 500;
    font-size: 1.6rem;
}

.page-header h3 {
    font-size: 16px;
    color: #999;
    font-weight: 200;
    line-height: 1;
}

.product-item {
    position: relative;
    overflow: hidden;
}
.product-item .card-header{
    text-align: center;
}
.product-item .card-header .price, .product-item .card-header .old_price{
    font-size: 0.8rem;
}
.mod-product-tags {
    position: absolute;
    top: -2rem;
    right: -3.5rem;
    opacity: .7;
    z-index: 9;
}
.mod-product-tags .uk-label-danger{
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
}
.uk-label {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.uk-label.on_sale {
    left: auto;
    right: -0.5rem;
    border-radius: 0;
    transform: rotate(45deg);
    padding: 03rem 3rem 0.1rem;
    text-align: center;
    background-color: #f00 !important;
    color: #fff !important;
    box-shadow: 0 0 15px #f00;
}
.uk-label.on_sale strong{
    display: block;
    font-size: 0.93rem;
    color: #ff0;
}
.empty {
    padding: 5rem 0 7rem;
}

.empty .uk-icon {
    color: #333;
}

.empty,
.empty .empty-title {}

.empty .empty-title {
    color: #686a6f;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
}

.empty .empty-subtitle {
    color: #888 !important;
    margin-bottom: 2rem;
    font-size: .95rem;
}

.empty .empty-subtitle a {
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.nanoPOP .psLightboxClose {
    opacity: 0;
    width: 50px;
    height: 60px;
}

.nano-bar {
    background: #FFFF00;
    color: #000;
    text-align: center;
}

.nano-bar span,
.nano-bar a {
    margin: 0 5px;
    color: #000;
    letter-spacing: 1px;
}

.nano-bar span.pre {
    line-height: 14px;
    font-size: 11px;
    vertical-align: text-bottom;
}

.nano-bar span.code {
    text-decoration: none;
    font-weight: 900;
    font-size: 18px;
}

.nano-bar span.details {
    text-decoration: underline;
}

.nano-bar .nano-top-text {
    font-weight: 900;
    font-size: 14px;
    line-height: 26px;
}

.nano-bar .nano-bold-text {
    font-weight: 900;
    font-size: 18px;
}

.nano-bar .nano-bold-text-one-line {
    font-weight: 900;
    font-size: 19px;
    line-height: 55px;
}

.nano-bar .nano-cta {
    text-decoration: underline;
    line-height: 14px;
    font-size: 11px
}

.promo-box {
    text-align: center;
    padding: 40px;
}

.nano-barcode {
    margin: 10px;
}

.nano-barcode img {
    margin: 0 auto;
}

.promo-box {
    line-height: 14px
}

.promo-box img {
    width: 484px;
}

.nano-bar .nano-row3 {
    line-height: 24px;
    font-size: 14px;
}


/* NANO countdown */

.nano-countdown {
    padding-left: 10px;
}

@media (min-width: 768px) {}

@media (min-width: 320px) and (max-width: 767px) {
    .nano-bar .nano-bold-text-one-line {
        font-size: 12px;
        line-height: 40px;
    }
    .header-slot-free-shipping-mobile {
        display: none;
    }
    .nano-bar .nano-top-text {
        font-weight: normal;
        font-size: 14px;
        line-height: 14px;
        line-height: 16px;
        padding-top: 14px;
    }
    .nano-bar a {
        margin: 0;
    }
    .mobile-nano .free-shipping-title {
        line-height: 22px;
        text-transform: none;
    }
    .mobile-nano .free-shipping-title a {
        color: #999;
        text-decoration: underline;
    }
    .nano-bar.mens span,
    .nano-bar.mens a,
    .nano-bar.womens span,
    .nano-bar.womens a {
        margin: 0;
    }
    .nano-countdown {
        padding-left: 0px;
    }
}

.product-image-wrapper {
    position: relative;
    z-index: 0;
}

.product-item .ui-flash {
    -webkit-animation: flashTransition 1.2s ease 0s;
    -o-animation: flashTransition 1.2s ease 0s;
    animation: flashTransition 1.2s ease 0s;
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-45deg);
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    display: none;
}

.product-item:hover .ui-flash {
    display: block;
}

.product-item:hover .mod-product-tags {
    opacity: 1;
}

.mod-filter-wrapper {
    padding: 0 0 1.5rem;
}

.mod-filter-wrapper .uk-first-column {
    line-height: 44px;
}

.mod-filter-wrapper .choices {
    float: right;
    width: 200px;
    max-width: 200px;
}

.mod-filter-cates-select, .mod-filter-sort-select {
    max-width: 278px;
    float: right;
    font-size: 13px;
}
.mod-filter-wrapper .choices{
    margin-right: 10px;
}
.mod-filter-wrapper .choices:first-child{
    margin-right: 0;
}
.product-count,
.mod-filter-button {
    color: #000;
    font-size: 1.2rem;
    float: left;
}

.product-count {
    font-weight: 200;
    font-size: 1rem;
}

.mod-filter-button {
    margin-right: 1rem;
    border: 1px solid #e5e5e5;
    font-size: 1rem;
}

.uk-pagination {
    margin-left: -10px;
}

.uk-pagination>* {
    padding-left: 10px;
}

#pagination .page-item>a,
#pagination .page-item>span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #555;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pagination .page-item.active>* {
    border-color: black;
    color: #fff;
    background: black;
}

#pagination .page-item>span,
#pagination .page-item.disabled>span {
    border-color: #999;
    color: #999;
}

#pagination .page-item svg {
    width: 11px;
    top: -2px;
    position: relative;
    align-items: center;
    justify-content: center;
}

#ero404 {
    min-height: 30rem;
    padding: 5rem 1rem;
}

#ero404 h1 {
    font-size: 5rem;
    color: #000;
}

#ero404 h3 {
    font-size: 1.2rem;
}

.uk-offcanvas-bar {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    overflow-x: hidden;
}

.uk-offcanvas-bar * {
    color: #333 !important;
}

.filterGroup {}

.filterGroup .filterEntry {
    padding-bottom: .8rem;
    margin-bottom: .8rem;
    border-bottom: 1px solid #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filterGroup .filterEntry h3 {
    font-size: 1rem;
    font-weight: 500;
    color: #000 !important;
    margin-bottom: 0;
    cursor: pointer;
}

.filterGroup .filterEntry h3 .uk-icon {
    float: right;
    transition: all .3s;
}

.filterGroup .filterEntry h3 .uk-icon svg {}

.filterGroup .filterEntry h3 .uk-icon svg polyline {
    color: #aaa !important;
}

.filterGroup .filterEntry .features {
    margin-top: .8rem;
    margin-bottom: 0;
    max-height: 20rem;
    overflow-y: auto;
}

.filterGroup .filterEntry.filter-close .features {
    display: none;
}

.filterGroup .filterEntry.filter-close h3 .uk-icon {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.filterGroup .filterEntry .features::-webkit-scrollbar {
    width: 3px!important
}

.filterGroup .filterEntry .features::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #e0e0e0
}

.filterGroup .filterEntry .features::-webkit-scrollbar-track {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 3px;
    background-color: #f7f8fa
}

.filterGroup .filterEntry .features li {
    margin: 0 0 10px !important;
}

.filterGroup .filterEntry .features li a {
    width: 100%;
    display: block;
    font-size: 12px;
    padding: 4px 0;
    border-radius: 0px;
    text-align: left;
    box-sizing: border-box;
    color: #555 !important;
}

.filterGroup .filterEntry .features li a svg {
    float: left;
    width: 14px;
    height: 14px;
    ;
    margin-top: 0;
    margin-right: 4px;
}

.filterGroup .filterEntry .features li a svg path {
    fill: rgba(0, 0, 0, .2);
}

.filterGroup .filterEntry .features li a .count {
    padding-left: 4px;
    float: right;
    color: #919191 !important;
}

.filterGroup .filterEntry .features li a .count span {
    color: #919191 !important;
}

.filterGroup .filterEntry .features li .filter-color {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    float: left;
    margin-right: 4px;
    margin-top: -1px;
}

.filterGroup .filterEntry .features li.selected a,
.filterGroup .filterEntry .features li.selected svg path {
    color: #000 !important;
    fill: #000;
    font-weight: 500;
}

.filterGroup .filterEntry .features li.selected a .count,
.filterGroup .filterEntry .features li.selected a .pCount {
    color: #000 !important;
}

.swiper-button-prev,
.swiper-button-next {
    background: none;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

.swiper-button-prev .uk-icon,
.swiper-button-next .uk-icon {
    color: rgba(0, 0, 0, .7);
}

.product-thumbs {
    margin-bottom: .5rem;
    position: relative;
    overflow: hidden;
}
.gallery-top{
    margin-left: 120px;
}
.gallery-thumbs {
    width: 100px;
    height: auto;
    margin: 0;
    position: absolute;
    left:0;
    top:0;
}

.gallery-top .swiper-button-prev,
.gallery-top .swiper-button-next {
    opacity: 0;
    transition: opacity .3s;
}

.gallery-top:hover .swiper-button-prev,
.gallery-top:hover .swiper-button-next {
    opacity: 1;
}

.gallery-thumbs .swiper-slide {
    width: 100px;
    float: none;
    height: auto !important;
    opacity: .5;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide img {
    display: block;
}

.swiper-button-product-thumb-navigation {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    display: none;
}

.swiper-button-product-thumb-next,
.swiper-button-product-thumb-prev {
    background: #f8f8f8;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    padding: 5px;
}

.product-title {
    font-size: 1.2rem;
    display: block;
    margin: 0 0 1.4rem;
    font-weight: 400;
    color: #000 !important;
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
    line-height: 1.3;
}
#product-form .product-title{
    font-weight: 500;
}

#present_price .price {
    font-size: 1.8rem;
    color: black;
    font-weight: 600;
}

#present_price .old_price {
    font-size: 1.2rem;
    color: #999;
    font-weight: 400;
}

.quantity-buy {
    width: 100%;
    max-width: 150px;
}

.spinner {
    height: 40px;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.spinner * {
    box-sizing: border-box;
}

.spinner button,
.spinner a,
.spinner .value {
    text-align: center;
    display: block;
    float: left;
    height: 100%;
    line-height: 40px;
    margin: 0
}

.spinner button,
.spinner a {
    border: 0;
    width: 50px;
    color: #000;
    padding: 0;
    outline: 0;
    background: #fff;
    display: inline-block;
    line-height: 35px;
    transition: all .3s;
    overflow: hidden;
}

.spinner button:hover,
.spinner a:hover {
    color: #f00;
}

.spinner button:first-child,
.spinner a:first-child {
    border-radius: 0;
}

.spinner button:last-child,
.spinner a:last-child {
    border-radius: 0;
}

.spinner .decrease {
    cursor: pointer;
}

.spinner .decrease[disabled] {
    cursor: default;
    color: #aaa;
}

.spinner .increase {
    cursor: pointer;
}
.spinner .uk-icon{
    display: block;
    padding-top:9px;
}
#modal-size-chart table{
    border-spacing: 0;
    border-collapse: collapse;
    background: white;
    font-size: 12px !important;
    color: #333;
    width: 100% !important;
}
#modal-size-chart .uk-modal-dialog{
    padding-bottom: 0 !important;
}
#modal-size-chart table td p, #modal-size-chart .modal-size-chart-content > p{
    margin:0 !important;
    padding:0 !important;
}
#modal-size-chart .modal-size-chart-content > p strong{
    font-size: 13px;
}
#modal-size-chart table td, #modal-size-chart table td *{
    color: #333 !important;
    font-size: 12px !important;
    font-family: 'BrandonText',"Helvetica Neue",Arial,"Lucida Grande",sans-serif !important;
}
#modal-size-chart .modal-size-chart-content table{
    margin:10px 0 20px !important;
    padding:0 !important;
}
#modal-size-chart .modal-size-chart-content table tr:first-child td *, #modal-size-chart .modal-size-chart-content table tr td:first-child *{
    color: #e4393c !important;
}
#product-form .spinner .uk-icon{
    padding-top:0;
}
.spinner .value {
    font-size: 1rem;
    width: calc( 100% - 100px);
    height: 38px;
    border: 0;
    color: #000;
    padding: 0;
    font-family: 'BrandonText';
}

.spinner .value.passive {
    background-position: 0 -25px;
    color: #919191;
}

.spinner .error,
.spinner .invalid {
    background: #f66;
    color: #fff !important;
}

#addtocart-button {
    width: 100%;
    text-transform: uppercase;
}

.product-extra-detail {
}
.product-extra-detail img{
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
}
.product-extra-detail .uk-tab>*::before {
    display: none;
}

.product-extra-detail .uk-tab>*>a {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    padding: 0 0;
    margin-bottom: 12px;
    border: none;
    text-decoration: none;
}

.product-extra-detail .uk-tab>.uk-active>a {
    color: #000 !important;
}

.product-extra-detail .uk-switcher {
    font-size: 13px;
    padding: 1rem 0;
    line-height: 1.5;
}

.product-extra-detail .uk-switcher .rte * {
    font-size: 12px !important;
    color: #333;
}

.product-extra-detail .uk-switcher .rte table td,
.product-extra-detail .uk-switcher .rte table td p {
    font-size: 12px !important;
    line-height: 1.3 !important;
}

.product-extra-detail p {
    margin: 0 0 10px !important;
    font-size: .9rem;
    color: #444;
}

.product-extra-detail .uk-table td {
    padding: 3px 0;
    font-size: 13px;
    line-height: 1.5;
    color: #333;
}

.product-extra-detail .uk-table td.label-title {}

.product-extra-detail .uk-table td.label-value {
    color: #000;
}

.product-extra-detail .uk-table.uk-table-features {
    margin-bottom: 1rem;
}

.product-extra-detail .uk-table-striped>tr:nth-of-type(odd),
.product-extra-detail .uk-table-striped tbody tr:nth-of-type(odd) {
    background: #F7F8FA;
    border: none;
}

.product-extra-detail .uk-table.uk-table-features td {
    padding: 8px;
}
.sys_item_spec dl.iteminfo_parameter {
    padding-top: 5px;
    padding-bottom: 5px
}

.sys_item_spec dl.iteminfo_parameter dt {
    line-height: 32px
}

.sys_spec_img {
}
.iteminfo_parameter ul, .iteminfo_parameter li{
    list-style:none;
    margin: 0;
    padding:0;
}
.iteminfo_parameter dt, .attribute-group>label, .quantity-buy>label{
    font-weight: normal !important;
    color: #000 !important;
    margin-bottom: .2rem;
    font-size: .85rem !important;
    font-weight: 500 !important;
}
.sys_spec_img li {
    float: left;
    height: 54px;
    position: relative;
    margin: 2px 6px 2px 0;
}

.sys_spec_img li a {
    height: 50px;
    width: 50px;
    padding: 1px;
    border: 1px solid #ccc;
    float: left;
    background: #fff;
    display: inline-block;
    outline: none
}

.sys_spec_img li a img {
    width: 50px;
    height: 50px;
    display: block
}

.sys_spec_img li a:hover {
    border: 2px solid #e4393c;
    padding: 0;
    text-decoration: none
}

.sys_spec_img li i {
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    right: 2px;
    bottom: 2px;
    background: url(../images/sys_item_selected.gif) no-repeat right bottom;
    z-index: 99;
    display: none
}

.sys_spec_img li.selected a {
    border: 2px solid #e4393c;
    padding: 0
}

.sys_spec_img li.selected i {
    display: block
}

.sys_spec_text {
    border:1px solid #000;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
}
.sys_spec_text::after{
    content: "";
    display: block;
    clear: both;
}

.sys_spec_text li {
    float: left;
    position: relative;
    margin: 0;
    outline: none;
}

.sys_spec_text li a {
    background: #fff;
    display: block;
    overflow: hidden;
    border-right: 1px solid #000;
    padding:.4rem;
}
.sys_spec_text li:last-child a {
    border:none;
}
.sys_spec_text li a span{
    padding: 10px 13px;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
}
.sys_spec_text li a:hover, .sys_spec_text li.selected a {
    background-color: #ffe5d4;
    color: #ffe5d4;
    color: #000;
    text-decoration: none;
}

.sys_spec_text li i {
    position: absolute;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 0;
    right: 1px;
    bottom: 1px;
    background: url(../images/sys_item_selected.gif) no-repeat right bottom;
    z-index: 99;
    display: none;
}
.sys_spec_text li img{
    width:55px;
    height: 55px;
    background: url(../images/loading.gif) no-repeat center;
}
.sys_spec_text li.selected i {
    /* display: block */
}

.card-color {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-radius: 100%;
}

.uk-cart-table th {
    font-size: 12px;
}

.uk-cart-table td.product-image {
    width: 100px;
}

.uk-cart-table th,
.uk-cart-table td {
    vertical-align: middle;
    padding: 10px 0;
}

.uk-cart-total-table td {
    padding: 10px 0;
    font-size: 14px;
}

.uk-cart-total-table .price {
    font-size: 1rem;
}

.mod-cart-bottom {
    padding-top: 2rem;
    border-top: 1px solid #eee;
}

.uk-button-large {
    text-transform: uppercase;
}

#uk-button-checkout {
    font-size: 14px;
    width: 380px;
    max-width: 100%;
}

#discount_name {
    font-size: 14px;
    border-color: black;
}

.uk-button {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    text-transform: uppercase;
    padding-bottom: 1px;
    font-size:12px;
    letter-spacing: 2px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    font-family: 'BrandonText' !important;
    font-weight: 400 !important;
}

.uk-button:hover {
    background-color: black;
    color: #000 !important;
    border-color: black;
}

 
.uk-button, .uk-button-default{
    position: relative;
    border-color: black;
    background: #fff !important;
    color:white !important;
}
.uk-button::before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #000;
}

.uk-button:not([disabled]):hover::before{
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),-webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}



.uk-button-secondary {
    border-color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.uk-button-secondary[name="submitAddDiscount"] {
    font-size: 12px;
    color:white;
    padding: 2px 15px;
    border: none;
    position: absolute;
    right: 0;
    top: 1px;
    right: 1px;
}

.uk-button-large {
    font-weight: bold;
}

.shopping-cart .price {
    font-size: 14px;
}

#side-cart .uk-offcanvas-bar {
    padding: 0;
}
#mcart-mz{
    margin: 0;
    padding:1rem 2rem 0;
    max-height: 50vh;
}
#mcart-mz li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: flex-start;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}
#mcart-mz li .p-name-link{
    font-size: .82rem;
}
.empty_cart{
    padding-left: 10px;
    padding-right: 10px;
}
#mcart-mz li .p-img,
#mcart-mz li .p-img a,
#mcart-mz li .p-img img {
    display: block;
    height: 50px;
    width: 50px;
    max-width: 50px;
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}

#mcart-mz li .p-trash {
    width: 40px;
    min-width: 40px;
    text-align: right;
    padding-top: 5px;
}

#mcart-mz li .p-name {
    font-size: 12px;
    line-height: 1.5;
    width: 100%;
}

#mcart-mz li .text-customs {
    margin: 0;
    padding: 0;
}
#side-cart .uk-offcanvas-bar a.p-name-link{
    font-size: 15px;
    line-height: 1.2;
}
#mcart-mz li .text-customs li {
    padding: 0;
    display: inline;
    border: none;
    padding-right: 5px;
    color: #de470d !important;
    font-weight: 400;
}

#mcart-mz li .text-customs li label {
    color: #999 !important;
}
.uk-button-gocart {
    border: 1px solid black;
    background: black !important;
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 46px;
    box-sizing: border-box;
    font-size: 12px;
    color: white !important;
    font-weight: 400;
}

.uk-button-gocart:hover {
    background: #fff!important;
    border-color: #000;
    color: #000 !important;
}

#shopping-cart-discount-table {
    background: #f8f8f8;
}

#shopping-cart-discount-table td {
    font-size: .8rem;
}

.cartQuantity {
    width: 24px;
    height: 24px;
    line-height: 20px;
    min-width: 20px;
    font-size: 12px;
    position: absolute;
    right: 2px;
    top: -3px;
    color: #a53500;
    font-weight: 500;
    background: transparent;
}
#mod-header-cart:hover .cartQuantity{
    color: #000;
}
.uk-button{
    border-radius: 3px;
}
.smb {
    padding: 1rem;
    box-sizing: border-box;
    bottom: 0;
    width: 100%;
    max-width: 320px;
    margin:0 auto;
}

@media (min-width:960px) {
    .smb {
    }
}
.auth-form {
    max-width: 800px;
}

.uk-button-full {
    width: 100%;
    line-height: 50px;
    font-size: 1rem;
}

.auth-form .uk-button-full{
    font-size: 12px;
}

.uk-categories-item .uk-h4 {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: 10px 30px;
    transition: all .3s;
    font-size: 1.1rem;
    color: #000;
}

.uk-categories-item:hover .uk-h4 {
    padding: 15px 40px;
}

.uk-categories-item img {
    transition: all .3s;
}

.uk-categories-item:hover img {
    opacity: .5;
}

fieldset {
    border: none;
    padding: 0;
}

.choices,
.choices * {
    box-sizing: border-box;
}

.choices {
    position: relative;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: none
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .5
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one]:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*=select-one].is-open:after {
    border-color: transparent transparent #333 transparent;
    margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]:after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    transition: all .3s;
    padding: 8.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden
}

.choices__inner:hover {
    border-color: black;
    border-radius: 0;
}

.is-focused .choices__inner,
.is-open .choices__inner {
    border-color: #b7b7b7;
    border-radius: 0;
}

.is-open .choices__inner {}

.is-flipped.is-open .choices__inner {}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    padding: 5px 16px 4px 4px;
    width: 100%;
    font-size:14px;
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown {
    display: none;
    z-index: 9999;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all
}

.choices__list--dropdown.is-active {
    display: block
}

.is-open .choices__list--dropdown {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item {
    position: relative;
    padding: 15px 10px;
    font-size: 15px;
    color: #333;
}

[dir=rtl] .choices__list--dropdown .choices__item {
    text-align: right
}

@media (min-width:640px) {
    .choices__list--dropdown .choices__item--selectable {
        /* padding-right:100px */
    }
    .choices__list--dropdown .choices__item--selectable:after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }
    [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__button:focus {
    outline: none
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input:focus {
    outline: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}

.choices[data-type*=select-multiple] .choices__input.is-hidden,
.choices[data-type*=select-one] .choices__input.is-hidden,
.choices__input.is-hidden {
    display: none
}

.choices__list--dropdown {
    margin-bottom: 10px;
    border-top: none;
}

#mobilenav {
    margin-top: 20px;
}

#mobilenav li {
    padding: .5rem 0;
    position: relative;
}

#mobilenav>li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #eee;
}

#mobilenav li .uk-navbar-dropdown {
    display: block;
    position: relative;
    box-shadow: none;
    padding: 0;
    width: auto;
}

#mobilenav li .uk-icon {
    display: none;
}

#mobilenav>li>a {
    font-size: .8rem;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-weight: 400;
}

#mobilenav>li .uk-drop {
    position: fixed;
    top: -999em;
}

#mobilenav>li>a::first-letter {
}

#mobilenav>li ul a {
    padding: .6rem 0;
    font-size: .8rem;
    display: block;
}

#mobilenav li .uk-navbar-dropdown ul {
    margin: 0 0 .8rem .5rem;
    padding: 0;
}

#mobilenav li .uk-navbar-dropdown ul li {
    padding: 0;
}

#mobilenav li .uk-navbar-dropdown ul li a {
    color: #555 !important;
}

#header_cart_wrapper .sider_cart_wrapper>h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #555 !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#header_cart_wrapper .price-total strong {
    font-size: 1rem;
}

.quantity-and-price .quantity {
    color: #999 !important;
}

.quantity-and-price .price {
    color: #000 !important;
    font-weight: 400;
    font-size: 0.8rem;
}

.display-flex {
    display: flex;
}

.display-flex .mod-socials-items,
.display-flex .mod-socials-items li {
    list-style: none;
}

.display-flex .mod-socials-items {
    position: absolute;
    right: 0;
}

.display-flex .mod-socials-items li {
    float: right;
    margin: 0 0 0 15px;
}

.display-flex .mod-socials-items li a {
    border: none;
}

.display-flex .mod-socials-items li a svg {
    width: 1.3rem;
    fill: #555
}

.display-flex .mod-socials-items li a:hover svg {
    fill: black;
}

footer {
    clear: both;
    padding: 0;
    position: relative;
    margin-top: 5rem !important;
}

.footer-about {
    font-size: .82rem;
    line-height: 1.7;
    padding-right: 2.5rem;
    color: #454545;
}

.footer-about a {
    text-decoration: underline;
    color: #454545;
}

#gotop {
    position: absolute;
    top: -1.8rem;
    right: 0%;
    margin-left: -1rem;
    background: #f1f1f1;
    height: 1.8rem;
    width: 2rem;
    text-align: center;
    line-height: 1.8rem;
    padding: 0;
}

.cms-content,
.cms-content p {
    line-height: 1.5;
    font-size: .9rem;
    color: #555
}

.uk-alert {
    font-size: .9rem;
}

.uk-alert-close {
    top: 14px;
}

.mod-slogan {
    width:100%;
    margin:40px auto 10px !important;
}
#index #header{margin-bottom: 0 !important;border:none !important}
#index .mod-slogan{display: block;}
.mod-slogan .uk-grid{
}
.mod-slogan .uk-grid > div > div {
    padding: 1rem 0;
    text-align: center;
    font-size: 14px;
    transition: all .3s;
    cursor: pointer;
    border: 2px solid #ff4c13;
    font-weight: bold;
    color: #ff4c13;
}

.mod-slogan .uk-grid>div:first-child {
    border: none;
}

.mod-slogan .uk-grid>div:hover {
    color: black;
}

.mod-slogan .uk-grid>div svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .3rem;
}

.mod-slogan .uk-grid>div:hover svg {
    opacity: .8;
}

.adshow-item {
    position: relative;
    display: block;
}

.adshow-item .adshow-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2rem;
    z-index: 9;
    transition: all .3s;
    box-sizing: border-box;
    padding-top: 30px;
}

.adshow-item:hover .adshow-inner {
    margin-top: -1rem;
}

.adshow-item .adshow-inner h2 {
    font-weight: 600;
    font-size: 2rem;
    transition: all .3s;
}

.adshow-item .adshow-inner p {
    border: 1px solid #333;
    width: 5rem;
    padding: .5rem .5rem;
    text-align: center;
    margin: 0;
    transition: all .3s;
}

.adshow-item:hover h2 {
    color: black;
}

.adshow-item:hover .adshow-inner p {
    color: black;
    border-color: black;
    margin-top: .5rem;
}

.mod-home-reviews {
    text-align: center;
    padding:0 1rem;
}

.mod-home-reviews>div {
    text-align: left;
}

.mod-home-reviews .uk-heading-line {
    margin-bottom: .5rem;
}

.mod-home-reviews p.uk-text-muted {
    font-size: 1.2rem;
    font-weight: 200;
    margin: 0 0 2rem;
}

.mod-home-reviews .uk-card-body {
    padding: 1.5rem 1rem;
    font-size: .85rem;
    line-height: 1.7;
    font-weight: 200
}

.mod-home-reviews .uk-card-title {
    font-size: 1rem;
}

.mod-home-reviews time {
    font-size: .82rem;
}

.mod-review-readmore {
    background-color: white;
    color: #000;
    margin-top: 1.5rem;
}

.mod-howto .uk-height-large>.uk-grid {
    max-width: 90%;
    width: 90%;
    margin: 0 auto !important;
    padding: 2.6rem 0;
    max-width: 800px;
    color: #000;
}

.mod-howto .uk-height-large>.uk-grid>.uk-first-column:first-child {
    padding: 4rem 2rem;
    background: black;
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    opacity: .9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.mod-howto .uk-height-large>.uk-grid>.uk-first-column:first-child h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.2rem;
    color: #fff;
}

.mod-howto .uk-grid {
    margin-top: 10px !important;
}

.mod-howto .uk-height-large>.uk-grid>.uk-first-column:first-child .uk-button {
    border: 1px solid #fff;
    margin-bottom: .3rem;
    font-size: 1rem;
    color: #fff
}

.mod-howto .uk-height-large>.uk-grid>.uk-first-column:first-child .uk-button:hover {
    color: white !important;
}

.mod-howto .howto-item .howto-inner {
    background: rgba(255, 255, 255, .8);
    border-radius: 5px;
    padding: 1.2rem 1rem 0;
    text-align: center;
    min-height: 6rem;
    font-weight: 600;
    color: #000;
    transition: all .3s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.mod-howto .howto-item:hover .howto-inner {
    background-color: white;
}

.mod-howto .howto-item .howto-inner>svg {
    display: block;
    margin: 0 auto 1rem;
    width: 3rem;
}

#option-preview-colors li {
    float: left;
    width: 12%;
    overflow: hidden;
    margin-top: 0 !important;
    padding: .2rem;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 .25% .33%;
    text-align: center;
}

#option-preview-colors li a>img {
    display: block;
    width: 100%;
}

#option-preview-colors li a .color-option-tips {
    font-size: 12px;
    padding-top: .4rem;
    padding-bottom: .4rem;
    display: block;
    font-weight: 300;
}

#option-preview-colors li a .color-option-tips i {
    display: block;
    height: 14px;
    line-height: 14px;
    overflow: hidden;
}

#option-preview-colors li:hover .color-option-tips i,
#option-preview-colors li.selected .color-option-tips i {
    display: none !important;
}

#option-preview-colors li:hover,
#option-preview-colors li:hover .color-option-tips i {
    background-color: black;
    color: white !important;
}

#option-preview-colors li:not(.selected):hover .color-option-tips i.color-choose {
    display: block !important;
}

#option-preview-colors li.selected,
#option-preview-colors li.selected .color-option-tips i {
    background-color: #f05;
}

#option-preview-colors li.selected .color-option-tips i.color-selected {
    display: block !important;
    color: white !important;
}
#shopping-cart-totals-table{
    max-width: 300px;
    float: right;
    text-align: right;
}
select.form-select {
    width: 100% !important;
    height: 2.4rem;
    line-height: 2.4rem;
    background: white;
    border: 1px solid #ddd;
    font-size: .9rem;
}

.attribute-group>label,
.quantity-buy>label {
    display: block;
    margin-bottom: .4rem;
    font-weight: 400;
    color: #000;
    font-size: 1rem;
}

#addtocart-button {
    background-color: black;
    font-size: .9rem;
    font-weight: 600;
    padding: 0;
    color:#fff;
    letter-spacing: .2rem;
}

#addtocart-button:hover, .uk-button-primary:hover, .uk-button-primary:focus{
    opacity: .99;
    background: #000;
}

#addtocart-button[disabled],
#addtocart-button[disabled]:hover {
    background-color: #ddd;
}
h3.uk-heading-line > span{
    text-transform: uppercase;
    font-weight: 600;
    color: #21252b;
    font-size: 1.2rem;
}
.attribute-group .choices__list--dropdown .choices__item--selectable.is-highlighted:after {
    display: none;
}

#selected-color-preview {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 30px;
    display: block;
    border-radius: 3px;
}

.choices__list--single .choices__item {
    color: #111
}

.choices__list--single .choices__item>i,
.choices__list--dropdown .choices__item>i {
    padding-top: 3px;
    font-weight: 200;
    font-size: 12px;
}

#shopping-cart-table .item-options,
#shopping-cart-table h6.product-name,
#shopping-cart-table .product-sku {
    margin: 0 0 .5rem;
    font-size: 16px;
}
#shopping-cart-table .product-sku{
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
#shopping-cart-table .item-options li {
    float: left;
    margin: 0 10px 5px 0 !important;
    font-size: 14px;
    font-weight: 400;
    color: #de470d !important;
}

#shopping-cart-table .item-options li span {
    color: #000;
}
.discount-form .discount-form-inner{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
button[name="submitAddDiscount"] {
    color: #3c3c3c;
    border: 1px solid #ddd;
    background: #ddd !important;
    height: 48px;
    margin: 0;
    top: 0;
    margin-left: 10px;
    border-radius: 10px;
    padding: 0 10px;
}

button[name="submitAddDiscount"]:hover {
    color: black;
    border-color: black;
}

.uk-input,
.uk-select,
.uk-input, .uk-select:not([multiple]):not([size]) {
    border-color: #ccc;
    height: 44px;
}
.uk-textarea{
    border-color: #ccc;
}
.no_available td span,
.no_available td p,
.no_available td h6 a {
    color: #ccc !important;
    text-decoration: line-through;
}

.no_available td span.uk-text-noavailable {
    text-decoration: none !important;
    color: white !important;
    background-color: #f0506e;
    margin-left: .5rem;
    font-size: 12px;
    border-radius: 3px;
}

#product-submit-form {
    background: white;
    transition: all .3s;
}

.mod-add-wishlist {
    border: 1px solid #ddd;
    padding: 7px;
    margin-top: .8rem;
}

.mod-add-wishlist:hover {
    border-color: black;
}

.u-flyer {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    position: fixed;
    z-index: 9999;
}

@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.sweet-alert p {
    color: #333;
}

.sweet-alert[data-has-cancel-button=false] button {
    background: black !important;
    border-radius: 3px;
}

.addcart-fly-layer {
    position: fixed;
    top: -999em;
    left: -999em;
    width: 100px;
    height: 50px;
    border: 3px solid black;
    z-index: 99999;
    border-radius: 5px;
}

.rte,
.rte *,
.cms-content,
.cms-content * {
    font-size: 1rem !important;
    font-family: 'BrandonText', Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif !important;
}

.rte b,
.rte strong,
.cms-content b,
.cms-content strong {
    font-weight: 600;
    color: #000;
}

.cms-content p {
    margin: 0 0 .7rem;
}

.cms-content .uk-article-title {
    font-size: 1.8rem !important;
    font-weight: 600;
    margin-bottom: 1.4rem;
    color: #000;
    border-bottom: 3px solid black;
    padding-bottom: .7rem;
}

.rte table {
    width: 100%;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
}

.rte table,
.rte table td {
    border-spacing: 0;
    border-collapse: collapse;
    background: white;
}
.rte table td p{
    margin:0 !important;
}
.rte table tr:nth-child(even) td {
    background: #fafafa;
}

.rte table tr td:first-child,
.rte table tr td:first-child p {
    font-weight: 600;
    color: #000 !important;
}

.rte table td {
    border: 1px solid #eee !important;
    padding: .6rem .5rem !important;
    font-size: 13px !important;
}

.rte table td p {
    margin: 0;
    font-size: 13px !important;
    font-weight: 400;
    color: #333;
}

.cms-sub-title,
.uk-nav-header h4 {
    font-weight: 600;
    font-size: 1.4rem !important;
    color: #000 !important;
}

.cms-aside-nav {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    background: #fff;
    padding: 1rem 1rem;
    border: 1px solid #efefef;
    border-top: 3px solid #f8aaa0;
}

.cms-aside-nav .uk-nav-header h4 {
    margin: 0 0 1rem;
}

.cms-aside-nav li {
    border-bottom: 1px solid #eee;
}

.cms-aside-nav li a::first-letter {
}

.cms-aside-nav li:last-child {
    border: none;
}

.cms-aside-nav li a {
    color: #000;
    padding: 1rem 0;
    display: block;
    font-size: 14px;
    transition: all .3s;
}

.cms-aside-nav li a:hover {
    text-indent: 10px;
}

.cms-aside-nav li.active a {
    color: black;
    font-weight: 400;
}

.cms-aside-nav li a .uk-icon {
    float: left;
    margin-top: 1px;
    margin-right: 3px;
}

.cms-aside-nav li a .uk-icon svg {
    width: 12px;
    height: 12px;
    opacity: .5;
}

.pd_txt,
.pd_s_txt {
    overflow: auto;
}

.spec_lay .table_lay {
    position: relative;
}

.spec_lay .table_lay .mo_hover {
    position: absolute;
    min-width: 100%;
    width: 100%;
    height: 100%;
    background: url(../images/table-touch.png) rgba(0, 0, 0, 0.5) no-repeat center;
    background-size: 50px;
}

.cms-color-list {
    padding: 0;
    margin: 0;
}

.cms-color-list li i {
    display: block;
    font-size: 13px !important;
    padding-top: 6px;
    color: #000;
}

.cms-color-list li:hover i {
    color: white;
}

.ui-selected-features li {
    display: inline-block;
    border: 1px solid #ddd;
    float: left;
    margin: 2px 0 !important;
    margin-right: .7rem !important;
    border-radius: 3px;
}

.ui-selected-features li a {
    display: block;
    font-size: .85rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 .8rem;
}

.ui-selected-features li a .uk-close {
    float: right;
    margin: .7rem 0 0 5px;
    color: #ddd;
}

.ui-selected-features li a .uk-close svg {
    width: 12px;
    height: 12px;
}

.ui-selected-features li:hover,
.ui-selected-features li:hover .uk-close {
    border-color: black;
    color: black;
}
.share-icons .font-small {
    font-size: 13px;
}
.cap-wrapper {
    border: 1px solid #eee;
    padding: 1rem;
    margin-bottom: 2rem !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .07);
    border-radius: 5px;
}

.cap-wrapper img.img-responsive {
    width: 100%;
}

.cap-wrapper a strong {
    font-size: 1.2rem !important;
    margin: .5rem 0 .5rem !important;
    display: block;
}

.cap-wrapper ul,
.cap-wrapper ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cap-wrapper ul li {
    color: #000;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cap-wrapper ul li:before {
    content: "";
    display: block;
    width: 20px;
    height: 5px;
    background: black;
    float: left;
    margin-top: 8px;
    margin-right: 8px;
}

.webuploader-container {
    position: relative;
}

.webuploader-element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7*/
    clip: rect(1px, 1px, 1px, 1px);
}

.webuploader-pick {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.webuploader-pick-hover {
    color: #0cc8e9;
}

.webuploader-pick-disable {
    opacity: 0.6;
    pointer-events: none;
}

.touch-upload-button .progress {
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.touch-upload-button .progress span {
    display: block;
    width: 0%;
    height: 100%;
    background-color: #2becad;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.touch-upload-button {
    display: inline-block;
    *display: inline;
    margin-right: 16px;
    background-color: #fff;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px dashed #eaeef1;
    color: #9faabb;
    overflow: hidden;
    border-color: #c6ccd0;
}

.touch-upload-button i.iconfont {
    font-size: 40px;
}

#screenshot-upload-area .touch-upload-button {
    width: 140px;
    height: 175px;
    margin-bottom: 10px;
    line-height: 180px;
}

#screenshot-upload-area .touch-upload-button:last-child {
    margin-right: 0;
}

#screenshot-upload-area .touch-upload-button .icon-add {
    font-family: Helvetica,"Helvetica Neue",Arial,"Lucida Grande",sans-serif !important;
    font-weight: 200 !important;
    font-size: 5rem;
}

.upload-result {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.upload-result img {
    display: block;
    width: 100%;
    height: 100%;
}

#screenshot-upload-area {
    padding-top: 10px;
}

.starability-basic {
    display: block;
    position: relative;
    width: 150px;
    min-height: 60px;
    padding: 0;
    border: none
}

.starability-basic>input {
    position: absolute;
    margin-right: -100%;
    opacity: 0
}

.starability-basic>input:checked~label,
.starability-basic>input:focus~label,
.starability-basic>input:hover~label {
    background-position: 0 -30px
}

.starability-basic>input:focus+label {
    outline: 1px dotted #999
}

.starability-basic>label {
    position: relative;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    background-image: url(../images/starability-images/icons.png);
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
screen and (-webkit-min-device-pixel-ratio:2) {
    .starability-basic>label {
        background-image: url(../images/starability-images/icons@2x.png);
        background-size: 30px auto
    }
}

.starability-slot {
    display: block;
    position: relative;
    width: 150px;
    min-height: 60px;
    padding: 0;
    border: none
}

.starability-slot>input {
    position: absolute;
    margin-right: -100%;
    opacity: 0
}

.starability-slot>input:checked~label,
.starability-slot>input:focus~label,
.starability-slot>input:hover~label {
    background-position: 0 -30px
}

.starability-slot>input:focus+label {
    outline: 1px dotted #999
}

.starability-slot>label {
    position: relative;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    background-image: url(../images/starability-images/icons.png);
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
screen and (-webkit-min-device-pixel-ratio:2) {
    .starability-slot>label {
        background-image: url(../images/starability-images/icons@2x.png);
        background-size: 30px auto
    }
}

.starability-slot>input:checked~label,
.starability-slot>input:focus~label,
.starability-slot>input:hover~label {
    transition: background-position .7s
}

@keyframes a {
    0% {
        transform: scale(1)
    }
    99% {
        transform: scale(4);
        opacity: 0
    }
    to {
        transform: scale(1);
        opacity: 0
    }
}

.starability-grow {
    display: block;
    position: relative;
    width: 150px;
    min-height: 60px;
    padding: 0;
    border: none
}

.starability-grow>input {
    position: absolute;
    margin-right: -100%;
    opacity: 0
}

.starability-grow>input:checked~label,
.starability-grow>input:focus~label,
.starability-grow>input:hover~label {
    background-position: 0 -30px
}

.starability-grow>input:focus+label {
    outline: 1px dotted #999
}

.starability-grow>label {
    position: relative;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    background-image: url(../images/starability-images/icons.png);
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
screen and (-webkit-min-device-pixel-ratio:2) {
    .starability-grow>label {
        background-image: url(../images/starability-images/icons@2x.png);
        background-size: 30px auto
    }
}

.starability-grow>label:before {
    display: none;
    position: absolute;
    content: ' ';
    width: 30px;
    height: 30px;
    background-image: url(../images/starability-images/icons.png);
    background-repeat: no-repeat;
    bottom: 0
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
screen and (-webkit-min-device-pixel-ratio:2) {
    .starability-grow>label:before {
        background-image: url(../images/starability-images/icons@2x.png);
        background-size: 30px auto
    }
}

.starability-grow>input:checked+label:before {
    display: block;
    animation-duration: 1s;
    animation-name: a;
    animation-fill-mode: forwards
}

@keyframes b {
    0% {
        transform: scale(1) rotate(0)
    }
    99% {
        transform: scale(4) rotate(90deg);
        opacity: 0
    }
    to {
        transform: scale(1) rotate(0);
        opacity: 0
    }
}

.starability-growRotate {
    display: block;
    position: relative;
    width: 150px;
    min-height: 60px;
    padding: 0;
    border: none
}

.starability-growRotate>input {
    position: absolute;
    margin-right: -100%;
    opacity: 0
}

.starability-growRotate>input:checked~label,
.starability-growRotate>input:focus~label,
.starability-growRotate>input:hover~label {
    background-position: 0 -30px
}

.starability-growRotate>input:focus+label {
    outline: 1px dotted #999
}

.starability-growRotate>label {
    position: relative;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    background-image: url(../images/starability-images/icons.png);
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
screen and (-webkit-min-device-pixel-ratio:2) {
    .starability-growRotate>label {
        background-image: url(../images/starability-images/icons@2x.png);
        background-size: 30px auto
    }
}

.starability-growRotate>label:before {
    display: none;
    position: absolute;
    content: ' ';
    width: 30px;
    height: 30px;
    background-image: url(../images/starability-images/icons.png);
    background-repeat: no-repeat;
    bottom: 0
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
screen and (-webkit-min-device-pixel-ratio:2) {
    .starability-growRotate>label:before {
        background-image: url(../images/starability-images/icons@2x.png);
        background-size: 30px auto
    }
}

.starability-growRotate>input:checked+label:before {
    display: block;
    animation-duration: 1s;
    animation-name: b;
    animation-fill-mode: forwards
}

@keyframes c {
    0% {
        transform: translateY(30px)
    }
    80% {
        opacity: 100%
    }
    to {
        transform: none;
        opacity: 0
    }
}

.starability-fade {
    display: block;
    position: relative;
    width: 150px;
    padding: 0;
    border: none
}

.starability-fade>input {
    position: absolute;
    margin-right: -100%;
    opacity: 0
}

.starability-fade>input:checked~label,
.starability-fade>input:focus~label,
.starability-fade>input:hover~label {
    background-position: 0 -30px
}

.starability-fade>input:focus+label {
    outline: 1px dotted #999
}

.starability-fade>label {
    position: relative;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    color: transparent;
    cursor: pointer;
    background-image: url(../images/starability-images/icons.png);
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
screen and (-webkit-min-device-pixel-ratio:2) {
    .starability-fade>label {
        background-image: url(../images/starability-images/icons@2x.png);
        background-size: 30px auto
    }
}

.starability-fade>label:before {
    display: none;
    position: absolute;
    content: ' ';
    width: 30px;
    height: 30px;
    background-image: url(../images/starability-images/icons.png);
    background-repeat: no-repeat;
    background-position: 0 -30px;
    bottom: 30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
screen and (-webkit-min-device-pixel-ratio:2) {
    .starability-fade>label:before {
        background-image: url(../images/starability-images/icons@2x.png);
        background-size: 30px auto
    }
}

.starability-fade>input:checked+label:before {
    display: block;
    animation-name: c;
    animation-duration: 1s;
    animation-fill-mode: forwards
}

@keyframes d {
    0% {
        transform: translateX(-15px)
    }
    60% {
        opacity: 1
    }
    70% {
        transform: none
    }
    80% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.starability-checkmark {
    display: block;
    position: relative;
    width: 150px;
    min-height: 60px;
    padding: 0;
    border: none
}

.starability-checkmark>input {
    position: absolute;
    margin-right: -100%;
    opacity: 0
}

.starability-checkmark>input:checked~label,
.starability-checkmark>input:focus~label,
.starability-checkmark>input:hover~label {
    background-position: 0 -30px
}

.starability-checkmark>input:focus+label {
    outline: 1px dotted #999
}

.starability-checkmark>label {
    position: relative;
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    color: transparent;
    cursor: pointer;
    background-image: url(../images/starability-images/icons-checkmark.png);
    background-repeat: no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
screen and (-webkit-min-device-pixel-ratio:2) {
    .starability-checkmark>label {
        background-image: url(../images/starability-images/icons-checkmark@2x.png);
        background-size: 30px auto
    }
}

.starability-checkmark>label {
    position: static;
    z-index: 1
}

.starability-checkmark>label:before {
    display: none;
    position: absolute;
    content: ' ';
    width: 30px;
    height: 30px;
    background-image: url(../images/starability-images/icons-checkmark.png);
    background-repeat: no-repeat;
    background-position: 0 -60px;
    right: -30px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi),
screen and (-webkit-min-device-pixel-ratio:2) {
    .starability-checkmark>label:before {
        background-image: url(../images/starability-images/icons-checkmark@2x.png);
        background-size: 30px auto
    }
}

.starability-checkmark>input:checked+label:before {
    display: block;
    animation-name: d;
    animation-duration: .7s;
    animation-fill-mode: forwards
}

.mod-reviews-wrapper .section-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
}

.write-review-prod {
    clear: both
}

#countwords {
    padding-left: 15px;
    font-size: 11px;
    font-weight: normal;
    color: #444;
}

.write-review-prod .redTitle {
    color: #990000;
    font-size: 14px;
    margin: 10px 0 20px 0;
    border-bottom: 1px solid #E2CCC9;
    padding: 0 0 10px 10px;
}

.write-review-prod form {
    margin-left: 10px;
}

.write-review-prod .star-criterion {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.write-review-prod .star {
    margin-left: 1px
}

.write-review-prod .wirte-review-text,
.write-review-prod .wirte-review-content {
    resize: vertical;
    overflow-y: auto;
}

#center_column .write-review-prod p,
#center_column .write-review-prod h4,
.write-review-prod .wirte-review-text,
.write-review-prod .wirte-review-content {
    font-size: .9rem;
    font-weight: 300;
    color: #000;
    line-height: 1.3;
}

.write-review-prod .wirte-review-text {}

.write-review-prod .wirte-review-content {
    height: 130px;
    padding: 10px 10px;
}

.write-review-prod h4 {
    color: #000;
    margin-top: 10px
}

.write-review-prod p {
    margin: 10px 0;
}

.write-review-prod p.submit {
    padding-top: .5rem;
}

.write-review-prod p.submit #reviewSubmit {
    padding: .45rem 1.4rem;
    text-transform: uppercase;
    -webkit-appearance: none;
    background: black !important;
    width: 100%;
}
.write-review-prod p.submit #reviewSubmit:hover{
    background: white !important;
    color: black !important;
}

.write-review-prod .imagesUpload-inner {
    position: relative;
    margin-bottom: .3rem;
}

.write-review-prod .imagesUpload-inner .button-common {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 1.8rem;
    border-color: #000;
    background-color: #000;
    color: #fff;
}

.write-review-prod .radioWrap input {
    vertical-align: middle;
}

.write-review-prod .radioWrap label {
    margin-right: 10px;
}

.write-review-prod .errorInfo {
    color: #A72D2C;
    margin: 0;
}

.write-review-prod p.customers {
    padding-left: 10px;
    margin-top: 0px;
}

.write-review-prod .w-productList dl {
    padding: 5px 10px 20px 1px;
}

.write-review-prod .w-productList .delProd {
    text-align: right;
}

.write-review-prod p.upfileCondition {
    margin: 0 0 10px 0;
}

.write-review-prod .textbtn,
.write-review-prod .disabledBtn {
    text-transform: capitalize;
}

.write-review-prod p.textCondition {
    text-align: left;
    width: 100%;
    color: #999;
    font-size: .85rem;
}

.write-review-prod .button-common {
    font-size: .9rem;
}

.write-review-prod #imagesUpload .wirte-review-text {
    margin-right: 10px;
}

.write-review-prod #imagesUpload .button-common {
    background-color: #ebebeb;
    border-color: #888;
    color: #111;
    text-shadow: none;
}

#center_column .write-review-prod p.warning {
    background-color: #FEF8E0;
    background-position: -44px -29px;
    border: 1px solid #F9B336;
    margin: 10px 0;
    font-size: 11px;
    font-weight: normal;
    padding: 8px 15px;
}

#center_column .w-prReviews .status_on {
    background-position: 0 -16px;
}

.w-prReviews {
    color: #333;
    width: 100%;
}

.w-prReviews .fancyHeadingS {
    border-bottom: none;
    color: #990000;
    font-size: 16px;
}

.write-choose-stars .cancel,
.write-choose-stars .star {
    float: left;
    width: 24px;
    height: 24px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer
}

.write-choose-stars .cancel,
.write-choose-stars .cancel a {
    background: url(https://www.babalahair.com/modules/productcomments/img/new-delete.png) no-repeat 0 -24px;
    background-size: 24px 48px;
}

.write-choose-stars .star,
.write-choose-stars .star a {
    background: url(https://www.babalahair.com/modules/productcomments/img/new-star.png) no-repeat 0 0;
    background-size: 24px 72px;
}

.write-choose-stars .cancel a,
.write-choose-stars .star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0
}

.write-choose-stars .star {
    margin-left: .1rem;
}

.write-choose-stars .star_on a {
    background-position: 0 -24px
}

.write-choose-stars .star_hover a,
.write-choose-stars .star a:hover {
    background-position: 0 -48px
}

.w-prReviews p {
    margin: 5px 0;
}

.w-prReviews p.pRating {
    margin: 5px 0 7px 0;
}

.w-prReviews .commentAction p {
    margin: 0;
    display: block;
    line-height: 14px;
    padding-bottom: 4px;
    text-align: left;
}

.reviewerInfo .UniqloRegularRegular {
    font-size: 0.65rem;
}

.reviewLike span,
.reviewLike .ion-thumbsup {
    font-size: .7rem;
    color: #000;
    padding-left: .2rem;
}

.reviewLike .ion-thumbsup {
    font-size: 1.1rem;
    margin: 0 0 0 0;
    padding: 0;
    color: #333;
}

.reviewLike:hover .ion-thumbsup {
    color: #000;
}

.w-prReviews p.reviewInfo {
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
    text-indent: 20px;
}

.w-prReviews p.prRating {
    margin-top: 0;
    position: relative;
}

.w-prReviews p.prRating em {
    position: absolute;
    width: 13px;
    height: 6px;
    left: 15px;
    bottom: -6px;
}

.w-prReviews .prRating {
    padding: 10px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    font-size: 14px;
}

.w-prReviews .prRatingV2 {
    color: #333;
    font: 14px Verdana;
}

.w-prReviews .prRatingV2 .score {
    margin: 0 5px;
    font-size: 16px;
    vertical-align: middle;
}

.w-prReviews .prRating .reviewNums,
.w-prReviews .prRevewsActsV2 .reviewNums {
    font-size: 12px;
    color: #999;
}

.prRevewsActsV2 .score {
    font: bold 16px Verdana;
    color: #990000;
    padding: 0 2px 0 2px;
    vertical-align: middle;
}

.w-prReviews .prRevewsActs {
    color: #999;
    margin-bottom: 20px;
}

.w-prReviews .prRevewsActsV2 {
    color: #999;
    margin: 10px 0 15px 0;
    padding: 10px;
}

.w-prReviews .prRevewsActs select {
    width: 150px;
    margin-left: 6px;
    color: #999;
    font-size: 12px;
}

.w-prReviews .w-review {
    height: auto;
    overflow: hidden;
    clear: both;
    padding: 1.5rem 0;
}

.w-prReviews .comment-inner-hr {
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.w-prReviews .comment-inner-hr:last-child {
    display: none;
}

.w-review .reviewerInfo {
    height: auto;
    font-size: .7rem;
}

.w-review .datatime {
    font-size: .6rem;
    font-weight: 100;
}

.w-review .ui-review-starts .star {
    font-size: 1rem;
}

.w-review .reviewerInfo li {
    margin: 0 0 .3rem;
}

.w-prReviews cite.b {
    color: #666;
}

.w-review .commentAction {
    color: #999;
}

.w-review .commentAction a {
    color: #999;
    border: none;
    background: none;
}

.w-review .commentAction a: hover {
    border: none;
    background: none;
    text-decoration: none;
}

.w-review .commentAction em {
    color: #DBDBDB;
    padding: 0 5px;
}

.w-review .writeReply {
    display: none;
}

.w-review .reviewDetails,
.w-review .w-reviewReplys,
.w-review .writeReply {
    width: auto;
}

.w-review .reviewDetails {}

.w-review .reviewDetails h3 {
    font-size: 1rem;
}

.w-review .reviewDetails .comment-content {
    font-size: .68rem;
    color: #000;
    line-height: 1.5;
    font-weight: 100;
}

.w-review .reviewDetails a img {
    border: 1px solid #FFF;
}

.w-review .reviewDetails a: hover img {
    border: 1px solid #ddd;
}

.w-review .reviewDetails .generalReview {
    font-size: 12px;
}

.w-review .reviewDetails .generalReview span a {
    padding: 0 5px;
}

.w-review .w-reviewReplys {
    padding-top: 15px;
    position: relative;
    display: none;
    margin-top: 10px;
}

.w-review .w-reviewReplys .arrow {
    position: absolute;
    width: 22px;
    height: 11px;
    top: 5px;
    left: 30px;
    z-index: 1;
}

.w-review .reviewReply {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    padding: 8px;
    margin-bottom: 6px;
    position: relative;
}

.w-review .reviewReply .delete {
    position: absolute;
    bottom: 13px;
    right: 15px;
}

.w-review .reviewReply p {
    margin: 0 5px;
}

.w-review .reviewReply p.writer {
    margin: 5px;
}

.w-review .reviewReply .replier {
    font-weight: bold;
}

.w-review .reviewReply .replyTime {
    color: #999;
    float: right;
}

.w-review .writeReply .textareaHolder {
    border: 1px solid #ddd;
    padding: 3px;
    margin-bottom: 6px;
}

.textareaHolder textarea {
    width: 100%;
    border: none;
}

.textareaHolder textarea.default {
    color: #999;
}

.w-review .commentsCount {
    margin-right: 5px;
}

.w-prReviews .seeAll {
    text-transform: uppercase;
    font-weight: bold;
}

a.fbComment {
    background-position: -536px -403px;
    font-size: 12px;
    color: #666;
}

h3.my-reviews-title {
    border-bottom: 1px solid #E2CCC9;
    padding: 10px;
}

.w-prReviews .nobd {
    border: 0;
}

.w-prReviews .lightGray {
    color: #999;
}

.w-prReviews .time {
    color: #999;
    margin-left: 10px;
}

.w-prReviews .commentAction {
    padding-top: .3rem;
}

.w-prReviews .commentAction .fbComment {
    position: absolute;
    right: 0px;
    top: 5px;
}

.w-prReviews .commentAction .textbtnGray,
.w-prReviews .commentAction .textbtnGray {
    padding: 5px 5px 5px 3px;
}

.w-prReviews .commentAction .Dlink {
    display: inline-block;
    padding: 0;
}

.errors {
    color: #990000;
    margin: 0;
}

.w-prReviews .gradeCount {
    float: left;
    width: 111px;
}

.w-prReviews .adsBox {
    margin: 10px 10px 20px 10px;
}

.editIcon {
    margin-right: 5px;
}

a.hide,
button.hide {
    display: none
}

.w-prReviews .commentAction a.textbtnGray,
.w-prReviews .commentAction button.textbtnGray {
    margin-left: 5px;
    margin-right: 0;
}

.w-prReviews p.unReviewTips {
    padding-left: 10px;
}

.w-prReviews p.pRating span,
.w-prReviews p.pRating strong,
.w-prReviews p.pRating a {
    float: left;
}

.w-prReviews p.pRating a span {
    float: none;
}

.w-prReviews p .score {
    margin-top: 2px;
}

.w-prReviews p .reviewNums {
    margin-top: 4px;
}

#myReviews {
    margin-bottom: 30px;
}

#myReviews .title {
    font-size: 14px;
    font-weight: bold;
}

#myReviews .w-review: last-child {
    border-bottom: none;
}

.attachments {
    margin-bottom: 10px;
}

#myReviews .reviewInfo,
#myReviews .attachments {
    margin: 0 0 10px -121px;
}

.attachments img {
    display: block;
    float: left;
    margin-right: .3rem;
}

#myReviews .reviewDate {
    position: absolute;
    width: 111px;
    left: -121px;
    top: 0;
}

.w-prReviews h4 {
    background: #F3F3F3;
    font: bold 14px Verdana;
    line-height: 29px;
    padding: 0 10px 0 15px;
}

.w-rebiewsblock {
    margin-bottom: 20px;
}

.w-rebiewsblock .border-radius-min {
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.w-rebiewsblock .border-radius-min {
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.w-rebiewsbag {
    brounbackgd: #FCFCFC;
}

.w-ReReply dd {
    display: block;
    font-size: .65rem;
    padding-top: .2rem;
    font-weight: 100;
}

.w-ReReply dt {
    font-weight: 100;
    font-size: .68rem;
}

.w-prReviews .page-heading a {
    float: right;
}

.reviewRight {}

.reviewRight .fbComment {
    right: 0;
    position: absolute;
    bottom: 0;
    color: #999;
}

.w-ReReply {
    position: relative;
    padding: 0 0;
    width: 100%;
    margin-top: 7px;
    font-size: .7rem;
}

.w-ReReply .ion {
    font-size: 1.2rem;
    margin-bottom: .2rem;
}

.w-ReReply dl {
    padding: .7rem 0;
    border: none;
    background-color: #fff;
    margin: 10px 0 15px;
    width: 100%;
    float: left;
    color: #000;
    border-top: 3px solid #000;
}


}
.w-ReReply dt {
    padding-bottom: 8px;
    font-weight: normal;
}
a.btn-mini {
    color: #333;
    padding: 2px 6px;
    margin-top: -3px;
}
.noReview {
    font-size: 14px;
    color: #333;
    padding: 1px 0 0 3px;
    height: 29px;
    display: block;
}
.noReview a {
    margin-left: 10px;
}
#sendComment {
    display: block;
}
#sendComment .write-review-wrapper {}
#sendComment .write-review-inner {
    max-width: 600px;
    padding: 1.2rem 1rem;
    margin: 0 auto;
}
#sendComment .requied {
    float: left;
    font-size: .7rem;
    padding-right: .1rem;
    color: #000;
}
#sendComment h4 {
    font-size: 13px;
    font-weight: 400 !important;
    margin: 1rem 0 .5rem;
}
.column-review-content {
    margin-top: 10px;
}
.write-review-prod {
    position: absolute;
    top: -999em;
}
.write-review-prod.show {
    position: relative;
    top: 0;
}
.ui-hidden {
    display: none;
}
#product-review-datas .review_row {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.review_row.url_home .author_info {
    float: left;
}
.review_row .review_container {
    overflow: hidden;
}
.review_row i {
    font-style: normal;
}
.review_row.url_home .review,
.review_row.url_home .review_links {}
.review_row .author_name {
    font-size: 14px;
    font-weight: 400;
}
.review_row .review_title {
    margin-bottom: 10px;
    color: black;
    line-height: 1.3;
    font-weight: 400;
    font-size: 1rem;
}
.review_row .review_content {
    margin-bottom: 1.5rem;
    font-size: .9rem;
    overflow: hidden;
    word-wrap: break-word;
    color: black;
    line-height: 1.6;
}
.review_row .attribute_column {
    float: left;
    width: 180px;
}
.review_row .attribute_column .grade .fa-stack {
    width: 1.1em;
}
.review_row .attribute_column .grade .fa-star+.fa-star-o {
    color: #4891c8 !important;
    font-size: 14px !important;
}
.review_row .attribute_column .grade .fa-star {
    color: black !important;
    font-size: 16px !important;
}
.review_row .attribute_column .grade .grade_label {
    font-style: normal;
    color: black;
    font-size: 13px;
    padding-right: 2px;
}
.review_row .review_links ul li {
    min-height: 16px;
    margin-bottom: 5px;
    position: relative;
    list-style: none;
}
.review_row .review_links ul li:last-child {
    border-right: none;
}
.review_row.url_home .helpful {
    float: left;
    color: black;
}
#uk-buttom-write-review {
    background: white;
    color: #000;
    border: 1px solid #333;
    font-weight: 400;
}
.ui-date {
    font-size: 12px;
    color: #999;
}
.helpful .isHelpful {
    float: left;
    margin-right: 7px;
    margin-top: 3px;
}
.review_row .links {
    padding: 0;
}
.helpful .helpfulButton {
    float: left;
    background-color: #b5b5b5;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    height: 16px;
    line-height: 17px;
    padding: 0 6px;
    font-size: 11px;
    position: relative;
    bottom: -1px;
}
.avg_grade,
.avg_grade .star-grade span {
    text-align: center;
    font-size: 1.5rem;
}
.avg_grade .avg_grade_count {
    font-weight: 500;
    color: #000;
}
.avg_grade .total_grade_reviews {
    font-size: .9rem;
}
.helpful .grayArrowLeft {
    width: 9px;
    height: 9px;
    position: relative;
    overflow: hidden;
    top: 2px;
    left: 1px;
    float: left;
    z-index: 1;
    cursor: default;
}
.helpful .grayArrowLeft:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    -webkit-transform: rotate(120deg) skewY(30deg);
    -moz-transform: rotate(120deg) skewY(30deg);
    -ms-transform: rotate(120deg) skewY(30deg);
    -o-transform: rotate(120deg) skewY(30deg);
    transform: rotate(120deg) skewY(30deg);
    left: 6px;
    border: 1px solid #d3d3d3;
}
.helpful .numHlp {
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline;
    float: left;
    height: 100%;
    overflow: hidden;
    padding: 0 3px;
    cursor: default;
    height: 18px;
    line-height: 18px;
    position: relative;
    bottom: 1px;
}
.helpful .numHlpIn {
    font-size: 11px;
    display: block;
    float: left;
    overflow: visible;
    padding: 0 5px;
    cursor: default;
    color: #000;
}
.helpful span {
    cursor: pointer;
}
.helpful .helpful_container:hover .isHelpful {
    color: #f05;
    cursor: pointer;
}
.helpful .helpful_container:hover .helpfulButton {
    background-color: #f05;
}
.review-photos ul {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
.review-photos ul,
.review-photos li {
    list-style: none;
    padding: 0;
}
.review-photos ul li {
    margin: 0 10px 10px 0;
    float: left;
}
.review-photos ul li img {
    width: 100px;
    border: 1px solid #eee;
}
.star-grade {
    color: gold;
    display: inline-block;
    font-size: 19px;
    position: relative;
    margin-right: 4px;
}
.attribute_column .star-grade {
    color: black;
    font-size: 14px;
}
.star-grade span {
    font-style: inherit;
    font-weight: inherit;
    margin-right: 1px;
}
.star-grade__max,
.star-grade__current {
    position: absolute;
    top: 0;
}
.star-grade__current {
    overflow: hidden;
    white-space: nowrap;
}
.avg_rating {
    padding: 10px 0 30px;
    text-align: center;
}
.avg_rating i {
    font-style: normal;
}
.avg_rating i.avg_rating_count {
    font-size: 35px;
    font-weight: 300;
    color: #000;
}
.avg_rating i.total_rating_reviews {
    font-weight: 300;
    font-size: 15px;
}
.avg_rating .star-grade {
    margin: 0 15px;
}
.avg_rating .star-grade span {
    font-size: 30px;
}
.loading_reviews {
    text-align: center;
    font-size: 15px;
    margin: 50px auto 200px;
}
.loadernew {
    display: block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
    border-radius: 50%;
    box-shadow: 0 1em 0 -.2em currentcolor;
    position: relative;
    -webkit-animation: loadernew 0.8s ease-in-out alternate infinite;
    animation: loadernew 0.8s ease-in-out alternate infinite;
    -webkit-animation-delay: 0.32s;
    animation-delay: 0.32s;
    font-size: 26px;
    color: #333;
    margin: 10px auto 50px;
    top: -1em;
}
.loadernew:after,
.loadernew:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    box-shadow: inherit;
    -webkit-animation: inherit;
    animation: inherit;
}
.loadernew:before {
    left: -1em;
    -webkit-animation-delay: 0.48s;
    animation-delay: 0.48s;
}
.loadernew:after {
    right: -1em;
    -webkit-animation-delay: 0.16s;
    animation-delay: 0.16s;
}
@-webkit-keyframes loadernew {
    0% {
        box-shadow: 0 2em 0 -.2em currentcolor;
    }
    
    100% {
        box-shadow: 0 1em 0 -.2em currentcolor;
    }
}
@keyframes loadernew {
    0% {
        box-shadow: 0 2em 0 -.2em currentcolor;
    }
    
    100% {
        box-shadow: 0 1em 0 -.2em currentcolor;
    }
}
#customer_reviews {
    min-height: 10rem;
}
.ui-select-wrapper {
    display: inline-block;
    width: 220px;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #333;
    border: 1px solid #e5e5e5;
    text-shadow: none;
    transition: box-shadow 0.25s ease;
    z-index: 2;
    margin: 5px;
}
.ui-select-wrapper:hover {
    border-color: black;
}
.ui-select-wrapper:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ccc;
    top: 18px;
    right: 10px;
    cursor: pointer;
    z-index: -2;
}
.ui-select-wrapper select {
    cursor: pointer;
    padding: 12px 15px;
    width: 100%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 13px;
}
.ui-select-wrapper select:focus {
    outline: none;
}
.review_filters {
    margin-bottom: 35px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.pagenation {
    padding: 0px;
    color: #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pagenation .pagenum {
    float: left;
    min-width: 20px;
    padding: 3px 5px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box;
}
.indexpage {
    display: none;
}
.pagenation .pagenum.indexpage,
.pagenation .pagenum.lastpage,
.pagenation .pagenum.nextpage {
    background: rgba(255, 255, 255, 0);
    color: #d9cfce;
}
.pagenation .pagenum.indexpage.active,
.pagenation .pagenum.lastpage.active,
.pagenation .pagenum.nextpage.active {
    color: #555;
}
.pagenation .pagenum.indexpage.active a,
.pagenation .pagenum.lastpage.active a,
.pagenation .pagenum.nextpage.active a {
    color: #555;
}
.pagenation .pagenum.pagetext,
.pagenation .pagenum.totalpage {
    border-radius: 0px;
    background: rgba(255, 255, 255, 0);
    border: none;
}
.pagenation .pagenum a {
    color: #333;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 500;
}
.pagenation .pageswiperbox {
    min-width: 35px;
    max-width: 175px;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}
.pagenation .pageswiper {
    width: auto;
}
.pagenation .pageswiper .pagenum {
    display: inline-block;
    float: none;
}
.pagenation .pagenum.curpage {
    background: rgba(255, 255, 255, 0);
    color: #f05;
    border: none;
}
.pagenation {
    margin-bottom: 2rem;
    height: 30px;
}
.pagenation .pagenum.curpage a {
    color: #f05;
    display: block;
    width: 100%;
    border-bottom: 2px solid #f05
}
.pagenation .pageinput {
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 40px;
    margin: 0 3px;
    line-height: 17px;
    box-sizing: border-box;
    vertical-align: top;
}
.pagenation .pagesubbtn {
    background: rgba(255, 255, 255, 0);
}
.pagenation .pagesubbtn a {
    color: #d9cfce;
}
.pagenation .pagesubbtn.active {
    background: #f5f5f5;
}
.pagenation .pagesubbtn a {
    color: #999;
}
.uk-lightbox {
    background: rgba(0, 0, 0, .9)
}
.trackorder-wrapper {
    max-width: 500px;
    margin: 3rem auto;
    min-height: 20rem;
}
.trackorder-title {
    font-weight: 600;
}
.review-stars {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 12px;
    overflow: hidden;
    background: url('../images/stars.gif') no-repeat 0 -12px;
    top: 1px;
}
.mod-review-counts {
    position: relative;
    display: inline-block;
    margin: 10px 0 0 8px;
    float: left;
    font-size: 12px;
}
#present_price {
    margin: 10px 8px 0 0;
    position: relative;
}
#present_price #currencies{
    position: absolute;
    right: 0;
    top:-4px;
    max-width: 80px;
    border:none;
    background-color: #ececec;
    border-radius: 5px;
    font-size: 13px;
    height: 36px;
    font-family: 'DIN';
    line-height: 3.2;
}
.review-stars .review-active-stars {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 56px;
    height: 12px;
    overflow: hidden;
    display: block;
    background: url('../images/stars.gif') no-repeat 0 0;
    width: 0;
}
.review-product-link a {
    border-bottom: 1px dotted #777 !important;
    color: #333 !important;
    line-height: 1.8;
}
.review-product-link a:hover {
    color: black !important;
    border-color: black !important;
}
#side-menu .uk-offcanvas-bar {
    background: white;
}
#mobilenav>li {
    border-bottom: .5px solid rgba(0, 0, 0, .1)
}
#mobilenav>li>a,
#side-menu>* {
    color: black !important;
}
#side-menu .choices__inner {
    border-color: #ddd !important;
}
#side-change-currency {
    width: calc(100% - 40px);
    bottom: 1rem;
    left: 20px;
}
.home-carousels {
    max-width: 100%;
    width: 100%;
    background-color: #dcd8d5;
    padding:0 !important;
}
.entry-comments {
    background-color: #f8f8f8;
    padding: 20px 50px
}
.entry-comments form .comment-notes {
    color: #999
}
.entry-comments form label {
    display: block;
    text-transform: uppercase;
    padding-bottom: 5px
}
.entry-comments form textarea {
    border: 1px solid #000;
    width: 100%;
    padding: 10px;
    height: 100px
}
.entry-comments form input {
    border: 1px solid #000
}
.entry-comments form .comment-form-code input {
    width: 130px;
    float: left
}
.entry-comments form .comment-form-code img {
    float: right
}
.comment-form-author,
.comment-form-email,
.comment-form-code {
    width: 328px;
    float: left;
    overflow: hidden;
    margin: 0 20px 0 0
}
.comment-form-code {
    width: 240px;
    margin-right: 0
}
.entry-comments form button {
    margin-top: 20px
}
.entry-comments form button:hover {
    background-color: #000;
    color: #fff
}
.search-result {
    font-size: 15px;
    color: #000
}
.search-result strong {
}
.entry-comments-list .entry-block-hd {
    padding: 20px 0;
    text-transform: uppercase;
    font-size: 17px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 20px
}
.entry-comments-list dl dt img {
    float: left;
    margin-right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #ddd;
    border-radius: 5px
}
.entry-comments-list dl {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ddd
}
.entry-comments-list dl dt .ui-author {
    font-size: 17px;
    padding-right: 10px
}
.entry-comments-list dl dt .ui-email {
    float: right;
    font-weight: 300;
    color: #999;
    font-size: 12px
}
.entry-comments-list dl .ui-date {
    display: block;
    font-weight: 300;
    font-size: 12px;
    color: #999
}
.entry-comments-list dd {
    padding: 15px 0 0;
    font-size: 15px;
    line-height: 1.5;
    color: #333
}
.sider-block-socials .sider-block-bd {
    padding-top: 15px;
    text-align: left
}
.sider-block-socials .sider-block-bd img {
    width: 34px
}
.empty.container {
    width: 100%!important
}
.comment-reply {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 2px solid #672b85;
    color: #672b85
}
.comment-reply small {
    color: #999
}
main.content .entry-title a {
    margin-bottom: 0;
    color: #000;
    font-size: 1.4rem
}
main.content .entry-title a:hover {
    color: #000;
    text-decoration: none
}
.entry-meta {
    padding-bottom: 10px;
    margin-bottom: 10px
}
.entry-meta,
.entry-meta a {
    color: #b3b3b3;
    font-size: 13px
}
.entry-meta .entry-time {
    margin-right: 10px;
    font-size: 12px
}
main.content article.post {
    margin-bottom: 20px;
    padding: 0;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
main.content article.post h2.entry-title, main.content article.post .entry-meta{
    margin:0 0 5px;
}
main.content article.post h2.entry-title a{
    font-weight: 600;
}
.entry-content {
    color: #555;
    font-size: 13px;
    line-height: 1.5
}
.has-blog-thumb header,
.has-blog-thumb .entry-content {}
h2.entry-title {
    height: auto
}
.entry-detail {
    margin-bottom: 15px
}
.blog_thumb {
    display: block;
    width: 100%;
    height: auto
}
.entry-content .read-more a {
    display: inline-block;
    border: 1px solid #333;
    color: #333;
    padding: 5px 15px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase
}
.entry-content .read-more a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none
}
.entry-content-detail {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: 14px;
}
body.blog-wrapper #header {
    margin-bottom: 0
}
body.blog-wrapper .main-menu {
    background-color: #672b85;
    border: 1px solid #672b85
}
body.blog-wrapper .main-menu .btn-link,
body.blog-wrapper .navbar .navbar-section .navbar-section-wrapper li>a .icon-dropdown,
.blog-menu .navbar .navbar-section .navbar-section-wrapper li>a {
    color: #fff
}
#blog .column,
#blog_article .column {
    float: left
}
#blog .col-9,
#blog_article .col-9 {
    width: 70%
}
#blog .col-3,
#blog_article .col-3 {
    width: 25%;
    float: right
}
.comment-notes {
    color: #000;
    padding-bottom: 15px
}
.btn-dark-outline,
.btn-dark {
    border-width: 1px;
    border-color: #000;
    background: #fff;
    color: #000;
    border-radius: 0;
    height: 34px;
    line-height: 34px;
    padding: 0;
    width: 180px;
    text-shadow: none;
    transition: all .3s
}
.btn-dark-outline:hover,
.btn-dark {
    background: #000;
    color: #fff
}
.blog-menu {
    background-color: #511271;
    margin-bottom: .8rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1) inset
}
.blog-menu .navbar-section-wrapper {
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-left: 1px solid rgba(0, 0, 0, .2)
}
.blog-menu .navbar .navbar-section .navbar-section-wrapper>li,
.blog-menu .navbar .navbar-section .navbar-section-wrapper>li:nth-child(1),
.blog-menu .navbar .navbar-section .navbar-section-wrapper>li:last-child {
    border-left: 1px solid rgba(255, 255, 255, .1);
    border-right: 1px solid rgba(0, 0, 0, .2);
    padding: 0 1rem
}
.blog-menu .navbar .navbar-section .navbar-section-wrapper .ion-ios-arrow-right {
    color: #fff;
    position: relative;
    top: 1px;
    margin-left: 3px
}
.blog-menu .navbar .navbar-section .navbar-section-wrapper li>a {
    __font-family: 'UniqloRegularRegular';
    font-size: .7rem
}
.blog-menu .navbar .navbar-section:last-child {}
.blog-menu .sub-menus a {
    color: rgba(255, 255, 255, .8);
    __font-family: 'UniqloLight';
    text-transform: none;
    font-size: .7rem;
    margin-left: .3rem
}
.sider-block {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    padding: .5rem 1rem 1rem;
    border: 1px solid #f8f8f8;
    background-color: #f8f8f8
}
.sider-block .sider-block-hd {
    text-transform: uppercase;
    text-align: left;
    padding: .4rem 0;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    color: #000
}
.sider-block-bd .form-input,
.entry-comments form input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: .5rem;
    box-sizing: border-box
}
.entry-comments form input {
    width: 90%
}
.entry-comments form .comment-form-email input {
    width: 100%
}
.sider-block .sider-block-hd h3 {
    font-size: 1.2rem;
    margin: .5em 0
}
.sider-block-categories .sider-block-bd {
    padding: 5px 0
}
.sider-block-categories .sider-block-bd li {
    margin: 0
}
.sider-block-categories .sider-block-bd li a {
    padding: 10px 0;
    display: block;
    color: #000;
    border-bottom: 1px solid #ddd;
    font-size: .67rem
}
.sider-block .sider-block-bd ul li a:hover {
    color: #672b85
}
.sider-block-categories .sider-block-bd li:last-child a {
    border: none
}
.sider-block-search {}
.sider-block-search .sider-block-bd {
    position: relative
}
.sider-block-search .sider-block-bd input.ui-input {
    border: 1px solid #ccc;
    width: 188px;
    padding: 8px 50px 8px 10px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 4px #fff;
    margin: 0
}
.sider-block-search .sider-block-bd button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    padding: 0;
    width: 50px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background-color: #0f0549;
    color: #ff8a2d
}
.sider-block-search .sider-block-bd input.ui-input:focus {
    border-color: #000
}
.sider-block-why .sider-block-bd {
    background: #e7e7e7;
    padding: 15px 10px 10px
}
.sider-block-why .sider-block-bd ul li a {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-bottom: 5px;
    display: block
}
.sider-block-why .sider-block-bd ul li a i {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 100%;
    line-height: 30px;
    background-color: #ec3285;
    color: #fff;
    margin-right: 5px
}
.sider-block-why .sider-block-bd ul li a:hover {
    text-transform: none;
    text-decoration: none;
    background-color: #fff
}
.navigation {
    clear: left;
    position: relative;
    width: 100%;
    font-size: 13px;
    border-top: 1px solid #e3e3e8;
    margin: 0 35px 45px 0;
    text-align: center;
    padding-top: 0
}
.page-navigation {
    width: 100%;
    text-align: center
}
.page-navigation li {
    display: inline-block
}
.page-navigation li a {
    padding: 0 5px;
    font: 14px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600
}
.page-navigation li:first-child a,
.page-navigation li:last-child a {
    background-color: #000;
    color: #fff
}
.page-navigation li:first-child {
    float: left
}
.page-navigation li:last-child {
    float: right
}
.navigation .divider {
    color: #cdd0d2;
    padding: 0 3px 0 6px;
    display: inline
}
.foter-inner #newsletterForm .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){
    color: #fff !important;
    transition: all .3s;
}
.foter-inner #newsletterForm .uk-button:hover .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve){
    color: black !important;
}
/** 大设备 **/
@media (min-width: 1200px) {
    .gallery-top {}
    
    .foter-inner .uk-list {
        display: block !important;
    }
}
@media (min-width: 960px) {
    .mo_hover {
        display: none;
    }
    .pd_s_txt {
        overflow: hidden;
    }
    
    .sweet-alert {
        width: 420px;
        box-sizing: border-box;
        margin-left: -210px;
    }
    
    .mod-logo {
    }
    
    .mod-howto .uk-width-3-5\@m .uk-grid:first-child {
        margin-top: 0 !important;
    }
    #product #product-app{
        max-width: 1200px;
    }
    #product #product-app .uk-width-1-5\@m {
        padding-left: 2rem;
    }
    
    #product .wrapper .uk-width-1-5\@m .uk-card {
        background: white;
        padding: 20px 13px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
        border: 1px solid #eee;
    }
    
    #J_filters,
    #J_filters .uk-offcanvas-bar {
        position: relative;
        left: 0;
        top: 0;
        bottom: auto;
        width: 100%;
        padding: 0;
        box-shadow: none;
        display: block;
        z-index: 1;
        background: transparent;
    }
}
@media (max-width: 1100px) {
    .display-flex .mod-socials-items {
        display: none !important;
    }
}
.offcanvas-menu svg {
    width: 2.5rem;
    height: 2.5rem;
}
@media (min-width: 960px) {
    .mp-menu ul li > a{
        padding:2rem 1rem 2rem 2.2rem !important;
        font-weight: 600;
    }
    .menu-arrow-left > a.menu-display::before{
        top:2.18rem !important;
    }
}
.four-images{
    padding:0 0 4rem;
    background: #f6f5f2;
}
/** 中小设备 **/
@media (max-width: 960px) {
    #app footer{
        margin-top: 2rem !important;
    }
    #app .main-hero-section{
        min-height: 500px !important;
    }
    #app .hero-content{
        width: 80vw;
    }
    #app .hero-content > h1{
        font-size: 3rem;
    }
    .hero-content .button-wrapper{
        padding-top: 2.5rem !important;
    }
    .uniquemy-life{
        max-width: 15rem !important;
        bottom: -1rem !important;
    }
    .four-images{
        padding:1rem 1rem 2rem !important;
    }
    .four-images .row{
        margin:0 !important
    }
    .Gheading{
        margin-bottom: 2rem !important;
    }
    .cartQuantity{
        top: 3px;
        right: 1px;
    }
    .cart-overview .empty img{
        max-width: 8rem;
    }
    #bannersBottom ul li > a{
        background-color: #000;
    }
    #bannersBottom ul li > a > img{
    }
    #bannersBottom ul li > a > div.card-header h4{
        font-size: 1.2rem !important;
    }
    #bannersBottom ul li > a .uk-button{
        font-size: .8rem !important;
    }
    #mod-home-buyershows .uk-first-column:nth-child(1){
        width: 100%;
    }
    #mod-home-buyershows .uk-first-column:nth-child(6){
        display: none;
    }
    .heading{
        margin-bottom: 2rem;
    }
    .heading span{
        padding:0 5px;
        font-size: 1.2rem;
        letter-spacing: 2px;
    }
    .gallery-top{
        margin:0;
    }
    #ero404{
        min-height: 15rem;
    }
    .mod-filter-wrapper > div{
        width: 100%;
        text-align: left;
    }
    .mod-filter-wrapper > div > .choices{
        width: 47%;
        float: none;
        display: inline-block;
    }
    .uk-button-gocart{
        font-size: 12px;
        height: auto;
        line-height: 1.6;
        padding: 10px 0;
    }
    .mod-filter-wrapper > div > .choices:first-child{
        float: right;
    }
    .mod-filter-wrapper > div > .choices:last-child{
        float: left;
    }
    .mod-filter-wrapper > div *{
        box-sizing: border-box;
    }
    .mod-filter-wrapper .uk-first-column{
        line-height: initial !important;
    }
    .mod-filter-wrapper .choices{
        margin:0;
    }
    .uk-input,
    .uk-select,
    .uk-textarea {}
    
    #howto-wrapper {
        height: auto !important;
    }
    
    .mod-howto .uk-height-large>.uk-grid>.uk-first-column:first-child {
        padding: 2rem;
    }
    
    .mod-howto .uk-width-3-5\@m {
        padding-left: 0;
        margin-top: 0;
    }
    
    .empty-icon svg {
        width: 8rem;
        height: 8rem
    }
    
    .hot-animation {
        top: -40px;
        right: -40px;
    }
    
    .a-left {
        text-align: left;
    }
    
    .product-title {
        color: #000;
    }
    
    #header {
        padding: 0 !important;
        box-shadow: none;
        height: 70px;
    }
    #header.uk-sticky-fixed.uk-active {
        height: 60px;
    }
    #index #header {
        margin-bottom: 0;
    }
    #shopping-cart-table h6.product-name > a{
        text-transform: none !important;
    }
    .uk-logo,
    .uk-logo img {
        width: 9rem !important;
    }
    
    .mod-logo {
        position: absolute;
        left: 50%;
        margin-left: -4.5rem;
    }
    
    .table_lay table {
        min-width: 1000px;
    }
    
    .mod-mobile-links {
        position: absolute;
        right: 10px;
        top: 12px;
    }
    
    .mod-mobile-links>a {
        margin-left: 5px;
    }
    
    .uk-margin-medium-top {
        margin-top: 20px !important;
    }
    
    .uk-tab>*>a {
        font-size: 1.1rem;
    }
    
    .wrapper,
    .foter-inner > .wrapper {
        padding: 0 1rem;
        width: auto;
    }
    
    .footer-copyright .wrapper {
        padding-top: 1rem;
    }
    
    .foter-inner > .wrapper {
        border: none;
    }
    
    .wrapper-full-m {
        padding: 0;
    }
    
    .header-bottom {
        padding: 0;
    }
    #header.uk-sticky-fixed.uk-active .header-bottom{
        padding:0;
    }
    
    .offcanvas-menu {
    }
    
    .offcanvas-menu svg {
        width: 2rem;
        height: 2rem;
    }
    
    .offcanvas-header {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        border-bottom: 1px solid #eee;
        background: white;
    }
    
    .uk-offcanvas-bar {
        background: white;
    }
    
    .offcanvas-content {
        padding: 0 0 1rem;
    }
    
    .offcanvas-header+.offcanvas-content {
        padding-top: 2.5rem;
    }
    
    .offcanvas-header .uk-offcanvas-close {
        left: 1rem;
        top: .8rem;
    }
    
    .offcanvas-header h3 {
        text-align: center;
        margin: 0;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.1rem;
        text-transform: uppercase;
        font-weight: 500;
    }
    
    #product-submit-form.uk-sticky-fixed {
        width: 100vw !important;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        padding: 20px 15px !important;
        margin-left: -15px !important;
    }

    .cart [class^=icon-] {
        font-size: 1.6rem;
        display: inline-block;
        margin-left: 5px;
    }
    .mod-mobile-links .uk-icon svg{
        width: 1.6rem;transform: translateY(-6px);
    }
    
    #footer {
        padding: 0 0;
        margin-top: 0rem !important;
        background: #fff;
    }
    .footer-copyright{
        padding:0 1rem;
    }
    .footer-copyright,
    .footer-copyright small {
        text-align: left !important;
    }
    
    .footer-about {
        padding: 0;
    }
    
    .product-count,
    .mod-filter-button {
        font-size: .9rem;
    }
    
    .mod-filter-button {
        padding: 0 1rem;
        background-image: -webkit-linear-gradient(90deg, #eee, #fff);
        border-color: #ddd;
        min-height: 44px;
        line-height: 44px;
        border-radius: 3px;
        font-weight: 200;
    }
    
    .mod-filter-button svg.icon {
        float: left;
        margin-top: 12px;
        margin-right: 3px;
    }
    
    .filterGroup .filterEntry {
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
    
    .filterGroup .filterEntry .features {
        margin-top: 5px;
    }
    
    .filterGroup .filterEntry .features li {
        margin: 0 !important;
    }
    
    .filterGroup .filterEntry .features li a {
        font-size: 12px;
        padding: 10px 0;
    }
    
    .cms-content .uk-article-title {
        font-size: 1.4rem !important;
    }
    
    #footer .uk-icon {
        transition: all .3s;
    }
    #footer h4 > a > .uk-icon{
        top: -18px;
        position: relative;
    }
    #footer .uk-icon svg, #footer .uk-icon svg path {
    }

    #footer #newsletterForm .uk-icon svg, #footer #newsletterForm .uk-icon svg path{
        fill: #fff;
        color: #fff !important;
    }
     
    #footer .opened .uk-icon {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -moz-transform: rotate(45deg);
        /* Firefox */
        -webkit-transform: rotate(45deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(45deg);
        /* Opera */
    }
    
    .uk-cart-table .product-name {
        font-size: 13px;
    }
    
    .uk-cart-table .product-name img {
        display: block;
        width: 50px;
    }
    
    .adshow-item .adshow-inner {
        padding-: 1rem;
    }
    
    .adshow-item .adshow-inner h2 {
        font-size: 1.5rem;
    }
    .uk-offcanvas-overlay.uk-open::before{
        background: rgba(0, 0, 0, 0.6);
    }
    #option-preview-colors li {
        float: left;
        width: 16%;
        overflow: hidden;
        margin-top: 0 !important;
        padding: .2rem;
        box-sizing: border-box;
        background-color: #fff;
        margin: 0 .33% .33%;
        text-align: center;
    }
    
    .product-extra-detail .uk-tab>*>a,
    .attribute-group>label,
    .quantity-buy>label {
        font-size: 12px;
    }
    
    #sendComment .write-review-inner {
        padding: 0;
    }
    
    .review_row .review_title {
        font-size: 1.1rem;
    }
    
    .review_row .review_content {
        margin: 0 0 .5rem;
        color: #666;
        line-height: 1.5;
        font-size: .85rem;
    }
    
    .review_row .level {
        display: none;
    }
    
    .review_row .review_links,
    .review_row .links {
        width: 100%;
    }
    
    .review_row.url_home .author_info {
        float: none;
        border-bottom: 1px dotted #eee;
        padding-bottom: .5rem;
        margin-bottom: .5rem;
    }
    
    .helpful .isHelpful {
        margin-top: 1px;
    }
    
    .review_row .attribute_column {
        width: 33.33%;
    }
    
    .review_row .attribute_column p {
        margin: 0;
    }
    
    .review_row .attribute_column p i {
        margin-bottom: .3rem;
        display: block;
    }
    
    .review_row .review_links ul li {
        display: inline;
        float: left;
        margin: 0 1rem 0 0;
    }
    
    .review_row .author_name {
        font-weight: 600;
    }
    
    #product-review-datas .review_row {
        width: 100vw;
        box-sizing: border-box;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
        margin-left: -1rem !important;
    }
    
    .review_row .review_links ul li:last-child {
        float: right;
        margin: 0 1rem 0 0;
    }
    
    .review_container {
        padding-top: 1rem;
    }
}

/** 小设备 **/
@media (max-width: 640px) {
    .uk-form-icon:not(.uk-form-icon-flip)~.uk-input {
        padding-left: 10px !important;
    }
    #uk-button-shopping {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    
    .foter-inner .uk-list {
        display: none;
        margin-top: 15px;
    }
    
    .foter-inner .uk-grid-small>.uk-grid-margin {
        margin: 0;
        padding-top: 15px;
        position: relative;
    }
    
    .foter-inner .uk-grid-small>div>.uk-card {
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
    }
    
    .foter-inner .uk-card>h4 {
        font-size:12px;
        font-weight: 400;
        margin: 0;
    }
    
    .foter-inner .uk-card>h4>a {
        display: block;
        height: 54px;
        line-height: 54px;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        text-align: right;
    }
    
    .foter-inner .uk-list li a {
        font-size: 15px;
    }
    
    .checkout-types {
        padding: 0;
        clear: both;
    }
    
    .cart-price .price {
        font-size: 13px;
    }
    
    .discount .uk-form-width-medium {
        max-width: 100%;
        border-width: .5px;
        height: 3rem;
        line-height: 3rem;
    }
    
    .discount .uk-button-secondary {
        padding: 4px 10px;
    }
    
    #uk-button-checkout {
        width: 100%;
    }
       
    .mod-cart-sutotal {
        width: 70px;
    }
    
    #checkout_container .page-header{
        border-bottom: 1px solid #eee;
    }
    
    #addtocart-button {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
    }
}
@-webkit-keyframes flashTransition {
    from {
        left: -100%;
    }
    
    100% {
        left: 150%;
    }
}

#mod-home-buyershows{
}
#mod-home-buyershows img.uk-img{
    display:block;
    width:100%;
    border-radius: 5px;
}
.uk-grid#mod-home-buyershows > *{
    padding-left: 15px;
}
.buyershow-modal.uk-open > .uk-modal-dialog{
    padding: 0;
    max-width: 1000px !important;
    width: 90%;
    min-height: 400px;
    overflow: hidden;
}
.buyershow-modal.uk-open > .uk-modal-dialog img.uk-img{
    display: block;
    width: 100%;
}
.buyershow-modal.uk-open > .uk-modal-dialog .product-intro{
    padding-top: 10px;
}
.buyershow-modal.uk-open > .uk-modal-dialog h5.product-name{
    line-height: 1.4;
    margin: .5rem 0;
    font-size: 12px;
    color: #555;
    letter-spacing: .1rem;
    text-transform: uppercase;
}
.buyershow-modal.uk-open > .uk-modal-dialog .uk-product-info{
    padding-right:40px;
    padding-top:40px;
}
.buyershow-modal.uk-open > .uk-modal-dialog .uk-product-info .uk-button{
    font-size: 12px;
    padding:0;
}
.promotion-header{
    width: 100%;
    padding:0.8rem .5rem;
    box-sizing: border-box;
    background-color: #000;
    text-align: center;
}
.promotion-header span{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-shadow: 0 0px 7px rgba(0,0,0,0.2)
}
h5.mod-section-subtitle{
    text-align: center;
    font-size: .75rem;
    text-align: center;
    font-size: 13px;
    margin: 0 !important;
    letter-spacing: 5px;
    color: #2f374c;
}
.footer-top{
    max-width: 1040px;
    padding:0 20px;
    margin: 0 auto;
}
.mod-home-pushup{
    height: 600px !important;
    background-size: auto;
    background-position: center;
}
.mod-home-pushup a{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
}
.uk-slideshow-items img{
    width: 100%;
}
.mod-home-design-wrapper{
    background-color: #f8f8f8;
    padding: 2rem 0 2.5rem;
    /* box-shadow: inset 0 10px 20px rgba(0,0,0,0.08); */
}
.mod-home-design{
    max-width: 1200px;
    width:100%;
    box-sizing: border-box;
    padding:20px 15px 0;
    margin: 0 auto;
    text-align: center;
}
.mod-home-design > div > div > div{
    padding: 20px;
    border-radius: 40px 0 40px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    margin-bottom: 15px !important;
    background-color: #fff;
}
.mod-home-design p{
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: center;
    color: #2f374c;
}
.product-image-wrapper{
	display: flex;
	align-items: center;
	height: 0;
    padding-bottom: 100%;
    position: relative;
}
.product-image-wrapper img{
	display:block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
[data-scrollable] {
    overflow: auto;
}
#side-cart .uk-offcanvas-bar a.p-name-link{
}
#mod-checkout-sider-cart .price-total{
    margin-bottom: 10px;
    font-size: .8rem;
}
#mod-checkout-sider-cart .price-total .price{
    font-size: 1.2rem;
    color: #222;
}
#header_cart_wrapper{
    position: relative;
    flex-direction: column;
    height: 100vh;
    max-height: 100vh;
}
#header_cart_wrapper h3{
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 0;
    padding: 22px 20px 15px;
    border-bottom: 1px solid #eee;
    position: fixed;
    width: 100%;
    background: #fff;
}
#header_cart_wrapper .sider_cart_wrapper{
    flex:none;
}
.rate_label{
    padding-bottom: 0 !important;
}
.carrier_delay{
    float: right;
    margin: 0 !important;
}
.carrier_price{
    margin-left: 10px;
    color: #f55;
}
.rte table{
    max-width: 100% !important;
    width: 100% !important;
}
#main-item-slides .main-item-slide:last-child{
    margin-bottom: 0 !important;
}
#accordion-tabs .uk-accordion-title{
    color: #000;
    overflow: hidden;
    font-weight: 600;
    font-size: 1.1rem;
    font-weight: 600;
}
#accordion-tabs .rte{

}
#accordion-tabs > li{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
#side-cart .uk-offcanvas-close{
    position: fixed;
    top:10px;
    right:10px;
}
@media (max-width:960px) {
    .mod-cart-quantity{
        display: flex;
        justify-content: space-between;
    }
    .mod-cart-quantity .cart-price > span{
        display: block;
    }
    .uk-cart-table th, .uk-cart-table td{
        padding: 15px 0;
    }
    #order_address{
        margin-bottom: 0;
    }
    #order_box{
        margin-top: 1rem !important;
    }
    #order_address{
        margin-bottom: 0 !important;
    }
    #shopping-cart-totals-table{
        max-width: 100%;
    }
    #side-cart .uk-offcanvas-bar{
        width: calc(100vw - 65px);
    }
    .promotion-header span{
        font-size: 12px;
    }
    .footer-top{
        padding:2rem 0 0;
    }
    .mod-home-design > div > div > div{
        border-radius: 15px;
    }
    .mod-home-design p{
        text-align: center;
        margin:0 0 15px;
    }
    .footer-top > .wrapper{
        padding:1rem 1rem 0;
    }
    .uk-grid#mod-home-buyershows > *{
        padding-left: 15px;	
    }
    .uk-grid#mod-home-buyershows > .uk-grid-margin{
        margin-top: 15px;
    }
    .buyershow-modal.uk-open > .uk-modal-dialog .uk-product-info-wrapper{
        margin-top:0;
    }
    .buyershow-modal.uk-open > .uk-modal-dialog .uk-product-info{
        padding: 40px;
    }
    .buyershow-modal.uk-open > .uk-modal-dialog h5.product-name{
        letter-spacing:0;
        text-transform:none;
        font-size: 13px;
    }
    .mod-product-tags {
        top: -1.4rem;
        right: -3.5rem;
    }
    .uk-label.on_sale{
        padding: 2rem 3rem 0.1rem;
    }
    .uk-label.on_sale strong {
        font-size: 0.85rem;
    }
}
.discount-form #discount_name{
    border-color: #aaa;
    border-radius: 10px;
}
.discount-form .uk-button::before{
    background-color: #aaa;
}
.discount-form #discount_name:focus + .submitAddDiscount{
    background-color: #000 !important;
    color: #fff;
    border-color: #000;
}
.discount-form #discount_name:focus{
    border-color: #000;
}
#checkout-payment-method-load li{
    height: 4.2rem;
    align-items: center;
    display: flex;
    padding: 0 1rem;
}
#checkout-payment-method-load li .img_box img{
    height: 48px !important;
}
#main-nav{
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
#main-nav > nav.uk-navbar-container{
    height: 50px;
}
#mainnav > li:first-child > a{
}
.top-sit {
    width: 100%;
    height: 35px;
    background-color: #f8aaa0;
}

.top-sit .top-center {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    box-sizing: border-box;
}

.top-sit .top-center > div {
    position: relative
}

.top-sit .top-center > div {
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    font-size: .85rem;
}

.top-sit .top-center > div.left > span {
    color: #fff;
    z-index: 1;
    MARGIN: 0;
    box-sizing: border-box;
}

.top-sit .top-center > div.left::before {
    content: '';
    background: #000;
    position: absolute;
    left: -100%;
    width: 100%;
    height: 35px;
    display: block
}

.top-sit .top-center > div.right {
    background: #000;
    float: right;
    width: 50%;
    height: 35px;
    text-align: right;
}

.top-sit .top-center > div.right::after {
    content: '';
    background: #000;
    position: absolute;
    right: -100%;
    width: 100%;
    height: 35px;
    display: block;
    top: 0;
    visibility: visible
}

.top-sit .top-center > div > p {
}

.top-sit .top-center > div > p .icon-Icon-shipping {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 1px;
    vertical-align: middle
}

.top-sit .top-center .switch {
    position: relative;
    padding: 10px 0 11px;
    text-align: right;
    height: 35px;

    box-sizing: border-box;
}

.top-sit .top-center .switch > p {
    display: inline-block
}

.top-sit .top-center .switch > p .icon-buton_dropdown_arro {
    color: #fff;
    margin-left: 10px;
    font-size: 8px;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform: scale(.8)
}

.header-sit .header-continer .right > ul li.account:hover i, .header-sit .header-continer .right > ul li.header-shopping-bag .header-sub-menu .mincart-title .icon-icon_off_normal1:hover, .header-sit .header-continer .right > ul li.header-shopping-bag:hover .icon-Icon_bag_normal, .header-sit .header-continer .right > ul li.search-box:hover i, .header-sit .header-continer .right > ul li.site:hover i, .top-sit .top-center .switch:hover > p .icon-buton_dropdown_arro {
    color: #ffcd00
}

.top-sit .top-center .switch .switch-store {
    position: absolute;
    padding-top: 10px;
    z-index: 20;
    top: 100%;
    right: 0;
    display: none
}

.top-sit .top-center .switch .switch-store > a {
    color: #000;
    background: #fff;
    width: 160px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    font-weight: 400;
    border: 1px solid #000;
    display: block
}

.top-sit .top-center .switch .switch-store > a i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 8px
}

.top-sit .top-center .switch .switch-store > a:hover {
    background: #000;
    color: #fff
}

.top-sit .top-center .switch:hover .switch-store {
    display: block
}
.mod-slogan {
    display: none;
    width:100%;
    margin:10px auto 10px !important;
}
#index #header{margin-bottom: 0;}
#index .mod-slogan{display: block;}
.mod-slogan .uk-grid>div>span {
    padding: 22px 30px;
    text-align: center;
    font-size: .78rem;
    text-transform: uppercase;
    color: #111;
    transition: all .3s;
    cursor: pointer;
    font-weight: 500;
    background-color: #f5f5f5;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.mod-slogan .uk-grid>div:first-child {
    border: none;
}

.mod-slogan .uk-grid>div:hover {
    color: black;
}

.mod-slogan .uk-grid>div svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: .3rem;
}

.mod-slogan .uk-grid>div:hover svg {
    opacity: .8;
}
#header-currency > a{
    border: 1px solid #333;
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    margin-top: 3px;
}
#header-currency > a::before{
    background-color: #353535 !important;
}
#header-currency .uk-dropdown, #mainnav .uk-navbar-dropdown{
    box-shadow: none !important;
    border:1px solid #000 !important;
}
.article.article-marquee {
    padding: 20px 0;
    background: #000;
    color: #fff;
}

.article.article-marquee .marquee-box {
    width: 100%;
    overflow: hidden
}

.article.article-marquee .marquee-box .marquee-item-sj {
    font-size: 80px;
    color: #fff;
    letter-spacing: 5px;
    text-align: left;
    line-height: 80px
}

.article.article-marquee .marquee-box .marquee-item-sj .text {
    font-weight: 700;
    margin-right: 50px;
    display: inline-block;
    white-space: nowrap
}
.foter-inner .wrapper .wrapper{
    padding-top:0;
}
.foter-inner .wrapper .wrapper h2.title{
    font-size: 2rem;
    padding-bottom: 1rem;
}
@media (max-width:960px) {
    .foter-inner .wrapper .wrapper h2.title {
        font-size: 1.5rem;
        text-align: left !important;
        margin: 0;
        padding: 0 0 10px;
    }
    .article.article-marquee .marquee-box .marquee-item-sj {
        font-size: 50px;
        line-height: 50px
    }
    #index #bannersBottom{
        margin:10px 0 !important;
    }
    #index #bannersBottom ul li{
        margin-bottom: 10px !important;
    }
    #index #bannersBottom ul li:last-child{
        margin-bottom: 0 !important;
    }
    .top-sit{
    }
    .top-sit .top-center > div.left{
        width: 100%;
        text-align: center;
    }
    .top-sit .none-sm{
        display: none;
    }
    .Gheading {
        margin-bottom: 3.2rem;;
    }
    .Gheading p{
        margin-top:-5px;
    }
    .home-about-story > div{
        font-size: 14px !important;
    }
    .home-about-story h1{
        font-size: 3rem;
    }
    .mod-slogan .uk-grid > div{
        margin:0 0 10px !important
    }
}
#thumb-dots .item-slide{
    opacity: 0.5;
}
#thumb-dots .item-slide.active{
    opacity: 1;
}
.product-image-wrapper img{
    border-radius: 3px;
}
.PID-B{left: 0;position: fixed;right: 0;top: 0;z-index: 12;}
.BHkOG{height: 3px;background: #27c4f5 -webkit-gradient(linear,left top,right top,from(#27c4f5),color-stop(#a307ba),color-stop(#fd8d32),color-stop(#70c050),to(#27c4f5));background: #27c4f5 -webkit-linear-gradient(left,#27c4f5,#a307ba,#fd8d32,#70c050,#27c4f5);background: #27c4f5 linear-gradient(to right,#27c4f5,#a307ba,#fd8d32,#70c050,#27c4f5);background-size: 500%;-webkit-animation: 2s linear infinite LoadingBarProgress,.5s ease-out LoadingBarEnter;animation: 2s linear infinite LoadingBarProgress,.5s ease-out LoadingBarEnter;-webkit-transform-origin: left;transform-origin: left;width: 100%;}
@-webkit-keyframes LoadingBarProgress{0%{background-position:0% 0}
to{background-position:125% 0}}@keyframes LoadingBarProgress{0%{background-position:0% 0}
to{background-position:125% 0}}@-webkit-keyframes LoadingBarEnter{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}
to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes LoadingBarEnter{0%{-webkit-transform:scaleX(0);transform:scaleX(0)}
to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.BHkOG{height:3px;background:#27c4f5 -webkit-gradient(linear,left top,right top,from(#27c4f5),color-stop(#a307ba),color-stop(#fd8d32),color-stop(#70c050),to(#27c4f5));background:#27c4f5 -webkit-linear-gradient(left,#27c4f5,#a307ba,#fd8d32,#70c050,#27c4f5);background:#27c4f5 linear-gradient(to right,#27c4f5,#a307ba,#fd8d32,#70c050,#27c4f5);background-size:500%;-webkit-animation:2s linear infinite LoadingBarProgress,.5s ease-out LoadingBarEnter;animation:2s linear infinite LoadingBarProgress,.5s ease-out LoadingBarEnter;-webkit-transform-origin:left;transform-origin:left;width:100%}
.Gheading{
    font-size: 1.4rem;
    font-weight: 600;
}
.Gheading > span{
    transition: all .3s;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding:0 10px;
    letter-spacing: 3px;
}
.Gheading > span.underlined:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    margin-left: 0%;
    height: 15px;
    bottom: 0;
    left: 0;
    background: #ffe8e5;
    z-index: -1;
    border-radius: 20px;
}
.Gheading p{
    margin: 1rem 0 0; font-size: 1.12rem; opacity: 0.6; color: #2f374c;text-transform: none;font-weight: 200;line-height: 1;
    letter-spacing: -1px;
}
.home-about-story-wrapper{
    height: 650px;
}
.home-about-story {
    text-align: left !important;
}
.home-about-story h1{
    font-family: 'Satisfy', cursive;
    margin:0 0 3px !important;
    color: #ff4c13;
    font-size: 4rem;
}
.home-about-story h3{
    margin: 10px 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-top: -12px;
}
.home-about-story > div{
    line-height: 1.5;
    font-size: 15px;
    color: #fafafa;
}
.home-about-story > a.sublink{
    text-transform: uppercase;
    color: #ff4c13;
    margin-top: 25px;
    position: relative;
    border-bottom: 1px solid #ff4c13;
    display: inline-block;
    padding-bottom: 4px;
    font-weight: bold;
}
/* 加载动画 */
#lyear-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(255, 255, 255, 0.525);
    backdrop-filter: blur(5px);
}
#lyear-loading .spinner-border {
    z-index: 999999;
    position: fixed;
    left: 50%;
    top: 50%
}
@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spinner-border {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: text-bottom;
    border: 0.125em solid #000;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
#shopping-cart-table .product-image img{
    border:1px solid #eee;
}
#sku_reference{
    text-transform: uppercase;
    font-weight: 400;
    color: #de470d;
}
input.spinnerQuantityBuy{
    border:none;
}
.block-services{
    background: #f7f7f7;
    padding: 3rem 0;
}
.block-services .list-item .item {
    width: 33.3333%;
    border-right: 1px solid #F3F3F3;
}
.block-services .list-item .item:last-child{
    border:none;
}
.block-services .list-item {
    max-width: 1187px;
    margin: 0 auto;
}
.block-services .list-item .item > .icon {
    margin-bottom: 20px;
    display: block;
    margin:0 auto;
}
.block-services .list-item .item > .icon svg {
    margin: 0 auto;
    max-width: 50px;
    fill:#555
}
.block-services .list-item .item .title-service {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #555;
}
.block-services .list-item .item .title-service > span{
    color: #555;
    font-size: 1rem;
    display: block;
}
.block-services .list-item .item .btn-service {
    text-transform: uppercase;
    font-size: 14px;
}
.block-services .list-item .item .btn-service i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
    width: 49px;
    border: 1px solid #be8d6c;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    margin: 30px auto 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
h2.title{
    font-family: 'Saudagar';
    font-size: 2.6rem;
    padding-bottom: 2rem;
}
@media screen and (min-width: 768px){
    .block-services .list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media screen and (max-width: 767px){
    h2.title{
        font-size: 2rem;
        padding-bottom: 0rem;
    }
    .block-services{
        padding:3rem 0 2rem;
    }
    .block-services .list-item .item .icon svg{
        max-width:40px !important;
    }
    .block-services .list-item .item {
        padding-left: 55px;
        position: relative;
        margin-bottom: 12px;
        width: 100%;
        display: flex;
        align-items: center;
        border-right: none;
        border-bottom:1px solid #f1f1f1;
        padding-bottom: 25px;
    }
    .block-services .list-item .item > .icon {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-bottom: 0;
        width: auto;
        height: auto;
        line-height: auto;
        border:none;
        background: transparent;
    }
    .block-services .list-item .item .icon img {
        height: 42px;
    }
    .block-services .list-item .item .title-service {
        text-align: left;
    }
}
@-webkit-keyframes lazyLoader {
    0%, 100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }

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

@keyframes lazyLoader {
    0%, 100% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }

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

.Image--fadeIn {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }

.Image--lazyLoaded.Image--fadeIn {
    opacity: 1; }

.Image--zoomOut {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Image--lazyLoaded.Image--zoomOut {
    opacity: 1;
    -webkit-transform: none;
    transform: none; }
#bannersBottom ul li{
    margin:0 !important;
}
#bannersBottom ul li > a{
    position: relative;
    display: block;
    overflow: hidden;
}
#bannersBottom ul li > a > div.card-header{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10vw;
}
#bannersBottom ul li > a > div.card-header h5, #bannersBottom ul li > a > div.card-header h4{
    margin:0;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#bannersBottom ul li > a > div.card-header h5{
    font-weight: 600;
    font-size: .85rem;
}
#bannersBottom ul li > a > div.card-header h4{
    font-family: 'Saudagar';
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin:1rem 0;
    line-height: 1.1;
}
#bannersBottom ul li > a .uk-button{
    background: transparent !important;
    border-color: #fff;
    color: #333 !important;
    font-size: 0.9rem;
    height: 3rem;
    line-height: 3rem;
}
#bannersBottom ul li > a .uk-button::before{
    background: white;
}
#bannersBottom ul li > a .uk-button:hover{
    color: #fff !important;
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#bannersBottom ul li > a img{
    transition: all .8s;
}
#bannersBottom ul li > a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.one-half {
    width: 50%;
}
.grid__item {
    box-sizing: border-box;
    padding-left: 1.25em;
}
.grid, .grid-full {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-left: -1.25em;
}
.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



html, body, .container, .scroller {
    position: relative;
}

.scroller {
    overflow-y: scroll;
}

.scroller,
.scroller-inner {
    position: relative;
}

.container {
    position: relative;
    overflow: hidden;
}

.menu-trigger {
    position: relative;
    padding-left: 60px;
    font-size: 0.9em;
}

.menu-trigger:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    height: 6px;
    background: #fff;
    box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
    content: '';
}

.mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
}

.mp-menu {
    position: fixed; /* we can't use fixed here :( */
    top: 0;
    left: 0;
    z-index: 99999;
    width: 300px;
    height: 100vh;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

/* overlays for pusher and for level that gets covered */
.mp-pusher::after,
.mp-level::after,
.mp-level::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0;
    z-index: 999;
}

.mp-pusher::after,
.mp-level::after {
    background: rgba(0,0,0,0.58);
    -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
}

.mp-level::after {
    z-index: -1;
}

.mp-pusher.mp-pushed::after,
.mp-level.mp-level-overlay::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.mp-level.mp-level-overlay {
    cursor: pointer;
}

.mp-level.mp-level-overlay.mp-level::before {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
}

.mp-pusher,
.mp-level {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    z-index: 99999;
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#mp-menu{
    transition: all .3s;
}
.mp-pushed > #mp-menu{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mp-pushed .mp-menu > .mp-level.mp-level-overlay{
    -webkit-transform: translate3d(40px, 0, 0);
    -moz-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

/* content style */
.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-menu h2 {
    margin: 0;
    padding: 1rem 2.2rem;
    color: rgba(0,0,0,0.4);
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;;
    text-transform: uppercase;
    font-weight: 600;
}

.mp-menu.mp-overlap h2::before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
    transition: opacity 0.3s, transform 0.1s 0.3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.mp-menu ul li > a {
    display: block;
    padding: 1.5rem 1rem 1.5rem 2.2rem;
    outline: none;
    box-shadow: inset 0 -1px rgba(0,0,0,0.08);
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.1rem;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
    font-weight: 600;
}

.mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0,0,0,0.2);
    line-height: 3.5;
}

.mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0.08), inset 0 1px rgba(0,0,0,0.08);
}

.mp-menu ul li a:hover,
.mp-level > ul > li:first-child > a:hover {
    background: rgba(0,0,0,0.08);
    box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
} /* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
    background: rgba(0,0,0,0.1);
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

.mp-back::after {
    position: absolute;
    content: "\e037";
    right: 10px;
    font-size: 1.3em;
    color: rgba(0,0,0,0.3);
}

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
    padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
    display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
    display: block;
}
.menu-arrow-left > a.menu-display{
    position: relative;
}
.menu-arrow-left > a.menu-display::before{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    content: "";
    -webkit-transform: rotate(
        135deg
    );
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(
        135deg
    );
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
    transform-origin: center;
    transition: transform 0.2s linear;
    position: absolute;
    left: 1rem;
    top: 1.78rem;
}
.slick-track .btn.v2{
    color: white;
}
.slick-track .btn.v2{
    border-color: rgba(255, 255, 255, .4) !important;
}
#shopify-section-1582219957023{
    background: #34495e;
}
@media only screen and (min-width: 801px){
    .large--align-items-end {
        align-items: flex-end;
    }
}
.heading{
    border:none;
    text-align: left !important;
    margin:1rem 0 .5rem !important;
    height: auto;
}
.heading span{
    padding:0;
}
.heading:before{
    display: none;
}
#ordermsg .uk-textarea{
    font-size: 16px !important;
    line-height: 1.2 !important;
}
.cart-checkout-wrapper #tfoot_static td {
    font-size: 1rem !important;
}
.form-switch label{
    font-size: 15px !important;
}
#checkout_container{
    font-size: 0.9rem !important;
}
#order #checkout_container{
    margin: 0 auto !important;
}
@media only screen and (max-width: 640px){
    .block-services .list-item .item .title-service > span{
        font-size: 0.95rem;
    }
    .block-services .list-item .item .title-service{
        font-size: 1rem;
        margin:0;
        padding:20px 0 0px;
    }
    #product #header{
        border:none !important;
        margin:0;
    }
}
@media only screen and (min-width: 640px){
    .onestepcheckout-right-inner {
        background-color: #fff8f5;
        padding: 20px;
        border-radius: 10px;
    }
}
#order #checkout_container{
    max-width: 1100px !important;
}
#checkout-payment-method-load li .img_box img{
    margin-top: 18px !important ;
    height: 32px !important;
}
#product .uk-breadcrumb{
    max-width: 1160px;
    margin: 0 auto 1rem;
}
#order #placeOrder {
    background-color: #f55 !important;
    border-color: #f55 !important;
    font-size: 1.1rem;
    font-weight: bold !important;
}
#order .carrier_price {
    font-size: 1rem;
    top: -2px;
    position: relative;
}
div.onestepcheckout-threecolumns div.onestepcheckout-column-right .cart-checkout-wrapper {
    border-top: 1px solid #E6EAEA;
    border-radius: 0;
}
div.onestepcheckout-threecolumns div.onestepcheckout-column-right .cart-checkout-wrapper .uk-table{
    margin-bottom: 0;
}
div.onestepcheckout-threecolumns div.onestepcheckout-column-right .cart-checkout-wrapper #tfoot_static{
    padding-bottom: 0 !important;
}
#checkout-payment-method-load li.select, #onestepcheckout-shipping-method-block li.select{
    background: url(../images/checked-corner.png?v=1) no-repeat right bottom !important;
    border-color: #f55 !important;
    background-size: 24px !important;
    border-width: 1px !important;
    border-style: solid;
    border-radius: 4px;
}
#checkout-payment-method-load{
    border:none !important
}
#order ul.shipment-methods li label, #order ul.payment-methods li label{
    font-weight: 600 !important;
    font-size: 1rem !important;
}
.image-custom-tips li{
    font-size: .9rem;
    color: #333;
    line-height: 1.2;
    padding: 2px 0;
    font-weight: 300;
}
.image-custom-tips li::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background:#333;
    float: left;
    border-radius: 50%;
    margin:5px 4px 0 0 !important;
}
.reset-crop, .confirm-crop{
    font-size: .9rem;
}
.reset-crop{
    background: transparent;
    color: #444 !important;
}
.reset-crop::before{
    display: none;
}
.attribute-group {
    margin-bottom: 15px !important;
}
.btn-upload{
    position: relative;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
}
.sr-only {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 999;
    opacity: 0;
}
.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-upload button{
    background: #f3d6c3;
    padding:1rem 2rem;
    transition: all .4s;
    color: #000;
}
.btn-upload:hover button{
    background: #000;
    padding:1rem 2.4rem;
    color: #fff;
}
.custom_group_image_preview a{
    display: block;
    margin: 5px 0 7px;
}
.custom_group_image_preview img{
    display: block; border-radius: 10px; max-width: 60px;
}
.modal-image-custom .uk-modal-dialog{
    max-width: 400px !important;
}
.cart-custom-image-preview{
    display: inline-block;
    margin: -5px 3px 0;
}
.cart-custom-image-preview img{
    display: block;
    max-width: 24px;
    border-radius: 5px;
}
.attributes_custom li label, .attributes_custom li > a{
    float: left;
}

.home__text .container {
    padding: 0
}

@media only screen and (min-width: 992px) {
    .home__text .container {
        padding:0 40px
    }
}

.home__text-inner {
    background-color: #ECFAFA;
    text-align: center;
    padding: 80px 0
}

@media only screen and (min-width: 992px) {
    .home__text-inner {
        margin:0 0 60px
    }
}

@media only screen and (min-width: 1200px) {
    .home__text-inner {
        margin:50px 0 60px;
        padding: 100px 0
    }
}
.home__text-btn{
    font-weight: 600;
}
.arrow-link {
    position: relative;
    font-size: 12px;
    line-height: 2;
    font-family: "Brandon Black",Helvetica,Arial,sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 0 35px 0 0
}

.arrow-link:hover::after {
    transform: translateX(10px) translateY(-50%)
}

.arrow-link::after {
    content: '';
    background-image: url(../images/svg/icon-arrow-right-black.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 23px;
    height: 16px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.4s cubic-bezier(0.1, 0.41, 0.32, 0.85)
}
.home__text-title {
    font-size: 20px;
    letter-spacing: 2.7px;
    margin-bottom: 15px;
    font-family: "BrandonText",Helvetica,Arial,sans-serif;
    font-weight: 500;
    color: #000;
}

@media only screen and (min-width: 992px) {
    .home__text-title {
        font-size:36px;
        letter-spacing: 5.6px;
        font-family: "BrandonText",Helvetica,Arial,sans-serif
    }
}

.home__text-body {
    line-height: 26px;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto 25px;
    padding: 0 20px;
    text-align: left;
}

.press-quotes {
    background-color: #ECFAFA;
    margin: 40px auto 60px;
    padding: 60px 0
}

@media only screen and (min-width: 768px) {
    .press-quotes {
        margin:50px auto 100px;
        padding: 75px 0
    }
}

.press-quote__logo-slide {
    max-width: 75px;
    margin: 0 auto
}

@media only screen and (min-width: 992px) {
    .press-quote__logo-slide {
        max-width:100px
    }
}

.press-quotes__slider {
    padding: 0 30px;
    max-width: 800px;
    margin: 25px auto 0
}

@media only screen and (min-width: 768px) {
    .press-quotes__slider {
        padding:0 0 40px;
        margin-top: 40px
    }
}

.press-quotes__slider .tns-slider {
    display: flex;
    align-items: center
}

.press-quote {
    font-size: 20px !important;
    text-align: center;
    color: #000;
    line-height: 1.6
}

@media only screen and (min-width: 768px) {
    .press-quote {
        font-size:25px !important
    }
}

.press-quote__logo {
    max-width: 120px;
    margin-top: 40px
}

@media only screen and (min-width: 768px) {
    .press-quote__logo {
        display:none
    }
}

.press-quotes__logos {
    display: none
}

@media only screen and (min-width: 768px) {
    .press-quotes__logos {
        display:block
    }
}

.press-quotes__logo-nav {
    display: flex;
    justify-content: space-around
}

.press-quotes__logo-nav button {
    opacity: 0.25;
    transition: opacity 1s
}

.press-quotes__logo-nav button.tns-nav-active {
    opacity: 1
}

.press-quotes__reviews {
    margin-top: 40px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center
}

@media only screen and (min-width: 992px) {
    .press-quotes__reviews {
        margin-top:60px
    }
}

.press-quotes__reviews img {
    display: block;
    width: 100px;
    margin: 10px auto 0
}

.press-quotes__review-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.press-quotes__review-stars svg {
    width: 14px;
    height: auto;
    margin: 0 2px
}
.press-quotes__inner h2.Gheading .underlined{
    font-size: .9rem;
}
.press-quotes__inner .review-customer-name{
    text-align: center;
    width: 100%;
    color: rgba(0, 0, 0, .8);
    font-size: .9rem;
    padding-top: 2rem;
}
.blog-wrapper{
    text-align: center;
    padding-bottom: 2rem;
}
.blog-wrapper h1{
    font-weight: bold;
    color: #000;
}
.narrow-by-list {
}
.narrow-by-list dt {
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    text-transform: uppercase;
    font-size: .8rem;
    color: #333;
}
.narrow-by-list dd{
    margin-bottom: 1rem;
}
.narrow-by-list dd ol {
    padding: 10px 0;
    margin:0;
}
.narrow-by-list dd ol li a {
    display: block;
    padding: 8px 0px;
    font-size:.84rem;
}
.narrow-by-list dd ol li a:hover,
.narrow-by-list .selected a {
    text-decoration: none;
    color: #f0007f;
    color: #f0007f !important;
}
.narrow-by-list dd ol li a:hover .uk-icon-circle-o,
.narrow-by-list .selected a .uk-icon-circle-o {
    display: none;
}
.narrow-by-list dd ol li a:hover .uk-icon-dot-circle-o,
.narrow-by-list .selected a .uk-icon-dot-circle-o {
    display: inline-block;
}
.btn-soldout {
    border: none;
    width: 100px;
    height: 100px;
    background: rgba(155,0,43,.5);
    color: #fff;
    line-height: 100px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
	padding:0;
}
.product-soldout img{
	opacity: 0.5;
}
.product-soldout img:nth-child(2){
	opacity: 0;
}