*,
*::after,
*::before {
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
}

button {
    border: none;
    cursor: pointer;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* transition: 0.5s all; */
}

body.menu-opened {
    overflow-y: hidden;
}

.wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    /* max-width: 1756px; */
    /* max-width: 1440px; */
    /* max-width: 1470px; */
    /* max-width: 1100px; */
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header {
    background: -moz-linear-gradient( 180deg, rgb(0,102,153) 0%, rgb(0,153,204) 100%);
    background: -webkit-linear-gradient( 180deg, rgb(0,102,153) 0%, rgb(0,153,204) 100%);
    background: -ms-linear-gradient( 180deg, rgb(0,102,153) 0%, rgb(0,153,204) 100%);
    /* padding: 75px 0 66px; */
    /* padding: 36px 0; */
    padding: 28px 0;
}

/* .header .wrapper {
    max-width: 1756px;
} */

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-menu {
    /* width: auto; */
    /* width: 75px; */
    width: 56px;
}

.header-logo-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.header-logo {
    /* width: 27%; */
    width: 38%;
}

.header-search {
    /* width: 35%; */
    width: 50%;
}

.header-btns {
    /* width: auto; */
    width: 14%;
}

.header-menu-btn {
    display: block;
    position: relative;
    cursor: pointer;
/*     width: 75px;
height: 50px; */
    width: 56px;
    height: 37px;
}

.header-menu-btn span {
    position: absolute;
    width: 100%;
    /* height: 10px; */
    height: 6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 5px; 
}

.header-menu-btn::after, .header-menu-btn::before {
    content: '';
    position: absolute;
    /* height: 10px; */
    height: 6px;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-radius: 5px;
}

.header-menu-btn::before {
    top: 0;
}

.header-menu-btn::after {
    top: 100%;
    transform: translateY(-100%);
}

.header-logo img {
    width: 100%;
}

.header-search-box {
    position: relative;
    overflow: hidden;
    /* padding: 0 20px; */
    border-radius: 2% / 50%;
}

/* .header-search-box::before {
    content: '';
    position: absolute;
    top: calc(50% - 60px);
    left: 12px;
    height: 120px;
    width: 120px;
    border-radius: 100% 0px 0px 100%;
    background: linear-gradient(to right, #6bbedc 50%, transparent 0%);
    z-index: 0;
    pointer-events: none;
}

.header-search-box::after {
    content: '';
    position: absolute;
    top: calc(50% - 60px);
    right: 12px;
    height: 120px;
    width: 120px;
    border-radius: 0px 100% 100% 0px;
    background: linear-gradient(to left, #6bbedc 50%, transparent 0%);
    z-index: 0;
    pointer-events: none;
} */

.search-input {
    background-color: #6bbedc;
    border: none;
    /* padding: 18px 40px 18px 20px; */
    /* padding: 18px 62px 18px 20px; */
    padding: 12px 47px 12px 20px;
    /* font-size: 19px; */
    font-size: 16px;
    font-family: "Century Gothic";
    color: rgba(255, 255, 255, 0.761);
    z-index: 1;
    position: relative;
    width: 100%;
}

.search-input::-webkit-input-placeholder {
    /* font-size: 19px; */
    font-size: 16px;
    font-family: "Century Gothic";
    color: rgba(255, 255, 255, 0.761);
}
.search-input::-moz-placeholder {
    /* font-size: 19px; */
    font-size: 16px;
    font-family: "Century Gothic";
    color: rgba(255, 255, 255, 0.761);
}/* Firefox 19+ */
.search-input:-moz-placeholder {
    /* font-size: 19px; */
    font-size: 16px;
    font-family: "Century Gothic";
    color: rgba(255, 255, 255, 0.761);
}/* Firefox 18- */
.search-input:-ms-input-placeholder {
    /* font-size: 19px; */
    font-size: 16px;
    font-family: "Century Gothic";
    color: rgba(255, 255, 255, 0.761);
}

.search-btn {
    display: inline-block;
/*     width: 33px;
height: 29px; */
    width: 25px;
    height: 21px;
    background: url(../img/icons/icon-search.png) no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    position: absolute;
    /* right: 21px; */
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.header-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .header-btns-elem {
    margin-left: 31px;
} */

.header-btns-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-btns-link img {
    /* width: max-content; */
    margin-bottom: 7px;
    display: block;
    max-height: 29px;
}

.header-btns-title {
    /* font-size: 17px; */
    font-size: 13px;
    line-height: 1;
    font-family: "Arial";
    color: rgb(255, 255, 255);
}

.header-cart, .header-fav {
    position: relative;
}

.header-counter {
    position: absolute;
    right: -8px;
    top: 0px;
    color: #eeeeee;
    background-color: #f60c0c;
    display: flex;
    align-items: center;
    justify-content: center;
/*     width: 24px;
height: 16px; */
    width: 21px;
    height: 14px;
    border-radius: 8px;
    font-size: 10px;
}

section {
    position: relative;
}

.banner-box {
    position: relative;
}

.banner-img {
    width: 100%;
    display: block;
}

.banner-title {
    /* font-size: 53px; */
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-family: "Century Gothic";
    text-transform: uppercase;
    background-image: -moz-linear-gradient( 0deg, rgb(51,204,153) 0%, rgb(153,255,204) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(51,204,153) 0%, rgb(153,255,204) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(51,204,153) 0%, rgb(153,255,204) 100%);
    padding: 6px 10px 10px 10px;
    /* width: max-content; */

    position: absolute;
    right: 10%;
    bottom: 170px;
}

section.categories,
section.single {
    padding: 50px 0;
}

section.categories .wrapper,
section.blog .wrapper {
    overflow: hidden;
}

.title-box {
    display: flex;
    justify-content: end;
    margin-top: 0;
    margin-bottom: 60px;
    font-weight: 500;
}

.page-title {
/*     font-size: 60px;
line-height: 45px; */
    font-size: 45px;
    line-height: 34px;
    color: rgb(153, 153, 153);
    position: relative;
    padding-left: 16px;
    text-align: left;
}

.page-title::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 5px;
    background-color: rgb(51, 204, 153);
}

