* {
    margin: 0px;
    padding: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;  
} 

body {  
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #363636;         
}
td {  
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    color: #363636;         
}

body {
    background: #fff;
    color: #363636;      
}
.relative {
    position: relative;
}
a {       
    color: #363636;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a:hover {

}
.clear {
    clear: both;
}

.flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap;       
}

.flexBoxStart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;       
}
.flexBoxCenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;       
}
.layer {
    width: calc(100% - 40px);
    max-width: 1240px;
    margin: 0px auto;
}
.headBackground {
    position: fixed; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    z-index: 99; 
    background: #ffffff4f;  
    padding: 1px 0px 1px;
    -webkit-transition: background .5s ease, visibility .5s ease;
    -moz-transition: background .5s ease, visibility .5s ease;
    -o-transition: background .5s ease, visibility .5s ease;
    transition: background .5s ease, visibility .5s ease;    
}
.headBackgroundWhite {
    background: #fff;
}
.headLayer {

}
.head {
    margin: 12px 0px 12px;
    position: relative;
    min-height: 40px;
}    
.headMenu {
    cursor: pointer;
    margin-top: -2px;
}


.headLogo {
    position: absolute;
    top: 0px;  
    left: 0px;
    right: 0px;
    margin: auto;
    width: 200px;
}

.headLang {
    font-size: 16px;  
    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; 
    flex-wrap: wrap;  
    cursor: pointer;
    position: relative;    
    padding: 5px;
    height: 50px;
    margin-bottom: -14px;
    border: 1px solid #ffffff00;
    background: #ffffff00;
    
    -webkit-transition: box-shadow .5s ease, background .5s ease;
    -moz-transition: box-shadow .5s ease, background .5s ease;
    -o-transition: box-shadow .5s ease, background .5s ease;
    transition: box-shadow .5s ease, background .5s ease, border .5s ease;
    
    margin-right: 42px;
}
.headLang span {
    background: url("../img/headLang.svg") 100% 40% no-repeat; 
    padding-right: 12px;
    display: block;   
}
.headLang a {
    display: block; 
    position: absolute;
    top: 26px;   
    left: 5px; 
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    font-weight: bold;
}
.headLang:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    background: #fff;
}
.headLang:hover a {
    opacity: 1;
    visibility: visible;
}
.headPics {
    width: 118px;
}



.headCart {
    position: relative;
}
.headCart span {
    position: absolute;
    top: 14px;   
    left: 0px;
    right: 0px;
    margin: auto;
    background: #363636;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 24px;
    height: 24px;
    
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.categoryTopLayer {
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(54, 54, 54, 0.4);
    text-align: center;
    margin-top: 70px;
}
.categoryTopList a {
    text-transform: uppercase;
    margin: 0px 31px;
    position: relative;
}
.categoryTopActive:after {
    content: " ";
    position: absolute;    
    bottom: -13px;
    left: 0px;    
    width: 100%;
    height: 4px;
    background: #363636;
    z-index: 2;
}

.backMenu {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0px;    
    left: -300px; 
    background: #fff;
    border-right: 1px solid #E7E7E7;
    padding-left: 100px;
    z-index: 100;          
    transition: left .3s ease, opacity .3s ease;
}
.backMenuActive {
    left: 0px;  
}
.backMenuTop {
    margin-top: 31px;
    position: relative;
    margin-bottom: 48px;
}
.backMenuTop a {
    display: inline-block;
}

.backMenuTop img {
    width: 93px;
    display: block;
}

.backMenuClose {
    position: absolute;
    top: -5px;
    bottom: 0px;
    margin: auto; 
    right: 24px;
    width: 16px;
    height: 16px;  
    cursor: pointer;    
}
.backMenuClose img {
    width: 16px;
    height: 16px;
}
.backMenuLinkLayer {
    position: relative;
    margin-left: -100px;
    width: calc(100% + 100px);
    
    overflow: hidden;
    -webkit-transition: height .2s ease, visibility .2s ease;
    -moz-transition: height .2s ease, visibility .2s ease;
    -o-transition: height .2s ease, visibility .2s ease;
    transition: height .2s ease, visibility .2s ease;
    margin-bottom: 40px;
}
.backMenuLinkItem1 {
    position: absolute;
    top: 0px;   
    left: 100px; 
    -webkit-transition: opacity .3s ease, left .3s ease;
    -moz-transition: opacity .3s ease, left .3s ease;
    -o-transition: opacity .3s ease, left .3s ease;
    transition: opacity .3s ease, left .3s ease;
}
.backMenuLinkItem2 {
    position: absolute;
    top: 0px;
    left: calc((100% + 100px) * -1);
    opacity: 0;
     
    -webkit-transition: opacity .3s ease, left .3s ease;
    -moz-transition: opacity .3s ease, left .3s ease;
    -o-transition: opacity .3s ease, left .3s ease;
    transition: opacity .3s ease, left .3s ease;
}

.backMenuLinkItem {
    width: calc(100% - 100px);
}

.backMenuLinkItem a, .backMenuLinkCatalog, .backMenuLinkBack {
    display: block;
    padding: 8px 0px;
    width: 100%;
}
.backMenuLinkItem a:hover, .backMenuLinkCatalog:hover, .backMenuLinkBack:hover {
    font-weight: 700;
    cursor: pointer; 
}

.backMenuLinkCollection {
    font-weight: bold;
    margin: 30px 0px 10px;
    display: block;
}

.backMenuLinkCatalog {
    position: relative;
}
.backMenuLinkCatalog:after {
    content: " ";
    height: 100%;
    width: 14px;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 29px;
    margin: auto;
    background: url("../img/backMenuLinkCatalog.svg") no-repeat 50% 50%; 
    opacity: 0.5;
}    
.backMenuLinkCatalog:hover:after {
    opacity: 1;
}
.backMenuLinkBack {
    position: relative;
}
.backMenuLinkBack:after {
    content: " ";
    height: 100%;
    width: 14px;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 29px;
    margin: auto;
    background: url("../img/backMenuLinkCatalog.svg") no-repeat 50% 50%; 
    opacity: 0.5;
    transform: rotateY(0deg) rotate(-180deg);
}
.backMenuLinkBack:hover:after {
    opacity: 1;
}


.backMenuLinkLayerFlip .backMenuLinkItem1 {
    left: 100%;
    opacity: 0;
}
.backMenuLinkLayerFlip .backMenuLinkItem2 {
    left: 100px;
    opacity: 1;
}

.backMenuLangLayer {
    padding: 16px 0px;
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    cursor: pointer;
    height: 54px;
    position: relative;
    overflow: hidden;
    margin-bottom: 37px;
}
.backMenuLangTitle {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 21px;
    width: 100%;            
    transition: opacity .3s ease, left .3s ease;
    opacity: 1;
}

.backMenuLangTitle:after {
    content: " ";
    height: 100%;
    width: 14px;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    right: 29px;
    margin: auto;
    background: url("../img/backMenuLinkCatalog.svg") no-repeat 50% 50%; 
    opacity: 0.5;
}   

.backMenuLangLayerFlip .backMenuLangTitle {
    left: 100%;
    opacity: 0;
}
    
.backMenuLangBack {
    position: absolute;
    left: -100%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 21px;
    width: 100%;            
    transition: opacity .3s ease, left .3s ease;
    opacity: 0;
}
.backMenuLangBack a {
    font-weight: 700;
}
.backMenuLangLayerFlip .backMenuLangBack {
    left: 0%;
    opacity: 1;
}
.backMenuLangBackPic {
    position: absolute;
    content: " ";
    height: 100%;
    width: 80px;      
    top: 0px;
    bottom: 0px; 
    right: 29px;
    margin: auto;
    background: url("../img/backMenuLinkCatalog.svg") no-repeat 0% 50%; 
    opacity: 0.5;
    transform: rotateY(0deg) rotate(-180deg);
}

.categoryTopLayer {
    margin-bottom: 64px;
}
.categoryPanel {
    align-items: flex-start;
    position: relative;
}
.filterLayer {
    max-height: 21px;
    overflow: hidden;           
    transition: max-height .5s ease;
    padding-right: 20px;
    width: 100%;
}
.filterLayerShow {
    max-height: 300px;
}
.filterTop {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; 
    flex-wrap: nowrap;
    margin-bottom: 20px;
    
    max-width: calc(100% - 200px);
}
.filterTitle {
    font-weight: 700;
    padding-right: 32px;
    position: relative;
    cursor: pointer;
    
}
.filterTitle:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 5px;   
    right: 0px;
    margin: auto;
    background: url("../img/filterTitle.svg") 0% 0% no-repeat;
    transform: rotateY(0deg) rotate(-180deg);    
    transition: transform .5s ease;
}
.filterLayerShow .filterTitle:after {
    transform: rotateY(0deg) rotate(0deg);
}

