@import './fonts.min.css';
@import './components.min.css';
@import './vendor/modal.min.css';
@import './forms.min.css';
@import './stripe.min.css';

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

img {
    image-orientation: from-image;
}
html,body,h1,h2,h3,h4,p,ol,ul,li,fieldset,form,textarea,input,label,legend {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a img {
    border: 0;
}
b, strong {
    font-weight: 600;
}
.btn {
    max-height: 52px;
    padding: calc(0.3vw + 10px) calc(1.4vw + 14px);
    white-space: nowrap;
    color:#fff;
    text-decoration: none;
    background: #125bfe;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    cursor: pointer;
}
.btn:hover {
    background: #114ac8;
    box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
}

.btn.placeOrder {
    margin-top: 25px;
    height: 52px;
    width: 220px;
    position: relative;
    padding:0;
}
.btn.placeOrder.load {
    width: 240px;
}
.btn.placeOrder.load:after {
    content:"";
    -webkit-animation: rot .6s linear infinite;
    animation: rot .6s linear infinite;
    border: 2px solid hsla(0,0%,100%,.4);
    border-radius: 100%;
    border-top-color: #fff;
    margin: 0 0 0 10px;
    pointer-events: none;
    right: 40px;
    top: 50%;
    min-height: 20px;
    height: 20px;
    min-width: 20px;
    width: 20px;
}

@keyframes rot {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}

.btn.btn-outline {
    background: transparent;
    border:1px solid #125bfe;
    color:#125bfe;
}
.btn.btn-outline:hover {
    background: #125bfe;
    color:#fff;
    box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
}
.row {
    display: flex;
    width:100%;
}
.row-space {
    padding:14px 0;
}
.row-space-top {
    padding-top:14px;
}

.row-space-bottom {
    padding-bottom:14px;
}

.border-top {
    border-top:1px solid #e9e2e0
}
.border {
    border:1px solid #e9e2e0
}
.bordertop-0 {
    border-top:0!important
}
.space-between {
    justify-content: space-between!important;
}
.align-center {
    align-items: center!important;
}
.justify-start {
    justify-content: flex-start!important;
}
.justify-end {
    justify-content: flex-end!important;
}
.ptb-10 {
    padding-top:10px!important;
    padding-bottom:10px!important;
}
.ptb-20 {
    padding-top:20px!important;
    padding-bottom:20px!important;
}
.pt-0  {
    padding-top:0px!important;
}
.pt-10 {
    padding-top:10px!important;
}
.pt-20 {
    padding-top:20px!important;
}
.pb-10 {
    padding-bottom:10px!important;
}
.pb-0 {
    padding-bottom:0!important;
}
.mb-0 {
    margin-bottom: 0!important;
}

html, body {
    min-width: 320px;
    width: 100%;
    height: 100% !important;
    float: left;
    position: relative;
    touch-action: manipulation;
}

body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    font-size: calc(0.25vw + 14px);
    line-height: 1.5;
    color: #122046;
    background-color: #f8f5f4;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
}
body.prevent,  body.prevent *{
    pointer-events: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: "Nunito Sans", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
    font-family: "Nunito Sans", sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
    font-family: "Nunito Sans", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
    font-family: "Nunito Sans", sans-serif;
}

.InputContainer:after {
    font-family: "Nunito Sans", sans-serif;
}

::selection {
    background: #ece8e0;
}

::-moz-selection {
    background: #ece8e0;
}

* {
    box-sizing: border-box;
    outline: 0 !important;
}
 

input,
textarea {
    padding: 0;
    outline: none;
    border: none;
}

button {
    outline: none;
    border: none;
    cursor: pointer;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    -webkit-box-shadow: inset 0 0 6px transparent;
    background-color: #f5f5f5;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #090f45;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding: 0 25px;
    margin: 0 auto;
}
.content2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 800px;
    padding: 0 25px;
    margin: 0 auto;
}
.content:after,.content2:after {
    clear: both;
    content: "";
    display: table;
}
.w50 {
    width:50%;float:left;
}

.hidden {
    display:none!important;
}


/*App*/
.topline {
    background: #444;
    color: #fff;
    width: 100%;
    z-index: 5;
    display: flex;
    align-items: center;
    font-size: 17px;
    overflow: hidden;
}
.withTopLine .topline {height: 70px;}
.withTopLine2 .topline {height: 50px;font-size:15px}

.topline .content {
    justify-content: center;
    position: relative;
    z-index: 1;
}
.topline .content .topline_title {
    width: 70%;
    text-align: center;
    line-height: 1.3;
}
.withoutCounter .topline .content .topline_title {
    width: 100%;
}
.topline .content .topline_title > * {
    display: inline-block;
}
.topline .content .topline_title span {
    font-weight: 700;
    margin-right:20px;
}

.topline .content > div.counter {
    padding-left:5%;
    white-space: nowrap;
    margin-left: auto;
    padding-top: 6px;
}
.topline .content div.ribbon {
    -webkit-transform: rotate(45deg);    
    transform: rotate(45deg);
    transform-origin: center center;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 140px;
    min-width: 140px;
    font-size: 12px;
    background: #ea1f45;
    margin-left: auto;
}

.topline .content > div ul li, 
#countdown2 ul li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}
.withTopLine2 .topline .content > div ul li {
    font-size: 18px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 6px;
}


.topline .content > div ul li:after, #countdown2 ul li:after {
    content: " : ";
    position: absolute;
    right: -10px;
    top: 0;
    height: 100%;
}
.withTopLine2 .topline .content > div ul li:after {
    top: 6px;
}
.topline .content > div ul li:last-child, 
#countdown2 ul li:last-child {
    margin-right: 0;
}
.withTopLine2 .topline .content > div ul li:first-child {
    display:none;
}  
.withTopLine2 .topline .content .top_promo {
    background: none;
    color: #9ec8ff;
    text-decoration: underline;
    font-weight: 600;
    border-radius: 3px;
    padding: 3px 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: color .3s;
}
.withTopLine2 .topline .content .top_promo:hover {
    color: #c7ddfa;
}

.withTopLine2 .topline .content .topline_title {
    width: auto;
    margin-right: 20px;
}

.withTopLine2 .topline .content > div.counter {
    margin-left: initial;
}

.topline .content > div ul li:last-child:after, 
#countdown2 ul li:last-child:after {
    display: none;
}
.topline .content > div ul li span {
    width: 100%;
    display: block;
    opacity: 1;
}
.topline .content > div ul li p {
    font-size:9px;
    opacity: 0.8;
    text-transform: uppercase;
    line-height: 12px;
}
#countdown2 ul li span {
    font-size:28px;
}
#countdown2 ul li p {
    font-size:12px;
    opacity: 0.8;
    text-transform: uppercase;
    line-height: 12px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5;
    background-color: #fff;
    transition: box-shadow .3s;
}
.modal-open header {
    padding-right:6px;
}

header.fixed {
    box-shadow: 0 6px 14px rgba(0, 0, 0, .06);
}
header #logo {
    height: 100px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
header #logo img {
    width: calc(7vw + 140px);
}
header nav {
    margin-left: auto;
}
.mobileBurger {
    display:none;
    cursor: pointer;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    width:35px;
}

.mobileBurger:hover {
    opacity: 0.5!important;
}

header nav > .nav {
    display: flex;
    align-items: center;
}
header nav > .nav > li {
    margin-left: calc(1.0vw + 5px);
    position: relative;
    z-index: 1;
}

