
/*--- Filter ---*/ 

.shopFilterVertical.show {
    left: 0;
    padding: 0;
	display: block;
}


.shopFilterVertical.show .sf_ctrl.roll:after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 10px;
	color: #ee793c;
    top: 50%;
    right: 20px;
    transform: scale(1, -1) translateY(50%);
}

.shopFilterVertical.show .sf_ctrl:after {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    position: absolute;
	color: #ee793c;
    font-size: 10px;
    top: 50%;
    right: 20px;
	transform: translateY(-50%);
}

.shopFilterVertical.show .sf_block_header {
	display: inline-flex;
}

.shopCategorySortpanel {
	margin: 0 0 20px;
}

@media (max-width: 1024px){
	.shopFilterVertical {
		width: 420px;
		display: none;
	}
	
}
@media (max-width: 500px) {
	.shopFilterVertical.show {
		width:90vw;
	}
}

/*End*/

/*-- Up Button --*/

#up_btn {
	position: fixed;
    right: 120px;
    bottom: 50px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    opacity: 0.7;
    transition: 0.3s;
}

#up_btn:hover {
	opacity: 1;
}

@media (max-width: 980px) {
	#up_btn {
		display: none!important;
		opacity: 0;
	}
}
/*--- Header ---*/

.adaptiv_header_holder {
	position: relative;
	top: -140px;
    justify-content: flex-end;
    align-items: center;
}

.adaptiv_header_holder > .header_logo ,
.catalog_menu_burger_btn,
.adaptive_menu_close {
	display: none;
}
.header_top {
	height: 40px;
}

.header_top > div {
	padding: 18px 10px;
}

.header_bottom{
    position: relative;
	padding: 20px 0;
}

.header_bottom > div > div {
	position: relative;
    width: 80%;
}
.header_logo {
	max-width: 260px;
	flex: 1 1 30em;
	margin: 0 40px 0 0;
}

.header {
	height: 197px;
	position: fixed;
    width: 100%;
    z-index: 15;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, 0.25);
    transition: all .3s ease;
    top: 0;
    left: 0;
}

.header.out {
	margin-top: -1px;
	transform: translateY(-140px);
}

.main_nav {
	z-index: 2;
	position: relative;
}

.burger_spans_holder {
	position: absolute;
    top: 21px;
    left: 260px;
    z-index: 3;
}

.burger_spans_holder > span {
	width: 20px;
    height: 2px;
    margin: 0 0 3px;
}
.header_bottom .header_logo a {
	position: relative;
	z-index: 2;
	padding: 0;
}

.header_widjet_item svg {
	width: 45px;
	height: 40px;
}

.header_top .headerModName,
.header_top .headerModName a {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
}

.header_overlay {
	opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 120vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 4;
    transition: .3s all;
}

.header_overlay.show {
	opacity: 1;
	visibility: visible;
}
.header_bottom > .flex {
	align-items: center;
}
.catalogMenu.top {
	display: inline-block;
	margin: 0 0 0 10px;
}

.catalogMenuFirstButton.parent {
	color: #fff;
}
.catalogMenu > ul > li {
    display: inline-block;
    position: relative;
}

.catalogMenu > ul > .parent:before {
    content: '\f0d7';
    position: absolute;
    font-family: 'font Awesome 5 free';
    top: 3px;
    transition: 0.3s;
    left: 78%;
    color: #99a8bd;
    font-size: 10px;
}
.catalogMenu > ul > li > a, 
.catalogMenu > ul > li .separator {
    display: block;
    margin: 0 30px 0 0;
	font-size: 13px;
    font-weight: 300;
	cursor: pointer;
	transition: .3s;
}

.catalogMenu > ul > li > ul {
    margin: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 100%;
    z-index: 8;
    transition: 0.2s;
    visibility: hidden;
    background: #017a04;
    margin-top: 10px;
    border-radius: 4px;
    padding: 20px 10px 20px 20px;
    width: max-content;
    box-shadow: 0 0 2px 0.4px rgba(0, 0, 0, 0.25);
}
.catalogMenu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.catalogMenu > ul > li > ul:before {
	content: '\f0d8';
    position: absolute;
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    top: -14px;
	left: 30px;
    color: #017a04;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
}

.catalogMenu > ul > li > ul > li {
    display: block;
    position: relative;
	width: fit-content;
	width: -moz-fit-content;
}

.catalogMenu > ul > li > ul > li a {
    display: block;
	position: relative;
    padding: 0 20px 10px;
    position: relative;
    transition: .3s;
    font-size: 13px;
    font-weight: 300;
	color: #fff;
}

.catalogMenu > ul > li > ul > li a:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 8px;
	width: 4px;
	height: 4px;
	background: #ffe600;
	border-radius: 50%;
}

@media (max-width: 1100px) {
	.header_logo {
		margin: 0 25px 0 0;
	}
}


/* Nav */

.navbar1 {
	align-items: center;
	width: max-content;
}

.navbar1_menu {
	padding: 0;
}


.navbar1_menu > li > a {
	border: none;
	transition: .3s;
}

.catalog_menu_holder {
	padding: 10px 0;
}
.catalog_menu_top {
	align-items: center;
}
.catalog_menu_top ul li {
	margin: 0 30px 0 0;
}
.catalogMenu > ul > li > ul a{
	color: #c9c9c9;
}
.catalogMenu > ul > li > ul a:hover {
	color: #fff;
}
.catalog_menu_top a{
	display: inline-block;
    line-height: 1;
    position: relative;
    padding-bottom: 3px;
	transition: .3s;
}
.catalog_menu_top a:hover {
	color: #2D2D2D;
}

.header_top svg {
	height: 13px;
    width: 13px;
	margin:0 7px 0 0;
}

.header_top svg path {
	fill: #fff;
}

.top_nav_holder {
	margin-left: -10px;
}

/*End*/


/*--- Contacts ---*/

.modContacts {
	z-index: 1;
	margin: 0 60px 0 0;
}

.modContacts i {
	transform: scale(-1, 1);
	margin: 0 5px 0 0;
}

.modContacts a {
	font-weight: 300;
}

.modContactsCallBackButton {    
	text-align: right;
}

.dropDownRow > a {
	position: relative;
	transition: .3s;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.dropDownRow > a:before {
	content: '';
    position: absolute;
    left: -10px;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #ffe600;
    border-radius: 50%;
}

.modContactsCallBackButton span {
	font-size: 11px;
}
 
.dropDownRow:hover a, 
.contacts_social i:hover {
	color: #fff;
}

@media (max-width: 1100px) {
	.modContacts {
		margin: 0 30px 0 0;
	}
}

/*End*/

/*-- Widjets --*/

.header_top_widjet_item {
	margin: 0 0 0 20px;
}
.header_widjets_holder {
    position: relative;
    justify-content: flex-end;
	align-items: center;
	top: -10px;
}

.drop_down_wrap {
	position: absolute;
    width: auto;
    white-space: nowrap;
    background: #017a04;
    top: 20px;
    padding: 10px 0 0 0;
    right: -6px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
	border-radius: 4px;
}

.drop_down_btn {
	cursor: pointer;
	position: relative;
}
.drop_down_btn:hover .drop_down_wrap {
	opacity: 1;
	visibility: visible;
}

.dropDown {
	padding: 20px 40px 20px 45px;
    position: relative;
    width: 100%;
	
	border-radius: 4px;
}
.dropDown > div {
	margin-bottom: 10px;
}
.dropDownRow {
	position: relative;
}

.header_widjet_item .drop_down_btn {
	align-items: self-end;
	width: max-content;
	margin: 0 0 0 10px;
}

.header_widjet_item .rCol12 a {
	font-size: 12px;
	padding: 0 0 5px 0;
}
.header_widjet_item .rCol12 a:before {
	background: none;
}

.header_widjet_item{
	margin: 0 0 0 45px;
	cursor: pointer;
	position: relative;
	padding: 0 7px 0 0;
}

.header_widget_count {
	position: absolute;
    right: 0;
    bottom: -3px;
    color: #000;
    width: 20px;
    height: 20px;
    background: #ffe600;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}


.headerModIcon {
	height: max-content;
    position: relative;
}

.headerModName a{
	font-size: 13px;
}

.navbar1_menu_first_btn.parent_btn {
	position: relative;
}

.navbar1_menu_first_btn.parent_btn > a {
	color: #fff;
    display: inline-flex;
    padding: 15px 25px;
    width: 300px;
    background: #00a046;
    border-radius: 4px;
}

@media (max-width: 1100px) {
	.header_widjet_item {
		margin: 0 0 0 15px;
	}
}

/*End*/

/* Search */

.header_search {
	position: relative;
    transition: 0.3s;
    height: max-content;
    z-index: 5;
    width: calc(50% - 70px);
    margin: 0 70px 0 0;
}

.header_search svg {
	width: 25px;
	height: 25px;
}

.header_search svg path {
	fill: #fff;
}

.header_search .main_container {
	position: relative;
}


.header_search input {
	display: block;
    width: 100%;
    height: 40px;
	line-height: 40px;
    border: none;
    background: #017a04;
    border-radius: 4px;
	padding-left: 55px;
	color: #fff;
}

.header_search input::-webkit-input-placeholder {
	color: #fff;
}

.header_search input::-moz-placeholder {
	color: #fff;
}

.header_search button {
	position: absolute;
    top: 8px;
    left: 15px;
    text-align: center;
    padding: 0;
    display: block;
    border: none;
    background: transparent;
    z-index: 5;
}

#search-result {
	position: absolute;
}
#search-result > div {
	background: #fff;
    max-height: 400px;
	border-radius: 0 0 4px 4px;
	padding: 0 10px;
}

