:root {
	/*--color-light: #b5dd76;*/
	--color-light: #d8f1af;
	/*--color-light: #bbd654;*/
	--color-dark: #2F6635;
	--color3: #38a645;
	--color4: #208b2d;
	--color5: #eee;
	--color-white: #fff;
	--color-black: #000;
}

@font-face {
    font-family: 'Igra Sans';
    src: local('Igra Sans'), local('IgraSans'), url('Igrasans.woff2') format('woff2'), url('Igrasans.woff') format('woff'), url('Igrasans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

a, .logo img, #svitlo-logo, #menu a:after, #top, header, .banner-item, .banner-item h4, .product-thumb, .product-thumb .button-group button, .product-thumb .image img,
.product-thumb .button-group,
.product-thumb .short_desc,
.path-link span,
.top_social_link svg {
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
} 
html {
	font-size:16px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000;
	width: 100%;
	/*
	background-image: url(../image/bg.png);
    background-size: contain;
    background-attachment: fixed;*/
}

body.innerpage {
  padding-top: 70px;
}
hedaer {
		font-family: 'Igra Sans','Open Sans', sans-serif;

}
img {
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6, .mainnav {
}
h1, h2, h3, h4, h5, h6 {
}
/* default font size */
.fa {
}
.fa-user {
    font-size: 27px;
    line-height: 30px;
    vertical-align: middle;
}
.modal-backdrop {
  background-color: var(--color-light);
}
.modal-backdrop.show {
  opacity: 0.8;
}

/* Override the bootstrap defaults */
.title {
  text-align: center;
	position: relative;
	margin-bottom:15px;
}
.title::after {
  background: rgb(235, 235, 235) none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  /* transform: translateY(-120%); */
}
.title>h2 {
	padding:20px 100px;
	margin:0;
}
h1 {
  font-size: 33px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}
h2 {
	font-size: 27px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  color: var(--color-dark);
  display: inline-block;
	  font-weight: 600;
	  margin-bottom: 20px;
}
h3 {
	font-size: 21px;
    margin-bottom: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
}
h4 {
	font-size: 17px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: var(--color-dark);
}
.well {
    margin-bottom: 30px;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    margin-right: 3px;
}
#modalCart .totals tr:first-child {
    display: none;
}
#simplecheckout_cart .quantity .form-control {
    width: 40px;
    min-width: 40px;
    flex: 0 0 auto;
    text-align: center;
	height: 37px;
}
.simplecheckout .radio label {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 4px 10px;
    margin-bottom: 10px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
button {
	
}
.input-group-btn .btn.btn-danger {
    margin-left: 7px;
}
.form-control {
 /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0;
	border-color: #000*/
}
.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(189 131 72 / 25%);
  border-color: var(--color-dark);
}
.dropdown-menu {
  border-radius: 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: var(--color3);
    box-shadow: 2px 3px 10px rgba(0,0,0,0.3);
    color: #fff;
    text-shadow: 
}
.nav-pills .nav-link:not(.active):hover {
    background: #efefef;
}
.superproducts_tabs .nav {
  margin-bottom: 30px;
}

/* top */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: var(--color3);
}
header a {
	color: #000;
}
.innerpage.is-top header {
}

#video-wrap {
    position: relative;
    height: 40vw;
}
.bg-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow:hidden;
}
.bg-video__media {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
}
#video-wrap:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.2);
}
#top {
	display: flex;
	justify-content: space-between;
	align-items:center;
	flex-wrap: nowrap;
	padding: 10px 70px 10px 30px ;
	position: relative;
	z-index: 10;
	box-shadow: 0 0 20px rgba(0,0,0,.3);

}
.is-top #top {
  background: transparent;
		box-shadow: none;

}
#top>ul {
  list-style: none;
  padding: 0;
  margin: 0;
	line-height: 1;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	  padding: 3px 20px;

}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
}
#top .btn-link, #top-links li, #top-links a {
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #bd8348 ;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: var(--color-white);
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