header nav > .nav > li:nth-child(1) {
    margin-left: 0px;
}
header nav > .nav > li > a {
    text-decoration: none;
    color: #090f45;
    font-weight: 400;
    transition: color .3s;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: calc(.2vw + 14px);
}
header nav > .nav > li a img {
    width:18px;
    margin-left:10px;
} 
header nav > .nav > li a:hover, 
header nav > .nav > li a.active  {
    color: #125bfe;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 100;
    width: 280px;
    margin-left: -140px;
    background: #fff;
    border-radius: 3px;
    line-height: 1.46667;
    margin-top: -5px;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
    border-top:2px solid #125bfe;
    opacity:0;
    -webkit-transform: translate(0, 0) scale(.85);
    transform: translate(0, 0) scale(.85);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.submenu::after, 
.submenu::before {
    content: ""; 
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    height: 0;
}
.submenu::after {
    border-bottom-color: #fff;
}
.submenu::before {
    margin-left: -13px;
    border: 13px solid transparent;
    border-bottom-color: #125bfe;
}
.submenu-items {
    list-style: none;
    padding: 10px 0;
    position: relative;
    z-index: 9;
}
.submenu-item {
    display: block;
    text-align: left;
}
.submenu-link,
.submenu-link:link, 
.submenu-link:visited, 
.submenu-link:active {
    text-decoration: none;
    color: #122046;
    font-size:16px;
    padding: 6px 20px;
    display: inline-block;
}
.submenu-link:hover {
    color:#125bfe;
}
.show-submenu .submenu {
    opacity: 1;
    -webkit-transform: translate(0, 25px) scale(1);
    transform: translate(0, 25px) scale(1);
    pointer-events: auto;
}

.cart {
    position:relative;
    z-index:1;
    width: 31px;
    margin-left: auto;
}
.cart img {
    float: left;
    width:100%;
}
.cart a {
    float: left;
}

.cart i {
    position: absolute;
    top: -5px;
    right: -10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-style: normal;
    font-weight:700;
    background: #FF7F11;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

main {
    width: 100%;
    float: left;
    padding-top:100px;
    flex: 1 0 auto;
}
.withTopLine main {
    padding-top: 170px;
}
main.nopadding {
    padding: 0;
    height:100%;

}
.withTopLine main.nopadding {
    padding-top:50px;
}


/*Home*/
.intro_wrapper {
    width:100%;
    background: #f8f5f4;
    position: relative;
    z-index: 1;
    display: flex;
    height: 40vw;
    float: left;
    overflow: hidden;
}
.intro_wrapper .slider, 
.intro_wrapper .slider + .slider_nav,
.intro_wrapper .slider * {
    opacity:0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.intro_wrapper .slider.slick-initialized, 
.intro_wrapper .slider.slick-initialized  + .slider_nav, 
.intro_wrapper .slider.slick-initialized * {
    opacity: 1;
    visibility: visible;
}

.intro_wrapper .slider, 
.intro_wrapper .slider .slick-list,
.intro_wrapper .slider .slick-list .slick-track, 
.intro_wrapper .slider .slick-list .slick-track .slick-slide {
    width:100%;
    float:left;
    height: 100%;
    overflow: hidden;   
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    height: 100%;
    width:100%;
    overflow: hidden;
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text {
    width: 50%;
    height: 100%;
    position: relative;
    float:left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:calc(3vw + 20px);
    overflow: hidden;
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text h2 {
    font-size:calc(2.0vw + 9px);
    font-weight: 800;
    line-height: 1.1;
    display: block;
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text h2, 
.intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text p {
    opacity: 0;
    position: relative;
    transform: translate(100px);
    -webkit-transform: translate(100px);
    display: block;
    width:100%;
    padding-bottom: calc(0.7vw + 7px);
    transition:none;
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text .btn {
    opacity: 0;
    transform: translate(100px);
    -webkit-transform: translate(100px);
    margin-right: auto;
    transition:none;
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide.slick-active .slick-slide-inner .intro_text h2,
.intro_wrapper .slider .slick-list .slick-track .slick-slide.slick-active .slick-slide-inner .intro_text p,
.intro_wrapper .slider .slick-list .slick-track .slick-slide.slick-active .slick-slide-inner .intro_text .btn {
    transform: translate(0);
    -webkit-transform: translate(0);
    opacity: 1;
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide.slick-active .slick-slide-inner .intro_text h2 {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
    -webkit-transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide.slick-active .slick-slide-inner .intro_text p {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
    -webkit-transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.7s, opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.7s;
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide.slick-active .slick-slide-inner .intro_text .btn {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, 
                opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, 
                background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, 
                box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, 
                opacity 0.7s cubic-bezier(0.25, 1, 0.5, 1) 0.8s, 
                background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s, 
                box-shadow 0.3s cubic-bezier(0.25, 1, 0.5, 1) 0s;            
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_images {
    width: 50%;
    position:relative;
    float:left;
    height: 100%;
    overflow: hidden;
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_images div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.intro_wrapper .slider .slick-list .slick-track .slick-slide.slick-active .slick-slide-inner .intro_images div {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.intro_wrapper .slider_nav {
    position: absolute;
    bottom: 7%;
    left: 53.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.intro_wrapper .slider_nav > button {
    background-color: transparent;
    border-radius: 50%;
    width:40px;
    height:40px;
    text-indent: -100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.intro_wrapper .slider_nav > button svg {
    width:28px;
    height:28px;
    float: left;
}    
.intro_wrapper .slider_nav .slick-dots {
    width: auto;
    order: 2
}
.intro_wrapper .slider_nav .slick-dots li {
    width:12px;
    height:12px;
    border-radius: 50%;
    overflow: hidden;
    background: #858a9d;
    float:left;
    margin:0 8px;
    cursor: pointer;
}
.intro_wrapper .slider_nav .slick-dots li button {
    text-indent: -100px;
    width:100%;
    width:100%;
    float:left;
    visibility: hidden;
    color: #122046;
}
.intro_wrapper .slider_nav .slick-dots li.slick-active, 
.intro_wrapper .slider_nav .slick-dots li:hover {
    background: #122046;
}
.intro_wrapper .slider_nav .slick-prev {
    order: 1; 
}
.intro_wrapper .slider_nav .slick-next {
    order: 3;
}
.intro_wrapper .slider_nav .slick-prev:hover {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    background-color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .06);
}
.intro_wrapper .slider_nav .slick-next:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    background-color: #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .06);
}

.home_banner {
    width:100%;
    float:left;
    display: flex;
    color: #fff;
    position: relative;
    height:86px
}
.home_banner .content{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home_banner .content img{
    width: 60px;
    max-width: 60px;
    position: relative;
    top:-5px;
}

.home_banner:before {
    content:"";
    background: url(../images/heart1.png) left top no-repeat;
    height:54px;
    width:125px;
    position: absolute;
    top:0;
    left:55px
}

/*.home_banner:before {*/
/*    content:"";*/
/*    background: url(../images/bells_new.png) left top no-repeat;*/
/*    height:57px;*/
/*    width:198px;*/
/*    position: absolute;*/
/*    top:0;*/
/*    left:0;*/
/*}*/

.home_banner:after {
    content:"";
    background: url(../images/heart2.png) left top no-repeat;
    height:56px;
    width:180px;
    position: absolute;
    top:0;
    right:32px;
}

/*.home_banner:after {*/
/*    content:"";*/
/*    background: url(../images/bells_new.png) left top no-repeat;*/
/*    height:57px;*/
/*    width:198px;*/
/*    position: absolute;*/
/*    top:0;*/
/*    right:0;*/
/*    transform:scaleX(-1);*/
/*}*/


.icons_div {
    background: #fff;
    width:100%;
    float: left;
}
.icons_div ul {
    width: 100%;
}
.icons_div ul li {
    width: 33%;
    float: left;
    text-align: center;
    padding: calc(2.0vw + 55px) 0;
}
.icons_div ul li img {
    height: calc(2.0vw + 35px);
}
.icons_div ul li h3 {
    padding: 20px 0 5px 0;
    font-size: calc(0.5vw + 16px);
    font-weight: 700;
}
.icons_div ul li p {
    font-size: calc(0.5vw + 12px);
}



.products_div {
    width:100%;
    float: left;
    padding: calc(2vw + 20px) 0;
}
.products_div h1, 
.products_div h2 {
    width:100%;
    display: block;
    font-size: calc(1.5vw + 10px);
    padding-bottom:  calc(1.5vw + 35px);
    text-align: center;
    font-weight: 800;
    line-height: 1.1;
}
/* .products_div ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.products_div ul li {
    width: 23%;
    display: flex;
    flex-direction: column;
    margin-bottom:5%;
} */
.products_div ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: max-content;
    grid-gap: 4%;
    padding-bottom: 10%;
}

.products_div ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 15%;
}

.products_div ul li img {
    max-width: 100%;
    float: left;
}

.products_div ul li > a {
    transition-property: box-shadow;
    transition-duration: 300ms;
    margin-bottom: calc(0.5vw + 5px);

    &:hover {
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1) !important;
    }
}

.products_div ul li .text {
    text-align: center;
}
.products_div ul li .text h3{
    padding: calc(0.5vw + 5px) 0;
    display: block;
}
.products_div ul li .text h3 a {
    display: block;
    color: #122046;
    text-decoration: none;
    transition-property: color;
    transition-duration: 300ms;

    &:hover {
        color: #125bfe;
    }
}
.products_div ul li .text p{
    padding-bottom: calc(0.5vw + 5px);
    display: block;
}



.video_div {
    width: 100%;
    float: left;
    padding: calc(2vw + 55px) 0;
    background: #f9f5f4;
    position: relative;
    z-index: 1;
}
.video_div .content > .video_text {
    padding:0 80px 0 0
}
.video_div .content > .video_text h3 {
    font-size: calc(1.5vw + 10px);
    font-weight: 800;
    line-height: 1.1;
    width: 100%;
    display: block;
    float: left;
    margin-bottom:20px;
}
.video_div .content > .video_text p {
    width: 100%;
    display: block;
    float: left;
    margin-bottom:20px;
}
.video_div .content > .video_text p:after {
    content: "";
    display: table;
}
.video_div .content > .video_image img {
    max-width: 730px;
    width: calc(26vw + 170px);
    
}



.recom_div {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    padding: calc(2vw + 55px) 0;
}
.recom_div .recom_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:0 auto;
    padding-bottom: calc(1vw + 55px);
}
.recom_div .recom_text h2 {
    font-size: calc(1.5vw + 10px);
    font-weight: 700;
    padding:10px 0
}
.recom_div .recom_text img{
    margin: auto;
    max-width: calc(10vw + 100px);
}
.recom_div .content {
    width: 100%;
    padding-top: calc(1vw + 55px);
}
.recom_div ul {
    width: 100%;
    float:left;
}
.recom_div ul li {
    width: 33%;
    float:left;
    padding:0 20px;
    text-align: center;
}
.recom_div ul li img{
    margin: auto;
    max-width: calc(7vw + 100px);
}
.recom_div ul span {
    width: 100%;
    display: block;
}
.recom_div ul li p {
    width: 100%;
    padding-top:10px;
    display: block;
    color:#8f8f8f
}



.carousel_wrapper {
    padding: calc(2vw + 55px) 0;
    text-align: center;
}
.carousel_wrapper .content {
    flex-direction: column;
}
.carousel_wrapper, .carousel_wrapper .carousel{
    width:100%;
    float:left;
    overflow:hidden;
}
.carousel_wrapper h3 {
    font-size: calc(1.5vw + 10px);
    font-weight: 700;
    margin-bottom: 10px;
}
.carousel_wrapper  span a {
    color: #ff7f11;
    text-decoration: none;
}
.carousel_wrapper  span a:hover {
    text-decoration: underline;
}
.carousel_wrapper carousel .slick-slide {
    margin: 0 20px;
}
.carousel_wrapper .carousel .slick-list {
    margin: 0 -20px;
}
.carousel_wrapper .carousel .slick-slide {
    padding:10px;
    background: #fff;
    margin:calc(1vw + 25px) 20px calc(1vw + 25px) 20px;
}
.carousel_wrapper .carousel .slick-slide .picture {
    width:100%;
    max-width: 300px;
    float:left;
}
.carousel_wrapper .carousel .slick-slide .picture img {
    max-width: 100%;
}
.carousel_wrapper .carousel .slick-slide .text {
    width:100%;
    float:left;
    padding:10px;
    font-size:calc(0.2vw + 14px);
}
.carousel_wrapper .carousel_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
}
.carousel_wrapper .carousel_nav > button {
    background-color: transparent;
    border-radius: 50%;
    width:40px;
    height:40px;
    text-indent: -100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.carousel_wrapper .carousel_nav > button svg {
    width:28px;
    height:28px;
    float: left;
}    
.carousel_wrapper .carousel_nav .slick-dots {
    width: auto;
    order: 2
}
.carousel_wrapper .carousel_nav .slick-dots li {
    width:12px;
    height:12px;
    border-radius: 50%;
    overflow: hidden;
    background: #858a9d;
    float:left;
    margin:0 8px;
    cursor: pointer;
}
.carousel_wrapper .carousel_nav .slick-dots li button {
    text-indent: -100px;
    width:100%;
    width:100%;
    float:left;
    visibility: hidden;
}
.carousel_wrapper .carousel_nav .slick-dots li.slick-active, 
.carousel_wrapper .carousel_nav .slick-dots li:hover {
    background: #122046;
}
.carousel_wrapper .carousel_nav .slick-prev {
    order: 1;
    
}
.carousel_wrapper .carousel_nav .slick-next {
    order: 3;
}
.carousel_wrapper .carousel_nav .slick-prev:hover {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    background-color: #fff;
    box-shadow: 0 6px 14px rgb(0 0 0 / 6%);
}
.carousel_wrapper .carousel_nav .slick-next:hover {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    background-color: #fff;
    box-shadow: 0 6px 14px rgb(0 0 0 / 6%);
}



.gift_div {
    width: 100%;
    background: #f9f5f4;
    position: relative;
    z-index: 1;
    float:left;
    padding: calc(2vw + 55px) 0;
} 
.gift_div .content {
    max-width: 1200px;
}
.gift_div .content .image {
    width: 55%;
    padding: 0 20px 0 0;
    text-align: center;
}
.gift_div .content .image img {
    max-width: 400px;
    max-height: 400px;
    -webkit-transform:rotate(-11deg);
    transform: rotate(-11deg);
    position: relative;
    z-index: 1;
}
.gift_div .content > .text {
    width: 45%;
}
.gift_div .content > .text h3 {
    font-size: calc(1.5vw + 10px);
    font-weight: 700;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.gift_div .content > .text p {
    color: #2a3275;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}



.info_div {
    width: 100%;
    float:left;
    padding: calc(2vw + 55px) 0;
    background: #fff;
} 

.info_div .content {
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 800px;
} 
.info_div .content > img {
    width: 140px;
    margin-right:8%
}

.info_div .content > .info_text h3 {
    font-size: calc(0.5vw + 16px);
    font-weight: 700;
    width: 100%;
    display: block;
    float: left;
    margin: 10px 0;
}

.info_div .content > .info_text p {
    width: 100%;
    display: block;
    float: left;
}


/*crystal_page*/
.crystal_page {
    margin: 20px auto 40px;
    max-width: 1200px;
    padding:0 20px;
}
.crystal_page:after {
    content: "";
    display: table;
    clear: both;
    width:100%;
}

.crystal_page .breadcrumbs {
    margin-bottom: 20px;
}
.crystal_page .breadcrumbs,
.crystal_page .breadcrumbs ul {
    width:100%;
}

.crystal_page .breadcrumbs ul {
    display: flex;
}
.crystal_page .breadcrumbs ul li {
    display: flex;
    font-size:15px;
}
.crystal_page .breadcrumbs ul li p {
    font-weight: bold;
}
.crystal_page .breadcrumbs ul li a {
    text-decoration: none;
    color: #090f45;
    font-weight: bold;
}
.crystal_page .breadcrumbs ul li a:hover {
    color: #125bfe;
}
.crystal_page .breadcrumbs ul li span {
    padding:0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.crystal_page .breadcrumbs ul li span:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 0.3px solid #076e6b;
    border-right: 0.3px solid #076e6b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.crystal_page .breadcrumbsMob {display: none;}
.crystal_page .breadcrumbsMob ul li span {
    padding:0 10px 0 0;
}
.crystal_page .breadcrumbsMob ul li span:after {
    border-left: 0.3px solid #076e6b;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-left: 0;
}

.crystal_page > div:not(.breadcrumbs) {
    float:left;
    width: 62%;
}

.crystal_page > div#product-upload {
    opacity:0;
}
.crystal_page > div.rightSide {
    float:right;
    width: 35%;
}

#product-slider .slider-for,
#product-slider .slider-nav {
    width:100%;
    float:left;
    overflow: hidden;
}

#product-slider .slider-for button {
    position:absolute;
    z-index: 10;
    top:50%;
    margin-top:-18px;
    width:50px;
    height:50px;
    background: none;
    outline: none;
    color:#fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: .6;
}
#product-slider .slider-for button.slick-prev {
    left:0
}
#product-slider .slider-for button.slick-next {
    right:0
}
#product-slider .slider-for button.slick-prev:hover {
    left:-5px;
    opacity: 1;
}
#product-slider .slider-for button.slick-next:hover {
    right:-5px;
    opacity: 1;
}

#product-slider .slider-for .slick-slide img,
#product-slider .slider-nav .slick-slide img {
    width: 100%;
    float:left;
    max-width: 100%;
}
#product-slider .slider-nav .slick-slide img {
    cursor: pointer;
    max-height: 85%;
    object-fit: cover;
}
#product-slider .slider-nav .slick-list  {margin: 10px -5px 0 -5px;}

#product-slider .slider-nav .slick-slide {
    margin: 0 5px;
    opacity:.5
}
/* .crystal_page .leftSide #product-slider .slider-nav .slick-slide:not(.slick-active) + .slick-active  {
    opacity:1
} */
#product-slider .slider-nav .slick-current  {
    opacity:1
}


/*Upload*/
.cropme-image {
    position: relative;
    z-index: 1;
    background-image: url(../images/bg.jpg);
    float: left;
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 479px;
}

.cropme-image .overlay {
    padding-top: 66.66%;
    pointer-events: none;
}

.cropme-image > img {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform-origin: center;
    backface-visibility: hidden;
    pointer-events: none;

}
.cropme-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    overflow: hidden;
    float: left;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform-origin: center;
    backface-visibility: hidden;
}

.viewport {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    overflow: hidden;
    float: left;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform-origin: center;
    backface-visibility: hidden;
}


.crystal_page .figure1 .cropme-image > img {
    width:325px;
    height:340px;
}
.crystal_page .figure2 .cropme-image > img {
    width:260px;
    height:360px;
}
.crystal_page .figure3 .cropme-image > img {
    width: 360px;
    height: 350px;
}
.crystal_page .figure4 .cropme-image > img {
    width:420px;
    height:350px;
}
.crystal_page .figure5 .cropme-image > img {
    width:280px;
    height:400px;
}
.crystal_page .figure6 .cropme-image > img {
    width:470px;
    height:352px;
}
.crystal_page .figure7 .cropme-image > img {
    width:411px;
    height:442px;
}
.crystal_page .figure8 .cropme-image > img {
    width:400px;
    height:370px;
}
.crystal_page .figure9 .cropme-image > img {
    top: calc(50% + 15px);
    width:410px;
    height:270px;
}

.crystal_page .figure1 .cropme-container {
    clip-path: polygon(50% 5%, 100% 50%, 50% 95%, 0% 50%);
    -webkit-clip-path: polygon(50% 5%, 100% 50%, 50% 95%, 0% 50%);
}
.crystal_page .figure2 .cropme-container {
    clip-path: polygon(52% 4%, 69% 22%, 93% 45%, 86% 77%, 76% 88%, 65% 97%, 23% 96%, 12% 68%, 7% 52%, 27% 29%);
    -webkit-clip-path: polygon(52% 4%, 69% 22%, 93% 45%, 86% 77%, 76% 88%, 65% 97%, 23% 96%, 12% 68%, 7% 52%, 27% 29%);
}
.crystal_page .figure3 .cropme-container {
    clip-path: polygon(88% 10%, 88% 90%, 13% 90%, 13% 10%);
    -webkit-clip-path: polygon(88% 10%, 88% 90%, 13% 90%, 13% 10%);
}
.crystal_page .figure4 .cropme-container {
    clip-path: polygon(9% 11%, 91% 11%, 91% 89%, 9% 89%);
    -webkit-clip-path: polygon(9% 11%, 91% 11%, 91% 89%, 9% 89%);
}
.crystal_page .figure5 .cropme-container {
    clip-path: polygon(14% 9%, 86% 9%, 86% 92%, 14% 92%);
    -webkit-clip-path: polygon(14% 9%, 86% 9%, 86% 92%, 14% 92%);
}
.crystal_page .figure6 .cropme-container {
    clip-path: polygon(49% 18%, 58% 13%, 64% 8%, 72% 9%, 80% 12%, 87% 18%, 91% 26%, 92% 35%, 90% 45%, 86% 61%, 83% 64%, 80% 71%, 75% 77%, 63% 92%, 35% 92%, 27% 82%, 21% 74%, 17% 67%, 12% 57%, 10% 53%, 7% 43%, 8% 25%, 14% 17%, 22% 9%, 27% 8%, 37% 10%, 43% 13%);
    -webkit-clip-path: polygon(49% 18%, 58% 13%, 64% 8%, 72% 9%, 80% 12%, 87% 18%, 91% 26%, 92% 35%, 90% 45%, 86% 61%, 83% 64%, 80% 71%, 75% 77%, 63% 92%, 35% 92%, 27% 82%, 21% 74%, 17% 67%, 12% 57%, 10% 53%, 7% 43%, 8% 25%, 14% 17%, 22% 9%, 27% 8%, 37% 10%, 43% 13%);
}
.crystal_page .figure7 .cropme-container {
    -webkit-clip-path: circle(42.0% at 50% 50%);
    clip-path: circle(42.0% at 50% 50%);
}
.crystal_page .figure8 .cropme-container {
    -webkit-clip-path: polygon(37% 6%, 27% 11%, 23% 30%, 13% 29%, 8% 37%, 10% 52%, 22% 64%, 18% 78%, 23% 89%, 32% 93%, 50% 88%, 49% 18%, 64% 6%, 75% 13%, 75% 28%, 86% 30%, 93% 40%, 91% 50%, 79% 64%, 81% 81%, 81% 84%, 70% 95%, 50% 88%, 49% 17%);
    clip-path: polygon(37% 6%, 27% 11%, 23% 30%, 13% 29%, 8% 37%, 10% 52%, 22% 64%, 18% 78%, 23% 89%, 32% 93%, 50% 88%, 49% 18%, 64% 6%, 75% 13%, 75% 28%, 86% 30%, 93% 40%, 91% 50%, 79% 64%, 81% 81%, 81% 84%, 70% 95%, 50% 88%, 49% 17%);
}
.crystal_page .figure9 .cropme-container {
    top: calc(50% + 15px);
    -webkit-clip-path:  polygon(evenodd, 8.84% 28.73%, 10.63% 24.53%, 13.29% 20.92%, 16.56% 19.25%, 19.84% 19.25%, 23.72% 20.81%, 27.61% 23.91%, 31.29% 27.02%, 34.97% 28.26%, 37.63% 28.57%, 41.51% 28.26%, 62.37% 28.57%, 64.21% 28.26%, 66.05% 27.95%, 68.46% 26.86%, 70.35% 25.16%, 72.6% 23.29%, 74.64% 21.43%, 77.51% 19.57%, 80.37% 18.94%, 82.62% 19.25%, 85.07% 20.5%, 87.73% 23.6%, 88.96% 25.16%, 90.59% 28.57%, 91.16% 30.9%, 91.62% 33.54%, 92.02% 37.58%, 91.62% 40.99%, 90.18% 45.65%, 87.93% 50.62%, 87.73% 53.11%, 88.14% 57.14%, 89.37% 59.94%, 91.21% 65.53%, 91.82% 69.57%, 91.62% 72.05%, 91% 76.4%, 89.57% 80.75%, 88.14% 83.85%, 86.71% 86.02%, 84.66% 87.58%, 82.21% 88.82%, 80.16% 89.13%, 76.69% 88.51%, 75.05% 86.96%, 71.17% 83.85%, 67.28% 81.37%, 65.44% 80.12%, 53.78% 80.12%, 45.6% 80.12%, 37.63% 80.12%, 32.52% 81.06%, 29.45% 82.61%, 27.66% 84.32%, 21.68% 88.82%, 19.84% 89.44%, 18% 89.44%, 16.56% 89.13%, 14.72% 88.2%, 11.66% 85.71%, 10.02% 83.54%, 9% 80.75%, 7.77% 76.09%, 7.36% 72.36%, 7.57% 68.01%, 8.18% 65.53%, 9% 62.42%, 10.43% 59.01%, 11.45% 56.52%, 11.86% 54.04%, 11.66% 50.93%, 10.22% 47.52%, 8.59% 44.1%, 7.57% 40.06%, 7.57% 35.71%, 7.98% 31.99%);
    clip-path: polygon(evenodd, 8.84% 28.73%, 10.63% 24.53%, 13.29% 20.92%, 16.56% 19.25%, 19.84% 19.25%, 23.72% 20.81%, 27.61% 23.91%, 31.29% 27.02%, 34.97% 28.26%, 37.63% 28.57%, 41.51% 28.26%, 62.37% 28.57%, 64.21% 28.26%, 66.05% 27.95%, 68.46% 26.86%, 70.35% 25.16%, 72.6% 23.29%, 74.64% 21.43%, 77.51% 19.57%, 80.37% 18.94%, 82.62% 19.25%, 85.07% 20.5%, 87.73% 23.6%, 88.96% 25.16%, 90.59% 28.57%, 91.16% 30.9%, 91.62% 33.54%, 92.02% 37.58%, 91.62% 40.99%, 90.18% 45.65%, 87.93% 50.62%, 87.73% 53.11%, 88.14% 57.14%, 89.37% 59.94%, 91.21% 65.53%, 91.82% 69.57%, 91.62% 72.05%, 91% 76.4%, 89.57% 80.75%, 88.14% 83.85%, 86.71% 86.02%, 84.66% 87.58%, 82.21% 88.82%, 80.16% 89.13%, 76.69% 88.51%, 75.05% 86.96%, 71.17% 83.85%, 67.28% 81.37%, 65.44% 80.12%, 53.78% 80.12%, 45.6% 80.12%, 37.63% 80.12%, 32.52% 81.06%, 29.45% 82.61%, 27.66% 84.32%, 21.68% 88.82%, 19.84% 89.44%, 18% 89.44%, 16.56% 89.13%, 14.72% 88.2%, 11.66% 85.71%, 10.02% 83.54%, 9% 80.75%, 7.77% 76.09%, 7.36% 72.36%, 7.57% 68.01%, 8.18% 65.53%, 9% 62.42%, 10.43% 59.01%, 11.45% 56.52%, 11.86% 54.04%, 11.66% 50.93%, 10.22% 47.52%, 8.59% 44.1%, 7.57% 40.06%, 7.57% 35.71%, 7.98% 31.99%);
}


.crystal_page .accessory1 .cropme-container .viewport {
    top: 59%!important;
}
.crystal_page .accessory2 .cropme-container .viewport {
    top: 66%!important;
}
.crystal_page .accessory3 .cropme-container .viewport {
    top: 55%!important;
}
.crystal_page .accessory4 .cropme-container .viewport {
    top: 67%!important;
}
.crystal_page .accessory5 .cropme-container .viewport {
    top: 64%!important;
}


.crystal_page .accessory1 .cropme-image > img {
    width:410px;
    height:450px;
}
.crystal_page .accessory2 .cropme-image > img {
    width: 390px;
    height: 350px;
}
.crystal_page .accessory3 .cropme-image > img {
    width:480px;
    height:480px;
}
.crystal_page .accessory4 .cropme-image > img {
    width:370px;
    height:390px;
}
.crystal_page .accessory5 .cropme-image > img {
    width:400px;
    height:440px;
}

.crystal_page .accessory1 .cropme-container {
    -webkit-clip-path: polygon(65% 31%, 72% 33%, 78% 40%, 81% 47%, 80% 61%, 70% 75%, 60% 84%, 53% 87%, 50% 88%, 42% 85%, 39% 83%, 29% 73%, 21% 61%, 20% 49%, 22% 41%, 27% 35%, 30% 31%);
    clip-path: polygon(65% 31%, 72% 33%, 78% 40%, 81% 47%, 80% 61%, 70% 75%, 60% 84%, 53% 87%, 50% 88%, 42% 85%, 39% 83%, 29% 73%, 21% 61%, 20% 49%, 22% 41%, 27% 35%, 30% 31%);
}
.crystal_page .accessory2 .cropme-container {
    -webkit-clip-path: polygon(64% 41%,74% 46%,77% 55%,75% 69%,69% 76%,63% 83%,53% 90%,51% 91%,46% 91%,42% 88%,33% 81%,27% 73%,22% 61%,22% 57%,25% 48%,34% 41%);
    clip-path: polygon(64% 41%,74% 46%,77% 55%,75% 69%,69% 76%,63% 83%,53% 90%,51% 91%,46% 91%,42% 88%,33% 81%,27% 73%,22% 61%,22% 57%,25% 48%,34% 41%);
}
.crystal_page .accessory3 .cropme-container {
    -webkit-clip-path: circle(27.7% at 50% 55%);
    clip-path: circle(27.7% at 50% 55%);
}
.crystal_page .accessory4 .cropme-container {
    -webkit-clip-path: inset(43% 33% 7% 32%);
    clip-path: inset(43% 33% 7% 32%);
}
.crystal_page .accessory5 .cropme-container {
    -webkit-clip-path: inset(36% 30% 8% 30%);
    clip-path: inset(36% 30% 8% 30%);
}


.crystal_page .accessory1 .cropme-image .cropme-container img {
    margin-top: 10%;
}
.crystal_page .accessory2 .cropme-image .cropme-container img {
    margin-top: 18%;
}
.crystal_page .accessory3 .cropme-image .cropme-container img {
    margin-top: 4%;
}
.crystal_page .accessory4 .cropme-image .cropme-container img {
    margin-top: 18%;
}
.crystal_page .accessory5 .cropme-image .cropme-container img {
    margin-top: 15%;
}


.crystal_page #product-upload .cropme-container > img {
    width: initial !important;
    cursor: move;
    opacity: 0;
    touch-action: none;
    backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast!important;
} 

.crystal_page #product-upload .cropme-controls {
    background:#fff;
    float:left;
    width:100%;
    padding:30px;
}