.filterSelect a {
    margin-left: 40px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.filterSelect a:after {
    content: " ";
    width: 13px;
    height: 9px;
    position: absolute;
    top: -1px;
    right: -15px;
    margin: auto;
    background: url("../img/filterSelect.svg") 0% 0% no-repeat;
}
.filterLineValue {
    margin: 8px 0px;
}
.filterLineValue a {
    margin-right: 24px;
    color: rgba(54, 54, 54, 0.4);
    display: inline-block;
}
.filterActive {
    color: #363636 !important;
}
.filterLineTitle div {
    display: inline-block;
}
.sortLayer {      
  position: relative;
  margin-top: -3px;
  position: absolute;
  right: 0px;
}
.sortLayer select {
    width: 200px;      
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #363636; 
    border: none;

    
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 3px;

    background: #fff0;
    
    text-overflow: ellipsis;
    overflow: hidden;   
    white-space: nowrap;
    padding-right: 30px;                    
}   
.sortLayer:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 8px;   
    right: 5px;
    margin: auto;
    background: url("../img/filterTitle.svg") 0% 0% no-repeat;
    transform: rotateY(0deg) rotate(-180deg);    
    transition: transform .5s ease;
    z-index: -1;
}

.viewTypeLayer {
    width: 56px;
    position: absolute;
    top: -1px;    
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
}
.viewTypeItem {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.viewTypeItem2 div {
    background: #D9D9D9;
    width: 20px;
    height: 20px;
}
.viewTypeItem1 {
    align-content: space-between;
}
.viewTypeItem1 div {
    width: 8px;
    height: 8px;
    background: #D9D9D9;
}

.viewTypeItemActive div {
    background: #363636;
} 

.loadAjax {
    opacity: 0.3;
}
.goodLayer {
    margin-top: 40px;
    margin-bottom: 120px;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}
.goodList {
    align-items: flex-start;
}
.goodItem {
    margin-bottom: 80px;
    position: relative;
    width: calc((100% - 20px) / 3);
    
} 
.goodList > div {
    width: calc((100% - 20px) / 3);
} 
.goodImg {             
  position: relative;
  width: 100%;
  padding-top: 152%;
  display: inline-block;
  
}
.goodImg img {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;   
  transition: filter .5s ease, visibility .5s ease;
} 
.goodImg:hover img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);    
}  
.goodTitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 24px; 
    min-height: 24px;
}
.goodPrice {
    margin-top: 8px;
    font-weight: 700;
} 
.goodOutStock {
    position: relative;
}
.goodOutStock .goodImg {
    opacity: 0.5;    
}
.goodOutStock .goodImg img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.goodOutStockSticker {
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 8px;
    color: #FFFFFF;
    z-index: 2;
    background: #FFBBC8;
}
.goodFav {
    position: absolute;
    top: 16px; 
    right: 16px;
    width: 24px;
    height: 22px;     
    background: url("../img/goodFav.svg") 0% 0% no-repeat;
    z-index: 1;
    cursor: pointer;
}
.goodFavActive {
    background: url("../img/goodFavActive.svg") 0% 0% no-repeat;
}

.paginationLayer {
    margin: auto;
    margin-top: 20px;
    width: 405px;
    
}
.paginationCount span {
    font-weight: 700;
}
.paginationLine {
    width: 218px;
    height: 1px;
    background: rgba(54, 54, 54, 0.4);
    position: relative;
}
.paginationLine span {
    display: block;
    width: 20%;
    height: 3px;
    background: #363636;
    position: absolute;
    top: -1px;   
    left: 0px;   
}
.paginationArrow {
    width: 50px;
}
.paginationRight {
    background: url("../img/paginationArrow.svg") 0% 0% no-repeat;
    width: 20px;
    height: 16px;  
}
.paginationLeft {
    background: url("../img/paginationArrow.svg") 0% 0% no-repeat;
    width: 20px;
    height: 13px; 
    transform: rotateY(0deg) rotate(-180deg); 
}
.paginationArrowDisable {
    opacity: 0.5;
}
.paginationMore {
    display: block;
    margin: auto;
    width: 180px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
    cursor: pointer;
}

.seeTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    /* or 31px */

    text-transform: uppercase;
    margin-bottom: 40px;
}
.seeBack {
    overflow: hidden;
}

.seeBackground {

    position: relative;
    height: 720px;
    margin-top: 0px;
}