.cards {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
/*     margin-left: -40px;
margin-right: -40px; */
    margin-left: -20px;
    margin-right: -20px;
}

.card {
    /* flex: 0 0 28.5%; */
    /* flex: 0 0 calc((100% / 3) - 80px); */
    /* width: calc((100% / 3) - 80px); */
    width: calc((100% / 4) - 80px);
    width: calc((100% / 4) - 40px);
    /* border: 2px solid rgb(205, 205, 205); */
    box-shadow: 0px 0px 12px #000000;
    border-radius: 10px;
    padding: 20px 17px 18px 17px;
    margin-bottom: 64px;
/*     margin-left: 40px;
margin-right: 40px; */
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title {
    /* font-size: 45px;
    line-height: 35px; */
    margin: 0 auto 22px;
    display: flex;
    justify-content: center;
    /* width: max-content; */
}

.card-title a {
/*     font-size: 45px;
line-height: 35px; */
    font-size: 30px;
    /* line-height: 23px; */
    line-height: 30px;
    color: rgb(102, 102, 102);
    padding-left: 18px;
    position: relative;
}

.card-title a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 5px;
    background-color: rgb(255, 153, 0);
    
}

.card-img img {
    display: block;
    width: 100%;
    border: 2px solid rgb(205, 205, 205);
    border-radius: 5px;
}

.card-img {
    margin-bottom: 54px;
}

.card-more {
    border-radius: 10px;
    background-color: rgb(102, 153, 204);
    /* width: max-content; */
    /* margin: 0 auto; */
}

.card-more a {
    /* font-size: 44px; */
    font-size: 33px;
    font-family: "Arial";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: block;
/*     padding: 15px 84px; */
    /* padding: 15px 15px; */
    padding: 12px 12px;
    text-align: center;
}

.cards.cards-style2 {
    margin-left: -10px;
    margin-right: -10px;
}