.top_social {
    display: flex;
	align-items: center;
}
.top_social li {
    padding:0 10px;
}
.top_social a {
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    box-shadow: 2px 2px 15px rgba(0,0,0,.2);
    display: flex;
    border-radius: 19px;
    box-shadow: 1px 1px 2px #444;
    overflow: hidden;
    text-wrap: nowrap;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.top_social_link a svg {
    fill: #fff;
}
.top_social_link a:hover svg {
    fill: #0866ff;
}
.top_social_link a:hover svg.insta_icon

{
    fill: #a532aa;
}
.phone {
    text-align: center;
    border: 1px solid #ccc;
    padding: 6px 10px;
    display: block;
    border-radius: 10px;
    background: rgba(255,255,255,.2);
    box-shadow: 2px 2px 15px rgba(0,0,0,.2);
	    white-space: nowrap;
		position:relative;
		overflow:hidden;
}
.operators {
    display: flex;
    flex-direction: column;
    font-size: 10px;
    padding: 0 5px;
    font-weight: 600;
}
.phone:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,transparent,rgb(255 255 255 / 50%),transparent);
    transition: all 850ms;
}
.phone::after {
    webkit-animation: ripple 8s linear infinite;
    -moz-animation: ripple 8s linear infinite;
    -ms-animation: ripple 8s linear infinite;
    -o-animation: ripple 8s linear infinite;
    animation: ripple 8s linear infinite;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1.0);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: -1;
	height: 200px;
    width: 350px;
    top: -20px;
    left: -140px;
	content: "";
	position: absolute;
}
	ul.phonelist {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.phonelist li {
		padding: 4px 0;
	}

   @keyframes ripple {
    20% {
        opacity: 0;
        transform: scale(2.5);
        }
    100% {
        opacity: 0;
        transform: scale(2.5);
        }
   }
.phone:hover {
    background: var(--color3);
    color: #fff;
    text-shadow: none;
}
.phone_number {
    font-size: 1.2em;
    font-weight: 600;
}
i.fa.fa-phone {
    font-size: 22px;
    transform: rotate(41deg);
}
.phone_text {
    display: block;
}

.btn-link:focus, .btn-link:hover {
  color: #bd8348 !important;
}
/* logo */
.fil0 {fill:black}
.fil3 {fill:#FECC09}
.is-top .fil0 {fill:white}
.is-top .fil3 {fill:#FECC09}
#logo {
    position: relative;
    z-index: 2;
    max-width: 250px;
}
/* Переваги */
.banner-info {
    font-weight: 600;
}

/* search */
.search-dropdown {
  padding: 0;
  width: 340px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  padding: 0;
  line-height: 38px;
  width: 38px;
}
#search i {
  font-size: 18px;
}
/* cart */
#cart {
	display: inline-block;
  margin-top: 0;
  width: auto;
}
#cart > .btn {
  box-shadow: none;
  border-radius: 0;
  background: var(--color-light);
  color: #000000;
  font-size: 15px;
  border: none;
  text-align: right;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50% 0 50% 50%;
  position: fixed;
  right: 10px;
  top: 10px;
  text-align: center;
  /*outline: 11px solid rgb(187 214 84 / 71%);*/
  border: none;
}
#cart>.btn:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    background: rgb(187 214 84 / 55%);
    right: -10px;
    bottom: -10px;
    z-index: -1;
    border-radius: 50% 0 50% 50%;
	
}
#cart > .btn.newitem:before {
	animation: pulse .5s;
}

@keyframes pulse {
	0% {
		left: -10px;
		bottom: -10px;
	}

	30% {
		left: -50px;
		bottom: -50px;

	}

	80% {
		left: 0px;
		bottom: 0px;


	}
	100% {
		left: -10px;
		bottom: -10px;

	}
}
#cart > .btn.hasnew {
	animation: bg .5s infinite;
}
@keyframes bg {
	0% {
		background: var(--color-light);

	}

	50% {
  background: rgb(187 214 84 / 71%);


	}

	100% {
		background: var(--color-light);
	}
}
/*
#cart > .btn.newitem {
	animation: pulse .5s;
}
@keyframes pulse {
	0% {
		outline-width: 11px;
	}

	30% {
		outline-width: 30px;
	}

	80% {
		outline-width: 0px;
	}
	100% {
		outline-width: 11px;
	}
}
*/
.dropdown-toggle {
  background: transparent !important;
}
#cart.open > .btn {
	background-image: none;
	background-color: var(--color-white)FFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart > .btn i, #wishlist-total i {
  color: #fff;
  margin: 0 4px;
  font-size: 18px;
}
span#cart-total span {
  background: var(--color-white);
  border: 1px solid #000;
  color: #000;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
	width: 350px;
}
#modalCart {
  list-style: none;
  padding: 0;
}
#modalCart a {
	color:#000;
}
#modalCart a.btn-primary {
	color:#fff;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