.seeLayer {
    display: flex;
    flex-flow: row nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 8px;
    left: 0;
    width: 5000px;
}
.seeLayer .goodItem {
    margin-bottom: 0px;  
    padding-right: 7px;
}
.seeLayer .goodFav {
    right: 20px;
}
.goodPriceHide {
    color: #E7E7E7;
    text-decoration: line-through;
    display: inline-block;
}
.goodPriceAction {  
    margin-top: 8px;
    font-weight: 700;  
    display: inline-block;
    color: #E31515;
    margin-left: 17px;      
}
.footerBackground {
    background: #E7E7E7;
    margin-top: 120px;
}
.footerLayer {
    padding: 51px 0px 24px;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
}
.footerLogo {
    width: 92px;
}
.footerLogo img {
    max-width: 100%;
    max-height: 100%;
}
.footerItem a {
    font-size: 12px;
    margin-bottom: 16px;
    display: block;
    text-transform: uppercase;
}
.footerRight {
    width: 302px;
}   
.footerRightTop {    
    margin-bottom: 67px;
}
.footerRightTop span {
    font-size: 16px;
}

.footerPic {
    width: 94px; 
}
.footerPicInsta {
    width: 16px;
    height: 18px;
    background: url("../img/footerPic.svg") no-repeat;
    background-position: 0px 50%;
}
.footerPicFacebook {
    width: 16px;
    height: 18px;
    background: url("../img/footerPic.svg") no-repeat;
    background-position: -38px 50%;
}
.footerPicTelegram {
    width: 18px;
    height: 18px;
    background: url("../img/footerPic.svg") no-repeat;
    background-position: -76px 50%;
}
.footerRightBottom input {
    background: #ffffff00;
    color: rgba(54, 54, 54, 0.4);
    border: none;
    border-bottom: 1px solid #363636;
    font-size: 14px;
    
    font-family: 'Comfortaa';
    padding: 3px 0px;
    width: calc(100% - 103px);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}
.footerSubButton {
    width: 93px;
    height: 24px;   
    background: #363636 url("../img/footerSubButton.svg") no-repeat 50% 50%;
    cursor: pointer;
}
.footerBottom {
    padding: 22px 0px 18px;
}
.footerCopy {
    font-size: 12px;
    opacity: 0.5;
}
.footerSlog {   
    font-size: 12px;                                                    
}
.footerSlog span {   
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url("../img/footerSlog.png") no-repeat 50% 50%;
}
.topTabBackground {
    border-bottom: 1px solid rgba(54, 54, 54, 0.4);
    padding-bottom: 8px;
    padding-top: 8px;
    margin-bottom: 80px;
    margin-top: 70px;
}
.topTabItem {
    text-transform: uppercase;
    margin-right: 80px;
}
.topTabItem:last-child {
    margin-right: 0px;
}
.topTabItem span {
    padding-left: 8px;
}
.topTabFav {
    padding-right: 26px;
    background: url(../img/topTabFav.svg) 100% 50% no-repeat; 
        
}
.topTabActive {
    position: relative;
}
.topTabActive:after {
    content: " ";
    position: absolute;
    bottom: -12px;     
    left: 0px; 
    width: 100%;
    height: 3px;
    background: #363636;
}

.favList {
    margin-bottom: 80px;
}

.favItem {
    align-items: flex-start;
    margin-bottom: 56px;
    position: relative;
}
.favImgLayer {
    width: 270px;
}
.favImg {
    width: 100%;
    position: relative;     
    padding-top: 152%;
}
.favImg img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: filter .5s ease, visibility .5s ease;
}
.favInfo {
    width: calc(100% - 280px);
    position: relative;
}
.favCode {
    font-size: 14px;  
    color: rgba(54, 54, 54, 0.6);
}
.favTitle {
    margin: 32px 0px 48px;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: inline-block;
} 
.favFilter div {
    margin-bottom: 5px; 
}

.favFilter div div {
    display: inline-block;
    min-width: 70px;
}
.favFilter span {
    margin-left: 40px;
    font-weight: 700;   
}
.favFilter {
    min-height: 133px;
}
.favPanelPrice {
    justify-content: flex-start;
}
.favPrice {
    font-weight: 700;
    font-size: 20px;
}  
.goodPriceHide {
    font-weight: 300 !important; 
}  
.favPriceAction {
    font-weight: 700;
    font-size: 20px;
    color: #E31515; 
    margin-left: 17px;   
}
.favButtons {
    justify-content: flex-start;
    margin-top: 79px;
}
.favCartButton {
    width: 200px;
    line-height: 38px;
    height: 37px;
    color: #FFFFFF;
    text-align: center;
    background: #363636; 
    text-transform: uppercase;
    margin-right: 10px;
    cursor: pointer;
}
.favSendButton {
    width: 200px;
    line-height: 38px;
    height: 37px;
    border: 1px solid #363636;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.favSendButton div {
    padding-right: 32px;
    display: inline-block;
    
    background: url(../img/favSendButton.svg) 100% 45% no-repeat;
    cursor: pointer; 
}
.favDelete {
    position: absolute;
    top: 0px;  
    right: 0px; 
    cursor: pointer;                    
    
}
.orderList {
    width: 511px;
}
.orderItem {
    margin-bottom: 40px;
    position: relative;
    align-items: stretch;
}
.orderImgLayer {
    width: 39%;
    display: block;
}
.orderImg {
    width: 100%;
    position: relative;
    padding-top: 152%;
}
.orderImg img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: filter .5s ease, visibility .5s ease;
}

.orderInfo {
    width: calc(61% - 9px);
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    
}
.orderCode {
    font-size: 14px;
    color: rgba(54, 54, 54, 0.6);
}
.orderTitle {
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 16px;
}

.orderQty {
    width: 200px;
    
    margin-bottom: 38px;
}
.orderQtyMinus {
    width: 40px;
    height: 37px;
    border: 1px solid #E7E7E7;
    position: relative;
    cursor: pointer;
}
.orderQtyMinus:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 14px;
    height: 1px;
    background: #363636;
}
.orderQtyPlus {
    width: 40px;
    height: 37px;
    border: 1px solid #E7E7E7;
    position: relative;
    cursor: pointer;
}
.orderQtyPlus:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 14px;
    height: 1px;
    background: #363636;
}
.orderQtyPlus:before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 1px;
    height: 14px;
    background: #363636;
}
.orderQtyInput {
    width: 120px;       
}
.orderQtyInput input {
    border: none;
    background: #fff;
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    width: 100%;
    line-height: 39px;
    height: 37px;
    text-align: center;
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;  
}
.orderPrice {
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
}
.orderPriceAction {
    font-size: 20px;
    color: #E31515;
    font-weight: 700;
    display: inline-block;
    margin-left: 17px;
}
.orderFilter {
    font-size: 14px;
    margin-top: 8px;
}
.orderFilter div span {
    display: block;
    width: calc(100% - 100px);
    text-align: left;
    font-weight: 700;
    text-align: left;
}
.orderFilter div {
    margin-top: 16px;
}

