html, body {
    position:relative;
	overflow-x: hidden !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #413F57;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden;
	min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
	color: #413F57;;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 36px;
	font-weight: 900;
	position: relative
}
h2 {
	font-size: 36px;
	font-weight: 900;
	position: relative
}
h3 {
	font-size: 36px;
	font-weight: 900;
	position: relative
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a, a:hover, a:focus, a:active {
	color: #413F57;
}
a:hover {
	text-decoration: none;
}

ol, ul {
    list-style: none;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus  {
    color: #fff;
    background-color: #72BA3B;
    border-color: #72BA3B;
}

.btn {
    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 50px;
}

.btn-block {
	width: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.btn-block i {
	margin-left: 10px;
}

.row-d-flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	z-index: 3;
}

.product-layout {
	z-index: 3;
}

.body_overflow {
    overflow: hidden;
    width: 100%;
    height: 100vh;
}


/* ///////////////////////////////////

Header style

//////////////////////////////////*/

.header-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #F1F1F1;
	box-sizing: border-box;
}

.phone-block {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.phone-block a {
	margin: 0 5%;
}

.phone-block::before {
	content: url("/image/catalog/asset/phone-ico.svg");
	margin-right: 20px;
}

.search-btn {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.search-button {
    width: 30%;
    height: 130px;
    background: transparent;
    border: none;
    box-shadow: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
            -webkit-transition: all .3s linear;
            transition: all .3s linear;
            min-width: 90px;
}

.search-button:hover {
    background: #F1F1F1;
}

.btn-cart {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	position: relative;
}

.cart-total {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #72BA3B;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	right: -55%;
	bottom: -40%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.account-btn, .favorite-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.menu-block {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	        justify-content: flex-end;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	cursor: pointer;
}

.menu-active-btn {
	width: 45px;
	height: 45px;
	border: 2px solid #413F57;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	padding: 0;
	z-index: 99999999999999;
	position: relative;
	margin: 20px auto 35%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	cursor: pointer;
}

.menu-active-btn:hover {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.bars {
	width: 28px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	margin-right: 10px;
}

.bar-item {
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: #413F57;
	margin: 2px 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.menu-text span {
	cursor: pointer;
}

.bar-item:last-child {
	width: 70%;
}

.menu-active-btn .bars  {
	margin-right: 2px;
}

.menu-active-btn .bars .bar-item {
	width: 0;
	opacity: 0;
}

.menu-active-btn .bars .bar-item:first-child {
	width: 100%;
	-webkit-transform: rotate(45deg) translate(2px, 1px);
	        transform: rotate(45deg) translate(2px, 1px);
	opacity: 1;
}

.menu-active-btn .bars .bar-item:last-child {
	width: 100%;
	-webkit-transform: rotate(-45deg) translate(3px, -2px);
	        transform: rotate(-45deg) translate(3px, -2px);
	opacity: 1;
}

.menu-block:hover .bars .bar-item:last-child {
	width: 100%;
}

.header-menu {
    width: 30%;
    max-width: 480px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -40%;
    opacity: 0;
    background: #fff;
    z-index: 9999999;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
            display: -webkit-box;
            display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    box-sizing: border-box;
	padding: 2% 4% 10px 2%;
	overflow-x: hidden;
}

.header-menu-active {
    right: 0;
    opacity: 1;
}

.header-menu-list {
	width: 100%;
	overflow-x: auto;
	padding: 0;
}

.header-menu-item {
    color: #413F57;
    font-size: 18px;
    list-style: none;
    margin-bottom: 8%;
    box-sizing: border-box;
	position: relative;
	text-align: center;
}

.header-menu-item:hover::before {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50%;
}

.header-menu-item a {
    color: #413F57;
    font-size: 18px;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.header-menu-item:hover a {
    color: #72BA3B;
    font-size: 18px;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.category-row {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 30px 3%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #F1F1F1;
}

.link__item {
	font-weight: 400;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.link__item svg {
	margin-right: 10px;
}

.link__item svg g path {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.link__item:hover {
	font-weight: 600;
}

.link__item:hover svg g path {
	fill: #72BA3B;
}

.search-block {
    width: 100vw;
    height: 100vh;
    position: fixed;
    opacity: 0;
    top: -100%;
    left: 0;
    right: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    background: inherit;
    z-index: -1;
    padding: 4% 10% 0;
    box-sizing: border-box;
}

.search-block-active {
    opacity: 1;
    top: 0;
    z-index: 999999999;
}

.search-block::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(255,255,255,.6);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}


#search .input-lg, #search .input-lg:hover, #search .input-lg:active, #search .input-lg:focus {
    width: 100% !important;
    margin: 0 auto;
    height: 100px;
    border: 1px solid #A1A1A1;
    outline: none;
    box-shadow: none;
    border-radius: 5px !important;
    font-size: 20px;
    color: #A1A1A1;
    outline: none;
    box-sizing: border-box;
    padding: 10px 25px;
	padding-left: 6%;
    background: #fff !important;
}

#search .input-group-btn {
	display: none;
}

#search {
	width: 100%;
}

#search::before {
    content: url("../image/search.svg");
    position: absolute;
	top: 37%;
	left: 2%;
    z-index: 999;
}

#d_ajax_search_results {
	margin: 0px !important;
    margin-top: 0px !important;
	border-style: solid !important;
	border-width: 1px !important;
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
	border-color:transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	position: absolute !important;
	z-index: 1005 !important;
	padding: 10px 0 !important;
	margin-top: 8% !important;
	width: 100% !important;	
}

#result_block .block-text {
	display: none;
}

#result_block {
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-align: end !important;
	        align-items: flex-end !important;
	-webkit-box-pack: start !important;
	        justify-content: flex-start !important;
	flex-wrap: wrap !important;
}

#result_block .result-link {
	width: 29% !important;
	margin: 20px 2% 20px 0 !important;
	background: #fff !important;
	border-radius: 5px !important;
	box-sizing: border-box;
	padding: 20px 10px !important;
}

.where-find {
	display: none !important;
}

.sort-item .price {
	font-size: 18px;
	color: #F8D250;
	font-weight: 900;
}

.sort-item .name {
	font-size: 18px;
	color: #413F57;
	font-weight: 600;
}

#d_ajax_search_results_body > .result_block > .result-link > div > img, #d_ajax_search_results_body > .result-link > div > img {
    border: none !important;
}

.all_results {
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-align: center !important;
	        align-items: center !important;
	-webkit-box-pack: center !important;
	        justify-content: center !important;
}
/* ///////////////////////////////

Product carousel style

///////////////////////////////////*/

.product-carousel-item {
	position: relative;
	z-index: 3;
	min-height: 60vh;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.product-carousel-image {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.product-carousel-image a {
	width: 100%;
	height: 100%;
}

.product-carousel-image a img {
	width: 100%;
}

.product-carousel-caption {
	min-width: 510px;
	max-width: 40%;
	background: rgba(248, 249, 251, 0.95);
	box-sizing: border-box;
	padding: 43px 30px;
	border-radius: 5px;
	position: relative;
	left: -20%;
}

#slideshow-product .owl-wrapper-outer {
	border: none;
	border-radius: 5px;
	box-shadow: none;
}

.product-carousel-name {
	font-size: 2.0em;
	font-weight: 800;
	color: #413F57;
}

.product-carousel-description {
	font-size: 16px;
	color: #413F57;
	margin: 30px 0;
}

.product-carousel-price {
	color: #F8D250;
	font-weight: 800;
	margin: 30px 0;
	font-size: 2.0em;
}

.product-carousel-btn {
	padding: 10px 30px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.product-carousel-btn svg {
	margin-right: 15px;
}

#slideshow-product .owl-controls .owl-buttons .owl-prev {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: #F8F9FB;
	opacity: .9;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	color:#72BA3B;
	text-shadow: none;
	left: -3%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

#slideshow-product .owl-controls .owl-buttons .owl-next {
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background: #F8F9FB;
	opacity: .9;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	color:#72BA3B;
	text-shadow: none;
	right: -3%;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.owl-carousel .owl-buttons div i {
    font-size: 28px !important;
    margin: 0 !important;
}

#slideshow-product .owl-controls .owl-buttons .owl-prev:hover {
	background: #72BA3B;
	opacity: 1;
	box-shadow: 0 5px 10px 0 rgba(65, 63, 87, 0.3);
}

#slideshow-product .owl-controls .owl-buttons .owl-next:hover {
	background: #72BA3B;
	opacity: 1;
	box-shadow: 0 5px 10px 0 rgba(65, 63, 87, 0.3);
}