.crystal_page #product-upload .cropme-controls .row {
    padding-top:10px;
}
.crystal_page #product-upload .cropme-controls > .row {
    padding-top:40px;
}

.crystal_page #product-upload .cropme-controls h3 {
    padding-bottom: 10px;
    display: block;
}
.crystal_page #product-upload .cropme-controls .title {
    padding-bottom: 15px;
    display: block;
    color:#122046;
    opacity: 0.6;
}
.crystal_page #product-upload .cropme-controls .reset {
    background: none;
    margin-left:20px;
    cursor: pointer;
}

.crystal_page #product-upload .cropme-controls > div.cropme-rotation-slider,
.crystal_page #product-upload .cropme-controls > div.cropme-slider {
    width:48%;
    float:left;
}
.crystal_page #product-upload .cropme-controls > div.cropme-rotation-slider span,
.crystal_page #product-upload .cropme-controls > div.cropme-slider span {
    width:100%;
    display: block;
    float:left;
}
.crystal_page #product-upload .cropme-controls > div.cropme-slider {
    float:right;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width:100%;
    height: 2px;
    background: #E8E8E8;
    position: relative;
    z-index: 1;
}
input[type=range]:before {
    content: " ";
    position: absolute;
    top: -11px;
    left: 50%;
    height:22px;
    width:1px;
    margin-left:-1px;
    background:#000;
    opacity: 0.1;
}
input[type=range]:after {
    content: attr(data);
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color:#122046;
    opacity: 0.6;
}
input[type=range]:focus {
	outline: none;
}

input[type=range]::-webkit-slider-thumb {
    position: relative;
    z-index: 1111111;
	min-height: 30px;
	min-width: 30px;
	border-radius: 50%;
	background: #125BFE;
	cursor: pointer;
	top: 0px;
    
}

.scale-minus, .scale-plus,
.rotate-minus, .rotate-plus {
    min-width:30px;
    width:30px;
    min-height:30px;
    height:30px;
    border-radius: 50%;
    font-size: 25px;
    padding: 0;
    text-align: center;
    border:1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
}

.scale-minus, .rotate-minus {
    margin-right:15px;
    align-items: flex-end;
}
.scale-plus, .rotate-plus {
    margin-left:15px;
    align-items: center;
}



.tabs {
    margin-top:65px;
}
.tabs input[name=tab-control] {
    display: none;
}
.tabs ul li label {
    font-weight: 600;
}
.tabs .content section h2 {
    padding-bottom:20px;
    font-weight: 800;
}

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.tabs ul li {
    flex: auto;
    text-align: center;
}

.tabs ul li label {
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    padding: 5px auto;
    display: block;
    cursor: pointer;
    white-space: nowrap;
    padding:0 5%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .5;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #122046;
}

.tabs .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    top: -2px;
}

.tabs .slider .indicator {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 2px;
    background: #122046;
    opacity: .5;
}

.tabs .content {
    margin-top: 30px;
    padding: 0;
}

.tabs .content section {
    display: none;
    -webkit-animation-name: contentUp;
    animation-name: contentUp;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition: all 0.2s ease-in;
}
.tabs .content section strong {
    display: inline;
}
.tabs .content section h3,
.tabs .content section h4,
.tabs .content section h5 {
    margin-bottom:10px;
    display: block;
    width: 100%;
    float:left;
}

.tabs input[name=tab-control]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    opacity: 1;
}
.tabs input[name=tab-control]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    opacity: 1;
}
.tabs input[name=tab-control]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    opacity: 1;
}
.tabs input[name=tab-control]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    opacity: 1;
}
@-webkit-keyframes contentUp {
    from {
        opacity: 0;
        transform: translateY(5%);
        -webkit-transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
}
@keyframes contentUp {
    from {
        opacity: 0;
        transform: translateY(5%);
        -webkit-transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
        -webkit-transform: translateY(0%);
    }
}


.crystal_page .products_div {
    padding: 30px 0;
}
.crystal_page .products_div .content {
    width:100%;
    float: left;
    padding: 0;
}

.crystal_page .products_div h2 {
    width:100%;
    display: block;
    font-size: calc(0.7vw + 12px);
    padding: calc(0.5vw + 15px) 0;
    text-align: left;
    font-weight: 800;
    line-height: 1.1;
}
.crystal_page .products_div ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
} 
.crystal_page .products_div ul li {
    width: 31%;
    display: flex;
    flex-direction: column;
}


.crystal_page .products_div ul li img {
    max-width: 100%;
    margin-bottom:0;
    float: left;
}
.crystal_page .products_div ul li .text {
    text-align: center;
    font-size: calc(0.2vw + 14px);
}
.crystal_page .products_div ul li .text h3 {
    padding: calc(0.3vw + 5px) 0;
    font-weight: 600;
    display: block;
}
.crystal_page .products_div ul li .text p{
    padding-bottom: calc(0.5vw + 5px);
    display: block;
}




.crystal_page .rightSide .productProperty {
    width:100%;
    padding:24px;
    float:left;
    background: #fff;
    margin-bottom:20px;
}
.crystal_page .rightSide .productProperty form {
    width:100%;
    float:left;
    font-size: 90%;
    line-height: 1.3;
}
.crystal_page .rightSide .productProperty .row {
    margin-bottom:15px;
}
.crystal_page .rightSide .productProperty .row.price-header{
    font-size: calc(0.3vw + 14px);
}
.crystal_page .rightSide .productProperty .row.no-margin {
    margin:0;
}
.crystal_page .rightSide .productProperty .row.edit-btn button {
    width:48%
}

.crystal_page .rightSide .productProperty .row .reviewCount {
    display: inline-block;
    white-space: nowrap;
    font-size:15px;
    padding-left:10px;
    padding-top:4px;
}
.crystal_page .rightSide .productProperty .row .reviewCount p {
    display: inline;
    padding-right:3px;
}
.crystal_page .rightSide .productProperty .btn {
    width:100%;
    float: left;
    text-align: center;
    font-size: calc(0.2vw + 14px);
}
.crystal_page .rightSide .productProperty .edit_photo,  
.crystal_page .rightSide .productProperty .change_photo {
    width:48%;
}

.crystal_page .rightSide .productProperty .btn img,
.crystal_page .rightSide .productProperty .btn svg {
    margin-left:10px;
    width: calc(0.2vw + 13px);
}
.crystal_page .rightSide .productProperty > #product > .row > h3 {
    text-transform: uppercase;
}
.crystal_page .rightSide .productProperty > #product > .row > .savingPrice {
    color:#ff7f11;
    margin-left: auto;
}

.crystal_page .rightSide .productProperty .row h3 span {
    margin-left:5px;
    text-decoration: underline;
    color:#125bfe;
    cursor:pointer;
    text-transform: initial;
    font-weight: 600;
    transition: all 0.3s;
}
.crystal_page .rightSide .productProperty .row h3 span:hover {
    color:#ff7f11
}
.crystal_page .rightSide .productProperty .row h3 p {
    font-size: calc(0.2vw + 12px);
    text-transform: initial;
    font-weight: initial;
}


.crystal_page .rightSide .block_counter {
    background: #fff;
    float: left;
    width: 100%;
}
.crystal_page .rightSide .block_counter .block_counter_title {
    padding: 16px 10px;
    float: left;
    width: 100%;
    background: #122046;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 15px;
}

.crystal_page .rightSide .block_counter .block_counter_body {
    float: left;
    padding: 14px;
    width: 100%;
    text-align: center;
}
.crystal_page .rightSide .block_counter .block_counter_body > span{
    display: block;
}
.crystal_page .rightSide .block_counter .block_counter_body > .counter{
    padding-top:14px;
}


.sizeProperty section {
	width:100%;
    float:left;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    margin-bottom: 10px;
}
.sizeProperty section.show {
    max-height: 900px;
    transition: max-height 0.6s ease-in;
    -webkit-transition: max-height 0.6s ease-out;
}
.sizeProperty input {
	display: none;
}
.sizeProperty label {
	position: relative;
	background-color: #fff;
	display: block;
	cursor: pointer;
    padding: 14px 14px 10px 14px;
	border: 2px solid #e0e0e0;
    margin-bottom:8px;
    transition: border-color 0.2s ease-in;
    -webkit-user-select: none;
    user-select: none;
}
.sizeProperty label h3 {
    font-size: calc(0.3vw + 14px);
    text-transform: initial;
}
.sizeProperty [data-bestseller]:after {
	position:absolute;
    top:-2px;
    right:-2px;
    content: attr(data-bestseller);
    font-size:12px;
    background: #ff7f11;
    color:#fff;
    padding:3px 10px;
}