.left-nav>li {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  border-right: 1px solid #ccc;
  padding-right: 5px;
}
.left-nav>li:last-child {
  border-right: none;
}
.left-nav .dropdown-menu {
    min-width: auto;
    /* padding: 10px; */
    background: var(--color3);
}
.dropdown-menu>li>a,.dropdown-menu>li>button {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.left-nav button {
  text-transform: uppercase;
  color: #000!important;
}
#form-currency .btn-link, #form-language .btn-link {
  color: #959595;
  text-decoration: none;
  padding: 0;
  border: none;
  margin-right: 0px;
  font-size: 12px;
  text-transform: uppercase;
}
.account-link, #wishlist-total {
  text-transform: uppercase;
}
.right-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.right-nav>li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
/* menu */
.mainnav {
  font-size: 16px;
}
#menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
      display: flex;
    align-items: center;
}
#menu ul li {
	display:block;
}
#menu a, .account_nav a {
    padding: 4px 15px;
    min-height: 15px;
    background-color: transparent;
    display: block;
	    text-align: center;
		line-height: 1;
}
#menu>ul>li>a, .account_nav>li>a {
    min-height: 40px;
    display: flex;
    align-items: center;
    /* text-shadow: 1px 1px 2px #fff; */
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
    color: #fff;
}
.is-top #menu a, .is-top header a {
	
}
#menu a:hover {
	color: var(--color-light);
/*	background: rgba(0,0,0,.1);
    border-radius: 18px;*/
}

#menu .dropdown-menu, .account_nav .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 10px;
    box-shadow: 5px 10px 10px rgba(0,0,0,.3);
    border: 2px solid var(--color3);
    background: var(--color-light);
	overflow: hidden;
	margin-left: -50%;
}
#menu .dropdown-inner, .account_nav .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a, .account_nav .dropdown-menu a {
    min-width: 190px;
    display: block;
    padding: 6px 20px;
    clear: both;
    line-height: 1.3;
    color: #000;
    border-bottom: 1px dotted var(--color3);
    font-size: 19px;
}
#menu .dropdown-inner li a:hover, .account_nav .dropdown-menu li a:hover {
    background: #fff;
    color: var(--color3);
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: var(--color-white)fff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: var(--color-white);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: var(--color-white);
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: var(--color-white)fff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
/*	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}*/
}
@media (max-width: 767px) {
	/*#menu {
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: var(--color-white);
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: var(--color-white);
	}
	*/
}

ul.account_nav a {
    display: block;
    line-height: 33px;
}
ul.account_nav a:hover {
    color: var(--color-light);
}
#trigger-overlay {
  display: none;
}
@media screen and (max-width: 1200px) {
	/* Nav collapse button */
	#trigger-overlay {
		display: block;
	}
.dropdown-icon {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: inline-block;
  position: relative;
  vertical-align: top;
	margin-left: 0;
    right: 0;
}

	.dropdown-icon:focus {
		outline: none; 
		}
	.dropdown-icon span {
		display: block;
		position: absolute;
		background: #fff;
		top: 24px;
		left: 5px;
		right: 5px;
		height: 2px;
	}


	.dropdown-icon span::before,
	.dropdown-icon span::after {
		position: absolute;
		display: block;
		left: 0;
		width: 100%;
		background-color: #fff;
		content: "";
		height: 2px; }


	.dropdown-icon span::before {
		top: -12px; }


	.dropdown-icon span::after {
		bottom: -12px; }


	.dropdown-icon--animate {
			background-color: transparent;
	}
	.dropdown-icon--animate span {
		transition: background 0s 0.2s; }

	.dropdown-icon--animate span::before,
	.dropdown-icon--animate span::after {
		transition-duration: 0.2s, 0.2s;
		transition-delay: 0.2s, 0s; }

	.dropdown-icon--animate span::before {
		transition-property: top, transform; }

	.dropdown-icon--animate span::after {
		transition-property: bottom, transform; }

	.is-active.dropdown-icon--animate {
		/*background-color: transparent; */
		}

	.is-active.dropdown-icon--animate span {
		background: none; }

	.is-active.dropdown-icon--animate span::before {
		top: 0;
		-ms-transform: rotate(45deg);
				transform: rotate(45deg); }

	.is-active.dropdown-icon--animate span::after {
		bottom: 0;
		-ms-transform: rotate(-45deg);
				transform: rotate(-45deg); }

	.is-active.dropdown-icon--animate span::before,
	.is-active.dropdown-icon--animate span::after {
		transition-delay: 0s, 0.2s; }

	.mainnav {
	  max-height: 0;
	  padding: 0;
	  background: var(--color3);
	  position: fixed;
	  width: 100%;
	  top: 0;
	  padding-top: 85px;
	  z-index: -1;
	  opacity: 0;
	  overflow: hidden;
	  transition: all 1.5s;
	  transition-timing-function: cubic-bezier(.19,1,.22,1);
	  height: 0px;
	  left: 0;
	  text-align: center;
		  margin-top: 0px!important;
	}
	
	.mainnav ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 100%;
		margin-top:50px;
	}
	.mainnav li {
	  display: none;
	}
	.open.mainnav li {
		display: block;
	}
	li.mobile_nav_contacts {
    font-weight: 600;
    padding: 10px 0;
	color: #fff;
}
.mobile_nav_contacts {
    border-top: 1px dashed;
    margin-top: 30px;
}
	#menu>ul>li.top_social_link a {
    display: inline-block;
}

	#menu.open {
	  max-height: 100vh;
	  	  height: 3000px;

	  
	  opacity: 1;
	}   
	
	#menu div.dropdown-menu {
		position: relative!important;
		transform: translate3d(0px, 0px, 0px)!important;
		    margin: 0 0 10px!important;
	}
	#menu .dropdown-inner ul {
		display: flex;
		flex-direction: column;
	}

}




