

/* Start:/local/templates/asquirrel/components/bitrix/catalog/startshop/style.css?1749059197591*/
.startshop-button.to-cart {
	background: #1a58d7;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}.startshop-button.to-cart:hover {
	background: #6B8ED6;
	color: #ffffff;
}

.startshop-button.to-cart-added {
	background: #6B8ED6;
	font-size: 12px;
	color: #ffffff;
}.startshop-button.to-cart-added:hover {
	color: #ffffff;
}

 @media all and (max-width: 800px) {
    .startshop-column-left.adaptiv {
        float: none !important;
        width: auto !important;
 	}

     .startshop-column-right.adaptiv {
         float: none !important;
         width: auto !important;
     }
 }
/* End */


/* Start:/local/templates/asquirrel/components/bitrix/catalog/startshop/bitrix/catalog.section.list/tile/style.css?17490591971710*/
.startshop-catalog .startshop-catalog-sections-list {
	position: relative;
	display: block;
	background: transparent;
	white-space: nowrap;
}

.startshop-catalog .startshop-catalog-sections-list .startshop-element {
	position: relative;
	display: block;
}

.startshop-catalog .startshop-catalog-sections-list .startshop-element .startshop-wrapper {
	position: relative;
	display: block;
	border: 1px solid #ebebeb;
	text-decoration: none;
	width: auto;
}.startshop-catalog .startshop-catalog-sections-list .startshop-element .startshop-wrapper:focus {
	outline: none;
}

.startshop-catalog .startshop-catalog-sections-list .startshop-element .startshop-image-wrapper {
	position: relative;
	width: 100%;
	padding-top: 100%;
}

.startshop-catalog .startshop-catalog-sections-list .startshop-element .startshop-image-wrapper > div {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: bold;
    font-size: 0px;
    white-space: nowrap;
    text-align: center;
}

.startshop-catalog .startshop-catalog-sections-list .startshop-element .startshop-image-wrapper > div img {
	position: relative;
    display: inline-block;
    vertical-align: middle;
	border: none;
    max-width: 100%;
	max-height: 100%;
}

.startshop-catalog .startshop-catalog-sections-list .startshop-element .startshop-text {
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.startshop-catalog .startshop-catalog-sections-list .startshop-element .startshop-text .startshop-text-wrapper {
	font-size: 13px;
	line-height: 19px;
	color: #333;
	font-weight: bold;
	text-align: center;
	white-space: normal;
	height: 38px;
	overflow: hidden;
}
/* End */


/* Start:/local/templates/asquirrel/components/bitrix/system.pagenavigation/round/style.css?17591652752917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #ff5fa3;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #ff5fa3;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/local/templates/asquirrel/components/bitrix/catalog/startshop/bitrix/catalog.section/tile/style.css?17669998542536*/
.startshop-catalog .startshop-catalog-section {
	position: relative;
	display:block;
}

.startshop-catalog .startshop-catalog-section .startshop-element {
	height: auto;
	white-space: nowrap;
	font-size: 0px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-image-container {
	position: relative;
	display: block;
	height: auto;
	margin: 12px;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
	font-size: 0px;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-image-container .startshop-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-image-container .startshop-image-wrapper .startshop-image-wrapper-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0px;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-information {
	display: block;
	vertical-align: top;
	overflow: hidden;
	white-space: normal;
	text-align: left;
	font-size: 14px;
	margin: 12px;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-information .startshop-name {
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	height: 32px;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-buys {
	position: relative;
	right: 0px;
	text-align: left;
	white-space: nowrap;
	margin: 12px;
	border-top: 1px solid #e8e8e8;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-buys .startshop-price {
	position: relative;
	display: block;
	vertical-align: middle;
	text-align: left;
	margin-top: 15px;
	white-space: nowrap;
	height: 36px;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-buys .startshop-price .startshop-new {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-buys > .startshop-buy {
	position: absolute;
	display: block;
	right: 0px;
	top: -2px;
	margin-top: 15px;
}

.startshop-catalog .startshop-catalog-section .startshop-element .startshop-state-unavailable {
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 19px;
	font-size: 12px;
	line-height: 12px;
	color: #797979;
}
/* End */
/* /local/templates/asquirrel/components/bitrix/catalog/startshop/style.css?1749059197591 */
/* /local/templates/asquirrel/components/bitrix/catalog/startshop/bitrix/catalog.section.list/tile/style.css?17490591971710 */
/* /local/templates/asquirrel/components/bitrix/system.pagenavigation/round/style.css?17591652752917 */
/* /local/templates/asquirrel/components/bitrix/catalog/startshop/bitrix/catalog.section/tile/style.css?17669998542536 */