.sizeProperty input:checked + label {
	border-color: #125bfe;
}
.sizeProperty input:checked + label h3 {
	color: #125bfe;
}
.sizeProperty .row {
	font-size: calc(0.2vw + 12px);
    margin-bottom: 8px!important;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.sizeProperty .row > span {
    font-weight: 100;
}
.sizeProperty .row > span strong{
    color: #122046;
}

.sizeProperty .row:not(:first-child) {
	margin-bottom: 0!important;
}
.sizeProperty .row img {
    margin: 0 5px 0 0;
    height: 14px;
}
.sizeProperty .row .sizePrice {
	font-size: calc(0.2vw + 12px);
    font-weight: 700;
    position: relative;
    z-index: 1;
}
.sizeProperty .row [data-crossprice]:after {
    font-size: calc(0.1vw + 12px);
	content: attr(data-crossprice);
    position:absolute;
    font-weight: normal;
    color:#125bfe;
    top:-105%;
    right:0;
}
.sizeProperty .row [data-crossprice]:before {
	content: "";
	border-bottom: 1px solid red;
	position: absolute;
    left:20%;
    top:-105%;
	width: 80%;
	height: 50%;
	transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}

.productProperty .row .info, 
.productProperty .row .price {
    display: flex;
    align-items: center;
}

.productProperty .row .info svg {
    width:18px;
    height:18px;
    margin-left: 10px;
    color:#125bfe;
    cursor:pointer;
    transition: all 0.3s;
}
.productProperty .row .info svg:hover {
    color:#ff7f11
}


.productProperty .row .addPrice {
    margin-left: auto;
    margin-right: 15px;
}

.toggle-bg {
    background: #d1d1d1;
    display: block;
    float: left;
    height: 30px; 
    width: 56px;
    position: relative;
    border-radius: 30px;
}

.toggle-bg input {
    height: 30px;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.switch {
    background: #d1d1d1;
    display: block;
    float: left;
    height: 30px; 
    width: 56px;
    z-index: -1;
    border-radius: 30px;
    transition: left .2s ease;
    pointer-events: none;
}
.switch:after {
    content:"";
    background: #fff;
    display: block;
    float: left;
    height: 26px;
    left: 2px;
    top: 2px;
    position: absolute;
    width: 26px;
    z-index: 1;
    border-radius: 30px;
    transition: left .2s ease;
    pointer-events: none;
}

.downCoupon {
    cursor: pointer;
}
.down {
    width:22px;
    height:22px;
    display: flex;
    align-content: center;
    cursor:pointer;
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: center;
}
.downCoupon.active .down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.down img {
    width:100%;
    height:100%;
    color:#000
}

.toggle-bg input:nth-child(2):checked +.switch { background: #125bfe; }

.toggle-bg input~:checked + .switch:after { left: 28px; }

.toggle-bg input:checked { z-index: 0; }

.customEngraving input{
    margin-bottom: 10px;
    background: #f7f7f7;
}

.crystal_page .rightSide .productProperty .row .btn.addLightbases {
    font-size: calc(0.18vw + 12px);
    padding:5px 12px;
    width:initial;
    border-radius: 15px;
}

.js-select-parent {
	border-radius: 2px;
	overflow: hidden;
	margin-left:10px;
    border:1px solid #d1d1d1;
    display: flex;
    justify-items: center;
    align-items: center;
}

.js-select-parent > * {
	float: left;
	background: #fff;
    color:#a3a3a3;
	width: 25px;
	text-align: center;
	height: 40px;
	line-height: 38px;
}
.input-number {
    display: none;
}
.js-select-number {
	width: 40px;
	position: relative;
	overflow: hidden;
    color: initial;
}

.select-adjust{
    cursor: pointer;
    font-size: 31px;
    transition: color 0.3s;
    height: 40px;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.js-minus.select-adjust{
    align-items: baseline;
}
.js-plus.select-adjust{
    align-items: center;
    font-size: 23px;
    position: relative;
    top: -2.1px;

}
.select-adjust:hover {
    color: #125BFE;
}
.number-stack {
	width:40px;
	position: absolute;
	display: block;
	bottom:0;
    font-size: 18px;
    font-weight: 700;
	transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
}



@keyframes downDeny{
	50%{
		transform:translateY(-10px);
	}
	100%{
		transform:translateY(0px);
	}
}
@keyframes upDeny{
	50%{
		transform:translateY(10px);
	}
	100%{
		transform:translateY(0px);
	}
}


.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.downLightBase {
    display: none;
    width: 22px;
    height: 28px;
    align-content: center;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: transform;
    transform-origin: center;
}

.downLightBase.active {
    display: flex;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


.downLightBase img {
    width: 100%;
    height: auto;
    color: #000;
}

.lightProperty {
    width: 100%;
    float: left;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    -webkit-transition: max-height 0.3s ease-out;
}
.lightProperty.show {
    max-height: 500px;
    transition: max-height 0.3s ease-in;
    -webkit-transition: max-height 0.3s ease-out;
}

.lightBases {
    width: 100%;
    float: left;
    margin:20px 0 0 0;
}

.lightBases input {
    display: none;
}
.lightBases label {
    width: 48%;
    border:1px solid #f0eceb;
    padding:10px;
    cursor: pointer;
    position:relative;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
    z-index: 1;
}
.lightBases label .text  {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.lightBases input:checked + label {
    border-color: #125bfe!important;
    box-shadow: 0 6px 14px rgb(0 0 0 / 10%);
}
.lightBases input:checked + label:after {
    content: "";
    background: #fff url(../images/svg/check.svg);
    background-size: 110%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 10%);
    top: 15px;
    right: 15px;
    width: 23px;
    height: 23px;
}

.lightBases label img{
    width:100%;
    max-width: 100%;
    float: left;
}
.lightBases label h3{
    padding:10px 0;
    font-weight: 600;
}

.lightBases label .zoom {
    font-size:14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color:#049e99;
    cursor: pointer;
}
.lightBases label .zoom img{
    width: 17px;
    margin-right:5px;
}
.lightBases label .zoom:hover {
    color:#125bfe
}
.lightBases label .lightBasesPrice {
    font-weight: 600;
}


.substrate {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    display: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1000;
}

.substrate-bg {
    background: rgba(0, 0, 0, .9);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.substrate-img {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-height: auto;
    width:100%;
    max-width: 500px;
    top: 50%;
    transform: translateY(-50%) scaleZ(1);
    -webkit-transform: translateY(-50%) scaleZ(1);
}

.closeLightBase {
    color:#125bfe;
    display:inline-block;
    padding:25px 0;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    cursor:pointer
}
.closeLightBase:hover {
    text-decoration: underline;
}

.crystal_page .rightSide .productProperty .row [type=submit] {
    text-transform: uppercase;
}
.crystal_page .rightSide .productProperty .row button svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: #fff;
}
.crystal_page .rightSide .productProperty .row button.btn-outline svg {
    color: #125bfe;
    margin-left: 10px;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
}

.crystal_page .rightSide .productProperty .row button.btn-outline:hover svg {
    color: #fff;
}











/*cart_page*/
.cart_page {
    margin: 20px auto 40px auto;
    max-width: 1400px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 175px);
}
.cart_page:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.cart_page_inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
}
 .cart_header {
    margin: 40px auto 0 auto;
    max-width: 1400px;
    padding: 0 25px 0 25px;
}
 .cart_header h1 {
    font-size: calc(1vw + 14px);
    font-weight: 600;
    padding-bottom: 10px;
    width: 100%;
    float: left;
}
 .cart_header .breadcrumbs {
    width:100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    font-size: 16px;
}
 .cart_header .breadcrumbs ul {
    float:left;
}
 .cart_header .breadcrumbs .continue {
    float:right;
}
 .cart_header .breadcrumbs .continue a {
    color:#122046;
    text-decoration: none;
    transition: color .3s;
}
 .cart_header .breadcrumbs .continue a:hover {
    color: #125bfe;
}
 .cart_header .breadcrumbs ul li {
    float:left;
}
 .cart_header .breadcrumbs ul li:nth-child(even) {
    padding:0 10px;
}
 .cart_header .breadcrumbs ul li a, 
 .cart_header .breadcrumbs ul li span {
    text-decoration: none;
    opacity: 0.4;
    color: #122046;
}
 .cart_header .breadcrumbs ul li a.active,
 .cart_header .breadcrumbs ul li span.active {
    opacity: 1;
}
.cart_header .breadcrumbs ul li a.active {
    cursor: pointer;
}
.cart_header .breadcrumbs ul li a:hover {
    text-decoration: underline;
}

 .cart_header .breadcrumbs ul li svg {
    opacity: 0.4;
}
.cart_page .cart_list {
    float: left;
    width: 65%;
}
.cart_page .cart_list ul, 
.cart_page .cart_list ul li {
    float: left;
    width: 100%;
}
.cart_page .cart_list > ul li {
    padding:20px;
    display: flex;
    flex-direction: row;
    width:100%;
    background: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
}

.cart_page .cart_list > ul li .preview {
    width:35%;
    border-right: 1px solid #eee;
    padding-right:20px;
}
.cart_page .cart_list > ul li .body .preview{
    border-right: 0!important;
}

.cart_page .cart_list > ul li .info {
    width:65%;
}
.cart_page .cart_list > ul li.cart_lightbase_item .preview {
    text-align: center;
}
.cart_page .cart_list > ul li.cart_crystal_item .preview img {
    max-width:100%;
    image-rendering: -webkit-optimize-contrast;
    float: left;
}

.cart_page .cart_list > ul li.cart_lightbase_item .preview img {
    max-width:130px;
}

.cart_page .cart_list > ul li .body {
    width:65%;
    padding: 10px 0 0 20px;
    font-size:90%;
}

.cart_page .cart_list > ul li .body > .row:nth-child(1) {
    flex-direction: column;
}

.cart_page .cart_list > ul li .body .row h3 {
    text-transform: uppercase;
}
.cart_page .cart_list > ul li .body .row h3 small {
    opacity: 0.6;
    text-transform: initial;
    display: block;
}
.cart_page .cart_list > ul li .body .row .remove {
    display: flex;
    align-items: center;
    opacity: 0.6;
    cursor: pointer;
    transition: color .3s;
}
.cart_page .cart_list > ul li .body .row .remove:hover {
    color: #125bfe;
}

.cart_page .cart_list > ul li .body .row .remove svg {
    margin-right: 7px;
    fill:#122046
}
.cart_page .cart_list > ul li .body .row .remove:hover svg {
    fill:#125bfe
}
.cart_page .cart_list > ul li .body .row .sizeCrossPrice, 
.cart_page .cart_list > ul li .body .row .lightBaseCrossPrice{
    opacity: 0.6;
    text-decoration-line: line-through;
    font-size:80%;
    text-align: right;
    padding-bottom:5px;
}
.cart_page .cart_list > ul li .body .row > div.js-select-parent {
    margin-right: auto;
}
.cart_page .cart_list > ul li .body .row > div:nth-child(3) {
    text-align:right
}
.cart_page .cart_list > ul li .body .itemQuantity {
    opacity: 0.6;
    display: flex;
    white-space: nowrap;
    letter-spacing: -0.5px;
}

.cart_page .cart_list > ul li .body .row > div:nth-child(1) > p {
    padding-right:20px;
}
.cart_page .cart_list > ul li .body .row > div:nth-child(1) > p img {
    margin-top:5px;
    max-width: 80px;
    image-rendering: -webkit-optimize-contrast;
}
.cart_page .recommendation {
    padding:40px 0 20px 0;
}
.cart_page .cart_page_inner > .recommendation {
    display: none;
}
.cart_page .recommendation,
.cart_page .recommendation ul {
    width:100%;
    float:left;
}
.cart_page .recommendation ul li {
    width:50%;
    float:left;
    padding-right:100px;
    font-size:90%;
}
.cart_page .recommendation ul li img {
    max-width: calc(3vw + 100px);
    margin-left: -14px;
}
.cart_page .recommendation ul li strong {
    display:block
}
.cart_page .recommendation ul li span {
    display:block;
    padding:20px 0;
}
.cart_page .recommendation ul li p {
    color:#8F8F8F;
    font-size:80%;
}


.cart_page .cart_summary {
    margin-left: auto;
    width: 32%;
    position: relative;
}
.cart_summary_inner, .emptyCart {
    width:100%;
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    position: relative;
    font-size: 90%;
}

.emptyCart {
    justify-content: center;
    align-items: center;
    padding:30px;
}
.emptyCart span {
    display:flex;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    padding-bottom:30px;
}
.emptyCart img {
    width:40px;
    padding-right:10px
}

.cart_page .cart_summary .cart_summary_inner > .row {
    padding:20px;
}
.cart_page .cart_summary .cart_summary_inner > .row.no-margin {
    padding:0 20px;
}
.cart_page .cart_summary .row .info{
    opacity: 0.6;
}
.cart_page .cart_summary .row .info.red, 
.checkout_page_innner .right_side .row .info.red {
    color:#ff0000
}
.cart_page .cart_summary .row .totalPrice{
    font-weight: 600;
}

.cart_page .cart_summary .cart_title {
    font-size: calc(0.2vw + 14px);
    line-height: 1.3;
}
.cart_page .cart_summary .cart_title img {
    width: 100px;
    height: 100px;
    margin-right:20px;
}

.cart_page .cart_summary .giftProperty section,
.cart_page .cart_summary .couponProperty section {
    width: 100%;
    float: left;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out, margin 0.3s ease-out;
    -webkit-transition: max-height 0.3s ease-out, margin 0.3s ease-out;
}
.cart_page .cart_summary .giftProperty section.show,
.cart_page .cart_summary .couponProperty section.show {
    max-height: 200px;
    transition: max-height 0.3s ease-in, margin 0.3s ease-in;
    -webkit-transition: max-height 0.3s ease-in, margin 0.3s ease-in;
    margin-bottom: 10px;
}

.cart_page .cart_summary textarea,
.cart_page .cart_summary input[type="text"] {
    width:100%;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    padding: 12px;
    overflow: hidden;
}


.applyCoupon {
    color:#125BFE;
    cursor:pointer;
    margin-top: 10px;
    display: inline-block;
}
.promoTag {
    padding: 10px;
    background: #ebebeb;
    color:#717171;
    border-radius: 4px;
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 90%;
}
.promoTag svg{
    width:26px;
    margin-right: 10px;
}
.promoTag img{
    width: 12px;
    margin-left:10px;
    cursor: pointer;
    display: block;
}

.cart_page .cart_summary .checkout {
    width:100%;
    font-size: 130%;
    max-height: inherit;
}


/*checkout*/
.empty_header {
    background: #122046;
    color:#fff;
    height:80px;
}
.empty_header .content{
    height: 100%;
}
.empty_header .content a{
    color:#fff;
    text-decoration: none;
}
.empty_header .content a svg{
    margin-right:5px;
}
.empty_header .content .cart {
    margin-left: auto;
}
.checkout_page {
    width:100%;
    display: flex;
    min-height: calc(100% - 215px);
    float:left;
    margin: 20px 0 0 0;
    background:#fff;
    overflow: hidden;
}
.checkout_page_innner {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    padding: 0 25px;
    display: flex;
    flex-direction: row;
}

.checkout_page_innner .left_side {
    width: 62%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}
.checkout_page_innner .left_side section {
    width:100%;
    float:left;
    padding:4% 4% 2% 0;
}
.checkout_page_innner .left_side section h2{
    width:100%;
    float:left;
    font-size: 130%;
    font-weight: 400;
}
.checkout_page_innner .left_side section .row {
    margin-bottom:20px;
}
.checkout_page_innner .left_side section .row2 input,
.checkout_page_innner .left_side section .row2 .select-dropdown {
    width:48.5%;
}
.checkout_page_innner .left_side section .row3 input, 
.checkout_page_innner .left_side section .row3 .select-dropdown {
    width:31.3%;
}
.checkout_page_innner .left_side .contact .row label {
    position: relative;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    display: flex;
    font-size: 80%;
}
.checkout_page_innner .left_side .contact .row label:before {
    content: '';
    background-color: transparent;
    border: 1px solid #ced4da;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
    padding: 10px;
    height: 24px;
    width: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}
.checkout_page_innner .left_side .contact .row input[type="checkbox"] + label:before {
    background: #fff!important;
    border: 1px solid #ced4da;
    transition: color .3s;
}
.checkout_page_innner .left_side .contact .row input[type="checkbox"]:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 7px;
    height: 12px;
    border: solid #125BFE;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.checkout_page_innner .left_side .shipping .border,
.checkout_page_innner .left_side .payment .border {
    display: flex;
    flex-direction: column;
    padding:0 20px;
    font-size: 80%;
}
.checkout_page_innner .left_side .shipping .border .border_inner ,
.checkout_page_innner .left_side .payment .border .border_inner{
    display: flex;
    flex-direction: row;
    border-top: 1px solid #dedede;
    padding:16px 0;
    justify-content: space-between;
}
.checkout_page_innner .left_side .shipping .border .border_inner:nth-child(1),
.checkout_page_innner .left_side .payment .border .border_inner:nth-child(1)  {
    border-top: 0;
}
.checkout_page_innner .left_side .shipping .contactExpress .border_inner div:nth-child(1),
.checkout_page_innner .left_side .payment .contactExpress .border_inner div:nth-child(1) {
    width:80px;
    opacity: 0.6;
}
.checkout_page_innner .left_side .shipping .border .border_inner div:nth-child(2),
.checkout_page_innner .left_side .payment .border .border_inner div:nth-child(2) {
    margin-right:auto;
}
.checkout_page_innner .left_side .border .border_inner .changeEmail,
.checkout_page_innner .left_side .border .border_inner .changeAddress {
    color:#125BFE;
    cursor:pointer;
}
.checkout_page_innner .left_side .border .border_inner .changeEmail:hover,
.checkout_page_innner .left_side .border .border_inner .changeAddress:hover {
    text-decoration: underline;
}
.checkout_page_innner .left_side .row .toContact,
.checkout_page_innner .left_side .row .toShipping {
    color: #122046;
    cursor:pointer;
}
.checkout_page_innner .left_side .row .toContact:hover,
.checkout_page_innner .left_side .row .toShipping:hover {
    color: #125BFE;
}
.checkout_page_innner .left_side .border .border_inner .changeEmail:hover,
.checkout_page_innner .left_side .border .border_inner .changeAddress:hover {
    text-decoration: underline;
}


.checkout_page_innner .left_side .border .border_inner [type=radio] {
  position: absolute;
  left: -9999px;
}
.checkout_page_innner .left_side .border .border_inner [type=radio]:checked + label,
.checkout_page_innner .left_side .border .border_inner [type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  opacity:1;  
}
.checkout_page_innner .left_side .border .border_inner .description {
    margin:0 10px;
}
.checkout_page_innner .left_side .border .border_inner .description svg {
    float:left
}
.checkout_page_innner .left_side .border .border_inner  strong {
    font-weight: 600;
}

.checkout_page_innner .left_side .border .border_inner .description span {
    display: block;
    color:#3AB795;
    display: flex;
    font-weight: 700;
}

.checkout_page_innner .left_side .border .border_inner .description span img{
    margin-left: 5px;
    width:17px;
    height: 17px;
}


.checkout_page_innner .left_side section.payment .row  {
    margin-bottom: 0;
}

.checkout_page_innner .left_side section.payment .payment-spacer {
    padding-bottom: 20px;
}
.checkout_page_innner .left_side .row-express-payments .description img {
    position: relative;
    top: 2px;
    max-width: 100px;
    height: auto;
}

/* // express checkout buttons */
.checkout_page .express-checkout {
    max-width: 80%;
    width: 80%;
    border: none;
    padding: 20px 0 25px;
}
.checkout_page .express-checkout.StripeElement {
    box-shadow: none !important;
}
.checkout_page .express-checkout .p-ExpressCheckoutItem {
    max-width: 50% !important;
}


.checkout_page_innner .left_side .border .border_inner [type=radio]:checked + label:before,
.checkout_page_innner .left_side .border .border_inner [type=radio]:not(:checked) + label:before {
  content: "";
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #999999;
  border-radius: 50%;
  background: #fff;
}
.checkout_page_innner .left_side .border .border_inner [type=radio]:checked + label:before {
    background: #125BFE;
    border: 1px solid #125BFE;
}
.checkout_page_innner .left_side .border .border_inner [type=radio]:checked + label:after,
.checkout_page_innner .left_side .border .border_inner [type=radio]:not(:checked) + label:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 6px;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.checkout_page_innner .left_side .border .border_inner [type=radio]:checked + label:after {
    background: #fff;
}
.checkout_page_innner .left_side .border .border_inner [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.checkout_page_innner .left_side .border .border_inner [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.checkout_page_innner .left_side .payment .border .border_inner {
    align-items: center;
}

.checkout_page_innner .left_side .payment .border .border_inner .title {
    align-items: center;
    display: flex;
}
.checkout_page_innner .left_side .payment .border .border_inner .title svg {
    margin-right:10px;
}
.checkout_page_innner .left_side .payment_form {
    border: 0;
    background: #fafafa;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in, margin 0.3s ease-in;
    -webkit-transition: max-height 0.3s ease-in, margin 0.3s ease-in;
}

.checkout_page_innner .left_side .payment_form.show {
    max-height: initial;
    border: 1px solid #f0eceb;
    border-top: 0;
}





.checkout_page_innner .left_side > ul {
    width:100%;
    float: left;
    margin-bottom:40px;
}
.checkout_page_innner .left_side > ul li {
    float:left;
    margin-right:20px;
}
.checkout_page_innner .left_side > ul li a {
    text-decoration: none;
    color:#122046;
    font-size: 90%;
}
.checkout_page_innner .left_side > ul li a:hover {
    color:#125bfe;
    text-decoration: underline;
}






.checkout_page_innner .right_side {
    width: 38%;
    position: relative;
    z-index: 10;
    padding: 4% 0 4% 3%;
    display: flex;
    flex-direction: column;
}
.checkout_page_innner .right_side:after {
    content: "";
    display: block;
    width: 300%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
    -webkit-box-shadow: 0 -1px 0 #e1e1e1 inset;
    box-shadow: 0 -1px 0 #e1e1e1 inset;
    left: 0;
    background-position: left top;
    -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
    box-shadow: 1px 0 0 #e1e1e1 inset;
}

.checkout_page_innner .right_side .product_items {
    display: flex;
    width:100%;
    flex-direction: column;
}
.checkout_page_innner .right_side .product_items li {
    display: flex;
    width:100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom:20px;
    border-top: 1px solid #e9e2e0;
    padding-top: 20px;
}

.checkout_page_innner .right_side .product_items li:nth-child(1) {
    border:0;
}
.checkout_page_innner .right_side .product_items li .img{
    width: 90px;
    min-width: 90px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}
.checkout_page_innner .right_side .product_items li.lightbase{
    padding-left:40px;
}
.checkout_page_innner .right_side .product_items li.lightbase .img{
    width: 50px;
    min-width: 50px;
}   

.checkout_page_innner .right_side .product_items li .img img {
    width:100%;
    float:left;
    image-rendering: -webkit-optimize-contrast;
}
.checkout_page_innner .right_side .product_items li .img i {
    width:20px;
    height:20px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    position:absolute;
    top:-10px;
    right:-10px;
    border-radius: 50%;
    background: #FF7F11;
    color:#fff;
    z-index: 3;
    font-style: normal;
    font-size: 60%;
}
.checkout_page_innner .right_side .product_items li div h3 {
    font-weight: 500;
}
.checkout_page_innner .right_side .product_items li div h3 small {
    opacity: 0.6;
    text-transform: initial;
    display: block;
    font-size: 80%;
}
.checkout_page_innner .right_side .product_items li div span {
    opacity: 0.6;
    font-size: 80%;
    display: block;
    padding-right:10px;
}
.checkout_page_innner .right_side .product_items li .productPrice {
    font-weight: 600;
    margin-left: auto;
    font-size: 85%;
}

.checkout_page_innner .right_side .row {
    padding: 20px 0;
    font-size: 85%;
}
.checkout_page_innner .right_side .row.no-margin {
    padding: 0;
}
.checkout_page_innner .right_side .row .info {
    opacity: 0.6;
}
.checkout_page_innner .right_side .couponProperty section {
    width: 100%;
    float: left;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out, margin 0.3s ease-out;
    -webkit-transition: max-height 0.3s ease-out, margin 0.3s ease-out;
}
.checkout_page_innner .right_side .couponProperty section.show {
    max-height: 200px;
    transition: max-height 0.3s ease-in, margin 0.3s ease-in;
    -webkit-transition: max-height 0.3s ease-in, margin 0.3s ease-in;
    margin-bottom: 10px;
}
.checkout_page_innner .right_side .couponProperty section input[type="text"] {
    width: 100%;
    border: 1px solid #DEDEDE;
    border-radius: 2px;
    padding: 12px;
    overflow: hidden;
}
.checkout_page_innner .right_side .row .totalPrice {
    font-weight: 600;
}

/*how it work*/
.intro_wrapper {
    width: 100%;
    height: 35vw;
    background: #f9f5f4;
    position: relative;
    z-index: 1;
    display: flex;
}

.intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1400px;
}

.intro_images {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}

.intro_images div {
    display: block;
    width: 100%;
    height: 35vw;
    position: relative;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #fbf1f0;
    overflow: hidden;
}

.intro .intro_text {
    position: relative;
    z-index: 1;
    width: 50%;
    padding-right: 7%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.intro .intro_text span {
    padding: 0 0 30px 0;
    color: #122046;
    font-weight: 400;
    font-size: 22px;
    display: block;
}

.intro .intro_text h1 {
    font-size: calc(1.8vw + 10px);
    font-weight: 800;
    line-height: 1.3;
    display: block;
    width: 100%;
    float: left;
}

.blog .intro .intro_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.blog .intro .intro_text h1 {
    font-size: 50px;
    line-height: 54px;
    font-weight: 700;
    color: #090f45;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

.blog .intro .intro_text p {
    padding: 0 0 30px 0;
    color: #2a3275;
    font-size: 22px;
    line-height: 30px;
    display: block;
    width: 100%;
    float: left;
    white-space: pre-line;
}

.blog .intro .intro_text span {
    padding: 0 0 30px 0;
    color: #ff375c;
    font-weight: 400;
    font-size: 22px;
    display: block;
}

.blog .intro .intro_text span {
    font-size:29px;
    color: #2a3275;
    font-weight: 400;
}

.blog .intro .intro_text .top {
    width:100%;
    float:left;
    display: block;
    padding-bottom:25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.blog .intro .intro_text .top .date {
    font-size:12px;
    display: block;
}
.blog .intro .intro_text .top a {
    font-size:12px;
    color:#fff;
    text-decoration: none;
    background: #132147;
    padding:5px 10px;
    border-radius: 4px;
}

.blog .intro .intro_text p img {
    width: 28px;
    margin-right: 10px;
}



.blog_main {
    background: #f8f5f4;
    padding: 70px 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.blog_main h2 {
    color: #090f45;
    float: left;
    margin-bottom: 70px;
    width: 100%
}

.blog_main h2,.blog_main h3 {
    font-size: 35px;
    font-weight: 500
}

.blog_main_item_wrapper {
    display: flex;
    width: 100%
}

.blog_main_item {
    margin: 0 auto;
    max-width: 1200px;
    min-height: 350px;
    position: relative;
    z-index: 1
}

.blog_main_item img {
    display: block;
    float: left;
    max-width: 100%
}

.blog_main_item .description {
    background: rgba(18,32,70,.8);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 100;
    height: 90%;
    justify-content: center;
    max-height: 90%;
    padding: 40px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    width: 400px
}

.blog_main_item .description h3 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px
}

.blog_main_item .description .top {
    align-items: center;
    display: block;
    display: flex;
    flex-direction: row;
    float: left;
    justify-content: space-between;
    padding-bottom: 25px
}

.blog_main_item .description .top .date {
    display: block;
    font-size: 12px
}

.blog_main_item .description .top a {
    background: hsla(0,0%,100%,.5);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none
}

.blog_main_item .description .text {
    float: left;
    padding-bottom: 25px;
    white-space: break-spaces;
    width: 100%
}

.blog_main_item .description>a {
    background: #fff;
    border-radius: 5px;
    color: #122046;
    cursor: pointer;
    display: inline-block!important;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s,border-color .3s,background-color .3s,box-shadow .3s;
    -webkit-transition: color .3s,border-color .3s,background-color .3s,box-shadow .3s;
    width: 100%
}

.blog_main_item .description>a:hover {
    background: #9ec8ff;
    box-shadow: 0 3px 12px rgba(0,0,0,.3)
}

.blog_main .slick-slider {
    margin: 0 auto;
    max-width: 1340px;
    overflow-x: hidden;
    padding: 30px 50px 0
}

.blog_main .slick-list, 
.blog_main .slick-slider,
.blog_main .slick-slider .slick-track {
    overflow: inherit
}


.blog_main .slick-slider .slick-slide {
    background: none;
    box-shadow: none;
    overflow: inherit;
    width: 100%;
    height: 320px;
    padding: 10px;
}

.blog_main .slick-slider .slick-slide a {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    color: #090f45;
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    max-height: 250px;
    min-height: 250px;
    position: relative;
    transition: box-shadow .3s;
    width: 100%
}

.blog_main .slick-slider .slick-slide a:hover {
    box-shadow: 0 6px 18px rgb(0 0 0/12%);
    color: #236dff
}

.blog_main .slick-slider .slick-slide a h4 {
    display: block;
    float: left;
    position: absolute;
    text-align: center;
    top: 105%;
    width: 100%
}

.blog_main .slider-nav {
    position: relative;
    z-index: 1
}

.blog_main .slider-nav .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
}

.blog_main .slick-next,
.blog_main .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 30px;
    height: 30px;
    font-size: 0;
}

.blog_main .slick-prev {
    background: url(../images/left.svg) 50% no-repeat;
    left: 10px
}

.blog_main .slick-next {
    background: url(../images/right.svg) 50% no-repeat;
    right: 10px
}

.blog_main .slider-nav .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    background: #858a9d;
    float: left;
    margin: 0 8px;
    cursor: pointer;
}

.blog_main .slider-nav .slick-dots li.slick-active, 
.blog_main .slider-nav .slick-dots li:hover {
    background: #122046;
}


.blog_main .slider-nav  .slick-dots li button {
    text-indent: -100px;
    width: 100%;
    width: 100%;
    float: left;
    visibility: hidden;
}



.blog_post {
    background: #f8f5f4;
    float: left;
    padding: 70px 0;
    text-align: center;
    width: 100%
}

.blog_post .blog_post_item {
    line-height: 1.4;
    margin: 0 auto;
    max-width: 1000px;
    text-align: left
}

.blog_post .blog_post_item a {
    color: #256dff;
    text-decoration: none;
    transition: color .3s
}

.blog_post .blog_post_item a:hover {
    color: #7da8ff
}

.blog_post .blog_post_item h2 {
    font-size: 26px;
    font-weight: 600
}

.blog_post .blog_post_item h3 {
    font-size: 22px;
    font-weight: 600
}

.blog_post .blog_post_item h4 {
    font-size: 20px;
    font-weight: 600
}

.blog_featured {
    background: #d4f1ff;
    display: flex;
    flex-direction: column;
    float: left;
    padding: 70px 0;
    text-align: center;
    width: 100%
}

.blog_featured h3 {
    color: #090f45;
    float: left;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 70px;
    width: 100%
}

.blog_featured .list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    float: left;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%
}

.blog_featured .list .list_item {
    text-align: left;
    width: 30%
}

.blog_featured .list .list_item .image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 12px solid #fff;
    border-radius: 8px;
    box-shadow: 0 6px 14px rgb(0 0 0/6%);
    height: 16vw;
    margin-bottom: 25px;
    max-height: 280px;
    min-height: 250px;
    width: 100%
}

.blog_featured .list .list_item .image img {
    max-width: 100%
}

.blog_featured .list .list_item h4 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 1.4;
}

.blog_featured .list .list_item .top {
    align-items: center;
    display: block;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 25px;
    width: 100%
}

.blog_featured .list .list_item .top .date {
    display: block;
    font-size: 12px
}

.blog_featured .list .list_item .top a {
    background: #132147;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    text-decoration: none
}

.blog_featured .list .list_item .text {
    display: block;
    padding-bottom: 25px
}

.blog_featured .list .list_item>a {
    background: #236dff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block!important;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s,border-color .3s,background-color .3s,box-shadow .3s;
    -webkit-transition: color .3s,border-color .3s,background-color .3s,box-shadow .3s;
    width: 100%
}

.blog_featured .list .list_item>a:hover {
    background: #251861;
    box-shadow: 0 3px 12px rgba(0,0,0,.3)
}

.blog_featured nav {
    float: left;
    padding: 70px 0 0;
    text-align: center;
    width: 100%
}

.blog_featured nav,.blog_featured nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.blog_featured ul li {
    align-items: center;
    display: inline-flex;
    justify-content: center;
    margin: 0 10px
}

.blog_featured ul li a {
    text-decoration: none
}

.blog_featured ul li span {
    color: #256dff
}

.blog_featured ul li a,.blog_featured ul li span {
    display: block;
    padding: 5px
}

.blog_featured ul li:first-child a,.blog_featured ul li:first-child span,.blog_featured ul li:last-child a,.blog_featured ul li:last-child span {
    border: 2px solid #add8ed;
    border-radius: 50%;
    font-size: 34px;
    height: 50px;
    padding: 2px;
    width: 50px
}

.blog_featured ul li:first-child span,.blog_featured ul li:last-child span {
    color: #ccc
}

.blog_featured ul li:first-child a,.blog_featured ul li:last-child a {
    border: 2px solid #256dff
}

.block_div {
    width:100%;
    float:left;
}

.block_div.white {
    background: #fff!important;
}

.block_div.grey {
    background: #edf1f3!important;
}

.block_div .content {
    padding: 4% 25px;
}
.block_div.nopadding-bottom .content {
    padding: 4% 25px 0 25px!important;
}

.block_div.padding_left .content > .block_text {
    padding: 0 0 0 12%;
}

.block_div.padding_right .content > .block_text {
    padding: 0 12% 0 0;
}

.block_div .content > .block_text .step {
    color: #125bfe;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.block_div .content > .block_text h3 {
    font-size: 160%;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.block_div .content > .block_text ul {
    margin:10px 0;
    width:100%;
    float: left;
}
.block_div .content > .block_text ul li {
    font-size:80%;
    font-weight: 700;
    color: #666;
    float:left;
    margin-right:10px;
    padding:5px 10px;
    background:#e6e3e2;
}

.block_div .content > .block_image img {
    max-width: 25vw;
    float: left;
}

.block_div .content > .block_text .modal_link {
    display: inline-flex;
    align-items: center;
    margin-top:20px;
    cursor:pointer;
    transition: all 0.3s;
}
.block_div .content > .block_text .modal_link:hover {
    color: #125bfe;
}
.block_div .content > .block_text .modal_link svg {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    color: #125bfe;
    cursor: pointer;
    transition: all 0.3s;
}

.block_grid {
    width: 100%;
    float: left;
}

.block_grid .content {
    padding: 4% 25px 0 25px;
    flex-direction: column;
}
.block_grid .content .block_text h2 {
    font-size: calc(1.3vw + 10px);
    font-weight: 800;
    line-height: 1.3;
    display: block;
    text-align: center;
    width: 80%;
    margin:0 auto 50px auto;
}


.block_grid .content ul {
    width:100%;
    display: flex;
    flex-wrap:wrap;
    margin-top: auto;
}

.block_grid .content ul li {
    float:left;
    display: flex;
    flex-direction: column;
    width:50%;
    margin-top: auto;
    margin-bottom:5%
}
.block_grid .content ul li:nth-child(odd){
    padding-right:4%;
}
.block_grid .content ul li:nth-child(even){
    padding-left:4%;
}


.block_grid .content ul li img {
    max-width:100%;
}

.block_grid .content ul li h3 {
    font-size: 140%;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}

.block_grid .content ul li div {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 30px;
}

.block_grid .content ul li ul li {
    margin-bottom:0
}




/*Page*/
.page_div {
    width:100%;
    float:left;
}
.page_div .content, .page_div .content2 {
    padding: 4% 25px;
    flex-direction: column;
    align-items: flex-start;
}

.page_div .content h1, .page_div .content2 h1 {
    font-size: 160%;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 40px;
    text-align: center;
}

/*Gift page*/
.gift_page {
    width: 100%;
    min-height: 100%;
    margin:0 auto;
    display: flex;
    flex-direction: row;
    background: #f9f5f4;
}
.gift_page .w50 {
    position: relative;
    z-index: 1;
}
.gift_page .w50 .content{
    max-width: 700px!important;
    display: flex;
    margin:0;
    flex-direction: column!important;
}
.gift_page .w50:nth-child(1) .content{
    margin-left:auto!important
}
.gift_page .w50 .back {
    position: absolute;
    top: 30px;
    width: 100%;
    right: 0;
    padding-left: 25px;
    max-width: 725px!important;
    display: flex;
}
.gift_page .w50 .back a {
    width: 25px;
    height:25px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.gift_page .w50 .back a:hover {
    opacity:0.5
}
.gift_page .w50 .back img{
    width: 25px;
    height:25px;;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


.gift_page .w50:nth-child(2) {
    background: #fff;
}
.gift_page .w50:nth-child(2) .content{
    margin-right:auto!important
}

.gift_page #logo img {
    width: 100%;
}
.gift_page > div:nth-child(1){
    padding-right: 0%;
    display: flex;
    flex-direction: column;
    padding-top: 6.3%;
}

.gift_page > div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.gift_page .flipper {
    width: 100%;
    max-width: 480px;
    max-height: 292px;
    height:16vw;
    float:left;
    position: relative;
    z-index: 1;
}

.gift_page .tile {
    background: url(../images/gift-card.svg) right top no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    float:left;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.gift_page .tile .card_logo {
    width: 42.5%;
    height: auto;
    position: absolute;
    top: 11%;
    left: 7%;
    z-index: 1;
}

.gift_page .tile_count {
    width: 16%;
    height: 24%;
    position: absolute;
    bottom: 8%;
    right: 6%;
    color: #fff;
    z-index: 1;
}
.gift_page .tile_count .count{
    font-size: calc(7px + 1vw);
    line-height: calc(11px + 1vw);
    text-align: center;
    position: absolute;
    bottom: -0.3vw;
    right: 0;
    z-index: 1;
}
.gift_page .tile_count .count b {
    display: block;
    font-size: calc(14px + 1vw);
    width:100%;
}

.gift_page h1 {
    font-size: 34px;
    font-weight: 700;
    display: block;
    float: left;
    padding: 30px 0 10px 0;
    width: 100%;
}


.content .form-group label, .gift_page h3 {
    display: flex;
    align-items: center;
    margin: 20px 0 10px 0;
    line-height: inherit;
    font-weight: 500;
    width:100%;
    float: left;
}

.gift_page h3 {
    font-weight: 600;
}

.gift_page h3 img{
    width:28px;
    padding-right: 5px;
}

.row .form-group.inline {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.gift_page .action-btn3 {
    width: 100%;
    margin-bottom: 20px;
}

.gift_page .action-btn3 svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: #fff;
}

.gift_page #progressbar {
    width:100%;
    float:left;
    display: block;
    overflow: hidden;
    counter-reset: step;
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.gift_page #progressbar li {
    list-style-type: none;
    font-size: 9px;
    width: 33.33%;
    float: left;
    position: relative;
    font-size: 16px;
    padding: 0 30px 0 0;
    margin-bottom: 50px;
    line-height: 1.3;
}
.gift_page #progressbar li:nth-child(3) {
    padding: 0
}

.gift_page #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f5f4;
    color: #888;
    border-radius: 28px;
    margin: 0 auto 15px 0;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    position: relative;
    z-index: 10;
}

.gift_page #progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #f9f5f4;
    position: absolute;
    left: calc(-100% + 28px);
    top: 12px;
    z-index: -1; /*put it behind the numbers*/
}