/* content */
.slideshow {
   margin-top: 60px;
}
.swiper-viewport .swiper-button-next {
    right: 0px!important;
}
.swiper-viewport .swiper-button-prev {
    left: 0px!important;
}
.swiper-button-next, .swiper-button-prev {
    text-align: center;
}
.swiper-button-next:before, .swiper-button-prev:before {
    width: 20px!important;
    height: 20px!important;
    font-size: 20px!important;
}
#content {
}
/* footer */
.policy-nav {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.policy-nav li{
    padding:4px 10px;
}
#contacts {
    background: url(/image/catalog/map.png) no-repeat center;
    height: 350px;
    position: relative;
    background-size: cover;
    background-position: center;
}
.footer-contacts {
	position: absolute;
    color: #000;
    background: rgb(255 255 255 / 40%);
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 20px 10px;
    border-radius: 20px;
    text-align: center;
	    font-weight: 600;
}
.footer-contacts h3 {
	font-weight:bold;
	margin-bottom:20px;
}
.footer-contacts ul {
  padding: 0;
  list-style: none;
}
.footer-contacts ul {
    margin-bottom: 10px;
    font-size: 18px;
}
.footer-contacts ul li {
  margin-bottom: 10px;
}
.footer-contacts a {
  color:#000;
  border-bottom:1px dashed;
}
.path-link {
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    width: 50%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.path-link span {
    background: var(--color3);
    border-radius: 20px;
    padding: 10px 20px;
    box-shadow: 3px 3px 8px rgba(0,0,0,.3);
	    white-space: nowrap;
		position:relative;
		overflow:hidden;
		display: block;
    z-index: 2;
	color:#fff;
}
.path-link:hover span {
    background-color: var(--color4);
    box-shadow: 0 0 19px var(--color3);
	color:#fff;
}
.path-link span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,transparent,rgb(255 255 255 / 50%),transparent);
    transition: all 850ms;
}
.path-link span::after {
    webkit-animation: ripple 8s linear infinite;
    -moz-animation: ripple 8s linear infinite;
    -ms-animation: ripple 8s linear infinite;
    -o-animation: ripple 8s linear infinite;
    animation: ripple 8s linear infinite;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1.0);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: -1;
	height: 200px;
    width: 350px;
    top: -20px;
    left: -140px;
	content: "";
	position: absolute;
}
.path-link img {
    display: block;
    margin: 0 auto 16px;
}

footer {
    padding-top: 30px;
    background-color: #eee;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
}
.subfooter {
    background: rgba(0,0,0,.2);
    padding: 10px 0;
    text-align: center;
}
footer a {
    color: #000;
    
}
footer a:hover {
	color: var(--color3);
}
footer h5 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: none;
  background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
  border-right: 1px dashed #ccc;
}

.pagination li {
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
	overflow:hidden;
	  margin-left: -1px;

}
.pagination li:first-child {
  border-radius: 20px 0 0 20px;
}
.pagination li:last-child {
  border-radius: 0 20px 20px 0;
}
.pagination a, .pagination span {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
}
.pagination span {
  background: var(--color-light);
  color: #000;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
    padding: 0px 12px;
    box-shadow: none;
    border-radius: 0;
    line-height: 30px;
}