.orderDelete {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.orderLayer {
    align-items: flex-start;
    margin-bottom: 120px;
}
.orderFormLayer {
    width: 511px;
}
.orderFormTitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    border-bottom: 1px solid rgba(54, 54, 54, 0.4);
    padding-bottom: 16px;
    text-transform: uppercase;
}
.orderSumm {
    margin: 48px 0px;
    font-size: 20px;
}
.orderSumm > div:nth-child(2) {
    font-weight: 400;
}
.orderPromoForm {
    margin-bottom: 48px;
}
.orderPromoTitle {
    font-size: 20px;
    margin-bottom: 24px;
}
.orderPromoMake {
    width: 60%;
    text-align: center;
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #363636;
    cursor: pointer;
}
.orderPromoForm input {
    border: none;
    border-bottom: 1px solid rgba(54, 54, 54, 0.4);
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    font-family: 'Comfortaa';
    font-style: normal;
    background: #fff;
    padding: 0px 0px;
    width: 37%;
    padding-left: 10px;
    
}
.orderButton {
    margin-top: 48px;
    color: #fff;              
    transition: background .5s ease, visibility .5s ease;
    width: 300px;
    height: 37px;
    line-height: 37px;
    float: right;
    background: #363636;
    text-align: center;
    cursor: pointer;
    max-width: 100%;
}
.orderButton:hover {
    background: #FFBBC8;
}

.pageInfoBack {               
}
.pageInfoLayer {
    align-items: stretch;  
    margin-top: -80px;
      
}

.pageInfoLeft {
    width: 32%;     
    padding-top: 200px; 
    /* or 31px */

    text-transform: uppercase;

    color: #FFFFFF;
    
    position: relative; 
    padding-right: 30px;
}
.pageInfoTitle {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
}
 
.pageInfoCover {   
    background: url("../img/pageInfo.png") no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px; 
    width: 200%;
    height: 100%;
    z-index: -1;
}
.footerBackTopNone {
    margin-top: 0px !important;
}

.pageInfoContent {
    width: 68%;    
    padding-top: 200px;
    font-size: 20px;
    line-height: 150%;
    padding-left: 114px;
    padding-bottom: 180px;
    
}
.pageInfoContent p {
    padding-bottom: 30px;    
}
.pageInfoContent a {
    text-decoration: underline;
}
.pageInfoContent ul {
    list-style: none;
    margin-bottom: 30px;
}
.pageInfoContent ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 16px;
}
.pageInfoContent ul li:after {
    content: " ";
    position: absolute;
    top: 13px;   
    left: 10px; 
    margin: auto;  
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #363636;
}

.cartForm {
    margin-top: 40px;
    
}
.cartFormTitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 16px;
    margin-top: 24px;
}
.cartInputText {
    width: 100%;
    margin-bottom: 8px;
}
.cartInputText input {
    
    font-family: 'Comfortaa';
    padding: 10px 16px 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    border: 1px solid #363636;
    border-radius: 0px;
    width: 100%;
}

.orderPromoForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(54, 54, 54, 0.4);
  opacity: 1; /* Firefox */
}

.orderPromoForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(54, 54, 54, 0.4);
}

.orderPromoForm input::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(54, 54, 54, 0.4);
}
.cartInputGift input {
    display: none;
}
.cartInputGift {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;  
    padding-left: 40px; 
    padding-right: 40px; 
    position: relative; 
    cursor: pointer;
    background: url("../img/cartInputGift.svg?t=1") 100% 50% no-repeat;
    display: inline-block;
}

.cartInputGift:before {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    left: 0px;  
    margin: auto;
    border: 1px solid #E7E7E7;
}
.cartInputGift:after {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 5px;
    margin: auto;
    background: #fff;
    border-radius: 2px;               
    transition: background .2s ease, visibility .5s ease;
}
.cartInputGiftActive:after {    
    background: #363636;       
}
.cartFormGift {
    overflow: hidden;
    height: 0px;
    margin-top: 20px;
    opacity: 0;                         
    transition: opacity .5s ease, height .4s ease;
    margin-bottom: 24px;
}
.cartFormGift .cartFormTitle {
    margin-top: 0px;
}

.deliveryForm {
    margin-top: 40px;
    margin-bottom: 40px;
}
.deliveryFormTitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 8px;
}
.deliveryFormSelect {
    position: relative;
                         
}
.deliveryFormSelect select {
    
    font-family: 'Comfortaa';
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    padding: 10px 16px 9px;
    width: 100%;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: #fff0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.deliveryFormSelect:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    
    right: 15px;
    margin: auto;
    background: url(../img/filterTitle.svg) 0% 0% no-repeat;
    transform: rotateY(0deg) rotate(-180deg);
    transition: transform .5s ease;
    z-index: -1;
}
.deliveryFormUkraine select[name=deliveryTypeUa], .deliveryFormWorld select[name=deliveryTypeWorld] {
    display: none;
}


.deliveryFormTypeList {
    padding-bottom: 24px;
    padding-top: 34px;
}

.deliveryFormWorld .deliveryFormTypeList {
    padding-bottom: 0px;
} 