.no_search_result {
	width: 100%;
	padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebedf0;
}
.no_result_message {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.ajaxsearchItem {
	padding: 10px;
	border-bottom: 1px solid #ebedf0;
	transition: .2s;
}


.ajaxsearchItemImage {
	width: calc(30% - 10px);
	margin: 0 10px 0 0;
}
.ajaxsearchItemInfo {
	width: 70%;
    align-items: center;
    padding: 10px 0 0;
}

.ajaxsearchItemName {
	margin: 0 0 10px;
	text-align: center;
}
.pricesearch {
	font-size: 16px;
}
.ajaxsearchMoreResults {
	padding: 10px 0;
}

@media (max-width: 1100px) {
	.header_search {
		width: calc(50% - 30px);
		margin: 0 30px 0 0;
	}
	
	.ajaxsearchItem {
		padding: 5px 0;
	}
}

@media (max-width: 920px) {
	.no_search_result {
		text-align: center;
	}
}


/*End*/
/* Currencies */

.drop_down_icon {
	padding: 0 10px 0 0;
	display:none;
}
.drop_down_icon:after {
	content: '\f0d7';
    position: absolute;
    font-family: 'font Awesome 5 free';
    top: 3px;
    transition: 0.3s;
    right: -5px;
    color: #99a8bd;
    font-size: 10px;
} 

@media (max-width: 980px) {
	.container_wrap {
		margin-top: 60px;
	}
	.header {
		height: 60px;
	}
	.header.out {
		margin-top: 0;
		transform: translateY(-100%);
	}
	
	.adaptive_menu {
		position: fixed;
		top: 0;
		left: -100vw;
		width: 50vw;
		height: 100vh;
		display: flex;
		flex-direction: column;
		background: #e5ebf4;
		z-index: 20;
		transition: .3s ease-in-out;
		padding: 0 0 40px;
	}
	
	.header_widjet_item svg {
		width: 40px;
		height: 32px;
	}
	
	.catalog_menu_burger_btn > svg {
		width: 30px;
		height: 25px;
		top: 5px;
		left: 5px;
		position: relative;
	}
	.adaptive_menu.burger_open {
		left: 0;
	}
	.adaptive_menu.burger_open.scroll::-webkit-scrollbar-thumb {
		background-color: transparent;
	}
	.adaptive_menu.burger_open.scroll::-webkit-scrollbar-track {
		background-color: #142338;
	}
	
	.adaptive_menu_block_separator {
		height: 3px;
		width: 30%;
		padding-top: 20px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.adaptive_menu_close ~ .adaptive_menu_block_separator {
		padding-top: 80px;
	}
	.adaptive_menu_close {
		display: flex;
		position: absolute;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 60px;
		font-size: 16px;
		font-weight: 700;
		cursor: pointer;
		transition: .3s;
	}
	
	.adaptive_menu_close:hover {
		color: #ffe600;
	}
	
	.header_top {
		background: none;
		padding: 0;
		height: fit-content;
		height: -moz-fit-content;
		display: flex;
		order: 3;
	}
	
	.top_nav_holder {
		margin-left: 0;
	}
	.header_top > div {
		padding: 0;
		width: 100%;
	}
	
	.header_top > div > div{
		width: 100%;
		flex-direction: column;
		margin: 0 5px 0 0;
	}
	
	.header_bottom {
		display: flex;
		background: none;
		padding: 0;
		order: 1;
	}
	.header_bottom > div,
	.header_bottom > div > div{
		width: 100%;
		padding: 0;
		flex-direction: column;
	}
	.catalog_menu_burger_btn {
		cursor: pointer;
	}
	.navbar1 > ul >li > div {
		position: relative;
		width: 100%;
		opacity: 1;
		visibility: visible;
		padding: 0;
		background: #282828;
	}
	.main_nav,
	.navbar1 > ul{
		flex-direction: column;
		width: 100%;
	}
	.navbar1_menu > li:first-child > a {
		display: none;
		padding: 0;
	}
	
	.navbar1_menu ul > li ul {
		height: 0;
		overflow: hidden;
		transition: .3s linear;
		margin: 0;
		padding: 0;
	}
	.navbar1_menu_fix > ul > li:first-child{
		border-top: 1px dotted #646464;
	}
	.navbar1_menu ul > li ul.show {
		margin: 10px 0 0;
		height: fit-content;
		height: -moz-fit-content;
	}
	.navbar1_menu ul > li ul li {
		margin: 0;
		padding: 0;
	}
	.navbar1_menu ul > li > ul > li > a {
		display: inline-block;
		width: 100%;
		padding: 10px 0;
		transition: .3s;
		text-transform: none;
	}
	
	.navbar1_menu ul > li > ul > li > a:hover {
		color: #9c27b0;
	}
	.header_bottom .header_logo  {
		display: none;
	}
	
	.adaptiv_header_holder {
		top: 10px;
		width: 100%;
		justify-content: space-between;
	}
	.adaptiv_header_holder > div {
		width: 33%;
		top: 0;
	}
	
	.adaptiv_header_holder > .header_logo {
		display: block;
		margin: 0 auto;
		max-width: 180px;
	}
	
	.catalog_menu_holder {
		order: 2;
		margin: 15px 0 0;
		padding: 10px 0 0;
	}
	
	.catalog_menu_holder > div {
		padding: 0;
	}
	.catalog_menu_burger_btn {
		display: block;
		margin: 0;
	}
	
	.navbar1_menu > li:hover > a {
		border: none;
	}
	
	.navbar1 {
		width: 100%;
	}
	.navbar1_menu li ul {
		flex-direction: column;
		padding:0;
	}
	
	
	
	.navbar1_menu ul > li.open {
		background: #3c3b3b;
	}
	
	.navbar1_menu_fix > ul > li:after {
		content: '\f078';
		font-family: "Font Awesome 5 Free";
		font-size: 14px;
		color: #fff;
		position: absolute;
		top: 10px;
		right: 10px;
		transition: .3s linear;
	}
	.navbar1_menu_fix > ul > li.open:after {
		transform: scale(1, -1);
	}
	
	li.open li	{
		border: none;
	}
	
	.navbar1_menu ul > li:hover {
		background:  #3c3b3b;
	}
	.navbar1_menu ul > li:hover:after {
	}
	.navbar1_menu a:hover {
		color: #fff;
	}
	
	.navbar1_menu a {
		padding: 0;
		text-transform: uppercase;
	}
	
	.modContacts {
		display: flex;
		order: 3;
		width: 100%;
		flex-direction: column;
		padding: 15px 20px 0;
		margin: 10px 0 0 0;
		align-items: center;
		position: relative;
	}
	
	.modContacts:before {
		content: '';
		position: absolute;
		top: -5px;
		width: 90px;
		height: 2px;
		margin: 0 auto;
		background: #9aa4b3;
	}
	
	.modContacts > div {
		margin: 0 0 8px;
		display: inline-flex;
	}
	
	.modContacts a {
		color: #7c8796;
	}
	
	.modContactsCallBackButton span {
		font-size: 12px;
		background: #dcd9d9;
		color: #424242;
		padding: 5px 10px;
		border-radius: 6px;
		margin: 10px 0 0 0;
		position: relative;
	}
	
	.catalogMenu.top {
		margin: 0;
	}
	
	.catalogMenuFirstButton.parent {
		color: #fff;
		text-transform: uppercase;
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #14233821;
		align-items: center;
		transition: .3s;
		display: flex;
		flex-direction: column;
	}
	.catalogMenuFirstButton.parent:hover,
	.catalogMenuFirstButton.parent.open{
		
	}
	
	.catalogMenuFirstButton.parent.open > .separator:before {
		transform: scale(1, -1);
	}
	
	.catalogMenu > ul > li > a, .catalogMenu > ul > li .separator {
		display: block;
		margin: 0;
		padding: 10px 0;
		cursor: pointer;
	}
	
	.catalogMenu > ul > li .separator {
		position: relative;
		width: 100%;
		padding-left: 40px;
		color: #282828;
		font-weight: 400;
		font-size: 16px;
	}
	
	.catalogMenu > ul > li .separator:before {
		content: '\f078';
		font-family: "Font Awesome 5 Free";
		font-size: 11px;
		color: #ffe600;
		position: absolute;
		background-image: none;
		top: 15px;
		right: 10px;
		width: 12px;
		height: 12px;
		transform: none;
		transition: .3s linear
	}
	
	.catalogMenu > ul > .parent:before {
		content: none;
	}
	
	.catalogMenu > ul > li > ul {
		position: relative;
		left: 0;
		opacity: 1;
		top: 100%;
		z-index: 8;
		visibility: visible;
		background: none;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 0;
		overflow: hidden;
		transition: .3s linear;
		box-shadow: none;
	}
	
	.catalogMenu > ul > li > ul.show {
		height: fit-content;
		height: -moz-fit-content;
		margin: 10px 0;
	}
	
	.catalogMenu > ul > li > ul:before {
		content: none;
	}
	
	.catalogMenu > ul > li > ul > li {
		width: 100%;
		padding-left: 40px;
	}
	
	.catalogMenu > ul > li > ul > li a {
		padding: 10px 0;
		transition: .3s;
		text-transform: none;
		font-size: 14px;
		font-weight: 400;
		color: #25354c;
	}
	
	.catalogMenu > ul > li > ul > li a:before {
		content: none;
	}
	.catalogMenu > ul > li > ul > li a:hover {
		color: #ffe600;
	}
	
	.header_top_widjet_item {
		margin: 0 0 25px;
		padding: 0 20px;
		width: 100%;
		text-align: center;
		justify-content:  center;
	}
	
	.header_top_widjet_item:first-child a {
		background: #dcd9d9;
		color: #424242;
		padding: 5px 10px;
		border-radius: 6px;
		font-size: 12px;
		font-weight: 400;
	}
	
	.modContacts ~ .header_top_widjet_item > .drop_down_btn {
		margin: 30px 0 0;
		justify-content: center;
		background: #6A1B9A;
		position: relative;
		padding: 10px 0;
		transition: .3s;
	}
	
	.header_top .headerModName {
		color: #ffe600;
		font-size: 13px;
		font-weight: 500;
	}
	
	.headerModName.headerModName_log_in a {
		color: #424242;
		padding: 5px 10px;
		font-size: 13px;
		background: #dcd9d9;
		border-radius: 4px;
		font-weight: 400;
	}
	
	.modContacts ~ .header_top_widjet_item > .drop_down_btn:hover {
		background: #63079b;
	}
	
	.modContacts ~ .header_top_widjet_item > .drop_down_btn a {
		padding: 10px 20px;
	}
	
	
	.drop_down_wrap {
		position: relative;
		background: none;
		top: 0;
		padding: 0;
		right: 0;
		opacity: 1;
		visibility: visible;
	}
	
	.dropDown {
		padding: 0;
		position: relative;
		width: 100%;
		background: none;
		flex-direction: row;
	}
	
	.drop_down_icon:after {
		content: none;
	}
	
	.modCurrencis {
		position: relative;
		margin-top: 20px;
		padding-top: 30px;
		border-top: 1px dotted #9aa4b3;
	}
	
	
	.modCurrencis .dropDown  > .dropDownRow,
	.modLanguage .dropDown  > .dropDownRow {
		margin: 0 0 0 40px;
		position: relative;
	}
	
	.modCurrencis .dropDown  > .dropDownRow:before,
	.modLanguage .dropDown  > .dropDownRow:before {
		content: '';
		position: absolute;
		left: -20px;
		top: 3px;
		bottom: 3px;
		width: 1px;
		background: #646464;
	} 
		
	.modContacts:after {
		content: none;
	}
		
	.modContacts .headerModName > a,
	.headerModIcon,
	.modContacts .headerModIcon	{
		display: none;
	}
	
	.dropDownRow > a {
		font-weight: 400;
		color: #fff;
	}
	
	.dropDownRow > a:hover {
		color: #ffe600;
	}
	
	.dropDownRow > a:before {
		content: none;
	}
	
	.modContacts .drop_down_wrap {
		background: none;
		margin: 0;
		padding: 0;
	}
	
	.headerModName.active {
		color: #e7485a;
	}
	
	.navbar1 > ul.navbar1_menu > li {
		display: inline-flex;
		width: 100%;
		transition: .3s;
	}
	
	.navbar1 > ul.navbar1_menu > li:hover {
		background: #142338;
	}
	
	.navbar1 > ul.navbar1_menu > li > a{
		padding: 10px 0 10px 40px;
		margin: 0 5px 0 0;
		width: 100%;
		border-bottom: 1px solid #14233821;
		transition: .3s;
	}
	
	.navbar1 > ul.navbar1_menu > li > a:hover {
		color:  #fff;
	}
	
	.header_search {
		width: 80%;
		margin: -10px auto 0px;
	}
	
	.headerSearchForm {
		margin: 0 0 20px;
	}
	
	#search-result > div {
		border: 1px solid #9aa4b3;
		border-radius: 4px;
	}
	
	.header_search input {
		border-radius: 25px;
		background: #c9daf4;
	}
}

@media (max-width: 800px) {
	.adaptive_menu {
		width: 70vw;
	}
	
	.adaptiv_header_holder > .header_logo {
		max-width: 220px;
	}
	
}

@media (max-width: 680px) {
	.adaptive_menu {
		width: 80vw;
	}
	.header {
		height: fit-content;
		height: -moz-fit-content;
	}
	.adaptiv_header_holder {
		top: 0;
		justify-content: flex-start;
		padding: 15px 10px;
	}
	.adaptiv_header_holder > .header_logo {
		max-width: 200px;
	}
	
	.adaptiv_header_holder > div {
		width: fit-content;
		width: -moz-fit-content;
		display: flex;
	}
	
	.header svg {
		width: 30px;
		top: 0;
	}
	
	.header_widjets_holder {
		margin-left: auto;
	}
	
	.catalog_menu_burger_btn {
		margin: 0 20px 0 0;
	}
	
	.header_widget_count {
		width: 18px;
		height: 18px;
		font-size: 10px;
		line-height: 16px;
		bottom: 2px;
	}
	
}

@media (max-width: 420px) {
	
	.adaptive_menu {
		width: 93vw;
	}
	
	.adaptiv_header_holder {
		padding: 10px;
	}
	
	.header_search {
		width: 90%;
	}
	.adaptiv_header_holder > .header_logo {
		max-width: 180px;
	}
	.catalog_menu_burger_btn svg {
		width: 20px;
	}
	
	.header_widjet_item  svg {
		width: 23px;
	}
	
	.header_widjet_item  svg path {
		stroke: #ffe600;
	}
	
}

@media (max-width: 340px) {
	.containerWithSidebar .shopListProductItem {
		width: 100%;
	}
	
}
/*End Header*/


/*--- Content --*/

.container_wrap {
	margin-top: 209px;
	padding: 15px 0 0 0;
}

.pageContainerContent {
	padding-bottom: 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebedf0;
}

@media (max-width: 980px){
	.container_wrap {
		margin-top: 66px;
	}
}

@media (max-width: 420px) {
	.container_wrap {
		margin-top: 56px;
	}
}

/*End*/


/* ###### Home Page ##### */


	/*---Banners---*/


/*--Tile1--*/
.tile1_banners {
	margin-bottom: 30px;
	padding-top: 15px;
}
.tile1_banners_first {
	width: 55%;
}

.tile1_banners_second {
	width: 45%;
}

.tile1_banner_2 {
	display: flex;
	height: calc(50% - 15px);
	margin: 0 0 15px 30px;
}

.tile1_banner_3 {
	display: flex;
	height: calc(50% - 15px);
	margin: 15px 0 0 30px;	
}

.tile1_banner_content {
	position: relative;
	height: 100%;
    width: 100%;
}

.tile1_banners a {
	position: relative;
    width: 100%;
    height: 100%;
}
.tile1_banners a .imageBlock {
	height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_bg {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity: 0;
	border-radius: 4px;
	visibility: hidden;
	transition: .3s;
}

.tile1_banner_info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.tile1_banner_info > span {
	max-width: 60%;
	text-align: center;
	text-shadow: 5px 0 10px #333;
}

.banner_title {
	font-size: 25px;
	margin: 0 0 10px;
}
.tile1_banner_1 .banner_title {
	font-size: 35px;
	font-weight: 600;
}

.tile1_banner_1 .banner_text {
	font-size: 22px;
}

.banner_text {
	font-size: 16px;
}
.tile1_banner_content:hover .banner_bg{
	visibility: visible;
	opacity: .65;
}
.tile1_banner_content:hover .tile1_banner_info{
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1300px) {
	
	.tile1_banners {
		margin-bottom: 20px;
	}
	
	.tile1_banner_2 {
		height: calc(50% - 7px);
		margin: 0 0 7px 15px;
	}
	
	.tile1_banner_3 {
		height: calc(50% - 7px);
		margin: 7px 0 0 15px;
	}
}

@media (max-width: 980px) {
	.tile1_banner_info{
		opacity: 1;
		visibility: visible;
	}
	
	.banner_bg {
		visibility: visible;
		opacity: .65;
	}
}

@media (max-width: 860px) {
	
	.banner_title {
		font-size: 18px;
	}
	
	.banner_text {
		font-size: 14px;
	}
}

@media (max-width: 680px) {
	.tile1_banners > div {
		width: 100%;
	}
	
	.tile1_banners_first {
		margin-bottom: 15px;
	}
	
	.tile1_banner_2 {
		margin: 0 0 15px;
	}
	
	.tile1_banner_3 {
		margin: 0;
	}
}


/*--Tile2--*/

.home_categories_mod {
	padding: 0 0 50px;
}
.home_categories_mod > div {
	grid-template-columns: calc(29% - 30px) 42% calc(29% - 30px);
	grid-template-rows: 50% 50%;
	column-gap: 30px;
	height: 480px;
}

.home_category1 {
	grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
.home_category1 .category_bg,
.home_category4 .category_bg {
	border-radius: 4px 4px 0 0;
}

.home_category1 img,
.home_category4 img {
	border-radius: 0 0 4px 4px ;
}

.home_category2 {
	grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
	margin: 0 0 13px;
}
.home_category2 .category_bg,
.home_category3 .category_bg {
	border-radius: 4px 0 0 4px;
}
.home_category2 img,
.home_category3 img {
	border-radius: 0 4px 4px 0;
}
.home_category3 {
	grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
	margin: 13px 0 0 0;
}

.home_category4 {
	grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.home_categories_mod a {
	height: 100%;
}
.category_bg {
	padding: 45px 15px 0 35px;
}

.home_categories_mod a .imageBlock {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.home_category1 a > div,
.home_category4 a > div {
	width: 100%;
	height: 50%;
}
.home_category2 a > div,
.home_category3 a > div {
	width: 50%;
	height: 100%;
}
.category_title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
	min-height: 30px;
}
.category_text {
	margin: 0 0 15px;
}

.category_text,
.category_btn {
	font-size: 12px;
	font-weight: 300;
}

@media (max-width: 1300px) {
	
	.home_categories_mod > div {
		grid-template-columns: calc(29% - 15px) 42% calc(29% - 15px);
		column-gap: 15px;
		row-gap: 15px;
	}
	
	.home_category2 {
		margin: 0;
	}
	
	.home_category3 {
		margin: 0;
	}
	.category_bg {
		padding: 25px;
	}
	
	.category_bg {
		justify-content: space-between;
	}
	
	.home_category1 .category_bg,
	.home_category4 .category_bg {
		padding-bottom: 35px;
	}
}

@media (max-width: 1024px) {
	
	.home_categories_mod > div {
		grid-template-columns: 50% 50%;
		margin-right: 15px;		
	}
	
	.grid a > div:first-child {
		padding: 15px;
		width: 65%;
		height: auto;
	}
	
	.grid a > div:last-child {
		width: 35%;
		height: auto;
	}
	
	.grid a img {
		border-radius: 0 4px 4px 0;
	}
	
	.grid a .category_bg {
		border-radius: 4px 0 0 4px;
	}
	
	.home_category1 > a,
	.home_category4 > a {
		flex-direction: row;
	}
	
	.home_category1 {
		grid-row-end: 2;
	}
	
	.home_category3 {
		grid-column-start: 1;
		grid-column-end: 2;
	}
	.home_category4 {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.home_category1 a > div, .home_category4 a > div {
		height: 100%
	}
	
	.category_title {
		font-size: 16px;
		margin: 0 0 7px;
	}
	
}

@media (max-width: 980px) {
	.tile1_banners {
		padding-top: 5px;
	}
}

@media (max-width: 680px) {
	.home_categories_mod > div {
		grid-template-columns: 100%;
		grid-template-rows: repeat(4, 25%);
		height: max-content;
		column-gap: 0;
		margin-right: 0;
		padding-bottom: 45px;
	}
	
	.grid > div {
		grid-column-start: 1;
		grid-column-end: 2;
	}

	.home_category1 {
		grid-row-start: 1;
		grid-row-end:2;
	}
	
	.home_category2 {
		grid-row-start: 2;
		grid-row-end:3;
	}
	
	.home_category3 {
		grid-row-start: 3;
		grid-row-end:4;
	}
	
	.home_category4 {
		grid-row-start: 4;
		grid-row-end:5;
	}
	
	.grid a > div:first-child,
	.grid a > div:last-child {
		height: 100%;
	}
}

@media (max-width: 460px) {
	.grid > div {
		position: relative;
	}
	
	.grid a > div:first-child{
		width: 100%;
		z-index: 2;
		opacity: .95;
		border-radius: 4px;
	}
	.grid a > div:last-child {
		position: absolute;
		width: 100%;
		z-index: 1;
	}
	
	.grid a > div:last-child > img {
		border-radius: 4px;
	}
}

@media (max-width: 420px) {
	.tile1_banners {
		padding-top: 0;
	}
}

	/*- End Banners -*/
	
	

/*--- Mod Products ---*/

.modProductsTabsNav  > li {
	border: 1px solid #25354d;
	border-radius: 4px;
	padding: 15px 25px;
	margin: 0 15px 0 0;
	cursor: pointer;
	transition: .3s;
}
.modProductsTabsNav  > li > span {
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;	
	color: #25354d;
	transition: .3s;
}

.modProductsTabsNav  > li:hover > span,
.modProductsTabsNav  > li.active > span  {
	color: #000;
}

.modProductsTabsNav  > li.active {
	cursor: default;
}
.modProductsTabsNav  > li.active,
.modProductsTabsNav  > li:hover {	
	background: #ffe600;
	border: 1px solid #ffe600;

}
.modProductsTabsNav {
	margin: 25px 0 0;
	flex-wrap: wrap;
    width: 100%;
}
.modProductsTabsContent {
	padding: 50px 0;
}
.modProductsTabsContent .owl-dots {
	bottom: -30px;
}

@media (max-width: 960px) {
	.modProductsTabsContent .rM20 {
		margin: 0 0 0 -20px;
	}
}

@media (max-width: 680px) {
	.modProductsTabsNav {
		justify-content: center;
	}
	
	.modProductsTabsNav > li {	
		padding: 10px 15px;
		margin: 0 15px 15px 0;
	}
	
	.modProductsTabsWrapper .modTitle {
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	
	.modProductsTabsContentCoverImage img {
		margin: 0 auto;
	}
}

/*End Mod Products*/


/*- List Products -*/

.shopListProduct {
	margin: 0 -20px 0 0;
}
.shopListProductItemButtonBuy{
	text-align:center;
}
.shopListProductItemButtonBuy > a {
	width: auto;
	min-height: 35px;
	padding: 0 20px;
	background:#00a046;
	color:#fff;
}

.shopListProductItemButtonBuy svg {
	margin: 0 15px 0 0;
}

.shopListProductItemImage {
	margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}

.listProductImageTwo a:first-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.listProductImageTwo a {
    transition: 0.6s;
}
.shopListProductItemButtonWish {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 3;
    cursor: pointer;
}

.shopListProductItem:hover .listProductImageTwo a:first-child {
    opacity: 0;
}

.shopListProductItem {
	position: relative;
    width: calc(25% - 20px);
    height: auto;
    margin: 0 20px 25px 0;
    border: 1px solid #9aa4b3;
    border-radius: 4px;
    padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: .3s;
}
.shopListProductItem > form {
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shopListProductItem:hover {
	
}
.shopListProductItem:hover .shopListProductItemButtonBuy > a,
.shopListProductItem:hover .shopListProductItemButtonBuy > div > div{
	background: #00a046;
}

@media (max-width: 1200px){
	.shopListProductItem {
		width: calc(33.3% - 20px);
	}
}

@media (max-width: 860px) {
	
	.shopListProductItem,
	.shopCategoryItem {
		width: calc(50% - 20px);
	}
}



/*End*/

/*-Reviews sidebar-*/

.product_reviews_title {
	font-size: 24px;
    font-weight: 600;
    margin: 5px 0;
    text-align: center;
}
.left_review_btn {
	margin: 15px 0;
}
.productReviewsItem {
	margin-bottom: 40px;
}

.productReviewsItem > div:first-child {
	margin: 0 0 10px;
	align-items: center;
}
.productReviewsItem:last-child {
	margin-bottom: 0;
}
.productReviewsItemName,
.shopReviewsItemName {
	margin-right: 15px;
    font-weight: 600;
    font-size: 16px;
}

.reviews_user_info {
	align-items: flex-end;
}
.productReviewsItemName > .fa,
.shopReviewsItemName > .fa{
	margin-right: 10px;
	font-size: 20px;
}
.productReviewsItemDate,
.shopReviewsItemDate {
	color: #424242;
}

.reviewsItemImage {
    width: 50px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    margin: 0 10px 0 0;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50%;
}
.reviewsItemImage:hover {
    transform: scale(1.2,1.2);
}
.productReviewsItemTextAdmin > p > span {
	color: #e7485a;
    font-weight: 600;
	margin: 0 5px 0 0;
}
.productReviewsEmpty {
	text-align: center;
}

.productReviews {
	width: 40vw;
	padding: 0 30px;
}
.productReviews .pageProducSubTitle {
	position: sticky;
    top: 0;
    background: #fff;
    padding: 10px 0;
    margin: 0 0 25px 0;
}
.productReviewsButtonClose {
	position: absolute;
    top: 15px;
    right: -10px;
	cursor: pointer;
}

.reviews_btn {
	width: 30px;
	height: 30px;
}
.reviewsForm {
	padding: 20px 0;
    bottom: 0;
    right: 0;
    background: #fff;
}
.reviewsFormHolder {
	background: #e5ebf4;
    padding: 20px 5vw;
}

.reviewsForm .formField {
	margin: 0 0 10px 0;
}
.reviewsForm .formField .input {
	width: 100%;
}
.reviewsForm .formField .textarea {
	width: 100%;
	padding: 10px;
}
.review_submit {
	padding: 0;
	align-items: center;
}
.review_rate_stars {
	margin: 0 0 10px;
}

.write_review_btn {
	display: none;
	position: fixed;
	text-align: center;
    text-transform: uppercase;
    bottom: 0;
    right: 0;
    left: 5vw;
	font-weight: 600;
	padding: 14px;
}

.hide_review_submit {
	display: none;
	text-align: center;
}

.reviewsFormImages {
	position: relative;
}

.reviewsFormImages input[type=file] {
	border: none;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -10;
}

.reviews_bottom_holder {
	width: 100%;
	align-items: flex-end;
}

.reviewsFormImages i {
	font-size: 14px;
    padding: 0 0 3px;
	color: #fff;
}

.reviewsFormImages label {
	align-items: center;
	cursor: pointer;
}

.reviewsFormImages label:hover > .label_images_txt {
	color: #ffe600;
}
.reviewsFormImages label > span:last-child {
	width: 100%;
	text-align: center;
	transition: .3s;
	opacity: .9;
}

.reviewsFormImages label:hover > span:last-child {
	opacity: 1;
}
.label_images_txt {
	font-size: 12px;
	color:#424242;
	margin-bottom: 10px;
}

.fas.add_files {
	display: none;
}

.fas.add_files.show {
	display: inline-block;
}

.fas.no_files.hide {
	display: none;
}


/****/
.pageProductGift{
	display:flex;
	flex-wrap:wrap;
	border-radius:6px;
	border:2px dashed #ffe600;
	padding:10px;
	margin:0 0 10px 0;
	align-items: center; 
}
.pageProductGiftImage{
	width:26%;
	margin:0 4% 0 0;
}
.pageProductGiftInfo{
	width:70%;
}
.pageProductGiftInfo strong{
	display:block;
	font-size:20px;
	font-weight:600;
	color:#ffe600;
	margin:0 0 10px 0;
}
/**/
.shopListProductGift{
	display:flex;
	flex-wrap:wrap;
	border-radius:4px;
	border:1px dashed #ffe600;
	margin:0 0 10px 0;
	align-items: center;
}
.shopListProductGiftImage{
	width:31%;
	margin:0 4% 0 0;
}
.shopListProductGiftInfo{
	width:65%;
}
.shopListProductGiftInfo strong{
	display:block;
	font-size:14px;
	font-weight:600;
	color:#ffe600;
}
@media (max-width: 680px) {
.shopListProductGiftInfo strong{
	font-size:12px;
}	
}
/**/
.checkoutProductGift{
	display:flex;
	flex-wrap:wrap;
	border-radius:4px;
	margin:0 0 15px 0;
	align-items: center;
}
.checkoutProductGiftImage{
	width:23%;
	margin:0 2% 0 0;
	border:1px solid #ffe600;
}
.checkoutProductGiftInfo{
	width:75%;
}
.checkoutProductGiftInfo strong{
	display:block;
	font-size:14px;
	font-weight:600;
	color:#ffe600;

}









@media (max-width: 1200px) {
	
	.productReviews {
		width: 50vw;
	}	
	
}

@media (max-width: 860px) {
	.productReviews {
		width: 70vw;
	}
	
}

@media (max-width: 560px) {
	.productReviews {
		width: 90vw;
	}
	
}
/*End*/



/*--- Page Reviews-*/

.shopReviewsContent {
	margin: 0 0 40px;
}

.shopReviewsItemRating > i {
	color: #e8a80e;
}
.shopReviewsItem {
	width: calc(50% - 30px);
	border-bottom: 1px solid #eeeeee;
	padding: 15px 0;
}
.shopReviewsItemRating {
	margin: 0 0 15px;
}
.rewiew_info_holder {
	margin: 0 0 15px;
	align-items: center;
}

@media (max-width: 680px) {
	.shopReviewsItem {
		width: 100%;
		padding: 15px 0 25px 0;
	}
	
	.shopReviewsItem:first-child {
		border-top: 1px solid #eeeeee;
	}
	
	.shopReviewsItemRating {
		margin: 0 0 25px;
		text-align: center;
	}
	
	.rewiew_info_holder {
		justify-content: center;
		margin: 0 0 25px;
	}
	
	.shopReviewsItemText,
	.reviewsItemImages {
		text-align: center;
	}
}

/*---About---*/

.home_about {
	height: 500px;
	padding: 120px 0 100px 0;
	margin: 60px 0 70px;
}
.home_about_txt {
	position: relative;
	width: 50%;
    margin-left: auto;
}
.home_about_title {
	margin-bottom: 25px;
}
.about_title1 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
}

.about_title2 > h1 {
	font-size: 18px;
	font-weight: 700;
}

.txt_about_home {
	max-height: 200px;
}


@media (max-width: 1200px) {
	.home_about {
		height: 400px;
		padding: 80px 0;
		margin: 60px 0 70px;
	}
	
	.txt_about_home {
		max-height: 150px;
	}
}

@media (max-width: 980px) {
	
	.home_about {
		background-size: inherit!important;
		background-position: right!important;
		padding: 80px 10px;
	}
	.home_about_txt {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 480px) {
	.home_about {
		padding: 40px 10px;
	}
}

/*End*/


/*--- Owl Carousel ---*/

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transition: 0.3s;
}

.owl-nav button.owl-next, .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit;
}

.owl-nav .owl-prev {
    left: 0px;
    opacity: 0;
}

.owl-nav .owl-next {
    right: 0px;
    opacity: 0;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(0, -50%);
    transition: 0.3s;
    background: rgba(0,0,0,0.6) !important;
    outline: none;
    font-size: 0;
    z-index: 1;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
    font-size: 16px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.owlCarousel:hover .owl-prev {
    opacity: 1;
    left: -25px;
}

.owlCarousel:hover .owl-next {
    opacity: 1;
    right: -25px;
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    text-align: center;
    z-index: 2;
}

.owlCarousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #dfdfdf;
    margin: 0 5px;
    outline: none;
}
.owlCarousel .owl-dots .owl-dot.active {
    background: #ffe600;
}
.owl-item.active {
	width: 25%;
}
/*End*/

/*--- Breadcrumbs ---*/

.breadcrumbs {
    width: 100%;
	margin-bottom: 20px;
}

.breadcrumbs span {
	color: #424242;
}
.breadcrumbs .pathway > span {
	color: #575fcf;
	transition: .3s;
}

.breadcrumbs > li > a > span:hover {
	color: #646464;
}

.breadcrumbs > div:last-of-type > a > span:hover {
	color: #b2b2b2;
}

.divider {
	margin-right: 3px;
}

@media (max-width: 1200px) {
	.pageProduct .breadcrumbsItem:last-of-type{
		display: none;
	}		
}
@media (max-width: 920px) {
	.breadcrumbs {
		text-align: center;
		margin-bottom: 10px;
	}
}
/*End*/


/*--- Read more description ---*/
.descr_bg {
	background: #fff;
}
#readmore_txt.description {
	margin: 0 0 70px 0;
    padding: 35px 0 40px;
}
.readmore_txt {
	max-height: 250px;
    overflow: hidden;
}

.readmore_block {
	position: relative;
}

.full_descr_opacity_mask {
	position: absolute;
    height: 40px;
    width: 100%;
    top: -40px;
    opacity: .9;
	transition: .3s;
}

.readmore_open .readmore_txt {
	max-height: max-content;
}

.readmore_open .full_descr_opacity_mask {
	opacity: 0;
	transition: .3s;
}

.fulldescr_readmore {
    padding: 8px 20px;
	position: relative;
	cursor: pointer;	
    margin-top: 10px;
}

.fulldescr_readmore i {
	color: #fff;
}
/*End*/


/*--- Pagination ---*/

.jshop_pagination {
	padding: 12px 10px;
}

.pagination_result_counter {
	min-width: max-content;
	padding: 10px 0 0;
}
.pagination-list {
	display: inline-flex;
    position: relative;
}
.pagination-list:after {
	content: '>';
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
    font-size: 18px;
    font-weight: 700;
}
.hidden-phone {
	display: inline-block;
}

.hidden-phone a {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 16px;
}
.hidden-phone.active a{
	background: #142338;
	color: #fff;
}
.hidden-phone.active a:hover {
	color: #fff;
}
.hidden-phone a:hover {
	color: #282828;
}
/*End*/

/*--- Filter ---*/
.sf_sortbtn {
	display: inline-flex;
}
.sf_sortbtn .item {
	cursor: pointer;
}

.sf_block_params > label > span {
	position: relative;
	padding: 2px 0 0 30px;
	cursor: pointer;
}
.sf_block_params > label > span:before {
	content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid #404d60;
    border-radius: 50%;
    transition: .2s;
    z-index: 1;
}

.sf_block_params > label input:checked + span:before {
	background: #404d60;
}

.sf_block_params > label input:focus + span:before {
	
}
.sf_block_params > label .val_disabled + span {
	color:#ccc;
}
.sf_block_params > label input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

#sf_slider_min input, #sf_slider_max input{
	overflow:hidden;
	display:block;
	width:100%;
	border:1px solid #dedede;
	height:40px;
	line-height:40px;
	padding:0 10px 0 10px;
}
.sf_slider_digits{
	padding:10px 0 0 0;
	margin:0 0 20px -20px;
	display: flex;
    flex-wrap: wrap;
}

.sf_block_header {
   width: 100%;
}

#sf_slider_min, #sf_slider_max {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
    position: relative;
    height: 40px;
    line-height: 40px;
}
#sf_slider_min span, #sf_slider_max span {
    display: none;
}
#sf_slider_min input, #sf_slider_max input {
   overflow: hidden;
    display: block;
    width: 100%;
    border: 1px solid #404d60;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    background: transparent;
	font-size: 16px;
}