.cards-style2 .card {
    padding: 0;
    border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
    width: calc((100% / 4) - 20px);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.cards-style2 .card-title,
.cards-style2 .card-img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.cards-style2 .card-img {
    margin-bottom: 0;
}

.cards-style2 .card-img img {
    border: none;
    border-radius: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cards-style2 .card-title a {
    color: #fff;
    padding-left: 0;
}

.cards-style2 .card-title a::before {
    content: none;
}

.cards-style2 .card-title {
    margin: 0;
    padding: 33px;
    justify-content: flex-start;
    width: auto;
    align-items: flex-end;
}



.banners-box {
    display: flex;
    justify-content: space-between;
}

.banners-elem {
    flex: 0 0 50%;
}

.banners-elem img {
    width: 100%;
    display: block
}

section.text {
    padding-top: 50px;
    padding-bottom: 50px;
}

.text-content {
    font-size: 18px;
    font-family: "Century Gothic";
    color: rgb(14, 14, 14);
    line-height: 1.5;
    /* max-height: 410px; */
    overflow: hidden;
    position: relative;
}

.text-content p {
    margin-bottom: 32px;
}

.read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient( 90deg, #fff 0%, #fff 50%, #ffffffbd  80%, transparent 100%); 
    padding: 50px 0;
}

#read-more {

   
    text-align: left;
    font-size: 18px;
    font-family: "Century Gothic";
    color: rgb(0, 102, 153);
    background: transparent;
    padding: 0;
}


.text-content.opened {
    max-height: max-content;
}

.text-content.opened .read-more {
    position: relative;
}


.links-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.links-elem {
    flex: 0 0 50%;
}

.links-elem a {
    position: relative;
    display: block;
}

.links-elem img {
    width: 100%;
    display: block
}

.links-elem-title {
    font-size: 32px;
    font-family: "Century Gothic";
    color: rgb(255, 255, 255);
    font-weight: bold;
    position: absolute;
    top: 34px;
    left: 22px;
}


.footer {
    background-color: #000000;
    padding: 48px 0 90px;
}

.footer-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-col.logo {
    /* flex: 0 0 25%; */
    flex: 0 0 24%;
}

.footer-col.footer-menu {
    flex: 0 0 15%;
}

.footer-col.contacts {
    /* flex: 0 0 17%; */
    flex: 0 0 18%;
}

.footer-logo {
    /* margin-bottom: 64px; */
    margin-bottom: 48px;
}

.footer-logo img {
    width: 100%;
    display: block;
}

.footer-info {
    /* font-size: 21px; */
    /* font-size: 17px; */
    font-size: 15px;
    color: rgb(255, 153, 0);
    margin-left: 16%;
}

.footer-info-mobile {
    display: none;
}

.footer-col-title {
    /* font-size: 21px; */
    /* font-size: 17px; */
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-bottom: 32px;
}

.footer-menu-elem {
    margin-bottom: 17px;
}

.footer-menu-elem a {
    /* font-size: 21px; */
    /* font-size: 17px; */
    font-size: 16px;
    line-height: 1;
    color: rgb(255, 255, 255);
}

.footer-phone {
    margin-bottom: 12px;
    text-align: right;
}

.footer-phone a {
    /* font-size: 24px; */
    /* font-size: 23px; */
    font-size: 17px;
    color: rgb(255, 255, 255);
    /* padding-left: 34px; */
    padding-left: 26px;
    display: inline-block;
    position: relative;
}

.footer-phone a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
/*     height: 26px;
width: 26px; */
    height: 20px;
    width: 20px;
    background: url(../img/icons/icon-phone.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.footer-email {
    margin-bottom: 32px;
    text-align: right;
}

.footer-email a {
    /* font-size: 21px; */
    font-size: 16px;
    color: rgb(255, 255, 255);
    /* padding-left: 44px; */
    padding-left: 33px;
    display: inline-block;
    position: relative;
}

.footer-email a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
/*     height: 30px;
width: 30px; */
    height: 23px;
    width: 23px;
    background: url(../img/icons/icon-email.png) no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.footer-soc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
}

.footer-sites {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-soc-elem a img,
.footer-sites-elem a img {
    display: block;
    width: 100%;
    max-height: 42px;
}

.go-top {
    position: fixed;
    right: -35px;
    bottom: 18px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    background-image: url(../img/icons/icon-arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.go-top.show {
    right: 23px;
    opacity: 1;
    visibility: visible;
    z-index: 5;
}

:root {
    --edgeH: 75px;
}

.section-edge {
    position: absolute;
    left: 0;
    width: 100%;
    /* height: 100px; */
    height: var(--edgeH);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.section-edge.bottom {
    bottom: 0;
    width: 100%;
}

.section-edge-elem {
    background-color: #fff;
    position: relative;
}


.section-edge-elem.long {
    /* width: calc(90% - 108px); */
    width: calc(90% - (var(--edgeH) / 0.92));
}

.section-edge-elem.short {
    /* width: calc(10% - 108px); */
    width: calc(10% - (var(--edgeH) / 0.92));
}

.section-edge-elem.long::before {
    content: '';
    position: absolute;

}

.section-edge-elem.short::before {
    content: '';
    position: absolute;

}

.section-edge-elem::after {
    content: '';
    top: 0px;
    width: calc(100% + 18px);
    position: absolute;
    height: 10px;
    background-color: #006699;
    z-index: 2;
}

.section-edge-elem.short::after {
    right: 0;
}

.square {
/*     height: 150px;
width: 150px; */
    height: calc(var(--edgeH) * 1.5);
    width: calc(var(--edgeH) * 1.5);    
    background: transparent;
    transform: rotateZ(45deg);
    /* top: -81px; */
    top: calc(var(--edgeH) / 1.24 * (-1));
    position: relative;
    border-bottom: 10px solid #006699;
    border-right: 10px solid #006699;
}

.square::before {
    content: '';
    position: absolute;
    background: #fff;
    bottom: -110px;
    left: 0;
    width: 110%;
    height: 100px;
}

.square::after {
    content: '';
    position: absolute;
    background: #fff;
    top: 0;
    right: -110px;
    width: 100px;
    height: 110%;
}



.section-edge.bottom.reverse {
    /* bottom: -100px; */
    bottom: calc(var(--edgeH) * -1);
}

.section-edge.bottom.reverse .section-edge-elem {
    background-color: transparent;
}

.section-edge.bottom.reverse .square {
    background: #fff;
    z-index: 1;
}

.section-edge.bottom.reverse .square::before {
    content: none;
}

.section-edge.bottom.reverse .square::after {
    content: none;

}

.square-inner {
    position: absolute;
/*     bottom: 10px;
right: 10px; */
    bottom: 7px;
    right: 7px;
/*     width: 100px;
height: 100px; */
    width: var(--edgeH);
    height: var(--edgeH);
    border-bottom: 10px solid #006699;
    border-right: 10px solid #006699;
}

.section-edge.top {
    bottom: 0;
    transform: scale(1, -1);
}

.section-edge.top .section-edge-elem {
    background-color: transparent;
}

.section-edge.top .square {
    background-color: #000000;
}

.section-edge.top .square::before {
    background: transparent;
}

.section-edge.top .square::after {
    background: transparent;
}



.menu {
    position: fixed;
    /* left: -100%;  */
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    /* transition: 0.5s all; */
    z-index: 9;
    background-color: rgb(37 37 37 / 50%);
    display: none;
}

.menu-body {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    /* width: 730px; */
    width: 474px;
    border: 1px solid rgb(0, 102, 153);
   /*  border-radius: 10px; */
    /* overflow-y: auto; */
    /* margin: 3px 0; */
}

.menu.opened {
    /* left: 0; */
    /* background-color: rgb(255 255 255 / 38%); */
    display: block;
}

.menu-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    /* padding: 50px 36px 20px 36px; */
    padding: 26px 8px 20px 8px;
}

.main-menu {
    overflow-y: auto;
    padding-right: 20px;
}

.main-menu-elem {
    /* margin-bottom: 26px; */
    /*margin-bottom: 10px;*/
    margin: 2px 0;
}

.main-menu-link {
    display: flex;
    align-items: center;

}

.main-menu-link img {
    max-width: 55px;
}

.main-menu-title {
    /* font-size: 29px; */
    font-size: 22px;
    font-family: "Century Gothic";
    color: #1c1c1c;
    /* margin-left: 32px; */
    margin-left: 10px;
    width: 100%;
    position: relative;
    /* padding: 8px 16px; */
    padding: 8px 10px;
}

.main-menu-elem.parent .main-menu-title::before {
/*    content: '';
    position: absolute;
    top: 50%;
    right: 24px;*/
    /* transform: translateY(calc(-50% + 6px)); */
   /* transform: translateY(calc(-50% + 5px));*/
    /* border: 12px solid transparent; */
    /* border: 10px solid transparent; */
    /* border-top: 12px solid #000; */
    /* border-top: 10px solid #000; */

    content: '';
   /*  width: 10px;
   height: 6px; */
    position: absolute;
    right: 12px;
    bottom: 50%;
    /* transform: translateY(calc(50% + 3px)); */
    transform: translateY(50%);
    display: block;
    /* border: 13px solid transparent; */
/*     border: 10px solid transparent;
border-top: 11px solid rgb(255, 255, 255); */
    z-index: 1;
    
    width: 12px;
    height: 12px;
    border-top: 2px solid rgb(230, 230, 230);
    border-right: 2px solid rgb(230, 230, 230);    
    
    transform: rotate(135deg);    
}

/*.main-menu-elem.parent .main-menu-title::after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    right: 12px;
    bottom: 50%;
    transform: translateY(calc(50% + 4px));
    display: block;
    border: 10px solid transparent;
    border-top: 11px solid rgb(230, 230, 230);
}*/

.main-menu-elem.active .main-menu-title,
.main-menu-elem.opened .main-menu-title {
    color: #fff;
    border-radius: 10px;
    background-color: rgb(0, 102, 153);
}

/*.main-menu-elem.parent.active .main-menu-title::before,
.main-menu-elem.parent.opened .main-menu-title::before{
    border-top: 12px solid #fff;
    border-top: 10px solid #fff;

}*/

/* .main-menu-elem.parent.active .main-menu-title::before,
.main-menu-elem.parent.opened .main-menu-title::before{
    border-top: 11px solid rgb(0, 102, 153);
}
 */
.sub-menu {
    /* padding-left: 138px; */
    padding-left: 79px;
    margin: 50px 0 30px;
    display: none;
}

.sub-menu-elem,
.main-menu-elem.menu-lvl2 {
    margin-bottom: 15px;
    padding-left: 10px;
}

.sub-menu-elem a,
.main-menu-elem.menu-lvl2 a {
    /* font-size: 29px; */
    font-size: 22px;
    font-family: "Century Gothic";
    color: rgb(28, 28, 28);
}

.sub-menu-elem:hover,
.main-menu-elem.menu-lvl2:hover {
    background-color: #6bbedc;
    border-radius: 5px;
}

.main-menu-elem.menu-lvl2.active {
    background-color: #6bbedc;
    border-radius: 5px;    
}

.sub-menu.active {
    display: block;
}

.main-menu-elem.parent.active .sub-menu {
    display: block;
}

.menu-soc {
    padding-top: 16px;
}

.menu-soc-box {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    padding: 0 30px;
}

.menu-soc-elem {
    margin: 0 10px;
}

.menu-soc-elem img {
    max-height: 35px;
    display: block;
}

.menu-soc-desc {
    /* font-size: 22px; */
    font-size: 13px;
    font-family: "Century Gothic";
    color: rgb(51, 51, 51);
    text-align: center;
    margin-bottom: 15px;
}

.btn-close {
    display: none;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 32px;
    height: 32px;
    background: url(../img/icons/icon-close.png) no-repeat;
    background-color: transparent;
    background-position: center;
}


section.section-pb {
    padding-bottom: 200px;
}

section.section-pb .section-edge {
    bottom: 0;
}

.card.product {
    padding-top: 0;
}

.card.product .ms2_form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-fav {
    display: flex;
    justify-content: space-between;
    margin: 0 5px 19px;
    align-items: end;
}

.btn.fav {
/*     height: 38px;
width: 30px; */
    height: 28px;
    width: 22px;
    background: #cccccc;
    margin-bottom: 10px;
    position: relative;
}

.btn.fav::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
/*     border: 15px solid transparent;
border-bottom: 13px solid #fff; */
    border: 11px solid transparent;
    border-bottom: 10px solid #fff;
}

/* .btn.fav.active {
    background: #47d1a3;
} */

.btn.fav.voted {
    background: #47d1a3;
}

.card.product .card-img {
    margin-bottom: 27px;
}

.card.product .card-title {
    /* margin: 0 0 55px; */
    margin: 0 0 40px;
    /* font-size: 38px;
    line-height: 30px; */
    justify-content: start;
}

.card.product .card-title a {
/*     font-size: 38px;
line-height: 30px; */
    font-size: 30px;
    line-height: 23px;
    line-height: 30px;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-price {
/*     border-radius: 10px;
background-image: -moz-linear-gradient( 0deg, rgb(51,204,153) 0%, rgb(153,255,204) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(51,204,153) 0%, rgb(153,255,204) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(51,204,153) 0%, rgb(153,255,204) 100%); */
    width: max-content;
    /* padding: 7px 7px; */
    /* padding: 9px 5px; */
    /* font-size: 37px; */
    font-size: 28px;
    /* color: #fff; */
    color: rgb(51, 51, 51);
}

.cards.products-style2 .card.product {
    box-shadow: 0px 0px 5.94px 0.06px rgba(0, 0, 0, 0.41);
    padding: 0px 0 10px 0;
}

.cards.products-style2 .card-header {
    display: flex;
    justify-content: space-between;
    margin: 0 18px 10px;
}

.cards.products-style2 .btn.fav {
    height: 20px;
    width: 14px;
}

.cards.products-style2 .btn.fav::before {
    border: 7px solid transparent;
    border-bottom: 6px solid #fff;
}

.cards.products-style2 .card-title {
    margin: 0;
    width: calc(100% - 20px);
}

.cards.products-style2 .card.product .card-title a {
    font-size: 18px;
    color: rgb(51, 51, 51);
    padding: 0;
}

.cards.products-style2 .card-title a::before {
    content: none;
}

.cards.products-style2 .card-img img {
    border: none;
    border-radius: 0;
}

.cards.products-style2 .card.product .card-img {
    margin-bottom: 10px;
}

.cards.products-style2 .card-footer {
    justify-content: center;
}

.product-price {
    margin-left: auto;
}

/* .card-currency {
    font-weight: bold;
} */

.btn.add {
/*     width: 75px;
height: 75px; */
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgb(102, 153, 204);
    position: relative;
}

.btn.add::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
/*     width: 52px;
height: 39px; */
    width: 39px;
    height: 29px;
    background: url(../img/icons/icon-cart.png) no-repeat;
    background-size: contain;
    display: block;
}

.btn.fav-del {
/*     height: 28px;
width: 28px; */
    height: 22px;
    width: 22px;
    background: url(../img/icons/icon-close.png) no-repeat;
    background-size: contain;
}

.page-title.fav-title {
    display: flex;
    align-items: center;
}

.page-title.fav-title::before {
    top: 50%;
    height: 45px;
    transform: translateY(-50%);
}

.fav-counter {
    border-radius: 50%;
    background-color: #66d9b3;
/*     width: 89px;
height: 89px; */
    width: 66px;
    height: 66px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 28px;
}

.product-section {
    padding-top: 50px;
    padding-bottom: 100px;
}

.product-box {
    display: flex;
    justify-content: space-between;
}

.product-slider,
.product-info {
    width: 50%;
}

.product-slider {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: -12px;
    overflow: hidden;
    height: max-content;
}

.swiper-container.swiper-thumbs {
    /* width: 16%; */
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* height: 100%; */
}

.swiper-container.swiper-thumbs::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, #fff 50%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}

.swiper-container.swiper-product {
    /* width: 80%; */
    width: 79%;
    position: relative;
    /* left: 80px; */
    /* margin-left: 18%; */
    margin-left: 20%;
}

.swiper-container.swiper-thumbs .swiper-slide,
.swiper-container.swiper-product .swiper-slide {
    padding: 12px;
}

.swiper-container.swiper-thumbs .swiper-slide.swiper-slide-thumb-active img {
    box-shadow: 0px 0px 12px #000000;
}

.swiper-container.swiper-thumbs .swiper-slide {
    cursor: pointer;
    /* height: max-content!important; */
}

.swiper-slide img {
    width: 100%;
    display: block;
} 

.swiper-container.swiper-product .swiper-slide.swiper-slide-active img {
    box-shadow: 0px 0px 12px #000000;
}

.swiper-thumbs .swiper-button-next, 
.swiper-thumbs .swiper-button-prev {
    color: #69c;
}

.swiper-thumbs .swiper-button-next {
/*     bottom: -6px;
left: 50%;
right: auto;
top: auto;
transform: rotateZ(90deg) translateX(-50%); */
    bottom: -6px;
    right: auto;
    left: calc(50% - 13px);
    top: auto;
    transform: rotateZ(90deg);
}

.swiper-thumbs .swiper-button-prev {
/*     right: auto;
left: 50%;
top: 34px;
transform: rotateZ(90deg) translateX(-50%); */
    
    right: auto;
    left: calc(50% - 13px);
    top: 20px;
    transform: rotateZ(90deg);
}


.swiper-thumbs .swiper-button-next::after, 
.swiper-thumbs .swiper-button-prev::after {
    font-size: 35px;
}

a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox__nav {
  --carousel-button-bg: #E5E7EB;

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;

  --carousel-button-svg-stroke-width: 3;
}

.fancybox__nav .carousel__button.is-next {
  right: 30px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 30px;
}

.carousel__button.is-close {
  top: 0;
  right: 0;
  z-index: 10;
}

.fancybox__container {
  --fancybox-color: #334155;
  --fancybox-bg: #fff;

  --fancybox-content-color: #6B7280;
  --fancybox-content-bg: #fff;

  --fancybox-thumbs-width: 48px;
  --fancybox-thumbs-ratio: 1;

  --carousel-button-svg-stroke-width: 1.5;
  --carousel-button-svg-filter: none;
}

.fancybox__toolbar {
  padding: 0;

  background: #fff;
  text-shadow: none;

   --carousel-button-svg-width: 24px;
--carousel-button-svg-height: 24px; 
  display: flex;
  border-bottom: 1px solid #E5E7EB;
}

.carousel__slide.has-thumb {
  padding: 5px;
  margin: 16px 8px;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
}

.carousel__slide.has-thumb:hover,
.carousel__slide.has-thumb.is-nav-selected {
  border-color: #6B7280;
}

.is-nav-selected .fancybox__thumb::after {
  display: none;
}

.product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 12px;
}

.product-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.product-heading .title-box {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.product-heading .title-box .page-title {
/*     font-size: 72px;
line-height: 58px; */
    font-size: 54px;
    /* line-height: 44px; */
    line-height: 1;
    color: #000;
}

.product-heading .title-box .page-title::before {
    height: 54px;
}


.product-heading .btn.fav {
    display: block;
    width: 72px;
    height: 95px;
}

.product-heading .btn.fav::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border: 36px solid transparent;
    border-bottom: 32px solid #fff;
}

.product-heading .btn.fav.active {
    background-image: -moz-linear-gradient( -90deg, rgb(51,204,153) 0%, rgb(153,255,204) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(51,204,153) 0%, rgb(153,255,204) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(51,204,153) 0%, rgb(153,255,204) 100%);
}

.product-section .mobile {
    display: none;
}

.product-params {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 20px;
}

.product-container-elem {
    width: 50%;
}

.product-container-elem.top-right,
.product-container-elem.bottom-right {
    width: calc(50% - 32px);
}

.product-container-elem.bottom-left {
    display: flex;
    align-items: end;
}

.container-elem-title {
    margin-bottom: 20px;
}

.container-chars {
    color: rgb(153, 153, 153);
}

.container-chars .spec-row {
    margin-bottom: 20px;
    display: block;
}

.container-chars .spec-prop {
    width: auto;
    border-bottom: none;
}

.container-chars .spec-value {
    padding-left: 10px;
}




.select {
    position: relative;
    display: block;
    width: 100%;
    /* max-width: 420px; */
    /* max-width: 63%; */
    margin-bottom: 20px;
}

.select-head {
    /* font-size: 22px; */
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 1;
    /* color: rgb(51, 51, 51); */
    color: rgb(153, 153, 153);
    width: 100%;
    /* max-width: 100%; */
    /* padding: 14px 54px 14px 15px; */
    padding: 10px 54px 10px 15px;
    cursor: pointer;
    /* border: 2px solid rgb(153, 153, 153); */
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    position: relative;

}

.select-head::after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    /* right: 20px; */
    right: 12px;
    bottom: 50%;
    /* transform: translateY(calc(50% + 9px)); */
    transform: translateY(calc(50% + 4px));
    display: block;
/*     border: 17px solid transparent;
border-top: 18px solid rgb(51, 204, 153); */
    /* border: 13px solid transparent; */
    border: 10px solid transparent;
    /* border-top: 14px solid rgb(51, 204, 153); */
    border-top: 11px solid rgb(230, 230, 230);
    
}

.select-head::before {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    right: 12px;
    bottom: 50%;
    /* transform: translateY(calc(50% + 3px)); */
    transform: translateY(50%);
    display: block;
    /* border: 13px solid transparent; */
    border: 10px solid transparent;
    border-top: 11px solid rgb(255, 255, 255);
    z-index: 1;
}

.select-head.open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 2px solid transparent;
}