.deliveryFormType {
    padding-left: 34px; 
    margin-bottom: 32px;
    position: relative;
    cursor: pointer;
}
.deliveryFormType div {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 8px;
}
.deliveryFormType span {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.deliveryFormType:before {
    content: " ";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -4px;     
    left: 0px;
    margin: auto;
    border: 2px solid #363636;
    border-radius: 50px;
}
.deliveryFormType:after {
    content: " ";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 5px;
    margin: auto;
    background: #363636;
    border-radius: 50px;
    opacity: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}
.deliveryFormTypeActive:after {
    opacity: 1;
}
.deliveryFormSelectPayment {
    margin-bottom: 27px;
}
.cartSend {
    background: #363636;
    width: 100%;
    height: 58px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    /* identical to box height, or 26px */

    text-transform: uppercase; 
    
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    transition: background .5s ease, visibility .5s ease;
}
.cartSend:hover {
    background: #FFBBC8;
}
.cartSendInfo {
    margin-top: 16px;
}
.cartSendInfo a {
    text-decoration: underline;
}

.deliveryFormCountryTypeList {
    
    -webkit-transition: height .5s ease, visibility .5s ease;
    -moz-transition: height .5s ease, visibility .5s ease;
    -o-transition: height .5s ease, visibility .5s ease;
    transition: height .5s ease, visibility .5s ease;
    overflow: hidden;
}
.deliveryFormCountryTypeList>div {
    display: none;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}
.deliveryFormBlockActive {      
    display: block !important;   
}
.cartPageItemsTitle {
    margin-bottom: 40px;
} 

.select2 {
    width: 100% !important;
}

.tagTopLayer {
    padding: 32px 0px 40px;
    text-align: center;
    position: relative;
    margin-top: 70px;
}
.tagTopLayer h1 {
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    display: inline-block;
    position: relative;
}
.tagTopLayer h1:after {
    height: 1px;
    width: 100%;
    position: absolute;  
    bottom: 5px;
    left: 0px;   
    content: " ";
    background: #363636;
}
.tagCategoryName {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 16px;       
    line-height: 130%;
    text-transform: uppercase;
}
.tagGoodLayer {
    margin-bottom: 32px;
}
.tagGoodLayer .goodItem {
    margin-bottom: 32px;
}
.productPhotoLayer {
    width: 720px;
    
    flex-direction: row-reverse;
    
} 
.productPhotoLayerOutStock img {
    opacity: 0.6;
}
.productPhotoLayerOutStock .productMainPhoto {
    position: relative;
}
.productPhotoLayer {
    align-items: stretch;
    width: 58%;
}
.productGalleryLayer {
    width: 13%;
}
.productGallery {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; 
    flex-wrap: wrap; 
}
.productGalleryCount6 {
    justify-content: flex-start;
}
.productGalleryCount6 a {
    margin-bottom: 10px;
}


.productGallery a {
    display: block;
    width: 100%; 
    position: relative;  
    padding-top: 150%;   
}
.productGallery a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: filter .5s ease, visibility .5s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.productGallery a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.productMainPhoto {
    width: calc(87% - 15px);
    position: relative;  
    
}
.productMainPhoto a {
    display: block;
    width: 100%;
    position: relative;  
    padding-top: 150%;
    
}
.productMainPhoto a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;    
}


.productTopLayer {
    margin-bottom: 0px;
}

.productLayer {
    align-items: flex-start;
    margin-bottom: 48px;
}
.productInfo {
    max-width: 407px;
    width: calc(33%);
    
}
.productPic {
    margin-top: 80px;
    position: relative;
    margin-bottom: 56px;
}
.productCode {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: rgba(54, 54, 54, 0.6);
}
.productFav {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 24px;
    height: 22px;
    background: url(../img/productFav.svg) 0% 0% no-repeat;
    
    cursor: pointer;
}
.productFavActive {
    background: url(../img/productFavActive.svg) 0% 0% no-repeat;
}
.productInfo h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 48px;
}
.productPriceLayer {
    margin-bottom: 56px;
}
.productPrice {
    display: inline-block;
    margin-right: 16px;
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
}
.productPriceAction {
    color: #E31515;
}
.productFilter {
    justify-content: flex-start;
    margin-bottom: 26px;
}
.productFilterTitle {
    width: 105px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    margin-top: 2px;
    margin-bottom: 2px;
}
.productFilter .productFilterText {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    padding: 8px 19px;
    color: rgba(54, 54, 54, 0.4);
    border: 1px solid #363636;      

    margin-right: 8px;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #363636;
}
.productFilterValueLayer {
    width: calc(100% - 105px);
}
.productFilter a {
    margin-right: 8px;
}
.productFilter img {
    padding: 3px 0px;
}
.productFilter .productFilterActive {
    border: 1px solid #363636;
    color: #363636;
    background: #363636;
    color: #FFFFFF;
}
.productFilter .productFilterActiveImg {
    padding: 0px;
    border: none;
    border-bottom: 2px solid #363636;
}
.productTag {
    margin-top: 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 130%; 
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.productTag:after {
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 3px;
    left: 0px;
    content: " ";
    background: #363636;
}    
.productBuyPanel {  

    margin-top: 48px;  
    margin-bottom: 56px;
}
.productBuyPanel .orderQty {
    margin-bottom: 0px;
    width: calc(50% - 5px);
}
.productBuyPanel .orderQtyInput {
    width: calc(100% - 80px);
}
.buttonAddCart {
    width: calc(50% - 5px);
    height: 37px;
    background: #363636;
    font-weight: 700;
    font-size: 16px;
    line-height: 37px;
    
    text-transform: uppercase;

    color: #FFFFFF;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap; 
    padding-top: 2px;  
    cursor: pointer;        
}

.blockSlideUp {    
    border-bottom: 1px solid rgba(54, 54, 54, 0.4);
}
.blockSlideUpTitle {
    padding: 16px 0px;
    position: relative;                               
    cursor: pointer;
    
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
}  
.blockSlideUpTitle:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    background: url(../img/filterTitle.svg) 0% 0% no-repeat;
    transform: rotateY(0deg) rotate(-180deg);
    transition: transform .5s ease;
}
.blockSlideUpShow .blockSlideUpTitle:after {
    transform: rotateY(0deg) rotate(0deg);
}
.blockSlideUpBrief {
    overflow: hidden;
    height: 0px;
    -webkit-transition: opacity .5s ease, height .5s ease;
    -moz-transition: opacity .5s ease, height .5s ease;
    -o-transition: opacity .5s ease, height .5s ease;
    transition: opacity .5s ease, height .5s ease;
    opacity: 0;
}
.blockSlideUpShow .blockSlideUpBrief {
    opacity: 1;
}
.blockSlideUpBriefText {
    padding: 0px 0px 16px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
}
.blockSlideUpBriefText p {
    margin: 10px 0px;
}
.productAttention {
    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    margin-top: 16px;
    position: relative;
    padding-left: 18px;
}
.productAttention span {
    line-height: 17px;
    color: #FFBBC8;
    font-size: 30px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0px;
}


.favFormBackground {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000ad;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    
}
.favFormLayer {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto; 
    max-width: 476px;
    width: 100%;
    z-index: 301;
    max-height: 673px;
    height: 100%;
    overflow: auto;
    background: #fff; 
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, -20px, 0px);      
    transition: opacity .5s ease, visibility .5s ease, transform .4s ease;
}
.favFormBackgroundShow {
    opacity: 1;
    visibility: visible;    
}
.favFormLayerShow {    
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);   
}
.favFormTitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    border-bottom: 2px solid rgba(54, 54, 54, 0.4);
    text-transform: uppercase;
    margin: 31px 24px 44px;
    padding-bottom: 16px;
    padding-left: 50px;
    padding-top: 16px;
    background: url(../img/favSendButton.svg) 0% 50% no-repeat;
    background-size: 35px;
}
.favFormGoodLayer {
    padding: 0px 24px 0px;
    align-items: stretch;
    margin-bottom: 38px;
}

.favFormGoodImgLayer {
    width: 78px;
}