.sf_panel {
	padding: 22px;
    background: #e5ebf4;
}

.sf_sortbtn .item {
    padding: 0 30px 0 0;
    cursor: pointer;
	position: relative;
	color: #142338;
}
.sf_panel .item .sort {
    position: absolute;
    top: 0;
    right: 15px;
}

.sf_sortbtn .title {
    padding: 0 15px 0 0;
    color: #142338;
}

.sf_panel .asc:before {
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 8px;
    top: 6px;
    left: 5px;
    color: #ee793c;
}

.sf_panel .desc:before {
    content: '\f077';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 8px;
    top: 7px;
    left: 5px;
    color: #ee793c;
}
/*End*/

/*--- Categories ---*/

.pageTitle {
    width: 100%;
}

.shopMainategoryContainer {
	border-bottom: 1px solid #ebedf0;
    margin-bottom: 40px;
}
.shopMainCategoryList {
	margin-right: -20px;
	flex-wrap: wrap;
	padding: 0 0 40px 0;
}


.shopListProductItemPromo > div {
	margin: 0 0 10px 0;
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    justify-content: center;
	z-index: 10;
}
.shopCategoryListHolder {
	flex-wrap: wrap;
	margin-right: -20px;
}

.shopMainCategoryItemName,
.shopCategoryItemName {
	width: 100%;
    text-align: center;
    font-size: 16px;
	padding: 10px;
}