#slideshow-product .owl-controls .owl-buttons div:hover i {
	color: #F8F9FB;
}

#slideshow-product .owl-controls .owl-pagination .owl-page span {
	width: 15px;
	height: 15px;
	background-color: transparent;
	border: 2px solid #413F57;
	box-shadow: none;
}

#slideshow-product .owl-controls .owl-pagination .active span {
	width: 15px;
	height: 15px;
	background-color: #72BA3B;
	border: 2px solid #72BA3B;
	box-shadow: none;
}


/*//////////////////////////////////////////////

Category Carousel Style 

/////////////////////////////////////////////*/

#carousel-category .owl-wrapper-outer {
	overflow: visible;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

#carousel-category .owl-wrapper-outer .owl-wrapper .owl-item {
	overflow: hidden;
	margin: 15px;
	background: #F8F9FB;
	border-radius: 5px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
	box-sizing: border-box;
	padding: 15px;
	min-height: 394px;
	max-height: 394px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

#carousel-category .owl-wrapper-outer .owl-wrapper .owl-item:hover {
	overflow: visible;
	background: #72BA3B;
	z-index: 3;
}

#carousel-category .owl-wrapper-outer .owl-wrapper .owl-item .item .product-thumb .image a img {
	max-width: none;
	height: auto;
}

.category-carousel-image {
	width: 100%;
	min-height: 290px;
	max-height: 290px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	padding: 0 0 0 15px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.product-thumb .category-carousel-image a img {
	max-width: 115%;
}

.category-wall-title {
	margin: 65px 0;
	box-sizing: border-box;
	padding-left: 5%;
	position: relative;
	z-index: 1;
}

.title-text {
	font-size: 18px;
	color: #72BA3B;
	font-weight: 400;
}

.category-wall-title::before { 
	content: "";
	font-size: 70px;
	color: #EAF0FC;
	opacity: .5;
	z-index: -1;
	position: absolute;
	left: 2%;
	text-transform: uppercase;
	font-weight: 900;
}

.category-carousel-item {
	width: 100%;
}

.category-carousel-thumb {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	height: 100%;
}

.category-carousel-name {
	color: #413F57;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.category-carousel-name a {
	color: #413F57;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

#carousel-category .owl-wrapper-outer .owl-wrapper .owl-item:hover .category-carousel-item .category-carousel-thumb .category-carousel-image {
	padding: 0 0 0 0;
}

#carousel-category .owl-wrapper-outer .owl-wrapper .owl-item:hover .category-carousel-item .category-carousel-thumb .caption .category-carousel-name a {
	color: #fff;
}

#carousel-category .owl-controls {
	position: absolute;
	top: -120px;
	right: 0;
}

#carousel-category .owl-controls .owl-buttons {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	min-width: 210px;
}

#carousel-category .owl-controls .owl-buttons div {
	position: relative;
	opacity: 1 !important;
	width: 75px;
	height: 75px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin-left: 20px;
	border-radius: 50%;
	background: #F8F9FB;
	color: #72BA3B;
	font-size: 28px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

#carousel-category .owl-controls .owl-buttons div:hover {
	background:#72BA3B;
	color: #F8F9FB;
}


/*/////////////////////////////

HOME PAGE ASSET

/////////////////////////////*/

.home-asset-title::before { 
	content: '';
	font-size: 70px;
	color: #EAF0FC;
	opacity: .5;
	z-index: -1;
	position: absolute;
	left: 2%;
	text-transform: uppercase;
	font-weight: 900;
}

.asset-row {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	justify-content: space-around;
}

.asset-item {
	width: 20%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #F8F9FB;
	padding: 28px 25px 28px 40px;
	margin: 20px auto 40px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
	z-index: 3;
	background: #fff;
	
}

.asset-item:hover {
	border: 1px solid transparent;
	box-shadow: 0 20px 30px 0 rgba(65, 63, 87, 0.1);
}

.asset-ico {
	margin-right: 20px;
}

.asset-ico svg g path {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.asset-item:hover .asset-ico svg g path {
	fill: #72BA3B;
}

.asset-text {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.asset-item:hover .asset-text {
	font-weight: 600;
}

/*//////////////////////////////////////

HOME NEWS BLOCK STYLE

///////////////////////////////////*/

.home-news-title::before { 
	content: "";
	font-size: 70px;
	color: #EAF0FC;
	opacity: .5;
	z-index: -1;
	position: absolute;
	left: 2%;
	text-transform: uppercase;
	font-weight: 900;
}

.article-title-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.news-article-thumb {
	box-sizing: border-box;
	padding: 0 0 0 40px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	border: 1px solid #F8F9FB;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 auto 40px;
	background: #fff;
}

.news-article-thumb .caption {
	width: 60%;
}

.article-btn {
	background: transparent;
	border: none;
	box-shadow: none;
	color: #72BA3B;
	font-weight: 600;
	font-size: 18px;
	padding: 0;
}


.article-btn i {
	margin-left: 10px;
}

.article-caption h4 {
	font-size: 14px;
	color: #72BA3B;
	font-weight: 400;
}

.article-caption p {
	font-size: 20px;
	color: #413F57;
	font-weight: 600;
	margin: 15px 0 40px;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	line-height: 1.3em;
}

.form-container {
	margin: 50px auto 85px;
	z-index: 1;
	position: relative;
}

.form-container::before {
	content: "";
	width: 160%;
	height: 145%;
	background-color: #F8F9FB;
	display: block;
	z-index: -1;
	position: absolute;
	bottom: -5%;
	left: -30%;
	right: -30%;
}

.form-text {
	font-size: 16px;
	color: #413F57;
	margin: 70px 0 40px;
	padding-left: 5%;
}

.form-row {
	padding-left: 5%;
	margin: 40px 0 70px;
	width: 80%;
}

#form-button {
	margin-left: 5%;
}

.form-img-block {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin-top: 80px;
}

.form-img-block img {
	max-width: 120%;
}

.form-eclipce {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -45px;
	width: 80%;
}

#carousel0 .owl-controls {
    position: absolute;
    top: -160px;
    right: 0;
}

#carousel0 .owl-controls .owl-buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
    min-width: 210px;
}

#carousel0 .owl-controls .owl-buttons div {
    position: relative;
    opacity: 1 !important;
    width: 75px;
    height: 75px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-left: 20px;
    border-radius: 50%;
    background: #F8F9FB;
	color:#72BA3B;
    font-size: 28px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

#carousel0 .owl-controls .owl-buttons div:hover {
    background: #72BA3B;
	color:#F8F9FB;
}

#carousel0 .owl-wrapper-outer {
    overflow: hidden;
    border: none;
    border-radius: 0;
	box-shadow: none;
}

#carousel0  {
    margin: 55px 0;
    background: #fff;
    direction: ltr !important;
    z-index: 1;
}

.manufacturer-title::before {
	content: "";
}