.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	border: 2px solid #000;
    display: inline-block;
    text-transform: uppercase;
    /* width: auto; */
    /* margin-bottom: 20px; */
    /* height: 32px; */
    /* line-height: 1; */
    /* padding: 0 15px; */
    border-radius: 40px;
    background: var(--color3);
    color: #fff;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,3); */
    border-color: var(--color-light);
    box-shadow: 2px 2px 10px var(--color3);
}


.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  border-color: var(--color-light);
	background-color: var(--color4);
    box-shadow: 0 0 19px var(--color3);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(189 131 72 / 25%);
}
.btn-secondary {
    border: 2px solid #000;
    display: inline-block;
    text-transform: uppercase;
    /* width: auto; */
    /* margin-bottom: 20px; */
    /* height: 32px; */
    /* line-height: 1; */
    /* padding: 0 15px; */
    border-radius: 40px;
    background: var(--color-light);
    color: #fff;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,3); */
    border-color: var(--color-light);
    box-shadow: 2px 2px 10px var(--color3);
	}
.btn-secondary:hover {
    color: var(--color3)!important;
    background-color: #fff;
    border-color: var(--color3);
}
.btn-warning {
	color: var(--color-white)fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger {
  border-radius: 50px;
  background: no-repeat;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0;
  line-height: 25px;
  color: #bd362f;
  text-shadow: none;
}
.btn-danger i {
  vertical-align: middle;
  line-height: 23px;
  display: block;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: var(--color-white)fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: var(--color-white)fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 0;
}
.btn-link, .btn-link.active, .btn-link:focus, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: var(--color-white)fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 var(--color-white);
}
/* carousel */
.carousel-caption {
	color: var(--color-white)FFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
    /* border: 1px solid #ddd; */
    margin-bottom: 0;
    overflow: auto;
    border-radius: 10px;
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 3px 3px 10px rgba(0,0,0,.3);
	height: calc(100% - 20px);
	display: flex;
    flex-direction: column;
}
.product-thumb:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.product-thumb .image {
	text-align: center;
	margin-bottom: 10px;
	overflow:hidden;
	position: relative;
}
.product-thumb:hover .image img {
  transform: scale(1.2);
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 a{
    font-weight: bold; 
    display: flex;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-thumb .caption {
  color: #111;
  letter-spacing: .02em;
	text-align: center;
	padding: 0 10px;
}
.caption .keyword {
    font-size: 13px;
}
.prod_description {
    text-align: center;
    font-weight: 600;
}

.short_desc {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -100%;
    right: 0;
    background: rgba(0,0,0,.7);
    color: #fff;
    padding: 10px;
    display: flex;
    margin: 0;
    align-items: center;
    opacity: 0;

}
.product-thumb:hover .short_desc {
    bottom: 0;
    opacity: 1;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.caption p {

}
.product-layout {
}
.product-thumb .price {
    color: #000;
    font-size: 22px;
    display: block;
	font-weight: bold;
	flex: 1;
	text-align: center;
	    line-height: 1;
		    text-align: right;
   padding-right:20px;

}
.product-thumb .price-new {
	line-height: 37px;
    font-weight: 600;
}
.product-thumb .price-old {
color: #757575;
    text-decoration: line-through;
    margin-left: 10px;
    font-weight: normal;
    font-size: .8em;
    margin: 0 5px;
}
.product-thumb .price-tax {
	color: #999;
	display: block;
}

.input-group.number-spinner {
    width: auto;
	margin: 0 2%;
}
.number-spinner .btn {
    padding: 0px 6px;
    background: var(--color-light);
    border-radius: 8px 0 0 8px;
    border: solid 1px #dddddd;
}
.number-spinner span:last-child .btn {
    border-radius: 0 8px 8px 0;
}

.price_block {
    display: flex;
    justify-content: center;
	padding: 0 10px;
	    margin-top: auto;
		flex-wrap: wrap;
}

.prod_price_block {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
	justify-content: center;
	align-items: center;
}
.price_list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
	margin:0;
}
.price_list span {
    font-size: 19px;
    color: #777;
}
.price_list li {
    margin-right: 15px;
}
.price_list li:last-child {
    margin-right: 0;
}
.price_list h2 {
    margin-bottom: 0px;
    line-height: 41px;
}
.number-spinner input {
    line-height: 41px;
    height: 32px;
    font-size: 20px;
    width: 40px!important;
}
#button-cart {

    width: auto;
    height: 32px;
    line-height: 1;
    padding: 0 15px;
    border-radius: 40px;
    background: var(--color3);
    color: #fff;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,3); */
    border-color: var(--color3);
    box-shadow: 2px 2px 10px var(--color3);
	position:relative;
	z-index: 2;
    overflow: hidden;
}
#button-cart:hover {
	background:#45bf54;
}
#button-cart:before {
	content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,transparent,rgb(255 255 255 / 50%),transparent);
    transition: all 850ms;
} 
#button-cart::after {
    webkit-animation: ripple 8s linear infinite;
    -moz-animation: ripple 8s linear infinite;
    -ms-animation: ripple 8s linear infinite;
    -o-animation: ripple 8s linear infinite;
    animation: ripple 8s linear infinite;
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 1.0);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    z-index: -1;
    height: 200px;
    width: 350px;
    top: -20px;
    left: -140px;
    content: "";
    position: absolute;
}
div#total_sub_total {
    display: none;
}