.shopCategoryContainer {
	margin-bottom: 50px;
}

.shopMainCategoryItem,
.shopCategoryItem {
    width: calc(20% - 20px);
    border: 1px solid #434f60;
    border-radius: 4px;
    background: #fff;
    margin: 0 20px 20px 0;
    transition: .3s;
}
.shopMainCategoryItem:hover,
.shopCategoryItem:hover {
	
}
.shopCategoryItem a {
    width: 100%;
	height: 100%;
	transition:.3s;
}

.shopCategoryItem a:hover,
.shopMainCategoryItem:hover {
	color: #000;
	background: #ffe600;
}

.shopCategoryList {
	padding: 0 0 40px 0;
	width: 100%;
}
.shopCategoryItemImage {

}
.shopMainCategoryItem .imageBlock,
.shopCategoryItemImage .imageBlock {
	max-height: 100%;
	border-radius: 4px 4px 0 0;
}


.shopCategoryContent {
	margin-bottom: 50px;
}
.shopCategoryContent .shopListProductItemDescription {
	display: none;
}
.shopCategoryView {
	width: 100%;
}

.containerWithSidebar > .shopCategoryContent {
	width: 75%;
}
.shop_category_banner {
	margin: 0 0 25px;
	position: relative;
}

.shop_category_banner > a {
	width: 100%;
    position: absolute;
    height: 100%;
}

#shopCategoryView .owl-dots {
	display: none;
}
.shop_category_banner .imageBlock {
	width: 100%;
}

@media (max-width: 1200px) {
	
	.containerWithSidebar > .shopCategoryContent {
		width: 70%
	}
	
	.shopMainCategoryItem, 
	.shopCategoryItem {
		width: calc(25% - 20px);
	}
}

@media (max-width: 1024px) {
	.containerWithSidebar > .shopCategoryContent {
		width: 100%
	}
	
	.shopCategoryList {
		border-bottom: 1px solid #ebedf0;
	}
}

@media (max-width: 680px) {
	.shopMainCategoryItem,
	.shopCategoryItem {
		width: calc(33.3% - 20px);
	}
}

@media (max-width: 460px) {
	.shopMainCategoryItem,
	.shopCategoryItem {
		width: calc(50% - 20px);
	}
}
/*--- Products ---*/

.modProductsTabsWrapper .modTitle {
	position: relative;
}

.modProductsTabsWrapper .modTitle:after {
	content: '';
    position: absolute;
    left: calc(100% + 15px);
    top: calc(50% + 2px);
    width: calc(1300px - 35px - 100%);
    height: 1px;
    background: #25354d;
}

.shopListProductItemPromo {
	display: flex;
    flex-direction: column;
	position: absolute;
	top: 20px;
    right: 20px;
}

.containerWithSidebar .shopListProductItem {
    width: calc(33.3% - 20px);
}


.shopListProductItemAttributes {
	display: none;
}

.shopListProductItemName {
    margin: 0 0 10px 0;
	text-align:center;
}

.shopListProductItemAvailable {
	margin: 0 0 20px 0;
}
.shopListProductItemAvailable > span {
	font-size: 13px;
	font-weight: 600;
}
.shopListProductItemPrices {
	display:flex;
	flex-wrap:wrap;
	width:100% !important;
	text-align:center;
}
.shopListProductItemNewPrice{
	width:100%;
}
.shopListProductItemNewPrice span {
	font-size: 18px;
	font-weight: 600;
}
.shopListProductItemPrices small{
	display:block;
	font-size:14px;
	font-weight:400;
}
/**/
.shopListProductItemOptPrice {
	width:50%;
}
.shopListProductItemOptPrice span {
	font-size: 18px;
	font-weight: 600;
}
.shopListProductItemOldPrice {
	margin: 0 0 0 20px;
}
.shopListProductItemOldPrice span{
	position: relative;
	font-size: 12px;
	color: #ff2c2c;
}

.shopListProductItemOldPrice span:before {
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	top: calc(50% + 1px);
	height: 1px;
	background: #ff2c2c;
}

.shopListProductItemAmountList {
	margin: 0 0 20px 0;
	padding: 10px 0;
	border-top: 1px dashed #ececec;
	border-bottom: 1px dashed #ececec;
}

.shopListProductItemAmountItem {
    width: 100%;
}


.shopListProductItemAmountItem > span {
	font-size: 13px;
}

span.amount_numeral {
    font-size: 14px;
    font-weight: 600;
}

.economy_holder {
	margin: 0 0 15px;
}
.shopListProductItemEconomy,
.economy_sticker {
	padding: 5px;
    border: 2px solid #eddb26;
	border-radius: 4px;
}

.shopListProductItemEconomy > span {
	font-size: 12px;
}
.shopListProductItemEconomy > span:first-child {
	margin: 0 5px 0 0;
}

@media (max-width: 1300px) {
	.modProductsTabsWrapper .modTitle:after {
		width: calc(100vw - 40px - 100%);
	}
}

@media (max-width: 680px) {
	
	.modProductsTabsContent {
		padding: 30px 0;
	}
	.modProductsTabsWrapper .modTitle:after {
		content: none;
	} 
	.shopListProductItemOptPrice {
		align-items: center;
		
	}
}

/*-Product Carousel-*/

.shopProductsCarouselList.rCol9 {
	-webkit-box-flex: 0;
    -ms-flex: calc(75% - 20px);
    flex: calc(75% - 20px);
    max-width: calc(75% - 20px);
    margin: 0 0 0 20px;
}

.modProductsTabsContentCover {
	position: relative;
    text-align: center;
    color: #fff;
	-webkit-box-flex: 0;
    -ms-flex: calc(25% - 20px);
    flex: calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin: 0 0 0 20px;
}

.modProductsTabsContentCoverInner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px;
    transform: translate(0, -50%);
}

.modProductsTabsContentCoverImage {
    max-width: 100%;
}

.modProductsTabsContentCoverTitle {
    font-size: 22px;
    font-weight: 500;
}

.shopProductsCarouselList.rCol9 .shopListProductItem {
	width:100%;
	margin-bottom: 0;
}



/*- Product -*/

.pageProductA {
	border-bottom: 1px solid #ebedf0;
}
.pageProductButtons {
	margin-bottom: 20px;
}

#show_button_by .pageProductButtons {
	margin-bottom: 25px;
}

#show_button_by .flex_row {
	align-items: center;
	width: 100%;
	margin: 0 0 25px;
}
.pageProductNewPrice > span {
	font-size: 26px;
	font-weight:600;
}

.pageProductALeft,
.pageProductARight {
	width: calc(40% - 40px);
	margin: 0 40px 60px 0;
}
.pageProductShopInfo {
	width: 20%;
}
.pageProductAttributes {
	margin-bottom: 25px;
}
.pageProductAttributes .row-fluid {
	margin-bottom: 25px;
}
.prod_attr_img {
	display: inline-block!important;
    max-width: 40px;
    margin-left: 10px;
    line-height: 40px;
    height: 25px;
}

.prod_attr_img > img {
	display: block;
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.pageProductButtonReporting {
	margin-bottom: 20px;
}
.pageProductImages {
    position: relative;
	margin: 0 0 20px;
}

.pageProductOptPricesTable .pageProductOptPricesTableRow {
	padding: 5px 0;
	border-top: 2px dashed #ececec;
} 

.pageProductOptPricesTable .pageProductOptPricesTableRow:first-child {
	padding-top: 0;
	border-top: none;
}

.pageProductOptPricesTable .pageProductOptPricesTableRow > div {
	color: #424242;
}

.pageProductOptPricesTable .pageProductOptPricesTableRow > div {
	margin: 0 7px 0 0;
}

.pageProductFirstImages {
    position: relative;
}
.pageProductFirstImage {
    display: none;
}
.pageProductFirstImage:first-child {
    display: block;
	border: 1px solid #ebedf0;
	border-radius: 4px;
}


#owl-carousel-similar .shopListProductItem{
	    width: calc(100% - 20px);
}
.pageProductPricesA {
	padding: 20px 15px;
	width: 100%;
}
.pageProductPricesAInner {
	align-items: center;
	width: 100%;
}

.pageProducLabelName {
	position: absolute;
    top: 25px;
    right: 15px;
    display: inline-flex;
    padding: 5px 7px;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
}

.pageProductOldPrice {
	margin-left: auto;
}
.pageProductOldPrice span {
    color: #ff2c2c;
    position: relative;
    font-size: 18px;
}
.pageProductOldPrice  span:before {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: calc(50% + 1px);
    height: 1px;
    background: #ff2c2c;
}
.pageProductPricesAInner .economy_sticker {
	margin-left: auto;
}

