

/* Start:/local/templates/simba_shop/components/bitrix/catalog/main/style.css?17308852991168*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.bx_catalog-compare-list {
	display: none;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/local/templates/simba_shop/components/bitrix/catalog.smart.filter/catalog/style.css?17101681725438*/
/*  Фикс кнопки, моб  */
.mobile-sort,
.mobile-btn__row {
    display: none;
}

@media screen and (max-width: 1024px) {
    .block_sort {
        display: none;
    }

    .mobile-sort {
        display: block;
        position: fixed;
        background: #fff;
        right: -100%;
        bottom: 0;
        z-index: 105;
        width: 100%;
        height: calc(100% - 130px);
        transition: 0.3s;
    }

    .mobile-sort.open {
        right: 0;
    }

    .mobile-sort__content {
        padding: 25px 25px 0;
    }

    .mobile-sort__variants {
        position: relative;
        top: unset;
        box-shadow: unset;
        display: flex;
        flex-direction: column;
    }

    .mobile-sort__type {
        font-weight: 600;
    }

    .mobile-sort__variants a {
        padding: 5px 0;
    }

    .mobile-btn__row {
        position: absolute;
        left: 0;
        bottom: 0;
        line-height: 60px;
        width: 100%;
        display: flex;
    }

    .mobile-btn__row a {
        flex: 1;
        color: #fff;
        background-color: #232f3e;
        min-width: 50%;
        max-width: 100%;
    }
}

/*  Фикс кнопки, моб  */


/* comp catalog sect */
.product-list {
    padding-top: 30px;
    row-gap: 30px;
}

.products_mobile__buttons {
    display: none;
}

.lock {
    overflow: hidden;
}

.product_item {
    min-width: 230px;
}

@media screen and (max-width: 991px) {
    .product_item {
        min-width: unset;
    }

    .product-list {
        gap: 0;
    }

    .product-list .product_item {
        width: 50%;
    }

    .smart_filter {
        position: fixed;
        z-index: 6;
        left: -100%;
        background: var(--color-white);
        transition: 0.3s;
        width: 100%;
        padding: 0 10px;
        bottom: 0;
        height: calc(100% - 130px);
    }

    .smart_filter.open {
        left: 0;
    }


    .products_mobile__buttons {
        position: fixed;
        font-weight: 600;
        left: 0;
        bottom: 0;
        z-index: 5;
        background: #fff;
        height: 60px;
        width: 100%;
        text-align: center;
        align-items: center;
        box-shadow: 0 -4px 18px rgba(3, 15, 75, 0.1);

    }

    .switch_mobile_filter {
        flex: 1 1 50%;
    }

    .switch_mobile_filter + .switch_mobile_filter {
        border-left: 1px solid #E6E7ED;
    }
}

/* END comp catalog sect */

/* comp smartfilter */
.smart_filter {
    padding-top: 30px;
}

.sim-smart-filter-layer:not(:last-child) {
    border-bottom: 1px solid #E6E7ED;
}

.sim-smart-filter-parameters {
    cursor: pointer;
}

.sim-smart-filter-parameters.open .smart-filter-angles i {
    transform: rotate(-180deg);
}

.sim-smart-filter-parameters.open + .sim-smart-filter__block {
    height: auto;
    display: block;
}

.sim-smart-filter__block {
    height: 0;
    display: none;
}

.sim-smart-filter-parameters-box.title-text {
    font-weight: 600;
    font-size: 16px;
}

.sim-smart-filter__block {
    max-height: 255px;
    overflow-y: auto;
}

.sim-smart-filter__block::-webkit-scrollbar {
    cursor: pointer;
    width: 3px;
}

.form-check {
    align-items: center;
    padding: 0;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] ~ .checkbox {
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid;
    margin-right: 10px;
    cursor: pointer;
}

input[type="checkbox"]:checked ~ .checkbox::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: calc(50% - 7px / 2);
    left: calc(50% - 7px / 2);
    background: var(--sim-color-dark);
}

.form-check-label:hover {
    color: var(--sim-color-orange);
    cursor: pointer;
}

.sim-smart-filter-layer .form-group {
    flex-direction: initial;
}

.slider-range {
    height: 1px !important;
    margin: 1rem 0.5rem;
    margin-left: 15px;
    margin-right: 15px;
    border: none !important;
    background: #e1e8ed !important;
}

.smart-filter-checkbox-text {
    font-weight: unset;
}

.slider-range .ui-slider-range {
    background-color: #030f4b;
}

.slider-range span.ui-slider-handle {
    position: absolute;
    width: 16px !important;
    height: 16px !important;
    top: -.6em;
    border-radius: 50%;
    border: 3px solid var(--sim-color-dark);
    background-color: var(--color-white);
    border-color: var(--sim-color-dark);
    cursor: pointer;
    transition: background-color 0.2s;
}

.slider-range span.ui-slider-handle:hover {
    background: var(--sim-color-dark);
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.range_slider input {
    width: 100%;
}

.range_amount > * {
    flex: 0 0 calc(50% - 5px);
}

.range_amount input {
    padding: 0 15px;
    line-height: 50px;
    border-radius: 15px;
    border: 0.5px solid #EFF0F4;
    color: rgba(3, 15, 75, 0.5);
}

@media screen and (max-width: 991px) {
    .smart_filter {

    }
}

/* END comp smartfilter */


.mobile-btn__row svg {
    margin-right: 5px;
}

.filter-col {
    border-top: 1px solid #dee2e6;
}

@media screen and (min-width: 992px) {
    .filter-col {
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6;
    }
}


/* comp catalog sect */
.menu-sections {
    line-height: 2em;
}

.menu-sections__title {
    font-size: 16px;
    font-weight: 600;
}

.menu-sections__list {
    padding-left: 5px;
}

/* END comp catalog sect */
/* End */


/* Start:/local/templates/simba_shop/components/bitrix/catalog.section/catalog/style.css?171014861753*/
.product-list {
	padding-top: 30px;
	row-gap: 30px;
}
/* End */


/* Start:/local/templates/simba_shop/components/bitrix/catalog.section/catalog/themes/blue/style.min.css?1710143675706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */


/* Start:/local/templates/simba_shop/components/bitrix/catalog.products.viewed/catalog/style.css?17161987053886*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-products-viewed-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}

.personal-cabinet__title {
	font-size: 14px!important;
}
/* End */


/* Start:/local/templates/simba_shop/components/bitrix/catalog.products.viewed/catalog/themes/blue/style.min.css?1710172153714*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-products-viewed-header{border-color:#006cc0}
/* End */
/* /local/templates/simba_shop/components/bitrix/catalog/main/style.css?17308852991168 */
/* /local/templates/simba_shop/components/bitrix/catalog.smart.filter/catalog/style.css?17101681725438 */
/* /local/templates/simba_shop/components/bitrix/catalog.section/catalog/style.css?171014861753 */
/* /local/templates/simba_shop/components/bitrix/catalog.section/catalog/themes/blue/style.min.css?1710143675706 */
/* /local/templates/simba_shop/components/bitrix/catalog.products.viewed/catalog/style.css?17161987053886 */
/* /local/templates/simba_shop/components/bitrix/catalog.products.viewed/catalog/themes/blue/style.min.css?1710172153714 */
