@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Light'), local('Ubuntu-Light'), url('../fonts/ubuntu/ubuntulight.woff2') format('woff2'), url('../fonts/ubuntu/ubuntulight.woff') format('woff'), url('../fonts/ubuntu/ubuntulight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu'), url('../fonts/ubuntu/ubuntu.woff2') format('woff2'), url('../fonts/ubuntu/ubuntu.woff') format('woff'), url('../fonts/ubuntu/ubuntu.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url('../fonts/ubuntu/ubuntumedium.woff2') format('woff2'), url('../fonts/ubuntu/ubuntumedium.woff') format('woff'), url('../fonts/ubuntu/ubuntumedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url('../fonts/ubuntu/ubuntubold.woff2') format('woff2'), url('../fonts/ubuntu/ubuntubold.woff') format('woff'), url('../fonts/ubuntu/ubuntubold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url('../fonts/sourcesanspro/sourcesanspro.woff2') format('woff2'), url('../fonts/sourcesanspro/sourcesanspro.woff') format('woff'), url('../fonts/sourcesanspro/sourcesanspro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url('../fonts/sourcesanspro/sourcesansprosemibold.woff2') format('woff2'), url('../fonts/sourcesanspro/sourcesansprosemibold.woff') format('woff'), url('../fonts/sourcesanspro/sourcesansprosemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url('../fonts/sourcesanspro/sourcesansprobold.woff2') format('woff2'), url('../fonts/sourcesanspro/sourcesansprobold.woff') format('woff'), url('../fonts/sourcesanspro/sourcesansprobold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* @group 1. Main Styles */

html {
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
	 scroll-behavior: smooth;
}

body { 
	color: #000; 
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	font-family: Ubuntu;
	background: #fff;
}

	.fixed-body {
		padding: 0px 20px;
	}
	
	.fixed-body2 {
		padding: 0px 20px;
	}

* {
     outline: 0;
}

b, 
strong {
	font-weight: 700;
}

iframe {
	border: 0;
    max-width: 100% !important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.box-heading {
	display: block;
	font-family: "Source Sans Pro";
	font-weight: normal;
	margin-bottom: 15px;
	text-decoration: none;
}

h1, .h1 {
	font-size: 44px;
	line-height: 55px;
}

h2, .h2, .box-heading {
	font-size: 32px;
	line-height: 40px;
}

h3, .h3 {
	font-family: Ubuntu;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 500;
}

.box-subtitle {
	font-size: 23px;
	color: #8f8f8f;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	margin-bottom: 25px;
}

.box-heading h1 {
	margin: 25px 0 0;
}

#title-page span {
	padding: 0;
	position: relative;
}

.title {
    font-size: 24px;
}

	@media (max-width: 767px) {
		h1, .h1 {
			font-size: 30px;
			line-height: 36px;
		}
	
		h2, .h2, .box-heading {
			font-size: 24px;
			line-height: 30px;
		}
		h3, .h3 {
			font-size: 17px;
			line-height: 20px;
		}
	}

.sub .email {
	margin: 5px 5px 5px 0px;
	height: 33px;
	vertical-align: top;
	width: 300px;
}

#modal-agree {
	z-index: 9999;
}

a { 
	color: #000;
	text-decoration: underline;
	-webkit-transition: color .25s ease;
	transition: color .25s ease;
}

a:hover {
	color: #E20505;
	text-decoration:none;
	outline: none !important;
}

.badge {
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	padding: 1px 9px;
}

.badge-secondary {
	background: #072889;
	color: #fff;
	
}

.read-more {
	border-bottom: 1px dashed #E20505;
	color: #E20505;
	cursor: pointer;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
        padding-bottom: 0px;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.standard-body .full-width .container {
	max-width: 1210px;
	margin: 0px auto;
	padding: 0px 20px;
}

	.standard-body .full-width .container .container,
	.responsive .standard-body .full-width .container .container {
		padding: 0px;
	}
	
	.standard-body .full-width .shadow {
		display: none;
	}
	
	     .standard-body #top.full-width .pattern > .container {
	          position: relative;
	     }
	
	     .standard-body #top.full-width .container > .row,
	     .standard-body .custom-footer.full-width .container > .row {
	          padding-left: 0px;
	          padding-right: 0px;
	     }
	     
	     .standard-body #top.full-width .pattern > .container-megamenu ul.megamenu {
	          padding-left: 0px;
	     }
	     
	     .standard-body #top.full-width .pattern > .container-megamenu ul.megamenu > li.home {
	          margin-left: 0px;
	     }
	     
.standard-body .fixed {
	padding: 0px 20px;
}

	.standard-body .fixed > .background {
		margin: 0px auto;
		max-width: 1170px;
		position: relative;
	}
	
		.standard-body .fixed .background .shadow {
			display: none;
		}
	
	.standard-body .fixed .container {
		padding: 0px;
		margin: 0px;
		max-width: 100% !important;
	}

.main-fixed {
	margin: 0px auto;
	max-width: 1230px;
	background: #fff;
}

	.main-fixed .fixed {
		padding: 0px !important;
	}
		
.fixed-body .container {
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px;
	max-width: none;
}

     .fixed-body #top > .background > .pattern > .container {
          position: relative;
     }

	.fixed-body .container .container {
		padding: 0px;
		margin: 0px;
	}
	
.main-fixed2 {
	margin: 0px auto;
	max-width: 1170px;
	background: #fff;
	position: relative;
}

	.main-fixed2 .fixed {
		padding: 0px !important;
	}
	
	.main-fixed2:before {
	     content: '';
	     position: absolute;
	     top: 0;
	     bottom: 0;
	     z-index: -1;
	     left: -30px;
	     width: 30px;
	     background: url(../img/bg-fixed-jagged-left.png) repeat-y;
	}
	
	.main-fixed2:after {
	     content: '';
	     position: absolute;
	     top: 0;
	     bottom: 0;
	     z-index: -1;
	     right: -30px;
	     width: 30px;
	     background: url(../img/bg-fixed-jagged-right.png) repeat-y;
	}
		
.fixed-body2 .container {
	padding-left: 0px;
	padding-right: 0px;
	max-width: none;
}

	.fixed-body2 .container .container {
		padding: 0px;
	}
	
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
	
/* @end */
	
/* @group 2. Inputs
-------------------*/

textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
select.form-control {
	background: #F5F0EB;
	color: #000;
	font-weight: 300;
	border: 1px solid #F5F0EB;
	padding: 10px;
	height: 40px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow:         none;
	-moz-box-shadow:    none;
	-webkit-box-shadow: none;
	-webkit-transition: border-color ease-out 0.2s, background-color ease-out 0.2s;
	transition:         border-color ease-out 0.2s, background-color ease-out 0.2s;
}

	input#input-captcha {
		margin-bottom: 15px;
	}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	.uneditable-input:focus {
	  border-color: #6daca1;
	  outline: 0;
	}
	
	textarea {
		max-width: 100%;
	}
	
	select {
		-webkit-appearance: none;
		-moz-appearance: none;
	}
	
/* @end */
	
/* @group 3. Dropdown 
-------------------*/
  
#main .dropdown-menu {
  display: block;
  opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 25px;
  text-align: left;
}

#main .open > .dropdown-menu {
  margin-top: 13px;
  display: block;
  opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
  filter: alpha(opacity=100);
  visibility: visible;
}

.dropdown-menu {
	background: #fff;
	border: none;
	color: #262626;
	padding: 23px 0px 19px 0px;
	margin-top: 9px;
	border-radius:         0px;
	-moz-border-radius:    0px;
	-webkit-border-radius: 0px;
	box-shadow:            0px 0px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:       0px 0px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.2);
	min-width: 115px;
}
	
	#cart_block .dropdown-menu {
		padding: 0px;
		margin-top: 12px;
	}
	
	.dropdown-menu a {
		color: #262626;
		font-weight: 400;
	} 
	
	     .dropdown-menu a:hover {
	          color: #6daca1;
	     }
	
		.dropdown-menu > li > a:hover,
		.dropdown-menu > li > a:focus {
			background: none;
		}
		
	.nav-header {
		color: #262626;
	}
	
/* @end */
	
/* @group 4. Buttons 
------------------*/

.button,
.btn {
	background: #ab0024;
	border: 1px solid #ab0024;
	border-radius: 3px;
	display: inline-block;
	cursor: pointer;
	outline: none;
    text-decoration: none !important;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	padding: 10px 25px;
	transition:         all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	-moz-transition:    all 200ms ease-out;
}

	.button:hover,
	.btn:hover {
		color: #fff;
	}
	
	.btn-fw {
		width: 100%;
	}
	
	.btn-disabled,
	.btn-disabled:hover {	 
		background: #DEDEE0;
		border-color: #DEDEE0;
		color: #000;
	}
	
	.btn.btn-default {
		background: #fff;
		color: #ab0024;
	}
		
	.button.btn-light {
		border-color: #811e1e;
		background: #811e1e;
	}	
	
	.input-group input {
		border-right: none;
	}

	.input-group-btn .btn,
	table .btn,
	.pull-right .btn,
	.button-type-2 {
		height: 40px;
		margin: 0px;
	}
	
	.product-info .cart .add-to-cart .quantity,
	.product-info .cart .add-to-cart #button-cart {
		margin-bottom: 0px;
	}
	
	     table .btn,
	     .pull-right .btn,
	     .button-type-2 {
	          height: auto;
	     }
	
.buttons { 
	overflow: auto;
	margin: 0 0 20px; 
}
	
	.buttons .btn {
		margin-top: 10px;
	}
	
	.buttons .left { 
		float: left; 
		text-align: left; 
	}
	
	.buttons .right { 
		float: right;
		text-align: right; 
	}
	
		.buttons .right .button {
			margin-left: 10px;
		}
	
	.buttons .center { 
		text-align: center;
		margin-left: auto;
		margin-right: auto; 
	}
	
.button-continue-shopping {
	display: block;
	float: left;
}

.button-checkout {
	display: block;
	float: right;
}
	
	@media (max-width: 767px) {
		.responsive .btn,
		.responsive .button {
			font-size: 13px;
			line-height: 16px;
			padding: 10px 8px;
		}
		
		.responsive .btn-lg {
			font-size: 16px;
		}
	}

	.badge {
		border-radius: 4px;
		font-size: 14px;
		line-height: 1.6;
		font-weight: bold;
		padding: 5px 10px;
	}

	.badge-primary {
		background: #ab0024;
		color: #fff;
	}
	
/* @end */
	
/* @group 5. Header 
------------------*/

header {
	position: relative;
}

	header .background-header {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -3;
	}
	
/* @end */

/* @group 6. Top of pages
------------------*/

.header {
	background: -webkit-gradient(linear, left top, left bottom, from(#FF003D), color-stop(97.92%, #000000));
    background: -o-linear-gradient(top, #FF003D 0%, #000000 97.92%);
    background: linear-gradient(180deg, #FF003D 0%, #000000 97.92%);
    font-family: "Source Sans Pro";
    font-size: 13px;
	line-height: 16px;
	font-weight: 600;
}

#top {
	position: relative;
}
     
	#top .container > .row {
          padding: 10px 30px;
	}
	
	#top .background-top {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}

	/* @group Logo */
	
	#top .logo {
		margin: 0;
	}
	
	     #top .logo img {
	        display: block;
	     }
	
	/* @end */
	
	/* @group  Search */
	.search-block {
		position: static;
	}
	
	#top .search_form {
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
		text-align: left;
	}

		#top .search_form input {
			padding: 0px 35px 0px 14px;
			margin: 0px;
			height: 40px;
			width: 100%;
		}
		
		
	/* @end */

	
	/* @group Links */
	#top .header-links {
		list-style: none;
		padding: 0px;
		margin: 0px;
		display: inline-block;
	}
	
		#top .header-links li {
			display: inline;
			margin-right: 15px;
		}

        #top .header-links li:last-child {
            margin-right: 0;
        }
        

    #top .header-info {
        padding: 20px 0;

    }

			
	/* @end */
	
	/* @group Currency and Language */

	#top .dropdown {
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	 	#top .dropdown > a {
	 		font-size: 12px;
	 		position: relative;
	 		padding: 10px 0px;
	 		margin: -10px 0px;
	 	}
	 	
	 	     #top .dropdown > a:hover {
	 	          margin-bottom: -30px;
	 	          padding-bottom: 30px;
	 	          z-index: 1;
	 	     }
	 	
	 	#top .dropdown > a > i {
	 	     font-size: 9px;
	 	     color: #0a0a0a;
	 	     padding: 7px 0px 0px 5px;
	 	     display: inline-block;
	 	     vertical-align: top;
	 	}
	 	
	 	#top form .dropdown.open .dropdown-menu:before {
	 	     position: absolute;
	 	     top: -10px;
	 	     left: 10px;
	 	     border-right: 10px solid transparent;
	 	     border-bottom: 10px solid #fff;
	 	     border-left: 10px solid transparent;
	 	     content: '';
	 	}
	 	
	 	#top form .dropdown .dropdown-menu a {
	 	     font-size: 12px;
	 	     font-weight: 700;
	 	     text-transform: uppercase;
	 	     line-height: 30px;
	 	     padding: 0px 30px;
	 	}
		 		
	/* @end */
			
	/* @group Cart block */
		.sidebar-panel .sidebar-content {
			display: none;
			opacity: 0;
			visibility: hidden;
			background: #fff;
			position: fixed;
			text-align: left;
			right: 0;
			top: 0;
			margin: 0;
			height: 100%;
			width: 90%;
			max-width: 38rem;
			z-index: 9999;
			box-shadow: 0px 12px 24px rgba(30, 30, 47, 0.12);
			-webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
			-moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
			transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
		}
		
		.sidebar-panel.is-active .sidebar-content {
			display: block;
			opacity: 1;
			visibility: visible;
		}
		
		.ajaxcart .ajax-over {
			height: 100%;
		}
		
		.typo-ajax-container {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			color: #000;
			font-weight: 400;
			height: 100%;
			margin: 0;
			cursor: default;
			padding: 20px 15px;
		}
		
		.typo-ajax-container .heading {
			border-bottom: 1px solid #E20505;
			font-weight: 500;
			text-align: left;
			text-transform: none;
			line-height: 1;
			padding-bottom: 15px;
			margin-bottom: 20px;
			position: relative;
		}
		
		.typo-ajax-container .heading i {
			content: url("../img/close.png");
			position: absolute;
			font-size: 40px;
			top: 0;
			right: -5px;
			padding: 0;
			cursor: pointer;
		}
		
		.typo-ajax-container ul {
			list-style: none;
			margin: 0;
			padding: 0;
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
			overflow: auto;
		}
		
		.typo-ajax-container li {
			display: flex;
			padding: 0 0 30px;
			line-height: 1.2;
			width: 100%;
			position: relative;
		}
		
		.typo-ajax-container .product-image {
			float: left;
			border: 0;
			padding: 0;
			position: relative;
		}
		
		.typo-ajax-container .product-image img {
			margin-right: 25px;
			max-width: 70px;
		}
		
		.typo-ajax-container .product-details {
			display: flex;
			justify-content: space-between;
			flex-direction: column;
			text-align: left;
			padding: 0;
			margin: 0;
			width: 100%;
			position: relative;
		}
		
		.typo-ajax-container .product-details {
			text-align: left;
		}
		
		.typo-ajax-container .product-name a {
			display: block;
			font-size: 13px;
			line-height: normal;
			text-decoration: none;
			font-weight: 500;
			padding: 0 30px 20px 0;
		}
		
		.typo-ajax-container .btn-remove {
			position: absolute;
			top: 0;
			right: 0;
			font-size: 16px;
			line-height: 1;
			cursor: pointer;
		}
		
		.typo-ajax-container .btn-remove i {
			color: #ABABAB;
			font-size: 16px;
		}
		
		.typo-ajax-container .quantity .quantity__input {
			display: block;
			float: left;
			margin-right: 15px;
			position: relative;
		}
		
		.typo-ajax-container .quantity .quantity__input input {
			border-color: #161616;
			border-radius: 3px;
			text-align: center;
			width: 90px;
			height: 30px;
			margin: 0;
		}
		
		.typo-ajax-container .quantity button {
			background: inherit;
			border: none;
			height: 30px;
			width: 30px;
			text-align: center;
			display: block;
			color: #000;
			line-height: 30px;
			font-size: 20px;
			font-weight: 300;
			position: absolute;
			top: 0;
			left: 1px;
		}
		
		.typo-ajax-container .quantity button.increase-quantity {
			left: inherit;
			right: 1px;
		}
				
		.typo-ajax-container .product-details .price {
			float: right;
			font-size: 20px;
			line-height: 1.5;
		}
		
		.typo-ajax-container .confirm {
			border-bottom: 1px solid #E20505;
			padding-bottom: 20px;
			margin-bottom: 20px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: end;
			-ms-flex-align: end;
			align-items: flex-end;
		}
				
		.typo-ajax-container .subtotal {
			font-weight: 500;
		}	
		
		.typo-ajax-container .subtotal .sum {
			display: block;
			font-size: 13px;
			line-height: 1;
			text-align: left;
			color: #E20505;
		}	
		
		.typo-ajax-container .price {
			font-size: 20px;
			line-height: 1.5;
		}
		
		.typo-ajax-container .subtotal span:last-child {
			display: none;
		}

		.account_wrapper {
			font-size: 16px;
		}

		.account_wrapper a {
			color: #E20505;
			text-decoration: underline;
		}
					
		.account_wrapper .customer-info {
			font-weight: 500;
		}
		
		.account_wrapper ul {
			margin-bottom: 30px;
		}
		
		.account_wrapper .typo-ajax-container li {
			padding-bottom: 10px;
		}

		.account_wrapper .customer-info .gender {
			margin-right: 10px;
		}

		.account_wrapper .reward {
			margin-bottom:40px;
		}

		.account_wrapper .reward p {
			color:#E20505;
			font-size:48px;
			line-height:1;
			font-weight:bold;
		}
				
		.account_wrapper .account-menu a {
			padding-left: 10px;
		}
		
		.account_wrapper .account-menu .disabled {
			color: #AAA;
		}
		
		.sidebar-panel .cart-overlay {
			display: none;
			background: rgba(0,0,0,.2);
			position: fixed;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			z-index: -1;
		}
		
		.sidebar-panel.is-active .cart-overlay {
			display: block;
		}
				
		#top #cart_block .cart-heading {
			cursor: pointer;
			position: relative;
		}
				
			#top #cart_block .cart-heading p {
				display: inline-block;
				vertical-align: top;
				color: #182140;
				font-weight: 800;
				padding: 8px 22px 0px 5px;
				margin: 0px;
				-webkit-transition: color .25s ease;
				transition: color .25s ease;
			}
			
			#top #cart_block .cart-heading #total_price_ajax {
			    display: inline-block;
			    color: #000;
			    font-size: 12px;
			    font-weight: 600;
			    text-align: center;
			    position: absolute;
			    right: 0;
			    top: 0;
			}
			
				#top #cart_block .cart-heading #total_item {
					background: #FEE255;
					border-radius: 2px;
					padding: 2px 4px;
					line-height: 1;
					display: inline-block;
				}
				
				#top #cart_block:hover .cart-heading p {
					color: #6daca1;
				}
			
		#top #cart_block .dropdown-menu {
			width: 570px;
			text-align: left;
			padding: 0px;
			right: -30px;
			left: auto;
		}
		
			#main #top #cart_block.open > .dropdown-menu {
				margin-top: 0px;
			}
				
					/* @group Content */
					
					.mini-cart-info table {
						border-collapse: collapse;
						width: 100%;
						margin-bottom: 30px;
					}
					
						.mini-cart-info td {
							padding: 10px;
						}
						
							.mini-cart-info .image {
								padding: 30px 10px 0px 10px;
								max-width: 80px;
							}
							
							.mini-cart-info .image img {
								display: block;
							}
							
							.mini-cart-info .name {
								padding: 30px 10px 0px 10px;
								text-align: left;
							}
							.mini-cart-info .quantity {
								text-align: right;
								padding: 30px 10px 0px 10px;
							}
							
							.mini-cart-info td.total {
								text-align: right;
								padding: 30px 10px 0px 10px;
								color: #182140;
								font-weight: 800;
							}
							
							.mini-cart-info .remove {
								text-align: right;
								padding: 30px 30px 0px 10px;
							}
							
							     .mini-cart-info .remove a {
							          color: #bcbbbb;
							          font-size: 16px;
							     }
							
								.mini-cart-info .remove img {
									cursor: pointer;
								}
					
					.mini-cart-total {
						text-align: right;
						background: url(../img/bg-cart-content.png) top left repeat-x;
						margin: 0px 30px;
						padding: 26px 0px 17px 0px;
					}
					
					     .border-width-1 .mini-cart-total {
					          background: url(../img/bg-cart-content2.png) top left repeat-x;
					     }
					
						.mini-cart-total table {
							border-collapse: collapse;
							display: inline-block;
							padding: 0px;
						}
						
							.mini-cart-total td {
							}
							
							     .mini-cart-total td b{
							          font-weight: normal;
							     }
								
								.mini-cart-total td:last-child {
									color: #182140;
									font-weight: 800;
									width: 130px;
								}
					
					#cart_block .empty {
						padding: 50px 30px;
						text-align: center;
					}
				
				/* @end */
					
	/* @end */
	
	/* @group Fixed Top */
	
	.is-sticky #top {
		z-index: 99;
		padding: 0px;
		width: 100%;
		left: 0;
		right: 0;
	}
	
		.is-sticky #top .background {
			width: 100%;
			opacity: 0.97;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=97)";
		}
		
		.is-sticky #top .container {
			padding-top: 0px;
			padding-bottom: 20px;
		}
		
		.is-sticky #top ul.header-links {
			display: none;
		}
		
		.is-sticky #top .logo img {
			max-height: 50px;
		}

	/* @end */
		
