/*Стили основного блока "content"*/

.orderFormWrapp, #newProducts, #saleProducts  {display: none;}

#content  {
    margin-top: 5px;
    margin-bottom: 10px;
    width: 74%;
    text-align: left;
}

#content h1  {
    margin-bottom: 15px;
    text-align: center;
}

#content .contact  {font-size: 1.2em;}

h2 a  {
    padding: 5px;
}
/* > Хлебные крошки */
#breadcrumbs  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    padding: 10px;
}

#breadcrumbs span  {
    color: #D58A33;
    font-weight: bold;
    margin-left: 10px;
}

#breadcrumbs a  {
    margin: 10px;
}
/* < Хлебные крошки */

hr  {
    color: #D58A33;
}

/* > Страница товаров категории*/

[data = 'advancedSearch']  {
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.advancedSortCount  {margin: 0 0 0 auto;}
.seolink  {color: inherit;}

input[type=checkbox]:not([name=available]):not([name=new])  {
    visibility: hidden;
    margin-right: 15px;
}

.group lable:after  {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.group lable.checked:after  {
    opacity: 1;
}

:after  {
    box-sizing: border-box;
}

.advancedSearchParams  {display: none;}

.advancedSearchGroups  {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.group  {
    display: flex;
    flex-direction: column;
    width: 24%;
    margin-left: 1%;
    background-color: rgba(231, 247, 188,0.75);
}

.group h3  {
    align-self: center;
	margin-bottom: 5px;
}

.group lable  {
    position: relative;
    margin: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    border: 1px solid #797979;
    border-radius: 1px;
}

.group lable.checked  {
    border-color: #60B055;
    background-color: #60B055;
    opacity: 1;
}

/* < Страница товаров категории*/

/* > Главная страница ( распродажа новинки ), страница категорий */

.title  {
    font-size: 1.2em;
}

.productFilter, .pagination  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 10px;
    border: 1px solid #D58A33;
    background-color: #F4DC93;
}

.toggleClose  {margin-left: 5px;cursor: pointer;}
.toggleClose:hover  {background-color: #ffffff;}

.selectOptions  {display: flex;}

.pagination  {margin-bottom: 10px;}

.toFilters  {
    margin: 2px 0 4px auto;
    cursor: pointer;
    box-shadow: 2px 2px 4px black;
    padding: 2px 5px;
    border: 1px solid #d58a33;
    border-radius: 2px;
}

select {
    border: 1px solid #E4E4E4;
    padding: 2px 5px;
    margin: 5px;
    max-width: 100%;
    text-align: center;
}
select option  {padding: 2px 10px;}

.selectOptions  {
    margin: 0 0 0 auto;
}

#newGoods, #saleGoods, #productsForCat, #childCats  {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
}

.newGoodsItem, .saleGoodsItem , .productItem, .categoryItem  {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
    width: 25%;
}

.productItemData  {
    margin-top: auto;
}

.newGoodsItem:hover, .categoryItem:hover, .productItem:hover  {
    border: 3px solid #729A07;
    box-sizing: border-box;
}

.saleGoodsItem:hover  {
    border: 3px solid #DE1800;
    box-sizing: border-box;
}

 .price, .salePrice {
    position: relative;
    margin: 10px auto;
    width: 75%;
}

.newGoodsItem>img, .saleGoodsItem>img, .categoryItem>img, .productItem>img  {
    width: 95%;
    margin: 0 auto;
}

.newGood  {
    position: absolute;
    max-width: 30%;
    top: 0;
    right: 0;
}

.saleGood  {
    position: absolute;
    max-width: 30%;
    top: 0;
    left: 0;
}

span.addToCart  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: 0 auto;
    padding: 5px 0;
    border-radius: 5px;
    background-color: #E7F7BC;
    margin-bottom: 10px;
    cursor: pointer;
}

span.addToCart>img  {margin-right: 5px;}

.miniDescription  {
    padding:10px;
    position: absolute;
    top: 85%;
	left: 0;
    width: 90%;
    background-color: #ffffff;
    box-shadow: 5px 5px 15px;
    border-radius: 15px;
    z-index: 1000;
}
/* < Главная страница ( распродажа новинки, страница категорий  ) */

/*  > страница корзины */

.beforeOrderForm  {

}

.beforeOrderForm div  {

}

.beforeOrderForm div input  {

    margin: 10px 10px 10px 0;
}

.cartWrapp  {padding-left: 5%;}

img.removeFromCart, img.addToCart  {
    width: 75%;
    cursor: pointer;
}

#cartData tr:first-child th {
    height: 20px;
    padding: 0;
    background-color: #E7F7BC;
}

#cartData  tr:last-child td {
    height: 20px;
    padding: 0;
}

#cartData td, #cartData th  {;
    border: 1px solid black;
    text-align: center;
}

.cartItemCount  {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cartItemCount span  {
    margin: 0 20px 0 auto;
}

.more-less  {
    margin: 5px 5px 0 0;
}

#cartData  {
    margin-left: -10px;
    width: 95%;
}