.pageProductOptPrices {
	padding: 20px 15px;
    margin: 0 0 25px;
}
.pageProductCompareButton svg {
	width: 30px;
	height: 25px;
	cursor: pointer;
}
.pageProductWishlistButton svg {
	width: 35px;
	height: 28px;
	cursor: pointer;
}
.pageProductWishlistButton svg path,
.shopListProductItemButtonWish svg path{
	fill: #ff3d3d;
}

.raiting {
	margin: 0 10px 0 0;
}
.stars_no_active {
    height: 16px;
    background-image: url(../images/star.png);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.stars_active {
    height: 16px;
    background-image: url(../images/star.png);
    background-repeat: repeat-x;
    background-position: 0px -16px;
}
.pageProductSecondImages {
    padding: 0 0 15px 0;
	width: calc(100% + 9px);
    overflow-y: hidden;
    overflow-x: auto;
	margin: 0 0 30px;
}

.pageProductAmount {
	margin: 0 0 10px;
}

.pageProductLineTitle {
	margin: 0 0 15px;
}

.pageProductAmountItem {
	margin-bottom: 10px;
	width: 100%;
}

.pageProductAmountItem > span,
.product_economy_package > span:first-child{
	width: 50%;
}

.product_economy_package {
	width: 100%;
	align-items: center;
}
.product_economy_package > span:last-child {
	font-weight: 600;
	margin-right: auto;
}

.product_amount_numeral {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 0 15px;
}

.pageProductLineTitle > span {
	font-weight: 600;
}

.pageProductParams {
	margin: 0 0 20px;
	width: 100%;
}

.pageProductParams > div {
	margin: 0 30px 0 0;
}

.pageProductParams > div:last-child {
	margin: 0;
}
.pageProductParams > div > span,
.pageProductParams > div > span a {
	font-size: 12px;
}
.pageProductCode {
	
}
.pageProductPrices {
    margin: 0 0 20px;
}

.pare_price {
	position: relative;
}


.pageProductSecondImage {
    width: calc(33.3% - 10px);
    margin: 0 0 0 10px;
    border: 1px solid #ebedf0;
	flex: 0 0 auto;
	border-radius: 4px;
}
.pageProductSecondImage:nth-child(2){
	margin: 0 0 0 1px;
}
.pageProductSecondImage:first-child {
    display: none;
}

.pageProduct .quickOrderForm {
	display: inline-flex;
    overflow: hidden;
    margin: 0;
    height: max-content;
    border: 1px solid #ffe600;
    border-radius: 4px;
	width: 60%;
}

.quickOrderInput {
	width: 62%;
}

.quickOrderInput > input {
	height: 100%;
    font-size: 15px;
    color: #424242;
	border: none;
}
.pageProductButtonQuick > div {
	border-radius: 0;
}

#show_button_by .pageProductViberMessage {
	width: 60%;
    margin-left: auto;
}

.pageProductViberMessage > div {
	width: 100%;
}
.pageProductViberMessage > div > a{
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	border: 1px solid #ffe600;
	width: 100%;
	max-height: 55px;
	transition: .3s ease-in-out	;
}


.pageProductViberMessage > div > a > svg path {
	fill: rgb(123, 81, 157);
	transition: .3s ease-in-out;
}

.pageProductViberMessage svg {
	margin-right: 10px;
}
.pageProductTitle {
	font-size: 32px;
    font-weight: 700;
    margin: 5px 0 45px 0;
}

.pageProductAdditionalButtons {
	align-items: center;
	margin: 0 0 20px 0;
}
.pageProductAdditionalButtons > .pageProductCompareButton {
	margin: 0 20px 0 0;
}
.pageProductRating {
	margin: 0 0 25px;
}

.pageProductRating> div {
	align-items: center;
}
.pageProductRating span {
	font-size: 12px;
	color: #424242;
	transition: .3s;
}

.reviewCount:hover {
	cursor: pointer;
	text-decoration: underline;
}
.bonus_program {
	position: relative;
	margin: 0 0 5px 0;
}
.bonus_dropdown_wrap {
	position: absolute;
    top: 110%;
    left: 0;
    right: -25px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    padding: 15px 5px 15px 15px;
    border: 1px solid;
    z-index: 3;
    border-radius: 4px;
    text-align: center;
}
.bonus_dropdown_wrap a {
	color: #e7485a;
	font-weight: 600;
}
.bonus_dropdown_wrap a:hover {
	text-decoration: underline;
}
.bonus_dropdown_btn {
	cursor: pointer;
}
.bonus_program:hover .bonus_dropdown_wrap {
	opacity: 1;
	visibility: visible;
}
.bonus_percent {
	color: #e91f36;
	font-weight: 600;
	padding: 0 5px 0 0;
}
.bonus_total {
	position: relative;
	font-weight: 700;
	padding: 0 0 0 5px;
}
.bonus_total:after {
	content: '';
	position: absolute;
	top: 7px;
    border: 3px solid transparent;
    border-left: 5px solid #282828;
    margin-left: 5px;
	transform: rotate(90deg);
}
.dropdown_wrap_txt > span {
	
}
.pageProductAButtons  {
	margin-bottom: 20px;
}
.button_buy {
	width: 100%;
	font-size: 16px;
}

.economy_text {
	font-size: 12px;
	margin: 0 5px 0 0;
}


.pageProducManufacturerLogo {
	max-width: 50px;
}


.pageProductQuantity {
    position: relative;
    width: 100px;
	display: inline-block;
}
.pageProductQuantity .prodQuantityMinus, 
.pageProductQuantity .prodQuantityPlus {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.input-product-quantity {
	border: none;
    text-align: center;
    font-size: 18px;
	padding: 15px;
	color: #fff;
}

.pageProductQuantity .prodQuantityPlus {
    right: 0;
}
.pageProductButtons > div > .pageProductButtonBuy {
	width: 60%;
}
.pageProductButtonBuy > div {
	width: 100%;
	font-size: 16px;
	padding: 0;
    min-height: 55px;
	background:#00a046;
	color:#fff;
}
.pageProductButtonBuy svg {
	margin: 0 15px 0 0;
}
.productTabsTitle .pageProductLineTitle {
	margin: 40px 0;
}

.productTabsTitle .pageProductLineTitle > span {
	font-size: 26px;
	font-weight: 600;
}

.pageProductB .extraFields {
	padding-bottom: 40px;
	border-bottom: 1px solid #ebedf0;
}
.pageProductB .extraFieldsBlock {
	padding: 7px 20px 0;
}
.pageProductB .extraFieldsBlock > .extraFieldsLine {
	width: calc(50% - 22px);
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
}
.pageProductB .extraFieldsName {
	color: #424242;
    font-weight: 300;
}

.pageProductB .extraFieldsValue {
	font-weight: 600;
}

.extraFieldsGroup {
	display: none;
}

.pageProductTags {
	margin: 0 0 20px 0;
	text-align: center;
}
.pageProductTag {
	display: inline-flex;
    margin: 0 10px 10px 0;
}

.pageProductTag a{
	padding: 5px 10px;
	transition: .3s;
	opacity: .65;
	border-radius: 4px;
	color: #fff;
}

.pageProductTag:hover a{
	opacity: 1;
	color: #fff;
}

@media (max-width: 1200px){
	.pageProductShopInfo {
		width: 100%;
		flex-direction: row;
	}
	
	.pageProductShopInfo .mod_voldemort {
		width: 100%;
	}
	.pageProductALeft {
		width: calc(50% - 40px);
		margin: 0 40px 0 0;
	}
	
	.pageProductARight {
		width: 50%;
		margin:0 0 40px;
	}
}

@media (max-width: 1030px) {
	
	.pageProductPricesA  {
		width: 100%;
	}
	
	.pageProductCode {
		margin: 0 20px 0 0;
	}
	
		
	.pageProductOldPrice span {
		font-size: 18px;
	}
	

	.pageProductOptPricesTable {
		width: 100%!important;
		margin: 0 auto;
	}	
}	


@media (max-width: 920px) {
	
	.pageProductTitle,
	.productTabsTitle .pageProductLineTitle{
		text-align: center;
	}
	.pageProductALeft,
	.pageProductARight {
		width: 80%;
		margin: 0 auto;
		padding: 0 40px 20px;
	}
	
	.pageProductAttributes .row-fluid div {
		text-align: center;
	}
}

@media (max-width: 680px) {
	.pageProductALeft,
	.pageProductARight {
		width: 100%;
		padding: 0 0 20px;
	}
	
	.pageProductB .extraFieldsBlock > .extraFieldsLine {
		width: 100%;
	}
	
	.modProductsTabsContent .rM20 {
		margin: 0;
	}
}

@media (max-width: 520px) {
	
	.pageProductParams > div {
		margin: 0 15px 0 0;
	}
}

@media (max-width: 440px) {
	.pageProductButtons > .flex_row:nth-child(3){
		flex-direction: column;
	}
	
	.pageProductButtons > .flex_row:nth-child(3	) > span {
		margin: 0 0 10px;
	}
	
	.pageProduct .quickOrderForm {
		width:100%;
	}
	#show_button_by .pageProductViberMessage {
		width: 100%;
	}
}

@media (max-width: 420px) {
	
	.pageProductPricesAInner > div {
		margin-bottom: 10px;
	}
}



/*ProductConnectMini*/

.pageProductConnectMini {
	padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ebedf0;
}

.pageProductConnectMiniItemImage {
	border: 1px solid #ebedf0;
	border-radius: 4px;
	transition: .3s;
}

.pageProductConnectMiniItemImage:hover {
	border: 1px solid #f28e59;
}
.pageProductConnectMiniItemName {
	margin: 10px 0;
	min-height: 36px;
}
.pageProductConnectMiniItemName > a {
	font-size: 12px;
}
.pageProductConnectMiniItemPrice {
	font-size: 12px;
	font-weight: 600;
}

.pageProductConnectMini .owl-dots {
	bottom: -40px;
	display: none;
}
.pageProductConnectMini .pageProductLineTitle {
	margin-bottom: 25px;
}


@media (max-width: 1024px) {
	.pageProductConnectMini {
		margin: 0 0 20px;
	}
	.pageProductConnectMini .owl-dots {
		display: block;
	}
}

/*End*/


.pageProductDescription {
	padding: 0 0 25px;
	border-bottom: 1px solid #ebedf0;
}
.pageProductDescription > p {
	font-weight: 300;
    margin: 0;
}


/*-- Similar, Lastseen --*/

.pageProductSimilar {
	padding-bottom: 60px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ebedf0;
}
.pageProductSimilar .modTitle,
.modLastseenProduct .modTitle{
    margin: 0;
}

.modLastseenProduct {
	padding-bottom: 60px;
}
.modLastseenProduct .shopListProductItem{
	width: 100%;
	margin: 0 20px 20px 0;
}

.modLastseenProduct .owl-nav,
.pageProductSimilar .owl-nav {
	top: 42%;
}

@media (max-width: 920px) {
	.pageProductSimilar .modTitle,
	.modLastseenProduct .modTitle {
		text-align: center;
	}
	
	.pageTitle {
		justify-content: center;
	}
}

@media (max-width: 400px) {
	.pageProductSimilar .modTitle, 
	.modLastseenProduct .modTitle {
		font-size: 20px;
	}
}

/*End*/


/*---Mod VL: преимущества---*/

.modVlItemIcon svg {
	width: 85px;
	height: auto;
	padding: 15px;
	border-radius: 4px;
	margin: 0 0 20px;
}
.mod_voldemort_item {
	padding: 15px;
	margin: 0 0 15px;
}
.mod_voldemort_item > div {
	text-align: center;
}

.mod_item_title {
	font-weight: 300;
	color: #424242;
}

.modVlItemText {
	flex-direction: column;
}

@media (max-width: 1200px) {
	
	.mod_voldemort_holder {
		flex-direction: row;
		justify-content: space-between;
		background: #fafafa;
		padding: 0 10px;
		margin-top: 20px;
	}
	
	.mod_voldemort_item_flex {
		width: calc(33.3% - 15px);
	}
	
	.mod_voldemort_item {
		padding: 30px 0;
		margin: 0;
	}
	.modVlItemIcon svg {
		width: 60px;
		padding: 10px;
		margin: 0 0 15px;
	}
}

@media (max-width: 680px) {
	.mod_voldemort_holder {
		flex-direction: column;
		padding-bottom: 20px;
	}
	.mod_voldemort_item_flex {
		width: 100%;
	}
	
	.mod_voldemort_item {
		padding: 20px 0 0;
		flex-direction: row;
		align-items: center;
	}
	
	.mod_voldemort_item > div {
		width: 90%;
		padding-left: 15px;
	}
	
	
	.mod_voldemort_item > div:first-child {
		max-width: max-content;
		padding: 0;
	}
	.modVlItemText {
		flex-direction: row;
	}
	
	.modVlItemText > div {
		display: inline-flex;
		margin: 0 15px 0 0;
	}
	
	.mod_item_title,
	.modVlItemText,
	.modVlItemText > div {
		font-size: 12px;
	}
	
	.modVlItemIcon svg {
		margin: 0;
	}
}
/*End*/

/*--- News Home ---*/

.mod_articles_news {
	position: relative;
	width: 100%;
	margin: 0 0 70px;
}

.all_news_btn {
	position: absolute;
    right: 0;
    top: 10px;
    font-size: 12px;
    color: #828282;
    font-weight: 300;
    line-height: 26px;
}
.mod_articles_news > div {
	width: calc(50% - 15px);
}
.mod_articles_news > div > div {
	width: 100%;
}
.modHeader {
	margin: 0 0 40px;
}
.mod_articles_news .modTitle {
	text-align: center;
}

.article_news_column {
	width: calc(50% - 10px);
}

.news_column_item_media {
	margin: 0 0 25px;
}

.news_column_item_name {
	margin: 0 0 10px;
}
.news_column_item_pubdate {
	font-size: 12px;
	color: #828282;
}