/* @end */

/* @group 7. Top of pages - Type 2 */

.header-type-2 {
	color: #fff;
	position: relative;
	z-index: 25;
	padding: 20px 0;
}

	.header-type-2 .header-top {
		margin-bottom: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
        -ms-flex-align: center;
		align-items: center;
		width: 100%;
	}
	
	.header-type-2 .header-links {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
        flex-grow: 1;
	}
	
	.header-type-2 .header-top a {
		text-decoration: none;
		color: #fff;
	}
	
	.header-type-2 .header-top .phone {
		margin-right: 15px;
	}

	.header-type-2 .header-middle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		position: relative;
		margin: 0 -15px;
	}
	
		.header-type-2 .header-middle > div {
			line-height: 0;
			padding: 0 15px;
		}
	
	.header-type-2 .catalog-menu {
		position: relative;
		z-index: 25;
		margin-top: 20px;
	}

	.header-type-2 .sticky-icon-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -15px;
	}
	
	.header-type-2 .sticky-icon-group > div {
		padding: 0 15px;
	}
	
		.header-type-2 .icon {
			color: #fff;
			fill: #fff;
			height: 40px;
			width: 40px;
		}
		
		.header-type-2 .account_wrapper a {
			display: inline-block;
			text-align: center;
		}
		
		.header-type-2 .is-logged {
			text-decoration: none;
		}

		.header-type-2 .is-logged .name {
			display: block;
			color: #fff;
			font-size: 13px;
			line-height: 1;
		}
		
		.header-type-2 .search_form_wrapper {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}
			
			.header-type-2 .search_form_wrapper .search_form input {
				background: #fff;
				border-radius: 20px;
				border: none;
				outline: none;
				font-size: 16px;
			}
			
			.header-type-2 .search_form input::-webkit-input-placeholder {color:#000;opacity: 1}
			.header-type-2 .search_form input::-moz-placeholder          {color:#000;opacity: 1}
			.header-type-2 .search_form input:-ms-input-placeholder      {color:#000;opacity: 1}
		    
		    .header-type-2 .search_form_wrapper .icon {
				display: block;
				width: 20px;
				height: 20px;
				color: #000;
				fill: #000;
				position: absolute;
				right: 15px;
				-webkit-transition: .3s;
				transition: .3s;
				cursor: pointer;
				top: 50%;
				transform: translateY(-50%);
		    }
		    
				.header-type-2 .sticky-icon-group .cart_wrapper #cart_block {
					z-index: 20;
				}
				                    
		.header-type-2 ul.megamenu {
			font-family: Ubuntu;
			font-weight: 500;
		}
          					
		.header-type-2 ul.megamenu > li > a {
			border-radius: 4px;
			color: #fff;
			text-decoration: none;
		}  
		
		.header-type-2 ul.megamenu > li > a:hover,
		.header-type-2 ul.megamenu > li:hover > a {
			text-decoration: underline;
		}
			
		.header-type-2 ul.megamenu > li.current > span {
			color: #E20505;
		}  
		
		.header-type-2 ul.megamenu .sub-menu {
			font-weight: 300;
		}      
		
		.header-type-2 ul.megamenu .sub-container {
			max-width: 1400px;
			margin: 0 auto;
		}
				
		.header-type-2 ul.megamenu .sub-heading {
			color: #000;
			font-size: 17px;
			line-height: 20px;
			font-weight: 500;
		}
		
		.header-type-2 ul.megamenu ul {
			list-style-type: none;
			padding: 0;
			margin: 0 0 25px;
		}
		
		.header-type-2 ul.megamenu ul li {
			margin-top: 8px;
		}
		
		.header-type-2 ul.megamenu ul a {
			font-size: 16px;
			line-height: 24px;
			text-decoration: underline;
		}
		
		.header-type-2 .mobileMenuToggle {
			display: none;
		}
		

		.header-type-2 .home2-block-phone-email {
			display: none;
		}
		
		.header-type-2 .home2-block-phone-email ul {
			display: inline-block;
			list-style-type: none;
			padding: 0;
			margin: 0;
		}

		.header-type-2 .home2-block-phone-email ul li {
			 display: block;
			 margin: 10px 0;
		 }
     
		 .header-type-2 .home2-block-phone-email ul a {
			color: #000;
			padding-bottom: 5px;
			text-decoration: none;
			display: block;
		 }
    
		 .header-type-2 .contacts {
			margin: 15px 0;
		 }
    
		 .header-type-2 .megamenu-wrapper .phone {
			font-size: 13px;
			margin: 0 0 10px;
		 }
    
		 .header-type-2 .megamenu-wrapper .email a {
			 color: #2185FB;
			 text-decoration: underline;
		 }
		 
		.header-type-2 .megamenu-wrapper .address {
			padding: 15px 0;
		 }
     
		 .header-type-2 .megamenu-wrapper .address .h3 {
			 margin-bottom: 10px;
		 }
		 
		 .header-type-2 .megamenu-wrapper .address p:not(:last-child) {
			 margin-bottom: 20px;
		 }
     
		 .header-type-2 .home2-block-phone-email ul li {
			background: inherit;
			padding: 0;
		 }
    
          
/* @end */


/* @group 8. Breadcrumb
------------------*/

.breadcrumb {
	font-size: 13px;
	margin: 0 0 15px;
}
	
	.breadcrumb .container > div {
		padding: 0;
	}
		
		.breadcrumb h1 {
			font-size: 44px;
			line-height: 55px;
			font-weight: 900;
			padding: 0;
			margin: 0;
		}

		.breadcrumb .container ul {
			list-style: none;
			padding: 0;
			margin: 0;
			position: relative;
		}
		
			.breadcrumb .container ul li {
				font-family: "Source Sans Pro";
				display: inline-block;
			}
			
				.breadcrumb .container ul li:before {
					content: "/";
					padding-left: 2px;
                    padding-right: 2px;
				}
				
					.breadcrumb .container ul li:first-child:before {
						display: none;
					}
					
			@media (max-width: 767px) {
				.responsive .breadcrumb h1 {
					font-size: 35px;
					line-height: 44px;
				}
			}
			
			@media (max-width: 479px) {
				.responsive .breadcrumb h1 {
					font-size: 24px;
					line-height: 28px;
				}
			}			
					
					
/* @end */
					
/* @group 9. Main Content
------------------*/

.main-content .pattern > .container,
.standard-body .main-content .pattern > .container {
	padding-bottom: 35px;
}
     
     .main-fixed .main-content .pattern > .container {
          padding-bottom: 40px;
     }
     
     #main .home .container h1 {
		font-size: 40px;
		font-weight: 900;
		text-align: left;
		margin: 0;
     }

     /* @group Banner with zoom */
     
     .banner-with-zoom {
          margin: 30px 0px 0px 0px;
          position: relative;
          overflow: hidden;
          background-color: #252525;
          cursor: pointer;
     }
     
          .banner-with-zoom > img {
               display: block;
               width: 100%;
               height: auto;
               -webkit-transition: all 0.35s ease-in-out;
               transition: all 0.35s ease-in-out;
               -webkit-backface-visibility: hidden;
               backface-visibility: hidden;
          }
          
               .banner-with-zoom:hover > img {
                    -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    transform: scale(1.1);
                    opacity: 0.75;
                    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
               }
               
          .banner-with-zoom .banner-content {
               position: absolute;
               left: 50px;
               right: 30px;
               bottom: 45px;
          }
          
               .banner-with-zoom .banner-content h3 {
                    font-weight: 800;
                    font-size: 40px;
                    line-height: 37px;
                    color: #fff;
                    padding-top: 20px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
               }
               
               .banner-with-zoom .banner-content h4 {
                    font-weight: 400;
                    font-size: 45px;
                    line-height: 16px;
                    font-family: Zapfino;
                    color: #fff;
                    padding: 0px;
                    margin: 0px 0px 0px -9px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    position: relative;
               }
               
               .banner-with-zoom .banner-content h5 {
                    font-weight: 400;
                    font-size: 23px;
                    line-height: 27px;
                    color: #fff;
                    padding: 0px 0px 15px 0px;
                    margin: 0px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
               }
               
               .banner-with-zoom .banner-content p {
                    color: #fff;
                    font-weight: 800;
                    font-size: 23px;
                    line-height: 27px;
                    background: url(../img/arrow-right.png) bottom left no-repeat;
                    padding: 0px 0px 22px 0px;
                    margin: 0px;
               }
               
               .banner-with-zoom .banner-content a {
                    position: relative;
                    z-index: 1;
               }
               
               .banner-with-zoom .banner-content .button-white {
                    margin: 17px 0px 5px 0px;
               }
     
     /* @end */

     /* @group Box features */
     
     .box-features {
          margin: 30px 0px 0px 0px;
          background: #fff;
          padding: 10px 0px 30px 0px;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
     }
     
          .box-features > ul {
               list-style: none;
               margin: 0px;
               padding: 0px;
               text-align: center;
          }
          
               .box-features > ul li {
                    padding: 27px 20px 0px 20px;
               }
               
          .box-features img {
               display: block;
               margin: 0px auto;
          }
               
          .box-features h4 {
               font-size: 23px;
               line-height: 27px;
               font-weight: 400;
               padding: 0px 0px 19px 0px;
               margin: 0px;
          }
          
          .box-features p {
               padding: 0px 0px 14px 0px;
               margin: 0px;
          }
     
     /* @end */

     /* @group Box contact */
     
     .box-contact {
          margin: 30px 0px 0px 0px;
          background: #fff;
          padding: 30px 30px 41px 30px;
     }
     
          .box-contact h3 {
               padding: 5px 0px 0px 0px;
               margin: 0px;
               font-size: 17px;
               font-weight: 800;
          }
          
          .box-contact ul {
               padding: 0px;
               margin: 0px;
               list-style: none;
          }
          
               .box-contact ul li {
                    float: left;
                    width: auto;
                    padding: 0px 65px 0px 0px;
               }
               
                    .box-contact ul li.pull-right {
                         padding: 0px 10px 0px 0px;
                    }
                    
                    .box-contact ul li:last-child {
                         padding: 0px 15px 0px 0px;
                    }
                    
                    .box-contact ul li i {
                         float: left;
                         width: auto;
                         font-size: 30px;
                         color: #6daca1;
                         padding: 20px 10px 0px 0px;
                    }
                    
                    .box-contact ul li p {
                         float: left;
                         width: auto;
                         font-size: 23px;
                         line-height: 27px;
                         color: #182140;
                         -webkit-font-smoothing: antialiased;
                         -moz-osx-font-smoothing: grayscale;
                         font-weight: 300;
                         padding: 21px 0px 0px 0px;
                         margin: 0px;
                    }
                    
                         .box-contact ul li p strong {
                              font-weight: 800;
                         }
                         
                    .box-contact ul li a.button {
                         margin-top: 17px;
                    }
     
     /* @end */
     
     /* @group Welcome banner */
     
     .welcome-banner {
          margin: 30px 0px 0px 0px;
          background: #fff;
          overflow: hidden;
          position: relative;
     }
     
          .welcome-banner > img {
               position: absolute;
               display: block;
               z-index: 0;
          }
          
               .welcome-banner > img.wow {
                    visibility: hidden;
               }
          
          .welcome-banner .banner-content {
               position: relative;
               z-index: 1;
               max-width: 680px;
               margin: 0px auto;
               padding: 39px 0px 54px 0px;
               text-align: center;
          }
          
               .welcome-banner.kids-version .banner-content {
                    max-width: none;
                    padding-left: 30px;
                    padding-right: 30px;
                    padding-bottom: 24px;
                    padding-top: 32px;
               }
          
               .welcome-banner .banner-content h2 {
                    font-size: 55px;
                    line-height: 40px;
                    position: relative;
                    padding: 0px;
                    margin: 0px;
                    font-weight: 700;
               }
               
               .welcome-banner .banner-content h3 {
                    font-size: 23px;
                    line-height: 27px;
                    font-weight: 300;
                    margin: 8px 0px 0px 0px;
               }
               
                    .welcome-banner.kids-version .banner-content h3 {
                         padding-bottom: 2px;
                    }
               
               .welcome-banner .banner-content hr {
                    width: 170px;
                    margin: 0px auto;
                    border-top: 2px solid #e5e5e5;
                    margin-top: 25px;
               }
               
               .welcome-banner .banner-content p {
                    line-height: 23px;
                    padding: 24px 0px 0px 0px;
                    margin: 0px;
               }
               
               .welcome-banner .banner-content ul {
                    list-style: none;
                    margin: 0px;
                    padding: 24px 0px 0px 0px;
               }
               
                    .welcome-banner .banner-content ul li {
                         float: left;
                    }
                    
                         .welcome-banner .banner-content ul li img {
                              display: inline-block;
                              vertical-align: top;
                         }
                         
                         .welcome-banner .banner-content ul li p {
                              display: inline-block;
                              vertical-align: top;
                              padding: 3px 0px 0px 14px;
                              margin: 0px;
                              text-align: left;
                              line-height: 17px;
                         }
     
     /* @end */
     
     /* @group Banner */
	
	.banners > div {
		padding-top: 30px;
	}
	
		.banners > div img {
			display: block;
		}
		
	/* @end */
	
	/* @group Center column */
	.description-top,
	.center-column {
/*		padding-top: 30px;*/
		position: static;
	}
		
		.center-column h1,
		.center-column h2,
		.center-column h3,
		.center-column h4,
		.center-column h5,
		#title-page {
			text-transform: none;
			margin: 0;
			padding: 0;
		}
		
		     .checkout-cart .center-column h2 {
		          padding-top: 10px;
		     }
		
		.center-column legend {
			 font-size: 30px;
		     font-weight: 500;
		     color: #4e3e3a;
		     text-transform: uppercase;
		}
		
		.center-column .background {
		     background: inherit !important;
		     padding: 0;
		}
		
		     .center-column > div {
		          margin: 0px 0px -30px 0px;
		     }
		
		     .center-column > .background {
		          padding: 0;
		          margin: 0px;
		     }
		
	/* @end */

	/* @group Inner page */
	
	.inner-page .pattern > div > .row:first-child > div {
		position: relative;
	}
	
	/* @end */
	
	/* @group Block */
	
	.box {
		position: relative;
	}
	
		.mfilter-box.box {
			margin: 0;
			padding: 0;
		}


		body[class^="product-product"] .box {
			margin: 50px 0;
		}
		
		.contact-page .box .box-heading{
			text-transform: none;
		}
		
		.box .box-heading {
			margin-bottom: 25px;
		}
		
		.box .box-heading span {
			padding: 0;
			position: relative;
		}

		     #main .box-with-categories .box-heading {
		          color: #fff;
		          padding-top: 25px;
		          padding-bottom: 0px;
		          padding-left: 30px;
		          padding-right: 30px;
		     }
		
		.box .strip-line {
			display: none !important;
		}
		
			.center-column .smfb-box {
				background: #F5F0EB;
				border-radius: 7px;
				margin-top: 0px;
				margin-bottom: 25px;
			}
			
			.center-column .box .box-content {
				padding: 0;
			}

		
		.box .box-content {
			clear: both;
		}
							
		     #main .box-with-categories .box-content {
		          background: none;
		          padding-top: 25px;
		          padding-bottom: 20px;
		     }
		
			.box .box-content.products {
				background: none;
				padding: 0px;
				border: none;
			}
			
				.col-sm-3 .box .box-content.products,
				.col-sm-4 .box .box-content.products,
				.col-md-3 .box .box-content.products,
				.col-md-4 .box .box-content.products {
					float: none;
					background: #fff;
					padding: 15px 15px 30px;
				}
		
		.box > .prev, 
		.box > .next {
			position: absolute;
			top: 50%;
			left: -20px;
			width: 40px;
			height: 40px;
			border: 2px solid #786762;
			color: #786762;
			z-index: 24;
			margin-top: 12px;
			transition: all 200ms ease-out;
			-webkit-transition: all 200ms ease-out;
			-moz-transition: all 200ms ease-out;
			text-align: center;
			padding: 7px 0px 0px 0px;
			visibility: hidden;
			opacity: 0;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		}
		
		     .box > .prev:hover, 
		     .box > .next:hover {
		          color: #fff;
		          background: #e9a219;
		          border-color: #e9a219;
		     }
		     
		     .box:hover > .prev, 
		     .box:hover > .next {
		          visibility: visible;
		          opacity: 1;
		          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		          left: -10px;
		     }
		
			.col-sm-3 .box > .prev,
			.col-sm-3 .box > .next,
			.col-sm-4 .box > .prev,
			.col-sm-4 .box > .next {
				display: none;
			}

			.box > .next {
				left: auto;
				right: -20px;
			}
			
			     .box:hover > .next {
			          left: auto;
			          right: -10px;
			     }
		
			.box > .prev:before, 
			.box > .next:before {
			     font-family: "Font Awesome 5 Pro";
			     cursor: pointer;
			     font-size: 16px;
			     line-height: 16px;
			     font-weight: 400;
			     -webkit-font-smoothing: antialiased;
			     -moz-osx-font-smoothing: grayscale;
			     content: "\f060";
			     padding-right: 1px;
			}
			
			     .box > .next:before {
			          content: "\f061";
			          padding-right: 0px;
			     }
			
	/* @end */
				
	/* @group Block Category */
	
	.box-category {
	}
	
		.box-category ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}
		
			.box-category ul li {
				padding: 0px 0px 0px 0px;
				position: relative;
			}
			
				#main .box-category ul li a {
					line-height: 30px;
					color: #f7f5f6;
				}
				
				     #main .box-category ul li a:hover {
				          color: #b46e59;
				     }
				
					#main .box-category ul li a.active {
						color: #b46e59;
						font-weight: bold;
					}
					
					.box-category ul li .head {
					     display: block;
					     position: absolute;
					     top: 0;
					     right: 0;
					}
				
     					#main .box-category ul li .head a {
     						font-size: 20px;
     						line-height: 29px;
     						color: #855d74;
     					}
     					
     					     #main .box-category ul li .head a:hover {
     					          color: #b46e59;
     					     }
     					
     						.box-category ul li .head .plus {
     							display: none;
     						}
     						
     							.box-category ul li .head .collapsed .plus {
     								display: block;
     							}
     							
     							.box-category ul li .head .collapsed .minus {
     								display: none;
     							}
							
				.box-category ul li ul {
				     border-top: 1px solid #764a63;
				     border-bottom: 1px solid #764a63;
				     margin: 6px 0px;
				     padding: 4px 0px;
				}
			
     				.box-category ul li ul li {
     					padding: 0px 0px 0px 17px;
     				}
				
	/* @end */
		
	/* @group Product */
	
		
		#mfilter-content-container > span {
			background: none !important;
		}
		
			#mfilter-content-container > span:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				background: #eff2eb;
				filter: alpha(opacity=40);
				filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
				opacity: 0.4;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
				-moz-opacity: 0.40; 
				left: 0;
				top: 0;
			}
			
			.main-fixed #mfilter-content-container > span:before,
			.main-fixed2 #mfilter-content-container > span:before {
			     background: #fff !important;
			}
		
			#mfilter-content-container > span > img {
				top: -40px !important;
				position: relative;
				z-index: 20;
			}
	
	.product-grid {
		position: relative;
		clear: both;
	}
	
	.product-grid .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
		.center-column .product-grid {
			margin-bottom: 30px;
		}
		
		.center-column .related-products .product-grid {
			margin-bottom: 20px;
		}
			
		.product-grid .product {
			background: #fff;
			padding: 30px 15px;
			margin-bottom: 30px;
			text-align: left;
			position: relative;
			height: 100%;
			display: block;
		}
		
		     .product-grid .col-lg-2 .product,
		     .product-grid .col-lg-25 .product,
		     .col-md-9 .product-grid .col-sm-3 .product {
		          padding: 15px 0;
		     }
		
			.product-grid .product:hover {
				z-index: 2;
			}
		
				.product-grid .product-hover .only-hover {
					opacity: 0;
					-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
					visibility: hidden;
					position: absolute;
					padding: 0 0 0px !important;
					background: #fff;
					border-top: none;
					left: 0;
					right: 0;
					bottom: 0;
				}
				
				     .product-grid .col-lg-2 .product-hover .only-hover,
				     .product-grid .col-lg-25 .product-hover .only-hover,
				     .col-md-9 .product-grid .col-sm-3 .product-hover .only-hover {
				          padding: 0px 20px 20px 20px !important;
				     }
				
					.product-grid .product-hover:hover .only-hover {
						opacity: 1;
						-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
						visibility: visible;
					}

						.product-grid .product-hover:hover .only-hover:before {
							content: '';
							position: absolute;
							top: 25px;
							left: 0;
							bottom: 0;
							right: 0;
							z-index: -1;
						}
						
						.product-grid .product-hover .only-hover > * {
							filter: alpha(opacity=30);
							opacity: .3;
							-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
							-webkit-transition: all .2s ease-in-out;
							transition: all .2s ease-in-out;
						}
						
							.product-grid .product-hover:hover .only-hover > * {
								filter: alpha(opacity=100);
								opacity: 1;
								-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
							}
					
			.sale {
				background: #FEE255;
				border-radius: 3px;
				color: #000;
				line-height: 1.4;
				font-weight: 500;
				position: absolute;
				top: 0;
				right: 0;
				padding: 3px 13px;
				z-index: 10;
			}
		
                .new-label {
                    background: #2D9CDB;
                    border-radius: 3px;
                    color: #fff;
                    line-height: 1.4;  
                    position: absolute;
                    top: 35px;
					right: 0px;
					padding: 3px 13px;
                    z-index: 10;
                }
                
                .stock-label {
					background: rgb(128, 141, 154);
                    border-radius: 3px;
                    color: #fff;
                    line-height: 1.4;  
                    position: absolute;
                    top: 0;
					left: 0px;
					padding: 3px 13px;
                    z-index: 10;
                }
                
                .product-info .box-product .sale,
                .product-info .box-product .new-label,
                .product-info .box-product .stock-label {
                    z-index: 20;
                }

			.product-grid .product .product-container {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				height: 100%;
			}
				
			.product-grid .product .image {
				position: relative;
				overflow: hidden;
			}
			
			     .product-grid .product .image img {
			          display: block;
			          margin: 0px auto;
			          max-width: 100%;
			     }
	
				.product-grid:hover .product .image img.zoom-image-effect {
					-webkit-transform: scale(1,1);
					-webkit-transition-timing-function: ease-out;
					-webkit-transition-duration: 250ms;
					-moz-transform: scale(1,1);
					-moz-transition-timing-function: ease-out;
					-moz-transition-duration: 250ms;
					-ms-transform: scale(1,1);
					    transform: scale(1,1);
					transition-timing-function: ease-out;
					transition-duration: 250ms;
				}
				
					.product-grid .product:hover .image img.zoom-image-effect {
						-webkit-transform: scale(1.05,1.07);
						-webkit-transition-timing-function: ease-out;
						-webkit-transition-duration: 250ms;
						-moz-transform: scale(1.05,1.07);
						-moz-transition-timing-function: ease-out;
						-moz-transition-duration: 250ms;
						-ms-transform: scale(1.05,1.07);
						    transform: scale(1.05,1.07);
						transition-timing-function: ease-out;
						transition-duration: 250ms;
					}
					
				.product-grid .product .image-swap-effect {
					position: relative;
					padding: 0 20px;
				}
				
					.product-grid .product .image-swap-effect .swap-image {
						position: absolute;
						left: 0;
						right: 0;
						visibility: hidden;
						-webkit-transition: all 0.2s ease-in-out;
						transition: all 0.2s ease-in-out;
						opacity: 0;
						-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
					}

						.product-grid .product:hover .image-swap-effect .swap-image {
							visibility: visible;
							opacity: 1;
							-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
						}
			
			.product-grid .product .addtolist {
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				padding: 0 15px;
				text-align: right;
				font-size: 20px;
				color: #35170c;
			}
			
			.product-grid .product .addtolist a {
				color: #35170c;
				cursor: pointer;
			}
			
			.product-grid .product .addtolist a:hover {
				color: #786762;
			}
			
			.product-grid .product .right {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-align: stretch;
				-ms-flex-align: stretch;
				align-items: stretch;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
				padding: 45px 15px 0;
				position: relative;
			}
			
			.product-grid .product .common-info {
				padding: 15px 0;
			}
			
			.product-grid .product .name {
				display: block;
				line-height: 1.4;
			}

			.product-grid .product .product-bottom {
				-webkit-box-flex: 1;
				-ms-flex-positive: 1;
				flex-grow: 1;
			}

			.product-grid .product .product-props {
				list-style-type: none;
				color: rgba(0,0,0,.4);
				font-size: 12px;
				padding: 0;
				margin: 0;
			}

          	.product-grid .product .details {
				display: block;
				text-decoration: none;
			}
			
			.product-grid .product .price {
				display: block;
				font-size: 22px;
				line-height: 1.2;
				padding: 0px;
				position: relative;
			}
			
				.product-grid .product .price .price-old {
					display: block;
					color: #828282;
					font-size: 16px;
					line-height: 18px;
					text-decoration: line-through;
				}
				
				.product-grid .product .price .rub {
					font-size: 20px;
				}

			.product-grid .product .rating {
				text-align: center;
				margin: 10px 0;
			}
			
			.product-grid .product .rating i {
				font-size: 15px;
			}
			
			.product-grid .product .only-hover ul {
				list-style: none;
				margin: 0px;
				padding: 15px 0px 0px 15px;
				display: inline-block;
				text-align: center;
				vertical-align: top;
			}
			     
			     .product-grid .product .only-hover ul li {
			          display: inline-block;
			          padding: 0px 5px;
			     }
			     
			          .product-grid .product .only-hover ul li:last-child {
			               padding-right: 0px;
			          }
					
     				.product-grid .product .only-hover ul li a {
     					font-size: 15px;
     					cursor: pointer;
     				}

			.product-grid .product .only-hover .button-overflow {
				padding-top: 10px;
				display: table-cell;
				vertical-align: top;
				width: 100%;
			}
			
			.product-grid .product .addtocart {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
			}
			
			.product-grid .product .options {
				background: #fff;
				display: none;
				position: absolute;
				top: 100%;
				left: 0;
				margin: 0;
				padding: 0 15px 15px;
				width: 100%;
				display: none;
				z-index: -1;	
			}
			
			.product-grid .product:hover .options {
				display: block;
			}
			
			.product-grid .product p {
				margin: 0 0 10px;
			}

			.product-grid .options label {
				font-family: "Source Sans Pro";
				border: 1px solid #cccc;
				border-radius: 3px;
				font-size: 11px;
				padding: 5px;
				margin: 5px 0;
				cursor: pointer;
			}

			.product-grid .options label.active {
				border-color: #008000;
			}
			
			.product-grid .product .notify {
				color: #808d9a;
			}
			
			.product-grid .product .notify:hover {
				color: #E20505;
			}
						
			/* @group jQuery countdown */
			
			.is-countdown {
				border: 1px solid #898989;
			    color: #000;
			}
			
			.countdown-holding span {
				color: #888;
			}
			
			.countdown-row {
				clear: both;
				width: 100%;
				padding: 0px;
				text-align: center;
			}
			
			.countdown-show1 .countdown-section {
				width: 98%;
			}
			
			.countdown-show2 .countdown-section {
				width: 48%;
			}
			
			.countdown-show3 .countdown-section {
				width: 32.5%;
			}
			
			.countdown-show4 .countdown-section {
				width: 24.5%;
			}
			
			.countdown-show5 .countdown-section {
				width: 19.5%;
			}
			
			.countdown-show6 .countdown-section {
				width: 16.25%;
			}
			
			.countdown-show7 .countdown-section {
				width: 14%;
			}
			
			.countdown-section {
				display: block;
				float: left;
				font-size: 75%;
				text-align: center;
			}
			
			.countdown-amount {
			    font-size: 30px;
			}
			
			.countdown-period {
			    display: block;
			}
			
			.countdown-descr {
				display: block;
				width: 100%;
			}
			
			/* @end */
			
	/* @end */
				
	/* @group Product for column left & right */
	
	.col-sm-3 .products,
	.col-sm-4 .products,
	.col-md-3 .products,
	.col-md-4 .products {
	}
	
	.col-sm-3 .item,
	.col-sm-4 .item,
	.col-md-3 .item,
	.col-md-4 .item {
		overflow: hidden;
	}
		
		.col-sm-3 .products .product-grid,
		.col-sm-4 .products .product-grid,
		.col-md-3 .products .product-grid,
		.col-md-4 .products .product-grid {
			margin: -15px 0px;
		}
		
		.col-sm-3 .products .row > div,
		.col-sm-4 .products .row > div,
		.col-md-3 .products .row > div,
		.col-md-4 .products .row > div {
			width: 100%;
			margin: 0px;
		}
		
			.col-sm-3 .products .row > div .product,
			.col-sm-4 .products .row > div .product,
			.col-md-3 .products .row > div .product,
			.col-md-4 .products .row > div .product {
				margin: 0px;
				padding: 15px 0px;
				text-align: left;
				border: none;
				box-shadow: none;
				-webkit-box-shadow: none;
				-moz-box-shadow: none;
				background: none;
			}
			
				.col-sm-3 .products .row > div .product .left,
				.col-sm-4 .products .row > div .product .left,
				.col-md-3 .products .row > div .product .left,
				.col-md-4 .products .row > div .product .left {
					float: left;
					width: 39%;
				}
				
				.col-sm-3 .products .row > div .product .right,
				.col-sm-4 .products .row > div .product .right,
				.col-md-3 .products .row > div .product .right,
				.col-md-4 .products .row > div .product .right {
					float: left;
					width: 53%;
					margin-left: 8%;
					padding-top: 5px;
				}
				
				     .col-sm-3 .product-grid .product .name,
				     .col-sm-4 .product-grid .product .name,
				     .col-md-3 .product-grid .product .name,
				     .col-md-4 .product-grid .product .name {
				          padding-top: 0px;
				     }
				
				.col-sm-3 .products .product .only-hover,
				.col-sm-4 .products .product .only-hover,
				.col-md-3 .products .product .only-hover,
				.col-md-4 .products .product .only-hover {
					display: none;
				}
				
				.col-sm-3 .products .is-countdown,
				.col-sm-4 .products .is-countdown,
				.col-md-3 .products .is-countdown,
				.col-md-4 .products .is-countdown {
				     display: block;
				     border: 1px solid #898989;
				     padding: 5px 0;
				     color: #000;
				}
				.countdown-section:not(:last-child) {
					border-right: 1px solid #898989;
				}
				.countdown-section .countdown-period {
					font-size: 12px;
				}
				
	/* @end */
			
	/* @group Product list */
	
	#mfilter-content-container .product-list {
		position: absolute;
		width: 100%;
		max-height: 100px;
		overflow: hidden;
		opacity: 0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		z-index: -10;
	}
	
		#mfilter-content-container .product-list.active {
			position: relative;
			visibility: visible;
			max-height: none;
			overflow: visible;
			opacity: 1;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			z-index: 0;
		}
	
		.product-list > div {
			position: relative;
			margin: 0px 0px 30px 0px;
			padding: 30px;
			background: #fff;
			cursor: pointer;
		}

			.product-list > div:hover {
				box-shadow:            0px 0px 20px rgba(0, 0, 0, 0.2);
				-moz-box-shadow:       0px 0px 20px rgba(0, 0, 0, 0.2);
				-webkit-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.2);
			}
		
			.product-list .image {
				text-align: center;
				position: static;
				overflow: hidden;
				max-height: 200px;
			}
			
			.product-list .image img {
				max-width: none;
			}
			
			.product-list .name {
			     display: inline-block;
			}

            .product-list .name a {
                text-decoration: none;
            }
			
			.product-list .rating-reviews {
			     display: inline-block;
			     padding: 0px 0px 0px 27px;
			}
					
			.product-list .price {
				color: #182140;
				font-size: 16px;
				font-weight: 800;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
				padding: 0px 0px 24px 0px;
				margin: -2px 0px 0px 0px;
				position: relative;
			}
					
				.product-list .price .price-old {
					color: #999999;
					font-size: 13px;
					font-weight: 400;
					text-decoration: line-through;
					padding-right: 2px;
				}
				
			.product-list .add-to-cart {
			     padding-top: 30px;
			     display: table-cell;
			     vertical-align: top;
			}
			
			     .col-md-9 .product-list .add-to-cart {
			          display: block;
			     }
			
			.product-list .description {
			     padding-top: 26px;
			}
			
			.product-list ul.actions {
				list-style: none;
				margin: 0px;
				padding: 37px 0px 0px 15px;
				display: table-cell;
				text-align: center;
				vertical-align: top;
			}
			
			     .col-md-9 .product-list ul.actions {
			          display: block;
			          padding: 13px 0px 0px 0px;
			          text-align: left;
			     }
			     
			     .product-list ul.actions li {
			          display: inline-block;
			          padding: 0px 5px;
			     }
			     
			          .product-list ul.actions li:last-child {
			               padding-right: 0px;
			          }
					
					.product-list ul.actions li a {
						font-size: 15px;
						cursor: pointer;
					}
					
	/* @end */
				
	/* @group Category page */		
	.category-info {
		font-weight: 300;
	}
	
	.refine_search {
		font-weight: 700;
		text-transform: uppercase;
		padding: 0px !important;
	}
	
	.category-list {
		background: #fff;
		padding: 0 0 5px;
	}
	
	.category-list-text-only {
	}
	
		.category-list .row > div {
			margin-bottom: 26px;
			text-align: center;
		}
		
			.category-list-text-only .row > div {
				margin-bottom: 10px;
				text-align: center;
			}
			
			.category-list-text-only .row > div a {
				border: 1px solid #e6e6e8;
				background: #f7f7f7;
				display: block;
				padding: 5px 0;
			}
		
			.category-list img {
				display: block;
				margin-bottom: 15px;
				margin-left: auto;
				margin-right: auto;
			}
	
	.product-filter {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-weight: 300;
		width: 100%;
		margin: 25px 0 100px;
		position: relative;
	}
	
	.product-filter::after {
		border-bottom: 1px solid rgba(0, 0, 0, .25);
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 1px;
		z-index: 10;
	}
	
		.product-filter .list-options {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			width: 100%;
		}
		
		.product-filter .list-options a {
			text-decoration: none;
			text-transform: capitalize;
			margin-left: 10px;
		}
		
		.product-filter .list-options a:hover {
			border-bottom: 1px solid #E20505;
		}
		
		.product-filter .list-options a.active {
			border-bottom: 1px solid #000;
		}
				
					
	/* @end */
					
	/* @group Product info */
	
	.product-info .product-dashboard {
		background: rgba(192, 19, 42, .15);
		border-radius: 4px;
		display: inline-block;
		padding: 5px 15px;
		margin-bottom: 10px;
	}
	
	.product-info .product-dashboard p:last-child {
		margin: 0;
	}
	
	.product-info #quickview_product {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px 50px;
	}
	
		
		/* Product info - Image */
		.thumbnails .popup-image img {
			border: 1px solid #fff;
		}

		.thumbnails .popup-image img:hover {
			border-color: #000;
		}
				
		.product-info .product-image {
			margin: 0 0 30px;
			text-align: center;
			position: relative;
			left: inherit! important;
		}
				
			.product-info .product-image a {
				display: block;
			}
					
			.product-info .product-image img {
				display: block;
				cursor: pointer;
				margin: 0px auto;
			}
						
						
		/* Product info - thumbnails */
					
		.product-info .thumbnails {
		     padding: 0px;
		}
				
			.product-info .thumbnails ul {
				list-style: none;
				margin: 0px;
				position: relative;
				padding: 0px;
			}
		
				.product-info .thumbnails ul li {
				}
						
					.product-info .thumbnails li p {
						margin: 0px;
						padding: 0px 0px 25px 0px;
					}
				
					.product-info .thumbnails li img,
					.product-info .thumbnails-carousel img {
						display: block;
						margin: 0px auto;
					}
					
		/* Product info - thumbnails carousel */
					
		.overflow-thumbnails-carousel {
		     margin: 0px 0px 10px 0px;
		}
		
		     .overflow-thumbnails-carousel:hover {
		          overflow: visible;
		     }
		     
		     .product-info .slick-prev, 
		     .product-info .slick-next {
				width: 34px;
				height: 34px;
				top: inherit;
				bottom: -15px;
				transform: none;
				z-index: 10;
		     }
		     
		     .product-info .slick-prev {
				left: 0;
		     }
		     
		     .product-info .slick-next {
				right: 10px;
		     }
		     
		     .product-info .slick-prev::before,
		     .product-info .slick-next::before {
			    font-family: "Font Awesome 5 Pro";
				color: #8a2a00;
				left: 0;
				font-size: 24px;
				line-height: 28px;
		     }
		     
		     .product-info .slick-prev::before {
				content: "\f104";
		     }
		     
		     .product-info .slick-next::before {
				content: "\f105";
		     }
		     
		     .product-info .slick-prev:hover::before, 
		     .product-info .slick-prev:focus::before, 
		     .product-info .slick-next:hover::before, 
		     .product-info .slick-next:focus::before {
				border-color: #8a2a00;
				background: #8a2a00;
				color: #fff;
				opacity: 1;
			}
				
			.product-info .thumbnails-carousel {
			
			}
			
			     .product-info .thumbnails-carousel .item {
			          margin: 5px !important;
			          overflow: hidden;
			     }
			     
			     .product-info .thumbnails-carousel .owl-controls {
			          display: block !important;
			     }
			     
			     .product-info .thumbnails-carousel .owl-pagination {
			          display: none;
			     }
			     
			     .product-info .thumbnails-carousel .owl-buttons {
			          position: absolute;
			          top: 50%;
			          margin-top: -20px;
			          width: 100%;
			     }
			     
			          .product-info .thumbnails-carousel .owl-buttons .owl-prev,
			          .product-info .thumbnails-carousel .owl-buttons .owl-next {
			               position: absolute;
			               left: -15px;
			               width: 40px;
			               height: 40px;
			               border: 2px solid #786762;
			               color: #786762;
			               z-index: 24;
			               transition: all 200ms ease-out;
			               -webkit-transition: all 200ms ease-out;
			               -moz-transition: all 200ms ease-out;
			               text-align: center;
			               padding: 7px 0px 0px 0px;
			               visibility: hidden;
			               opacity: 0;
			               -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			          }
			          
			               .product-info .thumbnails-carousel .owl-buttons .owl-prev:hover,
			               .product-info .thumbnails-carousel .owl-buttons .owl-next:hover {
			                    color: #fff;
			                    background: #e9a219;
			                    border-color: #e9a219;
			               }
			               
			               .product-info .thumbnails-carousel:hover .owl-buttons .owl-prev,
			               .product-info .thumbnails-carousel:hover .owl-buttons .owl-next {
			                    visibility: visible;
			                    opacity: 1;
			                    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			                    left: -5px;
			               }
			          
			               .product-info .thumbnails-carousel .owl-buttons .owl-next {
			                    left: auto;
			                    right: -15px;
			               }
			               
			                    .product-info .thumbnails-carousel:hover .owl-buttons .owl-next {
			                         left: auto;
			                         right: -5px;
			                    }
			               
			                    .product-info .thumbnails-carousel .owl-buttons .owl-next:before {
			                         font-family: "Font Awesome 5 Pro";
			                         cursor: pointer;
			                         font-size: 16px;
			                         line-height: 16px;
			                         font-weight: 400;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                         content: "\f061";
			                         padding-right: 0px;
			                    }
			                    
			                    .product-info .thumbnails-carousel .owl-buttons .owl-prev:before {
			                        font-family: "Font Awesome 5 Pro";
			                         cursor: pointer;
			                         font-size: 16px;
			                         line-height: 16px;
			                         font-weight: 400;
			                         -webkit-font-smoothing: antialiased;
			                         -moz-osx-font-smoothing: grayscale;
			                         content: "\f060";
			                         padding-right: 1px;
			                    }
		
		/* Product info - product center */
				
		.product-info .product-center {
			font-size: 13px;
			position: relative;
		}
		
		     .quickview .product-info .product-center {
		          padding: 0px 15px;
		     }
		     
		       .quickview .product-info .product-center:before {
		           display: none;
		        }
		
				.product-info .product-meta {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					margin: 0 -5px;
					padding-bottom: 40px;
				}
				
				.product-info .product-meta > div {
					margin: 0 5px;
				}
				
				.product-info .product-meta .model {
					background: #DEDEE0;
					border-radius: 3px;
					padding: 2px 6px;
				}
				
				.product-info .product-meta .stock {
					color: #008000;
					font-weight: 500;
				}
				
				.product-info .product-meta .outofstock {
					color: #E20505;
				}
				
				.product-info .product-meta .review {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
				}
				
					.product-info .product-meta .review > div {
						margin: 0 5px 0 0;
					}
					
				.product-info .general-info {
					position: -webkit-sticky;
					position: sticky;
					top: 15px;
				}
				
				.product-info .attribute {
					margin-bottom: 30px;
				}
					
				.product-info .attribute > div {
					margin-bottom: 10px;
				}	
     
			     .product-info .description .price {
					  margin-top: 0px;
					  padding-top: 0px;
					  padding-bottom: 0;
			     }
					
				.product-info .price .price-new {
					font-size: 32px;
				}
					
				.product-info .price .price-old {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-ms-flex-align: center;
					align-items: center;
					-webkit-box-pack: start;
					-ms-flex-pack: start;
					justify-content: flex-start;
				}
				
				.product-info .price .price-old > span {
					font-size: 16px;
					color: #828282;
					text-decoration: line-through;
				}
				
				.product-info .price .sale {
					position: relative;
					margin-left: 10px;
				}

				.product-info  .links a {
                    cursor: pointer;
				    display: inline-block;
				    text-align: left;
                    text-decoration: none;
				    color: #aeaeae;
				}

                .product-info .price .links a:hover {
                    color: #aeaeae;
                }

			/* Product info -> Options */
					
			.product-info .options {
				padding: 0;
			}

					
				.product-info .options h2 {
					margin: 0px;
					font-size: 17px;
					padding: 1px 0px 8px 0px;
				}
						
				.product-info .options .form-group {
					padding: 0 0 10px;
					margin: 0px;
					line-height: 23px;
				}
						
					.product-info .options .error {
						margin: 0px;
					}
					
			/* Product info -> Radio button, checkbox button */
			
			.product-info .radio-type-button {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 10px 7px 5px 0px;
			     padding: 0px;
			}
			
			     .product-info .radio-type-button input {
			          visibility: hidden;
			          position: absolute;
			     }
			     
			     .product-info .radio-type-button span {
			          padding: 2px;
			          border: 2px solid #d9d9d9;
			          display: block;
			     }
			     
			          .product-info .radio-type-button span:hover {
			               border: 2px solid #6daca1;
			          }
			          
			          .product-info .radio-type-button span.active {
			               border: 2px solid #6daca1;
			          }
			     
			     .product-info .radio-type-button img {
			          display: block;
			     }
			     
			.product-info .radio-type-button2 {
			     display: inline-block;
			     vertical-align: top;
			     width: auto;
			     margin: 10px 10px 0 0;
			     padding: 0;
			}
			
			     .product-info .radio-type-button2 input {
			          visibility: hidden;
			          position: absolute;
			     }
			     
			     .product-info .radio-type-button2 span {
					  background: #DEDEE0;
			          border: 1px solid #DEDEE0;
			          border-radius: 3px;
			          display: inline-block;
			          font-size: 16px;
			          line-height: 1.5;
			          text-align: center;
			          padding: 2px 10px;
			          -webkit-transition: all 0.2s ease-out;
			          transition: all 0.2s ease-out;
			     }
			     
			          .product-info .radio-type-button2 span:hover {
			               border-color: #000;
			          }
			          
			          .product-info .radio-type-button2 span.active {
			               border-color: #008000;
			               background: #fff;
			          }
			
			/* Product info -> Buttons */
							
			.product-info .cart {
				margin-top: 20px;
			}


					.product-info .cart .add-to-cart p {
						padding: 6px 10px 0px 0px;
						margin: 0px;
						float: none;
						font-size: 12px;
						font-weight: bold;
						text-transform: uppercase;
					}
								
					.product-info .cart .add-to-cart #quantity_wanted {
                        border: 1px solid #ddd;
                        height: 30px;
                        margin: 0 0 0 1px;
                        padding: 0 5px 1px;
                        color: #282828;
                        text-align: center;
                        vertical-align: top;
                        width: 60px;
					}
								
					.product-info .cart .add-to-cart .quantity {
                    	padding-right: 20px;
						position: relative;
					}

							.product-info .cart .add-to-cart .quantity a {
                                background-color: #ebebeb;
                                display: inline-block;
                                clear: both;
                                color: #aeaeae;
                                font-size: 10px;
                                height: 30px;
                                line-height: normal;
                                text-align: center;
                                width: 30px;
                                padding: 8px 9px 6px;
                                -webkit-transition:color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
                                transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
                                border: 1px solid #ebebeb;
								-webkit-border-radius: 2px;
								        border-radius: 2px;
							}

                                .product-info .cart .add-to-cart .quantity a i {
                                    font-size: 14px;
                                }

                                .product-info .cart .add-to-cart .quantity a:hover {
                                    background-color: #35170c;
                                    border: 1px solid #35170c;
                                    color: #fff;
                                }
                                
                               .product-info #cart-action {
									margin-right: 40px;
                               }

				
				/* Product info -> Add to compare, wishlist */
												
				
						
					.product-info .cart .links a {
						font-family: "Source Sans Pro";
						cursor: pointer;
						font-size: 12px;
					}
					
					     .product-info .cart .links a:first-child {
					          margin-right: 0px;
					          display: block;
					     }
					
					     .product-info .cart .links a i {
					          font-size: 14px;
					     }
					     
				.product-info .cart .list-inline {
					margin: 20px 0 0;
				}	     
				
				/* Information about minimum products */
								
				.product-info .cart .minimum {
					padding: 20px 0px 0px 0px;
				}
				
			
		.product-description {
			padding-bottom: 20px;
		}
			
			.product-description p {
				margin-bottom: 30px;		
			}	
				
	
		/* Tags */
		
		.tags_product {
			margin: 0px 0px 20px 0px;
		}
		
		/* @end */
		
	/* @group Product Block */
							
	.product-block {
		border-top: 1px solid rgba(0, 0, 0, .25);
		padding: 15px 0 20px;
	}
				
		.product-block .title-block {
			padding: 0px 0px 25px 0px;
			margin: 0px;
			font-size: 17px;
			font-weight: 800;
		}
					
		.product-block p {
			margin-bottom: 30px;
		}
				
		
	/* @end */
				
	/* @group Ratings */
	.product-review .list-review,
	.product-review .write-review {
		border-top: 1px solid rgba(0, 0, 0, .25);
		padding: 15px 0 20px;
	}
	
	.product-review .write-review {
		padding-bottom: 0;
	}
	
	.product-review .form-horizontal {
		padding-top: 30px;
	}
	
	.product-review .form-horizontal .form-group {
		margin: 0 -15px 40px;
	}
	
	.form-horizontal .control-label {
		text-align: left;
		display: block;
		padding-top: 5px;
		margin-bottom: 10px;
	}
	
	.product-review .form-horizontal .buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
		-ms-flex-align: center;
        align-items: center;
	}
	
	.product-review .form-horizontal .personal-data {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 30px;
	}
	
	.review-rating {
		display: inline-block;
	}
	
	.review-rating:not(:checked) > input {
		display: none;
	}
	
	.review-rating:not(:checked) > label {
		float: right;
		width: 35px;
		overflow: hidden;
		white-space: nowrap;
		cursor: pointer;
		font-size: 40px;
		line-height: 1;
		color: #DEDEE0;  
	}
	
	.review-rating:not(:checked) > label:before {
		content: '★ ';
	}
	
	.review-rating > input:checked ~ label {
		color: #E20505; 
	}
	
	.review-rating:not(:checked) > label:hover,
	.review-rating:not(:checked) > label:hover ~ label {
		color: #E20505;   
	}

	.review-rating > input:checked + label:hover,
	.review-rating > input:checked + label:hover ~ label,
	.review-rating > input:checked ~ label:hover,
	.review-rating > input:checked ~ label:hover ~ label,
	.review-rating > label:hover ~ input:checked ~ label {
		color: #E20505;    
	}
	
	.review-rating > label:active {
		position:relative;
	}
			
	.rating i {
		margin: 0 4px 0 0;
		font-size: 15px;
		color: #DEDEE0;
	}
		
		.rating i.active {
			 color: #E20505;
		}
		
	/* @end */

