

/* Start:/bitrix/templates/megameb/components/bitrix/catalog/template2/style.css?16351514902786*/
.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;
}
.search-page form {
    display: flex;
}

.search-page input[type="text"] {
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 10px;
    border-radius: 5px;
}

.search-page input[type="submit"] {
    background: #212121;
    border: 1px solid #212121;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}
@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;}
.sort_filter a i {
    display: inline-block;
    height: 20px;
    width: 18px;
    text-align: center;
    line-height: 20px;
}
 .sort_filter a i {
    position: relative;
}
 .sort_filter a.current:hover i, .sort_filter a.current i {
   
}

.sort_header .sort_filter a {
    display: inline-block;
    text-decoration: none;
    color: #a5a3a3;
    margin: 0px 20px 0px 0px;
}
 .sort_filter a.current{
     color:black
 }
  .sort_filter a span {
    font-size: 14px;
}
.sort_header .sort_filter a > span {
    vertical-align: top;
    /* float: left; */
    display: inline-block;
}
.sort_header .sort_filter a.current.asc:hover i.fa, .sort_header .sort_filter a.current.asc i.fa{
     transform: rotate(180deg);
}
.sort_filter i.icon {
    display: none;
}
@media (max-width:767px){
.sort_filter a {
    margin: 0px 10px 0px 0px;
}
i.icon {
    display: inline-block;
}
.sort_filter i.icon {
    font: normal normal normal 14px/1 FontAwesome;
    border: 1px solid #d7d7d7;
    width: 25px;
    height: 25px;
display:inline-block;
    line-height: 25px;
}
.sort_header .sort_filter a > span{
display:none;
}
.SHOWS i.icon:before {
    content: "\f005";
}
.PRICE i.icon:before {
    content: "\f158";

}
.NAME i.icon:before {
    content: "\f15d";

}
.CATALOG_AVAILABLE i.icon:before {
    content: "\f161";
}
}
/* End */


/* Start:/bitrix/templates/megameb/components/bitrix/breadcrumb/template2/style.css?1635151485607*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
	font-family: "Roboto";
	color: rgb( 0, 0, 0 );
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;color: rgb( 0, 0, 0 );text-decoration: underline;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/megameb/components/bitrix/catalog.section.list/list-all/style.css?1718603525779*/
a.startshop-name.startshop-link.startshop-link-hover-dark {
    font-size: 20px;
    font-family: "Raleway";
    color: rgb( 0, 0, 0 );
    font-weight: bold;
    line-height: 1.05;
    margin-bottom: 15px;
    display: block;
    margin-top: 20px;
}

a.startshop-subsection.startshop-link.startshop-link-hover-dark {
    font-size: 13px;
    font-family: "Roboto";
    color: rgb( 0, 0, 0 );
    text-decoration: underline;
    line-height: 1.615;
    text-align: left;
    font-weight: 400;
    display: block;
    margin: 5px 0;
}
a.startshop-image {

    display: block;
}
.catalog-all .border {
    border: 1px solid #f0f0f0 !important;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

.catalog-all > div {
    margin-bottom: 30px;
}

/* End */
/* /bitrix/templates/megameb/components/bitrix/catalog/template2/style.css?16351514902786 */
/* /bitrix/templates/megameb/components/bitrix/breadcrumb/template2/style.css?1635151485607 */
/* /bitrix/templates/megameb/components/bitrix/catalog.section.list/list-all/style.css?1718603525779 */