@media (max-width: 760px) {
	
	.mod_articles_news {
		flex-direction: column;
	}
	
	.mod_articles_news > div {
		width: 100%;
	}
	
	.mod_articles_left {
		margin-bottom: 30px;
	}
}

@media (max-width: 420px) {
	
	.mod_articles_news > div > div {
		flex-direction: column;
	}
	
	.article_news_column {
		width: 100%;
	}
	
	.mod_articles_news > div > div > .article_news_column:first-child {
		margin-bottom: 20px;
	}
	
	.all_news_btn {
		right: 50%;
		transform: translateX(50%);
		top: calc(100% + 15px);
	}
}

/*-- News Page--*/

.shopArticlesContent {
	margin-bottom: 40px;
}

.shopArticlesItem {
    margin: 0 0 20px 0;
    position: relative;
	padding: 0 0 20px 0;
    border-bottom: 1px dashed #dedede;
}

.shopArticlesItem .rM20 > .rCol3 {
	flex: calc(30% - 20px);
    max-width: calc(30% - 20px);
    margin: 0 0 0 20px;
}

.shopArticlesItem .rM20 > .rCol9 {
	flex: calc(70% - 20px);
    max-width: calc(70% - 20px);
    margin: 0 0 0 20px;
}
.shopArticlesItemName {
    margin: 0 0 10px 0;
}
.shopArticlesItemName a {
    font-size: 22px;
    font-weight: 600;
	transition: .3s;
}

.shopArticlesItem:hover .shopArticlesItemName a{

}

.shopArticlesItemOptions {
    margin: 0 0 20px 0;
}





.pageProductVideo{
	max-width:680px !important;
	width:100% !important;
	height:35vh !important;
}

.shopArticlesItemIndicator {
    display: inline-block;
    margin: 0 10px 0 0;
    background: #ffe600;
    padding: 5px 10px;
    transition: .3s;
    opacity: .65;
    border-radius: 4px;
    color: #fff;
}

.shopArticle .shopArticleShortDesc {
	display: none;
}

.shopArticleFullDescription {
    margin: 0 0 50px 0;
}
.shopArticle {
    margin: 0 0 40px 0;
    padding: 0 0 60px;
    border-bottom: 1px solid #ebedf0;
}
.shopArticleVideo {
    margin: 0 0 50px 0;
}

.shopArticleFooter {
    background: #2D2D2D;
}

.shopArticleFooter span {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 10px 20px;
	color: #fff;
}

.shopArticleFooter a {
	color: #fff;
	transition: .3s;
}

.shopArticleFooter a:hover {
	color: #ffe600;
}

.shopArticleGallery {
    column-count: 4;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin: 0 0 50px 0;
}

.shopArticleGalleryImage {
    display: inline-block;
    width: 100%;
    margin-bottom: 1em;
    position: relative;
}

.shopArticleGalleryImage:hover img {
    opacity: 0.7;
}

.shopArticleGalleryImage img {
    opacity: 1;
    transition: 0.3s;
}

/*--- Checkout ---*/

.cart_empty_text > span{
	font-size: 18px;
    font-weight: 600;
}
.checkoutProductBlock {
    width: 55%;
    margin: 0 5% 0 0;
}
.pageCheckoutBlockSubtitle {
	width: 100%;
	font-size: 18px;
    font-weight: 600;
	margin: 0 0 20px;
}
.pageCheckoutA {
	margin: 0 0 40px;
}

.pageCheckoutB {
	margin: 0 0 40px;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #ebedf0;
}
.checkoutProductName {
    margin: 0 0 20px 0;
}

.checkoutProductName > a {
	font-size: 16px;
	color: #142338;
	font-weight: 600;
}

.checkoutProductName:hover > a {
	color: #ffe600;
}
.rM20 .quantity {
    position: relative;
    width: 120px;
    margin: 0 20px 0 0;
}
.checkoutProduct {
	position: relative;
    padding: 0 0 30px;
    margin: 0 0 30px 0;
    border-bottom: 2px dashed #ececec;
}

.checkoutProductPrices {
    align-items: center;
}

.checkoutProductPrice > span {
	color: #142338;
    font-size: 18px;
    font-weight: 600;
}
.checkoutProductDelete {
    position: absolute;
    top: 0;
    right: 0;
}


.pageCheckoutProductOption {
	margin-bottom: 10px;
}

#checkoutDiscount > .rGrid.rM20 > .rCol6 {
    -webkit-box-flex: 0;
    -ms-flex: calc(50% - 20px);
    flex: calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 0 0 0 20px;
}
.checkoutDiscountBlock .rCol6 >  .input,
.pageCheckoutB .formField > .input,
.pageCheckoutB .formField > .select {
	width: 100%;
	height: 42px;
}
#checkoutDiscount .rCol6 > button {
	height: 42px;
}
.quantity span {
    position: absolute;
    top: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
	border: 1px solid #eaf0f3;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
.quantity .quantityMin {
	right: 0;
}
.quantity input {
    text-align: center;
	border: none;
	font-size: 16px;
}
.checout_product_info_holder {
	align-items: center;
}
.checkout_product_price {
	color: #e7485a;
	font-weight: 600;
	font-size: 16px;
}
.checkoutProductImage {
    width: 20%;
    margin: 0 5% 0 0;
    border: 1px solid #ebedf0;
    border-radius: 4px;
	transition: .3s;
}
.checkoutProductImage:hover {
   border: 1px solid #f28e59;
}
.checkoutProductContent {
    width: 75%;
}
.checkoutProductDelete {
    position: absolute;
    top: 0;
    right: 0;
}
.checkoutProductDelete svg {
    width: 20px;
}

.checkoutProductQuantity {
    position: relative;
    width: 80px;
    margin: 0 40px 0 0;
}
.checkoutProductQuantity input{
	background:#00a046;
}
.checkoutProductQuantity span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 8px;
    cursor: pointer;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

.checkoutProductQuantity .quontMinus {
    left: 0;
}
.checkoutProductQuantity .quontPlus {
    right: 0;
}
.checkoutProductQuantity input {
    text-align: center;
	border: none;	
    font-size: 16px;
	border-radius: 4px;
	color: #fff;
}

.checkoutInfoBlock {
    width: 40%;
}
#checkoutCost {
	background: #fafafa;
}
.checkoutInfoList {
    padding: 20px;
    margin: 0 0 20px 0;
}

.checkoutInfoItem {
    margin: 0 0 10px 0;
}
.checkoutInfoItem > label{
	padding-top: 2px;
}
.checkoutFieldBlock .formField {
	margin: 0 0 20px 0;
}
.sum {
	margin-left: 7px;
    font-weight: 600;
}
.sum.no_margn {
	margin-left: 0;
}



.totalCost {
	position: relative;
	padding-top: 10px;
}
.checkoutInfoItem.totalCost:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #14233821;
}

.checkoutInfoItem.totalCost > span {
	font-size: 16px;
}
.checkoutInfoItem.totalCost > .sum {
	color: #ff2c2c;
}

.pageProductWishlistButton {
	margin: 0 20px 0 0;
	display:none; /* получить бонусы в корзине */ 
}


.checkoutFieldBlock {
    width: 25%;
    margin: 0 5% 0 0;
}
.checkoutFieldBlock:last-child {
    width: 40%;
    margin: 0;
}

.checkoutFieldBlock .formStyle .formField {
    margin: 0 0 20px 0;
}

.formStyle .formField label {
    font-size: 12px;
    display: block;
    margin: 0 0 3px 0;
}

.checkoutFieldBlock .textarea {
	width: 100%;
    height: 120px;
    resize: none;
    overflow: hidden;
}
.checkoutProduct img {
	transition: .3s;
}

.pageCheckoutB_subtitle {
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 18px;
    font-weight: 600;
}

#cityBlock > .formField {
	position: relative;
}

.cityList {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 3;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 0 10px rgba(0,0,0,0.02);
    padding: 5px 0;
}

.cityList li {
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
	overflow: hidden;
}

.finish_header {
	text-align: center;
	margin-top: 40px;
}

.checout_finish {
	display: flex;
    min-height: 200px;
    justify-content: center;
    padding: 40px 0;
    margin: 0 0 40px;
    border-bottom: 1px solid #ebedf0;
}
/*-End*/

/*---Page Contacts---*/

.contacts_info_holder {
	margin: 0 0 60px;
}

.contacspage_subtitle {
	font-size: 18px;
	margin: 0 0 20px;
}
.contacts_info_holder > div {
	width: calc(33% - 20px);
    margin: 0 20px 0 0;
}

.contactspage_messenger {
	margin: 0 0 10px;
}

.contactspage_messenger a,
.contactspage_address{
	display: inline-flex;
    align-items: center;
}

.contactspage_address {
	margin: 0 0 20px;
}
.contactspage_address svg path {
	fill: #142338;
}
.contacts_info_holder  svg {
	width: 15px;
	margin: 0 15px 0 0;
}

.contactspage_hours svg path {
	fill: #142338;
    stroke: #142338;
}
.contacts_info_holder a {
	transition: .3s;
}


.contacts_info_holder a > svg > path {
	fill: #ffe600;
}


.contacts_info_holder > div > span {
	margin: 0 0 10px;
}

.contacspage_phone {
	margin: 0 0 15px;
}
.contacspage_phone .fas {
	transform: scale(-1, 1) rotate(-20deg);
	margin: 0 15px 0 0;
	color: #ffe600;
}
.contactspage_hours > div:first-child {
	width: 14px;
    margin-right: 20px;
}

.contactspage_hours > div:last-child {
	width: max-content;
}

.contactspage_mail {
	margin: 0 0 15px;
}

.contactspage_mail .fas {
	margin: 0 20px 0 0;
	color: #ffe600;
}
.contactspage_socials {
	margin: 15px 0 0;
}
.contactspage_socials i {
	color: #142338;
	transition: .3s;
}
.contactspage_socials > a {
	margin: 0 10px 0 0;
}

.contactspage_socials > a:hover > i {
	color: #ffe600;
}


@media (max-width: 960px){
	
	.pageCheckout .pageHeader {
		border-bottom: 2px dashed #ececec;
		padding-bottom: 45px;
	}
	.pageCheckoutA,
	.pageCheckoutB	{
		position: relative;
	}
	
	.pageCheckoutB:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: -20px;
		border-top: 1px dotted #dedede;
	}
	.pageCheckout {
		padding: 0 10px;
	}
	.checkoutProductBlock {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.pageCheckoutB_subtitle {
		padding-top: 10px;
	}
	.checkoutInfoBlock {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.checkoutInfoItem > span {
		font-size: 16px;
	}
	
	#checkoutCost {
		display: flex;
		justify-content: center;
		margin:  0 0 20px 0;
	}
	.checkoutInfoList {
		width: fit-content;
		width: -moz-fit-content;
		margin: 0;
	}
	
	#checkoutDiscount > .rGrid.rM20 {
		justify-content:center;
	}
	
	#checkoutDiscount > .rGrid.rM20 > .rCol6 {
		max-width: 200px;
	}
	
	.checkoutFieldBlock	{
		width: calc(50% - 20px);
		margin: 0 0 0 20px;
	}
	.checkoutFieldBlock:last-child {
		width: 100%;
		margin-left: 20px;
		position: relative;
		display: flex;
	}
	
	.checkoutField  {
		margin-left: -20px;
	}
	.checkoutFieldBlock:last-child > .formField {
		margin: 0 20px 20px 0;
		width: calc(50% - 20px);
		height: fit-content;
		height: -moz-fit-content;
	}
	
	.checkoutFieldBlock:last-child > .formField:nth-child(2) {
		margin: 18px 0 0;
		width: 50%;
	}
	
	.checkoutFieldBlock:last-child > .formField:last-child {
		position: absolute;
		right: 0;
		left: 50%;
		top: 90px;
		margin-right: 0;
	}
	
	.contacts_info_holder {
		flex-direction: column;
		width: max-content;
		margin-left: auto;
		margin-right: auto;
	}
	.contacts_info_holder > div {
		width: max-content;
		margin: 0 0 30px;
		padding: 0 0 20px;
		border-bottom: 2px dashed #ececec;
	}
	
	.contacts_info_holder > div:last-child {
		border: none;
	}
	
	.contacts_info_holder > div:last-child {
		margin: 0;
	}
	
	.contactspage_hours {
		margin-bottom: 15px;
	}
	
	.contacspage_subtitle {
		font-size: 16px;
		margin: 0 0 20px;
		color: #424242;
		font-weight: 600;
	}

}

@media (max-width: 640px){
	.pageCheckout {
		padding: 0;
	}
	.checkoutProductImage {
		width: calc(30% - 20px);
		margin: 0 20px 0 0;
	}
	.checkoutProductContent {
		width: 70%;
	}
	
	.checkoutField {
		margin-left: 0;
		flex-direction: column;
	}
	
	.checkoutFieldBlock {
		width: 100%;
		margin: 0;
	}
	
	.checkoutFieldBlock:last-child {
		width: 100%;
		margin-left: 0;
		flex-direction: column;
	}
	
	.checkoutFieldBlock:last-child > .formField {
		margin: 0 0 20px 0;
		width: 100%;
		height: fit-content;
		height: -moz-fit-content;
	}
	
	.checkoutFieldBlock:last-child > .formField:nth-child(2) {
		margin: 0 0 20px 0;
		width: 100%;
	}
	
	.checkoutFieldBlock:last-child > .formField:last-child {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		margin-right: 0;
		text-align: center;
	}
	
	#checkoutDiscount > .rGrid.rM20 > .rCol6:first-child {
		margin: 0;
	}
	#checkoutDiscount > .rGrid.rM20 {
		margin: 0;
	}
	
	#checkoutDiscount > .rGrid.rM20 > .rCol6:last-child {
		max-width: max-content;
	}
}

@media (max-width: 500px) {

	.checkoutProduct {
		padding: 30px 0 20px;
	}
	
	.checkoutProductDelete {
		top: -10px;
	}
	
	.checkoutProductName {
		position: absolute;
		top: -7px;
		left: 0;
		right: 0;
		text-align: center;
	}
	
	.checkoutProductContent {
		display: flex;
	}
	.checkoutProductPrices {
		width: 100%;
	}
}