/* @end */
			
/* @group 10. CustomFooter
------------------*/	

.custom-footer {
	position: relative;
	margin-bottom: 30px;
}

     .custom-footer.full-width {
          margin-bottom: 0px;
     }

	.custom-footer .background-custom-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.custom-footer .background,
	.standard-body .custom-footer .background {
		background: #fff;
	}
	
	.custom-footer .container > .row {
	     padding: 0px 30px;
	}
	
	.custom-footer .pattern {
		padding: 0px;
	}

		.custom-footer .pattern .custom-footer-text {
			padding-top: 25px;
		}
	
		.custom-footer h4 {
			padding: 35px 0px 0px 0px;
			margin: 0px;
			font-size: 17px;
			font-weight: 800;
			text-transform: uppercase;
		}

		/* @group About us */
		
		.customfooter-about-us {
		     padding: 16px 0px 0px 0px;
		}
		
		     .customfooter-about-us h5 {
		          padding: 19px 0px 0px 0px;
		          margin: 0px;
		          font-size: 23px;
		          line-height: 27px;
		          color: #182140;
		          font-weight: normal;
		     }
		     
		     .customfooter-about-us .button-footer {
		          margin-top: 23px;
		     }
		     
		     .customfooter-about-us p {
		          padding: 9px 0px 0px 0px;
		          margin: 0px;
		          line-height: 23px;
		     }
		     
		     .customfooter-about-us ul.social-icons {
		          list-style: none;
		          padding: 23px 0px 0px 0px;
		          margin: 0px;
		     }
		     
		          .customfooter-about-us ul.social-icons li {
		               display: inline-block;
		               vertical-align: top;
		               padding: 0px 24px 0px 0px;
		               font-size: 24px;
		          }
		          
		               .customfooter-about-us ul.social-icons li a {
		                    color: #b2b2b2;
		               }
		               
		                    .customfooter-about-us ul.social-icons li a:hover {
		                         color: #6daca1;
		                    }
		
		/* @end */
				