.clearCart  {background-color: #B51E1E;}

[data = "orderFormWrapp"]  {background-color: #009A22;}

[data = "orderFormWrapp"], .clearCart  {
    text-align: center;
    width: 15%;
    margin-left: 75%;
    margin-top: 10px;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.makeOrder:hover, .clearCart:hover  {
    color: yellow;
}

/*  < страница корзины */

.page404  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

.page404 div  {
    text-align: center;
}

.message  {
    background-color: #F4DC93;
    border: 1px solid #D58A33;
    border-radius: 50%;
    cursor: pointer;
    padding: 5px;
    position: fixed;
    left: 2%;
    bottom: 5%;
}

.messageForm  {
    display: none;
}

.messageForm input, .messageForm textarea  {margin-bottom: 10px;}

/* > Страница товара */

.productName  {padding-left: 5%;}

.productWrapp  {
    display: flex;
    flex-wrap: wrap;
}

.productImages  {
    width: 25vw;
}
.mainProductImage{
    position: relative;
    margin: 0 auto;
    width: 98%;
    height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainImage  {
    display: block;
    max-height: 95%;
    max-width: 95%;
    width: auto;
    height: auto;
    cursor: pointer;
}
.productGalery  {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 98%;
    height: 15%;
    margin: 10px auto;
}
.slideWrap  {display: flex; align-items: center; width: 100%;}
.prevImg, .nextImg  {
    position: absolute;
    top: 0;
    height: 100%;
    min-width: 10%;
    background-color: #E7F7BC;
    opacity: 0.75;
    color: #D58A33;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.prevImg  {left: 0;}
.nextImg  {right: 0;}
.slideImg {
    min-width: 32%;
	max-width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90%;
    border: 1px solid #D58A33;
    margin: 2px;
}
.slideImg img   {max-width: 95%; max-height: 95%; width: auto; height: auto;}

.saleProperties  {
    padding-left: 5%;
    padding-top: 20px;
    border: 1px solid #D58A33;
    flex-basis: 50%;
    flex-grow: 1;
    background: #F4DC93;
}

.pp.price  {display: flex; align-items: center; margin: 0; width: 95%;}

.pp.addToCart  {
    width: auto;
    display: flex;
    align-items: center;
    background-color: #E7F7BC;
    cursor: pointer;
    padding: 5px 20px;
    margin-left: 5%;
    border-radius: 5px;
    box-shadow: 2px 2px 5px;
}
.pp.addToCart img  {margin-right: 5px;}

input[name = 'count'] {
    margin-top: 24px;
    max-width: 15%;
    border: 1px solid #D58A33;
    height: 24px;
    text-align: center;
}

.inc, .dec  {
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: 1px solid #D58A33;
    color: white;
}
.inc  {background-color: #009A22; margin-left: 24px; padding: 2px 4px 4px 4px;}
.dec  {background-color: #B51E1E; margin-right: 24px; padding: 4px 4px 2px 4px;}

.description  {
    margin-top: 10px;
    border-top: 1px solid #D58A33;
    border-bottom: 1px solid #D58A33;
    width: 90%;
    text-indent: 20px;
    padding: 5px 0;
}

.pp.info  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pp.info span  {
    width: 20%;
    margin: 10px 10px 0 0;
    padding: 5px 5px;
    border: 1px solid #D58A33;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 2px 5px;
}

[data = "moreInfo"]  {
    text-decoration: underline;
    margin-left: 20px;
    cursor: pointer;
}

.buyProperties  {
    border: 1px solid #D58A33;
    margin-top: 2px;
    flex-grow: 1;
    flex-basis: 50%;
    min-height: 100px;
}

.delivery, .contacts, .aboutPayment  {text-indent: 20px; padding: 10px 10px 50px 10px;}

.propMenu  {
    border-bottom: 1px solid #D58A33;
    height: 25px;
}

.propMenu span.active {border-bottom: 1px solid #ffffff; cursor: default;}

.propMenu span  {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    border-right: 1px solid #D58A33;
    cursor: pointer;
}

.fullScreenGaleryBack  {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(128, 128, 128, 0.9);
    z-index: 100;
}
.close  {align-self: flex-start; position: absolute; right: 0;}
.close img  {
    width: 36px;
    cursor: pointer;
}

.fullScreenGalery  {
    display: flex;
    justify-content: center;
}
.toLeft::selection, .toRight::selection  { background: transparent; color: black; text-shadow: none; }
.toLeft::-moz-selection, .toRight::-moz-selection  { background: transparent; color: black; text-shadow: none; }

.slide  {
    opacity: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 90%;
	left: 5%;
	padding: 5% 0;
    border: none;
}
.slide.active  {opacity: 1; z-index: 9999;}
.slide > img  {max-width: 100%;}
.toLeft, .toRight  {
	position: absolute;
    width: 36px;
    height: 36px;
    /*border: 2px solid black;
    border-radius: 36px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	z-index: 999;
}
.toLeft  {left: 0; top: 45%;}
.toRight  {right: 0; top: 45%;}
/* < Страница товара */

/* > Пагинатор */
.pageNum  {
    margin: 2px;
    padding: 2px 8px;
    cursor: pointer;
}

[data-page = "..."]  {cursor: default;}


/* < Пагинатор */