@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap&subset=cyrillic');


@font-face {
                font-family: uinext2020min;
                src: url(../fonts/uinext2020min.eot?wwc72l);
                src: url(../fonts/uinext2020min.eot?wwc72l#iefix) format('embedded-opentype'),url(../fonts/uinext2020min.woff2?wwc72l) format('woff2'),url(../fonts/uinext2020min.ttf?wwc72l) format('truetype'),url(../fonts/uinext2020min.woff?wwc72l) format('woff'),url(../fonts/uinext2020min.svg?wwc72l#uinext2020min) format('svg');
                font-weight: 400;
                font-style: normal;
                font-display:block
}

@font-face {
    font-family: 'rouble';
    src: url('../fonts/rouble-webfont.eot');
    src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/rouble-webfont.woff') format('woff'),
         url('../fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";  
	src: url("../fonts/RobotoSlab-Regular.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto Slab";  
	src: url("../fonts/RobotoSlab-Bold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: bold;
	font-display: swap;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

* {
	margin: 0px;
	padding: 0px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x:hidden;
	    
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	container: '';
	container: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr {
	text-align: center;
}


body {
    margin: 0;
    padding: 0;
}

img {
	border: 0px none currentColor;
	max-width: 100%;
	vertical-align: middle;
}

button{
	vertical-align: middle;
}

a img {
    border: none;
    outline: none;
}

a {
    outline: none !important;
	 font-family:  sans-serif;
}
             
body {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #3d4b52;
    text-align: left;
    line-height: 19px;
    background-color: #f5f5f5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}




[class*=" icon-"], [class^=icon-] {
    font-family: uinext2020min!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




.page-container {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    min-height: 75%;
	background-color:#FFF;
}

.page-container:before,.page-container:after {
    content: " ";
    display: table
}

.page-container:after {
    clear: both
}



@media (min-width: 1200px) {
    .page-container {
        max-width:1180px;
        padding: 0 10px
    }
}



.top-panel-mobile-wrapper {
    width: 100%;
    background: #6e858a;
   
    
}

.top-panel-mobile{
    
}

.top-panel-mobile__cols {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.top-panel-wrapper {
    width: 100%;
}

.top-panel {
    width: 100%;
    position: relative;
    z-index: 206;
    -webkit-box-shadow: 0 0 32px rgba(61,75,82,.16);
    -moz-box-shadow: 0 0 32px rgba(61,75,82,.16);
    box-shadow: 0 0 32px rgba(61,75,82,.16);
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.top-panel__cols {
    width: 100%;
    display: flex;
    align-items: center;
}

.top-panel__menu-icon-container {
    min-width: 72px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}

.top-panel__menu-icon-container>i {
    font-size: 24px;
    color: #3d4b52;
}

.icon-menu:before {
    content: "\e919";
}

.icon-catalog:before {
    content: "\e910";
}
.top-panel__logo {
    padding-left: 24px;
}

.top-panel__logoimage{
     max-height: 65px;  
     margin-top: 7px;
}


.top-panel__tfoot {
    flex-grow: 2;
    padding-left: 34px;

}

.top-panel__tfoot>.top-panel__cols{
    justify-content: flex-end;
}

.top-panel__search-container {
    flex-grow: 2;
}

.top-panel__search-icon {
    text-align: center;

}

.top-panel__search-icon>i {
    font-size: 24px;
    color: #3d4b52;
}


.top-panel__search {
    position: relative;
}

.top-panel__search input[type=text] {
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0 36px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-panel__search input[type=text] {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 300;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;

    -webkit-appearance: none;
    
    color: #333;
    background: #eaeaea;
    padding: 10px 5px 10px 35px;

    border-radius: 8px;
 
    outline: none;
}

.top-panel__search i {
    font-size: 18px;
    color: #6e858a;
    position: absolute;
    left: 10px;
    top: 10px;
}

.icon-search:before {
    content: "\e924";
}


.title-search-result {
    min-width: 370px;
    margin-left: -18px;
    margin-top: 18px;
    display: none;
    overflow: hidden;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 24px rgba(85,104,110,.36);
    -moz-box-shadow: 0 0 24px rgba(85,104,110,.36);
    box-shadow: 0 0 24px rgba(85,104,110,.36);
    background-color: #fff;
}

.title-search-wait {
    width: 18px;
    height: 18px;
}

.title-search-wait:after, .title-search-wait>div, .title-search-wait>div>span, .title-search-wait>div>span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.title-search-wait>div {
    z-index: 1;
    -webkit-animation: loaderRotate1 4.8s linear infinite;
    animation: loaderRotate1 4.8s linear infinite;
}

.title-search-wait>div>span {
    clip: rect(0,18px,18px,9px);
    -webkit-animation: loaderRotate2 1.2s linear infinite;
    animation: loaderRotate2 1.2s linear infinite;
}

.top-panel__search-btn {
    height: 72px;
    display: table;
    padding: 0 18px;
}

.top-panel__search-icon {
    text-align: center;
    vertical-align: middle;
    height: 72px;
    display: flex;
    /* padding: 0 18px; */
    align-items: center;
    text-decoration: none;
}


@media (max-width: 767px) {
    .top-panel__search-container {
        flex-grow: initial;
    }
    
    .top-panel__logo{
        padding-left: 8px;
    }
    
    .top-panel__logoimage {
        max-height: 35px;
        margin-top: 0px;
    }
    
    
}






.top-panel__shop {
    white-space: nowrap;
}

.top-panel__shop-block {
    display: flex;
    padding: 12px 18px;
    align-items: center;
    text-decoration: none;
}

.top-panel-mobile .top-panel__shop-block {
    padding: 5px 5px 5px 8px;
}

.top-panel__shop-block:hover {
     text-decoration: none;
}


.top-panel__shop-icon>i {
    font-size: 24px;
    color: #3d4b52;
}

.top-panel-mobile .top-panel__shop-icon>i {
    font-size: 20px;
    color: #FFFFFF;
}


.top-panel__shop-caption {
    padding: 0 12px;
}

@media (max-width: 767px) {
    .top-panel__shop-caption {
        padding: 0 8px;
    }
}

.top-panel__shop-descr, .top-panel__shop-title {
    display: block;
}

.top-panel__shop-title {
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    color: #3d4b52;
    line-height: 19px;
}

.top-panel-mobile .top-panel__shop-title {
    font-size: 12px;
    line-height: 11px;
    color: #FFFFFF;
}

.top-panel-mobile .top-panel__shop-title>span {
    font-size: 10px;
}

.top-panel__shop-title>span {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
}

.top-panel-mobile .top-panel__shop-title>span {
    font-size: 10px;
}


.top-panel__shop-descr {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    color: #8ea6ab;
    line-height: 17px;
}

.top-panel-mobile .top-panel__shop-descr {
    font-size: 10px;
    line-height: 13px;
    color: #ECECEC;
}

.top-panel__shop-icon:last-child>i {
    font-size: 16px;
    color: #b2c7cb;
}


.icon-location:before {
    content: "\e918";
}

.top-panel__shop-block:hover,  .top-panel__shop-block:active {
    background-color: #f1f6f7;
}

.top-panel-mobile .top-panel__shop-block:hover,  .top-panel-mobile .top-panel__shop-block:active {
    background-color: #607579;
}

.top-panel__contacts {
    white-space: nowrap;
}

.top-panel__contacts-icon>i {
    font-size: 24px;
    color: #3d4b52;
}

.top-panel-mobile .top-panel__contacts-icon>i {
    font-size: 20px;
    color:#FFFFFF;
   
}


.top-panel__contacts-caption {
    padding: 0 12px;
}

.top-panel__contacts-descr, .top-panel__contacts-title {
    display: block;
}

.top-panel__contacts-title {
    font-family: "Roboto",sans-serif;
    font-size: 20px;
    color: #3d4b52;
    line-height: 19px;
}

.top-panel-mobile .top-panel__contacts-title {
     font-size: 12px;
      line-height: 11px;
      color: #FFFFFF;
}

.top-panel__contacts-title>span {
    font-family: "Roboto",sans-serif;
    font-size: 16px;
}

.top-panel-mobile .top-panel__contacts-title>span {
    font-size: 10px;
}

.top-panel__contacts-block {
    display: flex;
    padding: 12px 18px;
    align-items: center;
    text-decoration: none;
}

.top-panel-mobile .top-panel__contacts-block {
    padding: 5px 5px;
}

.top-panel__contacts-block:hover {
     text-decoration: none;
}

.top-panel__contacts-descr {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    color: #8ea6ab;
    line-height: 17px;
}

.top-panel-mobile .top-panel__contacts-descr {
    font-size: 10px;
    line-height: 13px;
    color: #ECECEC;
}


.top-panel__contacts-icon:last-child>i {
    font-size: 16px;
    color: #b2c7cb;
}

.icon-arrow-down:before {
    content: "\e900";
}
.icon-phone-call:before {
    content: "\e91e";
}

.mini-cart {
    height: 72px;
    display: flex;
    align-items: center;
}



.mini-cart>a {
   
    padding: 10px 18px 0 18px;
    display: flex;
    /* height: 100%; */
    /* vertical-align: middle; */
    /* flex-flow: row; */
    /* flex-grow: 2; */
    /* flex: 1 1 0; */
    align-items: center;
    /* flex: 1 0 100%; */
    /* flex: 1; */
    position: relative;
    align-self: stretch;
    text-decoration: none;
}

@media (max-width: 767px) {
    .mini-cart {
         height: 52px;
    }
    
   .top-panel__menu-icon-container{
        
        min-width:52px;
    }
}

.mini-cart>a:hover {
    text-decoration: none;
    background-color: #f1f6f7;
}

.mini-cart>a:active {
    text-decoration: none;
    background-color: #f1f6f7;
}

.mini-cart>a>i {
    font-size: 24px;
    color: #3d4b52;
}


.icon-star:before {
    content: "\e927";
}

.mini-cart__count {
    display: inline-block;
    vertical-align: top;
    margin-left: -10px;
    margin-top: -35px;
    padding: 0 5px;
}

.mini-cart__count {
    font-size: 11px;
    color: #6e858a;
    line-height: 16px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color: #d0e0e3;
}

.icon-cart:before {
    content: "\e908";
}

.mini-cart__cart:not(.empty) .mini-cart__count {
    color: #fff;
    background-color: #6639b6;
}

.top-panel__compare-link:hover,  .top-panel__compare-link:active {
    background-color: #f1f6f7;
}

.top-panel__contacts-block:hover,  .top-panel__contacts-block:active {
    background-color: #f1f6f7;
}

.top-panel-mobile .top-panel__contacts-block:hover,  .top-panel-mobile .top-panel__contacts-block:active {
    background-color: #607579;
}














/*CATALOG MENU */

nav.nav-menu{
    position: relative;
    border-top: 1px solid #e3ecef;
    border-bottom: 1px solid #e3ecef;
}

.catalog-menu{
     position: relative;
     margin: 0;
     padding: 0;
     overflow: hidden;
     list-style: none;
     display: flex;
     width: 100%;

  
     flex-wrap: wrap;
}

.catalog-menu-item {

    flex-grow: 1;

    border-right: 1px solid #f1f6f7;
}

.catalog-menu-button {

    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;

    text-decoration: none;
}

.catalog-menu-button:hover{
    text-decoration: none;
    background-color: #f1f6f7;
}

.catalog-menu-icon{
    width: 40px;
    height: 40px;

    min-height: 40px;
    margin-right: 0;
    margin-bottom: 6px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.catalog-menu-icon>i {
    font-size: 36px;

  
    color: #55686e;
    -webkit-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}

.icon-fa-chess:before {
  content: "\e934";
}

.icon-fa-nards-gray-1:before {
  content: "\e935";
}

.icon-fa-poker:before {
  content: "\e936";
}

.icon-fa-cards:before {
  content: "\e937";
}


.icon-fa-games:before {
  content: "\e941";
}

.icon-fa-domino:before {
  content: "\e940";
}
.icon-fa-lotto:before {
  content: "\e942";
}

.catalog-menu-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;

    color: #3d4b52;
    -webkit-transition: all .15s ease 0s;
    -moz-transition: all .15s ease 0s;
    -o-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}


.catalog-menu-item:hover .catalog-menu-icon {
    color: #3d4b52;
}

.catalog-menu-item:hover .catalog-menu-text {
    color: #6639b6;
}

@media (max-width: 768px) {
    .catalog-menu-button {
      
        padding-top: 5px;
        padding-bottom: 5px;
       
    }
    
    .catalog-menu-icon {
        width: 30px;
        height: 30px;
        min-height: 30px;
       
    }
    
    .catalog-menu-icon>i {
        font-size: 25px;
    }
    
    .catalog-menu-text {

        font-size: 12px;
    
    }
    
}



/*MOBILE CATALOG MENU*/

.catalog-search-mobile-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px;
   
    background: #6e858a;

}

.catalog-menu__menu-container {
    padding: 8px;
    vertical-align: middle;


    color: #FFFFFF;

    border-radius: 8px;
    white-space: nowrap;
}

.catalog-menu__search-container{
    margin-left: 15px;
    flex-grow: 1;
}

#search-mobile-input {
    border-radius: 8px;
    padding: 8px;
    border: 0 solid transparent;
    width: 100%;
    
}

.nav-menu.mobile{
    
}

.nav-menu.mobile.visible {
    display: block !important;
    width: 80%;
    /* margin-top: 10px; */
    margin: 0 auto;
    margin-top: 10px;
    border: 0px solid transparent;
}

.mobile .catalog-menu {
    
    background: #ffffff;
    flex-direction: column;
    border: 1px solid #6e858a;
    border-radius: 8px;
    padding: 8px;

}

.mobile .catalog-menu-item {
    flex-grow: 1;
    border-bottom: 1px solid #f1f6f7;
    border-right: 0px solid transparent;
}

.mobile .catalog-menu-icon {
   
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.mobile .catalog-menu-icon>i {
    color: #6e858a;
    
}

.mobile .catalog-menu-text {
   
    color: #6e858a;
    
}

.mobile .catalog-menu-button {
    flex-direction: row;
        justify-content: normal;
}


/*PAGE*/
.block-title {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    font-family: "Roboto",sans-serif;
    color: #3d4b52;
}

#pageLoaderWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: white;
	opacity: 0.7;
	display: none;
	z-index: 500;
	text-align: center;
}
#pageLoaderWrap span {
	opacity: 1;
	z-index: 501;
	color: black;
	border: 1px solid rgba(240, 195, 109, 0.196);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.196);
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.196);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.196);
	padding: 5px;
	background-color: #F9EDBE;
}


.btn{
	   background-color: #2a9a83;

    font-size: 13px;
    line-height: 12px;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
}

.btn.red{
	    background-color: #00695c;
}


/* INDEX PAGE */

.categories-list-wrapper {
    padding-top: 22px;
}


.catalog-home{
    position: relative;
    margin: 0;
}


.catalog-home__item-wrapper{
     margin-bottom: 15px;   
}

.catalog-home__item{
    border-radius: 10px;
    overflow: hidden;
    margin:  0;
    position: relative;
}


.catalog-home__item-img img {
    display: block;
    width: 100%;
}

.catalog-home__item-info{
    position: absolute;
    left: 0;
    bottom: 29px;
    width: 100%;
    text-decoration: none;
    padding: 13px;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    background-color: rgba(44, 158, 135, 0.88);
}


.catalog-home__item-info > span {
    color: #ffffff;
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;

    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    display: block;
}

@media (max-width: 576px) {
    
    .categories-list-wrapper {
        padding-top: 12px;
    }
    
 
    
   
    
    .catalog-home__item-info{
        padding: 5px;
         bottom: 0px;
    }
    
    .catalog-home__item-info > span {
        color: #ffffff;
        
        font-size: 14px;
        line-height: 14px;
       
    }
    
}

@media (max-width: 992px) {
    
    .catalog-home__item-info{
        padding: 7px;
    }
    
    .catalog-home__item-info > span {
        font-size: 18px;
        line-height: 18px;
       
    }
    
}





/* PRODUCT LIST*/
.prodULGrid{
    
   display: flex;
   flex-wrap: wrap;   
   justify-content: space-between;
}


.prodULGrid li {

    width: 30%;
    margin-bottom: 25px;
    position: relative;
  
   
}

.prodULGrid .products-box {


    padding: 15px;
    position: relative;
	 border: 1px solid #DDD;
    border-radius: 3px;
    background-color: #FFF;
    box-shadow: 1px 2px 6px #B9A690;
    -webkit-transition: border-color ease-out 0.2s;
    -moz-transition: border-color ease-out 0.2s;
    -o-transition: border-color ease-out 0.2s;
    transition: border-color ease-out 0.2s;
	
}

.prodULGrid .products-box .label {
    position: absolute;
    display: block;
    width: 56px;
    height: 56px;
}


.prodULGrid .products-box .popular {
    position: absolute;
    display: none;
    width: 69px;
    height: 38px;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    right: 0px;
    top: -1px;
}

.products-box .popular.rate999 {
    background: url(../img/label-yellow.png) no-repeat 0 0 transparent;
    display: block;
}

.prodULGrid .product-image {
    text-align: center;
    display: block;
    padding-bottom: 75%;
    position: relative;

}

.prodULGrid .product-image span {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    display: inline-block;
    width:100%;
    height: 100%;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.prodULGrid .product-name a {

	color: #333333;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    height: 54px;
    overflow: hidden;
    text-decoration: none;
    display: block;
	font-weight:400;
	margin-top: 10px;
    margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
}

.prodULGrid .pro-info{
	text-align:left;
}

.prodULGrid .price-box {
    margin-bottom: 6px;
	text-align:left;
}


.prodULGrid .price-cart-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.prodULGrid .price-box .regular-price {
    font-size: 12px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline-block;
}

.prodULGrid .price {
    color: #000;
    font-weight: 700;
    white-space: nowrap !important;
    font-size: 18px;
}

.prodULGrid .actions{
	margin-top: 10px;
    text-align: left;
}

.rouble {
    font-family: 'rouble';
    font-weight: normal;
    font-style: normal;
}

.prodULGrid .btn.buy1click{
	background-color: #2a9a83;

    background-size: 20px;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 12px;
    padding: 10px 10px 10px 10px;
    border: 0;
    border-radius: 5px;
    color: #FFF;
	cursor:pointer;
	width: 100%;
}



.instock {
    padding: 0px 5px;
    /* background-color: #ffffff; */
    font-size: 12px;
    color: #1976D2;
    border: 1px dashed #1976D2;
    text-align: center;
    border-radius: 5px;
}

.outstock{
   padding: 0px 5px;
    /* background-color: #ffffff; */
    font-size: 12px;
    color: #FF0000;
    border: 1px dashed #FF0000;
    text-align: center;
    border-radius: 5px;
}

.prodULGrid .btn.cart {

    width: 35px;
    height: 32px;
    background-image: url(../img/cart-icon-black.png);
    background-size: 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../img/cart-icon-black.png);
    background-size: 20px;
    background-position: 100%;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 12px;
    padding: 10px 10px 10px 30px;
    border: 0;
    border-radius: 5px;
    color: #FFF;
	cursor:pointer;
}




.prodULTable{
    display: flex;  
    flex-direction: column;
}

.prodULTable li {
    display: block;
    margin-bottom: 25px;
   
}

.prodULTable .regular_shape {
    width: 100%;
    position: relative;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 1px;
    background-color: #FFF;
    box-shadow: 1px 2px 6px #B9A690;
   
    -webkit-transition: border-color ease-out 0.2s;
    -moz-transition: border-color ease-out 0.2s;
    -o-transition: border-color ease-out 0.2s;
    transition: border-color ease-out 0.2s;
}

.prodULTable .regular_shape:hover {
    border: 2px solid #2a9a83;
    padding: 0;
}

.prodULTable .regular_shape .regular_shape_c {
	position: relative;
    width: 100%;
    text-align: left;
    /* background: url(../img/bg_content1.png) repeat 0 0 transparent; */

}

.prodULTable .regular_shape .regular_shape_c .label {
    position: absolute;
    width: 56px;
    height: 56px;
    display: block;
    z-index: 10;
}

.prodULTable .regular_shape .regular_shape_c .popular {
    position: absolute;
    width: 69px;
    height: 39px;
    display: none;
    color: #ffffff;
    font-size: 11px;
    right: 7px;
    text-align: center;
    top: -1px;
	line-height:12px;
}

.prodULTable .regular_shape .regular_shape_c .popular.rate999 {
    background: url(../img/label-yellow.png) no-repeat 0 0 transparent;
    display: block;
}

.prodULTable .regular_shape .regular_shape_info {
    width: 100%;
    overflow: hidden;
}

.prodULTable .share_container {
    width: 100%;
    overflow: hidden;
    height: 185px;
	display:flex;
}
.prodULTable .share_container .share_image {
    width: 220px;
    /* margin-bottom: 15px; */
    min-width: 220px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.prodULTable .share_container .share_content {
    width: 100%;
    position: relative;
    height: 185px;
}

.prodULTable .share_container .share_content h3 {
    padding-bottom: 0px;
    margin: 5px 0px 0px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: verdana;
    font-size: 18px;
    font-weight: normal;
    padding-top: 0px;
}

.prodULTable .share_container .share_content H3 A {
    font-family: verdana;
    color: #000;
    font-size: 20px;
    /* font-weight: bold; */
    text-decoration: none;
    /* height: 40px; */
    overflow: hidden;
    display: block;
    line-height: 19px;
    font-family: 'Roboto Slab', serif;
    /* font-weight: 700; */
}

.prodULTable .share_container .share_content P {
    margin: 20px 0 0 0;
    color: #6c6c6c;
    font-size: 16px;
    /* height: 80px; */
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 300;
}

.prodULTable .share_container .share_content .buttons {
    position: absolute;
    bottom: 3px;
    background-color: #f8f2df;
}

.prodULTable UL.buttons {
   width: 189px;
    min-width: 189px;
    height: 185px;
    background-color: rgba(224, 224, 224, 0.47);
    /* background-color: rgba(240, 248, 255, 0.56); */
    border-left: 1px solid #FFF;
    -webkit-box-shadow: 0 0 5px #d6d6d6;
    -moz-box-shadow: 0 0 5px #d6d6d6;
    box-shadow: 0 0 5px #d6d6d6;
    /* background-color: #FFF; */
}

.prodULTable UL.buttons li {
    margin: 0px 0px 0px 0px !important;
    display: block;
    float: none !important;
}
.prodULTable .price {
    color: #000;
    font-weight: 700;
    font-size: 26px;
    line-height: 40px;
    font-family: 'Roboto Slab', serif;
}

.prodULTable .buttons .instock {
	font-weight: 300;
    font-size: 13px;
    text-align: center;
    color: green;
    border-width: 0;
}

.prodULTable .buttons .outstock {
	
    font-size: 13px;
    text-align: center;
    color: #785448;
    border-width: 0;
}

.prodULTable .buttons_wrapper {
    padding: 0 5px;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}

.prodULTable .btn.buy1click{
    background-color: #2a9a83;
    font-size: 13px;
    line-height: 12px;
    padding: 10px;
    border: 0;
    border-radius: 5px;
    color: #FFF;
    cursor: pointer;
    flex-grow: 1;
    margin-right: 15px;
}



.prodULTable .btn-cart {
   
    font-size: 25px;
    line-height: 25px;
    border: 0;
    cursor: pointer;
    text-align: center;
    padding: 0;
    color: #3d4b52;
}




@media (max-width: 992px) {
    .prodULTable .share_container {
       
        height: auto; 
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .prodULTable .share_container .share_image {
        width: 25%;
        height: auto;
        margin-bottom: 0px;
        min-width: 120px;
        margin-right: 10px;
        position: relative;
    }
    
    .prodULTable .share_container .share_image img{
        background-size: 100%;
    }
    
    .prodULTable .share_container .share_content {
        width: auto;
        height: auto;
        flex: 1;
    }
    
    .prodULTable .share_container .share_content H3 A {
  
        font-size: 22px;
        line-height: 23px;
    }
    
     .prodULTable .share_container .share_content .articul{
         
         font-size:14px;
     }
     
     .prodULTable UL.buttons {
        width: 100%;
        min-width: 100%; 
        height: auto; 
        margin-top: 4px;
        
        flex-grow: 10;
    }
    
    .prodULTable .btn.buy1click{
         margin-right:0;   
    }
    
    .prodULTable .btn-cart{
        position: absolute;
        right: 12px;
        margin-top: -36px;
    }
    
}

@media (max-width: 768px) {
    .prodULTable .share_container .share_content H3 A {
        font-size: 18px;
        line-height: 19px;
    }
    
    
    .prodULTable .share_container .share_content P {
        margin: 10px 0 0 0;
      
        font-size: 14px;
       
        line-height: 16px;

    }
    
    
    .prodULGrid li {
        
        width:48%;
    }
}

@media (max-width: 576px) {
    
    .prodULTable .share_container .share_content {
   
        max-height: 120px;
        overflow: hidden;
    }
    

    .prodULTable .share_container .share_content H3 A {
        font-size: 14px;
        line-height: 15px;
    }
    
    
    .prodULTable .share_container .share_content P {
        margin: 5px 0 0 0;
      
        font-size: 12px;
       
        line-height: 13px;

    }
}
/*=================================================*/



/*POPUP BOX*/
.blackout,.blackoutProd {
	background: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 600;
	left: 0;
}

#popupWrapper{
	position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
	justify-content: center;
    background: rgba(102,102,102, 0.7);
	
}

.popup-box {
	border-radius: 5px;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	font-family: Arial, sans-serif;
	z-index: 9999;
	font-size: 14px;
	max-width:1024px;
	position:relative;
}

.popup-box iframe{
    max-width: 100%;
}

@media (max-width: 1024px){
    .popup-box {
        max-width:100%;
    }
	
}

.popup-box-prod {
	position: absolute;
	border-radius: 5px;
	background: #fff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	font-family: Arial, sans-serif;
	z-index: 700;
	font-size: 14px;
}

.popup-box .close , .popup-box-prod .close {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
	color: #434343;
	padding: 5px;
	font-size: 20px;
}

.popup-box .top, .popup-box-prod .top {
	padding: 5px;
    color: white;
    text-align: center;
    background: url(../img/bg-menu_v1.png) transparent repeat 0 0;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.popup-box h2, .popup-box-prod h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}

.popup-box .bottom , .popup-box-prod .bottom {
	background: #eee;
	border-top: 1px solid #e5e5e5;
	padding: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*==============================================================*/

.breadcrumb a{
     color:#6d6d6d;   
}

.breadcrumb span{
     color:#78909c;   
}

.breadcrumb .navigation-pipe{
     display: inline-block;
     margin: 0 5px;
}




/*==================================================*/


.product-view .product-name H1 {
	color: #3d4b52;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
	font-family: 'Roboto Slab', serif;
}




#demo-container {
	position: absolute;
}

.product-view {
	position: relative;
}

.back_block {
	position: absolute;
	width: 40px;
	height: 328px;
	z-index:10;
}

.back_block a {
	line-height: 328px;
	display: block;
	font-weight: 700;
	text-align: center;
	background-color: transparent;
}


.availability {
	line-height: 12px;
	margin: 14px 0px;
}

.availability.in-stock SPAN {
	text-align: center;
    padding-bottom: 6px;
    padding-left: 24px;
    padding-right: 8px;
    display: inline-block;
    background: url(../img/sprites.png) rgb(42, 154, 131) repeat-x -250px -105px;
    color: #fff;
    margin-left: 6px;
    padding-top: 6px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
}

.availability.none-stock SPAN {
	text-align: center;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	background-color: #CE6262;
	color: #fff;
	margin-left: 6px;
	padding-top: 6px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
}

.sku {
	margin: 0px 0px 14px;
}

.box1 {
	border-bottom: #d2d2d2 1px solid;
    position: relative;
    padding-bottom: 10px;
    padding-left: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    /* HEIGHT: 72px; */
    border-top: #d2d2d2 1px solid;
    padding-top: 10px;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    position: relative;
}

.box1 .price-box {
	flex-grow: 2;
}

.box1 .regular-price .price {
	font-size: 24px;
	font-weight: 700;
	color: #900;
}

.add-to-box {

}

.add-to-box .add-to-cart {

}

.add-to-cart LABEL {
	margin: 23px 0px 23px 20px;
}

input.text, select.text {
	height: 18px;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid #31b398;
	border-radius: 3px;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	padding: 4px;
	vertical-align: middle;
}

INPUT.qty1 {
	width: 2.5em !important;
}
.add-to-cart .qty1 {
	padding-bottom: 12px;
	margin: 0px -4px 0px 10px;
	padding-left: 13px;
	padding-right: 13px;
	padding-top: 12px;
	border-top-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 4px;
}

.add-to-cart BUTTON.button SPAN {
	border-bottom: 0px;
	text-align: center;
	border-left: 0px;
	padding-bottom: 0px;
	line-height: 44px;
	text-transform: uppercase;
	padding-left: 46px;
	padding-right: 0px;
	white-space: nowrap;
	background: url(../img/sprites.png) rgb(227,93,99) no-repeat 11px -339px;
	float: left;
	height: 44px;
	color: #ffffff;
	font-size: 12px;
	border-top: 0px;
	font-weight: 700;
	border-right: 0px;
	padding-top: 0px;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 0px;
}

.product-view .short-description {
	border-bottom: #eeece7 1px solid;
	padding-bottom: 16px;
	margin-top: 18px;
	font-size: 17px;
    line-height: 22px;
}

.back_block a:hover {
	background-color: #D6D6D6;
}

.prev-next {
	margin-top: 8px;
	float: right;
}

.popup-box .product-view{
     max-width: 100%;
     width: 1024px;
     overflow-x: hidden;
}


#buyMessageWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1050;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#buyMessage {
    background-color: #EEE;
    border: 1px dashed #CCC;
    /* position: absolute; */
    max-width: 100%;
    width: 100%;
    max-width: 425px;
    z-index: 715;
    padding: 28px;
    /* top: 40%; */
    /* left: 30%; */
    /* margin: 0 auto;*/
}


#singleCont h1.title {
    color: #5a5a5c;
    font-size: 50px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0 10px 0;
    font-family: 'Roboto Slab', serif;
}

#singleCont .single_body .single_title:after {
    content: "";
    width: 55px;
    background-color: #6eb9aa;
    height: 3px;
    display: block;
    margin-left: 0px;
    margin-right: 90%;
}

#singleCont .single_body .single_title {
    margin-bottom: 25px;
}

.clear {
    clear: both;
}


@media (max-width: 1200px) {
    #singleCont{
        padding:0 15px;
    }
}

@media (max-width: 758px) {
   #singleCont h1.title{
        font-size: 33px;
        line-height: 34px;
    }
    
    #buyMessage{
        padding-left:5px;
        padding-right: 5px;
    }
    
    .popup-box .bottom, .popup-box-prod .bottom{
        padding-left:5px;
        padding-right: 5px;
    }
    
    .prodULGrid .product-name a{
         height:auto;   
    }
    
    .prodULGrid .actions{
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: -16px;
    }
    
    .prodULGrid .product-image{
        margin-left: -15px;
        margin-right: -15px;

    }
    
    .pro-dop-info{
            flex-direction: column;
    }
}



@media (max-width: 550px) {
    .zoomContainer, .zoomWindowContainer{
        display: none !important;
    }
    
}