@media (max-width: 400px) {
	
	
	.checkoutProductName {
		text-align: left;
	}
	.checkoutProductName > a {
		font-size: 14px;
	}
	.checkoutFieldBlock:last-child > .formField:nth-child(2) a {
		font-size: 12px;
	}
	
	.checkoutProductQuantity {
		margin: 0 20px 0 0;
	}
}
/*End*/

/*--- Wishlist ---*/

.pageWishlistItemsHolder {
    margin: 0 -20px 0 0;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebedf0;
}
.pageWishlistMessage {
	width: 100%;
	text-align: center;
	font-size: 18px;
    font-weight: 600;
	margin-right: 20px;
}
.pageWishlistItem {
    position: relative;
    width: calc(25% - 20px);
    height: auto;
    margin: 0 20px 25px 0;
	border: 1px solid #9aa4b3;
    border-radius: 4px;
	padding: 15px;
	transition: .3s;
	justify-content: space-between;
}

.pageWishlistItem:hover {
    border: 1px solid #f28e59;
}

.pageWishlistItem:hover .pageWishlistItemDelete span{
    background: #e45926;
}

.pageWishlistItemImage {
    margin: 0 0 15px 0;
}

.pageWishlistItemName {
    margin: 0 0 20px 0;
    min-height: 40px;
}

.pageWishlistItemSinglePrice {
	font-size: 18px;
    font-weight: 600;
	line-height: 18px;
}

.pageWishlistItemInfoHolder {
  
}

.pageWishlistItemInfoHolder > div {
    width: calc(50% - 5px);
}

.pageWishlistItemInfoHolder > div >div, 
.pageWishlistItemInfoHolder > div > span {
    margin-bottom: 10px;
}
.pageWishlistItemInfoHolder > div > div:last-child, 
.pageWishlistItemInfoHolder > div > span:last-child {
    margin-bottom: 0;
}

.pageWishlistItemOptions {
    margin: 0 0 10px 0;
}
.pageWishlistItemInfoHolder .pageWishlistItemDelete {
	margin: 10px 0 0 0;
	width: 100%;
}

.pageWishlistItemDelete > a,
.pageWishlistItemDelete span {
	width: 100%;
}

@media (max-width: 1200px) {
	.pageWishlistItem {
		width: calc(33.3% - 20px);
	}
}

@media (max-width: 860px) {
	.pageWishlistItem {
		width: calc(50% - 20px);
	}
}

@media (max-width: 560px) {
	.pageWishlistItemB {
		text-align: center;
	}
	
	.pageWishlistItemInfoHolder > div {
		width: 100%;
		align-items: center;
	}
	
	.pageWishlistItemOptions {
		margin: 10px 0;
	}
}

@media (max-width: 360px) {
	.pageWishlistItem {
		width: 100%;
	}
}


/*--- Brands Mode ---*/

.modBrandsHolder {
	padding: 75px 0 95px;
}

.modBrandsHolder .owl-stage-outer {
	padding-bottom: 20px;
}
.modBrandsCarouselItemImage {
    display: block;
    padding: 20px;
	background: #fff;
	border-radius: 4px;
}

.modBrandsCarouselItemImage > img {
	transform: scale(1,1);
	opacity: .7;
	filter: grayscale(1);
	transition: 0.3s;
}

.modBrandsCarouselItem:hover .modBrandsCarouselItemImage > img {
	transform: scale(0.9,0.9);
	opacity: 1;
	filter: grayscale(0);
}
/*-- Brands --*/

.shopBrandsLogoList {
	justify-content: center;
	margin: 0 0 40px -20px;
	padding: 10px 0;
}
.shopBrandsLogoItem  {
	width: calc(20% - 20px);
    margin: 0 0 20px 20px;
	transition: .3s;
	opacity: .8;
}
.shopBrandsLogoItemImage {
    border: 1px solid #ebebeb;
    padding: 10px;
}
.shopBrandsLogoItemName {
    display: none;
}
.shopBrandsLogoItem:hover {
	opacity:1;
	box-shadow: 1px 1px 6px 2px rgba(0, 0, 0, 0.18);
}

.shopBrands .modBrandsHolder {
	background: #fff;
	padding: 0 10px 60px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ebedf0;
}

/*--Brands Alphabet--*/

.modBrandsAlphabetBrend a {
	padding: 5px 10px;
    transition: .3s;
    opacity: .65;
    border-radius: 4px;
    color: #fff;
    background: #ffe600;
	display: inline-flex;
    margin: 0 10px 10px 0;
}

.modBrandsAlphabetBrend a:hover {
	opacity: 1;
}

.brend_letter.pageTitle {
	padding: 20px 5px;
	justify-content: center;
    width: 100%;
	color: #25354c;
}

.modBrandsAlphabetLetter:first-child .brend_letter.pageTitle{
	padding-top: 0;
}

.modBrandsAlphabetBrend a:hover{
	box-shadow: 0px 0 3px 0px rgba(0, 0, 0, 0.18);
}

/*End*/

/*--- Compare ---*/

.pageCompare {
	padding-bottom: 60px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ebedf0;
}
.pageCompareContent {
	position: relative;
}

.no_search_result.page_compare {
	text-align: center;
	border: none;
	padding: 0;
	margin: 0;
}

.pageCompareContent:before {
	content: '';
	position: absolute;
	top: 15px;
	bottom: 0;
	left: 0;
	width: 18%;
	background: #e5ebf4;
}
.pageCompare img {
	max-width: 150px;
    display: inline-block;
	transition: .3s;
	border: 1px solid #ebedf0;
}
.pageCompareFieldData:hover > a > img {
	border: 1px solid #f28e59;
}
.pageCompareFieldData {
    position: relative;
    text-align: center;
    padding: 10px;
}
.pageCompare .rCol10 {
    -webkit-box-flex: 0;
    -ms-flex: 83.333333%;
    flex: 83.333333%;
    max-width: 83.333333%;
}
.pageCompare .rCol2 {
    -webkit-box-flex: 0;
    -ms-flex: 16.666667%;
    flex: 16.666667%;
    max-width: 16.666667%;
}

.pageCompare .rCol3 {
    -webkit-box-flex: 0;
    -ms-flex: 25%;
    flex: 25%;
    max-width: 25%;
	padding-left: 5%;
}
.pageCompare .rCol4 {
    -webkit-box-flex: 0;
    -ms-flex: 33.333333%;
    flex: 33.333333%;
    max-width: 33.333333%;
	padding-left: 5%;
}

.pageCompare .rCol6 {
    -webkit-box-flex: 0;
    -ms-flex: 35%;
    flex: 35%;
    max-width: 35%;
	margin: 0;
	padding-left: 5%;
    padding-right: 5%;
}

.pageCompare .rCol12 {
    -webkit-box-flex: 0;
    -ms-flex: 60%;
    flex: 60%;
    max-width: 60%;
    padding-left: 10%;
}
.pageCompare .review_mark {
    display: inline-block;
}
.pageCompareTable > div {
	align-items: center;
	padding: 5px 0;
	position: relative;
	border: 1px solid transparent;
}
.pageCompareDifferences {
	position: absolute;
    top: 45px;
    left: 30px;
    font-weight: 600;
    color: #142338;

}
.pageCompareDifferences .checkbox + label:before {
	
}
.pageCompareDifferences .checkbox:checked + label:before {
	
}
.pageCompareFieldTitle {
	font-weight: 600;
	position: relative;
    padding: 10px 0 10px 25px;
}

.pageCompareTablePrice span {
    font-size: 26px;
    font-weight: 600;
}
.pageCompareFieldData > a {
	font-size: 16px;
    font-weight: 600;
	transition:.3s;
}
.pageCompareFieldData > a:hover {
	
}

.fa-minus-square:before {
    content: "\f146";
    font-size: 24px;
}

.pageCompareTable > div:hover {
    background: #fafafa;
	border-bottom: 1px solid #f5f5f5;
	border-top: 1px solid #f5f5f5;
}

.fa-minus-square {
	color: #142338;
	transition: .3s;
}

.fa-minus-square:hover {
	color: #ffe600;
}

.pageCompareTableImage,
 .pageCompareTableBy, 
 .pageCompareTableDelete {
    border:none!important;
}
.pageCompareTableImage:hover, 
.pageCompareTableBy:hover, 
.pageCompareTableDelete:hover {
    background: none !important;
}

@media (max-width: 1200px) {
	
	.pageCompareDifferences {
		left: 10px;
	}
	
	.pageCompareContent:before {
		min-width: 200px;
		top: 5px;
	}
	
	.pageCompareContent:before {
		min-width: 200px;
	}
	
	.pageCompareContent {
		overflow-x: auto;
		padding-bottom: 15px;
	}
	
	.pageCompareFieldData {
		padding: 0;
	}
	
	.pageCompareTablePrice span {
		font-size: 18px;
	}
	
	.pageCompareFieldData > a {
		font-size: 14px;
	}
	
	.pageCompare img {
		margin: 0 0 0 10px;
	}
	
	
	.pageCompareFieldData {
		padding: 0;
	}
	
	.pageCompareTablePrice span {
		font-size: 18px;
	}
	
	.pageCompareFieldData > a {
		font-size: 14px;
	}
	
	.pageCompare img {
		margin: 0 0 0 10px;
	}
	
	.rCol10 {
		padding-left: 60px;
	}
	
	
}

@media (max-width: 850px) {
	.pageCompare .rCol6 {
		flex: 50%;
		max-width: 50%;
	}
}

/*End*/

@media (max-width: 1080px) {
	.shopArticleVideo > .video {
		height: 500px !important;
	}
}

@media (max-width: 1030px) {	
	
	.shopArticlesItem {
		width: calc(50% - 20px);
		margin: 0 0 20px 20px;
		border: none;
	}
	
	.shopArticlesList {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 0 -40px;
	}
	
	.shopArticles .shopArticlesList .rCol3, 
	.shopArticles .shopArticlesList .rCol9 {
		-ms-flex: calc(100% - 40px);
		flex: calc(100% - 40px);
		max-width: calc(100% - 40px);
		margin: 0 0 0 40px;
	}
	
	.modProductsTabsContentCover {
		-webkit-box-flex: 0;
		-ms-flex: calc(33.333333% - 20px);
		flex: calc(33.333333% - 20px);
		max-width: calc(33.333333% - 20px);
	}
	
	.shopProductsCarouselList.rCol9 {
		-ms-flex: calc(66.666667% - 20px);
		flex: calc(66.666667% - 20px);
		max-width: calc(66.666667% - 20px);
	}
	
	.shopArticlesContent {
		border-bottom: 1px solid #ebedf0;
	}
	
}


@media (max-width: 980px) {
		
	.shopArticlesItemImage {
		margin: 0 0 10px 0;
	}
	
	.shopArticlesItemName a {
		font-size: 20px;
	}
	
	.news_column_datename_holder {
		flex-direction: column-reverse;
	}
	
	.news_column_item_pubdate {
		padding: 0 0 10px!important;
	}
	
	.shopArticleFooter span {
		border-right: none;
		border-top: 1px solid #fff;
		width: 100%;
	}
	
}

@media (max-width: 920px) {
	.shopArticleVideo > .video {
		height: 400px !important;
	}
	
		.pageProductParams {
		justify-content: center;
	}
	
	.pageProductAdditionalButtons {
		width: 100%;
		justify-content: center;
	}
	
	.pageProductRating> div {
		justify-content: center;
	}
	
	.pageProductLineTitle {
		text-align: center;
	}
	
	.pageProductAmountList {
		width: 80%;
		margin: 0 auto;
	}
	.pageProductAmountItem  > span:last-child {
		text-align: right;
	}
	.product_economy_package > span:last-child {
		margin-right: 0;
	}
	
	#show_button_by .pageProductButtons {
		border-bottom: 1px solid #ebedf0;
		padding-bottom: 25px;
	}
	
	.pageProductOptPricesTableRow {
		width: 100%;
		justify-content: center;
	}
	.pageProductConnectMini {
		border: none;
		text-align: center;
	}
	
	.pageProductConnectMini .owl-carousel .owl-stage {	
		margin: 0 auto;
	}
}

@media (max-width: 1024px){
	.containerWithSidebar .shopListProductItem {
		width: calc(33.3% - 20px);
	}
}
@media (max-width: 860px){
	.containerWithSidebar .shopListProductItem{
		width: calc(50% - 20px);
	}

}

@media (max-width: 420px){
	.shopListProductItem,
	.containerWithSidebar .shopListProductItem{
		width: 100%;
	}
	
	.shopCategoryContent .shopListProductItem,
	.pageProductSimilar .shopListProductItem{
		width: calc(100% - 10px);
		margin: 0 10px 10px 0;
		padding: 10px;
	}
	
	.shopCategoryContent .shopListProduct, 
	.pageProductSimilar .shopListProduct {
		margin: 0 -10px 0 0;
	}
	
	.shopCategoryContent .shopListProductItemButtonWish {
		left: 0;
	}
	
	.shopCategoryContent .shopListProductItemName > a,
	.pageProductSimilar .shopListProductItemName > a,
	.shopCategoryContent .shopListProductItemAvailable > span,
	.pageProductSimilar .shopListProductItemAvailable > span{
		
	}
	
	.shopCategoryContent .pageProductButtonBuy svg, 
	.pageProductSimilar .pageProductButtonBuy svg {
		margin: 0 5px 0 0;
		width: 20px;
	}
	
	.shopCategoryContent .pageProductButtonBuy > div, 
	.pageProductSimilar .pageProductButtonBuy > div {
		min-height: 40px;
		font-size: 13px;
	}
	
	.shopCategoryContent .shopListProductItemButtonBuy > a, 
	.pageProductSimilar .shopListProductItemButtonBuy > a {
		min-height: 40px;
		font-size: 13px;
	}
	
	.shopCategoryContent .shopListProductItemPrices, 
	.pageProductSimilar .shopListProductItemPrices {
		
	}
	.shopListProductItemNewPrice span, .shopListProductItemOptPrice span{
		font-size:16px;
	}
	.shopCategoryContent .shopListProductItemOldPrice, 
	.pageProductSimilar .shopListProductItemOldPrice {
		margin: 0;
	}

	.shopCategoryContent .economy_holder, 
	.pageProductSimilar .economy_holder {
		margin: 0 0 10px;
		min-height: 0;
		text-align: center;
	}
	
	.shopCategoryContent .shopListProductItemEconomy, 
	.pageProductSimilar .shopListProductItemEconomy {
		padding: 2px;
	}
	
	.shopCategoryContent .shopListProductItemContent, 
	.pageProductSimilar .shopListProductItemContent {
		text-align: center;
	}
	
	.shopCategoryContent .shopListProductItemAvailable,
	.pageProductSimilar .shopListProductItemAvailable{
		margin: 0 0 10px 0;
	}
}