.favFormGoodImg {
  position: relative;
  width: 100%;
  padding-top: 152%;
  display: inline-block;
    
}
.favFormGoodImg img {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;   
}
.favFormGoodInfo {
    width: calc(100% - 86px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    
}
.favFormGoodCode {
    font-weight: 300;
    font-size: 10px;
    line-height: 130%;
    margin-bottom: 16px;
}                       
.favFormGoodTitle {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
.favFormGoodFilter {
    justify-content: flex-start;
    margin-bottom: 24px;
    
}
.favFormGoodFilter div {
    display: flex;
    flex-direction: row;
    align-items: center; 
    flex-wrap: wrap;   
    justify-content: flex-start;
}
.favFormGoodFilter div div {
    font-weight: 300;
    font-size: 10px;
    line-height: 130%;
    width: 50px;
}
.favFormGoodFilter div span {
    font-weight: 700;
    font-size: 10px;
    line-height: 130%; 
}

.favFormGoodPrice {
    font-weight: 700;
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 3px;
}

.favFormInputTitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    padding: 0px 24px;
    margin-bottom: 8px;
}
.favFormInput {
    width: 100%;
    padding: 0px 24px;
    
}
.favFormInput input {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    padding: 10px 16px;
    width: 100%;
    border: 1px solid #363636;
    color: #363636;
    margin-bottom: 16px;
}
.favFormButton {
    margin: 0px 24px;
    margin-top: 40px;
    background: #363636;
    width: calc(100% - 48px);
    height: 37px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    transition: background .5s ease, visibility .5s ease;
    padding-top: 3px;
    margin-bottom: 24px;
}
.favFormButton:hover {
    background: #FFBBC8;
}
.favFormClose {
    position: absolute;
    top: 24px;    
    right: 27px;
    background: url("../img/favDelete.svg") no-repeat 50% 50%;
    width: 18px;
    height: 18px; 
    cursor: pointer;
}
.cartPopupBack {
    width: 412px;
    position: absolute;
    top: 0px;   
    right: -20px;  
    padding-top: 50px;
    z-index: 3;
    
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .3s ease, visibility .3s ease;
    
    opacity: 0;
    visibility: hidden;
}
.headCart:hover .cartPopupBack {
    opacity: 1;
    visibility: visible;    
}

.cartPopupLayer {
    background: #FFFFFF;
    border: 1px solid #cccccc;
    cursor: auto;
    
    
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.11);
}
.cartPopupItem {
    background: #E7E7E7;  
    padding: 0px 0px 0px;
    align-items: stretch;
    margin-bottom: 38px;
    margin-bottom: 2px;
    position: relative;
}
.cartPopupItemLayer {
    align-items: flex-start;    
}
.cartPopupItemImgLayer {
    width: 104px;
    height: 158px;
}
.cartPopupItemImg {
    position: relative;
    width: 100%;
    padding-top: 152%;
    display: inline-block;  
}
.cartPopupItemImg img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.cartPopupItemInfo {
    width: calc(100% - 114px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.cartPopupItemTitle {
    margin-top: 26px;  
    font-weight: 700;
    font-size: 14px;
    line-height: 130%; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; 
}
.cartPopupItemFilter {
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    margin-top: 8px;  
}
.cartPopupItemFilter div {
    margin-right: 8px;
}
.cartPopupItemPrice {
    text-align: right;
    width: 100%;
    padding-right: 40px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
}   
.cartSumm {
    margin: 40px 40px 40px;
    align-items: flex-start;
}

.cartSumm div {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;   
    text-transform: uppercase; 
}
.cartSumm p {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
}
.cartPopupButton {
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #363636;
    margin: 0px 40px 20px;
    width: calc(100% - 80px);       
    font-weight: 700;
    font-size: 16px;      
    text-transform: uppercase;       
    color: #FFFFFF;
    padding-top: 2px;
    cursor: pointer;
    display: block;
}
      
.cartPopupItemDelete {
    position: absolute;
    top: 8px;
    right: 22px;
    cursor: pointer;
}
      
.mainTopLayer {             
  position: relative;
  width: 100%;     
  height: 1080px;
  display: inline-block;
  margin-top: -80px;
  
}
.mainTopLayer video {
  position:  absolute;
  top: 0;
  left: 0;      
  max-width: 100%;
  height: 100%;      
}
.mainCatList {
    margin-top: 72px;
    border-top: 1px solid #363636;
} 
.mainCatItem {
    background: url("../img/mainCatItem.svg") no-repeat 100% 50%;
}
.mainCatItem a {
    font-weight: 300;
    font-size: 24px;
    line-height: 130%;
    padding: 32px 0px;
    display: block;
    border-bottom: 1px solid #363636;
    text-transform: uppercase;
    
} 
.mainCatItem:hover a {
    font-weight: 700;
}

.mainInLayer {
    margin-top: 180px;
    position: relative;
}
     
.mainInInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 250px;
    background: #fff;
    z-index: 2;
    overflow: hidden;
    
}                      



.instaBack {
    overflow: hidden;
}  
.instaBackground {
    position: relative;
    height: 720px;
    margin-top: 0px;
    max-height: 400px;
}
.instaLayer {
    display: flex;
    flex-flow: row nowrap;
    flex-wrap: nowrap;
    position: absolute;
    top: 0px;
    left: 0;
    width: 5000px;
}
.instaItem {
    padding-right: 10px;
}
.instaItemImg {
    display: block;
    position: relative;
}
.instaItemImg img {
    max-width: 100%;
    max-height: 100%;
    
    transition: filter .5s ease, visibility .5s ease;
}
   
.instaItemImg:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;  
    
    background: #000;
}   
.instaItemImg:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;  
    
    background: url("../img/instaHover.svg") no-repeat 50% 50%;
    z-index: 2;
}  
.instaItemImg:hover:after {
    opacity: 0.3;
}  
.instaItemImg:hover:before {
    opacity: 1;
}   
.instaItemImg:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.mainInInfoTitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
}
.mainInInfoBrief {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
}
.mainInInfoBrief a {
    display: block;
    margin-top: 8px;
}


.mainPhotoLayer {
    width: 100%;
    margin-top: 120px;
}
.mainPhoto {         
    width: 100%;    
}

.mainPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;   
    display: block;                               
}
.footerBackgroundMain {
    margin-top: 0px !important;
}

      
.aboutTopLayer {             
  position: relative;
  width: 100%;     
  height: 544px;
  display: inline-block;
  margin-top: -80px;
  overflow: hidden;
  
}
.aboutTopLayer video {
  position:  absolute;
  top: 0;
  left: 0;      
  width: 100%;
  min-width: 1903px;
  height: 1070px;      
}

.aboutOverlow {
    width: 100%;
    overflow: hidden;
}