ul.energy_info {
    list-style: none;
    padding: 0;
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 0;
    text-align: center;
}
ul.energy_info li {
    padding: 4px 10px;
    /*background: var(--color-light);*/
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
	flex: 2;
	display: inline-block;
}
.energy_info li.ccal {
	flex: 1;
}
.rating_bar {
    display: block;
    width: 150px;
    height: 30px;
    background: url(../image/rating.png);
    background-size: 200%;
    background-repeat: no-repeat;
	margin: auto;
}
.rating1 {
    background-position: -120px;
}
.rating2 {
    background-position: -90px;
}
.rating3 {
    background-position: -60px;
}
.rating4 {
    background-position: -30px;
}

.ccal_bar {
    font-weight: 600;
    line-height: 30px;
    font-size: 20px;
}
.recomended_products {
    margin-top: 20px;
    background: #efefef;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

@media (max-width:1199px) {
	.rating_bar {
		width: 130px;
		height: 26px;
		background-size: 260px;
	}
	.ccal_bar {
		line-height: 26px;
	}
	.rating1 {
    background-position: -104px;
	}
	.rating2 {
		background-position: -78px;
	}
	.rating3 {
		background-position: -52px;
	}
	.rating4 {
		background-position: -26px;
	}

}
@media (max-width:991px) {
	.energy_info li.ccal {
		flex: 2;
	}
}

/*
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: var(--color-white);
    position: absolute;
    width: 100%;
    bottom: -45px;
}
.product-thumb:hover .button-group {
    bottom: 0;
}
*/
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.recomended_products .short_desc {
		display: none;
	}
	.recomended_products h4 {
		font-size: 13px;
		margin-bottom: 5px;
	}
	.recomended_products .product-thumb .price {
		margin-bottom: 0;
	}
}
.product-thumb .button-group button {
    width: 100%;
    border: none;
    display: inline-block;
    float: left;
    background-color: var(--color3);
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
	display:none;
}
.product-thumb .button-group button:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: var(--color4);
	box-shadow: 0 0 19px var(--color3);
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
	}
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0 auto 20px auto;
    max-width: 350px;
}
.thumbnails img {
	/*border-radius: 40% 30px 40% 30px;
	border-radius: 30px 40% 30px 40%;*/
			border-radius:30px 40% 30px 40% ;

	border: 3px solid #ccc;
    padding: 3px;
	animation: morphing 7s;
}

@keyframes morphing {
	0% {
		border-radius: 40% 30px 40% 30px;
	}

	100% {
		border-radius:30px 40% 30px 40% ;
	}

}
	
.thumbnails > li {
	margin-left: 20px;
}

.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 40px;
    border: solid 1px #dddddd;
	font-size:16px;
	padding: 0;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}