/* @end */
		
/* @group 11. Footer
------------------*/	

.footer {
	position: relative;
	font-weight: 300;
	margin-top: 50px;
}

	.footer .background-footer {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.footer .background,
	.standard-body .footer .background {
		background: #DEDEE0;
	}
	
	.footer .container > .row {
	     padding: 0px 40px;
	}
	
	.footer .pattern {
		padding: 20px 0 20px;
	}
		
		.footer .pattern a {
			color: #000;
		}
		
		     .footer .pattern a:hover {
		          color: #000;
		     }
		     
		     .footer .social a {
				display: inline-block;
				background: #E20505;
				border-radius: 50%;
				color: #fff;
				text-align: center;
				width: 30px;
				height: 30px;
		     }
		     
		     .footer .social a i {
				line-height: 30px;
		     }
		     
		     .footer .social a + a {
				margin-left: 10px;
		     }
		
		.footer .pattern p {
			padding: 0px;
		}
	
		.footer h4,
		.footer .headline {
			color: #fff;
			text-transform: uppercase;
			font-size: 24px;
			font-weight: 800;
			margin: 0px;
		}
		
			.footer .strip-line {
				display: none;
			}
          
          /* @group About us */
          
          .footer-about-us {
               padding: 40px 0px 0px 0px;
               max-width: 430px;
          }
          
               .footer-about-us h5 {
                    padding: 19px 0px 0px 0px;
                    margin: 0px;
                    font-size: 23px;
                    line-height: 27px;
                    color: #fff;
                    font-weight: normal;
               }
               
               .footer-about-us .button-footer {
                    margin-top: 14px;
                    margin-left: 10px;
               }
               
               .footer .footer-about-us p {
                    padding: 9px 0px 0px 0px;
                    margin: 0px;
                    line-height: 23px;
               }
               .custom-footer ul.social-icons,
               .footer-about-us ul.social-icons {
                    list-style: none;
                    padding: 27px 0px 0px 0px;
                    margin: 0px;
               }
               
               .custom-footer ul.social-icons {
					padding: 15px 0;
               }
					.custom-footer ul.social-icons li,
                    .footer-about-us ul.social-icons li {
                         display: inline-block;
                         vertical-align: top;
                         padding: 0px 18px 0px 0px;
                         font-size: 24px;
                    }
                    
                         .footer-about-us ul.social-icons li a {
                              color: #5e647a;
                         }
                         
                              .footer-about-us ul.social-icons li a:hover {
                                   color: #fff;
                              }
          
          /* @end */
          
          /* @group Facebook */
		
		#facebook {
			position: relative;
			margin: 15px -5px -8px -5px;
			overflow: hidden;
		}	
		
		/* @end */
			
		/* @group Twitter */
		
		.tweets {
		     padding-top: 18px;
		}
		
		.tweets ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
			line-height: 23px;
		}
			
			.tweets li {
				padding: 20px 0px 0px 34px;
				margin: 0px;
				position: relative;
			}
			
				.tweets li:first-child {
					padding-top: 0px;
				}
				
				.tweets li:before {
					content: "\f099";
					display: inline-block;
					font: normal normal normal 14px/1 "Font Awesome 5 Pro";
					font-size: inherit;
					text-rendering: auto;
					-webkit-font-smoothing: antialiased;
					-moz-osx-font-smoothing: grayscale;
					font-size: 18px;
					position: absolute;
					left: 0;
					color: #6daca1;
					margin-top: 5px;
				}
				
				.tweets li .tweet {
				     margin: 0px;
				     padding: 0px;
				}
			
				.tweets li .timePosted {
					font-style: italic;
					font-size: 11px;
					padding-top: 5px;
					margin: 0px;
				}
				
		/* @end */
			
		/* @group List */
		
		.footer ul {
			list-style: none;
			position: relative;
			margin: 0;
			padding: 0;
			clear: both;
		}
		
		.footer ul li {
			margin-bottom: 8px;
		}
				
		/* @end */
				
		/* @group Contact us */
		
		ul.contact-us {
			margin: 0px;
			padding: 7px 0px 0px;
			list-style: none;
			line-height: 18px;
		}
		
			ul.contact-us li {
				clear: both;
				font-size: 14px;
				font-weight: 400;
				margin: 20px 0px 0px;
			}
			
				ul.contact-us li:first-child {
					margin: 0px;
				}
			
				ul.contact-us li i {
					float: left;
					width: 24px;
					height: 20px;
					padding: 0;
					font-size: 16px;
					color: #6daca1;
				}
				

					ul.contact-us li i.fa-map-marker {
						padding-top: 2px;
					}
					

				
		/* @end */
				
/* @end */
		
/* @group 12. Copyright
------------------*/	

.copyright {
	position: relative;
	font-size: 13px;
}

	.copyright .background-copyright {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	
	.copyright .background,
	.standard-body .copyright .background {
		background: #182140;
	}
	
	.copyright .container > div.padding {
	     padding: 0px 30px;
	}
	
	.copyright .pattern {
		padding: 10px 0;
		color: #5f504b;
	}
	
		.copyright .pattern a {
			color: #868da4;
		}
		
		     .copyright .pattern a:hover {
		          color: #fff;
		     }

		.copyright p {
			margin: 0px;
			font-size: 12px;
		}
		
		.copyright ul {
			float: right;
			width: auto;
			list-style: none;
			padding: 19px 0px 0px 0px;
			margin: 0px;
		}
		
			.copyright ul li {
				display: inline-block;
				margin-left: 28px;
			}
			
/* @end */
			
/* @group 13. OpenCart Style
--------------------------- */

/* @group Content */
.main-content {
	padding-top: 30px;
}

.main-content .content { 
	padding: 0px 0px 20px 0px;
}

	.main-content .content:before,
	.main-content .content:after {
	  display: table;
	  content: " ";
	}
	
	.main-content .content:after {
	  clear: both;
	}

	.main-content .content .left { 
		float: left;
		width: 47%; 
		padding: 0px;
	}
	
	.main-content .content .right { 
		float: right;
		width: 47%; 
		padding: 0px;
	}
	
/* @end */

/* @group Login content */

.login-content { 
}

	.login-content:before,
	.login-content:after {
	  display: table;
	  content: " ";
	}
	
	.login-content:after {
	  clear: both;
	}

	.login-content .left { 
		float: left;
		width: 47%; 
	}
	
	.login-content .right { 
		float: right;
		width: 47%; 
	}
	
		.login-content .content {
			margin: 20px 0px 0px 0px;
		}
		
			.login-content .left .button {
				margin-top: 10px;
			}
			
/* @end */
	
/* @group Autocomplete */

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 999;
}

.autocomplete-results {
	position: relative;
}
	
	.ui-autocomplete {
		background: #fff !important;
		border: none !important;
		padding: 0px !important;
		margin-top: 8px !important;
		top: 0 !important;
		right: 0 !important;
		left: 0 !important;
		min-width: 300px !important;
		border-radius:         0px !important;
		-moz-border-radius:    0px !important;
		-webkit-border-radius: 0px !important;
		box-shadow:            0px 0px 20px rgba(0, 0, 0, 0.2) !important;
		-moz-box-shadow:       0px 0px 20px rgba(0, 0, 0, 0.2) !important;
		-webkit-box-shadow:    0px 0px 20px rgba(0, 0, 0, 0.2) !important;
	}
		
		.ui-autocomplete:after {
		  position: absolute;
		  top: -10px;
		  left: 20px;
		  display: inline-block;
		  border-right: 10px solid transparent;
		  border-bottom: 10px solid #ffffff;
		  border-left: 10px solid transparent;
		  content: '';
		}
		
		.container-megamenu .ui-autocomplete {
			left: auto !important;
		}
		
			.container-megamenu .ui-autocomplete:before {
			  left: auto;
			  right: 18px;
			}
			
			.container-megamenu .ui-autocomplete:after {
			 left: auto;
			  right: 19px;
			}

		.ui-autocomplete li {
			padding: 0px !important;
			margin: 0px !important;
			cursor: pointer !important;
			border: none !important;
			background: url(../img/bg-cart-content.png) top left repeat-x !important;
			list-style: none !important;
		}
		
		     .border-width-1 .ui-autocomplete li {
		          background: url(../img/bg-cart-content2.png) top left repeat-x !important;
		     }
		
			.ui-autocomplete li:first-child {
				background: none !important;
			}
			
			.ui-autocomplete li a {
				display: block;
				padding: 14px 20px 10px 20px !important;
				margin: 0px !important;
				cursor: pointer !important;
				border: none !important;
				background: none !important;
				overflow: hidden;
				border-radius:         0px !important;
				-moz-border-radius:    0px !important;
				-webkit-border-radius: 0px !important;
				color: #262626 !important; 
				font-size: 12px !important;
				text-transform: uppercase !important;
				font-weight: 700 !important;
				line-height: 1.6 !important;
				font-family:'Open Sans' !important;
			}
			
				.ui-autocomplete li a.ui-state-focus,
				.ui-autocomplete li a:hover {
				     color: #6daca1 !important;
				}
				
				.ui-autocomplete-loading  {  
					background-image: url('../img/loader.gif') !important; 
					background-repeat: no-repeat !important;
					background-position: center !important; 
				}