.gift_page #progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

.gift_page .questions {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
}
.gift_page .questions a {
    color:#ff375c
}
#gift_pack .row {
    flex-direction: column;
}
#gift_pack .row2 .inline:nth-child(1) {
    padding-right:0!important;
} 
#gift_pack .row2 {    
    position: relative;
    z-index: 10;
    width: 100%;
    float: left;
}
#gift_pack .row2 .form-group .row {width:100%;}
#gift_pack .row2 .inline .row:nth-child(1) {
    padding-right:20px;
} 
#gift_pack .radio {
    margin:20px 0 0 0
}
#gift_pack .radio label {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    min-height: 23px;
    position: relative;
    z-index: 1;
    margin: 0;
    padding-left: 30px;
    width: auto;
    margin-right: 30px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#gift_pack .radio label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #090f45;
    border-radius: 25px;
    background-color: #fff;
}
#gift_pack .radio input:checked + label:after {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23ff375c' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 1px 2px;
    background-color: #ffe7eb;
    border-color: #ff375c;
}



/*thankyou*/
.order_div {
    width: 100%;
    float: left;
    padding: 5% 0;
} 

.order_div .content{
    flex-direction: column;
    text-align: center;
} 

.order_div .content .orderID{
    color:#07beb8;
    margin-bottom:3%
} 