#carousel0 .owl-wrapper-outer .owl-wrapper .owl-item .item img {
	-webkit-filter: grayscale(100%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.container-home-text {
	margin: 50px auto 25px;
}

.base-title {
    margin: 65px 0;
    box-sizing: border-box;
    padding-left: 5%;
    position: relative;
    z-index: 1;
}

.base-title::before {
    content: "";
    font-size: 70px;
    color: 
    #EAF0FC;
    opacity: .5;
    z-index: -1;
    position: absolute;
    left: 2%;
    text-transform: uppercase;
    font-weight: 900;
}

.title-home-page::before {
    content: "";
    font-size: 70px;
    color: 
    #EAF0FC;
    opacity: .5;
    z-index: -1;
    position: absolute;
    left: 2%;
    text-transform: uppercase;
    font-weight: 900;
}

.container-home-text .row p {
	margin: 25px auto;
	font-size: 16px;
	color: #413F57;
	line-height: 1.4em;
}

/* //////////////////////////////

Footer style

////////////////////////////*/

footer {
	background-color: #413F57;
	color: #F8F9FB;
	font-size: 16px;
	box-sizing: border-box;
	padding: 25px 0 0;
	margin-top: 60px;
}

.powered {
	font-size: 14px;
	margin-top: 10px;
}

.footer-title {
	font-size: 18px;
	font-weight: 600;
	color: #F8F9FB;
}

.footer-list {
	margin-bottom: 0;
}

.footer-list li {
	margin: 20px 0;
}

.footer-list li a {
	color: #F8F9FB;
	font-size: 14px;
}

.contact-block {
	background-color: #F8F9FB;
	border-radius: 5px 5px 0 0;
	color: #413F57;
	box-sizing: border-box;
	padding: 62px 22px 5px;
	position: relative;
	bottom: 0px;
	margin-top: -60px;
	min-height: 360px;
}

.contact-block .footer-title {
	color: #72BA3B;
}

.contact-block .footer-list li a {
	color: #413F57;
	font-size: 16px;
}

.contact-block .footer-list li {
	display: -webkit-box;
	display: flex;
	margin: 25px 0;
}

.contact-block .footer-list li svg {
	width: 15%;
	margin-right: 10px;
}

.contact-block .footer-list li span {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.contact-block .footer-list li span a {
	padding: 0 0 15px;
}

address {
	margin-bottom: 0;
}


/*//////////////////////////

Category Page Style


///////////////////////////*/

.breadcrumb-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}

.breadcrumb-row .category-wall-title {
	width: 40%;
}

.breadcrumb-row .category-wall-title::before {
	content: "";
}

.breadcrumb-row .category-catalog-title::before {
	content: "";
}

.category-description-title::before {
	content: "";
	font-size: 70px;
    color: 
    #EAF0FC;
    opacity: .5;
    z-index: -1;
    position: absolute;
    left: 2%;
    text-transform: uppercase;
    font-weight: 900;
}

.breadcrumb {
	background-color: #F8F9FB;
	border-radius: 30px;
	margin-bottom: 0;
}

.breadcrumb > li + li::before {
	content: url("/image/catalog/asset/breadcrumb.png");
	margin-top: 6px;
} 

.sub-category-item {
	overflow: hidden;
	margin: 15px .5%;
	background: #F8F9FB;
	border-radius: 5px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
	box-sizing: border-box;
	padding: 15px;
	min-height: 415px;
	max-height: 415px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	box-sizing: border-box;
	width: 24%;
}

.sub-category-item:hover {
	overflow: visible;
	background:#72BA3B;
	z-index: 3;	
}

.category-carousel-image a img {
    max-width: none;
    height: auto;
}

.sub-category-item .product-thumb .caption {
	text-align: center;
}

.sub-category-item:hover .product-thumb .category-carousel-image {
	padding: 0 0 0 0;
}

.sub-category-item:hover .product-thumb .caption .category-carousel-name a {
	color: #fff;
}

.sub-category-item:hover .product-thumb .caption {
	color: #fff;
}

.sub-category-item .product-thumb .caption .category-carousel-name a {
	height: 45px;
	display: block;
	overflow: hidden;
}

.product-item {
	border: 1px solid #EAF0FC;
	border-radius: 5px;
	padding: 2%;
	margin: 20px auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.product-item .image {
	margin-bottom: 15px;
}

.product-item .caption {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	height: 135px;
	width: 90%;
	margin: 0 auto;
}

.caption-block {
	width: 70%;
}

.caption-block h4 {
	font-size: 18px;
	font-weight: 600;
	color: #413F57;
	margin-bottom: 15px;
}

.caption-block .price {
	font-size: 20px;
	color: #F8D250;
}

.product-item .caption .button-group button {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	border-radius: 50%;
	border: 1px solid #F8F9FB;
	background: transparent;
	font-size: 20px;
	color: #72BA3B;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.product-item .caption .button-group button:hover {
	background: #72BA3B;
	color: #fff;
}

.product-item .caption .button-group button .heart-d-none {
	display: none;
}

.product-item .caption .button-group button:hover .heart-d-none {
	display: inline-block;
}

.product-item .caption .button-group button:hover .heart-active {
	display: none;
}

.pagination-block {
	margin: 20px auto;
}

.pagination-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.pagination .active span {
	width: 40px;
	height: 40px;
	border: 1px solid #72BA3B;
	background: #72BA3B;
	color: #fff;
	margin: 5px;
	border-radius: 50% !important;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.pagination li a {
	width: 40px;
	height: 40px;
	border: 1px solid #72BA3B;
	color: #72BA3B;
	margin: 5px;
	border-radius: 50% !important;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.pagination li a:hover {
	width: 40px;
	height: 40px;
	border: 1px solid #72BA3B;
	color: #72BA3B;
	margin: 5px;
	border-radius: 50% !important;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.pagination .active span:hover {
	width: 40px;
	height: 40px;
	border: 1px solid #72BA3B;
	background: #72BA3B;
	color: #fff;
	margin: 5px;
	border-radius: 50% !important;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.price-block .btn-group {
	position: absolute;
	right: -30px;
}

.price-block .btn-group button {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	border-radius: 50%;
	border: 1px solid #F8F9FB;
	background: transparent;
	font-size: 20px;
	color: #72BA3B;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	background:#fff;
}

.price-block .btn-group button:hover {
	background: #72BA3B;
	color: #fff;
}

.price-block .btn-group button .heart-d-none {
	display: none;
}

.price-block .btn-group button:hover .heart-d-none {
	display: inline-block;
}

.price-block .btn-group button:hover .heart-active {
	display: none;
}

.title-name::before {
	content: "";
}

.manufacturer-block {
	margin-bottom: 10px;
	font-size: 18px;
	color: #8A8A8A;
}

.product-row {
	margin: 20px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}

.product-row-item {
	margin-right: 20px;
	font-size: 18px;
	color: #8A8A8A;
}

.stock-text {
	color: #72BA3B;
	font-size: 18px;
}

.price-block {
	width: 50%;
	margin: 60px 0;
	background:#F8F9FB;
	border-radius: 5px;
	padding: 20px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	position: relative;
}

.price-block .list-unstyled li h2 {
	color: #413F57;
	font-size: 36px;
	font-weight: 900;
}

#button-cart {
	margin-top: 20px;
	padding: 10px 30px;
}

#button-cart svg {
	margin-right: 15px;
}

.main-attribute h3 {
	font-size: 20px;
	color: #413F57;
	margin-bottom: 10px;
}

.attribute-row {
	margin: 10px 0;
	color: #413F57;
	font-size: 16px;
}

.attribute-row span {
	margin-right: 10px;
}

.attribute-row span:first-child::after {
	content: ":";
}

.product-description-title::before {
	content: "";
}

.product-description {
	z-index: 3;
	margin: 30px 0;
	padding: 1px 0 40px;
	box-sizing: border-box;
}

.product-description::before {
	content: "";
	display: block;
	width: 150%;
	height: 100%;
	background: #F8F9FB;
	position: absolute;
	top: 0;
	left: -25%;
	z-index: -1;
}

.product-description .col-sm-7 {
	font-size: 16px;
	color: #413F57;
	padding-right: 5%;
	line-height: 1.7em;
}

.product-description .col-sm-7 h1, .product-description .col-sm-7 h2, .product-description .col-sm-7 h3 {
	font-size: 16px;
	color: #413F57;
}

.product-description .col-sm-7 p {
	font-size: 16px;
	color: #413F57;
}

.sub-attribute-block {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	border-left: 1px solid #E2E2E2;
}

.product-write-title::before {
	content: ""
}

#review {
	margin: 10px auto;
}

.review-block {
	width: 90%;
	margin: 0 0 40px;
}

.review-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	margin: 10px 0 30px;
	font-size: 16px;
	color: #413F57;
	line-height: 1.4em;
}

.review-acount-ico {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #72BA3B;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin-right: 3%;
}

.review-name {
	font-size: 16px;
	font-weight: 600;
	color: #413F57;
	margin-right: 3%;
}

.review-date {
	color: #8A8A8A;
	font-size: 16px;
}

#form-review {
	margin: 10px auto;
	padding: 40px 20px;
	box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.05);
	border-radius: 8px;
}