/* @end */				

/* @group Pagination */

div.pagination-results { 
	clear:both;
	padding: 25px 0;
	margin: 0;
	position: relative;
	overflow:auto; 
	font-weight: 300;
	
}

     .center-column .tab-content .pagination-results {
          padding: 0px;
          background: none;
     }
	
	div.pagination-results .text-right { 
		padding: 13px 0px 10px 10px; 
	}
	
	div.pagination-results .text-left { 
		padding:0px 10px 0px 0px; 
	}
	
	div.pagination-results ul { 
		padding:0px;
		margin: 0px;
		list-style: none;
	}
		
		div.pagination-results ul li { 
			display: inline-block;
			width: 34px;
			height: 34px;
			background: none;
			border-radius: 3px;
			color: #000;
			transition: all 0.2s;
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			line-height: 34px;
			text-align:center;
			margin: 5px 5px 5px 0px;
			cursor: pointer;
		}
		
		div.pagination-results ul li.active,
		div.pagination-results ul li:hover { 
			background-color: #E20505; 
			color: #fff;
		}
		
		     div.pagination-results ul li a {
		          display: block;
		          line-height: 34px;
                  text-decoration: none;
		          padding: 0;
		          position: relative;
		          margin: 0;
		     }
		
		     div.pagination-results ul li:hover a{
		          color: #fff;
		     }
		
/* @end */

/* @group List Box */

.list-box {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	.list-unstyled li,
    .list-box li {
     	margin-bottom: 15px;
	}
	
	.list-box .disabled {
		color: #808080;
	}

	.list-group {
		list-style-type: none;
		padding-left: 0;
		margin: 20px 0;
	}	

	.list-group li {
		padding-bottom: 15px;
	}
     
/* @end */
	
/* @group Error form */

span.error {
	padding: 5px 0px;
	display: block;
	color: red;
}

	.form span.error {
		display: inline-block;
		padding-left: 20px;
	}
	
	.product-info span.error {
		padding-top: 0px;
	}
	
/* @end */

/* @group Help */

.help {
	font-size: 10px;
	display: block;
}

/* @end */

/* @group Table form */

table.form {
	
}

	table.form td {
		padding: 5px 13px 0px 0px;
	}
	
		table.form td input,
		table.form td select,
		table.form td textarea {
			margin-left: 7px;
		}
		
/* @end */
		
/* @group Htabs */

.htabs {
    padding: 0p;
}

     .htabs a {
         margin-bottom: -2px;
         background: transparent;
         display: inline-block;
         padding: 5px 0px;
         margin: 0 15px;
         color: #6daca1;
         font-size: 16px;
         text-transform: uppercase;
         text-decoration: none !important;
     }

		.htabs a:first-child {
     	     margin-left: 0;
     	}
     	
     	.htabs a:hover {
     	     color: #182140;
     	}
     	
     	.htabs a.selected {
	        margin-bottom: -7px;
			color: #182140;
			border-bottom: 7px solid #35170c !important;
     	}
	
.center-column .tab-content {
	background: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0;
}

     .center-column .tab-content h1, 
     .center-column .tab-content h2, 
     .center-column .tab-content h3, 
     .center-column .tab-content h4, 
     .center-column .tab-content h5, 
     .center-column .tab-content h6 {
          padding-top: 10px;
          margin-bottom: 10px;
     }

	.center-column .tab-content > *:last-child {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.center-column .tab-content > *:first-child {
		padding-top: 0px;
		margin-top: 0px;
	}
	
	.center-column .tab-content h2#review-title {
		padding: 0px 0px 20px 0px;
		margin: 0px;
	}

/* @end */
	
/* @group Notification */

.alert {
     margin-bottom: 30px;
     border-radius: 0px;
     -moz-border-radius: 0px;
     -webkit-border-radius: 0px;
}

.success, 
.warning, 
.attention, 
.information { 
	padding: 10px 10px 10px 40px;
	margin:0px 0px 30px 0px;
	clear: both;
}

	.success { 
		background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
		border: 1px solid #BBDF8D; 
	}
	
	.warning { 
		background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
		border: 1px solid #F8ACAC; 
	}
	
	.attention { 
		background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
		border: 1px solid #F2DD8C; 
	}
	
	.information { 
		background: #E8F6FF url('../img/information.png') 13px center no-repeat;
		border: 1px solid #B8E2FB; 
	}
	
/* @end */
	
/* @group Review */

.review-list .review-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}

.review-list .author-review {
	line-height: 22px;
	font-weight: 600;
	padding-right: 15px;
}

.review-list .rating {
	padding-right: 15px;
}

.review-list .review-info .rating i {
	font-size: 15px;
}

.review-list .date-review {
	font-size: 12px;
	line-height: 16px;
	padding-right: 15px;
}
	
.review-list .text {
	margin: 5px 0 15px;
	position: relative;
}


.review-list .title {
	font-weight: 700;
}
	
/* @end */

/* Store reviews */
.store-reviews .review-caption .review-thumb img {
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0 auto;
    width: auto;
}

.store-reviews .review-author {
    display: block;
    margin: 10px 0;
    text-align: center;
}

/* @end */
	
/* @group Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table,
.table {
	border-collapse: separate;
	border-spacing: 0;
    border: solid #898989 2px;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

	table.attribute tr,
	table.list tr,
	.wishlist-product table tr,
	.wishlist-info table tr,
	.compare-info tr,
	.cart-info table tr,
	.checkout-product table tr,
	.table {
	    background: #fff;    
	}
	
	table.attribute td,
	table.list td,
	.wishlist-product table td,
	.wishlist-info table td,
	.compare-info td,
	.cart-info table td,
	.checkout-product table td,
	.table td {
	    border-left: 2px solid #898989;
	    border-top: 2px solid #898989;
	    padding: 12px 20px;
	    text-align: left;
	    vertical-align: top;
	}
	
		.table td.text-center {
			text-align: center;
		}
		
			.table td.text-center .input-group {
				margin: 0px auto;
			}
		
		.table td.text-right {
			text-align: right;
		}

	table.attribute thead td,
	table.list thead td,
	.wishlist-product table thead td,
	.wishlist-info table thead td,
	.compare-info thead td,
	.cart-info table thead td,
	.checkout-product table thead td,
	.table thead td {
	    background-color: #fff;
	    text-transform: uppercase;
	    font-weight: bold;
	}
	
		table.attribute thead:first-child td,
		table.list thead:first-child td,
		.wishlist-product table thead:first-child td,
		.wishlist-info table thead:first-child td,
		.compare-info thead:first-child td,
		.cart-info table thead:first-child td,
		.checkout-product table thead:first-child td,
		.table thead:first-child td {
			border-top: none;
		}

	table.attribute td:first-child,
	table.list td:first-child,
	.wishlist-product table td:first-child,
	.wishlist-info table td:first-child,
	.compare-info td:first-child,
	.cart-info table td:first-child,
	.checkout-product table td:first-child,
	.table td:first-child {
	    border-left: none;
	}
	
/* @end */
	
/* @group Wishlist info */

.wishlist-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */
	
/* @group Cart info */

.cart-info table td {
	vertical-align: middle;
	text-align: center;
}

/* @end */
	
/* @group Price Compare */
	
.compare-info .price-new {
	color: #182140;
	font-size: 16px;
	font-weight: 800;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

	.compare-info .price-old {
		color: #999999;
		font-size: 13px;
		font-weight: 400;
		text-decoration: line-through;
		padding-right: 2px;
	}
	
/* @end */
			
/* @group Table img */

table img {
	max-width: none;
}

/* @end */
	
/* @group Cart Total */

.cart-total { 
	overflow: auto;
	margin-bottom: 20px; 
	padding-top: 10px;
	font-size: 24px;
}

	.cart-total table { 
		float: right; 
	}
	
		.cart-total td {
			padding: 0px 0px 0px 10px;
			text-align: right;
		}
		
		.cart-total table tr td:last-child { 
			color: #182140;
			font-size: 16px;
			font-weight: 800;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		
/* @end */
	
/* @group Download List, Orders */
 
.download-list,
.order-list { 
	overflow:auto; 
}

	.download-list .download-id,
	.order-list .order-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.download-list .download-status,
	.order-list .order-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.download-list .download-content,
	.order-list .order-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6; 
	}
	
	.download-list .download-content div,
	.order-list .order-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.download-list .download-info,
	.order-list .order-info { 
		text-align: right; 
	}
	
/* @end */
	
/* @group manufacturer */

.manufacturer-list { 
	background: inherit !important;
	padding: 25px 15px 30px;
	overflow: auto;
	margin-bottom:10px; 
}

     .manufacturer-list:last-child {
          margin-bottom: 30px;
     }

	.manufacturer-heading { 
		font-size: 17px;
		text-transform: uppercase;
		font-weight: 800;
	}
	
	.manufacturer-content { 
		padding-top: 25px;
		overflow:auto; 
	}
	
	.manufacturer-list ul { 
		float: left;
		width: 25%;
		margin: 0 0 0 20px;
		padding: 0;
	}
	
	.manufacturer-list img {
		display: block;
	}
	
/* @end */
	
/* @group checkout */

.center-column .panel { 
	position:relative;
	padding: 25px;
}

     .center-column .panel:last-child {
          margin-bottom: 30px;
     }

	.center-column .panel-heading { 
	     padding: 0px 5px;
	}
	
	     .center-column .background .panel-heading {
	          padding: 9px 20px;
	     }
		
		.center-column .panel-heading h4 {
			padding: 0px;
			margin: 0px;
			font-size: 17px;
		}
		
		     .center-column .background .panel-heading h4 {
		          font-size: 14px;
		     }

	.center-column .panel-body { 
		position: relative;
		padding: 30px 5px 5px 5px;
	}
	
	     .center-column .background .panel-body {
	          border-top: 2px solid #d9d9d9;
	          padding: 30px;
	     }
	
	     .center-column .panel-body p {
	          padding-bottom: 5px;
	          padding-top: 5px;
	     }
	
		.center-column .panel-body .buttons {
			margin: 0px;
		}
		
/* @end */

/* @group Returns */
 
.return-list { 
}

	.return-list .return-id { 
		width: 49%;
		float: left;
		margin-bottom: 2px; 
	}
	
	.return-list .return-status { 
		width: 49%;
		float: right;
		text-align: right;
		margin-bottom: 2px; 
	}
	
	.return-list .return-content { 
		padding: 10px 0px;
		display: inline-block;
		width: 100%;
		margin-bottom: 20px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6; 
	}
	
	.return-list .return-content div { 
		float: left;
		width: 33.3%; 
	}
	
	.return-list .return-info { 
		text-align: right; 
	}

.return-product { 
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 20px; 
}

.return-detail { 
}

	.return-opened textarea { 
		width: 100%;
	}
	
/* @end */
	
/* @group Banner */

.banner {
	text-align: center;
	width: 100%;
	margin: 30px 0px 0px 0px;
}

	.banner img.with-link {
		cursor: pointer;
	}
	
.banner-with-hover .add {
		overflow: hidden;
		position: relative;
}
	.banner-with-hover .add img {
		-webkit-transform: translateZ(0px);
		        transform: translateZ(0px);
		-webkit-transition-duration: 500ms;
		        transition-duration: 500ms;
		-webkit-transition-property:-webkit-transform;
		transition-property:-webkit-transform;
		transition-property:transform;
		transition-property: transform, -webkit-transform;
	}
	.banner-with-hover .add img:hover {
		background: #000;
		max-height: 750px;
		max-width: 100%;
		min-width: 100%;
		opacity: 0.8;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
		width: 100%;
	}
	.banner-with-hover .add .overlay {
		background-color: rgba(0, 0, 0, 0.5);
		height: 97.2%;
		left: 0;
		opacity: 0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		overflow: hidden;
		position: absolute;
		text-align: center;
		top: 0;
		-webkit-transition:all 0.3s ease-in 0.4s;
		transition: all 0.3s ease-in 0.4s;
		width: 100%;
	}
	.banner-with-hover .add:hover .overlay {
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transition-delay: 0s;
		        transition-delay: 0s;
	}
	.banner-with-hover .add .overlay:before, .vertical-banners .add .overlay:after {
		-webkit-animation-delay: 0.3s;
		        animation-delay: 0.3s;
		-webkit-animation-name: fadeInUp;
		        animation-name: fadeInUp;
		border: 1px solid #fff;
		bottom: 10px;
		content: "";
		left: 10px;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		position: absolute;
		right: 10px;
		top: 10px;
		-webkit-transform: scale(1);
		    -ms-transform: scale(1);
		        transform: scale(1);
		-webkit-transition:opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
		transition:opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
		transition:opacity 0.35s ease 0s, transform 0.35s ease 0s;
		transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	}
	.banner-with-hover .add .overlay span.info {
		background: #37a4d9;
		color: #fff;
		display: inline-block;
		font-family: "Open Sans",sans-serif;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		padding: 15px;
		position: relative;
		text-decoration: none;
		text-transform: uppercase;
		top: 40%;
		width: 100%;
	}

/* @end */

/* @group Filter */

ul.box-filter {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
	
	ul.box-filter > li {
		padding: 0px 0px 25px 0px;
		line-height: 27px;
	}
	
		ul.box-filter > li > span {
			font-weight: bold;
			text-transform: uppercase;
			display: block;
			padding-bottom: 0px;
			font-size: 12px;
		}
		
	ul.box-filter ul {
		list-style: none;
		padding: 0px;
	}
	
/* @end */
	
/* @end */

/* @group 14. Facebook Widget  */

.facebook_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;	
	z-index: 999;
}

.facebook_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 999;
}	

	.facebook_left .facebook-icon,
	.facebook_right .facebook-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/facebook-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 999;	
	}
	
	.facebook_right .facebook-icon {
		left: -50px;
		right: auto;
	}

	.facebook_right .facebook-content,
	.facebook_left .facebook-content {
	    background-color: #FFFFFF;
		border: 4px solid #4b6baf;
		position: relative;
	    z-index: 999;		
	}
	
/* @end */

/* @group 15. Twitter Widget  */

.twitter_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;	
	z-index: 998;
}

.twitter_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 998;
}

	.facebook_right + .twitter_right,
	.facebook_left + .twitter_left {
		top: 210px;
	}
	
	.twitter_left .twitter-icon,
	.twitter_right .twitter-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/twitter-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 998;	
	}
	
	.twitter_right .twitter-icon {
		left: -50px;
		right: auto;
	}
	
	.twitter_right .twitter-content,
	.twitter_left .twitter-content {
	    background-color: #FFFFFF;
		border: 4px solid #36a7e5;
		position: relative;
	    z-index: 998;		
	}
	
/* @end */
	
/* @group 16. Custom Widget  */

.custom_left {
    width: 250px;
    position: fixed;
	left: -250px;
	top: 150px;	
	z-index: 996;
}

.custom_right {
    width: 250px;
    position: fixed;
	right: -250px;
	top: 150px;
	z-index: 996;
}

	.facebook_right + .twitter_right + .custom_right,
	.facebook_left + .twitter_left + .custom_left {
		top: 270px;
	}
	
	.facebook_right + .custom_right,
	.twitter_right + .custom_right,
	.twitter_left + .custom_left,
	.facebook_left + .custom_left {
		top: 210px;
	}
	
	.custom_left .custom-icon,
	.custom_right .custom-icon {
		height: 50px;
	    width: 50px;
		right: -50px;
	    background: url(../img/custom-icon.png) no-repeat;
		cursor: pointer;	
		position: absolute;	
	    z-index: 996;	
	}
	
		.custom_left .custom-icon {
			background: url(../img/custom-icon-right.png) no-repeat;
		}
	
	.custom_right .custom-icon {
		left: -50px;
		right: auto;
	}
	
	.custom_right .custom-content,
	.custom_left .custom-content {
	    background-color: #FFFFFF;
		border: 4px solid #ea2e49;
		position: relative;
	    z-index: 996;	
	    padding: 10px;	
	}

/* @end */	

/* @group 17. Opencart 2.0 */

.picker-switch .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	border: none !important;
}

.timepicker-picker .btn {
	background: none !important;
	color: #808080 !important;
	text-shadow: none !important;
	-webkit-text-shadow: none !important;
	-moz-text-shadow: none !important;
	border: none !important;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* @end */

/* @group 18. Carousel Brands */

.carousel-brands {
	background: #fff;
	margin: 30px 0px 0px 0px !important;
	padding: 10px 20px;
	position: relative;
}
     
     /** Carousel Controls **/
     
     .carousel-brands .owl-prev,
     .carousel-brands .owl-next {
     	position: absolute;
     	top: 50%;
     	left: -20px;
     	width: 40px;
     	height: 40px;
     	border: 2px solid #d1d3d9;
     	color: #d1d3d9;
     	z-index: 24;
     	transition: all 200ms ease-out;
     	-webkit-transition: all 200ms ease-out;
     	-moz-transition: all 200ms ease-out;
     	text-align: center;
     	padding: 7px 0px 0px 0px;
     	visibility: hidden;
     	opacity: 0;
     	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     	margin-top: -20px;
     }
     
		     .carousel-brands .owl-prev:hover,
		     .carousel-brands .owl-next:hover {
		          color: #fff;
		          background: #182140;
		          border-color: #182140;
		     }
		     
		     .carousel-brands:hover .owl-prev,
		     .carousel-brands:hover .owl-next {
		          visibility: visible;
		          opacity: 1;
		          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		          left: -10px;
		     }

			.carousel-brands .owl-next {
				left: auto;
				right: -20px;
			}
			
			     .carousel-brands:hover .owl-next {
			          left: auto;
			          right: -10px;
			     }
		
			.carousel-brands .owl-prev:before,
			.carousel-brands .owl-next:before {
			     font-family: "Font Awesome 5 Pro";
			     cursor: pointer;
			     font-size: 16px;
			     line-height: 16px;
			     font-weight: 400;
			     -webkit-font-smoothing: antialiased;
			     -moz-osx-font-smoothing: grayscale;
			     content: "\f060";
			     padding-right: 1px;
			}
			
			     .carousel-brands .owl-next:before {
			          content: "\f061";
			          padding-right: 0px;
			     }
			     
		@media (max-width: 767px) {
		.carousel-brands .owl-prev,
		.carousel-brands .owl-next {
		     visibility: visible;
		     opacity: 1;
		     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		     left: -10px !important;
		}
		
		     .carousel-brands .owl-next {
		          left: auto !important;
		          right: -10px !important;
		     }
		}
     	
/* @end */
	

.banner-module .item {
	overflow: hidden;
	position: relative;
}

.banner-module.banner-slide {
	margin: 0;
}

.banner-module .block {
	display: block;
}

.banner-module .text {
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 100%;
	-moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    padding: 30px 20px;
    max-width: 1400px;
}

.banner-module .text .desc {
	color: #F1F1F1;
	max-width: 620px;
}

.banner-module .text .input-group {
	max-width: 600px;
	margin-top: 30px;
}

.banner-module .text .input-group .form-control {
	border: 0;
	border-radius: 2px;
	color: #828282;
	font-size: 14px;
	height: 55px;
}

.banner-module .text .input-group .input-group-addon {
	background: inherit;
	border: none;
	padding: 0;
}

.banner-module .text .input-group .btn-subscribe {
	background: #FEF410;
	border: 0;
	border-radius: 3px;
	font-family: "Source Sans Pro";
	font-size: 22px;
	line-height: 55px;
	color: #000;
	padding: 0 33px;
	margin-left: 12px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	height: 55px;
}

.banner-module .text .subtitle,
.banner-module .text .main-title {
	text-transform: uppercase;
}

.banner-module .text .main-title {
	font-weight: 600;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.5);
}

.banner-module .text .main-title span {
	color: #FEF410;
}

.banner-module .text .button {
	background: #FEF410;
	border-color: #FEF410;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	color: #000 !important;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}

.banner-slide .text {
	font-size: 21px;
	line-height: 24px;
}

.banner-slide .text .subtitle {
	font-size: 22px;
	line-height: 35px;
	max-width: 585px;
}

.banner-slide .text .main-title {
	font-size: 45px;
	line-height: 50px;
	max-width: 700px;
	margin: 12px 0;
}

.banner-slide .text .main-title .big {
	font-size: 86px;
	line-height: 1;
}

.banner-slide .text .button {
	font-size: 22px;
	margin-top: 15px;
	padding: 16px 25px;
}

.banner-slide .text .note {
	font-size: 13px;
	line-height: 1;
	margin-top: 60px;
}

.banner-slide .swiper-container-horizontal .swiper-pagination-bullets {
	bottom: 30px;
}

.banner-slide .swiper-pagination-bullet {
	background: #333;
	width: 16px;
	height: 16px;
	opacity: 1;
}

.banner-slide .swiper-pagination-bullet-active {
	background: #F3BD20;
}

.banner-item .item {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	cursor: pointer;
}

.banner-item .item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    z-index: 1;
}