.order_div .content img{
    max-width: 230px;
    margin-bottom:3%
} 
.order_div .content h1 {
    font-size:140%;
    padding-bottom:30px;
}

.order_div .content span{
    display: block;
    padding-bottom: 10px;
} 

.menu_backdrop {
    overflow: hidden;
    touch-action: none;
}

.backdrop {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    opacity: 0;
    z-index: 100;
    position: fixed;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    -webkit-tap-highlight-color: transparent;
}
.backdrop.active {
    pointer-events: all;
    opacity: 1;
}

.backdrop .menu {
    top: 0;
    right: -400px;
    height: 100%;
    min-height: 100%;
    display: flex;
    z-index: 1200;
    width: 400px;
    position: fixed;
    background: #fff;
    /* overflow: hidden;
    overflow-y: auto; */
    flex-direction: column;
    -webkit-overflow-scrolling: touch;
    transition: box-shadow .3ms cubic-bezier(0.4, 0, 0.2, 1), right .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.backdrop.active .menu {
    right: 0;
    box-shadow: 0 3px 40px 0 rgb(0 0 0 / 40%);
}

.backdrop .menu .menu_top {
    width: 100%;
    height: 71px;
    min-height: 71px;
    text-align: left;
    padding-left: 30px;
    display: block;
    border-bottom: 1px solid #f2f2f2;
}
.backdrop .menu .menu_top #logo {
    width: 110px;
    display: block;
    position: relative;
    z-index: 1;
}

.backdrop .menu .menu_top > span {
    line-height: 78px;
    font-size: 22px;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 1;
}

.backdrop .menu .menu_top #logo img {
    width: 100%;
    display: block;
}

.backdrop .menu .menu_top .close {
    position: absolute;
    top:22px;
    right:20px;
    padding:5px;
    z-index: 10;
}

.backdrop .menu ul {
    margin:15px 0;
    overflow: hidden;
    overflow-y: auto;
}
.backdrop .menu ul, 
.backdrop .menu ul li {
    width:100%;
    float:left;
}

.backdrop .menu ul li {
    display: block;
    position: relative;
}

.backdrop .menu ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #090f45;
    padding: 15px 25px;
    transition: color .3s;
    -webkit-transition: color .3s;
}

.backdrop .menu ul li a svg {
    width:36px;
    height:auto;
    margin-right: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.backdrop .menu ul li a {
    padding: 10px 25px;
    letter-spacing: -0.8px;
}

.backdrop .menu ul li a:hover, 
.backdrop .menu ul li a.active {
    color: #125bfe;
}

.backdrop .menu ul li a img {
    width:30px;
    object-fit: scale-down;
    position: relative;
    bottom: -1px;
}
.backdrop .menu ul li .submenu {
    position: relative;
    top:0;
    left:0;
    margin-left:0;
    margin-top:0;
    width:100%;
    display: none;
    border-top:0;
    box-shadow: none;
    transform:none;
    -webkit-transform:none;
}

.backdrop .menu ul li .submenu ul {
    margin: 0;
    padding: 0;
}

.backdrop .menu ul li .submenu ul li {
    padding:0;
}

.backdrop .menu ul li .submenu ul li a {
    font-weight: 400;
    padding: 7px 25px 7px 50px;
}

.backdrop .menu ul li .submenu:before, 
.backdrop .menu ul li .submenu:after {
    display: none;
}

.backdrop .menu ul li.show-submenu .submenu {
    display:block!important;
    transform:none;
    -webkit-transform:none;
}


.backdrop .menu .menu_bottom {
    border-top: 1px solid #f2f2f2;
    width: 100%;
    padding: 20px;
    align-self: flex-start;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.backdrop .menu .menu_bottom a {
    display: block;
    margin:0 10px;
    font-size: 16px;
    color: #444f56;
    text-decoration: none;
}
.backdrop .menu .menu_bottom a:hover {
    text-decoration: underline;
}




footer {
    width: 100%;
    float: left;
    background: #132147;
    color:#fff;
    font-size: calc(0.2vw + 12px);
    flex-direction: column;
}

footer .content {
    padding: 80px 25px 60px 25px;
}

footer .content {
    display: flex;
    align-items: flex-start;
}

footer .content .column {
    width: 40%;
    float: left;
    position: relative;
    z-index: 1;
}
footer .content .column:nth-child(2) {
    width: 50%;
}

footer .content .column:nth-child(3) {
    width: 30%;
}
footer .content .column .footer_logo{
    margin-bottom:10px;
}
footer .content .column .footer_logo img{
    max-width:250px;
    margin-bottom:10px;
}

footer .content .column:nth-child(1) > ul li {
    display: inline-block;
}

footer .content .column:nth-child(1) > ul li a {
    display: block;
}
footer .content .column:nth-child(1) > ul li a img {
    width:24px;
    margin-right:20px;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
}
footer .content .column:nth-child(1) > ul li a img:hover {
    opacity: .7;
}

footer .content .column:nth-child(2) ul{
    width: 100%;
}
footer .content .column:nth-child(2) ul li{
    width: 50%;
    float:left;
}

footer .content .column .title {
    font-weight: 600;
    font-size: calc(0.3vw + 16px);
    padding-bottom: 15px;
}
footer .content .column span {
    line-height: 20px;
    padding-bottom: 10px;
    display: block;
}
footer .content .column .subscribe {
    width:100%;
    position: relative;
    z-index: 1;
}
footer .content .column .subscribe input {
    border: 1px solid rgba(255,255,255,0.3);
    background: #fff;
    height: 40px;
    padding: 8px 70px 8px 8px;
    width: 100%;
    color: #122046
}
footer .content .column .subscribe input::placeholder {
    font-family: "Nunito Sans", sans-serif;
    color:#122046;
    opacity:0.5
}
footer .content .column .subscribe button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width:40px;
    float: right;
    border: 0;
    padding: 0 10px;
    font-size: 12px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: opacity .3s, color .3s;
    -webkit-transition: opacity .3s, color .3s;
    background: #ff7f11;
}
footer .content .column .subscribe button:hover {
    opacity:0.7
}

footer .content .column:nth-child(2) ul li a {
    margin: 0 0 12px 0;
    display: inline-block;
    text-decoration: none;
    color: #fff;  
    transition: opacity .3s, color .3s;
    -webkit-transition: opacity .3s, color .3s;
}
footer .content .column:nth-child(2) ul li a:hover {
    opacity: 0.5;
}
.copyright {
    background: #0f1b3b;
    font-size: 16px;
    width: 100%;
    float: left;
}
.copyright .content {
    padding: 10px 25px;
}

.copyright .content ul {
    float:left;
    width:auto;
}
.copyright .content ul {
    float:left;
    width:auto;
    opacity: 0.5;
}
.copyright .content ul li {
    float:left;
    padding-right: 10px;
    color: #fff;
}
.copyright .content ul li a{
    color:#fff;
    text-decoration: none;
}
.copyright .content ul li a:hover{
    color:#fff;
    text-decoration: underline;
}

.copyright .content span {
    float:right;
    color:#fff;
    opacity:0.5;
    margin-left:auto
}


.fsp-picker__brand-container {
    display: none !important;
}
.fsp-modal__sidebar {
    background-color: #fff!important;
}
.fsp-button--cancel {
    display: none!important;
}
.fsp-summary {
    padding-bottom: 0;
}
.fsp-summary__header {
    display: none!important;
}
.fsp-button {cursor:pointer}
.fsp-summary__body>div:first-of-type {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.fsp-summary__item {
    display: flex;
    position: relative;
    background: #fff;
    align-items: center;
    margin: 0!important;
    border: 3px solid #fff;
    height: unset!important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 26%);
    height: 350px;
    width:auto
}

.fsp-summary__item-progress {
    height:10px!important;
    background: #3d70e3;
}

/* .fsp-summary__body>div:first-of-type .fsp-summary__item .fsp-summary__thumbnail {
    width: 70px!important;
    height: 70px!important;
    object-fit: cover;
} */
.fsp-summary__body>div:first-of-type .fsp-summary__item .fsp-summary__thumbnail {
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    max-height: 300px;
}
.fps-grid__type-grid .fsp-grid__cell.fsp-grid__cell--thumbnail .fsp-grid__text {
    display: none;
}
.fsp-summary__body>div:first-of-type .fsp-summary__item .fsp-summary__item-name {
    display: none;
}
.fsp-summary__body>div:first-of-type .fsp-summary__item .fsp-summary__actions-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    padding-right: 0;
    opacity: 0;
    -webkit-align-items: unset;
    align-items: unset;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    transition: opacity .2s;
}
.fsp-summary__body>div:first-of-type .fsp-summary__item .fsp-summary__actions-container:hover {
    opacity: 1;
}
.fsp-summary__body>div:first-of-type .fsp-summary__item .fsp-summary__actions-container .fsp-summary__action-separator {
    display: none;
}
.fsp-summary__body>div:first-of-type .fsp-summary__item .fsp-summary__actions-container .fsp-summary__action--remove {
    width: 22px;
    height: 22px;
    background: url('/images/icon-remove.svg');
    background-repeat: no-repeat;
    margin-top: -8px;
    margin-right: -8px;
    background-size: 22px;
}
.fsp-summary__body>div:first-of-type .fsp-summary__item .fsp-summary__actions-container .fsp-summary__action--remove:hover {
    opacity: 1;
}
.fsp-summary__body.fsp-summary__has-actions {
    height: calc(100% - 24px)!important;
}
.fsp-button--primary {
    color: rgba(255,255,255,.9);
    background: #125bfe!important;
    border-radius: 0!important;
    font-weight: 600;
    padding: 10px 40px!important;
    line-height: initial!important;
    height: initial!important;
    font-size: calc(0.2vw + 14px)!important;
}
.fsp-footer__nav {
    text-align: center!important;
}
.fsp-footer__nav--left,
.fsp-footer__nav--center {
    display: none!important;
}
.fsp-footer__nav--right {
    float: initial!important;
}
#__filestack-picker {
    display: block !important;
    position: absolute;
    z-index: 1000;
}
.fsp-grid__label {
    display: none;
}

@media screen and (min-width: 769px) {
    .fsp-modal {
        border-radius: 2px;
        max-width: 500px;
        height: 400px;
    }
}


.contacts, .orders {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
} 
.contacts .text, .orders .text {
    display: block;
    width: 100%;
    padding-bottom: 30px;
} 
.contacts .text a, .orders .text a {
    color:#125bfe;
    font-weight: 400;
    text-decoration: none;
    transition: color .3s;
    -webkit-transition: color .3s;
} 
.contacts .text a:hover, .orders .text a:hover   {
    color:#000;
    text-decoration: underline;
} 
.contacts .row .form-group {
    margin-bottom: 20px;
}
.contacts .row2 .form-group:nth-child(1) {
    padding-right:20px;
}  
.orders .row2.trackOrder {
    margin-bottom:20px;
}
.contacts .row .form-group textarea {
    min-height: 150px;
    resize:vertical
}
.contacts .row .submit, .orders .row .submit {
    background: #125bfe;
    color: #fff;
    padding: 14px 50px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 5px;
    display: inline-block!important;
    width: auto;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s;
    -webkit-transition: color .3s, border-color .3s, background-color .3s, box-shadow .3s;
}
.orders .track-list {
    font-size: 16px;
    margin: 30px 0;
    font-weight: 600;
}
.contacts .row .submit:hover, .orders .row .submit:hover {
    background: #2c56b6;
    box-shadow: 0 3px 12px rgb(255 21 134 / 30%);
}
.contacts .row:last-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contacts .row:last-child .errors div {
    padding: 0!important;
    color: #ff375c;
}
.contacts .row .message div {
    font-size:22px;
    font-weight: 400;
    color:#ff375c;
    padding-bottom: 20px;
}

.subscribe .errors > div,  
.subscribe .message > div {
    text-align: left;
    padding-top:10px;
}
.subscribe .message > div {
    padding-bottom:20px;
}


#product-upload .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-20px;
    margin-top: -20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
}

#product-upload .save-loading {
    position: relative;
    z-index: 3;
    width:100%;
    height: 479px;
    background: rgba(0,0,0,0.7);
}

#product-upload .wrapper-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-30px;
    margin-top: -30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 6px solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
}

#product-upload .text-loading {
    position: absolute;
    top: 60%;
    left: 0;
    right:0;
    color:#fff;
    font-size:16px;
    text-align: center;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
    margin: 10px 43.2px;
  }
  
  .dot-flashing::before, .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
  }
  
  .dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
  }
  
  .dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
  }

  .fsp-drop-area-container {
    height: 100%;
    padding: 0 30px 30px 30px!important;
  }

@-webkit-keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
@-webkit-keyframes dotFlashing {
    0% {
      background-color: #9880ff;
    }
    50%,
    100% {
      background-color: #ebe6ff;
    }
}