.select-box {
    display: none;
    position: absolute;
    /* top: 100%; */
    top: calc(100% - 2px);
    left: 0;
    right: 0;
    background: #fff;
/*     border-left: 2px solid rgb(153, 153, 153);
border-right: 2px solid rgb(153, 153, 153);
border-bottom: 2px solid rgb(153, 153, 153); */
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 5px;
    padding-top: 5px;
    z-index: 2;
}


.select-list {
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select-list::-webkit-scrollbar {
    width: 15px;
    padding: 5px;
}

.select-list::-webkit-scrollbar-thumb {
    background-color: rgb(230, 230, 230);
}

.select-list .select-item {
    position: relative;
    padding: 5px 15px 5px 44px;
    cursor: pointer;
    list-style-type: none;
    /* font-size: 23px; */
    /* font-size: 18px; */
    font-size: 16px;
    color: rgb(153, 153, 153);    
}

.select-list .select-item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}

.product-color-desc {
    font-size: 25px;
    color: rgb(102, 102, 102);
    margin-bottom: 15px;
}

.product-price .card-price {
    /* font-size: 66px; */
   /*  font-size: 48px; */
    font-size: 38px;
    line-height: 1;
    margin: 0 auto 32px auto;
}

.product-shift {
    padding-left: 50px;
}

