html {
    color: #1D1D1D;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 1.16;
    font-weight: 400;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
  
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
  
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
  
body {
    margin: 0;
}
  
main {
    display: block;
    overflow: hidden;
}
  
small {
    font-size: 80%;
}
  
img {
    border-style: none;
    height: auto;
	max-width: 100%;
}
  
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
  
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
  
textarea {
    resize: vertical;
}
  
.hidden,
[hidden] {
    display: none !important;
}
  
.invisible {
    visibility: hidden;
}
  
a{
    text-decoration: none;
    color: inherit;
    outline: 0!important;
    border: none;
    background: none;
}


a:hover,
a:active {
	outline: 0;
}
.text-underline{
    text-decoration: underline;
}
.mob, .mob-small, .cart-customlocation{
    display: none;
}
ol, ul{
    padding-left: 17px;
}
li{
    margin-bottom: 10px;
}
ins{
    background: transparent!important;
    font-size: 30px!important;
    font-weight: 600!important;
    color: #3592FF;
}
del{
    font-size: 22px;
    margin-right: 5px;
}
/*-----2. Global-----*/
h1, h2, h3, h4, h5, h6, .title-h1, .title-h2{
    font-weight: 700;
    margin: 0;
    text-align: center;
}
  
h1, .title-h1{
    color: #3592FF;
    font-size: 24px;
}
h2, .title-h2{
    color: #1D1D1D;
    font-size: 24px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
    font-weight: 400;
}
h5{
    font-size: 16px;
    font-weight: 400;
}
h6{
    font-weight: 400; 
    font-size: 15px;
    color: #3592FF;
}
.title-large{
    font-size: 34px;
}
.site, section{
      position: relative;
}
.grid-flex, .vc_row{
      display: flex;
      flex-wrap: wrap;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-center{
    align-items: center;
    justify-content: center;
}
.grid{
      margin: 0 -10px;
}
.grid-item-2{
      width: calc(100% / 2 - 10px);
}
.grid-item-3{
    width: calc(100% / 3 - 10px);
    margin: 0 5px;
}
.container{
      max-width: 750px;
      width: 100%;
      padding: 0 20px;
      margin: auto;
}
a.button, .box-button a, label.button{
    font-size: 25px!important;
    font-weight: 400!important;
    padding: 16px 23px!important;
    border-radius: 5px!important;
    margin: 20px auto 20px!important;
    display: block;
    width: fit-content;
    min-width: 250px;
    text-align: center;
    cursor: pointer;
}
a.button:hover, .box-button a:hover, label.button:hover{
    opacity: 0.8;
}
a.button-blue, label.button-blue{
    color: #fff!important;
    background-color: #3592FF!important;
}
a.button-orange, .box-button a, .add_to_cart_button{
    color: #262626!important;
    background-color: #FFDA19!important;
}
/* Header */
.top-bar{
    padding: 10px 20px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    background-color: #ffda19;
}
header{
    padding: 10px 0;
    z-index: 1;
    position: relative;
}
header .container{
    justify-content: space-between;
    position: relative;
}
.main-navigation .menu-header-container{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}
.main-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
}
.main-navigation ul li{
    text-align: center;
    font-size: 18px;
    padding: 13px 0;
    margin: 0;
    border-top: 2px solid #F0F0F0;
}
.menu-btn {
	width: 30px;
	height: 30px;
	position: relative;
	z-index:2;
	overflow: hidden;
    cursor: pointer;
}
.menu-btn span {
	width: 25px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #888888;
	transition: all 0.3s;
}
.menu-btn span:nth-of-type(2) {
	top: calc(50% - 6px);
}
.menu-btn span:nth-of-type(3) {
	top: calc(50% + 6px);
}
.menu-btn.active span:nth-of-type(1), .woocommerce-checkout .main-navigation {
    display: none;
}
.menu-btn.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);  
}
.menu-btn.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg); 
}
/* Home */
.home_top-section{
    padding: 200px 0;
    background-image: url(../images/home-background.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.home_top-section h1{
    font-size: 39px;
}
.home_top-section .sup_title__animation-item {
    color: #3592FF;
}
.home-section{
    padding: 100px 0;
}
.home-section .container{
    max-width: 1300px;
}
.home-section .grid-item-3{
    text-align: center;
}
.home-section .grid-item-3 img{
    max-height: 350px;
    object-fit: contain;
}
.home-section .grid-item-3 h2{
    margin: 5px 0 10px;
}
.home-product__grid-item-prise{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-rating{
    width: fit-content;
    margin: auto;
    align-items: center;
    margin: 10px auto;
}
.flex-rating>.rating{
    line-height: 22px;
    padding-right: 5px;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 20px;
    line-height: 1;
    font-size: 19px;
    width: 5.4em;
    font-family: star;
    color: #eabe12;
    float: none!important;
}
.star-rating:before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
}
.home-revies{
    padding-bottom: 100px;
}
.home-revies .container{
    max-width: 1300px;
    position: relative;
    max-height: 810px;
    overflow: hidden;
}
.home-revies h2{
    margin-bottom: 30px;
}
.home_slider img, .home_slider iframe{
    margin: 0 20px;
}
.home_slider .slick-dots button {
    width: 15px;
    height: 15px;
}
.home_slider .slick-dots li {
    width: 19px;
    height: 19px;
}
@media only screen and (min-width: 961px){
    .home_top-section .sup_title{
        font-size: 30px;
        width: 252px!important;
    }
    .home_top-section .sup_title__animation-item {
        left: 115px;
        color: #3592FF;
    }
    .home_top-section .sup_title__animation-item span {
        margin-left: -6.5px;
    }
}

/* Top Section */
.site-main .container{
    overflow: hidden;
}
.top-section{
    padding: 46px 0 32px;
}
.top-section .sup_title, .home_top-section .sup_title{
    margin: 18px auto 30px;
    position: relative;
    width: 150px;
}
.sup_title__animation-item{
    position: absolute;
    left: 72px;
}
.sup_title__animation-item span{
    display: inline-block;
    margin-left: -4.5px;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    opacity: 0;
} 
.sup_title__animation-item span.unfreeze {
    opacity: 1;
}
.top_slider{
    position: relative;
}
.top_slider img{
    margin: 0 30px;
}
.slick-dots{
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
}
.slick-dots button{
    width: 30px;
    height: 30px;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #ddd;
}
.slick-dots li{
    border-radius: 50%;
    border: 2px solid #fff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
}
.slick-dots li:hover , .slick-dots li.slick-active{
    border: 2px solid #D2D2D2;
}
.slick-arrow{
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 0;
    width: 14px;
    height: 25px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    z-index: 2;
}
.slick-arrow:hover{
    opacity: 0.5;
}
.slick-prev{
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='24' viewBox='0 0 13 24' fill='none'%3E%3Cpath d='M12 22.5L2 12L12 1.5' stroke='%231D1D1D' stroke-opacity='0.15' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.slick-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='24' viewBox='0 0 13 24' fill='none'%3E%3Cpath d='M1 22.5L11 12L0.999999 1.5' stroke='%231D1D1D' stroke-opacity='0.15' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
}

.top-section__prise{
    font-size: 34px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
    justify-content: center;
}
.prise_sale{
    margin-right: 7px;
}
.prise_nosale{
    font-size: 24px;
    font-weight: 400;
    color: #4D4D4D;
    position: relative;
    display: flex;
    align-items: end;
    margin-right: 5px;
    margin-bottom: 5px;
}
.prise_nosale:after{
    content: "";
    display: block;
    position: absolute;
    left: -4px;
    bottom: 13px;
    color: #A6A6A6;
    width: calc(100% + 8px);
    height: 0;
    border-bottom: 2px solid #A6A6A6;
    transform: rotate(350deg);
}
.delivery_text{
    margin-top: 35px;
}
.delivery_text img{
    margin-left: 3px;
}

/* Reviews Section */
.reviews-section{
    padding: 32px 0 20px;
}
.reviews_slider{
    position: relative;
    margin-top: 40px;
}
.reviews_slider img{
    margin: 0 30px;
}
/* FAQ */
.faq-section{
    padding: 24px 0 35px;
}
.faqs__accordeon{
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 16px;
}
.faqs__accordeon .acc-body {
	padding: 6px 0 0;
	display: none;
    color: #8B8B8B;
}
.faqs__accordeon>div{
    padding: 12px 16px;
    background-color: #F8F8F8;
    margin-bottom: 10px; 
    border-radius: 5px;
}
.faqs__accordeon .acc-head{
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    color: #141414;
}
.faqs__accordeon .acc-head:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='13' viewBox='0 0 23 13' fill='none'%3E%3Cpath d='M1 1L11.5 11L22 1' stroke='%233592FF' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    position: absolute;
    right: 0px;
    top: 2px;
    transition: 0.2s;
    width: 23px;
    height: 15px;
}
.faqs__accordeon .acc-head.open:before{
    transform: rotate(180deg);
}
/* Footer */
.site-footer{
    background-color: #333333;
    padding: 10px 0;
}
.copyright{
    text-align: center;
    font-size: 10px;
    color: #A3A3A3;
    margin-top: 14px;
}
.menu-footer-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 12px;
}
.menu-footer-container ul li:last-child{
    margin: 0;
}
/* Order-Page */