@media (max-width: 740px) {
	.shopArticleVideo > .video {
		height: 35vh !important;
	}
}

@media (max-width: 680px) {
	
	.pageTitle {
		font-size: 28px;
	}
	
	.description h1 {
		font-size: 24px;
	}
	
	.description h2 {
		font-size: 22px;
	}
	
	.description h3 {
		font-size: 20px;
	}
	
	.description h4 {
		font-size: 18px;
	}
	
	.description h5 {
		font-size: 16px;
	}
	
	.description h6 {
		font-size: 14px;
	}
	
	.shopArticlesItem {
		width: calc(100% - 20px);
	}
	
	.shopArticlesItemName a {
		font-size: 18px;
	}
	
	.news_column_datename_holder {
		flex-direction: row;
	}
	
	.news_column_item_pubdate {
		padding: 0 10px!important;
	}
	
	
	.shopArticles .shopArticlesList .rCol9 {
		text-align: center;
	}
	
	.shopArticleGallery {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		column-gap: 10px;
	}
	
	.hidden-phone {
		margin: 0 2px 0 0;
	}
	.hidden-phone a {
		height: 27px;
		width: 27px;
	}
	
	.pagination_result_counter {
		display: none;
	}
	
	.modProductsTabsContentCover,
	.shopProductsCarouselList.rCol9{
		-webkit-box-flex: 0;
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
		margin: 0;
	}
	
	.modProductsTabsContentCover {
		margin-bottom: 30px;
	}
	
	.modProductsTabsContentCoverInner {
		position: static;
		top: 0;
		left: 0;
		right: 0;
		transform: translate(0, 0);
	}
	
	.shopArticles .shopArticlesList .rCol3, 
	.shopArticles .shopArticlesList .rCol9 {
		flex: 100%;
		max-width: 100%;
		margin: 0 0 0 20px;
	}
}

@media (max-width: 640px) and (max-height: 740px){
	.shopArticleVideo > .video {
		height: 30vh !important;
	}
}

@media (max-width: 640px) and (min-height: 740px){
	.shopArticleVideo > .video {
		height: 300px !important;
	}
}

@media (max-width: 560px) and (min-height: 740px){
	.shopArticleVideo > .video {
		height: 25vh !important;
	}
}

@media (max-width: 460px) and (min-height: 740px){
	.shopArticleVideo > .video {
		height: 20vh !important;
	}
}

@media (max-width: 380px) and (min-height: 820px){
	.shopArticleVideo > .video {
		height: 17vh !important;
	}
}

@media (max-width: 480px) {
	
	.pageProductTitle {
		font-size: 18px;
		margin: 5px 0 5px 0;
	}
	
	.pageProductParams {
		width: 100%;
	}
	
	.bonus_program {
		margin: 0 0 10px;
	}
	
	.pageProductNewPrice > span {
		font-size: 24px;
	}
	
	.pageProductOldPrice span {
		font-size: 14px;
		line-height: 1.7;
	}
	
	.pageProductButtons > .pageProductButtonBuy {
		width: 100%;
		text-align: center;
	}
	
	.pageProductButtonQuickorder {
		margin: 10px 0 0;
	}
	
	.pageProductPrices {
		margin: 0 0 5px;
	}
	.pageProductPricesA{
		padding:6px;
	}
	.pageProductPricesAInner {
		padding: 0px 0 0 0;
	}
	.bonus_dropdown_wrap {
		left: -20px;
		right: -20px;
	}

	.pageProductOptPrices{
		margin:0 0 5px 0;
		padding:10px;
	}
	.product_economy_package .economy_sticker {
		top: 0;
	}
	
	
	.pageProductQuantity {
		margin-right:0;
	}
	
	.economy_text {
		display: none;
	}
}
.pageProductQuantity input{
	background:#00a046 !important;
}
@media (max-width: 460px) {
	#sf_tip a, #sf_tip a:hover, #sf_tip a:visited {
		padding: 5px 10px;
	}
	
	#sf_tip:before {
		top: -1px;
		transform: translateY(50%);
	}
	
	.productReviewsItem > div {
		flex-direction: column-reverse;
	}
	
	.productReviews {
		width: 95vw;
		padding: 0 10px;
	}
	
	.reviewsForm {
		padding: 10px 0;
	}
	
	
	.product_reviews_title {
		font-size: 18px;
	}
	
	.productReviewsButtonClose {
		top: 5px;
		right: -5px;
	}
	
	.productReviews .pageProducSubTitle {
		padding: 20px 0;
	}
	
	
	.reviews_user_info {
		justify-content: space-between;
		width: 100%;
	}
	
	.productReviewsItemName > .fa {
		margin-right: 5px;
		font-size: 16px;
	}
	
	.productReviewsItemName {
		margin-right: 10px;
		font-size: 14px;
	}
	
	.productReviews.show .write_review_btn,
	.write_review_btn.submit_open ~ .hide_review_submit	{
		display: block;
	}

	.productReviews.show .write_review_btn.submit_open {
		display: none;
	}
	

	
	.productReviewsList {
		padding-bottom: 20px;
	}
	
	.productReviewsItemMarkHolder {
		margin: 0 auto;
		padding: 0 0 20px;
	}
	
	.productReviewsItem {
		padding-bottom: 20px;
		border-bottom: 1px dotted #dedede;
	}
	
}
@media (max-width: 680px) {
.pageProductGiftInfo strong{
	font-size:14px;
}	
}


@media (max-width: 420px) {
	.description{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.pageProductParams {
		flex-direction: column;
		padding-bottom: 0px;
		border-bottom:0px solid #ebedf0;
		margin:0;
	}
	
	.pageProductParams > div {
		margin: 0 0 10px;
		text-align: center;
	}
	
	.pageProductParams > div > span {
		font-size: 14px;
	}
	
	.pageProductALeft {
		padding: 0;
	}
	.pageProductImages{
		margin:0;
	}
	.pageProductAmountList {
		width: 100%;
	}
	
}

@media (max-width: 400px) {
	
	.pageTitle {
		font-size: 24px;
	}
	
	
	.pageProduct .quickOrderForm.products_bg {
		padding: 0 10px;
	}
	
	.pageProduct .quickOrderForm.products_bg.show {
		padding: 10px;
	}
	.quickOrderInput > input {
		margin: 0 10px 0 0;
	}
	
}

@media (max-width: 340px) {
	.pageProductTags {
		margin: 0 0 10px 0;
	}
	.pageProductTag {
		margin: 0 0 15px 0;
	}
	
	.pageProductTag:last-child {
		margin: 0 0 5px 0;
	}
}


/*--- Remind Password ---*/

#user-registration {
	text-align: center;
}

.remind > .pageContainerHeader {
	text-align: center;
	margin-top: 40px;
}

#user-registration  p{
	text-align: left;
    max-width: 800px;
	margin: 0 auto;
    margin-bottom: 10px;
}

.reset-complete p {
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

#user-registration .control-group,
.reset-complete .control-group{
    display: inline-block;	
    position: relative;
	margin: 0 20px 20px 0;
}

#user-registration .control-group .control-label,
.reset-complete .control-group .control-label{
	font-size: 12px;
    display: block;
    margin: 0 0 3px 0;
	text-align: left;
}


.reset-complete {
	min-height: 300px;
    margin-bottom: 40px;
    padding: 40px 0 0;
    text-align: center;
    border-bottom: 1px solid #ebedf0;
}
.reset-complete fieldset {
	border: none;
}
.popover {
	opacity: 0;	
}

.alert-error.alert-danger {
	display: flex;
	flex-wrap: wrap;
    padding: 20px 30px 20px 10px;
    width: 100%;
	max-width: 600px;
    margin: 0 auto;
    position: relative;
	background: #f4f4f4;
	top: 20px;
}
.alert-error.alert-danger > div {
	width: 100%;
	text-align: center;
}

[data-dismiss="alert"] {
	position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1px;
    background: #646464a1;
}

@media (max-width: 980px) {
	.remind > .pageContainerHeader,
	.finish_header{
		margin-top: 0;
	}
	
	.reset-complete {
		padding: 15px 0 0;
	}
}
@media (max-width: 850px) {
	#user-registration  p {
		text-align: center;
	}
}

@media (max-width: 600px) and (min-width: 300px){
	#user-registration .control-group,
	.reset-complete .control-group	{
		min-width: 260px;
		margin: 0 0 20px 0;
	}
	
	#user-registration .control-group:first-of-type, 
	.reset-complete .control-group:first-of-type {
		margin-left: 0;
	}
	
	#user-registration .control-group input,
	.reset-complete .control-group input{
		width: 100%;
	}
}

/*End*/
/* --- Footer --- */

footer {
	position: relative;
    padding: 65px 0 30px;
	color: #fff;
}

.footer_grid_col_1 > div {
	margin-bottom: 20px;
	font-weight: 300;
}
.footer_grid_col_1 > div:nth-child(4),
.footer_logo {
	margin-bottom: 30px;
}
.footer_content > div{
	max-width: 25%;
}


.footer_grid_col_1 {
	font-size: 14px;
}

.footer_grid_col_2 {
	padding: 0 10px;
}

.footer_grid_col_3 {
	display: flex;
}

.footer_grid_col_3 .submenu_footer .odsubcat-1 {
	display: none;
}

.footer_grid_col_4 {

    display: flex;
}

.footer_delivery {
    border-radius: 3px;
	max-width: 80%;
}
.footer_social  {
	justify-content: space-between;
}

.submenu_footer li{
	margin-bottom: 10px;
	padding-left: 15px;
}

.submenu_footer li a {
	position: relative;
	transition: .4s;
	color: #fff;
	font-size: 14px;
    font-weight: 300;
}

.submenu_footer li a:hover {
	color: #646464;
}
.submenu_footer li a:before {
	content: "";
	position: absolute;
    border: 3px solid transparent;
    border-left: 5px solid #ffe600;
	top: 50%;
    left: -15px;
    transform: translateY(-1.5px);
}
	
.footer_grid_col_item .submenu_footer:first-child .footer_grid_col_title{
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 20px 0;
    position: relative;
    display: inline-flex;
}
.footer_grid_col_2 .footer_grid_col_item .submenu_footer:first-child .footer_grid_col_title {
	padding: 0 0 10px 0;
}
.footer_social {
    margin-top: 10px;
	width: 100%;
}
.footer_social li {
	padding-left: 0;
}
.footer_social li > a:before {
	content: none;
}
.footer_social li > a > i {
	transition: .3s;
}

.footer_social li > a:hover> i{
	color: #fff;
}

.footer_logo {
	max-width: 220px;
	min-width:40px;
}

.footerDev {
	
}
.footerDev span{
	display:block;
	text-transform: uppercase;
}
.footerDev p{
	color:#fff;
	font-weight: 300;
}

@media (max-width: 1030px) {
	footer {
		padding: 40px 0 50px;
	}	
}

@media (max-width: 980px) {
	.footer_content {
		flex-direction: column;
		position: relative;
		padding-bottom: 80px;
	}
	
	.footer_content > div {
		width: 100%;
		max-width:100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.footer_grid_col_item {
		width: 100%;
		text-align: center;
	}
	
	.footerText {
		padding: 0 10%;
		text-align: center;
	}
	
	.footer_grid_col_1 .footerDeveloper{
		position: absolute;
		bottom:25px;
		text-align: center;
		margin-bottom: 0;
	}
	.footer_social li {
		margin-right: 10px;
	}
	.footer_social li:last-child {
		margin-right: 0;
	}
	.footer_social {
		justify-content: center;
		margin-top: 5px;
	}
	.submenu_footer li a:before {
		background-image: none;
	}
	
	.footer_grid_col_title.shown {
		cursor: pointer;
		margin-left: -10px;
	}
	
	.footer_grid_col_title.shown.open {
		margin: 0 0 15px -10px;
	}
	
	.footer_grid_col_title.shown:after {
		content: '\f078';
		font-family: "Font Awesome 5 Free";
		font-size: 10px;
		position: absolute;
		top: 7px;
		right: -13px;
	}
	.footer_grid_col_title {
		padding: 0!important;
		font-size: 16px!important;
		font-weight: 500;
	}
	.footer_grid_col_title.shown.open:after {
		transform: scale(1, -1);
	}
	.submenu_footer li {
		padding: 0;
	}
	.footer_grid_col_item{
		max-height:25px;
		overflow:hidden;
		transition: .3s linear;
	}
	.footer_grid_col_item.open {
		max-height: fit-content;
		max-height: -moz-fit-content;
		margin-bottom: 10px;
	}
	
	.submenu_footer li a {
		font-size: 14px;
	}
	
	.footer_nav_menu {
		margin-bottom: 0;
	}
	
	.footer_grid_col_1 > div{
		margin-bottom: 15px;
		text-align: center;
	}
	.footer_grid_col_1 > div:nth-child(4) {
		margin-bottom: 15px;
		max-width: 220px;
	}
	
	.footerDevN {
		font-size: 18px;
	}
	
}

@media (max-width: 800px) {

	.footerText {
		padding: 0 10px;
	}
}
/*End*/