@keyframes dotFlashing {
    0% {
      background-color: #9880ff;
    }
    50%,
    100% {
      background-color: #ebe6ff;
    }
}


.table {
    border: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    margin:20px 0;
    font-size:90%;
    text-align: center;
}
.table td, .table th {
    padding:5px;
    border: 1px solid #ccc;
    text-align: center;
}

.cookies {
    width: 100%;
    float: left;
    position: fixed;
    left:0;
    right:0;
    bottom: -100%;
    z-index: 1000;
    background: #D0DEFF;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
    padding:12px 10%;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.cookies.show {
    bottom: 0;
}

.cookies > div {
    width:auto;
    display: flex;
}
.cookies > div:first-child {
    padding-right:10%;
    flex: 1;
}
.cookies > div:nth-child(2) {
    text-align: right;
    align-items: center;
}

.cookies > div:nth-child(2) a:first-child{
    margin-right:20px;
    color:#333
}
.cookies > div:nth-child(2) a:nth-child(2){
    padding: 12px 10px;
    background: #132147;
}
.cookies > div:nth-child(2) a:nth-child(2):hover{
    opacity: 0.7;
}

.page_Inner {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.page_Inner h3 {
    font-size: calc(0.5vw + 12px);
    margin-bottom:20px;
    font-weight: 700;
    width: 100%;
    display: block;
    float: left;
}
.page_Inner ul {
    margin:50px 0;
    padding-left:20px;
}
.page_Inner ul, 
.page_Inner ul li {
    list-style: initial;
}

.page_Inner ul li {
    padding: 3px 0;
}
.page_Inner  a{
    color:#125bfe;
    text-decoration: none;
}
.page_Inner   a:hover{
    color:#000;
    text-decoration: underline;
}
.page_Innerleft {
    flex: 1;
    width:100%
}

.page_Innerright {
    flex: 1;
    width:100%
}   

.fullLoading {
    position: fixed;
    pointer-events: none;
    user-select: none; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.5);
}

.fullLoading svg {
    width:60px;
    height:60px;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 1440px){
    .content, .cart_header, .cart_page, .checkout_page_innner {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1024px){
    header .content {
        height: 60px;
    }
    .mobileBurger {
        display: flex;
        align-content: center;
        margin-right: auto;
    }
    .mobileBurger img {
       max-width: 35px;
       width: 35px;
       height:auto;
    }
    header #logo {
        height: 60px;
        overflow: hidden;
        width: auto;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    header #logo img {
        width: 200px;
        height: 60px;
    }
    header nav {
        margin: 0 50px 0 auto;
        width: 32px;
    }

    header nav {
        display:none
    }

    .cart {
        margin-left: auto;
    }

    .backdrop .menu ul li a img {
        bottom: 0;
    }

    main {
        padding-top: 60px;
    }

    .withTopLine main {
        padding-top: 130px!important;
    }


    .intro_wrapper .slider_nav {
        bottom: 50%;
        margin-bottom: -20px;
        justify-content: space-between;
        width: 100%;
        padding:0 10px;
        right: 0;
        left: 0;
    }
    .intro_wrapper .slider_nav .slick-dots {
        display: none!important;
    }
    .intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text {
        padding: 40px 60px 40px 40px;
    }

    .intro .intro_text span {
        padding: 0 0 10px 0;
    }

    .intro .intro_text h1 {
        line-height: 1.1;
    }

    .block_div .content {
        padding: 4% 40px!important;
    }


    .products_div ul {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 0 3.5%;
    }
    .crystal_page .products_div ul li {
        width: 30%;
    }
    .block_grid .content ul li:nth-child(odd){
        padding-right:2%;
    }
    .block_grid .content ul li:nth-child(even){
        padding-left:2%;
    }

    .cart_title {
        flex-direction: column;
    }

    .cart_title img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .cart_page .recommendation ul li {
        padding-right: 30px;
    }

    .gift_div .content .image {
        width: 40%;
        padding: 0 30px;
    }
    .gift_div .content .image img {
        max-width: 100%;
    }

    .gift_div .content > .text, .info_div .content .info_text {
        width: 75%;
    }

    .block_div .content > .block_text h3, 
    .block_grid .content ul li h3 {
        margin-bottom: 10px;
        line-height: 1.3;
        font-size: 120%;
    }

    .block_grid .content .block_text h2 {
        font-size: calc(1.3vw + 15px);
    }

    .block_div.padding_left .content > .block_text {
        padding: 0 0 0 4%;
    }

    .block_div.padding_right .content > .block_text {
        padding: 0 4% 0 0;
    }

    .info_div {
        padding: calc(1vw + 35px) 0;
    }

    .info_div .content > img {
        width: 18%;
        margin-right: 8%;
    }

    .crystal_page {
        margin: 40px auto;
    }

    .crystal_page > div.rightSide {
        width: 36%;
    }

    .crystal_page .products_div {
        padding: 30px 0 0 0;
    }

    .productProperty .row .info, 
    .productProperty .row .price {
        padding-right: 10px;
    }
    
    .cart_page {
        padding: 0 40px;
    }

    .cart_page .cart_summary {
        width: 33%;
    }

    .cart_header {
        padding: 0 40px;
    }

    .cart_page .recommendation {
        padding: 20px 0;
    }

    .checkout_page_innner {
        padding: 0 40px;
    }

    footer .content .column:nth-child(1) {
        padding-right:20px;
    }
    footer .content .column:nth-child(2) {
        width: 20%;
    }
    footer .content .column:nth-child(4) {
        width: 40%;
    }

    .content, .cart_header, .cart_page, .checkout_page_innner, .crystal_page {
        max-width: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }

    footer .content {
        padding: 60px 80px 40px 80px;
    }

    .copyright .content {
        padding: 10px 80px;
        font-size: calc(0.2vw + 12px);
    }
}

@media screen and (max-width: 968px){

    .btn {
        max-height: 52px;
        padding: calc(0.3vw + 15px) calc(1.4vw + 14px)
    }
    .crystal_page > div:not(.breadcrumbs) {
        float: left;
        width: 100%;
    }
    .crystal_page > div.rightSide {
        float: left;
        width: 100%;
    }
    .crystal_page .rightSide .productProperty .btn {
        font-size: 100%;
    }
    .sizeProperty .row,
    .sizeProperty .row .sizePrice,
    .sizeProperty .row [data-crossprice]:after,
    .crystal_page .rightSide .productProperty .row.price-header,
    .crystal_page .rightSide .productProperty .row .reviewCount {
        font-size: 100%;
    }

    .sizeProperty label h3  {
        font-size: 120%;
    }
    .video_div .content > .video_text {
        padding: 0 40px 0 0;
    }
    .products_div ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .info_div .content > img {
        width: 15%;
        margin-right: 8%;
    }
    .home_banner {
        height: 86px;
    }
    .home_banner .content {
        padding: 0 20%;
    }
    .home_banner .content img {
        opacity:0;
        display: none;
    }

    .home_banner:before {
        content:"";
        background: url(../images/heart-1.png) left top no-repeat;
        /*background: url(../images/bells_new.png) left top no-repeat;*/
        height:96px;
        width:107px;
        position: absolute;
        top:0;
        left:11px;
        zoom:0.7
    }
    .home_banner:after {
        content:"";
        background: url(../images/heart-2.png) left top no-repeat;
        /*background: url(../images/bells_new.png) left top no-repeat;*/
        height:82px;
        width:76px;
        position: absolute;
        top:0;
        right:26px;
        zoom:0.7
    }



    .home_banner .content img {
        width: 50px;
        max-width: 50px;
    }

    .home_banner .content {
        font-size:15px
    }
    .recom_div .content {
        padding:  0;
    }

    .carousel_wrapper {
        padding: 0 0 40px 0
    }

    .cart_header {
        margin: 20px auto 0 auto;
        max-width: 100%;
    }

    .cart_page {
        padding: 0 40px;
    }

    .cart_page  .cart_page_inner {
        flex-direction: column;
        padding: 0 20px;
    }
    .cart_page .cart_page_inner > .recommendation {
        display: block;
        padding: 40px 20px 20px 20px;
    }
    
    .cart_page .cart_page_inner .cart_list .recommendation {
        display: none;
    }
    .cart_page .cart_list,
    .cart_page .cart_summary {
        width: 100%;
        float:left
    }

    .cart_title {
        flex-direction: row;
    }

    .cart_page .cart_summary .cart_title img {
        margin-right: 20px;
        margin-bottom: 0;
        width: 80px;
        height: 80px;
    }

    .checkout_page_innner {
        flex-direction: column-reverse;
        padding: 0;
    }

    .checkout_page_innner .right_side {
        width: 100%;
        padding: 40px 40px 20px 40px;
        float:left;
    }
    .checkout_page_innner .left_side {
        width: 100%;
        padding: 0 40px 20px 40px;
        float:left;
    }

    footer .content {
        display: block;
        padding: 40px;
    }

    footer .content .column:nth-child(1),
    footer .content .column:nth-child(2) {
        width: 50%!important;
    }
    footer .content .column:nth-child(3) {
        width: 100%!important;
    }

    .copyright .content {
        font-size: 80%;
    }
}

@media screen and (max-width: 820px){
    body {
        font-size: calc(0.25vw + 16px);
        line-height: 1.4;
    }

    .withTopLine .topline .content .topline_title {
        font-size: 16px;
        padding-bottom: 0;
    }
    .intro_wrapper .slider_nav {
        display: none;
    }

    .intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner {
        flex-direction: column;
        text-align: center;
    }

    .intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text .btn {
        margin-right: auto;
        margin-left:auto
    }

    .intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_images,
    .intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text {
        width: 100%;
    }

    .slick-track .slick-slide .slick-slide-inner .intro_images {
        height: 65vw!important;
    }

    .slick-track .slick-slide .slick-slide-inner .intro_text {
        height: auto!important;
        padding: 35px 25px!important;
    }
    .intro_wrapper {
        height: auto;
    }
    .intro_wrapper .content {
        flex-direction: column;
        padding: 0;
    }
    .intro_wrapper .intro_text h1 {
        padding-bottom:40px;
    }
    
    .intro_wrapper .content .intro_images, 
    .intro_wrapper .content .intro_text{
        width:100%;
    }
    .intro_wrapper .content .intro_images {
        height: 65vw!important;
        position: relative;
    }

    .intro_wrapper .content .intro_text{
        padding-right:0;
        text-align: center;
        padding-top:30px;
    }

    .intro_wrapper .content .intro_text span {
        width: 100%;
        display: block;
        text-align: center;
    }

    .intro_wrapper .content .intro_images div {
        height: 100%!important;
    }
    .intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text h2 {
        font-size: calc(2.0vw + 12px);
        line-height: 1.3;
    }

    .intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text h3 {
        font-size: calc(2.0vw + 12px);
        line-height: 1.3;
    }

    .intro_wrapper .slider .slick-list .slick-track .slick-slide .slick-slide-inner .intro_text p {
        line-height: 1.3;
        font-size: 85%;
        padding:15px 0 30px 0;
    }

    .block_div .content, 
    .block_div.nopadding-bottom .content,
    .block_grid .content {
        flex-direction: column;
        padding: 40px!important;
    }
    .block_div .content > .block_text,
    .block_div .content > .block_image,
    .block_div.padding_right .content > .block_text {
        padding: 0;
        width:100%;
    }
    .block_div .content > .block_image {
        text-align: center;
    }
    .block_div.white .content > .block_image {
        padding-top:30px;
    }
    .block_div.grey .content > .block_image {
        padding-bottom:30px;
    }
    .block_div.padding_right .content > .block_image {
        padding-top:30px;
        padding-bottom:0px;
    }
    
    .block_div .content > .block_image img {
        width:100%;
        max-width: 75%;
        float: none;
    }

    .block_grid .content ul li:nth-child(odd),
    .block_grid .content ul li:nth-child(even) {
        padding: 0;
    }

    .block_grid .content ul li {
        width: 100%;
    }
    .block_grid .content ul li ul li {
        margin-bottom: 30px;
    }

    .icons_div  {
        padding: 30px 0;
        text-align: center;
    }
    .icons_div ul {
       margin: 0 auto;
       width:80%;
    }
    .icons_div ul li {
        width:100%;
        padding: 20px 0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .icons_div ul li .img {
        width:60px
    }

    .icons_div ul li .text {
        text-align: left;
        padding-left:30px;
    }

    .icons_div ul li h3 {
        padding:0;
    }

    .icons_div ul li p {
        font-size: calc(0.5vw + 14px);
    }

    .video_div .content > .video_text {
        padding: 0;
        width: 100%;
    }

    .video_div .content > .video_image {
        padding: 0;
        width: 100%;
    }

    .video_div .content > .video_image video {
        max-width: 100%;
        width: 100%;
    }

    .recom_div .recom_text {
        padding-bottom: 0;
    }

    .recom_div ul li {
        width: 100%;
        padding: 20px 40px 0 40px;
    }

    .recom_div .content {
        padding-top: 20px;
    }

    .recom_div .recom_text h2,
    .gift_div .content > .text h3,
    .carousel_wrapper h3 {
        font-size:inherit;
    }

    .carousel_wrapper {
        padding:0 0 40px 0;
        text-align: center;
    }

    .carousel_wrapper .carousel .slick-slide .picture {
        max-width: 100%;
    }

    .products_div {
        padding: 40px 0 0 0;
    }

    .products_div h2, .crystal_page .products_div h2 {
        font-size: calc(2.0vw + 12px);
        line-height: 1.3;
        text-align: center;
        padding-bottom: calc(1.5vw + 35px);
    }

    /* .products_div ul li, .crystal_page .products_div ul li {
        font-size: 90%;
        width: 75%;
        margin: 0 auto;
    } */

    .products_div ul li .text, .crystal_page .products_div ul li .text {
        position: relative;
        top: -40px;
        background: #fff;
        padding: 20px 20px 30px 20px;
        font-size:100%;
        width: 90%;
        margin: 0 auto;
    }

    .video_div .content {
        flex-direction: column;
    }

    .video_div .content > .video_text h3 {
        font-size: calc(2.0vw + 12px);
        line-height: 1.3;
        text-align: center;
    }

    .video_div .content > .video_text p {
        line-height: 1.3;
    }

    .video_div .content > .video_image img {
        width: 100%;
    }

    .tabs ul {
        flex-direction: column;
        padding-bottom: 20px;
    }

    .tabs ul li label {
        padding: 10px 0;
    }

    .tabs .slider {
        display: none;
    }

    
} 


@media screen and (max-width: 768px){

    .checkout_page .express-checkout {
        max-width: 100%;
        width: 100%;

        .p-ExpressCheckoutItem {
            max-width: 50% !important;
        }
    }
    
    
    .withTopLine.withoutCounter .topline {
        height:70px;
    }
    .withTopLine .topline .content > div.ribbon {
        right: -45px;
        top: 15px;
        height: 24px;
        font-size: 12px;
        position: fixed;
        overflow: hidden;
    }
    .withTopLine.withCounter .topline .content > div.counter {
        margin: 4px auto 0 auto;
        font-size: 15px;
        padding-left:0;
        padding-right:40px;
    }

    .withTopLine.withCounter .topline .content .topline_title {
        text-align: left;
    }

    .content {
        padding: 0 20px;
    }
    .page_div .content {
        padding: 20px;
    }
    .page_div .content h1 {
        margin-bottom: 20px;
    }

    .products_div ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .crystal_page .products_div ul {
        flex-direction: column!important;
    }
    .crystal_page .products_div ul li {
        font-size: 100%;
        width: 100%;
    }
    
    .gift_page {
        flex-direction: column;
    }
    .gift_page .w50 {
        width: 100%;
    }
    .gift_page .flipper {
        height: calc(43vw + 70px);
    }
    .gift_page .tile_count {
        bottom:0;
        top: 50%;
    }
    #gift_pack .row2 .inline {
        flex-direction: column!important;
    }
    .gift_div .content, .info_div .content {
        flex-direction: column;
    }
    .video_div, .recom_div, .gift_div {
        padding: 40px 0;
    }
    .gift_div .content .image {
        width: 90%;
        margin: 40px 0 60px 0;
    }
    .gift_div .content > .text, .info_div .content .info_text {
        width: 100%;
        text-align: center;
    }
    .info_div .content > img {
        width: 33%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .carousel_wrapper {
        padding: 0 0 30px 0;
    }

    .block_div .content, .block_div.nopadding-bottom .content, .block_grid .content {
        flex-direction: column;
        padding: 20px!important;
    }

    .block_div.image_on_top .content {
        flex-direction: column-reverse;
    }

    .block_div.image_on_top .content > .block_image {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .block_div .content > .block_image {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .block_div .content > .block_image img {
        max-width: 100%;
    }

    .block_div.padding_left .content > .block_text {
        padding:0
    }

    .block_grid .content .block_text h2 {
        margin: 10px auto 30px auto;
    }
    .block_grid .content ul li {
        flex-direction: column-reverse;
    }
    .block_grid .content ul li:nth-child(odd), .block_grid .content ul li:nth-child(even) {
        margin-bottom: 0;
    }
    .block_grid .content ul li img {
        padding-bottom: 30px;
    }

    .gift_div .content .image {
        width: 55%;
        padding:0;
        margin:40px 0 80px 0;
    }

    .tabs {
        margin:0;
        padding: 30px 20px;
    }
    .accordion-item .heading {
        font-weight: 600;
        padding-right: 40px;
        font-size: 100%;
    }

    form .row2 {
        flex-direction: column;
    }
    .contacts .row2 .form-group:nth-child(1) {
        padding-right: 0;
    }

    .crystal_page {
        margin: 0;
        padding: 20px 0 0;
    }
    .crystal_page .breadcrumbs {
        padding-left: 20px;
    }

    .crystal_page .rightSide .productProperty form {
        font-size: 100%;
    }
    .cropme-image, #product-upload .save-loading {
        height: 66.7vw;
    }

    .crystal_page .products_div {
        padding: 20px;
    }

    .cart_header {
        padding: 0 20px;
    }

    .cart_page .cart_list > ul li .body .row > div:nth-child(1) > span {
        width: auto;
    }

    .cart_page {
        padding: 0 0;
    }
    .cart_header .breadcrumbs{
        font-size: 85%;
        position: relative;
    }
    .cart_header .breadcrumbs .continue {
        float: right;
        position: absolute;
        top: -33px;
        right: 0;
    }
    .cart_header .breadcrumbs ul li:nth-child(even) {
        padding: 0 5px;
    }

    .cart_page .cart_list > ul li .body .row .remove p {
        display: none;
    }

    .cart_page .cart_list > ul li {
        position: relative;
        padding: 15px;
    }
    .cart_page .cart_list > ul li .preview {
        padding-right:0
    }
    .cart_page .cart_list > ul li > .preview {
        width: 120px;
        border-right: 0;
        padding-right: 0;
        position: absolute;
        left: 14px;
        top: 14px;
    }

    .cart_page .cart_list > ul li .body {
        width: 100%;
        padding: 0;
    }

    .cart_page .cart_list > ul li .body .offsetMobile {
        padding-left: 0;
    }
    .cart_page .cart_list > ul li .body .offsetMobile > div{
        padding-left: 90px;
    }
    .cart_page .cart_list > ul li .body .offsetMobile .cop {
        display: none;
    }

    .cart_page .cart_list > ul li .body .offsetMobile .sizePrice {
        padding-left:10px;
    }

    .checkout_page_innner .right_side {
        padding: 20px 20px 0 20px;
    }

    .checkout_page_innner .left_side {
        padding: 0 20px 20px 20px;
    }

    .checkout_page_innner .left_side section {
        padding: 20px 0;
    }

    .checkout_page_innner .left_side section .row2 input {
        width: 100%;
    }
    .checkout_page_innner .left_side section .row2 input:nth-child(1) {
        margin-bottom:20px;
    }

    .checkout_page_innner .right_side:after {
        box-shadow:none;
        -webkit-box-shadow:none;
    }

    .checkout_page_innner .left_side > ul {
        text-align: center;
        margin-bottom: 20px;
    }
    .checkout_page_innner .left_side > ul li {
        float: none;
        margin-right: 10px;
        margin-left:10px;
        display: inline-block;
    }

    .cart_page .recommendation ul li {
        width:100%;
        padding-right: 0;
    }
    .cart_page .recommendation ul li:nth-child(1) {
        margin-bottom:20px;
    }

    .cart_page .cart_list > ul li .preview {
        width: 75px;
        align-self: flex-start;
    }
    
    .cart_page .cart_list > ul li .info {
        width: calc(100% - 90px);
    }

    .js-select-parent {
        margin-left: 0;
        margin-right: 0;
    }
    .js-select-number,.number-stack {
        width:inherit;
        min-width: 20px;
        max-width:40px
    }
    .js-select-parent {
        margin-left: 0;
    }

    .itemQuantity {
        width: min-content;
        padding-right:10px;
    }
    
    footer .content {
        padding: 20px;
    }
    footer .content .column {
        padding-bottom:30px;
    }

    footer .content .column:nth-child(1),
    footer .content .column:nth-child(2) {
        width: 50%!important;
    }
    footer .content .column:nth-child(3) {
        width: 100%!important;
    }

    .copyright .content {
        flex-direction: column;
    }
    .copyright .content ul {
        margin-bottom: 10px;
    }
    .copyright .content span {
        margin: 0;
    }

    .modal-body {
        padding: 20px;
    }

    .blog .intro .intro_text {
        padding-right: 0;
        display: block;
        width: 100%;
        float: left;
        padding: 25px;
    }
    .blog .intro .intro_text h1 {
        font-size: 26px;
        line-height: 30px;
        padding-bottom: 5px;
        margin-bottom: 0;
    }
    .blog .intro .intro_text span {
        font-size: 20px;
        padding: 0;
    }
    .blog_main {
        padding: 25px 15px 15px 15px;
    }
    .blog_main h2 {
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .blog_main_item {
        overflow: hidden;
        height: 350px;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    .blog_main_item img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: inherit;
    }
    .blog_main_item .description {
        max-height: 100%;
        height: 100%;
        width: 100%;
        top: inherit;
        bottom: 0;
        transform: translate(0,0);
        background: rgba(18, 32, 70, .7);
    }
    .blog_main .slick-slider {
        width: 350px;
        padding: 0 20px;
    }
    .blog_main .slick-slider .slick-slide {
        background: none;
        box-shadow: none;
        overflow: inherit;
        width: inherit!important;
        height: 320px;
        width: 310px!important;
        max-width: 310px!important;
        padding:0;
        margin: 0 10px;
    }
    .blog_featured {
        padding: 20px 0;
        font-size: 18px;
    }
    .blog_featured h3 {
        margin-bottom: 0;
        font-size: 26px;
        line-height: 30px;
        font-weight: 700;
    }
    .blog_featured .list {
        flex-direction: column;
        padding: 25px 25px 0 25px;
    }
    .blog_featured .list .list_item {
        width: 100%;
        margin-bottom: 40px;
    }
    .blog_featured .list .list_item h4 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .slider h3 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .blog_main .slider-nav .slick-dots {
        margin-bottom: 20px;
    }
    .blog_post {
        background: #f8f5f4;
        float: left;
        padding: 25px;
        text-align: center;
        width: 100%;
    }
    .blog_post .blog_post_item h2 {
        font-size: 23px;
    }

    .page_Inner {
        flex-direction: column;
    }
    .page_Inner h3 {
        font-size: calc(2.0vw + 12px);
    }
}

@media screen and (max-width: 640px){
    .withTopLine.withCounter main {
        padding-top: 170px!important;
    }
    .withTopLine.withCounter .topline {
        height: 110px;
    }
    .withTopLine.withCounter .topline .content {
        flex-direction: column;
    }
    .withTopLine.withCounter .topline .content .topline_title {
        width: 100%;
        text-align: center;
    }
    .withTopLine.withCounter .topline .content .topline_title span {
        margin-right: 0;
    }
    .withTopLine.withCounter .topline .content > div.counter {
        margin: 6px auto 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    .crystal_page #product-upload .cropme-controls > div.cropme-rotation-slider, 
    .crystal_page #product-upload .cropme-controls > div.cropme-slider {
        width: 100%;
    }

    .crystal_page #product-upload .cropme-controls > div.cropme-slider {
        margin-top:20px;
    }

    .checkout_page_innner .left_side .payment .border .border_inner .title p {
        display: none;
    }

    .checkout_page_innner .left_side section .row3 {
        flex-direction: column;
    }
    .checkout_page_innner .left_side section .row3 input, 
    .checkout_page_innner .left_side section .row3 .select-dropdown,
    .checkout_page_innner .left_side section .row2 input, 
    .checkout_page_innner .left_side section .row2 .select-dropdown {
        width:100%;
    }
    .checkout_page_innner .left_side section .row3 .select-dropdown,
    .checkout_page_innner .left_side section .row2 .select-dropdown {
        margin-bottom: 20px;
    }
    .sizeProperty .row img {
        margin: 0 5px 0 0;
        height: 14px;
    }
    footer .content .column:nth-child(1),
    footer .content .column:nth-child(2),
    footer .content .column:nth-child(3) {
        width: 100%!important;
    }    

    .order_div .content img{
        max-width: 200px;
        margin-bottom:3%
    } 

    .emptyCart span {
        font-size: 16px;
    }
    .emptyCart img {
        width: 35px;
    }
    .checkout_page_innner .left_side .border .border_inner strong {
        display: block;
        font-size:20px;
        font-size: 16px;
    }
    .checkout_page_innner .left_side .border .border_inner .description span {
        font-size: 12px;
        letter-spacing: -.3px;
    }

    .cookies {
        flex-direction: column;
        padding:20px;
    }

    .cookies > div {
        width:100%;
        display: flex;
        flex-direction: column;
    }
    .cookies > div:first-child {
        padding-right:0;
        flex: initial;
        font-size: 12px;
    }
    .cookies > div:nth-child(2) {
        flex: initial;
    }
    
    .cookies > div:nth-child(2) a:first-child{
        margin-right:0;
        margin: 20px 0;
    }
}



@media screen and (max-width: 500px){
    .crystal_page {
        padding: 0;
    }
    .crystal_page .breadcrumbs {display: none;}
    .crystal_page .breadcrumbsMob {
        display: block!important;
        margin: 15px 0;
        padding-left: 20px;
    }
    .crystal_page .breadcrumbsMob ul li {
        display: flex;
        font-size: 16px;
    }
    .crystal_page .breadcrumbs ul li span:after {
        width: 10px;
        height: 10px;
        border-top: 0.6px solid #076e6b;
        border-right: 0.6px solid #076e6b;
    }
    
    .crystal_page .figure1 .cropme-image > img {
        width:250px;
        height:240px;
    }
    .crystal_page .figure2 .cropme-image > img {
        width:174px;
        height:232px;
    }
    .crystal_page .figure3 .cropme-image > img {
        width: 210px;
        height: 200px;
    }
    .crystal_page .figure4 .cropme-image > img {
        width:269px;
        height:177px;
    }
    .crystal_page .figure5 .cropme-image > img {
        width:167px;
        height:231px;
    }
    .crystal_page .figure6 .cropme-image > img {
        width:260px;
        height:232px;
    }
    .crystal_page .figure8 .cropme-image > img {
        width: 210px;
        height: 190px;
    }
    .crystal_page .figure9 .cropme-image > img {
        width: 250px;
        height: 160px;
    }


    .crystal_page .accessory1 .cropme-container {
        top: 46%!important;
    }
    .crystal_page .accessory2 .cropme-container {
        top: 50%!important;
    }
    .crystal_page .accessory3 .cropme-container {
        top: 45%!important;
    }
    .crystal_page .accessory5 .cropme-container {
        top: 39%!important;
    }

    .accessory4 .cropme-container {
        top: 48%!important;
    }

    .crystal_page .accessory1 .cropme-container .viewport {
        top: 59%!important;
    }
    .crystal_page .accessory2 .cropme-container .viewport {
        top: 70%!important;
    }
    .crystal_page .accessory3 .cropme-container .viewport  {
        top: 53%!important;
    }
    .crystal_page .accessory4 .cropme-container .viewport  {
        top: 68%!important;
    }
    .crystal_page .accessory5 .cropme-container .viewport {
        top: 64%!important;
    }
    
    .crystal_page .accessory2 .cropme-image > img {
        width:250px; 
        height: 270px;
        top: 50%!important;
    }
    .crystal_page .accessory4 .cropme-image > img {
        width:240px; 
        height: 270px;
        top:48%!important;
    }

    .crystal_page .accessory5 .cropme-image > img {
        width:280px; 
        height: 300px;
        top:40%!important;
    }
    .crystal_page .accessory1 .cropme-image > img {
        width:260px; 
        height: 280px;
        top:45%!important;
    }
    .crystal_page .accessory3 .cropme-image > img {
        width:320px; 
        height: 320px;
        top:45%!important;
    }


    .slick-slide {
        image-rendering: -webkit-optimize-contrast!important;
    }
    .backdrop .menu {
        top: 0;
        right: -101%;
        height: 100%;
        display: flex;
        z-index: 1200;
        width: 100%;
        position: fixed;
        background: #fff;
        flex-direction: column;
        -webkit-overflow-scrolling: touch;
        transition: box-shadow .3ms cubic-bezier(0.4, 0, 0.2, 1), right .3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .topline .content .topline_title {
        width: 100%;
    }
    .topline .content .topline_title span {
        margin-right: 0;
    }
    .copyright .content {
        padding: 10px 40px;
    }

    .fsp-footer {
        height: 90px!important;
    }
    .fsp-button--primary {
        padding: 15px 60px!important;
        font-size: 22px!important;
    }
    .coupon_modal .modal-body h1 {
        font-size: 50px;
        font-weight: 600;
    }
}



/* ------------------------------------------------- */
/* Crystal Lightbases Changes (new slider) */
/* ------------------------------------------------- */
.page-crystal-item .bases-slider {
    max-width: 100%;
    width: 100%;

}

.page-crystal-item .bases-slider .bases-slider-item input:checked + label:after {
    width: 20px;
    height: 20px;
}

.page-crystal-item .bases-slider .bases-slider-nav {
    display: flex;
    width: 100%;
}



.page-crystal-item .bases-slider .slick-list {
    /*width: 100%;*/
    margin: 0 auto;
    /*width: 86%;*/
    width: 100%;
    padding: 0 !important;

}
.page-crystal-item .bases-slider .slick-track {
    margin: 0 auto;
}
.page-crystal-item .bases-slider .bases-slider-item {
    max-width: none;
    margin-left: 5px;
    position: relative;
}

.page-crystal-item .bases-slider label {
    width: 100%;
    max-width: none;
    padding: 6px;
}
.page-crystal-item .bases-slider label h3 {
    font-size: 12px;
    min-height: 52px;
}
.page-crystal-item .bases-slider label .lightBasesPrice {
    font-size: 14px;
}
.page-crystal-item .bases-slider .slick-arrow {
    position: absolute;
    top: 45%;
    left: 0px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 99999920;
    background: rgb(140.0050761421, 169.3654822335, 249.4949238579);
}
.page-crystal-item .bases-slider .slick-arrow.slick-next {
    left: auto;
    right: 0px;
}
.page-crystal-item .bases-slider .slick-arrow svg {
    display: block;
    margin: 0 !important;
    width: 18px !important;
    height: auto !important;
}
.page-crystal-item .bases-slider .slick-arrow.slick-disabled {
    display: none !important;
}
.page-crystal-item .bases-slider .slick-dots {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    padding: 6px 0;
    list-style-type: none;
}
.page-crystal-item .bases-slider .slick-dots li {
    margin: 0 3px;
}
.page-crystal-item .bases-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #DFE8FD;
    text-indent: -9999px;
}
.page-crystal-item .bases-slider .slick-dots li.slick-active button {
    background-color: #4373F6;
}

.page-crystal-item .lightProperty.show {
    max-height: none;
}

.page-crystal-item .bases-slider .slider-2-slide-mode .slick-list {
    width: 100%;
}
.page-crystal-item .bases-slider .slides-count-1 .bases-slider-item,
.page-crystal-item .bases-slider .slider-count-2 .bases-slider-item {
    max-width: 50%;
}
.page-crystal-item .bases-slider .slides-count-1 .bases-slider-item label,
.page-crystal-item .bases-slider .slider-count-2 .bases-slider-item label {
    padding: 10px;
}
.page-crystal-item .item-filler-card {
    display: none;
}
@media screen and (max-width: 768px) {
    .page-crystal-item .closeLightBase.filler-is-on {
        opacity: 0;
        padding: 5px 0;
    }
    .page-crystal-item .bases-slider-nav {
        flex-wrap: wrap;
        gap: 5px;
    }
    .page-crystal-item .bases-slider-nav .bases-slider-item {
        flex: 1 1 49%;
        margin-left: 0;
        max-width: 50%;
    }
    .page-crystal-item .bases-slider-nav .bases-slider-item label {
        padding: 10px;
    }
    .page-crystal-item .bases-slider-nav .bases-slider-item.item-filler-card {
        border: 1px solid #ddd;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .page-crystal-item .bases-slider-nav .bases-slider-item.item-filler-card.fillerRemoveLightbase {
        text-align: center;
        font-weight: 600;
        color: #125bfe;
        font-size: 13px;
    }
    .page-crystal-item .bases-slider-nav .bases-slider-item.item-filler-card.fillerRemoveLightbase:hover {
        text-decoration: none;
    }
}

/* ------------------------------------------------- */
/* END: Crystal Lightbases Changes (new slider) */
/* ------------------------------------------------- */