.aboutTop {
    padding-top: 74px;  
    padding-right: 104px; 
    align-items: stretch; 
    
    padding-bottom: 72px;
}
.aboutLogo {
    width: 303px;
    flex-direction: column;
}
.aboutLogoText {
    font-family: 'Comfortaa';
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    /* identical to box height, or 21px */

    text-transform: uppercase;
    margin-bottom: 24px;
}
.aboutLogoImg {
    max-width: 100%;
    margin-bottom: 80px;
}
.aboutLogoImg img {
    max-width: 100%;
    max-height: 100%;
}
.aboutTopImg {
    margin-left: -100px; 
    position: relative;   
}
.aboutTopImg div {
    font-family: 'Comfortaa';
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: rgba(54, 54, 54, 0.4);
    transform-origin: bottom left;
    width: 100%;

    transform: rotate(-90deg);
    position: absolute;
    bottom: 5px;
    left: calc(100% + 25px);
    
}
.aboutTopText {
    width: calc(100% - 417px);
    flex-direction: column;
    position: relative;
}
.aboutTopContent {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
}
.aboutTopBrief {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    padding-right: 104px;
    margin-top: 24px;
}
.aboutTopTextImg {
    position: absolute;
    right: -204px;
    top: 191px;
}
.aboutTopTextImg div {
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: rgba(54, 54, 54, 0.4);

    transform: rotate(-90deg);
    transform-origin: bottom left;
    position: absolute;
    bottom: 5px;
    left: -5px;
    width: 530px;
}
.aboutBottom {
    position: relative;
}
.aboutBottomLeft {
    position: relative;
    width: auto;
    display: inline-block;
    margin-left: -100px;
}
.aboutBottomLeft img {
    display: block;
}
.aboutBottomLeft div {
    font-family: 'Comfortaa';
    font-weight: 300;
    font-size: 18px;
    line-height: 130%;
    color: rgba(54, 54, 54, 0.4);
    transform-origin: bottom left;
    width: 1107px;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 0px;
    left: calc(100% + 25px);
    text-align: right;
    
}
.aboutBottomRight {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    justify-content: flex-end;
    
}
.aboutBottomRightText {
    width: 50%;
    padding-top: 100px;
}
.aboutBottomRightTagline {
    margin-top: 96px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
}
.footerBackgroundAbout {
    margin-top: -6px;
}
.headLogoAbout {
    opacity: 0;
    visibility: hidden;
}

.contactLayer {
    margin-top: 80px;
    text-align: center;
}

.contactButton {
    color: #fff;
    transition: background .5s ease, visibility .5s ease;
    width: 300px;
    height: 37px;
    line-height: 37px;
    background: #363636;
    text-align: center;
    cursor: pointer;
    max-width: 100%;
    margin: auto;
    margin-top: 48px;
    text-transform: uppercase;
}
.contactButton:hover {
    background: #FFBBC8;
}
.contactLayer h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 160%;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 30px;
}

.notFoundImg {
    position: relative;
    width: 50%;
    padding-top: 56%;
    display: inline-block;
}
.notFoundImg img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: filter .5s ease, visibility .5s ease;
}
.notFoundText {
    width: calc(50% - 110px);
}
.notFoundText h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 130%;
    margin-bottom: 48px;
}
.notFoundText h2 {
    font-weight: 300;
    font-size: 28px;
    line-height: 130%;
    /* or 36px */

    text-transform: uppercase;
    margin-bottom: 14px;
}
.notFoundText div {
    font-weight: 300;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 160px;
}
.notFoundText a {
    color: #fff;
    transition: background .5s ease, visibility .5s ease;
    width: 300px;
    height: 37px;
    line-height: 37px;
    background: #363636;
    text-align: center;
    cursor: pointer;
    max-width: 100%;
    margin: auto;
    margin-top: 48px;
    text-transform: uppercase;
    display: inline-block;
}
.notFoundText a:hover {
    background: #FFBBC8;
}
.seoTextBrief p {
    padding: 5px 0px;    
}
.seoTextBrief {
    margin-bottom: 30px;
}

.messLayer {
    position: fixed;
    z-index: 20;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 24px;
    width: 280px;
    background: #fff;

    border: 1px solid #38383805;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: top .3s ease, opacity .3s ease;
    -moz-transition: top .3s ease, opacity .3s ease;
    -o-transition: top .3s ease, opacity .3s ease;
    transition: top .3s ease, opacity .3s ease, visibility 0.3s linear;
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    color: #363636;
    text-align: center;
    
} 
.messLayerShow {
    opacity: 1;
    visibility: visible;
}
      
.contactFormLayer {
    max-height: 420px;
}
.backMenuSearch {
    cursor: pointer;
}

.cartPopupFlash {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    padding-top: 0px;
    z-index: 300;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .3s ease, visibility .3s ease;
    
    max-width: 450px;
    width: 90%;
    max-height: 600px;
    height: 90%;
    
    -webkit-box-shadow: 10px 10px 5px 2000px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 2000px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 2000px rgba(0,0,0,0.75);
    
    
}      
.cartPopupFlashShow {
    opacity: 1;
    visibility: visible;
}
.cartPopupFlash .cartPopupList {
    overflow: auto;  
    position: relative;  
}
.cartPopupClose {
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #363636;
    margin: 0px 40px 20px;
    width: calc(100% - 80px);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #363636;
    padding-top: 2px;
    cursor: pointer;
    display: block;
}


.orderQtyMinusCart {
    width: 40px;
    height: 37px;
    border: 1px solid #E7E7E7;
    position: relative;
    cursor: pointer;
}
.orderQtyMinusCart:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 14px;
    height: 1px;
    background: #363636;
}
.orderQtyPlusCart {
    width: 40px;
    height: 37px;
    border: 1px solid #E7E7E7;
    position: relative;
    cursor: pointer;
}
.orderQtyPlusCart:after {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 14px;
    height: 1px;
    background: #363636;
}
.orderQtyPlusCart:before {
    content: " ";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 1px;
    height: 14px;
    background: #363636;
}