.slider-info {
  position: absolute;
  z-index: 2;
  /* left: 0; */
  /* right: 50%; */
  width: 100%;
  top: 0;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.slider-info h1 {
  font-size: 3.5em;
  padding-bottom: 20px;
  color: #000;
  font-weight: 600;
}
.slogan {
text-align: center;
    font-size: 24px;
    color: var(--color3);
    /* max-width: 850px; */
    margin: 20px auto;
    text-shadow: 3px 3px 10px rgba(0,0,0,.3);
    padding: 20px 40% 20px 10%;
    /* text-align: left; */
    background: #f7f7f7;
    border-radius: 100px;
    position: relative;
    max-width: 940px;
}

.slogan:after {
    content: '';
    position: absolute;
    right: 0;
    top: -30px;
    bottom: -30px;
    left: 50%;
    background: url(../image/ogirok.png) no-repeat center;
    background-size: contain;
}
@media (max-width: 991px) {
	.slogan {
		padding: 20px 40% 20px 30px;
	}
}
@media (max-width: 768px) {
	.slogan {
		font-size: 18px;
		margin: 30px auto;
		padding: 20px 100px 20px 10px;
	}
	.slogan:after {
		left: auto;
		width: 150px;
	}
}
@media (max-width: 470px) {
	.slogan {
		padding: 30px;
		/* border-radius: 20px; */
		font-size: 14px;
		margin-bottom:50px;
	}
.slogan:after {
    content: '';
    position: absolute;
    right: 0;
    top: auto;
    bottom: -70px;
    left: 0;
    height: 90px;
    width: auto;
}
}

.banner-item {
  position: relative;
  margin-bottom: 20px;
}
	.banner-item img {
		width: 100%;
		max-width: 70px;
	}

.banner-item .banner-info {
}
.banner-item .banner-info {

}
.banner-section {
  padding-top: 40px;
	margin-bottom:20px;
}
.banner-description {
  margin-bottom: 20px;
}
#column-left .category-section .col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#column-left .category-section button {
  display:none;
}
/*
.wave {
	position:relative;
}
.wave:before {
    content: '';
    position: absolute;
    background: url(../image/wave.svg) repeat-x bottom;
    width: 100%;
    height: 15px;
    left: 0;
    top: -14px;
}
.wave:after {
    content: '';
    position: absolute;
    background: url(../image/wave.svg) repeat-x top;
    width: 100%;
    height: 15px;
    left: 0;
    bottom: -14px;
	transform:rotate(180deg)
}
*/
/* Feedback */
.section-feedback {
    text-align: center;
    background-size: cover;
    position: relative;
    margin: 50px 0;
    background-color: #efefef;
    padding: 20px 0 40px;
	z-index:2;
}
.bg-image {
    position: absolute;
    top: -50px;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    height: calc( 100% + 100px);
	z-index:-1;
}
.section-feedback h2 {
    /*color: #fff;
    text-shadow: 3px 3px 10px rgba(0,0,0,.7);*/
    color: #000;
    text-shadow: 3px 3px 10px rgba(255,255,255,1);
}
.feedback-swiper {
background:none!important;
box-shadow:none!important;	
}
.review-item img {
    border-radius: 20px;
    box-shadow: 2px 2px 7px rgba(0,0,0,.2);
}
.feedback-swiper .swiper-pagination {
    bottom: -30px;
}


.swiper-slide img {
  width: 100%;
}
.lineeffect {
  position: relative;
}
.lineeffect a {
  position: relative;
  display: block;
}
.lineeffect a:before, .lineeffect a:after {
  left: 15px !important;
  right: 15px px !important;
}
.lineeffect a:before {
  border-bottom: 1px solid #BC8246;
  border-top: 1px solid #BC8246;
  transform: scale(0, 1);
}
.lineeffect a:after {
  border-left: 1px solid #BC8246;
  border-right: 1px solid #BC8246;
  transform: scale(1, 0);
}
.lineeffect a:before, .lineeffect a:after {
  bottom: 10px;
  content: "";
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  z-index: 1;
}

.lineeffect a:hover:before, .lineeffect a:hover:after {
  opacity: 1;
  transform: scale(1);
}

.html-image {
  min-width: 100%;
  min-height: 100%;
  width: 100%;
}
.section-html:nth-child(odd) .order-md-image {
  order:2;
}
.html-desc {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 50px;
}
.product-banner {
  height: 100%;
  background-size: cover;
  background-position: center;
  min-height: 300px;
}
.section-superproducts {
  padding: 50px 0;
}
.section-superproducts h2 {
  background: var(--color3);
}
.section-superproducts .title::after {
  background: var(--color-dark);
}

.sub-categories {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
	margin-bottom:30px;
	flex-wrap:wrap;
}
.sub-categories li {
  margin: 5px;
	display: block;
}
.sub-categories li a {
  padding: 5px 15px;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  border: 1px solid #efefef;
}
ul.sub-categories li a:hover {
  background: var(--color-light);
  color: #000;
}