.order-section{
    padding: 35px 0 23px;
}
.order-section h2{
    margin: 22px 0 10px;
}
.order-section p{
    text-align: center;
}
.order-section img{
    margin: 28px auto 50px;
    display: block;
}
.order-section button{
    margin-top: 20px;
}
/* Keychain Page*/
.keychain-section{
    padding: 30px 0;
}
.keychain-section img{
    margin: 0 auto 30px;
    display: block;
}
.variations_form .single_variation_wrap, .variations_form .variations .label, .variations_form .variations .reset_variations {
    display: none!important;
}
.variations_form .color-variable-items-wrapper{
    justify-content: center;
}
.woo-variation-swatches .variable-items-wrapper .variable-item{
    width: 45px!important;
    height: 45px!important;
}
.color-button.non-click, .checkout-button.non-click, .ajax_add_to_cart.non-click, #place_order.non-click{
    opacity: 0.5;
    pointer-events: none;
}
/* Box Page */
.box-section__top{
    padding-bottom: 20px;
}
.box-section__top p{
    text-align: center;
    margin-bottom: 16px;
}
.box-image:not(.active), .box-button:not(.active), .added_to_cart.wc-forward{
    display: none!important;
}
.box-image img{
    margin: 0 auto 23px;
    display: block;
    height: 235px;
    width: auto;
    object-fit: contain;
}
.box-section h1{
    margin: 0 auto;
    max-width: 250px;
}
.box-radio{
    list-style: none;
    margin: 17px auto 22px;
    padding: 0;
    max-width: 300px;
}
.box-radio li{
    color: #7D7D7D;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.box-radio li:before{
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #3592FF;
    display: block;
    margin-right: 6px;
}
.box-radio li.active, .box-radio li:hover{
    color: #1D1D1D;
    font-weight: 700;
}
.box-radio li.active:after{
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #3592FF;
    position: absolute;
    left: 3px;
    top: 2.5px;
}
.box-button.box-non a{
    font-size: 20px!important;
}
.box-button:not(.box-non) a, .add-photo_film .button, .add-pidviska-1  .button, .add-pidviska-2  .button{
    font-size: 0!important;
}
.box-button:not(.box-non)  a:before{
    content: 'Додати коробочку';
    font-size: 20px;
}
.container-box-2 .box-etap-final, .container-box-3 .box-etap-3, .container-box-3 .box-etap-final{
    display: none;
}
.container-box-3 .box-button.etap-2:not(.box-non)  a:before{
    content: 'Додати коробочку №2';
}
.container-box-3 .box-button.etap-1:not(.box-non)  a:before{
    content: 'Додати коробочку №1';
}
.container-box-3 .box-button.final:not(.box-non)  a:before{
    content: 'Додати коробочку №3';
}
.container-box-2 .box-button.etap-1:not(.box-non)  a:before{
    content: 'Додати коробочку №1';
}
.container-box-2 .box-button.etap-2:not(.box-non)  a:before{
    content: 'Додати коробочку №2';
}
.add-photo_film a:before{
    content: '1 Фотоплівка - 299 грн';
    font-size: 20px;
}
.add-photo_film-2 a:before{
    content: '2 Фотоплівки - 498 грн';
}
.add-photo_film-3 a:before{
    content: '3 Фотоплівки - 697 грн';
}
.add-pidviska-text_1_1 a:before{
    content: 'Так, додати';
    font-size: 20px;
}
.add-pidviska-text_1 a:before{
    content: 'Так, для 1 підвіски';
    font-size: 20px;
}
.add-pidviska-text_2 a:before{
    content: 'Так, для 2 підвісок';
    font-size: 20px;
}
.add-pidviska-text_3 a:before{
    content: 'Не додавати';
    font-size: 20px;
}
/* Checkout */
#order_review_heading, .woocommerce-billing-fields h3{
    text-align: left;
    padding: 15px 20px;
    margin: 0 -20px;
}
#order_review_heading.check, .woocommerce-billing-fields.check>h3{
    color: #D2D2D2;
    background: #F8F8F8;
}
h3.check{
    cursor: pointer;
    background: #F8F8F8;
}
.woocommerce-billing-fields.last>h3, #order_review_heading.last{
    cursor: pointer;
}
#order_review_heading.check{
    border-bottom: 1px solid #D9D9D9;
}
.woocommerce-checkout-review-order-table{
    border: none!important;
}
.woocommerce-checkout-review-order-table thead tr th{
    border: 0!important;
    border-top: 1px solid #0000001a!important;
    color: #7A7A7A;
    padding: 7px!important;
}
.woocommerce table.shop_table td{
    padding: 7px!important;
}
.woocommerce table.shop_table tbody .cart_item:not(:first-child) td{
    border: 0!important;
}
.woocommerce-checkout-payment, .wcus-checkout-fields, .woocommerce-shipping-totals, #billing_country_field{
    display: none;
}
.woocommerce-billing-fields h3{
    text-align: left;
}
.checkout-footer{
    background-color: #F8F8F8;
    padding: 15px 0;
    text-align: center;
    color: #1D1D1D80;
    margin: 50px -20px 100px;
}
.checkout-footer.check p{
    margin-bottom: 107px;
}
.woocommerce form .form-row{
    float: none!important;
    width: 100%!important;
    padding: 0!important;
}
.woocommerce form input.input-text{
    background: #F8F8F8;
    border-radius: 7px;
    border: none;
    color: #1d1d1d;
    padding: 10px;
}
.woocommerce-billing-fields__field-wrapper{
    margin-bottom: 30px;
}
.woocommerce-billing-fields__field-wrapper>p{
    position: relative;
}
.woocommerce-billing-fields__field-wrapper label{
    position: absolute;
    left: 10px;
    top: 5px;
    opacity: 0.3;
}
.woocommerce-billing-fields__field-wrapper .keyup label{
    opacity: 0;
}
.woocommerce-checkout #payment {
    background: transparent!important;
}
.wc_payment_methods {
    display: flex;
    flex-direction: column;
}
.payment_method_liqpay-webplus{
    order: -1;
}
.payment_method_liqpay-webplus img{
    display: none;
}
li.wc_payment_method{
    display: flex;
    align-items: center;
    font-size: 16px;
}
li.wc_payment_method .input-radio{
    width: 20px;
    height: 20px;
}
.entry-content .woocommerce{
    position: relative;
}
#place_order{
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 9;
    font-size: 25px!important;
    font-weight: 400!important;
    padding: 16px 23px!important;
    border-radius: 5px!important;
    display: block!important;
    width: fit-content;
    min-width: 250px;
    text-align: center;
    color: #262626!important;
    background-color: #FFDA19!important;
}
.checkout.woocommerce-checkout{
    position: static!important;
    margin-top: 10px;
}
.thankyou .button{
    display: block!important;
}
.page-id-199 .top_slider .slick-dots{
    display: none;
}
/* New */
.thankyou_load{
    padding: 40px 0;
    text-align: center;
}
.thankyou_load .thankyou_title{
    justify-content: center;
}
.add-image{
    margin: 20px auto;
    display: block;
    max-width: 130px;
}
#outputMulti, #outputMulti2, #outputMulti3{
    margin: 0 -5px;
}
#outputMulti>div, #outputMulti2>div, #outputMulti3>div{
    width: calc(100%/3 - 10px);
    height: 250px;
    position: relative;
    margin: 0 5px 10px;
}
.output{
    justify-content: center;
}
.output>div{
    max-width: 300px;
    height: 300px;
    position: relative;
}
#outputMulti img, #outputMulti2 img, #outputMulti3 img, .output img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.previe-item svg{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    cursor: pointer;
}
#fileMulti, #fileMulti2, #fileMulti3, .add_photo-2-box, .add_photo-3-box, .file{
    display: none;
}
.thankyou_load .non-click{
    opacity: 0.5;
    pointer-events: none!important;
}
body.non-click{
    opacity: 0.8;
    pointer-events: none;
}
.eror-add-photo{
    display: none;
    padding: 17px;
    font-weight: 500;
    background-color: #FF00001A;
}
.eror-add-photo.eror{
    display: block;
}
a.button.loading{
    font-size: 0!important;
}
.loading .lds-ellipsis {
    display: inline-block;
}
.lds-ellipsis {
    position: relative;
    width: 80px;
    height: 29px;
    display: none;
}
.lds-ellipsis div {
    position: absolute;
    top: 8px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
.thankyou_load textarea.add-text_pidviska{
    background: #F8F8F8;
    border-radius: 7px;
    border: none;
    color: #1d1d1d;
    padding: 10px;
    width: 100%;
    margin-top: 20px;
    height: 140px;
}
.social-icon{
    justify-content: center;
    margin-top: 30px;
}
.social-icon svg{
    width: 45px;
    margin: 0 10px;
}
.social-icon a:hover svg{
    opacity: 0.8;
}
.col_product_add_back{
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px dashed #bbb;
}
.douplicate{
    opacity: 1!important;
}
.inform-text{
    display: inline-block;
}
.inform-text svg{
    width: 30px;
    margin: 0 5px;
}
.poppup-attention{
    position: fixed;
    width: 320px;
    max-width: 100%;
    background-color: #fff;
    padding: 25px;
    border-radius: 30px;
    box-shadow: 8px 6px 17px #ffb800;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 999;
}
@keyframes lds-ellipsis1 {
0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
    transform: scale(1);
}
100% {
    transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
    transform: translate(0, 0);
}
100% {
    transform: translate(24px, 0);
}
}
/* 3D */
.variant-3d .variable-item-radio-value-wrapper{
    font-size: 0;
}
.variant-3d .variable-item.radio-variable-item img{
    display: none!important;
}
.variant-3d .variable-item-radio-value-wrapper, .variant-3d .variable-item-radio-input-wrapper, .variant-3d .price{
    display: flex!important;
    align-items: center;
}
.variant-3d .variable-items-wrapper .variable-item.radio-variable-item{
    width: 380px!important;
    box-shadow: none!important;
    margin: 20px auto 10px;
    display: block;
    height: auto!important;
}
.variant-3d .variable-item-radio-value{
    width: 60px;
    font-size: 20px;
    font-weight: 600;
}
.variant-3d .price:before{
    content: '-';
    font-size: 20px;
}
.variant-3d .woocommerce-Price-amount{
    margin-left: 10px;
}
.woo-variation-swatches.wvs-tooltip .variant-3d .radio-variable-item[data-wvstooltip]:before,  .woo-variation-swatches.wvs-tooltip .variant-3d .radio-variable-item[data-wvstooltip]:after{
    bottom: 30px;
    left: 20px;
}
.variant-3d del{
    font-size: 20px;
}
.variant-3d ins {
    font-size: 24px!important;
}
.page-template-page-add_3d .thankyou_load .non-click{
    opacity: 1;
    pointer-events: auto!important;
}
@media only screen and (max-width: 1500px){
    .home_top-section{
        padding-bottom: 100px;
    }
    .home-section {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 1200px){
    .home_top-section h1 {
        font-size: 31px;
    }
    .slick-prev {
        left: 5px;
    }
    .slick-next {
        right: 5;
    }
    .home-section .grid-item-3 h2{
        height: 56px;
    }
}
@media only screen and (max-width: 1050px){
    .home_slider iframe{
        height: 530px;
    }
}
@media only screen and (max-width: 960px){
    .home_top-section{
        background-image: url(../images/home-background-mob.webp);
    }
    .home-section {
        padding-top: 0;
    }
    .home_top-section h1 {
        font-size: 24px;
        max-width: 302px;
        margin: auto;
    }
}
@media only screen and (max-width: 880px){
    .home_slider iframe{
        height: 430px;
    }
    .grid-item-2, .grid-item-3{
        width: 100%;
        margin-bottom: 20px;
    }
    .home-section .grid-item-3 h2 {
        height: auto;
    }
}
@media only screen and (max-width: 750px){
    .home_slider iframe{
        height: 560px;
    }
}
@media only screen and (max-width: 650px){
    .home_slider iframe{
        height: 470px;
    }
    #outputMulti>div, #outputMulti2>div, #outputMulti3>div{
        height: 200px;
    }
    .box-radio li.active:after{
        content: '';
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #3592FF;
        position: absolute;
        left: 3px;
        top: 3px;
    }
}
@media only screen and (max-width: 560px){
    .grid-item-2{
        width: 100%;
        margin-bottom: 20px;
    }
    .home-section, .home-revies{
        padding-bottom: 50px;
    }
    .home-revies .container {
        max-height: 1150px;
    }
    .home_slider iframe {
        height: 843px;
    }
    #outputMulti>div, #outputMulti2>div, #outputMulti3>div{
        height: 160px;
    }
}
@media only screen and (max-width: 460px){
    .home-revies .container {
        max-height: 950px;
    }
    .home_slider iframe {
        height: 680px;
    }
    #outputMulti>div, #outputMulti2>div, #outputMulti3>div{
        height: 130px;
    }
    .variant-3d del {
        font-size: 15px;
    }
    .variant-3d ins {
        font-size: 20px!important;
    }
    .variant-3d .variable-items-wrapper .variable-item.radio-variable-item {
        width:  300px!important;
    }
    .variant-3d .variable-item-radio-value {
        width: 50px;
        font-size: 16px;
    }
    .woo-variation-swatches .variant-3d .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
        width: 15px;
    }
}
@media only screen and (max-width: 390px){
    .home-revies .container {
        max-height: 800px;
    }
    .home_slider iframe {
        height: 550px;
    }
    #outputMulti>div, #outputMulti2>div, #outputMulti3>div{
        height: 120px;
    }
}