.product-depth {
    margin-bottom: 30px;
}

.product-depth-info {
    /* margin-bottom: 28px; */
    margin-bottom: 13px;
    position: relative;
}

.product-depth-title {
    /* font-size: 25px; */
    /* font-size: 20px; */
    font-size: 16px;
    /*color: rgb(102, 102, 102);*/
    color: rgb(153, 153, 153);
    /* padding-left: 50px; */
    position: relative;
    display: flex;
    align-items: center;
}

.product-depth-icon {
/*     height: 31px;
width: 31px; */
    height: 13px;
    width: 13px;
    /* background: url(../img/icons/icon-info.png) no-repeat; */
    background: url(../img/icons/icon-info2.png) no-repeat;
    background-size: contain;
    position: relative;
    /* transform: translateY(-50%);    */
}

.product-depth-desc {
    /* margin-left: 19px; */
    margin-left: 15px;
    margin-right: 11px;
}

.product-depth-popup {
    position: absolute;
    top: 100%;
    /* left: 16px; */
    right: 6px;
    width: 310px;
    /* max-width: 550px; */
    max-width: 312px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}

.product-depth-inner {
    /* margin-top: 49px; */
    margin-top: 32px;
    /* padding: 26px; */
    padding: 20px 14px;
    /* border:  1px solid rgb(51, 204, 153); */
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 4px 19.95px 1.05px rgb(0 0 0 / 34%); */
    box-shadow: 0px 0px 5.88px 0.12px rgba(0, 0, 0, 0.33);
    border-radius: 8px;
    /*  border-top-left-radius: 0; */
    border-top-right-radius: 0;
    position: relative;
}