.review-form {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.review-form div {
	position: relative;
}

.review-form div #input-name {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color:#413F57;
	background-color:#fff;
	background-image: none;
	border: none;
	border-bottom: 1px solid #413F57;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
}

.review-form div #input-review {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color:#413F57;
	background-color:#fff;
	background-image: none;
	border: none;
	border-bottom: 1px solid #413F57;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
}

.review-form div label  {
	position: absolute;
	top: 0;
	font-size: 16px;
	font-weight: 400;
	color: #413F57;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.review-form div input:hover ~ label, .review-form div input:focus ~ label, .review-form div input:active ~ label  {
	position: absolute;
	top: -25px;
	font-size: 14px;
	font-weight: 400;
	color: #413F57;
}

.review-form div textarea:hover ~ label, .review-form div textarea:focus ~ label, .review-form div textarea:active ~ label  {
	position: absolute;
	top: -25px;
	font-size: 14px;
	font-weight: 400;
	color: #413F57;
}

.review-form div .active-label {
	position: absolute;
	top: -25px;
	font-size: 14px;
	font-weight: 400;
	color: #413F57;
}

#button-review {
	padding: 13px 30px;
}

.review-btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.rewrite-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	        justify-content: center;
}

#review:empty {
	display: none;
	color: rgba(0, 0, 0, 0.384);
}

.slick-slide {
	display: block;
	padding: 5px;
	margin: 20px auto;
line-height: 1.42857143;
background-color:
#fff;
border: 1px solid#EAF0FC;
border-radius: 5px;
-webkit-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}

.slick-slide:hover {
	display: block;
	padding: 5px;
	margin: 20px auto;
line-height: 1.42857143;
background-color:
#fff;
border: 1px solid#EAF0FC;
border-color: #EAF0FC !important;
border-radius: 5px;
-webkit-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}

.slider-nav .slick-list .slick-track .slick-slide {
	padding: 5px;
	margin: 0 10px;
line-height: 1.42857143;
background-color:
#fff;
border: none;
border-radius: 5px;
overflow: hidden;
-webkit-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}

.slider-nav .slick-list {
	padding: 0px !important;
}

.alert-success {
	background-color: #72BA3B;
	color: #fff;
	font-size: 16px;
	max-width: 350px;
	position: fixed;
	top: 10%;
	right: 10%;
	z-index: 9;
}

.alert-success h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.alert-success .close {
	position: absolute;
    top: 10px;
    right: 10px;
}

/*///////////////////////////

ABOUT PAGE STYLE

//////////////////////////*/

.breadcrumb-info {
	position: absolute;
	left: 40%;
	top: 90px;
}

.container-info {
	margin: 0 auto 100px;
}

.description-text {
	width: 90%;
	margin: 30 0 60px;
}

.description-text p {
	margin: 0 0 30px;
}

.about-img {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin-top: 10%;
}

.about-img img {
	max-width: 100%;
}

.base-title-about::before {
	content: "";
}

.base-title-about-asset::before {
	content: "";
}

.about-btn-row {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.btn-about-katalog {
	border: 1px solid #72BA3B;
	background: transparent;
	color: #72BA3B;
}

.breadcrumb-row .title-news::before {
	content: "";
}

.container-article {
	margin: 30px auto;
}

.article-title {
	width: 80%;
	margin-bottom: 50px;
}

.article-image {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color:#fff;
	border: none;
	border-radius: 4px;
}

.article-image:hover {
	display: block;
	padding: 0;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color:#fff;
	border: none;
	border-radius: 4px;
}

.article-image img{
	max-width: 90%;
	border-radius: 8px;
}


/*///////////////////////////

CONTACT PAGE STYLE

//////////////////////////*/

.base-title-contact::before {
	content: "";
}

.contact-form-legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	color:#413F57;
	border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
	border-bottom: 0;
	padding: 0 15px;
}

.contact-form-item {
	position: relative;
	margin: 20px auto 20px 0 !important;
	box-sizing: border-box;
}

.contact-form-label {
	position: absolute;
	top: 5px;
	left: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #413F57;
	padding: 0 !important;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.contact-form-input {
	border: 0;
	border-bottom: 1px solid #413F57;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.contact-form-input:hover, .contact-form-input:active, .contact-form-input:focus {
	border: 0;
	border-bottom: 1px solid #72BA3B;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	outline: none;
}

.contact-form-input:hover ~ .contact-form-label, .contact-form-input:active ~ .contact-form-label, .contact-form-input:focus ~ .contact-form-label,  .contact-form-input:valid ~ .contact-form-label {
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
	font-size: 12px;
}

.contact-form-label:hover {
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
	font-size: 12px;
}

.contact-form-btn {
	padding: 0 15px;
	margin-top: 25px;
}

.contact-map {
	padding: 65px 0 65px 5%;
	height: 700px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.contact-map div {
	width: 100%;
	height: 100%;
}

.text-danger {
	font-size: 12px;
}



/*///////////////////////////

Sipmle Checkout Page

////////////////////////////*/
.table-responsive {
	overflow-x: visible;
}

#simplecheckout_customer .panel-heading {
	background-color: transparent;
	border-color: transparent;
	color: #413F57;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 10px 15px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	width: 91%;
	margin-left: 9%;
}

#simplecheckout_customer .panel-heading .checkout-heading-button a {
	font-weight: 400;
	font-size: 18px;
	color: #72BA3B;
	text-decoration: underline;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	flex-wrap: wrap;
	width: 80%;
	margin-left: 8%;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group {
	width: 42%;
	margin: 20px 15px;
	position: relative;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .row-customer_register {
	width: 100%;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group .control-label {
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #413F57;
	padding: 0 !important;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 3;
	text-align: left;
	width: 100%;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .row-customer_register .control-label {
	position: absolute;
	top: -30px;
	left: 0px;
	z-index: 3;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input {
	border: 0;
	border-bottom: 1px solid #413F57;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:hover, #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:active, #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:focus {
	border: 0;
	border-bottom: 1px solid #72BA3B;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	outline: none;
}

#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group  input:hover ~ .control-label, #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:active ~ .control-label, #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:focus ~ .control-label,  #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:valid ~ .control-label {
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
	font-size: 12px;
}

.row-shipping_address_city label, .row-shipping_address_address_1  label {
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
	font-size: 12px;
}

.simplecheckout-error-text {
	font-size: 12px;
}

.simplecheckout-block-content {
	position: relative;
}


/*.row-customer_firstname {
    position: absolute !important;
    top: 57px;
}

.row-customer_email {
    position: absolute !important;
    top: 57px;
    right: 0;
}

.row-customer_telephone {
	position: absolute !important;
    top: 120px;
}*/


#simplecheckout_customer .simplecheckout-block-content {
    min-height: 200px;
}

#simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group {
	width: 100%;
	margin: 30px 15px;
	position: relative;
	min-height: 65px;
}

#simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .row-customer_register {
	width: 100%;
}

#simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group .control-label {
	position: absolute;
	top: -5px;
	left: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #413F57;
	padding: 0 !important;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 3;
	text-align: left;
	width: 90%;
	background: #fff;
}

#simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .row-customer_register .control-label {
	position: absolute;
	top: -30px;
	left: 0px;
	z-index: 3;
}

#simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group input {
	border: 0;
	border-bottom: 1px solid #413F57;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
}

#simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group input {
	border: 0;
	border-bottom: 1px solid #413F57;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
}

#simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group input:hover, #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:active, #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:focus {
	border: 0;
	border-bottom: 1px solid #72BA3B;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	outline: none;
}

#simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group  input:hover ~ .control-label, #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:active ~ .control-label, #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:focus ~ .control-label,  #simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group input:valid ~ .control-label {
	-webkit-transform: translate3d(0, -100%, 0);
	        transform: translate3d(0, -100%, 0);
	font-size: 12px;
}

/*#simplecheckout_shipping_address .simplecheckout-block-content .row-shipping_address_zone_id label {
	display: none !important;
}*/

#simplecheckout_shipping_address .simplecheckout-block-content .form-horizontal .form-group select {
	border: 0;
	border-bottom: 1px solid #413F57;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
	margin: 10px 0 !important;
}

.row-shipping_address_zone_id {
	position: relative;
}

.row-shipping_address_zone_id::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f078" !important;
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	width: 20px;
	height: 98%;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	background: #fff;
	font-size: 12px;
}

#simplecheckout_shipping .simplecheckout-block-content {
	margin-top: 19px;
	position: relative;
	padding: 0;
}

#simplecheckout_shipping .simplecheckout-block-content::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f078" !important;
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	width: 20px;
	height: 98%;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	background: #fff;
	font-size: 12px;
}

#simplecheckout_shipping .simplecheckout-block-content select {
	border: 0;
	border-bottom: 1px solid #413F57;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
	box-sizing: border-box;
	padding: 10px 0;
}

#simplecheckout_payment .simplecheckout-block-content {
	position: relative;
	padding: 0;
	margin-top: 24px;
}

#simplecheckout_payment .simplecheckout-block-content::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "\f078" !important;
	font-family: "Font Awesome 5 free";
	font-weight: 900;
	width: 20px;
	height: 98%;
	display: -webkit-box !important;
	display: flex !important;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	background: #fff;
	font-size: 12px;
}

#simplecheckout_payment .simplecheckout-block-content select {
	border: 0;
	border-bottom: 1px solid #413F57;
	box-shadow: none;
	background: #fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 1;
	box-sizing: border-box;
	padding: 10px 0;
}

#simplecheckout_cart {
	border: 1px solid transparent;
}

.simplecheckout-cart {
	border: none !important;
}

.simple-product-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	border: 1px solid #EAF0FC;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}

#total_sub_total {
	width: 40%;
	border: none;
	background: #F8F9FB;
	box-sizing: border-box;
	padding: 15px;
	border-radius: 8px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	font-size: 20px;
	font-weight: 600;
	color: #413F57;
}

#total_sub_total .simplecheckout-cart-total-value {
	font-size: 20px;
	font-weight: 400;
	color: #72BA3B;
	margin-left: 15px;
}

.simple-product-checkout-col {
	width: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.simple-product-row .image {
	margin-right: 30px;
}

.simple-product-checkout-col .name {
	padding: 0 !important;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: 600;
	color: #413F57;
}

.simple-product-checkout-col .quantity .input-group .input-group-btn {
	width: 22px;
	height: 22px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.simple-product-checkout-col .quantity .input-group .input-group-btn button {
	font-size: 8px;
	padding: 0;
	border: 1px solid #72BA3B;
	border-radius: 50%;
	background: transparent;
	width: 15px;
	height: 15px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.simple-product-checkout-col .quantity .input-group .input-group-btn button i {
	font-size: 8px;
	color: #72BA3B;
	margin: 0 !important;
}

.simple-product-checkout-col .quantity .input-group {
	max-width: none !important;
}

.simple-product-checkout-col .quantity .input-group .form-control {
	margin: 0 5px;
	border: none !important;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	color: #413F57;
	font-size: 18px;
	font-weight: 600;
	outline: none !important;
	box-shadow: none;
	background: transparent;
}

.simple-product-checkout-col .total {
	color: #F8D250;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
}

.simple-cart-danger {
	position: absolute;
	right: -23px;
	padding: 0;
	width: 45px;
	height: 45px;
}

#buttons {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	margin: 0 auto 20px;
	width: 92%;
}


/*////////////////////////

LOGIN BLOCK

//////////////////////*/

.login-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.login-block {
	margin: 50px auto;
}

.login-title {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
}

.forgotten-btn {
	margin: 20px 0 40px auto;
	display: block;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	        justify-content: flex-end;
	font-size: 12px;
	color: #8A8A8A;
}

.login-form .contact-form-item .contact-form-label {
	left: 10px;
}

.login-row {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

#simplepage_form {
	width: 40%;
	margin: 20px auto;
}

#simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-12 h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
}

#simpleregister .simpleregister-block-content .form-horizontal .form-group .col-sm-12 h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
}

.simpleregister-have-account {
	margin-top: 20px;
}

.simpleregister-have-account a {
	color: #72BA3B;
}

.simpleregister-button-block {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.simpleregister-block-content .form-horizontal .form-group {
	position: relative;
	margin-bottom: 30px;
}

.simpleregister-block-content .form-horizontal .form-group input {
	border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
	border-bottom: 1px solid #413F57;
	box-shadow: none;
	background:#fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.simpleregister-block-content .form-horizontal .form-group input {
	border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
	border-bottom: 1px solid #413F57;
	box-shadow: none;
	background:#fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.simpleregister-block-content .form-horizontal .form-group input:hover {
    border: 0;
    border-bottom: 1px solid #72BA3B;
	box-shadow: none;
	background:#fff;
	border-radius: 0;
	outline: none;
}

.simpleregister-block-content .form-horizontal .form-group label {
	position: absolute;
	top: 5px;
	left: 10px;
	font-size: 16px;
	font-weight: 400;
	color:
	#413F57;
	padding: 0 !important;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	width: 40%;
	text-align: left;
}

.simpleregister-block-content .form-horizontal .form-group input:hover ~ label, .simpleregister-block-content .form-horizontal .form-group input:active ~ label, .simpleregister-block-content .form-horizontal .form-group input:focus ~ label, .simpleregister-block-content .form-horizontal .form-group input:valid ~ label {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    font-size: 12px;
}


/*////////////////////////////////////

ACCOUNT PAGE

//////////////////////////////////*/

.account-group {
	background: #F8F9FB;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: 0px;
	border: none;
}

.account-group .list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: 0;
	background-color:#F8F9FB;
	border: none;
	border-radius: none !important;
}

.account-logout {
	margin-top: 30px;
	color: #DB2929;
}

.account-group .list-group-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	color: #413F57;
	font-size: 16px;
}

.account-group .list-group-item::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 1px solid #72BA3B;
	margin-right: 10px;
	border-radius: 50%;
}

.account-logout::before {
	display: none !important;
}

.account-logout span {
	color: #DB2929;
}

.account-logout svg {
	margin-right: 10px;
}

.base-title-account::before {
	content: "";
}

.base-title-order::before {
	content: "";
}

.base-title-wihlist::before {
	content: "";
}

.account-list { 
	display: -webkit-box; 
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}

.account-list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	color: #413F57;
	font-size: 16px;
	padding: 10px 15px;
	margin-right: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

.account-list li i {
	font-size: 60px;
	color: #72BA3B;
	margin-bottom: 15px;
}

.account-simpleedit > .container, .container-password {
	margin-top: 30px;
} 

.account-simpleedit .container:nth-child(3) {
	margin-top: 0px;
} 

.password-input,  .password-input:hover, .password-input:active, .password-input:focus {
	border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid#413F57;
	box-shadow: none;
	background:#fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.password-label {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #413F57;
    padding: 0 !important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 40%;
	text-align: left !important;
}

.password-input:hover ~ label, .password-input:active ~ label, .password-input:focus ~ label, .password-input:valid ~ label {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    font-size: 12px;
}

.container-password .row #content .form-horizontal {
	width: 40%;
	margin: 0 auto;
}

.container-password .row #content .form-horizontal fieldset .form-group {
	margin-bottom: 30px;
}

.container-password .row #content .form-horizontal .clearfix {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.account-simpleaddress-update > .container, .container-password {
	margin-top: 30px;
	min-height: 46vh;
} 

.account-simpleaddress-update .container:nth-child(3) {
	margin-top: 0px;
} 

#simpleaddress .simpleregister-block-content .form-horizontal .row-address_zone_id  label {
	display: none !important;
}

