/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {

    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@font-face {
    font-family: 'Inter',sans-serif; /* FONT FACE  */
    src: url(/public/fonts/Inter-VariableFont_slnt_wght.ttf);
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter'; /* FONT FACE  */
    src: url(/public/fonts/Inter-VariableFont_slnt_wght.ttf);
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter'; /*FONT FACE  */
    src: url(/public/fonts/Inter-VariableFont_slnt_wght.ttf);
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter'; /* FONT FACE */
    src: url(/public/fonts/Inter-VariableFont_slnt_wght.ttf);
    font-style: normal;
    font-display: swap;
}

*{
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body{
    position: relative;
    background-color: #ffffff;
}

a{
    transition: all 0.5s ease;
    font-size: 14px;
    text-decoration: none;
    color: #4a5463;
}

img{
    max-width: 100%;
}

.app{
    overflow-x: hidden;
}

.scroll-to-top{
    justify-content: center;
    position: fixed;
    right: 100px;
    bottom: 100px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    font-size: 36px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}

.scroll-to-top.active{
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover{
    color: #f76465;
}

header{
    display: flex;
    background-color: rgba(255, 255, 255, 0.92);
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 10;
}

header .top-bar{
    display: flex;
    /* padding: 20px 40px; */
    justify-content: space-between;
    /* border-bottom: 1px solid #1e2333; */
    align-items: center;
}

header .top-bar .top-bar-item{
    width: 50%;
}


header .top-bar .social-icons ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

header .top-bar .social-icons ul li{
    margin-right: 25px;
}

header .top-bar .social-icons ul a{
    font-size: 24px;
    color: #1e24359c;
}

header .top-bar .logo-wrap img{
    width: 100%;
    margin-left: 15px;
    max-width: 600px;
}

.header-Logo
{
    width: 100%;   
    max-width: 400px;
}

.header-Logo.mobile{
    display: none;
}

header .top-bar .logo-wrap{
    justify-content: center;
}

header .search-box{
    text-align: right;
}


header .search-box form{
    position: relative;
}

.search-box form input {
    outline: none;
    padding: 7px 35px 7px 5px;
    border: 1px solid #1e2333;
    font-size: 12px;
    border-radius: 15px; /* Adjust the value as needed this is for rounding corners*/
}

header .search-box form button{
    position: absolute;
    right: 8px;
    top: 7px;
    background-color: transparent;
    border: none;
    color: #1e2333;
    padding: 0;
    margin: 0;
}

header .top-bar .basket-link{
    position: relative;
    font-size: 25px;
    text-decoration: none;
    margin-left: 20px;
    transition: none;
}

header .top-bar .basket-link .count{
    display: inline-block;
    position: absolute;
    top: -6px;
    right: -6px;
    width: 15px;
    height: 15px;
    background-color: #f76465;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
}

header .top-bar .basket-link .count.disable{
    display: none;
}

header .top-bar .basket-link:hover{
    color: #f76465;
}

header .top-bar .basket-link:hover .count{
    color: #f76465;
    background-color: #fff;
    border: 1px solid #f76465;
}

header nav ul{
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
}

header nav > ul > li > a{
    margin: 0 32px;
     text-transform: capitalize; 
    color: #1e2333;
    font-size: 10pt;
    font-family: 'Inter', sans-serif;
    transition: all 0.35s ease-in-out;
}

header nav ul li a > span{
    color: #e91c24;
    font-style: italic;
}

.become-a-retailer {
    color: #e91c24;
}

.exp-now{
    color: #e91c24;
    font-size: x-large;
    font-weight: bold;
    margin-top: 25px;
}


.boxcontainer{
    display: grid;                          /* Use grid type layout to get columns */
    grid-template-columns: 1fr 1fr 1fr 1fr; /* Proportions of the columns */
    gap: 25px;    
    max-width: calc(100% - 10vw);
    margin: 0 0 12% auto;
    padding: 0 50px;
  }
   .box{
    width: 100%;    
    height: 200px;  
  } 

 .home-img-types
{
    width: 50%;
}  




header nav ul li a:hover{
    color: #f76465;
}


.slider-wrap{
    display: flex;
    height: 800px;
    width: 100%;
    position: relative;
    max-width: 100%;
    background-position: center;
    background-size: cover;
}

.slider-wrap .home-slider{
    width: 100%;
    height: 100%;
}

.slick-slide img{
    width: 100%;
}
.slick-slide{
    opacity: 0.3;
    transition: all 0.35s ease-in-out;
}

.slick-slide.slick-current{
    opacity: 1;
}


.slider-wrap .control-navigation{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    top: calc(50% - 10px);
}

.slider-wrap .control-navigation i{
    font-size: 30px;
    background-color: #f76465;
    color: #FFFFFF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-wrap .item{
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    max-width: 100%;
    background-position: top;
    background-size: cover;
    align-items: center;
}

.slider-wrap .item .content{
    margin-left: 15%;
    position: relative;
}

.slider-wrap .item .content h4{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 70px;
    margin: 0;
    padding: 0;
    position: relative;
    color: #1e2334;
}

.slider-wrap .item .content p{
    text-transform: uppercase;
    font-size: 100px;
    margin: 0;
    padding: 0;
    font-weight: 100;
    position: relative;
    color: #1e2334;
}

.slider-wrap .item .content span{
    position: absolute;
    font-size: 160px;
    font-weight: 900;
    color: #49546354;
    right: -93px;
    top: -50px;
}

.features-box{
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 50px 0;
    color: #1e2435;
}

.features-box .item .icon{
    font-size: 40px;
}

.features-box .item .title h5{
    margin: 10px 0;
    font-size: 21px;
}

.features-box .item .description p{
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #1e24359c;
}

.overview-products-section{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.overview-products-section .header-products{
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
}

.overview-products-section .header-products .title{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    background-color: #495463;
    position: relative;
}

.overview-products-section .header-products .title:before{
    content: '';
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 2px;
    background-color: whitesmoke;
}

.overview-products-section .header-products .title:after{
    content: '';
    position: absolute;
    bottom: -50px;
    height: 50px;
    width: 2px;
    background-color: #495463;
}

.overview-products-section .header-products .title h5{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.overview-products-section .header-products .title p{
    font-size: 60px;
    font-weight: 100;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.overview-products-section .header-products .product{
    display: flex;
    flex-direction: row;
    width: 60%;
}

.overview-products-section .header-products .product .content{
    display: flex;
    flex-direction: column;
    width: 60%;
    padding: 25px 100px 0;
}

.overview-products-section .header-products .product .content .label{
    width: 125px;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f76465;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.overview-products-section .header-products .product .content .name{
    font-size: 45px;
    font-weight: 300;
    color: #1e2435;
    margin-top: 16px;
}

.overview-products-section .header-products .product .content .description{
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #1e24359c;
    line-height: 24px;
}

.overview-products-section .header-products .product .content .shop-part{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.overview-products-section .header-products .product .content .shop-part span{
    color: #f76465;
    font-weight: 400;
    text-transform: uppercase;
}

.overview-products-section .header-products .product .content .shop-part a{
    width: 125px;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #485463;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.overview-products-section .header-products .product .content .where-to-buy-wrap{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    max-height: 0;
    overflow: hidden;
}

.overview-products-section .header-products .product .content .where-to-buy-wrap.active{
    max-height: 100%;
}

.overview-products-section .header-products .product .content .where-to-buy-wrap a{
    margin-right: 10px;
    width: 31%;
    margin-bottom: 20px;
    transition: all 0.35s ease-in-out;
    border: 2px solid transparent;
    padding: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 5px 2px #d8d8d8;
    display: none;
}

.overview-products-section .header-products .product .content .where-to-buy-wrap a img{
    flex-shrink: 0;
}

.overview-products-section .header-products .product .content .where-to-buy-wrap a.active{
    display: flex;
}

.overview-products-section .header-products .product .content .where-to-buy a img{
    transition: all 0.35s ease-in-out;
    flex-shrink: 0;
}

.overview-products-section .header-products .product .image{
    display: flex;
    width: 40%;
    align-items: flex-start;
}

.overview-products-section .header-products .product .image img{
    max-width: 300px;
    width: 100%;
}

.overview-products-section .products-section{
    display: flex;
    width: 100%;
    max-width: 100%;
}

.overview-products-section .products-section .product-wrap{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 40%;
    flex-wrap: wrap;
    padding: 50px 25px;
    background-color: #ffffff;
    justify-content: space-around;
    height: 100%;
}

.overview-products-section .products-section .image-wrap{
    width: 60%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.overview-products-section .products-section .image-wrap .full-width-image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: rgba(72, 84, 99, 0.75);
    position: relative;
    z-index: 1;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}



.overview-products-section .products-section .image-wrap .full-width-image img{
    max-height: 100%;
    flex-shrink: 0;
}

.overflow{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.overview-products-section .products-section .image-wrap .overflow{
    background-size: cover;
    background-position: center;
}

.overview-products-section .products-section .product-wrap .item{
    width: 34%;
    margin-bottom: 20px;
    position: relative;
    padding: 25px;
    transition: all 0.35s ease-in-out;
    border: 2px solid transparent;
}

.overview-products-section .products-section .product-wrap .item .view-full-wrap{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 21px;
    background-color: transparent;
    opacity: 0;
    border-radius: 7px;
}

.overview-products-section .products-section .product-wrap .item .view-full-wrap a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.overview-products-section .products-section .product-wrap .item:hover{
    /*border: 2px solid whitesmoke;*/
}

.overview-products-section .products-section .product-wrap .item .main-description h4{
    font-size: 14px;
    font-weight: bold;
    color: #1e2435;
    margin: 25px 0 0 0;
    text-align: center;
    transition: all 0.35s ease-in-out;
}

.overview-products-section .products-section .product-wrap .item .main-description p{
    font-size: 14px;
    font-weight: 300;
    color: #1e2435;
    margin: 0;
    padding: 0;
}

.overview-products-section .products-section .product-wrap .item img{
    transition: all 0.35s ease-in-out;
    flex-shrink: 0;
}

.overview-products-section .products-section .product-wrap .item:hover img{
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: FlipH;
}

.overview-products-section .products-section .product-wrap .item:hover .main-description h4{
    color: #f76465;
}
/*
.overview-products-section:nth-child(odd) .header-products .title{
    order: 2;
}

.overview-products-section:nth-child(odd) .products-section .product-wrap{
    order: 2;
}
*/
footer{
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

footer .footer-main{
    display: flex;
    width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
    /* border-top: 1px solid #e3e3e3; */
}

footer .footer-main .footer-column{
    display: flex;
    width: 100%;
}

footer .footer-main .footer-column.blog-column{
    justify-content: flex-end;
}

footer .footer-main .footer-column .item{
    width: 50%;
}

footer .footer-main .footer-column h4{
    margin: 10px 0 20px 0;
    font-size: 14pt;
    color: #1e2435;
    font-weight: bold;
    text-transform:uppercase;
    font-family: 'Inter', sans-serif;
    letter-spacing: 2px;
    text-align: center;
}

footer .footer-main .footer-column ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

footer .footer-main .footer-column ul li{
    margin-bottom: 15px;
}

footer .footer-main .footer-column ul li a{
    font-weight: bold;
    font-size: 12pt;
    font-family: 'Inter',sans-serif;
    letter-spacing: 1px;
    transition: all 0.35s ease-in-out;
    text-transform: uppercase;
}

footer .footer-main .footer-column ul li a:hover{
    color: #f76465;
}

footer .footer-main .footer-column .content-blog .item{
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

footer .footer-main .footer-column .content-blog .item .image{
    margin-right: 15px;
    max-height: 100px;
    overflow: hidden;
    min-width: 25%;
}

footer .footer-main .footer-column .content-blog .item .image img{
    max-width: 100px;
}

footer .footer-main .footer-column .content-blog .item .description .title-news{
    font-size: 14px;
    font-weight: bold;
    color: #1e2435;
    margin: 5px 0 0 0;
}

footer .footer-main .footer-column .content-blog .item .description .date{
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 0;
    color: #1e24359c;
    line-height: 24px;
    font-weight: 500;
}

footer .bottom-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

footer .bottom-footer .social-icons ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

footer .bottom-footer .social-icons ul li{
    margin-right: 20px;

}

footer .bottom-footer .social-icons ul a{
    font-size: 24px;
    color: #1e24359c;
}

footer .bottom-footer .copyright{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.page-header{
    display: flex;
    height: 340px;
    width: 100%;
    max-width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 160px;
}

.wrap-page-header{
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 40px auto;
    justify-content: space-between;
    position: relative;
}

.wrap-page-header .page-name{
    color: #1e2333;
    font-weight: bold;
    font-size: 21px;

    text-transform: uppercase;
}

.wrap-page-header .breadcrumbs .separator{
    margin: 0 10px;
}

.wrap-page-header .breadcrumbs *, .wrap-page-header .breadcrumbs{
    color: #1e2333;
    font-weight: 500;
    font-size: 14px;
}

.banner-box{
    width: 100%;
    background-color: rgb(245, 245, 245);
    padding: 0;
    margin: 25px 0;
}

.banner-box .banner-wrap{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 75px 0;
    background-position: -180px;
    background-size: 82%;
    max-width: 1200px;
    margin: 0 auto;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}


.banner-box .banner-wrap .description h4{
    font-size: 80px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 100;
    color: #a0a0a0;
}

.images-features-box{
    width: 100%;
    margin: 25px 0;
    padding: 0;
}

.images-features-box .images-features-box-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.images-features-box .images-features-box-wrap .item{
    width: 32%;
    height: 360px;
    background-size: 180%;
    background-position: center;
    padding: 10px;
    transition:all 0.4s ease;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.images-features-box .images-features-box-wrap .item.item_disabled{
    opacity: 0.5;
    cursor: default;
}

.images-features-box .images-features-box-wrap .item:hover{
    transition:all 0.4s ease;
    box-shadow: 3px 3px 7px 2px #1e2435cc;
    background-size: 150%;
}


.images-features-box .images-features-box-wrap .item .label{
    text-align: center;
    background-color: #fff;
    padding: 15px 0;
    color: #1e2435;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15pt;
    font-family: 'Inter',sans-serif;
    letter-spacing: 5px;
    width: 100%;
}

.short-products-list{
    display: flex;
    width: 100%;
    margin: 25px 0;
    background-color: rgb(245, 245, 245);
}

.short-products-list .short-products-list-wrap{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}

.short-products-list .short-products-list-wrap .header h4{
    text-align: center;
    text-transform: uppercase;
    font-size: 21px;
    color: #1e2435;
    margin-top: 10px;
}

.short-products-list .short-products-list-wrap .products-list{
    display: flex;
    padding: 75px 15px 50px;
    background-color: #ffffff;
    position: relative;
}

.short-products-list .short-products-list-wrap .products-list .view-more{
    position: absolute;
    right: 25px;
    top: 25px;
}

.short-products-list .short-products-list-wrap .products-list .view-more a{
    color: #f76465;
    text-transform: uppercase;
    font-weight: bold;
}

.short-products-list .short-products-list-wrap .products-list .item{
    width: 16.6%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: all 0.35s ease-in-out;
    border: 2px solid transparent;
    position: relative;
}

.short-products-list .short-products-list-wrap .products-list .item:hover{
    /*border: 2px solid whitesmoke;*/
}

.short-products-list .short-products-list-wrap .products-list .item img{
    max-width: 100%;
    transition: all 0.35s ease-in-out;
    flex-shrink: 0;
}

.short-products-list .short-products-list-wrap .products-list .item:hover img{
    -moz-transform: scale(1.2);    /* Gecko */
    -o-transform: scale(1.2);    /* Opera */
    -webkit-transform: scale(1.2); /* Webkit */
    transform: scale(1.2);         /* Standard */
    filter: FlipH;                 /* IE 6/7/8 */
}

.short-products-list .short-products-list-wrap .products-list .item a{
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}

.short-products-list .short-products-list-wrap .products-list#related-products .item a{
    display: block;
}

.short-products-list .short-products-list-wrap .products-list .item:hover a {
    color: #f76465;
}

.short-products-list .short-products-list-wrap .products-list .item .view-full-wrap a{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.subscription-box{
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 25px 0;
}

.subscription-box .left-side{
    background-position: center;
    background-size: cover;
    width: 50%;
}

.subscription-box .right-side{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 50px 25px;
    background-color: #c6ced1;
}

.subscription-box .right-side form .input-group{
    display: flex;
}

.subscription-box .right-side form .input-group label:first-child{
    width: 40%;
}
.subscription-box .right-side form .input-group label{
    margin-right: 10px;
}

.subscription-box .right-side form .input-group label.label-zipcode{
    width: 20%;
}

.subscription-box .right-side h4{
    font-family: 'Inter',sans-serif;
    font-size: 17pt;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
}

.subscription-box .right-side p{
    font-size: 11pt;
    font-family: 'Inter',sans-serif;
    text-transform: uppercase;
    margin: 10px 0 20px;
    color: #ffffff;
}

.subscription-box .right-side form input{
    outline: none;
    padding: 10px;
    border-radius: 100px;
    border: none;
    background-color: white;
    color: #1e2535;
    position: relative;
    font-size: 14px;
    width: 100%;
}

.subscription-box .right-side form button{
    width: 125px;
    text-align: center;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-color: #485463;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    outline: none;
    cursor: poInter;
}

.main-content{
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
}

.main-content.main-content-no-margin{
    margin-top: 0;
}

.main-content .sidebar{
    flex-direction: column;
    width: 33.3%;
    padding: 0;
    margin-right: 40px;
    display: none;
}

.main-content .sidebar.sidebar_opened{
    display: flex;
}

.main-content .content-box{
    display: flex;
    width: 66.6%;
    flex-direction: column;
    padding-left: 40px;
    position: relative;
}

.main-content .content-box.content-box-full-width{
    width: 100%;
}

.main-content .content-box .product-pagination{
    width: 100%;
    max-width: 100%;
    margin: 50px 0;
}

.main-content .content-box .product-pagination .pagination{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.main-content .content-box .product-pagination ul.pagination li{
    margin-right: 10px;
}

.main-content .content-box .product-pagination ul.pagination li a{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
}

.main-content .content-box .product-pagination ul.pagination li a:hover{
    background-color: #1e2535;
    color: #ffffff;
}

.main-content .content-box .product-pagination ul.pagination li.active span{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #1e2535;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content .content-box .product-pagination ul.pagination li.disabled span{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #1e2535;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    cursor: not-allowed;
}


.main-content .content-box .products-list-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.main-content .content-box .products-list-wrap .item{
    width: calc(100% / 4);
    padding: 20px;
    text-align: center;
    position: relative;
    transition: all 0.35s ease-in-out;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.main-content .inner-page.content-box .products-list-wrap .item{
    width: 25%;
}

.main-content .content-box.search-box .products-list-wrap .item{
    padding: 40px;
}

.main-content .content-box.search-box .products-list-wrap .item img{
    margin-bottom: 35px;
}

.main-content .content-box .products-list-wrap .item img{
    transition: all 0.35s ease-in-out;
    margin-bottom: 10px;
    flex-shrink: 0;
    object-fit: cover;
    height: 276px;
    object-position: center;
}

.main-content .content-box .products-list-wrap .item a{
    margin-top: 20px;
    min-height: 40px;
}

.main-content .content-box .products-list-wrap .item:hover a{
    color: #f76465;
}


.main-content .content-box .products-list-wrap .item .view-full-wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}

.main-content .content-box .products-list-wrap .item:hover .view-full-wrap{
    background-color: #495463;
}

.main-content .content-box .products-list-wrap .item .view-full-wrap a{
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-content .content-box .product-option-wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 25px;
}

.main-content .content-box .product-option-wrap .main-options{
    padding: 25px 0;
    display: flex;
    width: 100%;
}

.home-img-container{
    display: flex;
    width:100%;
    justify-content: space-between;
    max-width: calc(100% - 18vw);
    margin: 0 auto;
    padding-bottom: 10px;
}

.home-img-container img {
    max-width: 20%; 
}
.products-search-wrap{
    width: 100%;
    display: flex;
    justify-content: center;   
}

.products-search-wrap label{
    width: 80%;
    position: relative;
    display: flex;
    align-items: center;
}

.products-search-wrap label input{
    outline: none;
    padding: 10px 30px 10px 20px;
    border-radius: 100px;
    border: 2px solid #e0e0e0;
    background-color: #e8e8e8;
    color: #1e2535;
    position: relative;
    font-size: 14px;
    width: 100%;
}

.products-search-wrap label .reset-search{
    position: absolute;
    right: 10px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: poInter;
    top: 50%;
    transform: translateY(-50%);
}

.products-search-wrap label .submit-search{
    position: absolute;   
    background-color: transparent;
    border: none;
    outline: none;
    cursor: poInter;
    top: 50%;
    transform: translateY(-50%);
}

.products-search-wrap .btn-wrap{
    /* width: 15%; */
}

.products-search-wrap .btn-wrap button{
    text-align: center;
    height: 40px;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    outline: none;
    cursor: poInter;
    width: 100%;
}

.main-content .content-box .product-option-wrap form{
    display: flex;
    justify-content: flex-end;
}

.main-content .content-box .product-option-wrap form select{
    background-color: rgb(245, 245, 245);
    color: #1e2334;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    outline: none;
    border: none;
}

.main-content .sidebar h4{
    font-size: 18px;
    text-transform: uppercase;
    color: #1e2435;
    cursor: poInter;
    display: flex;
    justify-content: space-between;
}

.main-content .sidebar h4 a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    background-color: whitesmoke;
    padding: 20px;
}

.multi-dropdown ul ul.sub-category{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    transition: max-height 0.5s ease;
    max-height: 0;
    overflow: hidden;
}

.main-content .sidebar .filter-section ul.active, .main-content .sidebar .filter-section .option-wrap.active{
    max-height: max-content;
    transition: max-height 0.5s ease;
}

.multi-dropdown ul>li>.control-group{
    display: flex;
    width: 100%;
}


.main-content .sidebar .filter-section form{
    display: flex;
    flex-direction: column;
}

.main-content .sidebar .filter-section .option-wrap label{
    transition: all 0.5s ease;
    font-size: 14px;
    text-decoration: none;
    color: #4a5463;
    width: 100%;
    display: flex;
    padding: 15px 0 0 45px;
}

.main-content .sidebar .filter-section .option-wrap label input[type="checkbox"]{
    margin-right: 20px;
}

.main-content .sidebar .separator{
    width: 100%;
    height: 1px;
    margin: 15px 0 15px;
}

.multi-dropdown ul ul.sub-category{
    padding-left: 30px;
    border-left: 1px solid whitesmoke;
    margin: 0;
    transition: all 0.5s ease;
}

.multi-dropdown ul ul.sub-category.active{
    max-height: max-content;
    margin: 0;
    transition: all 0.5s ease;
}

.multi-dropdown ul li a, .multi-dropdown ul li a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    transition: all 0.5s ease;
    font-size: 10px;
    color: #1e2535;
    text-transform: uppercase;
}

.multi-dropdown ul li a.active, .multi-dropdown ul li a:hover, .multi-dropdown ul li a.active. .multi-dropdown ul li a:hover{
    color: #f76465;
    transition: all 0.5s ease;
}

.multi-dropdown ul li .color-view, .main-content .content-box .product-option-wrap .selected-option-wrap .selected-checkbox i.color{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin-right: 10px;
}

.main-content .sidebar .filter-sidebar-wrap .filter-group ul li .color-view.select-multi-color{
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
}

.main-content .content-box .product-option-wrap .selected-option-wrap .selected-checkbox{
    align-items: center;
    justify-content: center;
    display: flex;
}

.main-content .content-box .product-option-wrap .selected-option-wrap .selected-checkbox span{
    margin-left: 10px;
}

.main-content .sidebar .filter-section .container:hover, .main-content .sidebar .filter-sidebar-wrap .filter-group label:hover{
    background-color: #f5f5f5;
}

.main-content .sidebar .filter-sidebar-wrap .filter-group li.active>div>label{
    background-color: #f5f5f5;
}

.main-content .sidebar .filter-sidebar-wrap .filter-group li.active>div>label:hover{
    background-color: #c5c5c5;
}

.main-content .sidebar .filter-sidebar-wrap .filter-group li.active>div>label{
    justify-content: flex-start !important;
}

.main-content .sidebar .filter-sidebar-wrap .filter-group .color-label-wrap{
    display: flex;
    align-items: center;
}


.product-filter__dropdown .checkmark, .product-filter__dropdown .checkmark{
    transition: all 0.35s ease-in-out;
    display: none;
}

.product-filter__dropdown .container:hover input ~ .checkmark , .product-filter__dropdown .container:hover input ~ .checkmark{
    transition: all 0.35s ease-in-out;
}
.product-filter__dropdown .container input:checked ~ .checkmark, .product-filter__dropdown .container input:checked ~ .checkmark{
    display: flex;
    color: #1e2535;
    transition: all 0.35s ease-in-out;
}

.product-filter__dropdown ul li .container input:checked ~ .checkmark{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


.main-content .sidebar .filter-sidebar-wrap .filter-group{
    width: 100%;
    position: relative;
}

.product-filter__dropdown label input[type="text"]{
    outline: none;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #e8e8e8;
    color: #1e2535;
    position: relative;
    font-size: 14px;
    border: 2px solid #e0e0e0;
    width: 100%;
}

.main-content .sidebar .filter-sidebar-wrap .filter-group label .sub-category-open{
    position: absolute;
    right: 22px;
    color: #1e2333;
    top: 13px;
}

.multi-dropdown{
    overflow: hidden;
}

.multi-dropdown ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.multi-dropdown ul li{
    display: flex;
    margin: 0 0 10px;
    line-height: 10px;
    width: calc(48% - 5px);
    flex-direction: column;
    order: 0;
}

.product-filter__checkbox-input{
    margin-right: 5px;
}

.multi-dropdown ul li.active{
    width: 100%;
    display: flex;
}

.multi-dropdown>ul>li.active:last-child{
    margin-bottom: 20px;
}

.multi-dropdown ul ul.sub-category{
    border-left: 1px solid whitesmoke;
    margin: 0;
    transition: all 0.5s ease;
    padding: 0 15px;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.multi-dropdown ul li.active ul.sub-category{
    max-height: max-content;
}

.multi-dropdown ul li.active ul.sub-category li label{
    font-size: 10px;
    text-align: left;
    transition: all 0.1s ease-in-out;
}

.main-content .sidebar .filter-sidebar-wrap .filter-group .selected-options-wrap, .main-content .content-box .product-option-wrap .selected-option-wrap{
    display: flex;
    flex-wrap: wrap;
}

.main-content .content-box .product-option-wrap .selected-option-wrap{
    width: 100%;
    max-width: 100%;
    margin: 0 10px;
}

.main-content .sidebar .filter-sidebar-wrap .filter-group .selected-options-wrap .selected-checkbox, .main-content .content-box .product-option-wrap .selected-option-wrap .selected-checkbox{
    margin-right: 10px;
    margin-bottom: 10px;
    user-select: none;
    align-items: center;
    transition: all 0.5s ease;
    justify-content: space-between;
    padding: 10px;
    cursor: poInter;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 16px;
    border-radius: 100px;
    background-color: #1e2535;
}

.main-content .sidebar .filter-sidebar-wrap .filter-group>label{
    padding-left: 0;
}

.main-content .product-content-wrap{
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 40px 0 0;
    align-items: flex-start;
}

.main-content .product-content-wrap .gallery-product{
    width: 50%;
    position: relative;
    flex-direction: column;
}
.main-content .product-content-wrap .gallery-product .main-description{
    font-size: 14px;
    padding: 0;
    color: #1e24359c;
    line-height: 24px;
    margin: 80px 0 40px;
}

.main-content .product-content-wrap .gallery-product .main-description p{
    margin-top: 0;
}

.main-content .product-content-wrap .gallery-product .gallery-wrap{
    display: flex;
    align-items: flex-start;
    position: relative;
    width: 100%;
}

.main-content .product-content-wrap .gallery-product .gallery-wrap video{
    width: 75%;
    order: 2;
}

.main-content .product-content-wrap .gallery-product .gallery-wrap .image-gallery-list{
    position: relative;
    margin-right: 10px;
}

.main-content .product-content-wrap .product-description{
    width: 50%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
}
/*
.xzoom-preview img{
    max-width: 100%;
    display: flex;
}*/

.xzoom-thumbs{
    display: flex;
    flex-direction: column;
    margin: 0 10px 0 0;
    width: 100%;
    max-height: 460px;
    overflow-y: scroll;
    position: relative;
    transition: all 0.5s ease;
}

.xzoom-thumbs::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

.xzoom-thumbs::-webkit-scrollbar-track {
    background: whitesmoke;
}

.xzoom-thumbs::-webkit-scrollbar-thumb {
    background-color: #d0d0d0;
    border-radius: 20px;
    border: none;
}

.gallery-product .option-control-navigation{
    position: absolute;
    font-size: 21px;
    cursor: poInter;
    width: 100%;
    text-align: center;
    left: 0;
    display: none;
}

.gallery-product .option-control-navigation.option-control-up{
    top: -50px;
}

.gallery-product .option-control-navigation.option-control-down{
    bottom: -50px;
}

.xzoom{
    width: 75% !important;
    order: 1;
    border: none;
    box-shadow: none;
}

.xactive{
    box-shadow: none;
    border: none;
}

.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5{
    box-shadow: none;
    border: none;
}

.main-content .product-content-wrap .product-description .main-description{
    font-size: 14px;
    padding: 0;
    color: #1e24359c;
    line-height: 24px;
    margin-bottom: 20px;
}

.main-content .product-content-wrap .product-description .accordion-wrap{
    display: flex;
    flex-direction: column;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item{
    margin-bottom: 0;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .header{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #5e5e5e;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .header span{
    margin-right: 10px;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description{
    max-height: 0;
    margin-top: 20px;
    overflow: hidden;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description p{
    font-size: 16px;
    padding: 0;
    color: #1e24359c;
    line-height: 24px;
    margin: 0;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description.assembly-instruction-wrap{
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description.assembly-instruction-wrap a.assembly-instruction-link{
    padding: 20px;
    box-shadow: 0 0 5px 2px #d8d8d8;
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    transition: all 0.35s ease-in-out;
    border: 2px solid transparent;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description.active{
    max-height: 100%;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description table{
    border-collapse: collapse;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description table td{
    background-color: whitesmoke;
    border: none;
    border-collapse: unset;
    padding: 15px;
    color: #1e2435;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description table tr:nth-child(odd) td{
    background-color: #cfcfcf;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options{
    display: flex;
    flex-wrap: wrap;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options.customers-wrap{
    padding: 10px;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options a{
    margin-right: 10px;
    width: 31%;
    margin-bottom: 20px;
    transition: all 0.35s ease-in-out;
    border: 2px solid transparent;
    padding: 20px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options a.customers-no-link{
    cursor: default;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options a.current-color{
    box-shadow: 0 0 5px 2px #d8d8d8;
    margin: 5px;
    cursor: not-allowed;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options a.current-color img{
    transition: all 0.35s ease-in-out;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: FlipH;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options.customers-wrap a{
    box-shadow: 0 0 5px 2px #d8d8d8;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options a img{
    transition: all 0.35s ease-in-out;
    flex-shrink: 0;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options a:hover img{
    transition: all 0.35s ease-in-out;
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: FlipH;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options a.customers-no-link:hover img{
    transition: all 0.35s ease-in-out;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    filter: none;
}

.main-content .content-box .product-option-wrap .control-button{
    display: none;
}

body.forbidden-scroll{
    overflow: hidden;
}

.main-content .sidebar #close-sidebar{
    display: none;
}

.mobile-navigation-control{
    display: none;
}

.mobile-navigation{
    width: 80%;
    max-width: 300px;
    flex-direction: column;
    height: 100%;
    background-color: white;
    position: fixed;
    z-index: 11;
    padding: 50px 25px;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    display: flex;
}

.owl-carousel.xzoom-thumbs{
    display: none;
}

.slick-prev, .slick-next{
    z-index: 3;
    color: #1e2333;
}

.slick-prev{
    left: 50px;
}

.slick-next{
    right: 50px;
}

.slick-prev:before, .slick-next:before{
    color: #f76465;
    font-size: 36px;
    opacity: 1;
}

.slick-dots{
    bottom: 10px;
}

.slick-dots li button:before{
    font-size: 16px;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{
    color: #1e2333;
}

.slick-prev:before, .slick-next:before{
    transition: all 0.35s ease-in-out;
}

.lifestyle-wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lifestyle-wrap .title{
    color: #1e2333;
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.lifestyle-wrap .images-wrap{
    display: flex;
    width: 100%;
    text-align: center;
}

.lifestyle-wrap .images-wrap .item{
    width: 100%;
}

.lifestyle-wrap .images-wrap img{
    width: 100%;
    max-width: 50%;
    text-align: center;
}

.main-content .inner-page{
    width: 100%;
    line-height: 40px;
}

.main-content .inner-page p{
    font-size: 18px;
    color: #1e2333;;
}

.main-content .inner-page h3{
    color: #1e2333;
    font-size: 21px;
    text-align: center;
}

.main-content .inner-page h3.sub-title{
    margin: 0;
    line-height: 21px;
}

.main-content .inner-page .where-to-buy{
    margin-bottom: 20px;
}

.main-content .contact-us{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.main-content .contact-us .main-contact-wrap{
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    flex-direction: column;
}

.main-content .contact-us .main-contact-wrap .contact-form{
    max-width: 100%;
    width: 100%;
    margin-right: 50px;
}

.main-content .contact-us .main-contact-wrap .contact-info{
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 50px auto 0;
}

.main-content .contact-us .main-contact-wrap .contact-info .contact-us-tab-content{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    width: 50%;
    padding: 0 33px;
}

.main-content .contact-us .main-contact-wrap .contact-info .contact-us-tab-content h4{
    color: #1e2333;
    font-size: 24px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1e2333;
    text-align: center;
}

.main-content .contact-us .main-contact-wrap .contact-info .contact-us-tab-content p{
    margin: 0 0 10px;
    text-align: center;
    word-break: break-word;
}

.main-content .contact-us .main-contact-wrap .contact-info .contact-us-tab-content p b{
    text-transform: uppercase;
    font-size: 18px;
}

.main-content .contact-us .main-contact-wrap .contact-info .contact-us-tab-content p span{
    margin: 0 5px;
}

.main-content .contact-us .main-contact-wrap .contact-info .contact-us-tab-content{
    font-size: 14px;
    color: #1e2333;
}

.main-content .contact-us .main-contact-wrap .contact-info .contact-us-tab-content.active{
    display: flex;
}

.main-content .contact-us .main-contact-wrap .contact-form h3{
    color: #1e2333;
    font-size: 80px;
    text-align: center;
    margin: 15px 0;
}

.main-content .contact-us .main-contact-wrap .contact-form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.main-content .contact-us .main-contact-wrap .contact-form form .input-group{
    display: flex;
    width: 100%;
    max-width: 48%;
    margin-bottom: 20px;
}

.main-content .contact-us .main-contact-wrap .contact-form form .input-group.full-width{
    width: 100%;
    max-width: 100%;
}

.main-content .contact-us .main-contact-wrap .contact-form form .input-group label{
    width: 100%;
}

.main-content .contact-us .main-contact-wrap .contact-form form .input-group label input, .main-content .contact-us .main-contact-wrap .contact-form form .input-group label textarea{
    width: 100%;
}

.main-content .contact-us .main-contact-wrap .contact-form form .input-group label input{
    outline: none;
    padding: 10px 20px;
    border-radius: 100px;
    background-color: #e8e8e8;
    color: #1e2535;
    position: relative;
    font-size: 14px;
    border: 2px solid #e0e0e0;
}

.main-content .contact-us .main-contact-wrap .contact-form form .input-group label textarea{
    outline: none;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #e8e8e8;
    color: #1e2535;
    position: relative;
    font-size: 14px;
    border: 2px solid #e0e0e0;
}

.main-content .contact-us .main-contact-wrap .contact-form form .input-group button{
    text-align: center;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-color:#334b68;
    color: whitesmoke;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    outline: none;
    cursor: poInter;
    width: 100%;
}

.main-content .contact-us .contact-us-tabs{
    display: flex;
}

.main-content .contact-us .contact-us-tabs .item{
    width: 100%;
    max-width: 33%;
    margin-right: 15px;
    height: 300px;
    background-size: 200%;
    background-position: center;
    padding: 50px;
    transition: all 0.4s ease;
    position: relative;
}

.main-content .contact-us .contact-us-tabs .item .label{
    text-align: center;
    background-color: #fff;
    padding: 15px 0;
    color: #1e2435;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 15pt;
    font-family: 'Inter',sans-serif;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content .contact-us .contact-us-tabs .item:hover{
    transition: all 0.4s ease;
    box-shadow: 3px 3px 7px 2px #1e2435cc;
    background-size: 220%;
}

.main-content .contact-us .contact-us-tabs .item:last-child{
    margin-right: 0;
}

.main-content .blog-wrap{
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
}

.main-content .blog-wrap .last-news{
    display: flex;
    width: 100%;
    max-width: 100%;
}

.main-content .blog-wrap .last-news .last-news-wrap{
    width: 100%;
    max-width: 70%;
    margin-right: 20px;
    height: 500px;
}

.main-content .blog-wrap .last-news .other-last-item-news{
    width: 100%;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-content .blog-wrap .last-news .news-item{
    height: 100%;
    background-size: 130%;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    transition: all 0.35s ease-in-out;
}

.main-content .blog-wrap .last-news .news-item .news-short-info{
    display: flex;
    flex-direction: column;
    position: relative;
}

.main-content .blog-wrap .last-news .news-item .overflow{
    background-color: #1e233370;
    z-index: 0;
}

.main-content .blog-wrap .last-news .news-item:hover{
    background-size: 140%;
}

.main-content .blog-wrap .last-news .news-item:hover .overflow{
    background-color: #1e233394;
}

.main-content .blog-wrap .last-news .news-item  .news-short-info h4 a{
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    text-transform: inherit;
}

.main-content .blog-wrap .last-news .news-item  .news-short-info p{
    margin: 0;
    width: max-content;
}

.main-content .blog-wrap .last-news .news-item .news-short-info a{
    font-size: 11px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}

.main-content .blog-wrap .last-news .news-item  .news-short-info span{
    font-size: 12px;
    color: #ffffff;
    margin: 0 15px;
}

.main-content .blog-wrap .last-news .other-last-item-news .news-item{
    height: 48%;
}

.main-content .blog-wrap .last-news .other-last-item-news .news-item .news-short-info h4 a{
    font-size: 21px;
}

.main-content .blog-wrap .news-section-title{
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}

.main-content .blog-wrap .news-section-title h3, .main-content .blog-wrap .news-section-title h3 a{
    color: #1e2333;
    font-size: 21px;
}

.main-content .inner-page form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-content .inner-page form .input-group{
    display: flex;
    width: 100%;
    max-width: 48%;
    margin-bottom: 20px;
}

.main-content .inner-page form .input-group.full-width{
    width: 100%;
    max-width: 100%;
}

.main-content .inner-page form .input-group label{
    width: 100%;
}

.main-content .inner-page form .input-group label input, .main-content .inner-page form .input-group label textarea{
    width: 100%;
}

.main-content .inner-page form .input-group label input{
    outline: none;
    padding: 10px 20px;
    border-radius: 100px;
    border: 2px solid #e0e0e0;
    background-color: #e8e8e8;
    color: #1e2535;
    position: relative;
    font-size: 14px;
}

.main-content .inner-page form .input-group label textarea{
    outline: none;
    padding: 10px 20px;
    border-radius: 20px;
    border: 2px solid #e0e0e0;
    background-color: #e8e8e8;
    color: #1e2535;
    position: relative;
    font-size: 14px;
}

.main-content .inner-page form .input-group button{
    text-align: center;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-color: #485463;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    outline: none;
    cursor: poInter;
    width: 100%;
}

.main-content .inner-page .where-to-buy .logo-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

}

.main-content .inner-page .where-to-buy a{
    max-width: calc(25% - 40px);
    width: 100%;
    margin: 20px;
    box-shadow: 0 0 5px 2px #d8d8d8;
    padding: 20px;
}

.main-content .inner-page .where-to-buy a img{
    width: 100%;
}

.main-content .inner-page .where-to-buy a:nth-child(4n){
    margin-right: 0;
}

.page-header.blog-news-header{
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 600px;
}

.page-header.blog-news-header h4{
    font-size: 80px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 5px;
}

.main-content .blog-news-page{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

.main-content .blog-news-page .blog-news-description{
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.main-content .blog-news-page .blog-news-description h5{
    font-size: 16px;
    color: #1e2435;
}

.main-content .blog-news-page .blog-news-description a, .main-content .blog-news-page .blog-news-description span, .main-content .blog-news-page .blog-news-description p{
    font-size: 14px;
    font-weight: 400;
    color: #1e2435;
}

.main-content .blog-news-page .blog-news-main{
    width: 100%;
    max-width: 100%;
    display: flex;
    margin-top: 100px;
    position: relative;
}

.main-content .blog-news-page .blog-news-main .blog-news-sidebar{
    width: 100%;
    max-width: 30%;
    display: flex;
    position: sticky;
    top: 25px;
    height: 100%;
}

.main-content .blog-news-page .blog-news-main .blog-news-sidebar ul{
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-direction: column;
}

.main-content .blog-news-page .blog-news-main .blog-news-sidebar ul li{
    margin-bottom: 25px;
}

.main-content .blog-news-page .blog-news-main .blog-news-sidebar ul li a{
    font-size: 24px;
    color: #1e24359c;
}

.main-content .blog-news-page .blog-news-main .blog-news-article-wrap{
    width: 100%;
    max-width: 70%;
    display: flex;
    flex-direction: column;
}

.main-content .blog-news-page .blog-news-main .blog-news-article-wrap p{
    text-align: justify;
    font-size: 18px;
    color: #1e2333;
    line-height: 40px;
}

.main-content .blog-news-page .blog-news-main .blog-news-article-wrap img{
    width: 100%;
    max-width: 100%;
}

.main-content .blog-news-page .blog-news-main .blog-news-article-wrap h4{
    margin: 0;
    font-size: 21px;
    color: #1e2435;
    font-weight: bold;
    padding: 0;
}

.main-content .inner-page .faq-tabs h3, .main-content .inner-page .faq-tabs h3 a{
    text-align: left;
    font-size: 24px;
}

.main-content .inner-page .faq-tabs .item{
    border-bottom: 1px solid #e4e4e4;
}

.main-content .inner-page .faq-tabs .item:last-child{
    border-bottom: none;
}

.main-content .inner-page .faq-tabs p a{
    font-size: 18px;
    color: #1e2333;
}

.main-content .inner-page .faq-tabs .item p{
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: all 2s ease-in-out;
}

.main-content .inner-page .faq-tabs .item p.active{
    max-height: max-content;
}

.page-header.inner-page-header{
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 600px;
}

.page-header.inner-page-header h4{
    font-size: 80px;
    font-weight: 700;
    color: #1e2333;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.main-content .inner-page .our-story-main-wrap{
    display: flex;
    width: 100%;
}

.main-content .inner-page .our-story-main-wrap .our-story-text{
    width: 100%;
    max-width: 50%;
    margin-right: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex:  0 0 auto;
}

.main-content .inner-page .our-story-main-wrap .our-story-text p{
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 23px;
    max-width: 100%;
}

.main-content .inner-page .our-story-main-wrap .our-story-image-wrap{
    width: 100%;
    max-width: 50%;
}

.main-content .inner-page .video-wrap{
    margin: 50px 0 ;
}

.main-content .inner-page .video-wrap video{
    width: 100%;
    height: auto;
}

.main-content .inner-page. .title-wrap{
    margin: 50px 0 20px;
}

.main-content .inner-page .title-wrap h3{
    font-size: 64px;
    font-weight: 700;
    color: #1e2333;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 50px 0 25px;
    line-height: 64px;
}

.main-content .inner-page .title-wrap p{
    font-size: 18px;
    width: 75%;
    text-align: center;
    line-height: 23px;
    color: #4a5463;
    margin: 0 auto 25px;
    min-height: 1px;
}

.main-content .inner-page .title-wrap p a{
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 25px;
}

.main-content .inner-page .image-wrap{
    width: 100%;
    max-width: 100%;
    margin: 20px 0 50px;
}

.main-content .inner-page .image-wrap img{
    max-width: 100%;
    width: 100%;
}

.main-content .inner-page .our-story-logo-wrap{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-content .inner-page .our-story-logo-wrap .image-item{
    width: 12%;
}

.main-content .inner-page .our-story-logo-wrap .image-item img{
    max-width: 100%;
    width: 100%;
}

.main-content .inner-page .inner-page-form{
    display: flex;
}

.main-content .inner-page .inner-page-form form{
    width: 100%;
    max-width: 800px;
    margin: 0 auto 0;
}

.main-content .inner-page .inner-page-form form h3{
    color: #1e2333;
    font-size: 48px;
    text-transform: uppercase;
}

.main-content .inner-page .inner-page-form .become-a-retailer-description{
    width: 50%;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.main-content .inner-page .inner-page-form .become-a-retailer-description p{
    text-align: center;
    font-size: 21px;
}

.images-features-box .images-features-box-wrap .banner-box-on-mobile{
    display: none;
}

.images-features-box .images-features-box-wrap .banner-box-on-mobile h4{

    margin: 0;
    text-transform: uppercase;
    font-weight: 100;
    color: #a0a0a0;
    font-size: 7vw;
    padding-right: 15px;
}

.margin-separator{
    height: 20px;
}

.main-content .inner-page .showrooms-locations{
    display: flex;
    flex-direction: column;
}

.main-content .inner-page .showrooms-locations .showrooms-item{
    display: flex;
    margin-bottom: 50px;
}

.main-content .inner-page .showrooms-locations .showrooms-slider-wrap{
    height: 100%;
    max-height: 500px;
    margin-bottom: 50px;
}

.main-content .inner-page .showrooms-locations .showrooms-slider-wrap .showrooms-slider-content{
    max-height: 500px;
    height: 500px;
    background-position: center;
    background-size: cover
}

.main-content .inner-page .showrooms-locations .showrooms-item .showroom-item-content{
    width: 30%;
    display: flex;
    flex-direction: column;
}

.main-content .inner-page .showrooms-locations .showrooms-item .showroom-item-map{
    width: 70%;
    padding: 0 0 0 20px;
}

.main-content .inner-page .showrooms-locations .showrooms-item .showroom-item-map iframe{
    width: 100%;
    height: 100%;
}

.main-content .inner-page .showrooms-locations .showrooms-item .showroom-item-content h4{
    color: #1e2333;
    font-size: 24px;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #1e2333;
}

.main-content .inner-page .showrooms-locations .showrooms-item .showroom-item-content p{
    margin: 0 0 10px;
    font-size: 14px;
    color: #1e2333;
    line-height: 21px;
}

.main-content .inner-page .showrooms-locations .showrooms-item .showroom-item-content p b{
    text-transform: uppercase;
    font-size: 18px;
}

.main-content .inner-page .upcoming-shows-wrap{
    width: 100%;
    max-width: 100%;
}

.main-content .inner-page .upcoming-shows-wrap table{
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

.main-content .inner-page .upcoming-shows-wrap table tr td{
    padding: 15px 0;
    text-align: center;
    background-color: whitesmoke;
}

.main-content .inner-page .upcoming-shows-wrap table tr:nth-child(odd) td{
    color: #ffffff;
    background-color: #1e2435;
}

.main-content .inner-page .accordion-tabs h3, .main-content .inner-page .accordion-tabs h3 a{
    text-align: left;
    font-size: 24px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.main-content .inner-page .accordion-tabs .item{
    border-bottom: 1px solid #e4e4e4;
}

.main-content .inner-page .accordion-tabs .item:last-child{
    border-bottom: none;
}

.main-content .inner-page .accordion-tabs .tab-content a{
    font-size: 18px;
    color: #1e2333;
}

.main-content .inner-page .accordion-tabs .item .tab-content{
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.main-content .inner-page .accordion-tabs .item .tab-content.active{
    max-height: 100%;
}

.main-content .inner-page .accordion-tabs .item .tab-content h5{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #1e2333;
}

.main-content .inner-page .accordion-tabs .item .tab-content ul li{
    color: #1e2333;
}

.main-content .inner-page .frame-wrap{
    width: 100%;
    height: 500px;
}

.main-content .inner-page .frame-wrap iframe{
    width: 100%;
    height: 100%;
}

.catalog-frame-wrap{
    width: 100%;
    height: 800px;
}

.catalog-frame-wrap iframe{
    width: 100%;
    height: 100%;
}

.main-content .inner-page .faq-main-tabs-header{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    border-bottom: 1px solid #84868f;
    height: 65px;
    margin: 50px 0;
}

.main-content .inner-page .faq-main-tabs-header .item-tabs-header{
    display: flex;
    width: 33.3%;
    text-align: center;
}

.main-content .inner-page .faq-main-tabs-header .item-tabs-header a{
    font-size: 24px;
    font-weight: 700;
    color: #1e23338f;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-align: center;
    cursor: poInter;
    transition: all 0.35s ease-in-out;
    width: 100%;
    height: 100%;
    padding: 3px 0;
    background-color: rgb(245, 245, 245);
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    position: relative;
}

.main-content .inner-page .faq-main-tabs-header .item-tabs-header a:hover{
    color: #1e2333;
    background-color: #1e233359;
}

.main-content .inner-page .faq-main-tabs-header .item-tabs-header a.active{
    color: #fff;
    background-color: #1e2333;
    padding: 12px 0;
}


.main-content .inner-page .faq-main-tabs-content .faq-item-main-tabs{
    display: none;
    flex-direction: column;
}

.main-content .inner-page .faq-main-tabs-content .faq-item-main-tabs.active{
    display: flex;
}

.main-content .inner-page .faq-main-tabs-content .faq-item-main-tabs .how-to-videos-wrap{
    display: flex;
    flex-wrap: wrap;
}

.main-content .inner-page .faq-main-tabs-content .faq-item-main-tabs .how-to-videos-wrap .how-to-videos-group{
    width: 50%;
    padding: 10px;
}

.modal-image-box{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #1e243585;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 11;
}

.modal-image-box.active{
    opacity: 1;
    visibility: visible;
}

.modal-image-box .image-wrap{
    width: 80%;
    height: 95%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.modal-image-box .image-wrap .close-modal-image-box{
    position: absolute;
    left: -15px;
    top: -15px;
    font-size: 21px;
}

.modal-image-box img{
    height: 100%;
}

.preload-products{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-color: rgba(30, 37, 53, 0.80);
    color: #ffffff;
    font-size: 60px;
    z-index: 10;
}

.preload-products.load{
    display: flex;
}

.short-products-list .short-products-list-wrap .products-list#related-products{
    width: 100%;
    display: block;
}

.short-products-list .short-products-list-wrap .products-list#related-products .owl-stage-outer{
    overflow: hidden;
}

.short-products-list .short-products-list-wrap .products-list#related-products .item{
    display: block;
    width: 100%;
    position: relative;
}

.short-products-list .short-products-list-wrap .products-list#related-products .owl-stage{
    display: flex;
}

.short-products-list .short-products-list-wrap .products-list#related-products .owl-nav button, .short-products-list .short-products-list-wrap .products-list#related-products .owl-dots button{
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.short-products-list .short-products-list-wrap .products-list#related-products .owl-dots button{
    display: inline-block;
    zoom: 1;
}

.short-products-list .short-products-list-wrap .products-list#related-products .owl-nav button{
    background-color: #f76465;
}

.short-products-list .short-products-list-wrap .products-list#related-products .owl-nav button span{

}

.short-products-list .short-products-list-wrap.related-products-wrap{
    max-width: 1300px;
}

.short-products-list .short-products-list-wrap.related-products-wrap .related-products-wrap{
    padding: 0 100px;
    background-color: #fff;
}

.short-products-list .short-products-list-wrap.related-products-wrap .related-products-wrap .owl-nav{
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
    z-index: 1;
}

.short-products-list .short-products-list-wrap.related-products-wrap .related-products-wrap .owl-nav .owl-prev{
    position: absolute;
    left: -85px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.short-products-list .short-products-list-wrap.related-products-wrap .related-products-wrap .owl-nav .owl-next{
    right: -50px;
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.short-products-list .short-products-list-wrap.related-products-wrap .related-products-wrap .owl-nav button span{
    margin: 0;
    padding: 0;
    left: 50%;
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
}

.short-products-list .short-products-list-wrap.related-products-wrap .related-products-wrap .item .view-full-wrap a{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .collection-specification-wrap{
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .collection-specification-wrap .item-specifications{
    display: flex;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .collection-specification-wrap .item-specifications .wrap-image{
    width: 35%;
    padding-right: 20px;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .collection-specification-wrap .item-specifications .wrap-image img{
    width: 100%;
    max-width: 100%;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .collection-specification-wrap .item-specifications .specification-table-wrap{
    width: 65%;
}

.main-content .product-content-wrap .product-description .accordion-wrap .item .description .collection-specification-wrap h4{
    text-align: center;
    color: #4a5463;
}

.main-content .inner-page.blog-page .image-wrap{
    margin-bottom: 0;
}
.main-content .content-box.blog-page .products-list-wrap{
    margin-top: 0;
    overflow: hidden;
}

.main-content .content-box.blog-page .products-list-wrap .item img{
    margin-bottom: 30px;
}

.main-content .inner-page .recent-post-wrap{
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.main-content .inner-page .blog-category-wrap{
    display: flex;
    width: 100%;
    max-width: 100%;
}

.main-content .inner-page .blog-category-wrap .category-item, .main-content .inner-page .recent-post-wrap .recent-post-item{
    width: 100%;
    max-width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 20px;
    background-size: 200%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    color: #1e2333;
    transition: all 0.35s ease-in-out;
    position: relative;
}

.main-content .inner-page .blog-category-wrap .category-item{
    align-items: flex-end;
    margin-right: 35px;
}

.main-content .inner-page .recent-post-wrap .recent-post-item{
    background-size: 200%;
    height: 250px;
}

.main-content .inner-page .blog-category-wrap .category-item .overflow, .main-content .inner-page .recent-post-wrap .recent-post-item .overflow{
    transition: all 0.35s ease-in-out;
    background-color: transparent;
}

.main-content .inner-page .blog-category-wrap .category-item:hover .overflow, .main-content .inner-page .recent-post-wrap .recent-post-item:hover .overflow{
    background-color: rgba(30, 35, 51, 0.3);
}

.main-content .inner-page .blog-category-wrap .category-item:hover{
    background-size: 220%;
}
.main-content .inner-page .recent-post-wrap .recent-post-item:hover{
    background-size: 220%;
}


.main-content .inner-page .blog-category-wrap .category-item:last-child{
    margin-right: 0;
    margin-left: 10px;
}

.main-content .inner-page .recent-post-wrap .recent-post-item:nth-child(4n){
    margin-right: 0;
    margin-left: 10px;
}

.main-content .inner-page .blog-category-wrap .category-item .category-name, .main-content .inner-page .recent-post-wrap .recent-post-item .post-name{
    width: 85%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 500;
    position: relative;
    transition: all 0.35s ease-in-out;
}

.main-content .inner-page .blog-category-wrap .category-item .category-name{
    margin-bottom: 10px;
    font-size: 32px;
    width: calc(100% - 20px);
    padding: 13px;
}

.main-content .inner-page .recent-post-wrap .recent-post-item .post-name{
    font-size: 21px;
}

.main-content .inner-page .recent-post-wrap .recent-post-item .post-name{
    opacity: 0;
    visibility: hidden;
}

.main-content .inner-page .recent-post-wrap .recent-post-item:hover .post-name{
    opacity: 1;
    visibility: visible;
}

.main-content .inner-page .blog-section-title{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 50px 0 20px;
}

.main-content .inner-page .blog-section-title:before{
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #1e2333;
    content: '';
}

.main-content .inner-page .blog-section-title h4{
    margin: 0;
    padding: 0 5px 0 0;
    color: #1e2333;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    background-color: #ffffff;
    z-index: 1;
}

.main-content .inner-page .recent-post-wrap .recent-post-item{
    max-width: calc(25% - 10px);
}

.main-content .inner-page .news-posts-wrap{
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
}

.main-content .inner-page .news-posts-wrap .news-post-item{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: calc(33.3% - 20px);
    margin-right: 20px;
    transition: all 0.35s ease-in-out;
    margin-bottom: 30px;
    position: relative;
}

.main-content .inner-page .news-posts-wrap .news-post-item:nth-child(3n){
    margin-right: 0;
}

.main-content .inner-page .news-posts-wrap .news-post-item .post-image-preview{
    height: 350px;
    background-size: 150%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
    position: relative;
}

.main-content .inner-page .news-posts-wrap .news-post-item:hover .post-image-preview{
    background-size: 200%;
}

.main-content .inner-page .news-posts-wrap .news-post-item .post-image-preview .overflow{
    background-color: transparent;
    transition: all 0.35s ease-in-out;
}

.main-content .inner-page .news-posts-wrap.search-page-wrap .news-post-item .post-image-preview{
    background-size: 190%;
}

.main-content .inner-page .news-posts-wrap.search-page-wrap .news-post-item:hover .post-image-preview{
    background-size: 210%;
}

.main-content .inner-page .news-posts-wrap .news-post-item:hover .post-image-preview .overflow{
    background-color: rgba(30, 35, 51, 0.3);
}

.main-content .inner-page .news-posts-wrap .news-post-item .post-image-preview .read-more{
    width: 85%;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    position: relative;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.main-content .inner-page .news-posts-wrap .news-post-item:hover .post-image-preview .read-more{
    opacity: 1;
    visibility: visible;
}

.main-content .inner-page .news-posts-wrap .news-post-item .post-name{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1e2332;
    margin-top: 10px;
}

.wrap-page-header.without-bottom-margin{
    margin-bottom: 0;
}

.main-content .inner-page .article-image-wrap{
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
}

.main-content .inner-page .article-image-wrap.full-width{
    flex-direction: column;
    overflow: hidden;
}

.main-content .inner-page .article-image-wrap.full-width video{
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
}

.main-content .inner-page .article-image-wrap .image-item{
    overflow: hidden;
    margin-right: 20px;
}

.main-content .inner-page .article-text-wrap{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 0 50px;
}

.main-content .inner-page .article-text-wrap h5{
    margin: 15px 0 0;
    font-size: 18px;
}

.main-content .inner-page .article-text-wrap p{
    margin: 0;
    font-size: 14px;
    line-height: 27px;
}

.main-content .inner-page .article-text-wrap.post-article-text-wrap p{
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 38px;
}

.main-content .inner-page .read-full-magazine-article-wrap{
    display: flex;
    width: 100%;
    text-align: right;
    justify-content: flex-end;
    align-items: center;
}

.main-content .inner-page .read-full-magazine-article-wrap a{
    font-size: 21px;
    text-transform: uppercase;
    color: #2c2435;
    font-weight: 700;
}

.main-content .inner-page .separator-title{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.main-content .inner-page .separator-title:before{
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #1e2333;
    content: '';
}

.main-content .inner-page .separator-title h5{
    background-color: #1e2333;
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    margin: 10px 0;
}

.main-content .inner-page .posts-pagination{
    width: 100%;
    max-width: 100%;
    margin: 50px 0;
}

.main-content .inner-page .posts-pagination .pagination{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.main-content .inner-page .posts-pagination ul.pagination li{
    margin-right: 10px;
}

.main-content .inner-page .posts-pagination ul.pagination li a{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: whitesmoke;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
}

.main-content .inner-page .posts-pagination ul.pagination li a:hover{
    background-color: #1e2535;
    color: #ffffff;
}

.main-content .inner-page .posts-pagination ul.pagination li.active span{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #1e2535;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content .inner-page .posts-pagination ul.pagination li.disabled span{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #1e2535;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.2;
    cursor: not-allowed;
}


div.hr-separator{
    overflow: visible;
    padding: 0;
    height: 3px;
    background-color: #1e2333;
    border: 0;
    color: #1e2333;
    text-align: center;
    margin: 20px 0 50px;
}


.main-content .product-content-wrap .gallery-product .gallery-wrap .image-gallery-listmobile-search{
    display: flex;
    align-items: center;
    position: relative;
    width: 20%;
    margin-right: 20px;
}

footer .footer-main .footer-column.blog-column .footer-blog-wrap{
    max-width: 70%;
}

.mobile-search{
    display: none;
    position: absolute;
    top: 25px;
    right: 25px;
}

.mobile-search form{
    position: relative;
    width: 50px;
    height: 50px;
}

.mobile-search form input[type="search"]{
    position: absolute;
    top: 20px;
    right: 0;
    box-sizing: border-box;
    width: 0;
    height: 30px;
    border: 3px solid #1e2333;
    border-radius: 50px;
    padding: 0 10px;
    outline: none;
    transition: all 0.5s ease;
}

.mobile-search form input[type="search"].active{
    width: 250px;
    right: 50px;
}



.mobile-search button{
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #1e2333;
    border: none;
    outline: none;
    border-radius: 50%;
    right: 0;
    top: 14px;
    text-align: center;
    line-height: 40px;
    color:#fff;
    transition: all 0.5s ease;
}

.mobile-search button.animate{
    transform: rotate(-360deg);
    right: 50px;
}

.main-content-checkout.main-content{
    width: 100%;
    padding: 50px 0;
    background-color: rgb(245, 245, 245);
    max-width: 100%;
}

.checkout-page{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.checkout-main-body{
    display: flex;
    width: 100%;
    max-width: 100%;
}

.checkout-user-info{
    width: 100%;
    max-width: 100%;
    margin-right: 50px;
    background-color: #fff;
    border-radius: 7px;
}
.checkout-user-info .checkout-step{
    padding: 25px;
    border-bottom: 6px solid whitesmoke;
}
.checkout-main-body .checkout-header{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 25px 0;
    border-bottom: 2px solid #f76465;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-cart .checkout-body{
    padding-top: 25px;
}

.step-cart .checkout-body .product-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 6px solid whitesmoke;
    margin-bottom: 25px;
}

.step-cart .checkout-body .product-item:first-child{
    margin-top: 25px;
}


.step-cart .checkout-body .checkout-body-desc{
    margin-right: 22px;
}

.step-cart .checkout-body .product-title{
    width: 200px;
    word-break: break-word;
}

.step-cart .m-checkout-summary{
    display: none;
}

.current-step .edit-step{
    display: none;
}

.current-step .step-title{
    color: #f76465;
}

.checkout-footer{
    text-align: center;
}

.checkout-body .title-wrap{
    margin: 15px 0 10px;
    padding: 5px;
    background-color: whitesmoke;
    text-transform: uppercase;
}

.checkout-body .input-row{
    display: flex;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.checkout-body .input-row{
    display: flex;
    width: 100%;
    max-width: 100%;
}

.checkout-body .input-row .input-group{
    display: flex;
    width: 100%;
    flex-direction: column;
}

.checkout-body .input-row .input-group label{
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

.checkout-body .input-row .input-group input{
    width: 100%;
    margin-right: 25px;
    padding: 5px;
    border-radius: 4px;
    border: 2px solid whitesmoke;
    outline: #f76465;
    transition: all 0.3s ease;
}

input.input-disabled, select.input-disabled{
    opacity: 0.5;
}

.checkout-body .input-row .input-group label input{
    width: auto;
    margin-right: 15px;
}

.checkout-body .input-row .input-group select{
    width: 100%;
    margin-right: 25px;
    padding: 3.5px;
    border-radius: 4px;
    border: 2px solid whitesmoke;
    background: unset;
    outline: #f76465;
}

.checkout-body .input-row .input-group input[type=date]::-webkit-inner-spin-button,
.checkout-body .input-row .input-group input[type=date]::-webkit-outer-spin-button,
.checkout-body .input-row .input-group input[type=number]::-webkit-inner-spin-button,
.checkout-body .input-row .input-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.checkout-body .input-row .input-group{
    width: 100%;
}

.checkout-body .input-row .input-group.two-column{
    margin-right: 25px;
}

.checkout-body .input-row .input-group:nth-child(2n){
    width: 100%;
    margin-right: 0;
}
.checkout-body  .remove-btn{
    cursor: poInter;
}

.checkout-body  .remove-btn:hover{
    color: #f76465;
}

.checkout-body .product-item   .count-input::-webkit-inner-spin-button,
.checkout-body  .product-item  .count-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}


.checkout-page .checkout-info{
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.checkout-page .checkout-info .field-group{
    max-width: 30%;
}


.checkout-page .checkout-info h3{
    font-size: 16px;
}

.checkout-page .checkout-info p{
    font-size: 14px;
}

.checkout-page .product-info .p-item{
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #5e5e5e;
}

.checkout-page .product-info .p-item .id{
    font-weight: 800;
    padding: 0 15px;
}

.checkout-page .product-info .p-item .image-preview{
    height: 75px;
}

.checkout-page .product-info .p-item .title{
    width: 280px;
}

.checkout-page .product-info .p-item .price{
    text-align: right;
    width: 125px;
}

.checkout-page .product-info .p-item .special-price{
    color: #f76465;
    font-weight: 700;
}

.checkout-page .product-info .p-item .old-price{
    text-decoration: line-through;
    margin-right: 20px;
}

.checkout-page .product-info .p-header{
    background-color: #f76465;
    color: #fff;
    font-weight: 800;
    border: none;
}

.checkout-page .product-info .p-header .image-preview{
    height: auto;
}

.checkout-page .current-step  .product-info,
.checkout-page .current-step .checkout-info{
    display: none;
}

#cont-order-success .wrap-btn a,
.empty-info a,
.checkout-footer button{
    width: max-content;
    padding: 10px;
    background-color: #f76465;
    color: #fff;
    border-radius: 30px;
    cursor: poInter;
    box-sizing: border-box;
    border: 3px #fff solid;
    outline: none;
    text-decoration: none;
}

.empty-info a .fas{
    margin-right: 5px;
}

#cont-order-success .wrap-btn a:hover,
.empty-info a:hover,
.checkout-footer button:hover{
    background-color: #fff;
    color: #f76465;
    border: 3px #f76465 solid;
}

#cont-order-success .checkout-summary{
    max-width: 100%;
    border-top: 1px solid #5e5e5e;
}

.step-cart .checkout-body .checkout-body-desc input{
    position: relative;
    z-index: 2;
    width: 50px;
    padding: 6.5px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #f76465;
    color: #f76465;
    outline: none;
    vertical-align: middle;
}


.checkout-body  .product-item .count-button{
    position: relative;
    display: inline-block;
    background-color: #f76465;
    color: #fff;
    width: 25px;
    padding: 7.8px;
    box-sizing: content-box;
    border-radius: 30px;
    border: none;
    text-align: center;
    cursor: poInter;
    outline: none;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: none;

}

.checkout-body  .product-item .count-button:hover{
    background-color: #fff;
    padding: 5.8px;
    border: 2px solid #f76465;
    color: #f76465;
}

.checkout-body  .product-item .count-button.dec{
    margin-right: -28px;
    text-align: left;
}

.checkout-body  .product-item .count-button.inc {
    margin-left: -28px;
    text-align: right;
}

.step-cart .checkout-body .price-have-sale{
   text-decoration: line-through;
}

.step-cart .checkout-body img{
    max-width: 75px;
}

.checkout-summary{
    width: 100%;
    max-width: 400px;
    height: max-content;
    background-color: #fff;
    padding: 25px;
    padding-bottom: 0;
}

.message-box{
    margin-bottom: 25px;
}

.message-box .box-header{
    padding: 5px;
    background-color: whitesmoke;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.message-box .box-body{
    padding: 15px;
    font-size: 14px;
    border: 2px solid #f76465;
    display: flex;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.message-box .box-body .box-icon{
    font-size: 42px;
    margin-right: 15px;
    color: #f76465;
}

.checkout-summary .checkout-summary-header{
    text-transform: uppercase;
    font-size: 18px;
}

.checkout-summary .checkout-summary-body p{
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-summary .checkout-summary-body p.delivery-address{
    justify-content: flex-start;
}

.checkout-summary .checkout-summary-body p.delivery-address span{
    margin-left: 5px;
    color: #f76465;
}

.checkout-summary .checkout-summary-body p .value{
    font-weight: bold;
}


.checkout-summary .checkout-summary-body p.total-price{
    padding: 15px 25px;
    margin: 0 -25px;
    border-top: 6px solid whitesmoke;
    text-transform: uppercase;
    font-weight: 600;
}

.payment-type{
    margin: 24px 0;
}

.payment-type span{
    margin-left: 5px;
    margin-right: 15px;
}

.payment-cart-info .input-row .input-group.inline{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.payment-cart-info .input-row .input-group input[type="checkbox"]{
    width: 20px;
    margin-right: 10px;
}

.checkout-step .checkout-body, .checkout-step .checkout-footer{
    height: 0;
    overflow: hidden;
}

.checkout-step.disable{
    opacity: 0.3;
}

.checkout-step.disable .edit-step{
    display: none;
}

.checkout-step.disable .pc-wrap-download{
    display: none;
}

.current-step .checkout-body, .current-step .checkout-footer{
    height: auto;
    overflow: auto;
}

.checkout-additional-nav{
    margin-top: 50px;
}

.checkout-additional-nav ul{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.checkout-additional-nav ul a{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 50px;
}

.checkout-additional-nav ul a i{
    font-size: 36px;
    margin-bottom: 15px;
}

.checkout-product-info{
    width: 100%;
    max-width: 400px;
}

.checkout-product-info .rating-wrap{
    display: flex;
    margin-bottom: 25px;
}

.checkout-product-info .rating-wrap .count-star{
    font-size: 14px;
    color: #f76465;
}

.checkout-product-info .rating-wrap .count-review{
    margin-left: 10px;
    font-weight: 500;
}



.checkout-product-info .checkout-additional-info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

.checkout-product-info .checkout-additional-info form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.checkout-product-info .checkout-additional-info label{
    font-size: 20px;
    margin-right: 10px;
}

.checkout-product-info .checkout-additional-info input{
    width: 75px;
    padding: 10px;
}

.checkout-product-info .checkout-additional-info input[type="number"]::-webkit-inner-spin-button,
.checkout-product-info .checkout-additional-info input[type="number"]::-webkit-outer-spin-button {

}
.products-list-wrap .quality-products,
.checkout-product-info .quality-products {
    border: 1px solid #4a5463;
    display: inline-flex;
}

.products-list-wrap .quality-products{
    width: 100%;
}

.products-list-wrap .quality-products input[type="number"],
.checkout-product-info .quality-products input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.products-list-wrap .quality-products input[type=number]::-webkit-inner-spin-button,
.products-list-wrap .quality-products input[type=number]::-webkit-outer-spin-button,
.checkout-product-info .quality-products input[type=number]::-webkit-inner-spin-button,
.checkout-product-info .quality-products input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.checkout-product-info .quality-products,
.checkout-product-info .quality-products * {
    box-sizing: border-box;
}
.products-list-wrap .quality-products span,
.checkout-product-info .quality-products a {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    cursor: poInter;
    margin: 0;
    position: relative;
}
.products-list-wrap .quality-products span:before,
.products-list-wrap .quality-products span:after,
.checkout-product-info .quality-products a:before,
.checkout-product-info .quality-products a:after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 5px;
    height: 2px;
    background-color: #212121;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.products-list-wrap .quality-products span.plus:after,
.checkout-product-info .quality-products a.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.products-list-wrap .quality-products input[type=number],
.checkout-product-info .quality-products input[type=number] {
    max-width: 35px;
    padding: 5px;
    border: solid #4a5463;
    border-width: 0 1px;
    font-size: 16px;
    height: 25px;
    font-weight: bold;
    text-align: center;
    outline: none;
}
.products-list-wrap .count-form{
    position: absolute;
    display: none;
    width: 100%;
    bottom: 0;
    padding-top: 60px;
    z-index: 100;
    background-color: white;
    transition: 0.4s all ease-in-out;
}

.products-list-wrap .item:hover .count-form{
    display: block;
}

.products-list-wrap .count-form .add-to-cart{
    width: 100%;
    font-size: 12px;
    text-align: center;
    display: block;
    padding: 8px;
    margin-top: 10px;
    background-color: #f76465;
    border: 1px solid #f76465;
    color: #fff !important;
    box-sizing: border-box;
    cursor: poInter;
    outline: #fc6061;
}
.products-list-wrap .count-form .add-to-cart .fas{
    color: #fff !important;
}

.products-list-wrap .count-form .add-to-cart:hover{
    background-color: #fff;
    color: #f76465 !important;
}

.products-list-wrap .count-form .add-to-cart:hover .fas{
    color: #f76465 !important;
}

.products-list-wrap .quality-products span{
    width: 25%;
}

.products-list-wrap .quality-products span.js-count-btn-disabled, .checkout-product-info .quality-products a.js-count-btn-disabled{
    opacity: 0.5;
    cursor: default;
}

.checkout-body .product-item .count-button.js-count-btn-disabled{
    opacity: 0.5;
    cursor: default;
    background-color: #f76465 !important;
}

.products-list-wrap .quality-products input[type=number]{
    max-width: 50%;
}

.checkout-product-info .checkout-additional-info .current-price{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}

.checkout-product-info .checkout-additional-info .last-price{
    text-transform: uppercase;
    font-weight: 500;
}

.checkout-product-info .checkout-additional-info .last-price .save-price{
    color: #f76465;
}

.checkout-product-info .add-to-checkout-btn a{
    width: 100%;
    text-align: center;
    display: block;
    padding: 18px;
    margin-bottom: 50px;
    background-color: #f76465;
    color: #fff;
}

.step-cart .checkout-body .product-item .special-price{
    color: #f76465;
    font-weight: 700;
}
.step-cart .checkout-body .product-item .wrap-prices{
    width: 40%;
}

.order-info{
    width: 100%;
    background-color: #fff;
    border-radius: 7px;
}

#cont-order-success{
    text-align: center;
    position: relative;
    padding-bottom: 60px;
}

#cont-order-success p{
    line-height: 1.5;
}

#cont-order-success .product-info{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid #5e5e5e;
}

#cont-order-success .product-info .color-value{
    font-size: 12px;
}

#cont-order-success .product-info .p-item{
    justify-content: space-around;
    border-bottom: unset;
    border-top: 1px solid #5e5e5e;
}

#cont-order-success .wrap-btn{
    margin-top: 40px;
}

#cont-order-success #Logo {
    display: inline-block;
    margin-bottom: -200px;
    margin-left: -148px;
    fill: #f76465;
    stroke: #f76465;
    stroke-miterlimit: 5;
}

#cont-order-success .Animate-Draw {
    fill-opacity: 0;
    /* Sets the opacity of the fill to 0 or none */
    animation-timing-function: ease-in-out;
    /* Slow start end end to the animation */
    animation-fill-mode: forwards;
    /* Will retain styles set in the last keyframe */
    animation-iteration: 1;
    /* How many times the animation runs */
    stroke-width:3px;
    /* Making the drawn line wider */
    stroke-linecap:round;
    /* Making the end of the line rounded */
    strong-linejoin:round;
    /* Making where the lines join rouned */
    animation-name: DrawLine, FadeStroke, FillIn;
    animation-duration: 500ms, 500ms, 800ms;
    animation-delay: 0s, 800ms, 800ms;
}

#cont-order-success #Draw-Circle {
    stroke-dashArray: 1100;
    stroke-dashoffset: 1100;
    /* This causes the draw effect*/
}

#cont-order-success #Draw-Check {
    animation-delay: 800ms, 1s, 1.3s;
    /* First applies to DrawLine, seccond is FadeStroke, third is Fill In*/
    animation-duration: 1.5s, 1s, 1s;
    /* First applies to DrawLine, seccond is FadeStroke, third is FillIn*/
    stroke-dashArray: 1500;
    stroke-dashoffset: 1500;
    /* This causes the draw effect*/
}

@keyframes DrawLine {
    to { stroke-dashOffset: 0; }
}

@keyframes FadeStroke {
    to { stroke-opacity: 0; }
}

@keyframes FillIn {
    from { fill-opacity: 0; }
    to { fill-opacity: 1; }
}

.empty-info{
    text-align: center;
    padding: 40px;
}

.empty-info a{
    display: inline-block;
    margin-top: 30px;
}
#js-empty-info{
    display: none;
}

.outlets-page .main-content .content-box .product-option-wrap .products-search-wrap .btn-wrap button{
    background-color: #f76465;
}
.outlets-page .main-content .content-box .fas,
.outlets-page .main-content .content-box .product-option-wrap form select{
    color: #f76465;
}


#popup-checkout{
    position: fixed;
    right: 0;
    top: 30%;
    height: 55%;
    width: 250px;
    border: 2px solid #e0e0e0;
    background-color: #e8e8e8;
    border-radius: 50px 0 0 50px;
    color: #1e2535;
    z-index: 100;
    padding: 20px;
}

#popup-checkout .check-count{
    position: absolute;
    top: 30px;
    right: 38px;
    width: 18px;
    height: 18px;
    background-color: #f76465;
    color: #fff;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
}

#popup-checkout .wrap-products-list {
    padding-top: 33px;
    padding-right: 1.5px;
    padding-left: 1.5px;
    height: calc(100% - 80px);
    background-color: white;
    border-radius: 50px 50px 0 0;
}

#popup-checkout .products-list{
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

#popup-checkout .products-list::-webkit-scrollbar {width: 3px; height: 3px;}
#popup-checkout .products-list::-webkit-scrollbar-button {  background-color: #666; }
#popup-checkout .products-list::-webkit-scrollbar-track {  background-color: #999;}
#popup-checkout .products-list::-webkit-scrollbar-track-piece { background-color: #ffffff;}
#popup-checkout .products-list::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
#popup-checkout .products-list::-webkit-scrollbar-corner { background-color: #999;}
#popup-checkout .products-list::-webkit-resizer { background-color: #666;}


#popup-checkout .products-list::-webkit-scrollbar-button{
    width: 0;
    display: none;
}

#popup-checkout .products-list .p-item{
    display: flex;
    position: relative;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    margin-bottom: 10px;
    transition: 0.4s all ease-in-out;
    overflow: hidden;
}


#popup-checkout .products-list .p-item:hover{
    border: 2px solid #e0e0e0;
    border-radius: 50px;
}

#popup-checkout .products-list .p-item a{
    text-decoration: none;
}

#popup-checkout .products-list .p-item .image-preview{
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
#popup-checkout .products-list .p-item .remove-btn{
    position: absolute;
    display: none;
    right: 25px;
    top: 25px;
    color: #f76465;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: poInter;
    transform: translateY(-50%);
    transition: 0.4s all ease-in-out;
}

#popup-checkout .products-list .p-item:hover .remove-btn{
    display: block;
}

#popup-checkout .products-list  .p-item .p-item__edit{
    margin-top: 5px;
    width: calc(100% + 40px);
    margin-bottom: -13px;
    padding: 10px;
    box-sizing: border-box;
}

#popup-checkout .products-list  .p-item:hover .p-item__edit{
    color: white;
    background-color: #f76465;
}

#popup-checkout .checkout-btn{
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 20px;
    padding: 18px;
    background-color: #f76465;
    color: #fff;
    border-radius: 0 0 50px 50px;
}


.product-price-preview{
    margin: 10px 0;
    color: #f76465;
    font-weight: bold;
}

.total-preview{
    margin: 10px 0;
    color: #f76465;
    font-weight: bold;
}

.bottom-nav-item{
    font-size: 14px !important;
}

.short-products-list-image-wrap{
    text-align: center;
}

.product-constructor__title{
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Inter',sans-serif;
    font-size: 40px;
    color: #1e2333;
}

.main-content.products-page{
    display: flex;
    width: 100%;
    max-width: calc(100% - 10vw);
    margin: 0 auto;
    padding: 0 50px;
    margin-top: 40px;
}

.main-content.products-page .content-box{
    width: 100%;
    padding: 0;
}

.products-page__title{
    display: flex;
    align-items: flex-end;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    color: #1e2435;
    font-weight: bold;
}

.products-page__sub-title{
    margin-left: 10px;
    font-weight: 300;
    font-size: 21px;
}

.products-page__header{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

.product-filter__parameters{
    display: flex;
}

.product-filter__item{
    margin-right: 50px;
    position: relative;
}

.product-filter__item:hover .product-filter__dropdown{
    opacity: 1;
    visibility: visible;
}

.product-filter__title{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1e2435;
}

.input__select{
    padding: 10px;
    background-color: transparent;
    border: none;
    outline: none;
}

.product-preview__img-hover{
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    position: absolute;
    z-index: 1;
}

.product-preview__item:hover .product-preview__img{
    /*display: none;*/

    opacity: 0;
    visibility: hidden;
}

.product-preview__item:hover .product-preview__img-hover{
    opacity: 1;
    visibility: visible;
}

.filter-sidebar-content__header{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.input-switcher__label{
    display: block;
    width: 45px;
    height: 18px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #1a2226;
    cursor: poInter;
}

.input-switcher__checkbox{
    position: absolute;
    opacity: 0;
}

.input-switcher__handel{
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #1a2226;
    font-size: 14px;
}

.input-switcher__handel_checked{
    display: block;
}

.input-switcher__handel-off{
    right: 5px;
}

.input-switcher__handel-on{
    left: 5px;
}

.input-switcher__status{
    height: 14px;
    width: 14px;
    background-color: #c9c4c4;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 1px;
}

.input-switcher__status_off{
    left: 3px;
}

.input-switcher__status_on{
    right: 3px;
}

.lyw-menu-text{
    text-transform: none;
}

header .top-bar .lyw__logo-wrap{
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
}

header .top-bar .lyw__logo-wrap img{
    max-width: 400px;
}

header .top-bar .top-bar-item.lyw__search-column{
    width: 100%;
    max-width: 215px;
}

.lyw-features{
    display: flex;
    width: 100%;
    max-width: calc(100% - 10vw);
    margin: 55px auto 55px;
    padding: 0 50px;
    flex-wrap: wrap;
}

.lyw-features__item{
    width: 100%;
    max-width: calc(25% - 25px);
    display: flex;
    justify-content: center;
    margin-right: 25px;
}

.lyw-features__icon{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 15px;
}

.lyw-features__icon img{
    width: 100%;
}

.lyw-features__description{
    max-width: calc(100% - 100px);
    width: 100%;
}

.lyw-features__title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #1e2435;
}

.lyw-features__text{
    font-size: 14px;
    color: #767171;
    line-height: 160%;
}

.lyw-wrap-p {
    width: 43%;
}

.home-slider__item{
    position: relative;
}

.home-slider__description-box{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 450px;
    padding: 25px;
    background-color: rgb(255 255 255 / 70%);
}

.home-slider__title{
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
}

.home-slider__description{
    font-size: 16px;
    line-height: 160%;
}

.home-slider__link{
    display: block;
    background-color: #000;
    font-size: 21px;
    padding: 10px 5px;
    color: #fff;
    width: 160px;
    text-align: center;
}

.product-page__title{
    margin: 0 0 50px;
    text-transform: uppercase;
    font-size: 24px;
    color: #1e2435;
}

.product-page__filter-btn{
    color: #1e2435;
    font-weight: bold;
    font-size: 16px;
    margin: 0 75px 0 0;
    transition: none;
}

.products-page__filter{
    margin-left: auto;
}

.product-page__filter-btn_active{
    opacity: 0;
    visibility: hidden;
}

.product-page__filter-btn i{
    margin-left: 10px;
}
.pc-logo{
    display: flex;
    align-items: flex-end;
    font-family: 'Inter',sans-serif;
    left: 100px;
    position: relative;
}

.pc-logo__title{
    font-size: 86px;
    line-height: 66px;
    font-family: 'Inter',sans-serif;
    font-weight: 100;
    font-style: italic;
}

.pc-logo__description{
    font-size: 65px;
    text-transform: uppercase;
    line-height: 49px;
    color: #e91c24;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    margin-left: 7px;
    font-style: italic;
}

.product-stock{
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.product-stock__title{
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
}

.product-stock__title.product-stock__title_out{
    color: #e91c24;
}

.product-stock__eta{
    margin-left: 5px;
}

.pc-cat__sub-title{
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase;
}

.input-radio-group{
    display: flex;
    width: 100%;
}

.input-radio-group input{
    margin: 0 15px 0 4px;
    width: max-content !important;
}

.filter-categories{
    margin-top: 25px;
}

.filter-categories__item{
    margin-bottom: 10px;
}

.filter-categories__link{
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.filter-categories__link.categories__link_current, .filter-sub-categories__link_current{
    color: #f76465;
}

.filter-sub-categories__link{
    display: block;
    margin: 0 0 5px 15px;
}

.main-content.main-content__full-width{
    max-width: calc(100% - 10vw);
}

.responsive-products-page__title{
    display: none;
}

.social-icons__footer{
    display: flex;
}

.catalog-list__wrap{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;
    position: relative;
    padding: 0 30px;
}

.catalog-item-preview{
    width: 100%;
    max-width: calc(100% / 3 - 30px);
    margin: 0 15px 15px;
}

.catalog-item-preview__image{
    height: 300px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.catalog-item-preview__title{
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}

.amp-label{
    text-align: center;
    font-weight: bold;
}

.amp-link{
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 11px 5px rgb(30 36 53 / 25%);
    font-size: 16px;
    font-weight: bold;
    width: 130px;
    height: 68px;
    border-radius: 57px;
    text-transform: uppercase;
    text-align: center;
}

.search-box.top-bar-item{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 7%;
}

.lyw-bottom{
    justify-content: center;
     /* border-bottom: lightgray;
    border-bottom-style: groove; */
}

@media screen and (max-device-width:1750px), screen and (max-width: 1750px){
    header nav ul{
        justify-content: space-around;
    }

    header nav ul li a{
        margin: 0;
    }
}

@media screen and (max-device-width:1500px), screen and (max-width: 1500px){
    header nav ul{
        justify-content: space-around;
    }

    header nav ul li a{
        margin: 0;
    }

    .main-content.products-page{
        max-width: 100%;
    }
}

@media screen and (max-device-width:1366px), screen and (max-width: 1366px){
    /*start outlets*/
    /*#popup-checkout {
        top: 20%;
        height: 70%;
        width: 160px;
        padding: 5px;
    }*/

    #popup-checkout .products-list .p-item{
        padding: 5px;
    }
    #popup-checkout .checkout-btn{
        font-size: 16px;
    }
}

@media screen and (max-device-width:1280px), screen and (max-width: 1280px){
    .mobile-search{
        display: flex;
    }

    .main-content .inner-page .blog-category-wrap .category-item .category-name{
        font-size: 24px;
    }

    .header-contact-info{
        display: none;
    }

    header{
        display: flex;
        position: static;
        top: 0;
    }

    header .top-bar .top-bar-item.social-icons, header .top-bar .search-box, header nav{
        display: none;
    }

    header .top-bar .top-bar-item{
        width: 100%;
    }

    header .top-bar{
        justify-content: center;
        border-bottom: none;
        align-items: center;
    }

    header .top-bar .basket-link{
        position: absolute;
        font-size: 30px;
        right: 24px;
        top: 40px;
    }

    .slider-wrap .item .content span{
        font-size: 13vw;
    }

    .slider-wrap .item .content h4{
        font-size: 6vw;
    }

    .slider-wrap .item .content p{
        font-size: 9vw;
    }

    .banner-box .banner-wrap .description h4{
        font-size: 7vw;
        padding-right: 15px;
    }

    .overview-products-section .header-products .title h5{
        font-size: 30px;
        text-align: center;
    }

    .overview-products-section .header-products .title p{
        font-size: 28px;
    }

    .overview-products-section .header-products .product .content .label{
        font-size: 12px;
    }

    .overview-products-section .header-products .product .content{
        padding: 25px 25px;
    }

    .overview-products-section .header-products .product .content .name{
        font-size: 24px;
    }

    .overview-products-section .header-products .product .content .description{
        font-size: 13px;
    }

    .overview-products-section .header-products .product .content .shop-part span{
        font-size: 1.3vw;
    }

    .overview-products-section .header-products .product .content .shop-part a{
        font-size: 12px;
    }

    .subscription-box .left-side{
        width: 30%;
    }

    .subscription-box .right-side{
        width: 70%;
    }

    .images-features-box .images-features-box-wrap .item .label{
        font-size: 1.8vw;
    }

    .mobile-navigation.active{
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease;
    }

    .mobile-navigation #close-menu-mobile{
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 18px;
    }

    .mobile-navigation form{
        margin-top: 25px;
        position: relative;
    }

    .mobile-navigation form input{
        width: 100%;
        max-width: 100%;
        padding: 10px 40px 10px 5px;
        border-radius: 100px;
        border: 2px solid #e0e0e0;
        background-color: #e8e8e8;
    }

    .mobile-navigation form button{
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        outline: none;
    }

    .mobile-navigation ul{
        margin: 15px 0 0;
        padding: 0;
        list-style: none;
    }

    .mobile-navigation ul li{
        width: 100%;
    }

    .mobile-navigation__link{
        font-size: 16px;
        padding: 25px 0;
        border-top: 1px solid rgb(245, 245, 245);
        width: 100%;
        display: block;
    }

    .mobile-navigation__item{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-sub-menu__btn-toggle{
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-sub-menu__category{
        display: none;
        margin-top: -10px !important;
    }

    .mobile-sub-menu__sub-category{
        display: none;
        margin-top: 0 !important;
        padding-left: 15px !important;
    }

    .mobile-sub-menu__category.mobile-sub-menu_opened, .mobile-sub-menu__sub-category.mobile-sub-menu_opened{
        display: block;
    }

    .mobile-sub-menu__sub-category-item{
        margin-bottom: 5px;
    }

    .mobile-navigation ul li a i{
        margin-right: 15px;
    }

    .mobile-navigation-control{
        position: fixed;
        z-index: 11;
        left: 10px;
        top: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 14vw;
        max-height: 110px;
    }

    .mobile-navigation-control a{
        font-size: 18px;
        color: #ffffff;
        background-color: #f76465;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        display: flex;
    }

    footer .footer-main{
        padding: 40px;
    }

    footer .bottom-footer{
        padding: 20px 40px;
    }

    .images-features-box .images-features-box-wrap .item{
        background-size: cover;
        background-position: center;
        padding: 10px;
        width: 32vw;
        height: 32vw;
        margin-right: 10px;
    }
    .images-features-box .images-features-box-wrap .item:last-child{
        margin-right: 0;
    }

    .xzoom-thumbs{
        height: 365px;
    }

    .main-content .content-box .product-pagination .pagination{
        flex-wrap: wrap;
    }

    .main-content .content-box .product-pagination .pagination li{
        margin-bottom: 20px;
    }

    .main-content .inner-page{
        padding: 0 20px;
    }

    .main-content .inner-page .title-wrap h3, .main-content .contact-us .main-contact-wrap .contact-form h3{
        font-size: 6vw;
        margin: 50px 0 25px;
    }

    .main-content .inner-page .our-story-main-wrap{
        margin-top: 10px;
    }

    .main-content .contact-us .main-contact-wrap .contact-form form{
        margin: 35px auto 0;
    }

    .main-content .inner-page .blog-category-wrap .category-item, .main-content .inner-page .recent-post-wrap .recent-post-item{
        background-size: cover;
    }

    .main-content .inner-page .blog-category-wrap .category-item, .main-content .inner-page .recent-post-wrap .recent-post-item:hover{
        background-size: cover;
    }

    .wrap-page-header {
        padding: 20px;
    }

    .main-content .product-content-wrap {
        padding: 20px;
        margin-top: 50px;
    }

    .wrap-page-header {
        margin: 0;
        padding: 20px 20px 0;
        flex-direction: column;
    }

    .main-content .content-box {
        padding: 0 40px;
    }

    .slick-track{
        display: flex;
        align-items: flex-end;
    }


    .wrap-page-header .page-name{
        margin-bottom: 20px;
    }


    /*start CHECKOUT*/
    .checkout-summary{
        display: none;
    }

    .step-cart .m-checkout-summary{
        display: block;
        max-width: unset;
    }

    .checkout-user-info{
        max-width: 100%;
        margin-right: 0;
    }
    /*end CHECKOUT*/

    .lyw-features__item{
        max-width: calc(50% - 25px);
        margin-bottom: 15px;
    }

    .main-content .content-box .products-list-wrap .item{
        width: calc(100% / 3);
    }

    .amp-link{
        margin-top: 15px;
        width: 100%;
        height: 40px;
    }
}

@media screen and (max-device-width:1000px), screen and (max-width: 1000px){
    footer .footer-main .footer-column.blog-column .footer-blog-wrap{
        max-width: 100%;
    }

    .slider-wrap{
        height: 500px;
    }

    .wrap-page-header{
        padding: 20px;
        flex-direction: column;
    }
    .main-content .content-box{
        padding: 0 40px;
    }

    .main-content .product-content-wrap{
        padding: 20px;
        margin-top: 20px;
    }

    .main-content .product-content-wrap .gallery-product{
        width: 50%;
    }

    .main-content .product-content-wrap .product-description{
        width: 50%;
    }

    footer .footer-main{
        flex-direction: column;
    }

    footer .footer-main .footer-column.blog-column{
        justify-content: flex-start;
    }
    footer .footer-main .footer-column{
        width: 100%;
    }

    .overview-products-section .header-products .product .image{
        align-items: center;
    }

    .main-content .content-box .products-list-wrap .item {
        width: 50%;
    }

    .main-content .inner-page .our-story-main-wrap .our-story-text{
        max-width: 100%;
    }

    .main-content .inner-page .our-story-main-wrap .our-story-image-wrap{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-content .inner-page .our-story-main-wrap{
        flex-direction: column;
    }

    .main-content .contact-us .main-contact-wrap{
        padding: 0;
    }

    .main-content .inner-page .recent-post-wrap .recent-post-item .post-name{
        font-size: 3vw;
    }

    .main-content .inner-page .recent-post-wrap .recent-post-item{
        max-width: calc(50% - 10px);
    }

    .main-content .inner-page .news-posts-wrap .news-post-item .post-image-preview{
        background-size: cover;
    }

    .main-content .inner-page .news-posts-wrap .news-post-item:hover .post-image-preview{
        background-size: cover;
    }


    .main-content .inner-page .title-wrap h3{
        margin: 25px 0 12px;
    }

    .main-content .inner-page .title-wrap p{

        margin: 0 auto 13px;
    }

    .wrap-page-header{
        margin: 0;
        padding: 20px 20px 0;
    }

    .catalog-frame-wrap{
        height: 600px;
    }

    .main-content .inner-page .faq-main-tabs-header .item-tabs-header a{
        font-size: 18px;
    }

    .main-content .sidebar .filter-sidebar-wrap .filter-group .selected-options-wrap .selected-checkbox, .main-content .content-box .product-option-wrap .selected-option-wrap .selected-checkbox{
        padding: 5px;
        font-size: 8px;
        margin-bottom: 3px;
        margin-right: 3px;
    }

    .main-content .content-box .product-option-wrap .main-options{
        padding: 25px 0 10px;
    }

    .main-content .content-box .product-option-wrap .main-options{
        flex-direction: column;
    }

    .main-content .content-box .product-option-wrap form *{
        width: 100%;
    }

    .main-content .content-box .product-option-wrap form select{
        font-size: 12px;
    }

    .main-content .content-box .product-option-wrap .selected-option-wrap{
        margin: 0 0 9px;
    }

    .main-content .sidebar{
        padding: 32px 12px;
    }

    /*start outlets*/
    #popup-checkout{
        display: none;
    }

    .main-content .inner-page .our-story-main-wrap .our-story-image-wrap{max-width: 100%}
    /*end outlets*/

    .main-content .sidebar{
        position: absolute;
        z-index: 10;
        background-color: #fff;
        box-shadow: 0 0 9px 5px hsl(0deg 0% 0% / 7%);
    }

    .filter-categories{
        display: none;
    }

    .home-slider__title{
        font-size: 40px;
    }

    .home-slider__description{
        font-size: 14px;
    }
}

@media screen and (max-device-width:768px), screen and (max-width: 768px){
    .main-content .inner-page .blog-category-wrap{
        flex-wrap: wrap;
    }

    .main-content .inner-page .blog-category-wrap .category-item{
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .main-content .product-content-wrap .gallery-product .gallery-wrap video{
        width: 100%;
    }

    .images-features-box .images-features-box-wrap .banner-box-on-mobile{
        display: flex;
        background-color: rgb(245, 245, 245);
        align-items: center !important;
    }

    .short-products-list .short-products-list-wrap .products-list{
        flex-wrap: wrap;
    }

    .short-products-list .short-products-list-wrap .products-list .item{
        width: 33%;
        margin-bottom: 30px;
    }

    .overview-products-section .header-products .product .image{
        display: none;
    }

    .overview-products-section .header-products .product .content{
        width: 100%;
    }

    .overview-products-section .products-section .product-wrap{
        padding: 50px 10px 10px;
        width: 100%;
    }

    .overview-products-section .products-section .product-wrap .item{
        width: 45%;
    }

    .overview-products-section .products-section .image-wrap{
        display: none;
    }

    .overview-products-section .products-section{
        max-height: 100%;
    }

    .subscription-box .right-side form button{
        margin-top: 10px;
        width: 100%;
    }

    .subscription-box .right-side{
        width: 100%;
    }

    .subscription-box .right-side form input{
        width: 100%;
        margin-bottom: 10px;
    }

    .subscription-box .left-side{
        display: none;
    }

    .main-content.products-page{
        overflow-x: hidden;
    }

    .main-content .content-box .products-list-wrap .item{
        width: 50%;
    }

    .main-content .sidebar{
        width: 60%;
    }

    .main-content .sidebar.active{
        min-width: 80%;
        width: 80%;
        padding: 12px;
        opacity: 1;
        z-index: 1;
    }

    .main-content .sidebar.active .filter-sidebar-wrap{
        display: flex;
        flex-direction: column;
        padding-right: 15px;
        position: relative;
        overflow-y: scroll;
    }

    .main-content .inner-page .frame-wrap{
        height: 250px;
    }

    .main-content .sidebar #close-sidebar{
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 18px;
        display: flex;
    }

    .main-content .content-box {
        width: 100%;
        min-width: 100%;
        transition: all 0.5s ease-in-out;
    }

    .wrap-page-header .page-name{
        font-size: 3.5vw;
    }

    .main-content .content-box .product-option-wrap .control-button{
        display: flex;
        width: auto;
        align-items: center;
        left: 0;
        z-index: 1;
        top: 0;
        position: absolute;
    }

    .main-content .content-box .product-option-wrap .control-button.sticky{
        position: fixed;
        transition: left 0.5s ease;
    }

    .main-content .content-box .product-option-wrap .control-button.sticky.active{
        left: 80%;
        z-index: 0;
    }

    .main-content .content-box .product-option-wrap .control-button a{
        font-weight: bold;
        text-transform: uppercase;
        width: 24px;
        height: 59px;
        background-color: #485463;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .main-content .content-box .product-option-wrap .control-button a.active{
        background-color: #f76465;
    }

    .main-content .content-box .product-option-wrap form{
        width: 100%;
        margin-top: 10px;
    }

    footer .bottom-footer{
        flex-direction: column;
    }

    .main-content .product-content-wrap .gallery-product{
        text-align: center;
    }

    .xzoom-thumbs{
        text-align: center;
        margin-bottom: 10px;
        display: block;
        width: 100%;
    }

    .main-content .product-content-wrap .gallery-product{
        display: block;
        width: 100%;
    }

    .images-features-box .images-features-box-wrap{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: normal;
        padding: 0 10px;
    }

    .images-features-box .images-features-box-wrap .item{
        width: calc(50% - 20px);
        margin: 0 10px 20px 10px;
        justify-content: center;
        display: flex;
        align-items: flex-end;
        height: 35vw;
    }

    .images-features-box .images-features-box-wrap .banner-box-on-mobile h4{
        font-size: 5vw;
    }

    .images-features-box .images-features-box-wrap .item .label{
        padding: 10px;
        width: 100%;
    }

    .gallery-product .option-control-navigation{
        display: none;
    }

    .owl-carousel.xzoom-thumbs{
        display: block;
        margin-top: 35px;
    }

    .main-content .product-content-wrap .gallery-product .main-description{
        margin: 0 0 40px;
    }

    .xzoom-thumbs.desktop-thumbs{
        display: none;
    }

    .subscription-box .right-side form .input-group{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .subscription-box .right-side form .input-group label{
        width: 100% !important;
    }

    .banner-box .banner-wrap{
        background-image: none !important;
        justify-content: center;
        display: none;
    }

    .xzoom-preview{
        left: 100% !important;
    }

    .xzoom-thumbs{
        height: auto;
    }

    .main-content .product-content-wrap{
        flex-direction: column;
    }

    .main-content .product-content-wrap .product-description{
        width: 100%;
    }

    .main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options a{
        width: calc(50% - 20px);
    }

    .scroll-to-top{
        bottom: 25px;
        right: 25px;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .main-content .inner-page .title-wrap p{
        font-size: 14px;
        width: 100%;
    }

    .main-content .inner-page .title-wrap h3, .main-content .contact-us .main-contact-wrap .contact-form h3{
        font-size: 6vw;
        margin: 20px 0px 10px;
        line-height: 40px;
    }

    .main-content .contact-us .main-contact-wrap .contact-info .contact-us-tab-content{
        width: 100%;
        padding: 0;
    }

    .main-content .inner-page .where-to-buy a{
        max-width: calc(50% - 40px);
    }

    .xzoom-source, .xzoom-preview{
        display: none !important;
    }

    .main-content .inner-page .news-posts-wrap .news-post-item{

        max-width: calc(50% - 20px);
    }

    .main-content .inner-page .news-posts-wrap .news-post-item:nth-child(3n){
        margin-right: 20px;
    }

    .main-content .inner-page .news-posts-wrap .news-post-item:nth-child(2n){
        margin-right: 0;
    }

    .main-content .inner-page .article-text-wrap{
        padding: 0;
    }

    .main-content .contact-us .main-contact-wrap .contact-info .contact-us-tab-content h4{
        font-size: 18px;
    }

    .wrap-page-header .breadcrumbs *, .wrap-page-header .breadcrumbs{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 3px;
    }

    .main-content .inner-page.content-box .products-list-wrap .item{
        width: 50%;
    }

    .catalog-frame-wrap{
        height: 400px;
    }

    .main-content .inner-page .showrooms-locations .showrooms-item .showroom-item-content, .main-content .inner-page .showrooms-locations .showrooms-item .showroom-item-map{
        width: 50%
    }

    .main-content .inner-page .faq-main-tabs-header{
        margin: 50px 0 15px;
        flex-wrap: wrap;
        height: auto;
    }

    .main-content .inner-page .faq-main-tabs-header .item-tabs-header{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .main-content .inner-page .faq-main-tabs-content .faq-item-main-tabs .how-to-videos-wrap .how-to-videos-group{
        width: 100%;
    }

    .main-content .product-content-wrap .product-description .accordion-wrap .item .description .image-options.customers-wrap{
        justify-content: space-between;
    }

    .main-content .product-content-wrap .gallery-product .gallery-wrap{
        flex-direction: column;
    }

    .xzoom{
        width: 100% !important;
    }

    .main-content .product-content-wrap .gallery-product .gallery-wrap .image-gallery-list{
        width: 100%;
        order: 2;
    }

    .main-content .content-box{
        padding: 0 20px;
    }

    .main-content .content-box .product-option-wrap{
        padding-left: 35px;
    }

    .mobile-search{
        top: 15px;
        right: 10px;
    }

    .checkout-page .product-info .p-item .title{
        max-width: 150px;
    }

    /*start CHECKOUT*/
    .step-cart .checkout-body .product-item{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .step-cart .checkout-body .checkout-body-desc{
        margin: 0 0 15px 0;
        text-align: center;
        font-size: 25px;
    }
    .step-cart .checkout-body img{
        max-width: 50%;
    }
    .step-cart .checkout-body .checkout-body-desc input{
        width: 100px;
    }
    .checkout-body .product-item .count-button{
        padding: 15px !important;
        width: 50px !important;
    }

    .checkout-body .product-item .count-button.inc{
        margin-left: -45px;
    }
    .checkout-body .product-item .count-button.dec{
        margin-right: -45px;
    }
    .current-step .step-title{
        font-size: 30px;
    }
    #cont-order-success .wrap-btn a, .empty-info a, .checkout-footer button{
        font-size: 22px;
        padding: 7px 15px;
        width: 100%;
    }
    .checkout-page .product-info .p-item .id{
        display: none;
    }
    .checkout-page .product-info .p-item .image-preview{
        height: 55px;
    }
    .checkout-page .product-info .p-item .old-price{
        margin-right: 0;
    }

    /*step-2*/

    .checkout-page .checkout-info{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }
    .checkout-page .checkout-info .field-group{
        width: 100%;
        max-width: 100%;
    }

    .checkout-body .input-row{
        flex-direction: column;
    }

    .checkout-body .input-row .input-group.two-column{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .checkout-body .input-row .input-group input{
        padding: 10px;
        font-size: 16px;
    }

    /*order*/
    #cont-order-success{
        padding: 30px 15px;
    }
    #cont-order-success .product-info{

    }

    #cont-order-success svg{
        display: none !important;
    }

    #cont-order-success .wrap-btn{
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }
    #cont-order-success  .product-info .p-header .image-preview{
        height: auto;
    }
    #cont-order-success .checkout-summary{
        display: block;
    }
    /*end CHECKOUT*/

    .home-slider__title{
        font-size: 21px;
    }

    .home-slider__description{
        font-size: 13px;
        margin-top: 5px;
    }

    .home-slider__link{
        width: 115px;
        font-size: 14px;
    }

    .lyw-features{
        padding: 0;
    }

    .pc-logo__title{
        font-size: 42px;
    }

    .pc-logo__description{
        font-size: 28px;
        line-height: 60px;
    }

    .pc-cat__sub-title{
        font-size: 15px;
        margin-top: 0;
    }

    .main-content .content-box .products-list-wrap .item img{
        height: 120px;
    }

    .product-filter__item{
        margin-right: 0;
    }

    .main-content.products-page{
        padding: 0 15px;
    }

    .social-icons__footer{
        flex-direction: column;
    }

    .social-icon__list{
        margin-bottom: 15px !important;
    }

    footer .bottom-footer .social-icons ul{
        align-items: center;
        justify-content: center;
    }

    .multi-dropdown ul li{
        width: 100%;
    }

    footer .footer-main .footer-column{
        flex-direction: column;
        align-items: center;
    }

}

@media screen and (max-device-width:580px), screen and (max-width: 580px){
    .images-features-box .images-features-box-wrap .item .label{
        padding: 10px;
        font-size: 14px;
        width: 100%;
    }

    .overview-products-section .header-products{
        flex-direction: column;
    }

    .overview-products-section .header-products .title{
        width: 100%;
        padding: 40px 0;
    }

    .overview-products-section .header-products .title:before{
        background-color: transparent;
    }

    .overview-products-section .header-products .title:after{
        background-color: transparent;
    }

    .overview-products-section .header-products .product{
        width: 100%;
    }

    .slick-prev:before, .slick-next:before{
        font-size: 24px;
    }

    .slick-prev{
        left: 20px;
    }

    .slick-next{
        right: 20px;
    }

    .main-content .inner-page.content-box .products-list-wrap .item{
        width: 100%;
    }

    .main-content .inner-page .separator-title h5{
        font-size: 18px;
    }

    .main-content .inner-page .showrooms-locations .showrooms-item{
        flex-direction: column;
    }

    .main-content .inner-page .showrooms-locations .showrooms-item .showroom-item-content, .main-content .inner-page .showrooms-locations .showrooms-item .showroom-item-map{
        width: 100%;
        text-align: center;
    }

    .main-content .content-box.search-box .products-list-wrap .item{
        width: 100%;
    }

    .main-content .inner-page .upcoming-shows-wrap table tr td{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .mobile-search{
        top: 6px;
        z-index: 11;
    }

    .mobile-search form input[type="search"].active{
        right: 0;
        top: 100px;
    }

    .mobile-search button.animate{
        right: 0;
        top: 95px;
    }

    footer .footer-main .footer-column .content-blog .item .image{
        min-width: 30%;
    }

    footer .bottom-footer .social-icons ul{
        flex-wrap: wrap;
    }

    .home-slider__description-box{
        display: none;
    }

    .lyw-features__title{
        font-size: 14px;
    }

    .lyw-features__text{
        font-size: 13px;
    }

    .lyw-features__icon{
        width: 60px;
        height: 60px;
    }

    .lyw-features__item{
        margin-right: 10px;
    }

    .main-content .product-content-wrap{
        flex-direction: column;
    }

    .main-content .product-content-wrap .gallery-product{
        width: 100%;
    }

    .main-content .product-content-wrap .product-description{
        padding-left: 0;
        margin-top: 50px;
    }

    .main-content .inner-page .inner-page-form form{
        max-width: 100%;
    }

    .main-content .inner-page form .input-group{
        max-width: 100%;
    }

    .input-radio-group{
        flex-wrap: wrap;
    }

    .input-radio-group span{
        display: flex;
        align-items: center;
    }

    .header .top-bar .top-bar-item.lyw__search-column{
        display: none;
    }

    .pc-logo{
        left: 0;
    }

    .product-page__filter-btn{
        margin-right: 20px;
    }

    .products-search-wrap label{
        width: 70%;
    }

    .products-search-wrap .btn-wrap{
        width: 25%;
    }

    .products-page__title{
        font-size: 18px;
    }

    .products-page__title{
        display: none;
    }

    .products-page__title.responsive-products-page__title{
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
}

@media screen and (max-device-width:480px), screen and (max-width: 480px){

    header .top-bar .basket-link{
        top: 23px;
    }

    .header-Logo{
        max-width: 55%;
        justify-content: center;
        border-bottom: none;
        align-items: center;
    }

     .header-Logo.mobile{
       display: block;
    }  

    .home-slider{
        padding: 0px !important;
        width: 100%!important;
        max-width: 100% !important;
        margin: 0!important;
    }  

    .images-features-box{
        flex-wrap: wrap;
        display: flex;
    }

    .images-features-box .images-features-box-wrap{
        flex-wrap: wrap;
        padding: 0 5px;
    }

    .images-features-box .images-features-box-wrap .item:last-child{
        margin: 5px auto 5px;
    }

    .overview-products-section .header-products .product .content .shop-part span{
        font-size: 2vw;
    }

    .images-features-box .images-features-box-wrap .item .label {
        padding: 10px;
        font-size: 14px;
        width: 100%;
        letter-spacing: 0;
    }

    .subscription-box .left-side{
        display: none;
    }

    .subscription-box .right-side{
        width: 100%;
    }

    .subscription-box .right-side form .input-group{
        display: flex;
        flex-direction: column;
    }

    .subscription-box .right-side form input{
        margin-bottom: 10px;
    }

    .main-content{
        margin: 5px auto 0;
    }

    .main-content .content-box .product-option-wrap form select{
        font-size: 3vw;
    }

    .main-content .product-content-wrap .gallery-product{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .main-content .product-content-wrap .product-description{
        width: 100%;
        padding: 0;
    }

    .main-content .product-content-wrap{
        flex-direction: column;
    }

   

    .wrap-page-header{
        padding: 20px;
        flex-direction: column;
        justify-content: space-around;
    }

    footer .footer-main .footer-column{
        flex-direction: column;
    }

    footer .footer-main .footer-column .item{
        width: 100%;
    }

    footer .bottom-footer .copyright{
        text-align: center;
    }

    .main-content .inner-page .video-wrap video{
        height: 100%;
        max-height: 250px;
    }

    .main-content .inner-page .video-wrap{
        margin: 25px 0;
    }

    .main-content .inner-page .title-wrap h3, .main-content .contact-us .main-contact-wrap .contact-form h3{
        font-size: 8vw;
    }

    .main-content .inner-page .blog-category-wrap .category-item{
        max-width: 100%;
        margin-right: 0;
    }

    .main-content .inner-page .recent-post-wrap .recent-post-item{
        max-width: 100%;
        margin-right: 0;
    }

    .main-content .inner-page .news-posts-wrap .news-post-item, .main-content .inner-page .news-posts-wrap .news-post-item:nth-child(3n){
        margin-right: 0;
        max-width: calc(100%);
    }

    .catalog-frame-wrap{
        height: 300px;
    }

    .main-content .sidebar .filter-section .container, .main-content .sidebar .filter-sidebar-wrap .filter-group label{
        font-size: 9px;
    }

    .main-content .sidebar .filter-sidebar-wrap .filter-group .multi-dropdown ul li.active ul.sub-category li label{
        font-size: 8px;
        padding: 7px 5px;
    }

    .main-content .content-box .product-option-wrap .products-search-wrap{
        flex-direction: column;
    }

    .main-content .content-box .product-option-wrap .products-search-wrap label{
        margin-bottom: 10px;
        width: 100%;
    }

    .main-content .content-box .product-option-wrap .products-search-wrap .btn-wrap{
        width: 100%;
    }

    .slick-prev{


    }

    .mobile-navigation-control{
        position: fixed;
        z-index: 11;
        left: 10px;
        top: 12px;
        display: flex;        
        justify-content: center;
        height: 14vw;
        max-height: 76px;
    }

    .mobile-navigation-control a{
        font-size: 21px;
        height: 40px;
        width: 40px;
        background-color: transparent;
        color: black;
    }

    header .top-bar{
        padding: 10px;

    }

    header .top-bar .top-bar-item{
        width: 50%;
    }

    .images-features-box{
        margin: 0 0 25px;
    }

    .overview-products-section .products-section .product-wrap{
        padding: 0 10px 10px;
    }

    .overview-products-section .header-products .product .content{
        padding: 25px 25px 0;
    }

    .images-features-box .images-features-box-wrap .banner-box-on-mobile h4{
        font-size: 7vw;
        padding: 0 10px;
    }

    .short-products-list .short-products-list-wrap .products-list .item{
        width: 50%;
    }

    .short-products-list .short-products-list-wrap .products-list .item a{
        font-size: 14px;
    }

    .lyw-features__item{
        max-width: calc(100% - 25px);
    }

}

@media screen and (max-device-width:360px), screen and (max-width: 360px){
    .main-content .sidebar .filter-sidebar-wrap .filter-group .multi-dropdown ul li{
        width: 100%;
        margin: 4px 0;
    }
}

#AcceptUIBackground{
    display: none !important;
}

.payment-overflow{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
}

.payment-overflow i{
    font-size: 54px;
    color: #fff;
}

.payment-overflow.show{
    display: flex;
    z-index: 10000;
}

#AcceptUIContainer{
    border-radius: 0 !important;
    position: relative !important;
    box-shadow: none !important;
    z-index: 0 !important;
    display: none !important;
    overflow: hidden !important;
    left: 0 !important;
    width: 100% !important;
    margin-left: 0 !important;
    top: 0 !important;
    height: auto !important;
    margin-top: 0 !important;
}

#AcceptUIContainer.show-pay-form{
    display: block !important;
}

#paymentForm{
    display: none;
}

.confirm-payment{
    margin-top: 25px;
}

.js-checkout.count-form{
    display: none;
}

#product-youtube-video{
    width: 100%;
    display: none;
    margin-left: 50px;
    height: 300px;
}

.pc-cat{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #1e2333;
}

.pc-cat__logo{
    width: 420px;
    height: auto;
}

.pc-cat__description{
    max-width: 850px;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
}

.pc-cat-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 30px;
}

.pc-cat-list__item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    padding: 20px;
    margin-bottom: 30px;
    background: #eef1f8;
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%), 0 0 10px rgb(0 0 0 / 10%) inset;
    box-sizing: border-box;
}

.pc-cat-list__item:hover{
    background: #f8eeee;
}

.pc-cat-list__item:before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 12px;
    left: 10px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 13px rgb(0 0 0 / 60%);
    -webkit-transform: rotate(-3deg) skew(-0deg);
    -moz-transform: rotate(-3deg) skew(-0deg);
    -ms-transform: rotate(-3deg) skew(-0deg);
    -o-transform: rotate(-3deg) skew(-0deg);
    transform: rotate(-3deg) skew(-0deg);
}

.pc-cat-list__item:after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 12px;
    right: 10px;
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 13px rgb(0 0 0 / 60%);
    -webkit-transform: rotate(3deg) skew(0deg);
    -moz-transform: rotate(3deg) skew(0deg);
    -ms-transform: rotate(3deg) skew(0deg);
    -o-transform: rotate(3deg) skew(0deg);
    transform: rotate(3deg) skew(0deg);
}

.pc-cat-list__item--disable .pc-cat-list__preview{
    filter: blur(5px);
}

.pc-cat-list__item--disable:hover{
    background: #eef1f8;
}

.pc-cat-list__preview{
    width: 100%;
    height: auto;
    border: 2px solid #e0e0e0;
}

.pc-cat-list__preview--mobile {
    display: none;
}

.pc-cat-list__title{
    margin-top: 20px;
    font-family: 'Jack Armstrong';
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    text-align: center;
}

#popup-checkout.pc-checkout{
    height: 64%;
    top: 18%;
}

#popup-checkout.pc-checkout .close-btn,
#popup-checkout.pc-checkout .modal-background {
    display: none;
}

#popup-checkout.pc-checkout .wrap-products-list{
    height: calc(100% - 120px);
}

.pc-checkout__title{
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
    margin: 0;
}

.pc-checkout__title__page{
    justify-content: start;
}

.pc-checkout__name{
    text-transform: uppercase;
    font-size: 12px;
}

.pc-checkout__article{
    font-size: 12px;
    font-weight: normal;
}

.pc-checkout__count{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px auto 10px auto;
    padding: 2px 10px;
    border: 1px solid;
    font-size: 13px;
    max-width: 80%;
    border-radius: 5px;
}

.pc-checkout__count input{
    width: 60px;
    text-align: center;
    border: none;
    outline: none;
}

.pc-checkout__count span{
    margin-left: 5px;
}

#popup-checkout  .pc-checkout__btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px;
}

#popup-checkout  .pc-checkout__btn--top{
    border-radius: 0;
    border-bottom: 1px solid;
}
#popup-checkout  .pc-checkout__btn .fas{
    margin-right: 5px;
}
.pc-checkout__btn-sub-title{
    width: 100%;
    font-size: 13px;
}

.page-header--sub-title{
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: none;
    margin-top: 25px;
}

.page-header--description{
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    max-width: 600px;
    width: 100%;
    margin-top: 5px;
}

.container-wrap{
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.container-wrap--product-constructor{
    max-width: 1320px;
}

.product-constructor-wrap{
    display: flex;
    margin-bottom: 40px;
    width: 100%;
    max-width: 100%;
    align-items: flex-start;
}

.product-constructor--header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-bottom: 20px;
}

.product-constructor--result-box{
    position: relative;
    width: 100%;
    padding: 20px;
    margin-right: 20px;
}

.product-constructor--options-box{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
}

.product-constructor-result--canvas{
    width: 100%;
    background-color: #fff;
    border: 2px solid #e0e0e0;
    box-sizing: border-box;
}

.product-constructor-result--canvas.animate{
    background: #fff;
    box-shadow: 0 -200px 100px -120px #fff inset;
    animation: background 1s infinite alternate;
}

.js-submit-count .fas.fa-cart-plus{
    display: none;
}

@keyframes background {
    50% {
        background: #485463;
        box-shadow: 0 -200px 100px -100px #1e2435 inset;
    }
}
.pcr-back-canvas{
    position: absolute;
    bottom: 0;
    width: max-content;
    padding: 10px;
    text-align: center;
    cursor: poInter;
}
.pcr-back-canvas__title{
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 100;
    font-size: 12px;
    width: 100%;
}

.pcr-back-canvas__canvas{
    border: 1px solid #1e2435;
    background-color: white;
    box-sizing: border-box;
}

.pcr-back-canvas:hover .pcr-back-canvas__title{
    font-weight: 700;
}
.pcr-back-canvas:hover .pcr-back-canvas__canvas{
    border-width: 2px;
}
.product-constructor--back-btn{
    display: inline-block;
    padding: 7px 14px;
    color: white;
    text-transform: uppercase;
    background-color: #fc6061;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #fc6061;
    margin-right: 10px;
}

.product-constructor--back-btn:hover{
    background-color: white;
    color: #fc6061;
}

.product-constructor--back-btn .fas{
    margin-right: 7px;
}
.product-constructor--dropdown{
    height: 30px;
    padding: 0 10px;
    min-width: 180px;
    max-width: 100%;
    color: #666;
    font-weight: bold;
    font-size: 80%;
    margin-left: 15px;
    border: none;
    outline: none;
    background-color: #c7c7c7;
    border-radius: 3px;
}

.product-constructor--dropdown__category{
    margin: auto;
    height: auto;
    font-size: 1.3em;
    padding: 5px 15px;
}

.product-constructor-result--view{
    position: relative;
    margin-bottom: 25px;
}

.product-constructor-result--remove-btn{
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 12px;
    background-color: #f76465;
    padding: 4px 8px;
    border-radius: 8px;
    color: white;
    cursor: poInter;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-constructor-result--bottom-side{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

.product-constructor-result--logo{
    position: absolute;
    width: 80px;
    bottom: 10px;
    right: 10px;
}

.product-constructor-options-groups{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.product-constructor-options-groups__name{
    font-weight: 700;
    margin: 10px;
}


.product-constructor-options--item{
    /*margin-bottom: 25px;*/
    width: 100%;
    max-width: 100%;
}

.product-constructor-options-item--head{
    display: flex;
    align-items: center;
    padding: 0 45px;
}

.product-constructor-options-item--title{
    color: #1e2333;
    font-weight: 700;
    font-size: 26px;
    margin: 15px 0 10px;
    font-family: 'Inter',sans-serif;
}

.product-constructor__material-color{
    margin-left: 15px;
    margin-top: 4px;
    text-transform: uppercase;
}

.product-constructor-options-item-preview__seats{
    max-width: 176%;
    margin-left: -38%;
    margin-bottom: -90%;
}

.pc__dimension-table-row{
    display: flex;
    margin-bottom: 10px;
}

.pc__dimension-title{
    font-weight: bold;
    margin-right: 6px;
    font-size: 13px;
    color: #1e2333;
}

.pc__dimension-value{
    font-size: 13px;
    color: #1e2333;
}

.product-constructor__dimensions{
    padding: 13px;
    display: flex;
    justify-content: space-between;
}

.product-constructor__dimension-title{
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
    color: #e91c24;
}

.product-constructor-options-item-preview__frames{
    max-width: 350px;
    height: 350px;
    margin-left: -90px;
    margin-top: -140px;
}

.product-constructor-options-item--carousel{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    position: relative;
}
.product-constructor-options-item--height{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fc6061;
    z-index: 4;
}

.product-constructor-options-item--carousel .owl-stage-outer {
    overflow: hidden;
}
.product-constructor-options-item--carousel .owl-stage{
    display: flex;
}
.product-constructor-options-item--carousel .owl-item{
    width: 200px !important;
}

.product-constructor-options-item-carousel--btn{
    font-size: 36px;
    color: #e91c24;
    z-index: 2;
}

.product-constructor-options-item-carousel--btn.js-owl__disabled{
    opacity: 0.4;
}

.product-constructor-options-item-carousel--content{
    width: 620px;
    max-width: 100%;
    margin: 0 20px;
    display: flex;
    border-bottom: 1px solid;
    padding-bottom: 25px;
}

.product-constructor-options-item--other-parameters{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    margin-top: 15px;
}

.product-constructor-options-item--other-parameters__item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 3px 6px;
    cursor: poInter;
}
.product-constructor-options-item--other-parameters__preview {
    width: 70px;
    height: 70px;
    border-radius: 100%;
}
.product-constructor-options-item--other-parameters__item.active .product-constructor-options-item--other-parameters__preview{
    border: 3px #9f191f solid;
}

.product-constructor-options-item--other-parameters__title {
    font-size: 12px;
    margin: 12px 0 6px;
}
.product-constructor-options-item--other-parameters__sub_title{
    font-size: 10px;
    margin: 0;
}
.product-constructor-options-item-carousel--content .owl-nav{
    display: none;
}

.product-constructor-options-item--current-parameter{
    display: block !important;/* for owl carous */
    position: relative;
    height: 230px !important;
    padding: 15px;
    cursor: poInter ;
    border: 2px solid transparent;
    overflow: hidden;
}

.product-constructor-options-item__title{
    font-size: 14px;
    margin: 0;
    padding: 7px 5px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Inter',sans-serif;
    color: #1e2333;
}

.product-constructor-options-item__sub_title{
    font-size: 13px;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

.product-constructor-options-item--current-parameter:hover, .product-constructor-options-item--current-parameter.active{
    border: 2px solid #1e24359c;
}

.page-header--product-constructor{
    max-width: 720px;
}

.product-constructor-form-cart{
    width: 100%;
}

.pc__form-row{
    display: flex;
}

.product-constructor-form__btn{
    width: 100%;
}

.product-constructor-form-cart__quality{
    display: flex;
    width: 100%;
    max-width: 100%;
    align-items: center;
}

.product-constructor-form-cart__quality * {
    box-sizing: border-box;
}

.product-constructor-form-cart__quality span{
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    cursor: poInter;
    position: relative;
    border: 2px solid;
    margin: 0;
}

.product-constructor-form-cart__quality span:before,
.product-constructor-form-cart__quality span:after{
    display: inline-block;
    position: absolute;
    content: '';
    width: 7px;
    height: 1px;
    background-color: #212121;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.product-constructor-form-cart__quality span.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.product-constructor-form-cart__quality span:hover:after,
.product-constructor-form-cart__quality span:hover:before{
    background-color: #fc6061;
}
.product-constructor-form-cart__quality input[type=number]{
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 40px;
    background-color: transparent;
    border: none;
    outline: none;
}

.product-constructor-form-cart__quality input[type=number]::-webkit-inner-spin-button,
.product-constructor-form-cart__quality input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.product-constructor-form-cart__btn-checkout{
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    text-transform: uppercase;
    background-color: #141313;
    outline: 0;
    border: none;
    padding: 9px 12px 7px;
    color: #d9dbdf;
    height: max-content;
    cursor: poInter;
    font-weight: 600;
    border-radius: 17px;
    font-family: 'Inter',sans-serif;
}
.product-constructor-form-cart__btn-checkout:hover{
    color: white;
    background-color: #fc6061;
}

.product-constructor-form-cart-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    width: 33.3%;
}

.product-constructor-form-cart-row__article{
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
}

.product-constructor-form-cart-row__article span{
    font-weight: bold;
    font-size: 13px;
    font-family: 'Inter',sans-serif;
}

.product-constructor-form-cart-row__article input{
    width: 100%;
    max-width: 100%;
    border: none;
    background-color: transparent;
    outline: none;
    font-size: 13px;
    font-family: 'Inter',sans-serif;
}


.pc-sub-cat{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pc-sub-cat__title{
    font-size: 3em;
    font-weight: bold;
    color: #485463;
    text-align: center;
    margin: 0 0 30px;
}

.pc-sub-cat__wrap-slider{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 80px;
}

.pc-sub-cat__slider{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    max-width: 880px;
}

.pc-sub-cat__slider .owl-stage-outer{
    overflow: hidden;
}

.pc-sub-cat__slider .owl-stage{
    display: flex;
}
.pc-sub-cat__slider .owl-nav{
    display: none;
}

.pc-sub-cat-group{
    display: flex;
    flex-direction: column;
    width: 205px;
}

.pc-sub-cat-group__item{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pc-sub-cat-group__item:first-child{
    margin-bottom: 30px;
}

.pc-sub-cat-group__item:hover{
    color: #f76465;
}

.pc-sub-cat-group__item:hover .pc-sub-cat-group__preview{
    border-color: #f76465;
}

.pc-sub-cat-group__preview{
    width: 100%;
    height: auto;
    border: 2px solid #1e24359c;
    box-sizing: border-box;
}

.pc-sub-cat-group__title{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

/* preloader */

.product-constructor--options-box.loaded{
    position: relative;
    poInter-events: none;
}
.product-constructor--options-box.loaded *{
    opacity: 0.7;
}
.product-constructor--options-box.loaded .preload-products{
    display: flex;
    position: absolute;
    background-color: unset;
    color: #fc6061;
}
.product-constructor--options-box.loaded .fa-spin{ /*loader*/
    opacity: 1;
}
/* end preloader */


/*checkout page start*/
.pc-checkout-image-preview{
    width: 100px;
    height: 85px;
}

.pc-checkout-coll-input{
    display: flex;
    flex-direction: column;
    width: 65%;
}

.pc-checkout-row-input{
    display: flex;
    justify-content: space-between;
}

.pc-checkout-row-input:first-child{
    margin-bottom: 10px;
}

.pc-checkout-row-input__counter{
    width: 120px;
}

.product-constructor-materials{
    display: flex;
    flex-wrap: wrap;
    margin: 0 45px;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.product-constructor-options-item__footer-button{
   display: none;
}

/*end checkout page start*/


.m-product-const{
    display: none;
    justify-content: space-between;
}

.m-product-const__item{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    text-align: center;
    width: 48%;
    border: 1px solid #1e24359c;
    border-radius: 20px;
}

.m-product-const__item:first-child{
    margin-right: 4%;
}

.m-product-const-element__title{
    margin: 10px 0 0;
}

.m-product-const-element__img{
    width: 185px;
    height: 185px;
    margin: auto;
    background-size: 150%;
}

.m-product-const-element__img--seat{
    background-position-x: 50%;
    background-position-y: -25%;
}

.m-product-const-element__img--frame{
    background-position-y: 100%;
    background-position-x: 50%;
}

.m-product-const-element__name{
    margin: 10px 0;
}

.m-product-const-element__material{
    margin: 0;
}

.m-product-const-element__btn{
    font-family: 'Inter',sans-serif;
    display: block;
    margin: 20px auto;
    width: 80%;
    background-color: #485463;
    color: white;
    border-radius: 20px;
    padding: 10px 5px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.product-constructor-options-item--other-parameters__preview{
    background-size: cover;
    background-position: center;
}
.material-group{
    display: none;
}
.material-group__active{
    display: flex;
    flex-wrap: wrap;
}

.product-constructor-form__count{
    max-width: 105px;
    margin-left: auto;
}

.product-constructor-form-cart__quality-description{
    color: #f76465;
    margin-top: 4px;
    font-weight: bold;
}

.checkout-preview__collapse-btn{
    position: absolute;
    top: 7px;
    right: 4px;
    font-size: 16px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-checkout__collapse{
    width: 40px !important;
    height: 40px !important;
    overflow: hidden;
}

.popup-checkout__collapse .wrap-products-list{
    display: none;
}

.popup-checkout__collapse .pc-checkout__btn{
    display: none !important;
}

.product-constructor-form__details{
    width: 100%;
    max-width: 40%;
}

.js-prevNextCanvas{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product-constructor-btn-canvas-prev{
    left: 5px;
}

.product-constructor-btn-canvas-next{
    right: 10px;
}

.breadcrumbs__pc *{
    font-family: 'Inter',sans-serif;
}

.breadcrumbs__pc .highlight{
    color: #e91c24;
    font-style: italic;
    text-transform: uppercase;
}

/*
.product-constructor__material-section{
    padding: 0 25px;
}
*/
@media only screen and (max-width: 1280px) {
    .container-wrap--product-constructor{
        margin-top: 20px;
        max-width: 1200px;
    }
    .pc-cat-list{
        justify-content: center;
    }
    .pc-cat-list__item{
        margin: 25px;
    }

    .pcr-back-canvas__title{
        margin: 5px 0;
        letter-spacing: 0;
        user-select: none;
    }

    .pcr-back-canvas__canvas{
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 1000px) {
    .m-product-const {
        display: flex;
    }

    .owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: auto;
        touch-action: auto;
    }

    .product-constructor-wrap {
        flex-direction: column;
    }

    .product-constructor--back-btn,
    .product-constructor--dropdown {
        width: 100%;
        margin: 0 0 10px;
    }

    .product-constructor--options-box {
        padding: 30px 0;
    }

    .product-constructor__wrap-mobile-options {
        display: none;
        border: 1px solid #1e24359c;
        border-radius: 20px;
        padding: 20px 10px;
    }

    .product-constructor-options-item--head {
        justify-content: space-between;
    }

    .product-constructor-options-item--title {
        margin: 0 10px 10px;
    }

    .product-constructor-options-item--carousel {
        justify-content: space-between;
    }

    .product-constructor-options-item-carousel--content {
        width: 63vw;
    }

    .product-constructor-options-item--carousel .owl-item,
    .product-constructor-options-item--parameters-group {
        width: 30vw !important;
    }

    .product-constructor-options-item--current-parameter {
        height: 100% !important;
        width: 30vw !important;
        padding: 0 0 15px;
    }

    .product-constructor-options-item--current-parameter:hover {
        border: inherit;
    }

    .product-constructor-options-item--current-parameter.active {
        border: 2px solid #1e24359c;
    }

    .product-constructor-options-item__footer-button {
        display: block;
        margin: 20px auto 0;
        width: 50%;
        position: relative;
        background-color: #485463;
        color: white;
        border-radius: 20px;
        padding: 10px 5px;
        line-height: 1;
        text-align: center;
        font-weight: bold;
    }

    .product-constructor-options-item__footer-button i {
        margin-right: 3px;
    }

    .product-constructor-options-item--other-parameters__item {
        width: calc(33% - 10px);
        margin: 0 5px 10px;
    }

    .product-constructor-form-cart__btn-checkout,
    .product-constructor-options-item--other-parameters__preview {
        width: 100%;
    }

    .product-constructor-options-item--carousel .owl-stage {
        width: 63vw !important;
    }

    .mobile-display {
        display: block;
    }

    .mobile-hidden {
        display: none;
    }

    .product-constructor-result--bottom-side {
        padding: 0;
    }

    .product-constructor-form-cart-row,
    .product-constructor-form-cart-row__article,
    .product-constructor-form-cart__quality {
        width: 100%;
    }

    .product-constructor-form-cart__quality {
        margin-top: 5px;
    }

    .product-constructor-form-cart__quality input[type=number] {
        width: 50%;
    }

    .pc-checkout__count input {
        width: 35px;
    }

    .pc-cat-list {
        flex-direction: column;
        align-items: center;
    }

    .pc-cat-list__item {
        min-width: 70%;
    }

    .pc-cat-list__preview {
        display: none;
    }

    .pc-cat-list__preview--mobile {
        display: block;
    }

    .pc-cat-list__title {
        font-size: 18px;
    }

    .pc-sub-cat__title {
        font-size: 2em;
    }

    .pc-sub-cat-group__title {
        font-size: 1em;
    }

    .pc-sub-cat-group {
        width: 100%;
    }

    #popup-checkout.pc-checkout {
        left: 20%;
        border-radius: 10px;
        width: 60%;
        height: 80%;
        padding: 15px;
        top: 10%;
        border: unset;
        background-color: #b5abab;
    }


    #popup-checkout.pc-checkout .modal-background {
        display: block;
        position: fixed; /* Stay in place */
        z-index: -1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0, 0, 0); /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }

    #popup-checkout.pc-checkout .close-btn {
        position: absolute;
        display: flex;
        top: 4px;
        right: 4px;
        color: #f76465;
        font-size: 27px;
        line-height: 1;
    }

    #popup-checkout.pc-checkout .check-count {
        display: none;
    }

    #popup-checkout.pc-checkout .products-list .p-item {
        border: 2px solid #e0e0e0;
        border-radius: 50px;
    }

    #popup-checkout.pc-checkout .products-list .p-item .remove-btn {
        display: block;
    }

    .pc-checkout-page {
        padding: 0 20px 20px;
    }

    .pc-checkout-page .current-step .step-title {
        font-size: 25px;
    }

    .pc-checkout-page .pc-checkout__article {
        width: 100%;
    }

    .pc-checkout-page .count {
        font-size: 12px;
        text-align: center;
    }

    .pc-checkout-page .pc-checkout-row-input {
        text-align: center;
        flex-direction: column;
    }

    .pc-checkout-page .step-cart .checkout-body .checkout-body-desc {
        width: 100%;
        margin-top: 10px;
    }

    .pc-checkout-page .empty-info {
        padding: 10px;
    }

    .checkout-additional-nav ul {
        flex-direction: column;
    }

    .checkout-additional-nav ul li{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 425px){
    .product-constructor-options-item--head {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .product-constructor-options-item-carousel--btn {
        font-size: 20px;
    }

    .product-constructor-options-item-carousel--content{
        margin: 0 17px;
    }

    .m-product-const-element__img{
        width: 135px;
        height: 135px;
    }
    .m-product-const-element__btn{
        line-height: 1.4;
    }
}