.product-depth-popup::before {
    content: '';
    position: absolute;
    /* top: 12px; */
    top: 0;
    /* left: 1px; */
    /* left: 0px; */
    right: 0px;
/*     height: 37px;
width: 27px; */
    /* border: 20px solid transparent; */
    border: 12px solid transparent;
    /* border-bottom: 20px solid white;
    border-left: 20px solid white; */
    border-bottom: 20px solid #33cc99;
    /* border-left: 20px solid #33cc99; */
    border-right: 7px solid #3c9;
    /* filter: drop-shadow(0px 4px 6px #00000057);   */
    /* filter: drop-shadow(0px 0px 15px #00000057); */
    /* filter: drop-shadow(0px 0px 5.88px rgba(0, 0, 0, 0.33)); */
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.33));
}

.product-depth-popup::after {
    content: '';
    position: absolute;
    /* top: 12px; */
    /* top: 11px; */
    top: 0;
    /* left: 1px; */
    right: 0px;
/*     height: 37px;
width: 27px; */
    border: 12px solid transparent;
    border-bottom: 20px solid white;
    /* border-left: 20px solid white; */
    border-right: 7px solid white;
    /* filter: drop-shadow(-1px -2px 1px #00000057); */
    /* filter: drop-shadow(-1px -2px 0px #33cc99); */
    z-index: 2;
}

/* .product-depth-title:hover .product-depth-popup {
    opacity: 1;
    visibility: visible;
} */

.product-depth-icon:hover .product-depth-popup {
    opacity: 1;
    visibility: visible;
}