.banner-item .item:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.banner-item .text {
	top: inherit;
	bottom: 0;
	font-size: 13px;
	padding: 20px 30px;
	-moz-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	z-index: 10;
}

.banner-item .text .subtitle {
	display: inline-block;
	background: #000;
	font-size: 17px;
	line-height: 20px;
	padding: 5px 10px;
}

.banner-item .text .main-title {
	font-size: 28px;
	line-height: 31px;
	margin: -5px 0 5px;
}

.banner-item .text .main-title .big {
	font-size: 48px;
	line-height: 1;
}

.banner-item .text .button {
	padding: 10px 20px;
	margin-top: 5px;
}

	@media (max-width: 1270px) {
		.responsive .banner-slide .text {
			font-size: 18px;
			line-height: 20px;
		}
	
		.responsive .banner-slide .text .subtitle {
			font-size: 20px;
			line-height: 1;
			max-width: 470px;
		}
	
		.responsive .banner-slide .text .main-title {
			font-size: 35px;
			line-height: 40px;
			max-width: 600px;
		}

		.responsive .banner-slide .text .main-title .big {
			font-size: 76px;
		}
		
		.responsive .banner-slide .text .button {
			font-size: 18px;
			padding: 10px 25px;
		}
		
		.responsive .banner-module .text .input-group .btn-subscribe {
			font-size: 18px;
		}
		
		.responsive .banner-slide .text .note {
			margin-top: 20px;
		}
	}

	@media (max-width: 991px) {
		.responsive .banner-slide .text .main-title {
			font-size: 16px;
			line-height: 1.2;
		}
		
		.responsive .banner-slide .text .main-title {
			font-size: 20px;
			line-height: 1.2;
		}

		.responsive .banner-slide .text .main-title .big {
			font-size: 38px;
		}
		.responsive .banner-slide .text {
			font-size: 16px;
		}
		.responsive .banner-module .text .input-group {
			margin-top: 15px;
		}
	}

	@media (max-width: 767px) {
		.responsive .banner-module .text {
			max-width: 480px;
		}
		
		.responsive .banner-slide .text .subtitle {
			font-size: 14px;
			line-height: 1.1;
			max-width: 370px;
		}
		
		.responsive .banner-slide .text .main-title {
			font-size: 20px;
			line-height: 1.1;
			margin: 0 0 5px;
		}

		.responsive .banner-slide .text .main-title .big {
			font-size: 32px;
		}
		
		.responsive .banner-slide .text .button {
			font-size: 14px;
			margin: 0;
		}
		
		.responsive .banner-slide .text .desc,
		.responsive .banner-slide .text .note {
			display: none;
		}
		
		.responsive .banner-slide .swiper-container-horizontal .swiper-pagination-bullets {
			bottom: 10px;
		}
		
		.responsive .banner-slide .swiper-pagination-bullet {
			width: 8px;
			height: 8px;
		}
				
		.responsive .banner-item .text {
			font-size: 10px;
			padding: 15px 20px;
		}

		.responsive .banner-item .text .main-title {
			font-size: 16px;
			line-height: 1.1;
			margin: -2px 0 0;
		}

		.responsive .banner-item .text .main-title .big {
			font-size: 24px;
		}
		
		.responsive .banner-item .text .button {
			font-size: 14px;
			padding: 5px 15px;
		}
		
		.responsive .banner-module .text .input-group {
			margin-top: 10px;
		}
		
		.responsive .banner-module .text .input-group .form-control,
		.responsive .banner-module .text .input-group .btn-subscribe {
			height: 35px;
		}
		
		.responsive .banner-module .text .input-group .btn-subscribe {
			font-size: 14px;
			line-height: 35px;
		}
	}
	
	@media (max-width: 479px) {		
		.responsive .banner-slide .text {
			font-size: 12px;
		}
		
		.responsive .banner-slide .text .main-title {
			font-size: 18px;
			line-height: 1.1;
		}

		.responsive .banner-slide .text .main-title .big {
			font-size: 26px;
		}
		
		.responsive .banner-slide .text .button {
			font-size: 12px;
			padding: 5px 10px;
		}
		
		.responsive .banner-slide .text .subtitle,
		.responsive .banner-item .text .desc {
			display: none;
		}
		
		.responsive .banner-item .text .main-title {
			font-size: 14px;
		}
		
		.responsive .banner-item .text .main-title .big {
			font-size: 20px;
		}	
		
		.responsive .banner-module .text .input-group {
			margin-top: 5px;
		}
		
		.responsive .banner-module .text .input-group .form-control,
		.responsive .banner-module .text .input-group .btn-subscribe {
			height: 25px;
		}
		
		.responsive .banner-module .text .input-group .btn-subscribe {
			font-size: 12px;
			line-height: 25px;
		}
	}
/* @end */
	
/* @group 20. Camera slider */

.camera_slider {
	margin: 30px 0px 0px 0px;
	position: relative;
}

.camera_wrap {
	margin: 0px !important;
	width: auto;
	direction: ltr;
	display: none;
	position: relative;
	z-index: 1;
}

	.spinner {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		z-index: 22;
		background: #fff url(../img/loader.gif) 50% 50% no-repeat;
	}

	#slider .fullwidth .camera_slider,
	#slider .fullwidth .camera_slider .camera_wrap {
		margin: 0px !important;
		padding: 0px;
	}
	
	.camera_wrap img {
		display: block;
		margin: 0px auto;
	}

		.camera_wrap .owl-controls .owl-buttons {
		}
		
			.camera_wrap:hover .owl-controls .owl-buttons {
			}
		
			.camera_wrap .owl-controls .owl-buttons .owl-prev,
			.camera_wrap .owl-controls .owl-buttons .owl-next {
				position: absolute;
				top: 50%;
				left: -20px;
				width: 40px;
				height: 40px;
				border: 2px solid #d1d3d9;
				color: #d1d3d9;
				z-index: 24;
				transition: all 200ms ease-out;
				-webkit-transition: all 200ms ease-out;
				-moz-transition: all 200ms ease-out;
				text-align: center;
				padding: 7px 0px 0px 0px;
				visibility: hidden;
				opacity: 0;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				margin-top: -20px;
			}
			
     		     .camera_wrap .owl-controls .owl-buttons .owl-prev:hover,
     		     .camera_wrap .owl-controls .owl-buttons .owl-next:hover {
     		          color: #fff;
     		          background: #182140;
     		          border-color: #182140;
     		     }
     		     
     		     .camera_wrap:hover .owl-controls .owl-buttons .owl-prev,
     		     .camera_wrap:hover .owl-controls .owl-buttons .owl-next {
     		          visibility: visible;
     		          opacity: 1;
     		          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     		          left: -10px;
     		     }
     
     			.camera_wrap .owl-controls .owl-buttons .owl-next {
     				left: auto;
     				right: -20px;
     			}
     			
     			     .camera_wrap:hover .owl-controls .owl-buttons .owl-next {
     			          left: auto;
     			          right: -10px;
     			     }
     		
     			.camera_wrap .owl-controls .owl-buttons .owl-prev:before,
     			.camera_wrap .owl-controls .owl-buttons .owl-next:before {
     			     font-family: "Font Awesome 5 Pro";
     			     cursor: pointer;
     			     font-size: 16px;
     			     line-height: 16px;
     			     font-weight: 400;
     			     -webkit-font-smoothing: antialiased;
     			     -moz-osx-font-smoothing: grayscale;
     			     content: "\f060";
     			     padding-right: 1px;
     			}
     			
     			     .camera_wrap .owl-controls .owl-buttons .owl-next:before {
     			          content: "\f061";
     			          padding-right: 0px;
     			     }
     			     
     		@media (max-width: 767px) {
     		.camera_wrap .owl-controls .owl-buttons .owl-prev,
     		.camera_wrap .owl-controls .owl-buttons .owl-next {
     		     visibility: visible;
     		     opacity: 1;
     		     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     		     left: -10px !important;
     		}
     		
     		     .camera_wrap .owl-controls .owl-buttons .owl-next {
     		          left: auto !important;
     		          right: -10px !important;
     		     }
     		}
			
		.camera_wrap .owl-controls .owl-pagination {
			position: absolute;
			bottom: 0;
			text-align: center;
			width: 100%;
			padding: 0px;
			opacity: 0;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			-webkit-transition: all 0.4s;
			transition: all 0.4s;
			visibility: hidden;
		}
		
			.camera_wrap:hover .owl-controls .owl-pagination {
				visibility: visible;
				opacity: 1;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=100);
			}
		
			.camera_wrap .owl-controls .owl-pagination .owl-page {
				display: inline-block;
			}
			
				.camera_wrap .owl-controls .owl-pagination span {
					cursor: pointer;
					margin: 0px 4px 4px 4px;
					width: 12px;
					height: 12px;
					padding: 0px;
					background: #000;
					border: none;
					display: block;
					border-radius:         20px;
					-moz-border-radius:    20px;
					-webkit-border-radius: 20px;
					opacity: 0.5;
					-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				}
				
					.camera_wrap .owl-controls .owl-pagination .active span {
						background: #fff;
						opacity: 1;
						-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					}
					
/* @end */

/* @group 21. Lazy load */

img[src="image/catalog/blank.gif"] {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff;
     width: 100%;
     max-height: 250px;
}

/* @end */

/* @group 22. Magnific popup */

.mfp-iframe-scaler iframe {
     background: url("../img/loader.gif") no-repeat scroll center center #ffffff !important;
}

.quickview {
}

     .quickview body {
          background: #fff;
          padding: 30px 30px 0px 30px;
     }
     
     .quickview .mfp-iframe-holder .mfp-content {
          max-width: 900px;
          height: 572px; 
     }
     
     .quickview .mfp-iframe {
          opacity: 0;
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -webkit-transition:all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7); 
     }
     
     .quickview.mfp-bg {
          opacity: 0.01;
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
          -webkit-transition:all 0.2s ease-out;
          transition: all 0.2s ease-out; 
     }
     
     .quickview.mfp-ready .mfp-iframe {
          opacity: 1;
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
     }
     
     .quickview.mfp-ready.mfp-bg {
          opacity: 0.75;
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
     }
     
     .quickview.mfp-removing .mfp-iframe {
          -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
          transform: scale(0.7);
          opacity: 0;
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     }
     
     .quickview.mfp-removing.mfp-bg {
          opacity: 0;
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
     }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* @end */


/* @group Divider */

.divider {
     width: 100%;
     height: 10px;
     margin: 30px 0px 0px 0px;
     background: url(../img/divider.png) top left repeat-x;
}

/* @end */

/* @group Box Category Wall 2 */
.category-wall {
	padding: 0 0 15px;
}
.box-category-wall {
     background: #fff;
     padding: 15px 20px;
     margin-bottom: 15px;
     border-radius: 4px;
     -webkit-transition:all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     height: 100%;
     -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.06);
     box-shadow: 0 0 7px 0 rgba(0,0,0,.06);
}
.box-category-wall:hover {
	-webkit-box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
	        box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75); 
}
.box-category-wall .typo-actions {
	visibility: hidden;
	padding-top: 15px;
}
.box-category-wall:hover .typo-actions {
	visibility: visible;
}

     .box-category-wall .image {
          overflow: hidden;
          position: relative;
     }
     
          .box-category-wall .image img {
               display: block;
               height: auto;
               margin: 0 auto;
               -webkit-transition: all 0.35s ease-in-out;
               transition: all 0.35s ease-in-out;
               -webkit-backface-visibility: hidden;
               backface-visibility: hidden;
          }
          .box-category-wall .name {
          	font-size: 16px;
          	text-transform: uppercase;
          	font-weight: 400;
          }
          .box-category-wall .image a {
				-webkit-box-align: center;
				-webkit-align-items: center;
				    -ms-flex-align: center;
				        align-items: center;
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				overflow: hidden;
				position: relative;
		  }
          
         .box-category-wall .image a:before {
				background: none repeat scroll 0 0 #000;
				content: "";
				height: 100%;
				left: 0;
				opacity: 0.37;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=37)";
				position: absolute;
				right: 0;
				text-align: center;
				top: 0;
				-webkit-transition:all 0.85s ease 0s;
				transition: all 0.85s ease 0s;
				width: 100%;
				z-index: 0;
		 }
          
          
               .box-category-wall .image:hover img {

               }
                              
               .box-category-wall .image .name {
					border: 2px solid #fff;
					color: #fff;
					display: -webkit-box;
					display: -webkit-flex;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					-webkit-align-items: center;
					    -ms-flex-align: center;
					        align-items: center;
					font-size: 18px;
					font-weight: 400;
					text-transform: uppercase;
					letter-spacing: 1px;
					line-height: 26px;
					text-align: center;
					text-shadow: 1px 1px #000;
					position: absolute;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					    -ms-transform: translate(-50%, -50%);
					        transform: translate(-50%, -50%);
					cursor: pointer;
					width: 80%;
					height: 50%;
					margin: 0;
					opacity: 1;
					-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					-webkit-transition:all 0.4s ease 0s;
					transition: all 0.4s ease 0s;
			   }
			   
			   .box-category-wall .image:hover .name {
					opacity: 0;
					-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
               }
               
               .box-category-wall .image .name span {
					margin: 0 auto;
					word-wrap: break-word;
               }
               
     .box-category-wall .categories {
          padding: 25px 30px 30px 30px;
     }
     
          .box-category-wall .categories ul {
               list-style: none;
               padding: 0px;
               margin: 0px;
          }
          
               .box-category-wall .categories > ul > li > a {
                    font-size: 18px;
                    text-transform: uppercase;
                    font-weight: bold;
               }
               
               .box-category-wall .categories > ul > li ul {
                    line-height: 30px;
                    padding: 4px 0px 0px 0px;
               }
               
                    .box-category-wall .categories > ul > li ul a {
                         font-size: 12px;
                         text-transform: uppercase;
                         font-weight: bold;
                    }
                    
          .box-category-wall .categories .button {
               margin-top: 20px;
          }
          
.manufacturer-wall .image {
	text-align: center;
	margin: 0 0 15px;
}

/* @end */

/* @group Box Special Products */

.box-special-products {
     margin: 30px 0px 0px 0px;
     background: #fff;
     border: 3px solid #d9d9d9;
}

     .box-special-products .product {
          border-top: 1px solid #d1d1d1;
          padding: 30px;
     }
     
          .box-special-products .product:first-child {
               border: none;
          }
          
          .box-special-products .product .left {
               float: left;
               width: 50%;
          }
          
               .box-special-products .product .left .price {
                    color: #182140;
                    font-size: 16px;
                    font-weight: 800;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    position: relative;
                    margin-top: -2px;
               }
               
                    .box-special-products .product .left .price .price-old {
                         color: #999999;
                         font-size: 13px;
                         font-weight: 400;
                         text-decoration: line-through;
                         padding-right: 2px;
                    }
                    
               .box-special-products .product .left .button {
                    margin-top: 14px;
               }
          
          .box-special-products .product .right {
               float: left;
               width: 50%;
               position: relative;
               margin: -15px -20px -14px 0px;
               padding-left: 15px;
          }
/* @end */

/* @group Advanced grid */