.totalSumm {
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    opacity: 1;
}
.totalSummHide {
    opacity: 0;
}
.orderQtyText {
    margin-bottom: 20px;
    font-size: 14px;    
} 
.cartFormError {
    text-align: right;
    color: #E31515;
    margin-bottom: 3px;
    float: right;
    font-size: 12px;
    font-weight: 600;
}
#inputCityTmp {
    margin-bottom: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url(../img/filterTitle.svg) 50% 50% no-repeat;
    transform: rotateY(0deg) rotate(-180deg);
}
.select2-search--dropdown .select2-search__field {
    padding: 8px 4px !important;
    color: #363636;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #363636 !important;
    padding-left: 5px;
    font-weight: 400 !important;
}
.formError {
    border: 1px solid red !important;
}
.headSearch {
    cursor: pointer;
}
.searchForm {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}
.searchFormShow {
    opacity: 1;
    visibility: visible;
}
.searchFormClose {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.searchFormInput {
    width: 100%;
    position: relative;
    max-width: 550px;
    margin: auto;
    margin-top: 60px;
} 
.searchFormInput input {
    border: 1px solid #E7E7E7;
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    width: 100%;
    padding: 10px 8px 8px 36px;
} 
.searchFormButton {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 8px;
    margin: auto;
    cursor: pointer;
}
.searchFormButton img {
    width: 20px;
    opacity: 0.7;
}
.searchFormResult {
    height: calc(100% - 140px);
    overflow: auto;
    position: absolute;
    position: absolute;
    top: 120px;
    left: 0px;
    right: 0px;
    margin: auto;
}
[data-fancybox-toggle-slideshow] {
    display: none !important;
}





.cartInputBox input {
    display: none;
}
.cartInputBox {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;  
    padding-left: 40px; 
    padding-right: 60px; 
    position: relative; 
    cursor: pointer;
    background: url("../img/boxCard.svg?t=1") 100% 50% no-repeat;
    display: inline-block;
}

.cartInputBox:before {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    left: 0px;  
    margin: auto;
    border: 1px solid #E7E7E7;
}
.cartInputBox:after {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 5px;
    margin: auto;
    background: #fff;
    border-radius: 2px;               
    transition: background .2s ease, visibility .5s ease;
}
.cartInputBoxActive:after {    
    background: #363636;       
}



.cartInputPostCard input {
    display: none;
}
.cartInputPostCard {
    margin-top: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;  
    padding-left: 40px; 
    padding-right: 40px; 
    position: relative; 
    cursor: pointer;
    background: url("../img/giftCard.svg") 100% 50% no-repeat;
    display: inline-block;
}

.cartInputPostCard:before {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    bottom: 0px; 
    left: 0px;  
    margin: auto;
    border: 1px solid #E7E7E7;
}
.cartInputPostCard:after {
    content: " ";
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 5px;
    margin: auto;
    background: #fff;
    border-radius: 2px;               
    transition: background .2s ease, visibility .5s ease;
}
.cartInputPostCardActive:after {    
    background: #363636;       
}
.cartInputPostCardAttention {
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    transition: opacity .2s ease, max-height .5s ease;
    
}
.cartInputPostCardAttentionActive {
    opacity: 1;
    max-height: 50px;
}
.cartInputPostCardAttentionBrief {
    padding-top: 10px;
    font-size: 13px;
}
.f-button:nth-child(4) {
    display: none;    
}
.introProduct {
    padding: 15px 0px 45px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    color: #363636;  
}


.productSizeOutStock {     
    position: relative;
    cursor: default !important;
    color: rgba(54, 54, 54, 0.4) !important;    
    border: 1px solid rgba(54, 54, 54, 0.2) !important;  
    
}
.productSizeOutStock:after{                    
    content: '';
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwIiBzdHJva2U9IiNFN0U3RTciIHN0cm9rZS13aWR0aD0iMSIvPiA8L3N2Zz4=');
    background-size: cover;
    z-index: 2;
}
.productSizeOutStock:before{                    
    content: '';
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lIHgxPSIwIiB5MT0iMCIgeDI9IjEwMCUiIHkyPSIxMDAlIiBzdHJva2U9IiNFN0U3RTciIHN0cm9rZS13aWR0aD0iMSIvPiA8L3N2Zz4=');
    background-size: cover;
    z-index: 2;
}
.productSizeOne {
    display: none;
}
.productSizeList .productSizeItem {
    cursor: pointer;  
    min-width: auto;  
}
.favFilter .productSizeList div:nth-child(1) {
    margin-right: 40px;
}
.favFormGoodFilter .productSizeItem {
    display: none;
}
.favFormGoodFilter .productFilterActive {
    display: block;
    padding: 0px !important;
    margin: 0px !important;
    border: none;
    font-weight: 700;
    font-size: 10px;
    line-height: 130%;
    background: #fff;
    color: #363636;
    
}

.sizeGuideLink {
    padding-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}

.sizeGuideBackground {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000ad;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -moz-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
}
.sizeGuideLayer {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 95%;
    max-width: 476px;
    width: 100%;
    z-index: 301;
    max-height: 673px;
    height: 100%;
    overflow: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, -20px, 0px);
    transition: opacity .5s ease, visibility .5s ease, transform .4s ease;
}
.sizeGuideLayerShow {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}
.sizeGuideBackgroundShow {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
}
.sizeGuideClose {
    position: absolute;
    top: 31px;
    right: 27px;
    background: url(../img/favDelete.svg) no-repeat 50% 50%;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.sizeGuideTitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    border-bottom: 2px solid rgba(54, 54, 54, 0.4);
    text-transform: uppercase;
    margin: 31px 20px 10px;
    padding-bottom: 16px;  
    padding-top: 0px;                                     
    background-size: 35px;
}
.sizeGuideContent {
    padding: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
}
.sizeGuideContent table {
    min-width: 100%;
    border: 1px solid #E7E7E7;
    caption-side: bottom;
    border-collapse: collapse;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
}
.sizeGuideContent td {
    border-left: 1px solid #E7E7E7;
    border-right: 1px solid #E7E7E7;
    padding: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
}
.sizeGuideContent p {
    margin: 10px 0px;
}
.sizeGuideTable {
    overflow: auto;
    max-width: 100%;
}

body {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #BDBDBD;
  --sb-size: 5px;
}

.sizeGuideTable::-webkit-scrollbar {
  width: var(--sb-size);
  height: var(--sb-size);
}

.sizeGuideTable::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

.sizeGuideTable::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
}

.loopLeftSee {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 10px;
    width: 30px;
    height: 36px;        
    z-index: 2; 
    cursor: pointer;       
}
.loopLeftSee svg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: #ffffff;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}

/*.loopLeftSee:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute; 
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;  
    margin: auto;
    background: url(../img/filterTitle.svg) 0% 0% no-repeat;
    transform: rotateY(0deg) rotate(-90deg);
    transition: transform .5s ease;
}  */
.loopRightSee {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    right: 10px;
    width: 30px;
    height: 36px;             
    z-index: 2; 
    cursor: pointer;
}

/*.loopRightSee:after {
    content: "";
    width: 16px;
    height: 10px;
    position: absolute; 
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;  
    margin: auto;
    background: url(../img/filterTitle.svg) 0% 0% no-repeat;
    transform: rotateY(0deg) rotate(90deg);
    transition: transform .5s ease;
}*/

.loopRightSee svg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);        
    stroke: #ffffff;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none;
}