#address_zone_id, #address_zone_id:hover, #address_zone_id:active, #address_zone_id:focus  {
	border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-bottom: 1px solid#413F57;
	box-shadow: none;
	background:#fff;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.row-address_default label {
	position: relative !important;
}

.row-address_default {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	        justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	        flex-direction: row-reverse;
}

.account-order-info header, .account-order-info footer{
	display: none;
}

.account-order-info .container-categories-header {
	display: none;
}

.order-iframe {
	border: none;
	width: 100% !important;
	overflow: hidden;
	margin-bottom: 50px;
	border: 1px solid #EAF0FC;
	min-height: 130px;
	height: 135px !important;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.block-iframe-active .order-iframe {
	min-height: 250px;
	height: 300px !important;
}

.block-iframe {
	position: relative;
}

.block-iframe::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.account-order-info {
    position: relative;
	overflow-x: hidden !important;
	overflow-y: hidden !important;
}

.account-order-info .container .row #content {
	box-sizing: border-box;
	padding: 20px;
}

.order-product-row {
	display: -webkit-box;
	display: flex;
	align-content: flex-start;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}

.order-img {
	width: 15%;
	display: -webkit-box;
	display: flex;
	align-content: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.order-name {
	width: 40%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	        justify-content: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	color: #72BA3B;
	font-size: 18px;
	font-weight: 600;
}

.order-id {
	color: #413F57;
	font-size: 18px;
	margin-top: 5%;
	font-weight: 400;
}

.order-quantity {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	width: 15%;
	color: #413F57;
	font-size: 16px;
	font-weight: 600;
}

.order-total {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	width: 15%;
	color: #413F57;
	font-size: 16px;
	font-weight: 600;
}

.order-price {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	width: 15%;
	color: #413F57;
	font-size: 16px;
	font-weight: 600;
}

.order-col-name {
	width: 60%;
}

.order-col-name {
	width: 55%;
	margin-bottom: 20px;
}

.order-col-price, .order-col-quantity, .order-col-total {
	width: 15%;
	text-align: center;
	margin-bottom: 20px;
}

.order-detail-title {
	font-size: 16px;
}

.order-detail-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	        justify-content: center;
}

.order-detail-item {
	width: 50%;
}

.wishlist-row {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	box-sizing: border-box;
	padding: 15px 5%;
	border: 1px solid #EAF0FC;
	margin: 20px auto;
}

.wishlist-row .table-img {
	width: 15%;
}

.wishlist-row .table-product-name {
	width: 40%;
	padding: 0 10px;
}

.wishlist-row .table-product-price {
	width: 15%;
}

.wishlist-row .btn-primary {
	width: 15%;
	padding: 5px 10px;
	font-size: 12px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.wishlist-row .btn-primary svg {
	margin-right: 5px;
}

.wishlist-row .text-right {
	width: 15%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.wishlist-row .text-right .btn-danger {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid #DB2929;
	color: #DB2929;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.wishlist-row .text-right .btn-danger:hover {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #DB2929;
	border: 1px solid #DB2929;
	color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.form-builder {
	position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    width: 30vw;
    height: 100vh;
    box-sizing: border-box;
    padding: 3%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.form-builder-active {
    left: 0;
    top: 0;
	z-index: 999;
	opacity: 1;
}

.form-builder .box-content hr {
	display: none;
}

.form-builder label:hover, .form-builder label:active, .form-builder label:focus {
    border: none !important;
    border-radius: 0 !important;
}

.form-builder .box-content .field-block {
	margin: 40px auto 40px 0 !important;
}

.menu-account-row {
	display: none;
}

#toTop {
    background: #fff;
    color: #72BA3B;
    position: fixed;
    bottom: 3%;
    right: 3%;
    display: none;
    z-index: 9999999999;
    border: 3px solid #72BA3B;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: border-box;
	padding: 10px 12px;
}

.btn-block + .btn-block {
    margin-top: 0px;
    margin-left: 3%;
}

.control-label {
	width: 100%;
	background: #fff;
	text-align: left !important;
}

.language-btn {
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color:#413F57;
	text-decoration: none !important;
}

.language-btn:hover, .language-btn:active, .language-btn:focus  {
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color:#413F57;
	text-decoration: none !important;
}

.language-dropdown {
	float: none;
	min-width: 100px;
	left: -50%;
}

.language-dropdown .language-btn {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.language-mobile {
	display: none;
}

.read-more {
	display: none;
}

.pagination>li>a, .pagination>li>span {
	padding: 6px 10px;
}

.filter-block {
	position: fixed;
    top: 15%;
    right: -100%;
    z-index: -999999;
    opacity: 0;
	visibility: hidden;
	transition: all .5s linear;
	background: #fff;
	width: 40%;
	max-width: 610px;
	min-width: 320px;
	max-height: 80vh;
	overflow-y: auto;
	border-radius: 15px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	padding: 15px;
	box-sizing: border-box;
}

.filter-block-active {
	position: fixed;
    top: 15%;
    right: 15%;
    z-index: 999999;
    opacity: 1;
    visibility: visible;
}

.filter-block #column-right {
	width: 100%;
}

.filter-button {
	width: 105px;
	height: 160px;
	position: fixed;
	top: 240px;
	right: 5%;
	background: #F8F9FB;
	border: none;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	z-index: 999999;
}

.filter-button span {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	padding: 20px 5px;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}

.filter-button-ico {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	border-radius: 50%;
	background: #F8D250;
	color: #fff;
	margin-bottom: 15px;
}

.filter-button .text-close-filter {
	display: none;
}

.filter-button-active .filter-text-active {
	display: none;
}

.filter-button-active {
	background: #fff;
}

.filter-button-active .text-close-filter {
	display: flex;
}

#ocfilter {
	padding: 0;
	border: none;
	position: relative;
	padding-bottom: 55px;
	margin-bottom: 10px;
}

#ocfilter #ocfilter-button {
	display: block !important;
	position: absolute !important;
	bottom: 5px;
}

#ocfilter-button .disabled {
	display: none;
}

#ocfilter .panel-heading {
	padding: 0;
	background: #fff;
}

.filter-title {
	font-size: 36px;
	color: #413F57;
	font-weight: 900;
	margin: 10px 0 20px
}

.filter-title::before {
	content: ""; 
}

#ocfilter .list-group {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#ocfilter .list-group .ocfilter-option {
	width: 50%;
	border: none;
}

.ocf-option-name {
	font-size: 20px;
	color: #413F57;
	margin-bottom: 10px;
}

.ocfilter-option .ocf-option-values {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ocfilter-option .ocf-option-values label {
	max-width: 50%;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
}

.collapse-value {
	width: 100%;
}

#scale-price {
	width: 100%;
}

.noUi-connect {
	background: #72BA3B !important;
}

.noUi-horizontal {
    height: 8px !important;
}

.noUi-target {
    border-radius: 4px !important;
    border: none !important;
    box-shadow: none !important;
}

.noUi-horizontal .noUi-handle {
    width: 16px !important;
    height: 16px !important;
    left: -9px !important;
    top: -4px !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 1px solid #72BA3B !important;
}

#column-right #ocfilter .popover {
	display: block !important;
}

.ocf-option-values .collapse {
	width: 100%;
	display: none;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ocf-option-values .collapse {
	display: none;
}

.ocf-option-values .collapse.in {
    display: flex;
}

#column-right #ocfilter .popover {
	display: none !important;
}

#ocfilter-button .btn {
	font-size: 14px;
}

.description-section ul {
	list-style: disc;
}

.description-section ol {
	list-style: decimal;
}

.description-section a {
	font-weight: 900 !important;
}

#form-language .btn-group .dropdown-toggle img {
	display: none;
}

#form-language .btn-group .dropdown-toggle {
	display: flex;
	align-items: center;
}

#form-language .btn-group .dropdown-toggle span {
	display: block !important;
	color: #413F57;
	font-size: 14px !important;
	font-weight: 400;
}

#form-language .open .dropdown-menu li {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

#form-language .open .dropdown-menu li button {
	color: #413F57;
	font-size: 14px !important;
	font-weight: 400;
}


#form-language .open .dropdown-menu li button img {
	display: none;
}