.advanced-grid {
     position: relative;
     margin: 15px 0;
     padding: 0;
}

     /* @group Products */
     
     .advanced-grid-products {
          
     }
     
       .advanced-grid-products .box-product .box-content.product {
			padding: 0;
       }

            .advanced-grid-products .box-product .owl-item {
                    margin-bottom: 20px;
            }
     
          .advanced-grid-products .product .clearfix {
               margin: 0;
               padding: 0;
               display: -webkit-flex;
               display: -moz-flex;
               display: -ms-flex;
               display: -o-flex;
               display: -webkit-box;
               display: -ms-flexbox;
               display: flex;
               -ms-align-items: center;
               -webkit-box-align: center;
               -webkit-align-items: center;
                   -ms-flex-align: center;
                       align-items: center;
          }
          
               .footer .advanced-grid-products .product {
                    border-color: rgba(255,255,255,0.1);
                    padding: 0;

               }
               .footer .advanced-grid-products .product:last-child{
                   margin-bottom: 0;
               }
          
               .advanced-grid-products .product:first-child {
                    border: none;
                    padding-top: 0px;
               }
               
                    .advanced-grid-products .product:last-child {
                         padding-bottom: 0px;
                    }
               
                    .advanced-grid-products .product .image {
						background: #fff;
                        float: left;
                        width: 60%;
                    }
                    
                         .advanced-grid-products .product .image img {
                              display: block;
                         }
                    
                    .advanced-grid-products .product .right {
                         float: right;
                         width: 40%;
                         margin-left: 0;
                         text-align: left;
                         padding: 18px;
                         min-height: 181px
                    }
                    
                    .advanced-grid-products .product .name a{
                        font-size: 16px;
                        font-weight: 400;
                        text-transform: uppercase;
                        color: #000;   
                    }
                    
                    .advanced-grid-products .product .rating{
                        margin: 1px 0;
                    }
                    .advanced-grid-products .product .rating i{
                        margin: 0;
                        font-size: 13px;
                    }
                    	.advanced-grid-products .product .right .name {
							min-height: 60px
                    	}
                    	.advanced-grid-products .product .timeout {
                    		font-size: 16px;
                    		padding-bottom: 5px;
                    		color: #000;
                    	}
                         .advanced-grid-products .product .right .price {
                                font-size: 24px;
                                color: #000;
                                font-weight: 700;
                                padding: 0 0 15px;
                         }
                         
                         	.advanced-grid-products .product .right .price .price-old {
                         		color: #7f7f7f;
                                font-size: 16px;
                                text-decoration: line-through;
                                font-weight: 400;
                         	}
                         	
                         	.advanced-grid-products .product .caption {
								background: #1f100a;
								color: #fff;
								padding: 10px 18px;
								margin: 0;
                                position: absolute;
                                width: 100%;
                                bottom: 0;
                                height: 65px;
							}
							
		.advanced-grid .panel-group {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column; 
			-webkit-box-align: start; 
			-ms-flex-align: start; 
			align-items: flex-start;
		}
		
			.advanced-grid .panel-group .panel {
				background: -o-linear-gradient(357.91deg, #FF930F 0.91%, #FFF95B 100%);
				background: linear-gradient(92.09deg, #FF930F 0.91%, #FFF95B 100%);
				border-radius: 5px;
				margin-bottom: 30px;
			}
			
			.advanced-grid .panel-group .panel-heading {
				display: inline-block;
			}
			
			.advanced-grid .panel-group .panel-heading a {
				display: inline-block;
				border-radius: 5px;
				color: #000;
				font-size: 20px;
				line-height: 23px;
				font-weight: 500;
				text-decoration: none;
				padding: 15px 20px;
				-webkit-transition: all 1s ease;
				transition: all 1s ease;
			}
			
			.advanced-grid .panel-group .panel-heading a.collapsed {
				background: #FEE255;
			}
							
			.advanced-grid .panel-group .panel-collapse {
				padding: 0 20px 30px;
			}	
			
	  .advanced-grid .advanced-grid-row	.wrapper > div {
		margin-bottom: 30px;
	  }
			
	  .advanced-grid .catalog-home	{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 40px 0;	
		margin: 0 -15px;	
	  }
	  
	  .advanced-grid .catalog-links ul {
		margin-bottom: 15px;
	  }
			
	  .advanced-grid .catalog-links li {
		margin-bottom: 15px;
	  }
	  
		.advanced-grid .catalog-links li a {
			border-bottom: 1px solid #000;
			font-weight: 300;
			color: #000;
			text-decoration: none;
			position: relative;
		}
		
		.advanced-grid .catalog-links li:first-child a {
			border: none;
			font-weight: 600;
		}
		
		.advanced-grid .catalog-links li:first-child a::before {
			content: "";
			background: #DEDEE0;
			border-radius: 50%;
			display: inline-block;
			position: absolute;
			top: -2px;
			left: 100%;
			margin-left: 15px;
			width: 26px;
			height: 26px;
		}
		
		.advanced-grid .catalog-links li:first-child a::after {
			font-family: "Font Awesome 5 Pro";
			content: "\f178";
			font-size: 14px;
			line-height: 26px;
			font-weight: 400;
			position: absolute;
			top: -1px;
			left: 100%;
			margin-left: 21px;
		}
		
		.advanced-grid .catalog-links li:first-child a:hover::before {
			background: #E20505;	
		}
		
		.advanced-grid .catalog-links li:first-child a:hover::after {
			color: #fff;
		}
                         	
     .common-home .advanced-grid .box .box-content {
		 padding: 0;
		 margin: 0 0 30px;
	 }
	 	 
	 .advanced-grid.cigar-show .full-width .box .box-content {
	 	padding: 40px 0;
	 }
	 
	 .advanced-grid.cigar-show .box .box-content {
		padding: 0;
	 } 
	                 
	 .advanced-grid.cigar-show.header-left .box .box-heading {
	 	text-align: left;
	 }
	 
	 .advanced-grid.cigar-show table {
	 	border: 1px solid #999;
	 }
	 
	 .advanced-grid.cigar-show table td{
		border-bottom: 1px solid #999;
		padding: 7px;
		color: #999;
	 }	
	 
	 .advanced-grid.cigar-show table thead td{
		padding: 10px 7px;
		color: #333;
	 }
	 
	 .advanced-grid.cigar-show table td:not(:first-child){
	 	border-left: 1px solid #999;
	 }
	 
	 .advanced-grid.cigar-show ul {
	 	color: #fff;
	 }
	 
	 .advanced-grid.cigar-show ul li {
	 	margin-bottom: 20px;
	 }
	 
	 .advanced-grid.promo .pl35 {
	 	padding-left: 35px;
	 }
	 
	 .advanced-grid.promo .h1,
	 .advanced-grid.promo .h2 {
		font-weight: 400;
	 }
	 
	 .advanced-grid.promo .h1 {
		font-size: 36px;
		line-height: 42px;
	 }
	 
	 .advanced-grid .h2 {
		font-size: 26px;
		line-height: 33px;
	 }
              
     .advanced-grid.promo .box-content {
		background: inherit;
		padding: 0;
	 }   
	 
	 .advanced-grid.promo .box-content p {
		margin: 0 0 15px;
	 }	    
          
     .advanced-grid.promo .box-content img {
		display: block;
     }  
     
     .advanced-grid.promo .box-content a,
     .advanced-grid.promo .box-content a:hover {
		color: inherit;
     }
          
     .advanced-grid.promo .text-box .box-content {
		padding: 25px;
     }     
     
     .advanced-grid.promo .isector {
		padding: 50px 0;
     } 
     
     .advanced-grid.promo .isector .product-grid {
		margin-top: 30px;
     }
     
     .advanced-grid.promo .ibox-with-bg {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		height: 100%;
		min-height: 380px;
     }
     
     .advanced-grid.promo .ibox {
		background: #fff;
		border-radius: 5px;
		font-size: 15px;
		line-height: 22px;
		overflow: hidden;
		-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
     } 
     
     .advanced-grid.promo .idark {
		background: #35170C;
		-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
		box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);	
     }   
     
     .advanced-grid.promo .idark *,
     .advanced-grid.promo .ibrown * {
		color: #fff;
     }    
     
     .advanced-grid.promo .ilight {
		background: #E5E5E5;
		-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
     }  
     
     .advanced-grid.promo .ibrown {
		background: #785548;
		-webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
		box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.25);
     }
     
     .advanced-grid.promo .ilink {
		display: inline-block;
		font-style: italic;
		text-decoration: underline;
		font-size: 20px;
		line-height: 26px;
		margin-top: 50px;
     }

    .advanced-grid.promo .scroll-to {
        border-bottom: 1px dashed #727272;
		display: inline-block;
		color: #727272 !important;
     }

     .advanced-grid.promo .img-box img {
		width: 100%;
     }  
     
     .advanced-grid.promo .text-small {
		font-size: 14px;
     } 
     
     .advanced-grid.promo .text-big {
		font-size: 18px;
		line-height: 28px;
     } 
     
     .advanced-grid.promo .owner {
		margin-bottom: 10px;
     }
     
     .advanced-grid.promo .owner img {
		margin: 0 10px 10px 0;
     }
     
     .advanced-grid.promo .advanced-grid-row {
		margin-bottom: 50px;
     }  
     
     .advanced-grid-section  {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		position: relative;
     }
     
     .advanced-grid.promo .product-grid .product {
		margin-bottom: 0;
     }

     /* @end */
     
     /* @group Latest blogs */
     
     .advanced-grid-latest-blogs {
          
     }
     
          .advanced-grid-latest-blogs .news {
               margin: 0px;
               padding: 15px 0px;
               border-top: 1px solid #e6e6e7;
          }
          
               .footer .advanced-grid-latest-blogs .news {
                    border-color: rgba(255,255,255,0.1);
               }
          
               .advanced-grid-latest-blogs .news:first-child {
                    border: none;
                    padding-top: 0px;
               }
               
                    .advanced-grid-latest-blogs .news:last-child {
                         padding-bottom: 0px;
                    }
               
                    .advanced-grid-latest-blogs .news .image {
                         margin: 0px 20px 0px 0px;
                         float: left;
                    }
                    
                         .advanced-grid-latest-blogs .news .image a {
                              display: block;
                              background-size: cover;
                              position: relative;
                         }

                    
                    .advanced-grid-latest-blogs .news .title {
                         padding: 2px 0px;
                         margin-bottom: 5px;
                    }
                    
                    .advanced-grid-latest-blogs .news  .article-date-added {
                        color: #8f8f8f;
                        font-size: 12px;
                    }
                         
                         .advanced-grid-latest-blogs .news .article-date-added i {
                              margin-right: 3px;
                              
                         }
     
/* @end */

/* Blog */
.blog-search .search-form button {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #868686;
    float: left;
    font-size: 13px;
    margin: 1px 0 0;
    padding: 10px 10px 5px 0;
    position: absolute;
    right: 20px;
    top: 0;
}


/* @end */

/* @group Popup Module */

.popup {
     background: #FFF;
     text-align: left;
     max-width: 750px;
     margin: 40px auto;
     position: relative;
}

.popup .popup-content {
    padding: 20px 25px;
}

body .popup-module .mfp-close {
     top: -20px;
     color: #fff;
     right: -20px;
     text-align: center;
     border-radius: 100%;
     -moz-border-radius: 100%;
     -webkit-border-radius: 100%;
     opacity: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body .popup-module .mfp-close:hover{
    opacity: 0.9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}



     body .popup-module.without-button-close .mfp-close {
          display: none;
     }
     
     .popup h4 {
          font-size: 20px;
          padding-bottom: 15px;
          margin: 0px;
     }
     
     .popup .content {
          padding: 0px;
          margin: 0px;
     }
     
		.popup .popup-footer {
			position: relative;
			text-align: right;
		}
		
		
	/* @group Age Confirm */
	.popup .age-confirm {
		position: relative;
	}
	
	.popup .age-confirm::before {
		content: "18+";
		font-weight: bold;
		font-size: 46px;
		line-height: 1;
		color: #9AA1A9;
		position: absolute;
		bottom: 15px;
		left: 20px;
	}
	
	.popup .age-confirm .popup-body {
		padding: 0 100px 50px 0;
	}
     
     /* @group Custom */
    .popup-custom {
        background-size: cover;
		padding: 0;
		-webkit-border-radius: 0;
				border-radius: 0;
	}  
	
	body .popup-custom .mfp-close {
		border-radius: 50%;
		background: #fff;
		color: #000;
		font-size: 40px;
		line-height: 36px;
		width: 36px;
		height: 36px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.41);
		top: 15px;
		right: 15px;
	}
	
	.popup-custom .popup-wrapper {
		color: #fff;
		padding: 90px 100px;
		border: 5px solid #fff;
	}
	
	.popup-custom .main-title,
	.popup-custom .subtitle {
		text-transform: uppercase;
	}
	
	.popup-custom .subtitle {
		font-size: 22px;
		line-height: 35px;
	}
	
	.popup-custom .main-title {
		font-weight: bold;
		font-size: 35px;
		line-height: 40px;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
		max-width: 600px;
		margin: 25px 0 35px;
	}
	
	.popup-custom .main-title span {
		color: #FEF410;
	}
	
	.popup-custom .main-title .big {
		font-size: 50px;
		line-height: 1;
	}
	
	.popup-custom .btn-popup {
		background: #FEF410;
		border-color: #FEF410;
		box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.38);
		border-radius: 3px;
		color: #000 !important;
		font-size: 22px;
		line-height: 1;
		font-weight: 400;
		padding: 15px 25px;
	}

    @media (max-width: 767px) {
        .responsive .popup-custom .popup-wrapper {
            padding: 20px;
        }
        
        .responsive .popup-custom .subtitle {
            font-size: 16px;
            line-height: 1.1;
        }

        .responsive .popup-custom .main-title {
            font-size: 20px;
            line-height: 1.1;
            margin: 10px 0 15px;
        }

        .responsive .popup-custom .main-title .big {
            font-size: 28px;
        }

        .responsive .popup-custom .btn-popup {
            font-size: 16px;
            padding: 10px 15px;
        }  
    }

     @media (max-width: 479px) {        
        .responsive .popup-custom .subtitle {
            font-size: 12px;
        }

        .responsive .popup-custom .main-title {
            font-size: 16px;
        }

        .responsive .popup-custom .main-title .big {
            font-size: 20px;
        }

        .responsive .popup-custom .btn-popup {
            font-size: 14px;
            padding: 5px 15px;
        } 
        
        .responsive .popup .popup-title {
			margin-top: 15px;
		} 
        
        .responsive .popup .popup-content {
			font-size: 12px;
			line-height: 18px;
			padding: 20px 10px;
		}
		
		.responsive .popup .popup-body {
			padding: 0 0 50px;
		}
    }
	
    /* @end */

    /* @group Newsletter */
    body .popup-module .newsletter{
        text-align: left;
        padding: 10px 0 0 0;
    }
    body .popup-module .newsletter input.email {
        height: auto !important;
        width: 220px;
        padding: 14px 18px;
    }
     
    body .popup-module .newsletter .button {
        margin-left: -10px !important;
        padding: 15px 31px 16px 31px;
    }
    
    body .popup-module .newsletter-first-line{
        font-weight: 300;
        font-size: 35px;
        line-height: 30px;
        color: #636363;
    }
    
    body .popup-module .newsletter-discount{
        font-weight: 800;
        font-size: 96px;
        line-height: 100px;
    }
    
    body .popup-module .newsletter-third-line{
        color: #636363;
        font-size: 16px;
    }
     
     /* @end */

     /* @group Buttons yes no */
     
     .popup .buttons-yes-no {
          padding: 20px 0px 0px 0px;
     }
     .popup .buttons-yes-no .button {
     	margin-bottom: 10px;
     	padding: 5px 10px;
     }
          .popup .buttons-yes-no .button:first-child {
               margin-right: 0px;
          }
     
     /* @end */

     /* @group Form contact */
     
     .popup .form-contact {
          
     }
     
          .popup .form-contact .error {
               -webkit-box-shadow: 0px 0px 1px 1px rgba(255,0,0, .7);
                       box-shadow: 0px 0px 1px 1px rgba(255,0,0, .7);
          }
     
     /* @end */

     /* @group Owl carousel */
     
     .owl-carousel {
         margin-top: 0;
         padding: 0 75px;
     }
     
		@media (max-width: 767px) {
			.owl-carousel {
				 padding: 0 30px;
			 }
		} 
     /* @end */

/* @end */

/* Contact Page */
    .information-contact .map {
        margin: 15px 0;
    }
    .information-contact .form-horizontal {
        padding-top: 0px;
    }
    .information-contact .form-horizontal fieldset {
        padding-bottom: 0;
    }
    .information-contact .pull-right .btn {
        margin-top: 0;
    }
/* @end */

/* @group Scroll up */

.scrollup {
  font-size:30px;
  font-weight:bold;
  height:40px;
  line-height:40px;
  text-align:center;
  width:40px;
  border:0 solid #694f45;
  box-shadow:inset 0 0 10px rgba(105,79,69,0);
  outline:1px solid;
  outline-color:rgba(105,79,69,0.5);
  outline-offset:0px;
  text-shadow:none;
  background:#ffffff;
  -webkit-transition:all 550ms cubic-bezier(0.19,1,0.22,1);
  transition:all 550ms cubic-bezier(0.19,1,0.22,1);
  left:10px;
  bottom:10px;
  position: fixed;
  display: none;
}

.scrollup:hover {
  border:1px solid #694f45;
  box-shadow:inset 0 0 10px rgba(105,79,69,0.5), 0 0 20px rgba(105,79,69,0.2);
  outline-color:rgba(105,79,69,0);
  outline-offset:5px;
  color:#694f45;
}
	
/* @end */

/* Error Not Found */
.error-not_found .breadcrumb {
	display: none;
}
.error-not_found .box .box-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: inherit;
	font-size: 16px;
}
.error-not_found .box .box-content .h1 {
	font-size: 58px;
	font-weight: bold;
	text-transform: uppercase;
}
.error-not_found .box .box-content .title {
	font-size: 21px;
	margin: 20px 0 50px;
}
.error-not_found .box .box-content .btn {
	background: #F3BD20;
	border-color: #F3BD20;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
	border-radius: 3px;
	font-family: Lora;
	font-size: 20px;
	margin: 20px 0;
	padding: 12px 40px;
}
.error-not_found .box .box-content .link {
	color: #35170C;
	text-decoration: underline;
}
@media (max-width: 768px) {
	.responsive .error-not_found .box .box-content {
		padding: 0;
	}
	.responsive .error-not_found .box .box-content .h1 {
		font-size: 30px;
	}
	.error-not_found .box .box-content .title {
		font-size: 18px;
		margin: 15px 0;
	}
}
/* @end */

/* Custom CSS */
.manufacturer-module {
	padding: 15px 0 50px;
}
.manufacturer-module .swiper-slide {
    text-align: center;
}
.rev_slider_wrapper .tparrows.default {
    width: 32px;
    height: 59px;
    z-index: 20
}
.rev_slider_wrapper .tp-rightarrow.default {
    background: url("../img/arrow-square-2.png") no-repeat left bottom;
}
.rev_slider_wrapper .tp-leftarrow.default {
    background: url("../img/arrow-square-2.png") no-repeat left top;
}

.catalog .name a {
    font-weight: 700;
}

.banner-about-content {
    position: absolute;
    top: 70px;
    left: 330px;
    right: 70px;
}

ul.list {
    list-style-type: none;
    padding-left: 0;
}
ul.list li {
    padding-bottom: 5px;
}
ul.list li:last-child {
    padding-bottom: 0;
}
ul.list-blue li {
    background: url("../img/list-blue.png") no-repeat 0 6px;
    padding-left: 15px;
}

.information-contact ul.list li:before {
	float: left;
	font-family: "Font Awesome 5 Pro";
	margin-right: 10px;
	font-size: 16px;
	color: #4e3e3a;
}
ul.list li.address:before {
	content: '\f041';
}
ul.list li.phone:before {
	content: '\f095';
}
ul.list li.email:before {
	content: '\f003';
}

.instructions .choice {
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
}
#product .options .form-control {
	display: inline-block;
	width: auto;
}
#product select {
	color: #333;
	background: url('../img/select.jpg') center right no-repeat;
	padding: 0 40px 0 10px;
	height: 32px;
}
#product .options > div > label {
	display: none;
	font-weight: 300;
	padding-right: 15px;
}
#products-instructions .instruction {
    margin: 20px 0;
}
#products-instructions .name {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.download a {
    display: inline-block;
    border: 2px solid #d1d1d1;
    font-size: 15px;
    background: #fff;
    color: #383838;
    padding: 5px 30px;
    margin-top: 20px;
    -webkit-transition:all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}
.download a i {
    color: #0096d4;
    margin-right: 5px;
    -webkit-transition:all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
}
.download a:hover {
    border-color: #0096d4;
    background: #0096d4;
    color: #fff;
}
.download a:hover i {
    color: #fff;
}
.downloads .download a {
    border-width: 1px;
    padding: 5px 15px;
}

.product-info .inpack {
	color: #7f0303;
}

.product-info #tab-form,
.product-info .product-catalog-form {
	margin-bottom: 0;
}

.button-blue-with-background {
    background: transparent;
	border: 1px solid  #786762;
    color: #786762;
    text-align: center;
    padding: 10px;
}
.product-info .description .general img {
    position: relative;
    top: -2px;
    max-width: 70px;
}
.product-info .description .general tr td {
	font-family: "Source Sans Pro";
    border: none;
    padding: 2px 0;
    color: #7f7f7f;
}
.product-info .description .general tr td:last-child {
    font-weight: 700;
/*    white-space:nowrap;*/
    vertical-align: top;
    padding-left: 30px;
    color: #333;
}
.product-info .share {
    margin-top: 20px;
}
.product-info .share .addthis_toolbox a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    width: 38px;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}
.product-info ul {
    padding-left: 0;
}
.social-icons a,
.social-icons span {
	line-height: 1.6;
	cursor: pointer;
}
.box.newsletter {
	float: left;
}
.box.newsletter,
.box.newsletter .box-content {
    margin-top: 0;
}
.box.newsletter .box-content {
	display: inline-block;
    padding: 15px 0;
}
.box.newsletter .text {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 10px;
}
.box.newsletter .subscribe-message span {
	background: none;
	margin: 0;
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
}

.social-icons {
	display: inline-block;
	float: right;
}
.footer-about-us ul.social-icons

.main-content .copyright .pattern > .container,
.main-content .custom-footer .pattern > .container {
    padding-bottom: 0;
}

#column-left .box-account .box-heading {
    border-bottom: none;
    display: block;
    padding: 20px 20px 0;
}
#column-left .box-account .strip-line {
    display: none;
}
#column-left .box-account .box-content {
    padding-top: 0;
}
.information-list {
	padding: 30px 0;
}
.information-list .info-box a,
.information-list .info-box img {
	display: block;
	padding-bottom: 10px;
}

#instagram .item a{
	position: relative;
	display: block;
}
#instagram .item a:hover .fa:before{
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	*-webkit-animation-duration: 0.3s;
	*animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#instagram .item a:hover:before{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: all .3s linear 0s;
	    -ms-transform: all .3s linear 0s;
	        transform: all .3s linear 0s;
}
#instagram .item a:before{
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	z-index: 1;
	content: attr(data-like);
	-webkit-border-radius: 50px;
	        border-radius: 50px;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	text-align: center;
	left: 50%;
	top: 50%;
	font-weight: bold;
	color: #444;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 20;
}
#instagram .item .fa:before{
	position: absolute;
	-webkit-transform:  perspective(1px) translateZ(0) translate(-50%, -50%);
	        transform:  perspective(1px) translateZ(0) translate(-50%, -50%);
	left: 50%;
	top: 50%;
	font-size: 50px;
	color: rgba(255,255,255,0.9);
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 10;
}
@-webkit-keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

@media (max-width: 1167px) {
	body .banner-about-content {
		font-size: 12px;
		left: 300px;
		right: 60px;
	}
}

@media (max-width: 767px) {
	body ul.megamenu > li.active > .sub-menu {
		margin-left: 0px;
	}
	.rev_slider_wrapper.fullwidthbanner-container {
		width: auto;
	}
	.custom-footer .box.newsletter,
	.custom-footer .social-icons {
		width: 100%;
		text-align: center;
	}
	iframe {
		height: 200px;
	}
}
.home-banner-cigar-show .banner-bg {
	background: #442317;
	padding: 30px 35px;
}
.home-banner-cigar-show  img {
	display: block;
}
.home-banner-cigar-show .banner-bg h2 {
	margin: 0;
	padding: 0 0 20px;
	font-size: 40px;
	color: #fff;
}
.box-content .description-above p {
	margin: 15px 0;
}
.box-content .article p {
	margin: 0 0 15px;
}
.date-published {
    float: right;
    font-size: 16px;
    font-weight: 400;
} 
.product-grid .list .typo-actions .button {
	min-width: 200px;
	width: auto;
}
.main-gradient-block {
	position: relative;
	background: #fff;
	padding: 15px;
	border-radius: 4px;
	box-shadow: 0 0 7px 0 rgba(0,0,0,.06);
}
.main-gradient-block .info {
	min-height: 140px;
}
.main-gradient-block .info i {
	font-size: 50px;
	color: #eee;
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 0;
}
.main-gradient-block .info .header {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 10px;
}
.main-gradient-block .info .text {
	font-family: "Source Sans Pro";
	font-size: 14px;
	z-index: 1;
}
.footer-contact {
	text-align: right;
}
.modal-content {
	background: #29150e;
}
#quick-login .modal-title{
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
}
#quick-login {
	max-width: 230px;
	margin: 0 auto;
}
#quick-login a {
	color: #fff;
	text-decoration: underline;
}
#quick-login input {
	border: none;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