.modal-content {
    border-radius: 20px;
    box-shadow: 4px 4px 60px var(--color3);
}
.modal-title {
    font-size: 18px;
    text-align: center;
    flex: 1;
    padding-left: 50px;
	font-weight: 600;
}
.table-cart.table td, .table-cart.table th {
    padding: 0.4rem;
	vertical-align: middle;
}

.table-cart.table td.text-right {
    white-space: nowrap;
}

.tab-pane>.row {
    justify-content: center;
}

/*
.form-group.row-shipping_field20 {
    display: inline-block;
    width: 70%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-group.row-shipping_field22 {
    display: inline-block;
    width: 30%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.simplecheckout-block-content>.form-horizontal {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}*/
.row.form-horizontal {
    flex-wrap: wrap;
}
.shipping-address-block>.row>.col:first-child {
    flex: 2;
}
.shipping-address-block label {
	white-space:nowrap;
}


.tags a {
    border-bottom: 1px dashed;
    color: #444;
}
.tags a:hover {
    color: #000;
}

span.checkout-heading-button a {
    background: #c4e196;
    padding: 10px;
    margin: -10px -15px -10px 5px;
    /* color: #fff; */
    display: inline-block;
}
#simplecheckout_customer .col:first-child {
    flex: 0 0 100%;
    text-align: center;
}
#simplecheckout_shipping_address .col:first-child {
    flex: 0 0 70%;
}
.form-group.row {
    width: 100%;
}


.delivery-info {
    background: #efefef;
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    border-radius: 20px;
}
ul.clear-list {
    list-style: none;
    padding: 0;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%); */
    background: rgba(0,0,0,.5);
    right: 0;
    bottom: 0;
    z-index: 10000;
	justify-content: center;
    align-items: center;
}
#overlay .popup {
    width: 430px;
    max-width: 80%;
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 4px 4px 15px rgba(0,0,0,.3);
    font-weight: 600;
}

/*** Media Queries ***/
@media (max-width:1300px) {
	#logo {
		max-width: 160px;
	}
	#menu a {
		padding: 4px 10px;
	}
}
@media (max-width: 1200px) {
	.mainnav {
		width: 100%;
		text-align: center;
		margin-top:10px;
	}
#top {
    padding: 5px 80px 5px 20px;
}

}
@media (max-width: 991px) {
	#simplecheckout_customer .col {
		flex: 0 0 50%;
	}
}
@media (max-width: 768px) {

	.top_phone .phone_number, .top_phone .operators {
		display: none;
	}

	h1 {
		font-size: 23px;
		margin-bottom: 10px;
		line-height: 1;
	}
	.prod_description {
		text-align: center;
	}
	.path-link {
		position: relative;
		left: 0;
		width: 100%;
		padding:30px 0;
	}
	.footer-contacts {
		position: relative;
		right: auto;
		top: 10px;
		transform: none;
		padding: 10px 10px 10px;
		margin: 0 10px;
		font-weight: 600;
	}
	.footer-contacts ul li {
		margin-bottom: 10px;
	}
	#contacts {
		height: auto;
		border-radius: 20px 20px 0 0;
		    background-size: cover;
    background-position: bottom right;
	}
	.policy-nav {
		font-size: 12px;
	}
	footer .list-unstyled {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		font-size: 14px;
	}
	footer .list-unstyled li {
		padding: 5px;
	}
	.subfooter {
		padding: 10px 0 30px;
	}
}
@media (max-width: 586px) {
	.top_social li {
		padding: 0;
	}
	.top_social a {
		color: #fff;
		text-shadow: 1px 1px 5px rgba(0,0,0,.5);
		border-radius:0;
	}
	.top_phone .operators {
		display: inherit;
	}
	.table-cart.table td a {
		font-size: 12px;
	}
	.phone .phone_number {
		display: inline-block;
	}
	.phone i {
		font-size: 2em;
	}
	.top_social_link {
		display: none;
	}
	.top_phone {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: var(--color3);
		padding: 0!omportant;
		padding: 10px 0;
	}
	.phone {
		background: none;
		border: none;
		padding: 9px 10px;
	}
	#logo {
		max-width: 130px;
	}
	#cart > .btn {
		width: 40px;
		height: 40px;
	}
	.banner-item {
		margin-bottom: 0;
	}
	.banner-item .banner-info {
	}
	.nav-pills .nav-link {
		font-size: 13px;
	}
		#simplecheckout_customer .col {
		flex: 0 0 100%;
	}
	.row-customer_register {
		text-align: center;
	}
}