.dropdown-menu {
	left: -26px;
}

.info-title::before {
    content: "";
}

.pay-info img {
	margin-right: 10px;
	width: 40px;
}

/* ////////////////////////////

Media Screen 1370px

///////////////////////////////*/

@media screen and (max-width: 1370px) {
	h1 {
		font-size: 30px;
	}

	.body {
		font-size: 14px;
	}

	.product-carousel-caption {
		padding: 15px 25px;
		top: 15px;
	}

	.product-carousel-description {
		margin: 10px 0;
	}

	.product-carousel-name {
		font-size: 1.5em;
	}

	.article-caption p {
		font-size: 16px;
	}

	.footer-list li {
		margin: 15px 0;
	}

	.category-carousel-image a img {
		max-width: 110%; 
	}

	.form-row {
		width: 100%;
	}

	.footer-logo {
		max-width: 100%;
	}

	#carousel-category .owl-wrapper-outer .owl-wrapper .owl-item .item .product-thumb .image a img {
		max-width: 125%;
	}

	.category-wall-title::before {
		font-size: 60px;
	}

	#form-review {
		width: 70%;
	}

	.price-block .list-unstyled li h2 {
		font-size: 30px;
	}
}

/* ////////////////////////////

Media Screen 1100px

///////////////////////////////*/

@media screen and (max-width: 1100px) {
	h1 {
		font-size: 24px;
	}

	h3 {
		font-size: 26px;
	}

	p {
		font-size: 16px;
	}

	.body {
		font-size: 14px;
	}

	.title-text {
		font-size: 14px;
	}

	.category-row {
		display: none;
	}

	.phone-block, .account-btn, .favorite-btn, .menu-text {
		display: none;
	}

	.header-menu {
		width: 90%;
		right: -100%;
	}

	.header-menu-active {
		right: 0;
		opacity: 1;
	}

	.menu-account-row {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		        justify-content: center;
		width: 80%;
		padding: 20px 0;
		border-bottom: 1px solid #EAF0FC;
		border-top: 1px solid #EAF0FC;
		margin: 30px auto;
	}

	.menu-account-row .account-btn, .menu-account-row .favorite-btn {
		display: block;
		margin: 0 5%;
	}

	.menu-active-btn {
		margin: 20px auto 15%;
	}

	.search-button {
		height: 90px;
	}

	.menu-block {
		height: 90px;
		background: #72BA3B;
		position: relative;
		right: -3%;
		width: 10%;
		-webkit-box-pack: center;
		        justify-content: center;
	}

	.bar-item {
		background: #fff;
	}

	.menu-active-btn .bars .bar-item {
		background: #413F57;
	}

	.asset-row {
		flex-wrap: wrap;
	}

	.asset-item {
		width: 48%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		text-align: center;
	}

	.asset-row {
		flex-wrap: wrap;
	}

	.asset-item {
		width: 48%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		text-align: center;
	}

	.footer-title, .footer-list {
		display: none;
	}

	footer {
		padding-bottom: 15px;
	}

	footer .container .row .col-sm-2 {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		        justify-content: space-between;
	}

	.powered {
		margin-left: 10%;
	}

	.sub-category-item {
		width: 43%;
		margin: 20px 1%;
	}

	.form-builder {
		width: 50vw;
	}

	.contact-block {
		display: none;
	} 

	footer .container .row .col-sm-2 {
		width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		        justify-content: space-between;
	}

	.row-d-flex .col-sm-5 {
		width: 60%;
	}

	.row-d-flex .col-sm-6 {
		width: 40%;
	}

	.row-d-flex {
		flex-wrap: wrap;
	}

	.row-d-flex .product-layout  {
		width: 100%;
	}

	.category-wall-title::before {
		font-size: 45px;
	}

	#simplecheckout_form_0 .simplecheckout .simplecheckout-step {
		display: -webkit-box !important;
		display: flex !important;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		        justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		        flex-direction: column-reverse;
	}

	.simple-product-row .image {
		width: 30%;
	}

	.simple-product-row .image a {
		width: 100%;
		display: block;
	}

	.simple-product-row .image a img {
		width: 100%;
	}
	
	.simple-cart-danger {
		right: 13px;
	}

	#total_sub_total {
		width: 100%;
	}

	#simplecheckout_customer .checkout-heading .checkout-heading-button {
		float: left !important;
		margin-top: 20px;
	}

	#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group {
		width: 100%;
		position: relative !important;
		top: auto;
		left: auto;
		right: auto;
	}

	.account-account .container .row #column-left, .account-password .container .row #column-left{
		width: 30%;
	}

	.account-account .container .row #content {
		width: 70%;
	}

	.product-carousel-caption {
		left: 0;
	}

	.row-flex-wrap {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
	}

	.about-form-block {
		width: 50%;
	}

	.about-btn-row {
		flex-wrap: wrap;
	}

	.btn-block + .btn-block {
		margin-top: 15px;
		margin-left: 3%;
	}

	.about-img {
		margin-top: 30%;
	}

	.about-img img {
		max-width: 110%;
	}

	.information-contact .container .row #content .col-sm-5 {
		width: 100%;
	}

	.contact-map {
		width: 100%;
	}

	.category-carousel-image a img {
		height: auto !important;
	}

	.owl-wrapper-outer  {
		max-height: 590px;
	}

	.form-img-block img {
		width: 120%;
	}
}


/* ////////////////////////////

Media Screen 768px

///////////////////////////////*/

@media screen and (max-width: 770px) {
	.news-article-thumb {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}

	.news-article-thumb .caption {
		width: 100%;
		margin-bottom: 15px;
	}

	.article-caption p {
		margin: 15px 0 15px;
	}

	.price-block {
		width: 90%;
	}

	.product-row-item { 
		font-size: 14px;
	}

	.login-block {
		width: 68%;
		margin: 23vh 0;
	}

	#simplepage_form {
		width: 80%;
	}

	.order-img img {
		width: 100%;
	}

	.order-img {
		height: 95px;
	}

	.order-name {
		width: 30%;
		margin-left: 4%;
		font-size: 14px;	
	}

	.account-group .list-group-item {
		padding: 5px 15px;
	}

	.account-group .list-group-item::before {
		display: none;
	}

	#slideshow-product .owl-wrapper-outer {
		max-height: 470px;
	}

	.success-content {
		min-height: 71vh !important;
	}

	.filter-button {
		display: none;
	}

	.ocf-offcanvas {
		position: fixed;
		top: 0;
		background-color: #fff;
		bottom: 0;
		left: -250px;
		z-index: 1000;
		height: 100%;
		width: 80%;
	}

	.ocf-offcanvas {
		width: 85% !important;
		left: -85% !important;
	}

	.ocf-offcanvas.active {
		left: 0 !important;
	}

	#ocfilter .list-group .ocfilter-option {
		width: 100%;
	}

	#ocfilter .popover {
		display: none !important;
	}

	#ocfilter {
		margin-top: 20%;
	}

	#ocfilter #ocfilter-button {
		left: 5%;
	}

	.filter-title {
		font-size: 30px;
	}
}

/* ////////////////////////////

Media Screen 576px

///////////////////////////////*/