#quick-login .btn {
	width: 100%;
	font-weight: 700;
	text-align: center;
	margin: 0;
}
#modal-quicksignup .modal-dialog {
	padding: 0;
	max-width: 380px;
	position: relative;
}
#modal-quicksignup .modal-header {
	border: none;
}
#modal-quicksignup .close {
	position: absolute;
	right: 5px;
	top: 5px;
	float: none;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	text-shadow: none;
	color: #fff;
	font-size: 50px;
	z-index: 5;
}
#header-mobile {
	display: none;
	background: #442317;
	color: #fff;
}
#header-mobile a {
	color: #fff;
}
.mobile-padding {
	display: none;
}
#header-mobile .menu-head {
	height: 65px;	
	padding: 0 5px;
}
#header-mobile .menu-head .col-xs-3 {
	padding-top: 25px;
}
#header-mobile .menu-head > div{ 
	-webkit-box-flex-grow: 1; 
	-webkit-flex-grow: 1; 
	    -ms-flex-grow: 1; 
	        flex: 1;
}
#header-mobile .menu-head > div:nth-child(2){ 
	-webkit-box-flex-grow: 2; 
	-webkit-flex-grow: 2; 
	    -ms-flex-grow: 2; 
	        flex: 2;
}
#header-mobile .menu-container {
	position: relative;
	margin: 0 auto;
	max-width: 480px;
}
#header-mobile .menu-toogle:hover {
	cursor: pointer;
}
#header-mobile .close {
	float: left;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	text-shadow: none;
	color: #fff;
	font-size: 50px;
	margin: 15px 0 0 15px;

}
#header-mobile .mobile-menu {
	padding: 0;
}
#header-mobile ul {
	list-style: none;
	padding: 50px 0 25px;
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
}
#header-mobile ul li {
	padding: 5px 15px;
}
#header-mobile ul li:hover {
	background: #694f45;
}	
#header-mobile ul li a {
	color: #fff;
	font-size: 20px;
}
#header-mobile .contacts {
	padding-left: 15px;
	padding-right: 15px;
}
.close:after {
	content: url('../img/close.png');
}
#header-mobile .text-right.row-flex{
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#header-mobile .text-left.row-flex{
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#header-mobile .header-custom-block{ 
	padding-left: 0;
}
#header-mobile .header-custom-block p{
	padding-left: 0;
}
#header-mobile .phone-number{
	font-size: 24px;
	font-weight: 700;
	padding: 10px 0;
}
#header-mobile .search_icon,
#header-mobile .login {
	margin-left: 10px;
	margin-right: 10px;
}
#header-mobile .search_icon:hover{
	cursor: pointer;
}
#header-mobile .search_mob {
	display: none;
}
#header-mobile .search_mob.search_active {
	display: block;
	position: absolute;
	left: 4px;
	width: 90%;
}
#header-mobile .search_mob.search_active input {
	width: 100%;
	border: none;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.main-content .mfilter-content > ul > li {
	border-bottom: none;
	padding: 0;
	margin-top: 20px;
}
.main-content .mfilter-light-theme .mfilter-heading-text > span {
	padding-left: 0;
}
.main-content .mfilter-light-theme .mfilter-heading-content {
	padding: 8px 0;
}
.main-content .mfilter-light-theme .mfilter-heading.mfilter-collapsed .mfilter-heading-content {	
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	padding-bottom: 30px;
}
.main-content .mfilter-light-theme .mfilter-heading .mfilter-heading-content {
	border-bottom: none;
}
.main-content .mfilter-light-theme .mfilter-price-inputs input,
.main-content .mfilter-light-theme .mfilter-slider-inputs input {
	background: #DEDEE0;
	border-color: #DEDEE0;
	border-radius: 0 !important;
	font-weight: 500;
	text-align: left;
	padding: 0 5px 0 30px;
}
.mfilter-price-inputs span {
	position: relative;
}
.mfilter-price-inputs span + span {
	margin-left: 12px;
}
.mfilter-price-inputs span::before {
	content: "От";
	position: absolute;
	top: 50%;
	left: 8px;
	font-size: 13px;
	font-weight: 300;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mfilter-price-inputs span:last-child::before {
	content: "До";
}
.main-content .mfilter-button-bottom{
	border: none;
}
.main-content .mfilter-light-theme .mfilter-price-slider,
.main-content .mfilter-light-theme .mfilter-slider-container { 
	margin-left: 0;
	padding: 0 !important;
}
.main-content .mfilter-light-theme .mfilter-slider-slider .ui-slider-range,
.main-content .mfilter-light-theme #mfilter-price-slider .ui-slider-range {
	background: #DEDEE0 !important;
	height: 3px;
}

.main-content .mfilter-light-theme .mfilter-slider-slider .ui-slider-handle, 
.main-content .mfilter-light-theme #mfilter-price-slider .ui-slider-handle {
	background: #442317 !important;
	width: 20px !important;
	height: 20px !important;
	margin-top: -4px;
	box-shadow: none;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.main-content .mfilter-light-theme #mfilter-price-slider .ui-slider-handle:last-child {
	-webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)       
}
.main-content .mfilter-light-theme .mfilter-slider-slider .ui-slider-handle:hover, 
.main-content .mfilter-light-theme #mfilter-price-slider .ui-slider-handle:hover {
	background: #E20505 !important;
}
.main-content .mfilter-light-theme .mfilter-slider-slider, 
.main-content .mfilter-light-theme #mfilter-price-slider {
	height: 4px !important;
	margin: 0 !important;
}
.main-content .filter-line:after {
	content: "";
	display: inline-block;
	height: 1px;
	width: 16px;
	background: #898989;
	position: absolute;
	top: 22px;
	left: 50%;
	margin-left: -5px;

}
.row.category-mobile {
	display: none;
	text-align: center;
}
.row.category-mobile span {
	padding-left: 25px;
}
#column-content {
	position: static;
}
.vk:after {
	content: url("../img/social/vk.png");
}
.gplus:after {
	content: url("../img/social/gplus.png");
}
.pinterest:after {
	content: url("../img/social/pinterest.png");
}
.facebook:after {
	content: url("../img/social/facebook.png");
}
.twitter:after {
	content: url("../img/social/twitter.png");
}
.addthis_toolbox.addthis_default_style {
	text-align: center;
}
.addthis_toolbox.addthis_default_style > a {
	float: none !important;

}
.popup p {
	color: #fff;
}
.mfp-bg {
    background: #0b0b0b;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.rev_slider_wrapper .tp-bullets {
    z-index: 20;
}
.category-bg > div {
	padding: 30px;
	background: #442317;
	color: #fff;
	height: 100%;
}
#read-more-top,
#read-more-bottom {
	display: none;
}
.contact-page .box-heading span {
	font-size: 32px;
	font-weight: 700;
	padding-left: 15px;
}
.contact-page .form-horizontal .control-label {
	display: none;
}
.contact-page .box .box-content a {
	color: #8a2a00;
}
.contact-page .box .box-heading {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	color: #010101;
	padding-bottom: 15px;
}
.balloon {
    background: #fff;
    padding: 20px 10px;
    position: relative;
}
.balloon .close {
    position: absolute;
    right: 5px;
    top: 5px;
}
#modal-agree {
	color: #fff;
}
#column-right .box-content {
	padding: 40px 20px;
}
#column-right textarea.form-control {
	height: 120px;
}
.contact-page .background,
.contact-page .background > .row,
.contact-page .background > .row .box,
.contact-page .background > .row .box .contact-info{
	height: 100%;
}
.contact-page .background > .row .box{
	margin-bottom: 0px;
}
.footer-venta{
	padding-left: 20px;
}
.stock-status.outofstock{
	color: #cc6d00;
}
#modal-agree h1,
#modal-agree h2,
#modal-agree h3,
#modal-agree h4 {
	color: #fff;
}
#shipping_method_list input:checked ~ .shiping-method-description {
	display: block;
}
.shiping-method-description {
	padding-top: 5px;
	display: none;
	font-size: 13px;
}
.about-us .title {
	color: #323232;
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
}
.about-us p {
	margin-bottom: 20px;
}
.about-us .store-of-cigars-provides > div > div {
	background: #ebebeb;
	height: 100%;
}
.store-of-cigars-provides img {
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 50px 0 30px;
}
.store-of-cigars-provides p {
	padding: 0 20px 20px;
}
.block-with-photo-and-text {
	padding: 120px 0 60px;
}
.block-with-photo-and-text div:last-child {
	padding: 60px 0 0 10px;
}
.about-us .about-cigars {
	display: flex;
	align-items: center;
}
.about-us > .wavy-line {
	position: absolute;
	width: 100%;
	height: 130px;
	left: 0;
}
.after-wavy-line {
	padding: 130px 0 0;
}
.wavy-line {
	background: url("/image/catalog/wavy-line.jpg") no-repeat;
	background-size: cover;
}
.about-us .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#button-product-form {
	margin-left: 8px;
}
.advanced-grid iframe {
	border-bottom: 5px solid #8a2a00;
	height: 373px;
}
.advanced-grid .main-gradient-block {
	width: 100%;
	margin-bottom: 30px;
}
.advanced-grid .certificats, .advanced-grid .certificats > div {
	height: auto;
}
.advanced-grid.video-cigar-show {
	display: none;
}
.description-top .manufacturer-list {
	background: inherit;
	padding: 0;
}
.manufacturer-list hr {
	clear: both;
}
.manufacturer-list > div {
	margin-bottom: 15px;
}
.opt-desc p {
	max-width: 90%;
}
.opt-adv {
	font-family: "Source Sans Pro";
	font-size: 18px;
	line-height: 21px;
	color: #35170C;
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 90px;
}
.opt-schema {
	background: #35170C;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	color: #fff;
	padding: 30px;
	margin-bottom: 50px;
}
.opt-schema .row-flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.opt-schema .row-flex::before,
.opt-schema .row-flex::after {
	display: none;
}
.opt-schema a {
	color: #fff;
}
.opt-schema .h1 {
	font-size: 26px;
	font-weight: 400;
}
.opt-schema .ol-list {
	display: table;
	margin-bottom: 30px;
}
.opt-schema .ol-list > div {
	display: table-cell;
	vertical-align: middle;
}
.opt-schema .ol-list .num {
	font-size: 50px;
	line-height: 65px;
	font-style: italic;
	font-weight: bold;
	padding-right: 30px;
}
.opt-wrapper {
	position: relative;
	width: 70%;
	height: 100%;
	margin: 0 0 0 auto;
}
.opt-form {
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	color: #000;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 10;
	-moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 991px) {
	.responsive .opt-wrapper {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.responsive .opt-form {
		position: relative;
		top: inherit;
		left: inherit;
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
.opt-form .ocdev_smart_feedback_fields > div {
	margin-bottom: 15px;
}
.opt-form label {
	display: block;
	font-family: "Source Sans Pro";
	font-size: 14px;
}
.opt-form .popup-text-danger {
    font-size: 11px;
    margin: 1px 0;
    display: block;
    color: #ab0024;
}
.opt-form input,
.opt-form button {
	width: 100%;
}
@media (max-width: 1024px) {
	.block-content.home-banner-cigar-show img {
		width: 100%;
	}
	.box .category-wall .common-info .name {
		font-size: 18px;
	}
	.footer .col-sm-10 .headline {
		font-size: 14px !important;
	}
	.footer .col-sm-2 .headline {
		font-size: 12px;
	}
	.checkout-cart small {
		font-size: 60%;
	}
	.checkout-cart table.attribute td, .checkout-cart table.list td, .checkout-cart .wishlist-product table td, .checkout-cart .wishlist-info table td, .checkout-cart .compare-info td, .checkout-cart .cart-info table td, .checkout-cart .checkout-product table td, .checkout-cart .table td {
		padding: 12px 10px;
	}
	.checkout-cart td {
		font-size: 12px;
	}
	.contact-page .box-heading span {
		font-size: 16px;
	}
	.information-contact .contact-page > .row #content, .information-contact .contact-page > .row .background, .information-contact .contact-page > .row .row, .information-contact .contact-page #content .col-sm-12 {
		display: flex;
		height: auto;
	}
	.information-contact .contact-page > .row .col-sm-12 > .box, .information-contact .contact-page .contact-info {
		height: auto !important;
		display: flex;
		flex-wrap: wrap;
	}
	#column-right .box-content {
		padding: 20px 20px;
	}
	.advanced-grid.video-cigar-show {
		display: block;
	}
}
.advanced-grid.video-cigar-show iframe {
	height: 400px !important;
}

.personal-data {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}

.personal-data label {
	padding: 0 0 0 5px;
}

#quickview_product .thumbnails img {
	width: 100%;
}
.about-us .store-of-cigars-provides > div > div {
	display: flex;
	flex-wrap: wrap;
	height: auto;
}
.about-us .store-of-cigars-provides > div {
	display: flex;
}
.module-hero {
	height: 440px;
}
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  padding: 0 30px;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  visibility: hidden;
  display: inline-block;
  color: #fff !important;
  margin: 0 5px 0 0;
}

.video-controls-box .fa {
  position: relative;
  font-size: 18px;
}

.video-controls-box .sound-bars {
  height: 15px;
}
.sound-bars {
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.sound-bars > span {
  background: #fff;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: sound 0ms -600ms linear infinite alternate;
}

.sound-bars > span:nth-child(1) {
  left: 0;
  animation-duration: 474ms;
}

.sound-bars > span:nth-child(2) {
  left: 4px;
  animation-duration: 424ms;
}

.sound-bars > span:nth-child(3) {
  left: 8px;
  animation-duration: 533ms;
}

.sound-bars > span:nth-child(4) {
  left: 12px;
  animation-duration: 458ms;
}

@keyframes sound {
  0% {
    height: 100%;
  }
  100% {
    opacity: 1;
    height: 60%;
  }
}

.pulsate {
  animation: tada 4s ease-in-out infinite;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20%, 30% {
    transform: scale(1);
  }
  40%, 60% {
    transform: scale(1.3) rotate(-8deg);
  }
  50%, 70% {
    transform: scale(1.3) rotate(8deg);
  }
  80%, 100% {
    transform: scale(1) rotate(0);
  }
}

.advanced-grid-row {
	margin-bottom: 30px;
}

.blog-module .news.v1 .thumb-holder img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
.blog-module .news.v1 .bottom h5 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: auto;
    height: 52px;
    overflow: hidden;
}
.product-category-87_37 .module-filter-10 {
    display: none;
}
.product-category-87_37 .module-item-p {
    order: 0 !important;
}
.product-category-87_37 .module-item-p {
    order: 1 !important;
}
.product-category-87_37 .module-item-m {
    order: 2 !important;
}
.product-category-87_37 .module-item-f10 {
    order: 3 !important;
}
.product-category-87_37 .module-item-f11 {
    order: 4 !important;
}
.product-category-87_37 .module-item-a21 {
    order: 5 !important;
}
.product-category-87_37 .module-item-7 {
    order: 6 !important;
}


.blog-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	order: 1;
}
.item-blog-category {
	width: calc(33.33% - 20px);
	margin-bottom: 30px;
	margin-right: 30px;
}
.blog-wrapper .item-blog-category:nth-child(3n){
	margin-right: 0;
}
.item-blog-category .no-image {
	background: -webkit-gradient(linear, left top, left bottom, from(#FF003D), color-stop(97.92%, #000000));
    background: -o-linear-gradient(top, #FF003D 0%, #000000 97.92%);
    background: linear-gradient(180deg, #FF003D 0%, #000000 97.92%);
	height: 300px;
	width: 100%;
}
#content > div {
	display: flex;
	flex-direction:  column;
}

*{
	box-sizing: border-box;
}
.blog-post-author {
	margin: 40px 0 0;
	background: #9d7f75;
	border-radius: 8px;
	padding: 20px 32px;
}
.blog-post-author__inner {
	display: flex;
	align-items: center;
}
@media (max-width:767px){
	.blog-post-author__inner {
	flex-direction: column;
	}
}
.blog-post-author__avatar {
	margin: 0 30px 0 0;
}
.avatar {
	position: relative;
}
.avatar, .avatar__img {
	max-width: 104px;
	max-height: 104px;
	height: 100%;
	width: 100%;
}
.avatar__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	min-height: 104px;
	min-width: 104px;
}
.blog-post-author__name {
	color:#fff;
	font-family: Inter-Bold,sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
}
.blog-post-author__exp {
	margin: 8px 0 0;
	color: #c6c4cf;
}
.profile-preview__avatar{
	border-radius: 100%;
}
.blog-post-author__spec{
	color:#fff;
	font-weight: 300;
}

.blog-attributes{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.blog-attributes .time-to-read:not(:last-child){
	margin-right: 15px;
}
.time-to-read{
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
}
.time-to-read span{
	margin-right: 5px;
	display: flex;
}
.time-to-read .text-title{
	color:grey;
}
.footer__rate {
	transform: translate(-121px, -71px);
  text-align: end;
}
.footer__rate-image {
	height: 15px;
	width: 49px;
	top: 30%;
	right: -32px;
	position: absolute;
	background-image: url('/catalog/view/theme/velis/img/star.svg');
	background-size: 10px;
	background-repeat: repeat-x;
	filter: grayscale(1);
}
@media (max-width: 1390px) {
	.footer__rate {
    transform: translate(-109px, -71px);
	}
}
@media (max-width: 1200px) {
	.footer__rate {
		transform: translate(-75px, -71px);
	}

}
@media (max-width: 1050px) {
	.footer__rate {
    transform: translate(-53px, -71px);
	}
	.footer__rate-image {
		right: -36px;
	}
	
}
@media (max-width: 768px) { 
	.footer__rate.container {
		transform: none;
		text-align: start;
		margin-bottom: 20px !important;
	}
	.footer__rate-image {
    height: 14px;
    width: 51px;
    top: auto;
    bottom: 19.3%;
    right: auto;
    left: 111px;
    position: absolute;
	}

	.responsive .category-info .category-info-overflow {
		height: auto !important;
	}

}

@media (max-width: 629px) {
	.footer__rate-image {
		bottom: 22%;
	}
}
@media (max-width: 430px) {
	.footer__rate-image {
		bottom: 24%;
	}
}
@media (max-width: 404px) {
	.footer__rate-image {
		bottom: 26.5%;
	}
}

.custom_modal_wrapper {
	display: none;
}
.custom_modal_wrapper.open {
	width: 100%;
    height: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 10000;
}
.product.restricted img {
	filter: blur(10px);
}
.product.restricted .image > a {
	position: relative;
	display: block;
}

.product.restricted .image > a::before {
	content: 'Просмотреть';
	position: absolute;
	top: calc(50% - 19px);
	left: calc(50% - 90px);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 36px;
	background: #fff;
	border-radius: 20px;
	z-index: 100;
}
#quickview_product.restricted .popup-gallery img {
	filter: blur(10px);
}
body.restrictedProduct .zoomContainer {
	display: none !important;
}
.payment-cart .delivery {
	display: none !important;
}
/* custom */
#review .review-list .review-info{
	align-items: flex-start!important;
    flex-direction: column!important;
}
@media (max-width: 991px) {
    .responsive .module-filter.vertical {
		z-index:101!important;
	}
	body:has(.module-filter.active){
		height: 100vh;
        overflow: hidden;
	}
	.responsive .module-filter.vertical .module-body{
		padding-bottom:100px!important;
	}
} 
.review-info .review-plus{
	max-width:100%;
	overflow:hidden;
}
@media (max-width: 767px) {
    .responsive .header-type-2 .search_form_wrapper {
		margin-left:-5px!important;
		margin-right:-5px!important;
	} 
	.responsive .header-type-2 .header-middle .sticky-icon-group {
        margin-right: 0 !important;
        padding-right: 5px!important;
    }
}