.product-depth-text {
    /* font-size: 18px; */
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.product-depth-text .bold-text {
    font-weight: bold;
}

.product-depth-link a {
    /* font-size: 20px; */
    font-size: 14px;
    color: #0066cc;
}

.product-depth-wrapper {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    max-width: 420px;
}

.depth-input {
    display: none;
}

.depth-block-elem.brand {
    display: none;
}

.size-block {
    display: block;
    margin-right: 27px;
    margin-bottom: 10px;
}

.size-title {
    display: flex;
/*     justify-content: center;
align-items: center; */
    justify-content: flex-start;
    align-items: flex-start;
/*     height: 100px;
width: 100px; */
/*     height: 75px;
width: 75px; */
    width: 50px;
    height: 50px;
    cursor: pointer;
    color: rgb(153, 153, 153);
    background-color: rgb(255, 255, 255);
    /* border: 2px solid rgb(153, 153, 153); */
    border: 1px solid rgb(204, 204, 204);
    border-radius: 10px;
    /* font-size: 29px; */
    /* font-size: 22px; */
    font-size: 18px;
    text-transform: capitalize;
    padding: 8px;
}

.size-block input:checked ~ .size-title {
    /* border: 2px solid rgb(102, 153, 204); */
    border: 2px solid rgb(153, 204, 255);
}

/* .product-brand {
    margin-bottom: 30px;
} */

/* .product-brand-wrapper {
    width: max-content;
    margin: 0 auto;
} */

.product-brand-wrapper img {
    display: block;
}

.btn.add-cart {
    border-radius: 10px;
    background-color: rgb(102, 153, 204);
    width: max-content;
    margin: 0 auto;
    /* font-size: 44px; */
    /* font-size: 32px; */
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    /* padding: 15px 100px; */
    /* padding: 15px 30px; */
    /* padding: 15px 15px; */
    padding: 6px 15px;
    /* width: 83%; */
    width: 100%;
}



.tab-box {
    margin: 20px 0;
}

.tab-btns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.tab-btn {
    /* padding: 10px 24px 25px 24px; */
    padding: 8px 22px 23px 22px;
    cursor: pointer;
    position: relative;
    /* font-size: 24px; */
    font-size: 22px;
    color: rgb(102, 102, 102);
}

.tab-btn.active {
    color: #ff9900;
}

.tab-btn.params {
    display: none;
}

.tab-content {
    padding-top: 30px;
    border-top: 3px solid #f0f0f0;
}

.tab-body {
    display: none;
    /* font-size: 23px; */
    font-size: 20px;
    color: rgb(102, 102, 102);
    /* line-height: 30px; */
    line-height: 27px;
}

.tab-body.active {
    display: block;
}

.tab-body p {
    margin: 0;
}

.tab-title {
    /* font-size: 35px; */
    font-size: 26px;
    color: rgb(51, 51, 51);
    margin-bottom: 50px;
}

.spec-row {
    display: flex;
    margin-bottom: 25px;
}

.spec-prop {
    width: 11%;
    border-bottom: 1px dotted #666666;
}

.spec-value {
    padding-left: 38px;
}

.product-map {
    margin-top: 30px;
}

.feedback-wrapper {
    padding: 0 76px;
}

.feedback-group {
    display: flex;
    margin-bottom: 15px;
}

.feedback-input {
    border-radius: 10px;
    border: 2px solid rgb(230, 230, 230);
    font-size: 17px;
    padding: 8px 15px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.feedback-input::-webkit-input-placeholder {color: rgb(204, 204, 204); font-family: Arial, Helvetica, sans-serif;}
.feedback-input::-moz-placeholder          {color: rgb(204, 204, 204); font-family: Arial, Helvetica, sans-serif;}/* Firefox 19+ */
.feedback-input:-moz-placeholder           {color: rgb(204, 204, 204); font-family: Arial, Helvetica, sans-serif;}/* Firefox 18- */
.feedback-input:-ms-input-placeholder      {color: rgb(204, 204, 204); font-family: Arial, Helvetica, sans-serif;}

[name="user_name"].disabled {
    background-color: #dfdfdf;
    pointer-events: none;
}

.anonymous-title {
    font-size: 17px;
    color: rgb(102, 102, 102);
    cursor: pointer;
}

.feedback-checkbox {
    margin-left: 70px;
}

.real-checkbox {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
	z-index: -1;
}

.custom-checkbox {
	position: relative;
	display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 2px solid rgb(230, 230, 230);
	background: #ffffff;
    vertical-align: middle;
	margin-right: 5px;
	cursor: pointer;
}

.custom-checkbox::before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('../img/icons/check.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	margin-top: 1px;
}

.real-checkbox:checked + .custom-checkbox::before {
	transform: translate(-50%, -50%) scale(1);
}

.rating {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 45px;
}

.rating-title {
    /* font-size: 29px; */
    font-size: 22px;
    color: rgb(51, 51, 51);
}

.btn-feedback {
    border-radius: 10px;
    background-color: rgb(102, 153, 204);
    font-size: 22px;
    color: rgb(255, 255, 255);
    display: block;
    /* padding: 26px 42px; */
    padding: 20px 32px;
    line-height: 1;
    cursor: pointer;
    border: none;
}

.rating-stars,
.feedback-rating {
    display: flex;
}

.ec-rating-stars span.rating-star {
/*     width: 77px;
height: 73px; */
    width: 56px;
    height: 55px;
    background: url(../img/icons/icon-star.png) no-repeat;
    background-size: contain;
    margin: 0 6px;
}

.rating .rating-star {
    cursor: pointer;
}

.ec-rating-stars span.rating-star.active,
.ec-rating-stars span.rating-star.active2 {
    background: url(../img/icons/icon-star-active.png) no-repeat;
    background-size: contain;
}

.ec-rating-stars span.rating-star.active-disabled {
    background-position: unset;
}

.feedback-elem {
    border:  2px solid rgb(230, 230, 230);
    border-radius: 10px;
    padding: 21px 19px;
    margin-bottom: 15px;
}

.feedback-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.feedback-title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    color: #999999;
}

.feedback-rating .rating-star {
    width: 32px;
    height: 31px;
    margin: 0 3px;
    background: url(../img/icons/icon-star.png) no-repeat;
    background-size: contain;
}

.feedback-rating .rating-star.active {
    background: url(../img/icons/icon-star-active.png) no-repeat;
    background-size: contain;
}

.feedback-date {
    font-size: 17px;
    color: rgb(204, 204, 204);
}

.feedback-body {
    font-size: 17px;
    color: rgb(153, 153, 153);
}

.cart-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cart-left {
    width: 68%;
}

.cart-right {
    width: 30%;
}

.cart-products {
    border-radius: 10px;
    box-shadow: 0px 0px 14.55px 0.45px rgb(0 0 0 / 22%);
    padding: 14px 31px 64px 11px;
}

.product-list {
    margin-bottom: 97px;
}

.product-elem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 22px;
    padding-left: 16px;
    padding-top: 16px;
}

.product-elem:last-child {
    margin-bottom: 0;
}

.product-elem-del {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.btn-del {
/*     width: 38px;
height: 38px; */
    width: 30px;
    height: 30px;
    border: 1px solid rgb(205, 205, 205);
    border-radius: 50%;
    background: url(../img/icons/icon-close1.png) no-repeat;
    background-color: rgb(255, 255, 255);
    background-position: center;
}

.product-elem-info {
    display: flex;
    align-items: center;
    width: 53%;
}

.product-elem-img img {
    /* width: 100%; */
    display: block;
    border: 2px solid rgb(153, 153, 153);
    border-radius: 10px;
}

.product-elem-title a {
    /* font-size: 36px; */
    font-size: 27px;
    color: rgb(102, 102, 102);
    margin-left: 24px;
}

.product-elem-amount {
    width: 14%;
}

.product-elem-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}