@media screen and (max-width: 567px) {
	h1 {
		font-size: 24px;
	}

	h3 {
		font-size: 26px;
	}

	p {
		font-size: 16px;
	}

	.body {
		font-size: 14px;
	}

	.title-text {
		font-size: 14px;
	}

	.category-row {
		display: none;
	}

	.phone-block, .account-btn, .favorite-btn, .menu-text {
		display: none;
	}

	.header-menu {
		width: 90%;
		right: -100%;
	}

	.header-menu-active {
		right: 0;
		opacity: 1;
		overflow: hidden;
	}

	.menu-account-row {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		        justify-content: center;
		width: 80%;
		padding: 20px 0;
		border-bottom: 1px solid #EAF0FC;
		border-top: 1px solid #EAF0FC;
		margin: 30px auto;
	}

	.menu-account-row .account-btn, .menu-account-row .favorite-btn {
		display: block;
		margin: 0 5%;
	}

	.menu-active-btn {
		margin: 20px auto 15%;
	}

	.search-button {
		height: 90px;
	}

	.menu-block {
		height: 90px;
		background: #72BA3B;
		position: relative;
		right: -3%;
		width: 20%;
		-webkit-box-pack: center;
		        justify-content: center;
	}

	.bar-item {
		background: #fff;
	}

	.menu-active-btn .bars .bar-item {
		background: #413F57;
	}

	.product-carousel-caption {
		left: 1%;
		min-width: 300px;
		max-width: 90%;
		padding: 15px 20px;
		bottom: auto;
		position: absolute;
		top: 100px;
		left: 5%;
	}

	#slideshow-product .owl-controls .owl-buttons {
		display: none;
	}

	.product-carousel-name {
		font-size: 1.5em;
	}

	.owl-carousel .owl-item {
		overflow: hidden;
	}

	.product-carousel-image a img {
		width: 180%;
		max-width: 180%;
	}

	#slideshow-product .owl-wrapper-outer {
		max-height: 510px;
	}

	#carousel-category .owl-controls {
		display: none !important;
	}

	.category-wall-title::before, .base-title::before {
		font-size: 46px;
	}

	.asset-row {
		flex-wrap: wrap;
	}

	.asset-item {
		width: 48%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		text-align: center;
	}

	.asset-ico {
		margin-right: 0;
	}
	
	.row-d-flex {
		flex-wrap: wrap;
	}

	.form-img-block {
		right: -20%;
	}

	.form-builder {
		width: 85vw;
	}

	#carousel0 .owl-controls {
		display: none !important;
	}

	#carousel-category .owl-wrapper-outer .owl-wrapper {
		width: 2400px !important;
	}

	#carousel-category .owl-wrapper-outer .owl-wrapper .owl-item {
		width: 230px !important;
	}

	.article-caption p {
		font-size: 16px;
		margin: 15px 0 15px;
	}

	.form-img-block img {
		max-width: 155%;
	}

	.contact-block {
		display: none;
	}

	.footer-title, .footer-list {
		display: none;
	}

	footer {
		padding-bottom: 15px;
	}

	footer .container .row .col-sm-2 {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		        justify-content: space-between;
	}

	.powered {
		margin-left: 10%;
	}

	.sub-category-item {
		width: 90%;
		margin: 20px auto;
	}

	.category-carousel-image {
		padding: 0;
	}

	#form-review {
		width: 100%;
	}

	.price-block {
		width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		        flex-direction: row;
		flex-wrap: wrap; 
	}

	.price-block .btn-group {
		position: relative;
		right: 0;
		top: 10px;
		margin-left: 20px;
	}

	.price-block .list-unstyled {
		width: 100%;
		text-align: center;
	}

	.breadcrumb {
		display: none;
	}

	.article-title {
		width: 100%;
	}

	.contact-map {
		padding: 65px 0 65px 0%;
		height: 700px;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		        justify-content: center;
		width: 100%;
	}

	.account-login {
		min-height: 100vh;
	}

	.breadcrumb-row .category-wall-title {
		width: 100%;
	}

	.news-article-thumb {
		padding: 0 0 0 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		overflow: hidden;
	}

	.news-article-thumb .caption {
		width: 100%;
		margin-bottom: 15px;
	}

	.news-article-thumb .image {
		width: 100%;
	}

	.news-article-thumb .image img {
		width: 100%;
	}

	.article-title-row .btn-block {
		display: none;
	} 

	.form-row {
		padding-left: 5%;
		margin: 40px 0 40px;
		width: 100%;
	}

	.description-text {
		width: 100%; 
	}

	.about-img img {
		max-width: 135%;
	}

	.btn-about-katalog {
		display: none;
	}

	.header-menu::after {
		content: url("/catalog/view/image/eclipce-1.png");
		position: absolute;
		bottom: -60%;
		right: -85%;
		z-index: -1;
	}

	#carousel-category .owl-wrapper-outer .owl-wrapper .owl-item .item .product-thumb .image a img {
		max-width: 125%;
		height: auto;
	}

	.category-carousel-image {
		min-height: 235px;
	}

	#carousel-category .owl-wrapper-outer .owl-wrapper .owl-item {
		min-height: 340px;
	}

	#carousel0 .owl-wrapper-outer .owl-wrapper .owl-item {
		max-width: 145px;
		margin: 0 20px;
	}

	#search .input-lg, #search .input-lg:hover, #search .input-lg:active, #search .input-lg:focus {
		padding-left: 15%;
	}

	#result_block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		margin-top: 50px;
		-webkit-box-align: center !important;
		        align-items: center !important;
	}

	#simplecheckout_form_0 .simplecheckout .simplecheckout-step {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		        justify-content: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		        flex-direction: column-reverse;
	}

	.simple-product-row .image {
		width: 30%;
	}

	.simple-product-row .image a {
		width: 100%;
		display: block;
	}

	.simple-product-row .image a img {
		width: 100%;
	}
	
	.simple-cart-danger {
		right: 13px;
	}

	#total_sub_total {
		width: 100%;
	}

	#simplecheckout_customer .checkout-heading .checkout-heading-button {
		float: left !important;
		margin-top: 20px;
	}

	#simplecheckout_customer .simplecheckout-block-content .form-horizontal .form-group {
		width: 100%;
	}

	#d_ajax_search_results {
		margin-top: 30% !important;
	}

	#result_block .result-link {
		width: 100% !important;
	}

	.product-carousel-item {
		min-height: 65vh;
	}

	.product-carousel-description {
		margin: 5px 0 20px;
	}

	.container-home-text {
		width: 100%;
		margin: 0 auto;
	}

	.simple-product-checkout-col .name {
		margin-left: 14px;
	}

	.account-list li {
		font-size: 14px;
		text-align: center;
	}

	#simplepage_form {
		width: 80%; 
	}

	.container-password .row #content .form-horizontal {
		width: 80%;
	}

	.password-label {
		width: 70%;
	}

	.login-row {
		min-height: 15vh;
	}

	.container-password {
		min-height: 56vh;
	}

	#simplepage_form {
		width: 95%; 
	}

	.wishlist-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
		position: relative;
	}

	.wishlist-row .table-img {
		width: 100%;
		text-align: center;
	}

	.wishlist-row .table-product-name {
		width: 100%;
		text-align: center;
	}

	.wishlist-row .btn-primary {
		width: 50%;
		margin: 15px auto;
	}

	.wishlist-row .text-right .btn-danger {
		position: absolute;
		top: 5px;
		right: 10px;
	}

	.language { 
		display: none;
	}

	.language-mobile {
		display: block;
	}

	.about-form-block {
		width: 100%;
	}

	.row-d-flex .col-sm-5 {
		width: 100%;
	}

	.row-d-flex .col-sm-6 {
		width: 100%;
	}

	.form-eclipce {
		max-width: 75% !important;
	}

	.container-home-text {
		position: relative;
		height: 315px;
		overflow: hidden;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	.container-home-text-active {
		position: relative;
		height: auto;
		overflow: hidden;
		padding-bottom: 20px;
	}

	.read-more {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		        justify-content: center;
		padding: 10px;
		position: absolute;
		bottom: -2px;
		left: 0;
		background: #fff;
		width: 100%;
		border: none;
		color: #000;
		outline: none;
	}
	
	.read-more-none {
		display: none;
	}

	.success-form-img {
		width: 130%;
		margin-top: 20vh !important;
	}

	.stock-text {
		color: #72BA3B;
		font-size: 14px;
	} 

	.btn {
		font-size: 14px;
	}

	.product-description .col-sm-7 {
		font-size: 14px;
	}

	#simplecheckout_customer .simplecheckout-block-content .form-horizontal {
		width: 100%;
    	margin-left: 0%;
	}

	.footer-logo {
		width: 105px;
	}

	.logo a img {
		width: 105px;
		max-width: 105px;
	}

	.search-btn {
		width: 20%;
	}
}






.newsblog-article .container.container-article #content ul {
    list-style: disc !important;
}
.newsblog-article .container.container-article #content ol {
    list-style: decimal !important;
}