.product-amount-change {
    border-width: 0px;
    border-color: rgb(153, 153, 153);
    border-radius: 50%;
    box-shadow: 0px 0px 5.82px 0.18px rgb(0 0 0 / 22%);
    width: 32px;
    height: 32px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    color: rgb(51, 51, 51);
    cursor: pointer;
}

.product-amount-change.minus {
    line-height: 28px;
}

.product-amount {
    font-size: 20px;
    color: rgb(51, 51, 51);
}

.product-elem-price {
    /* font-size: 36px; */
    font-size: 27px;
    color: rgb(102, 102, 102);
    width: 25%;
    text-align: right;
}

.cart-total,
.cart-amount {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-total {
    font-size: 24px;
    color: rgb(102, 102, 102);
    margin-bottom: 15px;
}

.cart-amount {
    font-size: 17px;
    color: rgb(102, 102, 102);
}

.cart-form {
    border-radius: 10px;
    box-shadow: 0px 0px 14.55px 0.45px rgb(0 0 0 / 22%);
    padding: 40px 30px 14px 30px;
    margin-bottom: 50px;
}

.form-row {
    margin-bottom: 30px;
}

.cart-label {
    display: block;
    /* font-size: 26px; */
    font-size: 20px;
    color: #666666;
    /* margin-bottom: 27px; */
    margin-bottom: 20px;
}

.cart-input {
    width: 100%;
    border: 2px solid rgb(218, 218, 218);
    border-radius: 10px;
    font-size: 22px;
    color: #666666;
    padding: 12px 10px;
}

.btn-order {
    /* font-size: 36px; */
    font-size: 27px;
    color: #fff;
    background-color: rgb(255, 51, 51);
    width: 100%;
    border-radius: 10px;
    /* padding: 18px 10px; */
    padding: 14px 10px;
}

.thanks-box {
    border-radius: 10px;
    box-shadow: 0px 0px 14.55px 0.45px rgb(0 0 0 / 22%);
    padding: 111px 70px 70px 70px;
}

.thanks-text {
    font-size: 45px;
    color: rgb(102, 102, 102);
    text-align: center;
    margin-bottom: 90px;
}

.thanks-text p {
    margin: 0 0 55px 0;
}

.thanks-text p:last-child {
    margin: 0;
}

.thanks-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    padding: 0 30px;
}

.thanks-socials-elem {
    margin: 0 10px;
}

.thanks-socials-elem img {
    max-height: 62px;
    display: block;
}

section.blog {
    padding: 50px 0;
}

section.blog .page-title {
/*     font-size: 48px; */
    font-size: 45px;
    line-height: 34px;
    line-height: 1;
    font-family: "Century Gothic";
    color: rgb(51, 51, 51);
    padding: 0;
}

section.blog .page-title::before {
    content: none;
}



.articles {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-left: -15px;
    margin-right: -15px;
}

.article {
    /* flex: 0 0 32%; */
    /* flex: 0 0 calc((100% / 3) - 30px); */
    flex: 0 0 calc((100% / 4) - 30px);
    border-radius: 10px;
    box-shadow: 0px 0px 14.85px 0.15px rgba(0, 0, 0, 0.21);
    padding: 12px 7px 18px 7px;
    margin-bottom: 64px;
    margin-left: 15px;
    margin-right: 15px;
}

.article-title,
.article-img {
    margin-bottom: 8px;
}

.article-title {
    padding-left: 10px;
}

.article-title a {
    font-size: 16px;
    font-family: "Century Gothic";
    color: rgb(51, 51, 51);
    /* padding-left: 10px; */
}

.article-img img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.article-desc {
    font-size: 13px;
    font-family: "Century Gothic";
    color: rgb(51, 51, 51);
    padding: 0 10px;
}

.articles-btn-more {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 30px;
    font-family: "Century Gothic";
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    padding-left: 60px;
    position: relative;
}

.articles-btn-more::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    background: url(../img/icons/loadmore.png) no-repeat;
    background-size: contain;
}

.articles-btn-more.btn-more {
    width: auto;
}

.banner-subtitle {
    position: absolute;
    top: 32px;
    left: 15%;
    /* font-size: 35px; */
    font-size: 26px;
    font-family: "Century Gothic";
    color: rgb(255, 255, 255);
}

.single-preview {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-preview-text, 
.single-preview-img {
    flex: 0 0 49%;
}

.preview-title {
    font-weight: bold;
    text-decoration: underline;
}

.single-preview-text p,
.single-body p {
    /* font-size: 25px; */
    font-size: 20px;
    font-family: "Century Gothic";
    color: rgb(102, 102, 102);
    line-height: 2;
    margin-top: 0;
}

.single-preview-img img {
    width: 100%;
    display: block;
}

.single-body h2 {
    /* font-size: 58px; */
    font-size: 43px;
    font-family: "Century Gothic";
    color: rgb(102, 102, 102);
    font-weight: 500;
    margin: 20px 0 30px;
}

#msOrder.ms2_form {
    margin-top: 0;
}

section.cart-page {
    padding-top: 50px;
}

.mobile-search {
    display: none;
    position: relative;
}

.cards.products-style2.cards-list-mgt {
    margin-top: 30px;
}

.page404-body {
    text-align: center;
}

.page404-text {
    margin-bottom: 40px;
}

.btn.btn-404,
.btn.btn-blog {
    border-radius: 10px;
    background-color: rgb(102, 153, 204);
    width: max-content;
    margin: 0 auto;
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    padding: 10px 20px;
}

.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs-separator {
    margin: 0 8px;
    color: #3c9;
}

.single-footer {
    margin-top: 30px;
}

.single-btn {
    margin: 30px 0;    
}

.more-title {
    font-size: 28px;
    font-family: "Century Gothic";
    color: rgb(102, 102, 102);
    font-weight: 500;
    margin: 20px 0 30px;
}