
/******************************************************/
/*	GetCart - Extreme Powerful & Fluid Responsive OpenCart Theme with Hundreds Options
/*	Author: 321cart
/*	Theme Version: 1.0
/*	OpenCart Version: 3.0.2.0
/******************************************************/


/*  General Styles  */

body {
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: normal;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3 {
    margin-top: 0;
	margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.3;
	position: relative;
}
.h4, .h5, .h6 {
    margin-top: 0;
	margin-bottom: 0;
}

/* Default font size */
.fa {
	font-size: 14px;
}
.fa-angle-down {
	font-size: 11px;
}

/* jQuery Countdown */
.is-countdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #888;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	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: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}

/* Override the bootstrap defaults */
a:hover, a:focus, button:focus {
	text-decoration: none;
	outline:none;
}
a, i, button, input {
	transition: all 0.15s ease-in 0s;
	outline: none !important;
}
legend {
	font-size: 16px;
	padding: 15px 0px 20px;
	margin-bottom: 0;
	border-color: transparent;
}
label {
	font-weight: normal;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 8px 0 0;
}
input.form-control, textarea.form-control {
	text-transform: none !important;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.input-group-btn > .btn {
    margin-left: 3px!important;
	box-shadow: none;
}
.input-group-btn > .btn .lnr {
	font-size: 14px;
}
#accordion .input-group-btn > .btn {
    padding: 10px 15px;
}

img {
	max-width: 100%;
	height: auto;
}
.img-thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
}
.img-thumbnail-theme {
	border-radius: 0;
	padding: 10px;
}
.product-gallery .img-thumbnail-theme {
	padding: 0;
}
#column-left .product-items-0 .img-thumbnail-theme, #column-right .product-items-0 .img-thumbnail-theme {
    padding: 5px;
}
hr {
	border-width: 1px;
}
#common-home hr {
	margin: 0 -30px;
}
.well {
	background: none;
	border-radius: 10px;
	box-shadow: none;
	margin: 0 0 30px;
	padding: 30px;
}
.come-item {
	opacity: 0;
	transition: 0.3s ease-in-out 0s;
}
.come-item.come-in {
	opacity: 1;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
body.modal-open {
    overflow-y: inherit;
	overflow-x: hidden;
    padding-right: inherit!important; 
}
.form-control {
	box-shadow: none;
	margin-bottom: 5px;
	height: 38px;
	padding: 6px 15px;
}
.form-control:focus {
	box-shadow: none;
}
.product-filter .form-control {
	height: 38px;
}
.form-control::placeholder {
	opacity: 0.7;
	font-size: 11px;
}
.form-control:-ms-input-placeholder {
	opacity: 0.7;
}
.form-horizontal .control-label {
	padding-top: 11px;
}

/* Loader */
.loader-mask {
	background-color: #FFFFFF;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}
#loader {
	background: url(../js/lazyload/loading.gif) center center no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 300px;
	margin: -150px 0 0 -150px;
}

/* Top Promo Message Slider */
#top-custom-block-wrapper {
	position: relative;
	background-position: top center;
	text-align: center;
    z-index: 998;
}
#top-custom-block-content {
	position: relative;
    width: auto;
	max-width: 1230px;	
	margin: 0 auto;
	padding: 30px 10%;
	text-align: center;
	overflow: hidden;
	display:none;
}
#open-top-custom-block {
    display: block;
	width: 100%;
    height: 60px;
	padding: 0 60px;
}
#open-top-custom-block.open {
    height: 0;
	line-height: 0;
}
#open-top-custom-block-title h4 {
	line-height: 60px;
	margin: 0;
	transition: all 0.2s ease-in 0s;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#open-top-custom-block.open #open-top-custom-block-title h4 {
	opacity: 0;
}
#open-top-custom-block .lnr {
	position: absolute;
	top: 20px;
	right: 30px;
	margin-right: 0;
	font-size: 19px;
	transform: rotate(45deg);
	transition: all 0.2s ease-in 0s;
}
#open-top-custom-block.open .lnr {
	transform: rotate(90deg);
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 100%; }
}

/* Top News */
#ticker_container {
	width: auto !important;
	display: inline-block;
}
#controls {
	float: none !important;
	display: inline-block;
}
#controls a + a {
	margin-left: 5px;
	display: none;
}

/* Top Bar */
#top {
	margin: 0;
	min-height: 36px;
	line-height: 36px;
}
#top .container {
	width: 100%;
	padding: 0 30px;
}
#top .btn-link, .top-links li {
	text-decoration: none;
}
.top-links .dropdown-menu a {
	text-shadow: none;
}
.top-links ul {
	margin-bottom: 0;
}
.top-links .list-inline {
	margin-left: -10px;
}
.top-links .list-inline li {
	float: left;
}
.top-links a + a {
	margin-left: 15px;
}
.top-links i {
	margin-right: 5px;
}
#top .btn-group {
	margin-top: -2px;
}
#top .btn-group > .btn {
	padding: 0 0 0 20px;
	line-height: 36px;
}
#top .btn-group > .btn img, #form-language img {
	margin: -2px 4px 0 0;
	display: none;
}
#form-currency li:last-child, #form-language li:last-child {
	border-bottom: none;
}
#form-language .dropdown-menu, #form-currency .dropdown-menu {
	margin: 0;
	padding: 15px 25px;
}
#form-currency .currency-select, #form-language .language-select {
	text-align: left;
	padding: 4px 0;
}
#form-currency .currency-select:hover, #form-language .language-select:hover {
	padding: 4px 0 4px 4px;
}

/* Header */
header {
	padding: 0;	
	width: 100%;
	z-index: 9999;
	transition: 0.5s ease-in-out 0s;
}
.wrapper.framed header {
	max-width: 1230px;
}

.header-fixed #logo {
	min-height: 65px;
	line-height: 63px;
}
.header-fixed #logo img {
	max-height: 45px;
}
.header-fixed #logo h1 {
	line-height: 63px;
}
.header-fixed .header-items {
	min-height: 65px;
	z-index: 1000;
}
.header-fixed .header-items > .btn, .header-fixed .header-items div.dropdown > .btn, .header-fixed .header-items .btn-group, .header-fixed #cart > .btn, .header-fixed #wishlist > .btn, .header-fixed .header-items .menu-mobile-block {
	padding-top: 12px;
	padding-bottom: 13px;
}
header.header-fixed #search {
	margin-top: 9px;
	margin-bottom: 6px;
}
.header-fixed #cart #cart-tt .lnr {
	bottom: 21px;
}
.header-fixed #cart #cart-tt #cart-total, .header-fixed #wishlist #wishlist-total, .header-fixed .contact-block #contact-block-down {
    bottom: 11px;
}
.header-fixed .contact-block + .dropdown-menu {
    margin-top: 60px;
}
.header-fixed #cart .dropdown-menu, 
.header-fixed #my-account .dropdown-menu {
    margin-top: -5px;
}
.header-fixed #cart #cart-message {
    top: 65px;
}
.header-fixed #menu {
	line-height: 50px;
}
.header-fixed .menu_label {
    top: 0;
}
.header-fixed #menu .dropdown-menus {
	margin-top: 15px;
}

/* Mobile Menu */
.header-items .menu-mobile-wrapper {
	display: none;
}
#menu-mobile-block {
	border: none;
}
#menu-mobile-block span {
	font-size: 28px;
	line-height: 15px;
	text-align: left;
}

#menu-mobile {
    position: fixed;
	top: 0;
    left: 0px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
	overflow-x: hidden;
    transition: all 0.5s ease;
	z-index: 92000;
}
#wrapper.menu-toggled #menu-mobile {
    width: 300px;
	left: 300px;
}
#menu-mobile .nav-tabs {
	margin-bottom: 0;
	text-align: left;
}
#menu-mobile .nav-tabs li {
	width: 20%;
	height: 60px;
	float: left;
}
#menu-mobile .nav-tabs > li > a, #menu-mobile .nav-tabs > li.active > a {
	height: 60px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	text-align: center;
}
#menu-mobile .nav-tabs li a .lnr {
	font-size: 28px;
	line-height: 58px;
}
#menu-mobile .nav-tabs li a .lnr-phone-handset,
#menu-mobile .nav-tabs li a .lnr-magnifier {
	font-size: 24px;
	line-height: 60px;
}
#menu-mobile .nav-tabs li a .lnr-cross {
	font-size: 32px;
}
#menu-mobile .tab-content > .tab-pane {
	padding: 15px 0;
}

.sidebar-nav {
    position: absolute;
    top: 60px;
	width: 300px;
	padding: 0 25px!important;
}
.sidebar-nav li {
	border-left: none;
	list-style: none;
}
.sidebar-nav li:last-child {
	border-bottom: none;
}
.sidebar-nav li a {
    width: calc(100% - 50px);
	padding: 8px 0;
	display: block;
	border: none!important;
}
.sidebar-nav li a:hover {
	border: none;
}
.sidebar-nav li a#menu-toggle-close:hover {
    border: none;
}
.sidebar-nav > .sidebar-title {
	padding: 25px 0;
}
.sidebar-nav > .sidebar-title a {
	border: none;
}
.sidebar-nav li.dcjq-parent-li ul li {
	border-bottom: none;
}
.sidebar-nav li.dcjq-parent-li {
	border-top: none!important;
}

.sidebar-nav#tab-mobile-contact-content li.contact-detail-mobile {
	padding: 8px 0;
}
.sidebar-nav#tab-mobile-contact-content a {
	padding: 0;
}
.sidebar-nav#tab-mobile-contact-content a.btn-primary {
	margin-top: 30px;
	padding: 12px 25px;
	width: 100%;
}
.sidebar-nav#tab-mobile-contact-content .lnr {
	display: inline-block;
	margin-right: 2px;
}

.sidebar-nav .search-mobile {
	border-bottom: none;
}
.sidebar-nav .search-mobile .col-sm-5 {
	padding: 0;
	width: 100%;
}
.sidebar-nav .search-mobile #popular-search.dropdown-menu {
    padding: 30px 15px 0;
}
.sidebar-nav .search-mobile .btn.popular-search-word {
    padding: 6.5px 8px;
	width: 100%;
}
.sidebar-nav .search-mobile .btn.advanced-search {
	width: auto;
}

/* Sidebar Toggle Block */
.sidebar-opacity {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 91999;
    opacity: 0;   
    visibility: hidden;
    transition: all 0.5s ease;
}
.sidebar-opacity.toggled,
.sidebar-opacity.menu-toggled {
    opacity: 0.8;   
    visibility: visible;
}

/* Logo */
#logo {
	margin: 0;
	text-align: left;
	min-height: 95px;
	line-height: 90px;
	transition: 0.5s ease-in-out 0s;
}
#logo img {
	max-height: 95px;
	transition: 0.5s ease-in-out 0s;
}
#logo h1 {
	margin: 0;
	padding: 0;
	line-height: 90px;
}
.header-items {
	min-height: 95px;
	text-align: center;
	padding: 0;	
	transition: 0.5s ease-in-out 0s;
}
.header-items > .btn, .header-items div.dropdown > .btn, .header-items .btn-group, #cart > .btn, #wishlist > .btn, .header-items .menu-mobile-block {
	position: relative;
	padding: 27px 0 28px;	
}

/* Header Buttons */
.buttons-header {
	width: 52px;
	height: 20px;
	text-align: center;
	padding: 2px 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button-i {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	padding: 0;
	margin: 0 auto;
}
.buttons-header button, .buttons-header span.button-text, #cart span.button-text {
	transition: all 0.15s ease-in 0s;
}

/* Search */
#search {
	position: relative;
	margin-top: 24px;
	margin-bottom: 21px;
	padding-bottom: 4px;
	transition: 0.5s ease-in-out 0s;
}
#search .input-lg {
	height: 46px;
	margin-bottom: 0;
	padding: 0 20px;
}
#search .input-lg:focus {
	border-right: none;
	box-shadow: none;
}
#search button.btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 9px 0;
	width: 50px;
	height: 46px;
	background: none;
	border: none;
	box-shadow: none;
}
#search .lnr {
	font-size: 20px;
	margin-top: 4px;
}
#popular-search.dropdown-menu {
	top: 50px;
	left: 0;
	margin: 0;
	padding: 30px 25px 0;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#popular-search.dropdown-menu li {
	display: inline-block;
}
#popular-search.dropdown-menu a {
	line-height: inherit;
}
#popular-search.dropdown-menu li:first-child,
#popular-search.dropdown-menu li:last-child {
	width: 100%;
}
#popular-search.dropdown-menu li:first-child {
	margin-bottom: 15px;
}
#popular-search.dropdown-menu li:last-child .lnr {
	font-size: inherit;
	display: inline-block;
    margin-right: 3px;
}
.btn.popular-search-word {
	margin: 0 2px 6px;
	padding: 8.5px 16px;
}
.btn.advanced-search {
	margin: 30px -25px 0;
	padding: 25px;
	border-radius: 0 !important;
	box-shadow: none !important;
}

/* My Account Block */
#my-account {
	float: right;
	margin-left: 22px;
}
#my-account .buttons-header {
	width: auto;
	padding-left: 25px;
}
#my-account .buttons-header div {
	display: inline-block;
	float: left;
}
#my-account .buttons-header #my-account-hello {
	max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#my-account .buttons-header div .lnr {
	font-size: 26px;
	margin-top: -6px;
	margin-left: 15px;
}
#my-account .dropdown-menu {
	margin: -15px 0 0;
	padding: 25px 0 15px;
	min-width: 200px;
	overflow: hidden;
}
#my-account .dropdown-menu li {
	float: left;
	width: 100%;
	padding: 0 25px;
	line-height: 1.5;
}
#my-account .dropdown-menu li div {
	float: left;
}
#my-account .dropdown-menu li.register {
	padding-top: 7px;
	padding-bottom: 18px;
}
#my-account .dropdown-menu li.register + li {
	padding-top: 18px;
}
#my-account .dropdown-menu li.register div {
	margin-right: 5px;
	padding: 2px 0;
}
#my-account .dropdown-menu li.register a {
	clear: right;
}
#my-account .dropdown-menu .lnr {
	font-size: 26px;
	margin: -3px 15px 0 0;
}
#my-account .dropdown-menu li a {
	display: inline-block;
	line-height: inherit;
	padding: 2px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#my-account .dropdown-menu li a:hover {
	padding: 2px 0 2px 4px;
}

/* Cart */
#cart {
	float: right;
	position: relative;
}
#cart > .btn {
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: none;
	line-height: inherit;
	float: none;
}
#cart.open > .btn {
	background: none;
	box-shadow: none;
	text-shadow: none;
}
#cart #cart-tt .lnr {
	position: absolute;
	left: 16px;
	bottom: 36px;
	font-size: 28px;
	transition: 0.2s ease-in-out 0s;
}
#cart #cart-tt #cart-total {
	width: 22px;
	height: 22px;
	line-height: 18px;
	position: absolute;
	bottom: 26px;
	right: -1px;
	transition: all 0.15s ease-in 0s;
}
#cart .dropdown-menu {
	width: 440px;
	margin-top: -15px;
	padding: 0;
	overflow: hidden;
	z-index: 1001;
}
#cart .dropdown-menu table {
	margin: 0;
}
#cart .dropdown-menu .li-cart-products {
	padding: 25px 0 10px;
	padding-inline: 0.5rem;
	height: auto;
	max-height: 400px;
	overflow-y: scroll;
}
#cart .dropdown-menu li > div {
	padding: 0 25px;
}
#cart .dropdown-menu li p {
	margin: 45px 10px;
}
#cart .dropdown-menu li p .lnr {
	font-size: 100px;
	opacity: 0.2;
}
#cart .dropdown-menu li div.cart-title {
	position: relative;
	min-height: 65px;
	line-height: 65px;
	overflow: hidden;
}
#cart .dropdown-menu li div.cart-title .cart-total .lnr {
	float: left;
	font-size: 28px;
	line-height: 65px;
	margin-right: 15px;
}
#cart .table > tbody > tr > td {
	padding: 0 15px 15px 0;
	border-top: none;
}
#cart .table > tbody > tr > td:first-child {
	padding: 0 15px 15px 25px;
	width: 100px;
}
#cart .table > tbody > tr > td .name {
	line-height: 1.5;
}
#cart button.item-remove {
	margin-top: -3px;
	margin-right: 8px;
	padding: 0;
}
#cart button.item-remove .lnr {
	font-size: 13px;
}
#cart .table.cart-total {
	margin: 20px 0;
}
#cart .table.cart-total > tbody > tr > td {
	padding: 0;
	border: none;
}
#cart .checkout {
	margin: 0 -26px;
}
#cart .checkout a {
	padding: 25px 10px;
	width: 50%;
	border-radius: 0 !important;
	box-shadow: none !important;
}
#cart .checkout a:first-child {
	padding: 25px 10px;
	width: calc(50% - 1px);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#cart .checkout .lnr {
	display: inline-block;
	margin-right: 3px;
}
#cart #cart-message {
	position: absolute;
	top: 95px;
	right: 450px;
	left: auto;
	width: 230px;
	text-align: center;
	padding: 45px 25px;
	opacity: 0;
}
#cart #cart-message .lnr {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 21px;
    animation: cart-message-icon 1.2s .7s ease-in-out infinite;
    transform-origin: 50% 4px;
}
@keyframes cart-message-icon
{         
0%, 50%, 100% {             
transform: rotate(0deg);        
}        
10%, 30% {             
transform: rotate(-25deg);         
}         
20%, 40% {             
transform: rotate(25deg);         
}     
}    

/* Wishlist Block */
#wishlist {
	float: right;
}
#wishlist .lnr {
	font-size: 26px;
	line-height: 14px;
	margin-left: 2px;
	margin-top: -1px;
}
#wishlist-total {
	width: 22px;
	height: 22px;
	line-height: 18px;
	position: absolute;
	bottom: 26px;
	right: 4px;
	transition: all 0.15s ease-in 0s;
}

/* Contact Block */
.contact-block {
	float: right;
}
.contact-block .lnr {
	font-size: 24px;
	line-height: 14px;
}
#contact-block-down {
	width: 22px;
	height: 22px;
	line-height: 18px;
	position: absolute;
	bottom: 26px;
	right: 1px;
	transition: all 0.15s ease-in 0s;
}
#contact-block-down i {
	font-size: 14px;
	line-height: 18px;
}
.contact-block + .dropdown-menu {
	min-width: 800px;
	margin-top: 80px;
	padding: 0;
	overflow: hidden;
	z-index: 1001;
}
.contact-block + .dropdown-menu li > div {
	padding: 0 30px;
}
.contact-block + .dropdown-menu .contact-title {
	position: relative;
	margin: 0;
	min-height: 65px;
	line-height: 65px;
	overflow: hidden;
}
.contact-block + .dropdown-menu .contact-title .h4 {
	line-height: 65px;
}
.contact-block + .dropdown-menu .contact-title-content .lnr {
	float: left;
	font-size: 24px;
	line-height: 65px;
	margin-right: 15px;
}
.contact-block + .dropdown-menu .contact-details {
	padding-top: 15px;
	padding-bottom: 20px;
}
.contact-block + .dropdown-menu .contact-details h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0;
	text-align: left;
}
.contact-block + .dropdown-menu .contact-details h2:before {
	border-bottom: none;
}
.contact-block + .dropdown-menu .contact-details h3 {
	margin-top: 10px;
	text-align: left;
}
.contact-block + .dropdown-menu .contact-details h4 {
	margin-bottom: 30px;
}

.contact-block + .dropdown-menu .contact-details .col-sm-6 {
	margin: 0 0 15px;
}
.contact-block + .dropdown-menu .contact-details span {
	float: left;
	width: 100%;
}
.contact-block + .dropdown-menu .consultant img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}
.contact-block + .dropdown-menu .consultant span.consultant-details {
	float: left;
	width: calc(100% - 105px);
	padding-top: 10px;
}
.contact-block + .dropdown-menu .consultant span.consultant-phone {
	font-size: 18px;
	line-height: 1.3;
}
.contact-block + .dropdown-menu .comment {
	text-align: center;
	padding: 20px 15px;
}
.contact-block + .dropdown-menu .contact-links .lnr {
	display: inline-block;
    margin-right: 2px;
}
.contact-block + .dropdown-menu .contact-links a.btn-primary {
    margin-left: 10px;
}

/*  Gradent to all drop down menus  */
.dropdown-menu, .dropdown-menus {
	padding: 15px 0;
	border: none;
	border-radius: 0;
}
.dropdown-menu li:last-child, .dropdown-menus li:last-child {
	border-bottom: none!important;
}
.dropdown-menu li > a, .dropdown-menus li > a {
	padding: 5px 30px;
}
.dropdown-menu li > a:hover, .dropdown-menus li > a:hover, .dropdown-menu li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

.dropdown .dropdown-menu, #cart .dropdown-menu, #form-currency .dropdown-menu, #form-language .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
}
.dropdown:hover .dropdown-menu, #cart:hover .dropdown-menu, .contact-block:hover .dropdown-menu, #form-currency:hover .dropdown-menu, #form-language:hover .dropdown-menu, #search:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}
#menu a.open + .dropdown-menus, #cart.open .dropdown-menu, .contact-block-wrapper.open .dropdown-menu, #my-account-dropdown.open .dropdown-menu, #form-currency .open .dropdown-menu, #form-language .open .dropdown-menu, #search.open .dropdown-menu {
	opacity: 1;
	visibility: visible;
}
#search .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
}
#search:hover .dropdown-menu {
	display: block;
	opacity: 1;
	visibility: visible;
}

/*  Main Menu  */

@media (min-width: 991px) {
#bg-blur {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: 9999;
}
#bg-blur.blur {
	visibility: visible;
	opacity: 0.8;
}
}

.navbar {
	border-radius: 0;
	border: none;
	margin-bottom: 0;
}
.navbar .main-menu {
	padding-left: 0;
}
.navbar .main-menu, .navbar .main-menu > li {
    float: none;
    display: inline-block;
}
.navbar .main-menu > li:first-child {
    border-left: none !important;
}
.navbar .main-menu > li:last-child {
    border-right: none !important;
}
#menu {
	line-height: 60px;
	max-height: 60px;
	background-repeat: repeat-x;
	transition: all 0.2s ease-in 0s;
	z-index: 999;
}
.wrapper.framed #menu > .container {
	position: relative;
	padding: 0 30px;
}
#menu .navbar-collapse {
	box-shadow: none;
}
#menu .main-menu {
	display: inline;
}
.wrapper.framed #menu .main-menu {
	margin: 0 -15px;
}
#menu .main-menu .lnr {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
}
#menu .main-menu > li {
	margin-right: -3px;
	line-height: 20px;
	transition: all 0.2s ease-in 0s;
}
#menu .main-menu > li > a {
	padding: 22px 20px;
	min-height: 15px;
	position: relative;
	transition-property: color, line-height;
    transition-duration: 0.15s, 0.5s;
}
#menu .main-menu > li:first-child > a {
	padding-left: 0;
}
#menu .main-menu > li:hover > a + .dropdown-menus {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu .dropdown-menus {
	text-align: left;
	position: absolute;
	margin-top: 20px;
	padding: 20px 0;		
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 1.8;
}
#menu .dropdown-menus::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;        
}    
#menu .dropdown-menus::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: lightgray;      
}

#menu #menu_hor .dropdown-menus, #menu #menu_brands .dropdown-menus, #menu .menu_custom_block .dropdown-menus  {
	left: 0;
	margin-left: 0 !important;
}
#menu #menu_ver .dropdown-menus {
	padding: 0;
}
#menu #menu_ver .dropdown-menus ul {
	max-height: 415px;
	padding: 20px 0;
}
#menu #menu_ver .dropdown-menus .dropdown-menus ul {
	background-position: right center;
	background-repeat: no-repeat;
}

#menu #menu_ver_2 .dropdown-menus {
	min-height: 415px;
	padding: 0;
}
#menu #menu_ver_2 .dropdown-menus ul {
	max-height: 415px;
	padding: 20px 0;
}
#menu #menu_ver_2 .dropdown-menus .dropdown-menus ul,
#menu #menu_ver_2 .dropdown-menus .dropdown-menus .dropdown-menus ul {
	max-height: 415px;
}
#menu #menu_ver_2 .dropdown-menus .cat-img {
	position: absolute;
	padding: 0;
	z-index: -1;
	max-width: inherit;
}
#menu #menu_ver .dropdown-menus li > a,
#menu #menu_ver_2 .dropdown-menus li > a {
	position: relative;
}
#menu #menu_ver .dropdown-menus li > a i,
#menu #menu_ver_2 .dropdown-menus li > a i {
	position: absolute;
	top: 7px;
	right: 25px;
}
#menu #menu_ver_2 .dropdown-menus .dropdown-menus .dropdown-menus, #menu #menu_ver_2 .dropdown-menus .dropdown-menus .dropdown-menus ul {
	min-width: inherit;
	left: 180px;
}
#menu #menu_ver_2 .dropdown-menus .dropdown-menus {
	top: 0;
	margin-top: 0;
	padding: 20px 0;
}
#menu #menu_ver_2 .dropdown-menus .dropdown-menus ul, #menu #menu_ver_2 .dropdown-menus .dropdown-menus li > a {
	min-width: 180px;
	max-width: 180px;
}
#menu #menu_ver_2 .dropdown-menus .dropdown-menus ul {
	padding: 0;
}


#menu .dropdown-menus a {
	min-width: 230px;
	display: block;
	padding: 4px 25px;
	clear: both;
	width: 100%;
}
#menu .dropdown-menus a:hover {
	padding: 4px 25px 4px 30px;
}
#menu .main-menu > li .dropdown-menus li > a + .dropdown-menus {
	left: 230px;
	margin-top: -50px;
}
#menu .main-menu > li .dropdown-menus li:hover > a + .dropdown-menus {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu .fa-angle-down {
	font-size: 14px;
	margin-left: 5px;
	position: relative;
	top: 0;
}
#menu #menu_inline .fa-angle-down {
	font-size: 11px;
	position: absolute;
	top: inherit;
	bottom: 8px;
	left: 50%;
	margin-left: -3px;
}

#menu .menu_oc > a > img {
	position: absolute;
	top: 15px;
	left: 20px;
	max-height: 35px;
}
#menu .flexMenu-viewMore .flexMenu-popup .menu_oc > a > img {
	position: inherit;
	margin-left: -50px;
	margin-right: 10px;
	max-height: 20px;
}
#menu .menu_oc .dropdown-menus a {
	position: relative;
	min-width: 180px;
	max-width: 180px;
}
#menu .main-menu > li.menu_oc .dropdown-menus li > a + .dropdown-menus {
	left: 180px;
	margin-top: 0;
}
#menu .menu_oc .dropdown-menus ul {
	max-height: 300px;
	width: 180px;
	margin-bottom: 50px;
}
#menu .menu_oc .dropdown-menus li .dropdown-menus li:last-child {
	margin-bottom: 0;
}
#menu .menu_oc .dropdown-menus li > a i {
	position: absolute;
	top: 7px;
	right: 25px;
}
#menu .menu_oc .dropdown-menus li > a:hover i {
	right: 22px;
}
#menu .menu_oc .dropdown-menus li > a + .dropdown-menus {
	top: 0;
	height: 100%;
}
#menu .menu_oc .dropdown-menus .cat-img {
	position: absolute;
	padding: 0;
	z-index: -1;
}
#menu .dropdown-menus a.see-all {
	display: block;
	padding: 25px 15px 25px 25px;
	border-radius: 0;
	position: absolute;
    bottom: 0;
    left: 0;
}
#menu .dropdown-menus a.see-all:hover {
	padding-left: 30px;
}


#menu #menu_hor .dropdown-menus {
	padding: 0 15px;
}
#menu #menu_hor .dropdown-menus .container {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wrapper.framed #menu #menu_hor .dropdown-menus .container {
	padding: 0;
}
#menu #menu_hor .dropdown-menus ul {
	background-position: right 50%;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}
#menu #menu_hor .dropdown-menus ul ul {
	margin-bottom: 0;
}
#menu #menu_hor > a + .dropdown-menus > div > div > div > ul {
	padding-right: 30px;
}
#menu #menu_hor .dropdown-menus .menu-hor-categories {
	max-height: 415px;
	margin: 30px 0;
	display: flex;
    flex-wrap: wrap;
}
#menu #menu_hor .dropdown-menus li.main-cat > a {
	min-width: inherit;
	padding: 0 1px 7px;
}
#menu #menu_hor .dropdown-menus li.main-cat > a + a:hover img {
	transition: all 0.2s ease-in-out 0s;
	opacity: 0.9;
}
#menu #menu_hor .dropdown-menus li.sub-cat > a {
	padding: 0 1px;
	min-width: inherit;
}
#menu #menu_hor .dropdown-menus li.sub-cat a:hover {
	padding-left: 5px;
}
#menu #menu_hor .dropdown-menus li.sub-cat.sub-sub-cat > a {
	padding-left: 15px;
}
#menu #menu_hor .dropdown-menus li.sub-cat.sub-sub-cat > a:hover {
	padding-left: 19px;
}
#menu #menu_hor .dropdown-menus li.main-cat > a, #menu #menu_hor .dropdown-menus li.sub-cat, #menu #menu_hor .dropdown-menus li.sub-sub-cat, #menu_brands .brand-item .name {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#menu #menu_inline .dropdown-menus {
	padding: 0 15px;
	left: 0;
}
#menu #menu_inline .dropdown-menus ul {
	display: inline-block;
}
#menu #menu_inline .dropdown-menus div {
	display: block;
}
#menu #menu_inline .dropdown-menus a {
	min-width: inherit;
	padding: 20px;
	position: relative;
}
#menu #menu_inline .dropdown-menus li:hover > a + .dropdown-menus {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu #menu_inline .dropdown-menus li > a + .dropdown-menus {
	left: 0;
	margin-top: 0;
	margin-left: 0 !important;
}
#menu #menu_inline .dropdown-menus li .dropdown-menus ul li {
	display: inline-block;
	vertical-align: top;
}

#menu #menu_metro .dropdown-menus {
	padding: 0;
	left: 0;
}
#menu #menu_metro .dropdown-menus ul {
	float: left;
	height: 200px;
	position: relative;
}
#menu #menu_metro .dropdown-menus li.main-cat {
	display: table;
}
#menu #menu_metro .dropdown-menus a {
	min-width: inherit;
}
#menu #menu_metro .dropdown-menus li.main-cat > a {
	position: relative;
	min-width: inherit;
	width: 200px;
	height: 200px;
	padding: 25px 20px;
	display: table-cell;
	vertical-align: bottom;
}
#menu #menu_metro .dropdown-menus li.main-cat > a:hover {
	
}
#menu #menu_metro .dropdown-menus a img {
	max-height: 40px;
	margin-bottom: 5px;
}
#menu #menu_metro .menu-category-description {
	margin-top: -5px;
	line-height: normal;
}
#menu #menu_metro .dropdown-menus li:hover > a + .dropdown-menus {
	display: block;
	opacity: 1;
	visibility: visible;
}
#menu #menu_metro .dropdown-menus li > a + .dropdown-menus {
	position: absolute;
	top: -15px;
	left: -1px;
	width: calc(100% + 2px);
	height: 230px;
	max-height: 230px;
	margin-top: 0;
	border-radius: 10px;
	padding: 20px 0;
}
#menu #menu_metro .dropdown-menus li .dropdown-menus ul {
	width: 100%;
	height: 152px;
	padding: 0 20px;
	border: none;
}
#menu #menu_metro .dropdown-menus li .dropdown-menus ul ul {
	height: auto;
	padding-left: 15px;
}
#menu #menu_metro .dropdown-menus li .dropdown-menus ul li {
	display: block;
}
#menu #menu_metro .dropdown-menus li .dropdown-menus ul a {
	padding: 0 15px;
}
#menu #menu_metro .dropdown-menus li .dropdown-menus ul a:hover {
	padding: 0 15px 0 20px;
}
#menu #menu_metro .dropdown-menus li .dropdown-menus a h5 {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0 10px;
}

#menu #menu_hor .menu-hor-categories-wrapper-9 {
	width: calc(100% - 200px);
}
#menu #menu_hor .menu-hor-categories-wrapper-6 {
	width: calc(100% - 400px);
}
#menu #menu_hor .dropdown-menus .menu-categories-custom-block-side.menu-categories-custom-block {
	width: 200px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#menu #menu_hor .dropdown-menus .menu-categories-custom-block p,
#menu #menu_hor .dropdown-menus .menu-categories-custom-block a {
	margin: 0;
	padding: 0;
}
#menu #menu-categories-custom-block-top-wrapper,
#menu #menu-categories-custom-block-bottom-wrapper {
	padding: 20px 0;
}
#menu #menu_hor .dropdown-menus .menu-categories-custom-block-links a {
	display: inline;
	margin-right: 60px;
}

#menu_brands .dropdown-menus {
	text-align: center;
	padding: 30px 15px;
}
#menu_brands .dropdown-menus .container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 415px;
}
.wrapper.framed #menu_brands .dropdown-menus .container {
	padding: 0;
}
#menu_brands .dropdown-menus .brand-item {
	margin-top: 5px;
	margin-bottom: 5px;
}
#menu_brands .dropdown-menus .brand-item.col-sm-8-pr {
	width: 12.5%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#menu_brands .dropdown-menus .brand-item.col-sm-10-pr {
	width: 10%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#menu #menu_brands .dropdown-menus a {
	min-width: inherit;
	padding: 0;
}
#menu_brands .image {
	padding: 0;
	display: inline;
}
#menu_brands .image img {
	max-width: 100%;
}
#menu_brands .name {
	padding: 25px 15px;
	transition: all 0.2s ease-in-out 0s;
}
#menu_brands .brand-item .name {
	padding: 0 0 5px;
}
#menu_brands > div.logo .name {
	display: none;
}
#menu_brands > div.name .image {
	display: none;
}
#menu_brands > div.name {
	text-align: left;
}

#menu .menu_custom_block .dropdown-menus {
	padding: 30px;
}
#menu .menu_custom_block .dropdown-menus .container {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-height: 415px;
}
.wrapper.framed #menu .menu_custom_block .dropdown-menus .container {
	padding: 0;
}
#menu .menu_custom_block .dropdown-menus li {
	min-width: 230px;
	display: block;
	padding: 0px 0px 10px;
	clear: both;
	width: 100%;
}

#menu .menu_custom_menu .dropdown-menus {
	padding: 0;
}
#menu .menu_custom_menu .dropdown-menus ul {
	max-height: 415px;
}
#menu .menu_custom_menu .dropdown-menus li:first-child > a {
	padding-top: 24px;
}
#menu .menu_custom_menu .dropdown-menus li:last-child > a {
	padding-bottom: 24px;
}
#menu .menu_custom_menu .dropdown-menus a {
	min-width: 200px;
	padding: 4px 25px;
}
#menu .menu_custom_menu .dropdown-menus a:hover {
	padding: 4px 25px 4px 30px;
}


/* Flex Menu */
#menu .flexMenu-viewMore {
	position: relative;
}
#menu .flexMenu-viewMore i.fa-circle {
	font-size: 5px;
	margin-right: 3px;
	vertical-align: middle;
}
#menu .flexMenu-viewMore i.fa-circle:first-child {
	margin-left: 3px;
}
#menu .flexMenu-viewMore .flexMenu-popup {
	padding: 0;
}
#menu .flexMenu-viewMore .flexMenu-popup > li {
	list-style: none;
	border-left: none;
	transition: all 0.2s ease-in 0s;
}
#menu .flexMenu-viewMore .flexMenu-popup > li > a {
	min-width: 200px;
	max-width: 200px;
	padding: 4px 25px;
}
#menu .flexMenu-viewMore .flexMenu-popup > li:hover > a {
	padding: 4px 25px 4px 30px;
}
#menu .flexMenu-viewMore .flexMenu-popup > li:first-child > a {
	padding-top: 24px;
}
#menu .flexMenu-viewMore .flexMenu-popup > li:last-child > a {
	padding-bottom: 24px;
}
#menu .flexMenu-viewMore .flexMenu-popup i {
	display: none;
}
#menu .main-menu > li.flexMenu-viewMore .flexMenu-popup li > a + .dropdown-menus {
	right: 200px;
	left: inherit;
}
#menu .main-menu > li.flexMenu-viewMore .flexMenu-popup li > a + .dropdown-menus .dropdown-menus {
	right: 180px;
}
#menu .main-menu > li .flexMenu-popup.dropdown-menus li > a + .dropdown-menus {
	margin-top: -50px;
}
#menu .main-menu > li .flexMenu-popup.dropdown-menus li > a + .dropdown-menus .dropdown-menus {
	margin-top: 0;
}
#menu .flexMenu-popup #menu_brands .dropdown-menus,
#menu .flexMenu-popup .menu_custom_block .dropdown-menus {
	left: inherit;
	width: 700px;
}
.flexMenu-popup #menu_brands .dropdown-menus {
	padding: 0;
}
.flexMenu-popup #menu_brands .dropdown-menus .container {
	padding: 20px 15px;
	max-height: none;
}
.flexMenu-popup #menu_brands .dropdown-menus .brand-item {
	width: 20%!important;
}
#menu .flexMenu-popup .menu_custom_block .dropdown-menus {
	padding: 25px 0;
}

/*  Main Menu Labels  */
.menu_label {
    color: #FFFFFF!important;
	position: absolute;
    top: -5px;
	right: 20px;
    display: block;
    height: 17px;
	line-height: 16px;
    padding: 0 8px;
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
    z-index: 998;
	border-radius: 2px;
	letter-spacing: normal;
	transition: all 0.2s ease-in 0s;
}
.menu_label:after {
	position: absolute;
    bottom: -2px;
	right: 7px;
    content: " ";
	width: 6px;
    height: 6px;
    transform: rotate(45deg);
}
.flexMenu-viewMore .menu_label, .flexMenu-popup .menu_label, script + .menu_label {
    display: none;
}

/* Custom Bar below Main Menu */
#custom-bar-content {
	height: 60px;
	text-align: center;
}
#custom-bar-content h4 {
	line-height: 60px;
	margin: 0;
}

/* Content */
#column-left {
	width: 20%;
}
#column-right {
	width: 15%;
}
#content.col-sm-6 {
	width: 65%;
}
#content.col-sm-9 {
	width: 80%;
}
#content.col-sm-9 + #column-right {
	width: 20%;
}

#content {
	min-height: 400px;
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
}
#content p {
	margin: 0 0 15px;
}
.panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: inherit;
	margin-bottom: 0;
}
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel + .panel {
    margin-top: 1px;
}
.panel-group .panel:last-child {
	margin-bottom: 60px;
}
.panel-default .panel-heading {
	display: flex;
	padding: 0;
	background-color: transparent !important;
	border: none;
	border-radius: 0;
}
#column-left .panel-default .panel-heading h2, #column-right .panel-default .panel-heading h2 {
	text-align: left;
}
#column-left .panel-default li, #column-right .panel-default li {
	list-style: none;
}

.panel > .list-group .cat-mod-child .list-group-item:first-child {
    border-top: none;
}
.panel-body {
	padding: 30px 0;
}
.panel-default .panel-heading + .panel-collapse .panel-body {
	padding: 15px 0 45px;
	border: none;
}
#content .panel-default .panel-heading + .panel-collapse .panel-body p {
	margin-top: 0;
}
#accordion.panel-group .panel-default .panel-heading {
	border-bottom: none;
	padding-top: 15px;
	padding-bottom: 0;
}
#collapse-checkout-option .col-sm-6:first-child {
	margin-bottom: 30px;
}
.cat-mod-child {
	border-top: none;
	background: none;
}

#content .filters {
	padding: 30px 0 40px;
}
.filters .list-group {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 30px;
}
#content .filters .filter-group-item {
	float: left;
	width: 20%;
}
#content .filters .filter-group-item .checkbox {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 5px;
	padding-right: 10px;
}
.filters .list-group-item, .filters .list-group-item.hover, .filters .list-group-item.focus, .filters .list-group-item.active {
	background-color: inherit!important;
	border: none!important;
}
.filters .filter-group-item:first-child a.list-group-item {
	padding: 0;
}
.filters a.list-group-item {
	padding: 10px 0 0;
}
#content .filters a.list-group-item {
	padding: 15px 30px 15px 0;
	float: left;
	width: 100%;
}
.filters div.list-group-item {
	padding: 0;
}
.filters .panel-footer {
	background-color: inherit;
	border: none;
	padding: 0;
}
#content .filters .panel-footer {
	text-align: right;
}
.filters .btn {
	width: 100%;
}
#content .filters .btn {
	width: 20%;
}

/* Manufacturer List */
.manufacturer-list #content h3 {
	padding: 15px 20px;
}

/* Compare Page */
.compare-page .table .btn, .compare-page .table .btn:hover, .compare-page .table .btn:focus {
	padding: 12px 25px;
}
.compare-page .table .btn-primary {
	margin-top: 5px;
}

/* Site Map */
.sitemap > ul {
	padding-left: 0;
}
.sitemap > ul > li > ul {
	margin: 10px 0;
	padding-left: 15px;
}
.sitemap > ul > li > ul > li > ul {
	padding-left: 15px;
}
.sitemap-main {
	margin-bottom: 10px;
}
.sitemap-main:last-child {
	margin-bottom: 45px;
}
.sitemap li {
	list-style: none;
}
.sitemap > ul > li > a, .sitemap > ul > li > span {
	display: block;
	padding: 15px 20px;
	border-radius: 3px;
}
.sitemap > ul > li ul li  a {
	display: block;
	padding: 2px 5px;
}

/* Footer */
footer {
	margin-top: 0;
}
footer h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 15px;
	text-align: left;
}

#footer_custom_top_1 {
	padding: 30px 0;
}
#footer_custom_top_1 span.h4 {
	display: block;
	margin: 5px 0;
}
.newsletter-block .form-control {
	margin-bottom: 0;
	padding: 10px 25px;
	letter-spacing: 1px;
}
.newsletter-block input {
	display: inline-block;
}
.newsletter-block input[type="email"] {
	width: calc(100% - 160px);
	height: 50px;
	float: left;
}
.newsletter-block input[type="submit"] {
	width: 150px;
	height: 50px;
	margin-left: 10px;
}

#information {
	padding: 40px 0 35px;
}
#information #information-block-containter {
	margin-left: -15px;
	margin-right: -15px;
}
#information .col-sm-2\.4 {
	width: 20%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
#information p {
	margin-bottom: 0;
}
#information a.btn {
	margin-top: 30px;
}

#sitemap-footer {
	text-align: center;
	cursor: pointer;
}
#sitemap-footer-button {
	padding: 15px;
	margin-top: 30px;
	border-radius: 3px;
}
#sitemap-footer-wrapper {
	margin-top: 15px;
	display: none;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-in 0s;
}
#sitemap-footer-wrapper.sitemap-footer-open {
	display: block;
	height: auto;
	visibility: visible;
	overflow: visible;
	opacity: 1;
}
#sitemap-footer-wrapper .sitemap-first,
#sitemap-footer-wrapper .sitemap > ul > li:nth-child(6n+1) {
	clear: both;
}

#payment-delivery-follow {
	padding: 20px 0 25px;
}
#payment-delivery-follow .h5 > div {
	margin-bottom: 10px;
}
#payment-delivery-follow ul {
	margin-bottom: 0;
}

#footer-payment, #footer-delivery {
	margin-left: 0;
}
#footer-payment li, #footer-delivery li {
	margin: 3px 3px 3px 0;
	padding: 0;
	border-radius: 3px;
	overflow: hidden;
	display: inline-table;
}
#footer-payment li a, #footer-delivery li a {
	display: block;
}

#footer-social {
	margin-left: 0;
}
#footer-social li {
	text-align: center;
	width: 36px;
	height: 36px;
	line-height: 37px;
	margin: 3px 1px 3px 0;
	padding: 0;
	transition: all 0.2s ease-in 0s;
	border-radius: 50%;
}
#footer-social li a {
	display: block;
}
#payment-delivery-follow #footer-social i, #payment-delivery-follow #footer-social i:hover {
	font-size: 14px;
	color: #ffffff;
}

#footer_custom_1 {
	padding: 20px 0;
}

.mobile-apps {
	margin: 25px 0;
}
.mobile-apps img {
	margin: 3px 3px 3px 0;
}
#footer_custom_2 {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: -999;
}

/* Breadcrumb */
.breadcrumb {
	margin: -20px 0 15px;
	padding: 0;
	border: none;
	background: none;
}
.breadcrumb > li {
	position: relative;
}
.breadcrumb > li + li:before {
	content: '/';
	padding: 0 5px;
	font-size: 10px;
}
.breadcrumb > li + li a {
	margin-left: 3px;
}
.pagination {
	margin: 0;
}
.pagination > li {
    display: inline-block;
	margin-right: 6px;
}
.pagination > li > a, .pagination > li > span {
	padding: 9.5px 14.5px;
	border: none;
	border-radius: 5px !important;
	width: 36px;
	height: 36px;
	text-align: center;
}

/* Buttons */
.buttons {
	margin: 1em 0;
}
.buttons .buttons-cart {
	margin-bottom: 10px;
}
.buttons .buttons-cart a {
	width: 100%;
}
.buttons .buttons-cart a.btn-primary {
	padding: 20px 35px;
}
#content .buttons .pull-right {
	margin-bottom: 30px;
}
.btn {
	padding: 12px 25px;
	border: none;
	letter-spacing: normal;
}
.btn.active, .btn:active {
	box-shadow: none !important;
}
.btn:focus {
	outline: none;
	color: inherit;
	background-color: inherit;
}
.btn-xs {
	font-size: 10px;
}
.btn-sm {
	font-size: 10px;
}
.btn-lg {
	padding: 16px 20px;
	font-size: 12px;
}
.btn-group > .btn, .btn-group > .popover {
	font-size: 11px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10px;
}

.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	border: 3px solid #faa732;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #62cefb;
	border: 3px solid #62cefb;
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	border: 3px solid #da4f49;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #62cefb;
	border: 3px solid #62cefb;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	border: 3px solid #5bb75b;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #62cefb;
	border: 3px solid #62cefb;
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	border: 3px solid #df5c39;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #62cefb;
	border: 3px solid #62cefb;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	border: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
}

/* List */
.list-group a {
	padding: 5px 0;
	border: none!important;
	border-radius: 0;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	border-bottom: 1px solid transparent;
	border-radius: 0;
}
a.list-group-item, a.list-group-item:hover, a.list-group-item:focus {
	background: none;
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
	color: inherit;
	background: none;
	border-bottom: 1px solid transparent;
}
.panel-default.panel-category a.list-group-item {
	margin-bottom: 0;
}
.panel-default.panel-category a.list-group-item.active {
	border-bottom: none;
}
.panel-default.panel-category a.list-group-item span,
.panel-default.filters label span {
	opacity: 0.4;
	margin-left: 1px; 
}
a.list-group-item:first-child, .accordion li.dcjq-parent-li:first-child, .accordion li.dcjq-parent-li li {
	border-top: none!important;
}

/* Category Page */
#title_above_content {
	width: 100%;
	height: 250px;
	background-position: center top;
	background-repeat: no-repeat;
}
#title_above_content h1 {
	margin-top: 100px;
}
#wrapper.framed #title_above_content .container, #wrapper.full-width #title_above_content .container {
	padding-left: 30px;
	padding-right: 30px;
}
#wrapper.framed .container .breadcrumb {
	margin: 20px 30px 15px;
}

.cat-img {
	padding: 7px 0 30px 30px;
}
#content .cat-description {
	padding: 5px 0 0;
}
.cat-description-wrapper {
	padding: 0 0 15px;
}

.product-items-wrapper {
	position: relative;
	padding-bottom: 0;
}
.cat-img img {
	float: right;
}
.cat-img .img-thumbnail, .category-list .img-thumbnail {
	background-color: transparent;
}
.category-list {
	margin: 0 -15px 15px;
}
@media (min-width: 768px) {
.category-list .col-sm-6:nth-child(2n+1),
.category-list .col-sm-4:nth-child(3n+1),
.category-list .col-sm-3:nth-child(4n+1),
.category-list .col-sm-5-pr:nth-child(5n+1),
.category-list .col-sm-2:nth-child(6n+1),
.category-list .col-sm-7-pr:nth-child(7n+1),
.category-list .col-sm-8-pr:nth-child(8n+1) {
	clear: both;
}
}
.category-list .category-list-item {
	margin: 15px 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.category-list .category-list-item img {
	max-width: 70px;
	margin-right: 15px;
	float: left;
}
.subcatname {
	width: 100%;
    float: left;
}
.subcatname span {
	display: block;
	width: 100%;
	text-align: left;
}
.category-list-oc {
	margin-bottom: 25px;
}
.category-list-oc ul {
	padding-left: 0;
}
.category-list-oc li {
	list-style: none;
}
.product-filter > div {
	padding-left: 0;
	padding-right: 5px;
}
.product-filter > div.text-right {
	padding-right: 0;
}
.product-filter > div.text-right + div.text-right {
	padding-left: 15px;
}
.product-filter button {
	padding: 11px 12px 9px;
	margin-right: 5px;
	border-radius: 3px !important;
}
.product-filter button i {
	font-size: 14px;
}
.product-filter a#compare-total.btn {
	padding: 11px 15px 9px;
}
.product-filter label {
	margin-top: 7px;
}
.product-filter .form-control {
	margin-bottom: 0px;
}
.pagination-box .col-sm-6 {
	padding-left: 0;
    padding-right: 0;
}
.pagination-box .col-sm-6.text-right {
	margin-top: 10px;
}

/* Product list */
.product-left, .product-buy, .product-right-sm {
	margin-top: 0px;
}
#product-product .theiaStickySidebar .main-thumbnails {
	height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    margin-bottom: 20px
}
#product-product .image-additional-wrapper {
	height: 120px;
}
#product-product .image-additional-wrapper .thumbnails {
	gap: 20px;
}
#product-product .image-additional-wrapper .thumbnails li.image-additional {
	width: 100px !important;
	margin-right: 0px !important;
	padding: 10px !important;
	display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid !important;
}
#product-product .image-additional-wrapper .thumbnails li a {
	margin-bottom: 0 !important;
}
#product-product .image-additional-wrapper .thumbnails li img {
	height: 100px;
    width: 100%;
}
span.badge-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	transition: all 0.2s ease-in 0s;
}
.product-left span.badge-wrapper {
	top: 10px;
	left: 30px;
}
.product-left .image-main:hover span.badge-wrapper {
	opacity: 0.2;
}
span.badge.sale, span.badge.new {
	display: table-cell;
	color: #FFFFFF;	
	min-width: 50px;
	min-height: 50px;
	line-height: 50px;
	border-radius: 50%;
	padding: 0 5px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 5px;
	float: left;
	clear: both;
	transition: all 0.2s ease-in 0s;
}
.product-small-list span.badge.sale, .product-small-list span.badge.new {
	display: none;
}

span.badge.out-of-stock {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
	padding: 0;
	border-radius: 0;
	transition: all 0.2s ease-in 0s;
	overflow: hidden;
	font-weight: normal;
	width: 100%;
	height: 100%;
	margin: 0;
	z-index: 5;
}
span.badge.out-of-stock span {
    position: absolute;
    height: 30px;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -15px;
}
#column-left span.badge.out-of-stock span, #column-right span.badge.out-of-stock span {
	display: none;
}
.product-list span.badge.out-of-stock {
	left: -30px;
	right: 0;
}
.product-small-list span.badge.out-of-stock {
	left: 0;
	right: 0;
	padding: 15.5px 3px;
	font-size: 10px;
}

.product-grid .flybar, .product-gallery .flybar, #content .box-product .flybar {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 42px;
	transition: all 0.2s ease-in-out 0s;	
	z-index: 5;
	opacity: 0;
}
.product-list .flybar, #column-left .box-product .flybar, #column-right .box-product .flybar {
	display: none;
}
.flybar-items {
	width: 100%;
}
.product-grid .flybar .flybar-items button, .product-gallery .flybar .flybar-items button, #content .box-product .flybar .flybar-items button, .product-grid .flybar .flybar-items a, .product-gallery .flybar .flybar-items a, #content .box-product .flybar .flybar-items a {
    position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 20px;
	line-height: 20px;
	border: none;
	background: none;
	box-shadow: none;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-grid > div:hover .flybar, .product-gallery > div:hover .flybar, #content .box-product > div:hover .flybar {
	opacity: 1;
}
.flybar .flybar-items .lnr {
	font-size: 19px;
	line-height: inherit;
}
.flybar .flybar-items .lnr-magnifier {
	font-size: 17px;
}
.flybar .flybar-items button.btn-default {
	width: 30px;
	right: 101px;
}
.flybar .flybar-items a {
	width: 30px;
	right: 69px;
}
.flybar .flybar-items button.wishlist {
	width: 30px;
	right: 37px;
}
.flybar .flybar-items button.compare {
	width: 30px;
	right: 5px;
}
.product-list .flybar .rating, .product-list .flybar .flybar-items input, .product-grid .list-quickview {
	display: none;
}

.product-grid.product-box-style-1 .flybar .flybar-items button.btn-default {
	display: none;
}
.product-grid.product-box-style-1 .caption .cart,
.product-grid.product-box-style-3 .caption .cart {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: inline-block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	opacity: 0;
}
.product-grid.product-box-style-1 .product-thumb:hover .cart,
.product-grid.product-box-style-3 .product-thumb:hover .cart {
	opacity: 1;
}
.product-grid.product-box-style-1 .caption .cart .lnr,
.product-grid.product-box-style-3 .caption .cart .lnr {
	font-size: 20px;
}

.product-grid.product-box-style-3 .flybar {
	display: none;
}
.product-grid.product-box-style-3 .flybar-top {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease-in-out 0s;	
	z-index: 4;
	opacity: 0;
}
.product-grid.product-box-style-3 > div:hover .flybar-top {
	opacity: 1;
}
.product-grid.product-box-style-3 > div:hover span.badge-wrapper,
.product-grid.product-box-style-3 > div:hover .flybar-top + .flybar + a img + img {
	opacity: 0.1;
}
.product-grid.product-box-style-3 > div:hover .flybar-top + .flybar + a img {
	opacity: 0;
}
.product-thumb .flybar-top .flybar-top-items {
	display: table;
    height: 100%;
    width: 100%;
}
.product-thumb .flybar-top p.description {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.product-grid.product-box-style-3 .flybar-top .rating {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 15px;
}
.product-list .flybar-top, .product-small-list .flybar-top, .product-gallery .flybar-top {
	display: none;
}
#column-left .product-items-0 .flybar-top, #column-right .product-items-0 .flybar-top {
	display: none;
}
.product-grid.product-box-style-3 .caption .rating,
.product-grid.product-box-style-3 .caption p.description {
	display: none;
}

.product-thumb {
	overflow: hidden;
	padding: 15px 15px 0;
	transition: all 0.2s ease-in-out 0s;
}

.product-thumb {
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-between;
	height: 510px;
}
.product-thumb .image {
	width: 227px;
	height: 227px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-thumb .image img {
	width: 100%;
}
#content .product-layout-slider .product-thumb:hover, #content .product-right-sm-related-carousel .product-thumb:hover {
	box-shadow: none;
}
.product-slider .product-thumb {
	padding: 20px 15px 0;
}
.product-thumb .image {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.product-gallery .product-thumb .image img {
	border: none;
}
.product-grid .product-thumb .image {
	float: none;
	padding: 0px;
}
.product-gallery p.description {
	display: none;
}
.product-grid .product-thumb, #product-tabs .product-grid .product-thumb {
	padding-bottom: 20px;
}
.image a img.thumb_swap {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.product-thumb:hover .image a img.thumb_swap, .box-product div:hover .image a img.thumb_swap {
	opacity: 1;
}
.image.swap-style-2 a img.thumb_swap {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
}
.product-thumb:hover .image.swap-style-2 a img.thumb_swap, .box-product div:hover .image.swap-style-2 a img.thumb_swap {
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
}
.product-grid .product-thumb .caption {
	margin: 15px 0 0 0;
	min-height: 70px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.product-thumb .product_box_brand {
	margin-bottom: 5px;
}
.product-thumb .name {
	margin-top: 0;
	margin-bottom: 10px;
}
.product-thumb .name h4 {
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#content .product-thumb p.description {
	margin: 0 0 15px;
	padding: 0;
}
.product-thumb .rating {
	margin-top: -3px;
	margin-bottom: 9px;
	padding: 0;
}
.rating .fa-stack {
	width: 12px;
	height: auto;
}
.rating .fa-star .lnr {
	font-size: 13px;
}
.rating .fa-g .lnr {
	color: #bdcadb;
}
h2.price {
	margin: 0;
}
#content .product-thumb p.price {
	margin-top: 25px;
	margin-bottom: 5px;
}
#content .product-grid.product-box-style-3 .product-thumb p.price {
	margin-top: 20px;
}
#content .product-list .product-thumb p.price {
	margin: 20px 0;
}
#column-left .product-thumb p.price, #column-right .product-thumb p.price {
	margin-top: 10px;
}
.price-new {
	margin-right: 5px;
}
.price-old {
	text-decoration: line-through;
}
.product-thumb .price-tax {
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #f1f7f8;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
}
.product-thumb .button-group button:first-child {
	color: #707c8c;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ffffff;
}
.product-thumb .button-group button:hover {
	color: #ffffff;
	background-color: #62cefb;
	text-decoration: none;
	cursor: pointer;
}

.product-grid .caption .cart, .product-grid .list-quickview, .product-grid .list-wishlist, .product-grid .list-compare, .product-gallery .caption .cart, .product-gallery .list-quickview, .product-gallery .list-wishlist, .product-gallery .list-compare {
    display: none;
}
.product-list .product-thumb .name h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-list .product-list-buttons {
	padding: 0;
	opacity: 0;
	transition: all 0.2s ease-in 0s;
}
.product-list .product-thumb:hover .product-list-buttons {
	opacity: 1;
}
.product-list .product-list-buttons .btn {
	width: 50px;
	height: 50px;
	margin: 5px 10px 5px 0;
	padding: 0;
	float: left;
	border-radius: 50%;
}
.product-list .product-list-buttons .btn.list-quickview,
.product-list .product-list-buttons .btn.list-wishlist,
.product-list .product-list-buttons .btn.list-compare {
	text-align: center;
	width: 30px;
	height: 50px;
	margin: 5px 0 5px 0;
	border: none;
	background: none;
	box-shadow: none;
}
.product-list .product-list-buttons .btn .lnr {
    font-size: 19px;
    line-height: inherit;
}
.product-list .product-list-buttons .btn.list-quickview .lnr {
	font-size: 17px;
	line-height: 50px;
}

.product-list .product-thumb, .product-list.product-small-list .product-thumb {
	padding: 15px;
}
.product-list.product-small-list .product-thumb .image {
	width: 110px;
	padding: 0;
}
.product-list .product-thumb .caption {
	margin: 0 0 0 140px;
}
.product-list.product-small-list .product-thumb .name {
	margin-bottom: 15px;
	width: 50%;
}
.product-list.product-small-list .product-thumb .name h4, .product-list.product-small-list .product-thumb .rating {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 45px;
}
.product-list.product-small-list .product-thumb .caption .product_box_brand, .product-list.product-small-list .product-thumb .caption p.description {
	display: none;
}
.product-list.product-small-list .product-thumb .caption > div, .product-list.product-small-list .product-thumb .caption > p {
	display: inline-block;
	float: left;
}
#content .product-list.product-small-list .product-thumb p.price {
	margin-top: 0;
	float: right;	
}
.product-list.product-small-list .product-thumb .caption .product-list-buttons {
	width: 100%;
}


.product-gallery .product-thumb .caption {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	transition: all 0.2s ease-in 0s;
	opacity: 0;
}
.product-gallery:hover .product-thumb .caption {
	opacity: 1;
}
.product-gallery span.badge.sale, 
.product-gallery span.badge.new,
.product-gallery:hover .product-thumb .image img {
	opacity: 0;
}
.product-gallery .name, .product-gallery .product_box_brand, .product-gallery .rating, .product-gallery p.price {
	padding: 0 15px;
	text-align: center;
}

#content .product-gallery .product-thumb {
	padding: 15px;
}
.product-gallery .product-thumb .caption {
	min-height: inherit;
}
.product-gallery:hover .product-thumb .image img.thumb_swap {
	opacity: 0.05;
}
.product-gallery .flybar {
	display: none;
}

/* Product Box */
#column-left .product-module .row,
#column-right .product-module .row {
	margin-left: 0;
	margin-right: 0;
}
#column-left .product-items-0 > div,
#column-right .product-items-0 > div {
	width: 100%;
	margin: 0;
	padding: 0 0 25px;
	clear: both;
}
#column-left .product-items-0 > div:last-child,
#column-right .product-items-0 > div:last-child {
	padding: 0;
}
#column-left .product-items-0 .name, #column-left .product-items-0 .rating, #column-left .product-items-0 .price,
#column-right .product-items-0 .name, #column-right .product-items-0 .rating, #column-right .product-items-0 .price {
	text-align: left;
}
#column-left .product-items-1,
#column-right .product-items-1 {
	margin-bottom: 0;
}
#column-left .product-items-1 .product-layout-slider,
#column-right .product-items-1 .product-layout-slider {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
#column-left .product-items > div:hover, 
#column-right .product-items > div:hover {
	background: none;
	box-shadow: none;
}
#column-left .product-thumb,
#column-right .product-thumb {
    padding: 15px 0 0;
}
#column-left .product-items-0 .product-thumb,
#column-right .product-items-0 .product-thumb {
    padding: 0;
}
#column-left .product-items-0 .image,
#column-right .product-items-0 .image {
    display: block;	
	float: left;
	max-width: 62px;
}
#column-left .product-items-0 .caption,
#column-right .product-items-0 .caption {
	margin: 0;
	min-height: inherit;
}
#column-left .product-items-0 .name,
#column-right .product-items-0 .name {
    clear: none;
	padding-left: 80px;
	margin-top: -2px;
	margin-bottom: 0;
}
#column-left .product-items-0 .name h4,
#column-right .product-items-0 .name h4 {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
#column-left .product-items-0 .product_box_brand,
#column-right .product-items-0 .product_box_brand {
	display: none;
}
#column-left .product-items-0 p.price,
#column-right .product-items-0 p.price {
    clear: none;
	margin-top: 2px;
	margin-bottom: 0;
	padding-left: 80px;
}
#column-left .product-items-0 p.price, #column-left .product-items-0 p.price .price-new, #column-left .product-items-0 p.price .price-old,
#column-right .product-items-0 p.price, #column-right .product-items-0 p.price .price-new, #column-right .product-items-0 p.price .price-old {
	font-size: 14px;
}
#column-left .product-items-0 span.badge-wrapper,
#column-right .product-items-0 span.badge-wrapper {
	display: none;
}
#column-left .product-items-0 .rating,
#column-right .product-items-0 .rating {
	display: none;
}
#column-left .product-items-0 .flybar,
#column-right .product-items-0 .flybar,
#column-left .product-items-0 button,
#column-right .product-items-0 button,
#column-left .product-items-0 p.description, 
#column-right .product-items-0 p.description {
	display: none;
}

.thumbnail, a.thumbnail {
	background-color: inherit;
	border: none;
    border-radius: 0;
	padding: 0;
}
.thumbnail img, a.thumbnail img {
	margin-left: auto;
	margin-right: auto;
}
.thumbnails {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -15px;
}
.thumbnails > li:first-child {
	margin-left: 15px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0;
	display: block;
	border: none;
}
.image-additional-wrapper a {
	margin-bottom: 10px;
}
.thumbnails .image-additional.col-sm-12 {
	padding-left: 0;
    padding-right: 0;
}
.thumbnails .col-sm-9 {
	padding-left: 10px;
    padding-right: 0;
}
.product-left .row {
	margin-left: -10px;
    margin-right: -10px;
}

/* Product Page */
#content.quickview-content {
	position: relative;
	padding-top: 30px;
	max-width: 1000px;
	max-height: 560px;
	overflow-y: auto;
}
.product-page .product-left ul.thumbnails .col-xs-2 {
	padding-right: 0;
}
.product-page .product-left ul.thumbnails .col-xs-10 {
	padding-left: 20px;
	padding-right: 0;
}
.product-under-image-custom-block {
	float: left;
	width: 100%;
}
.product-page span.stock {
	display: block;
}
.product-page #product-title-top {
	padding: 30px 0;
}
.prev, .next {
	position: fixed;
	bottom: 25%;
	width: 348px;
	height: 120px;
	z-index: 6;
	overflow: hidden;
	transition: all 0.3s ease-in-out 0s;
}
.prev {
	left: -320px;
	border-radius: 0 5px 5px 0;
}
.next {
	right: -320px;
	border-radius: 5px 0 0 5px;
}
.prev-img, .next-img, .prev-arrow, .next-arrow {
	display: inline-block;
	text-align: center;
	float: left;
}
.prev-img, .next-img {
	width: 320px;
	padding: 15px;
}
.prev-arrow, .next-arrow {
	width: 28px;
}
.prev-arrow .lnr, .next-arrow .lnr {
	line-height: 120px;
}
.prev-img-link img, .next-img-link img {
	height: 90px;
	transition: all 0.5s ease-in-out 0s;
}
.prev-img-link img {
	float: right;
	margin-left: 20px;
}
.next-img-link img {
	float: left;
	margin-right: 20px;
}
.prev-img-link:hover img, .next:hover .next-img-link img {
	opacity: 1;
}
.prev-name, .next-name {
	height: 90px;
	overflow: hidden;
}
.prev-name h5, .next-name h5 {
	margin-top: 3px;
}
.next-arrow {
	float: left;
}
.next-img {
	float: right;
}
.prev:hover {
	left: 0px;
	width: 320px;
}
.next:hover {
	right: 0px;
	width: 320px;
}

.addthis_toolbox {
	margin: 10px 0 30px;
}
.product-buy-wrapper > hr:first-child {
	margin-top: 0;
}
.product-buy h1 {
	margin-bottom: 10px;
}
.quickview-content .product-buy h1 {
	margin-top: -10px;
	padding-bottom: 0;
}
.product-buy .rating {
	padding-top: 15px;
}
.quickview-content .product-buy .rating {
	padding-top: 5px;
}
#content.quickview-content .product-buy .rating p {
	margin-bottom: 10px;
}
.product-buy .price-h {
	margin: 5px 0 15px;
}
.product-buy .price-reg,
.product-buy .price-h .price-new,
.product-buy .price-h .price-old,
.product-buy .price-h .save-percent {
	font-size: 28px;
}

.product-buy-logo {
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-buy-logo img:hover {
	opacity: 0.9;
	transition: all 0.2s ease-in-out 0s;
}
.product-buy-logo-img {
	text-align: right;
}
.product-buy-logo-img a {
	float: right;
}
.product-buy-logo-img img {
	max-height: 50px;
}

.product-buy-description-short {
	margin: 30px 0 35px;
}

.product-page .product-buy h4 {
	padding: 0 0 25px;
	margin-bottom: 0;
}
.quickview-content h4 {
	padding: 0;
	margin-bottom: 10px;
}
ul.pf-top li {
	display: inline;
	margin-right: 15px;
}
.product-buy ul.pf {
	margin-top: 0;
	margin-bottom: 0;
}
.product-buy ul.pf-bottom {
	margin-top: 30px;
	margin-bottom: 30px;
}
.quickview-content ul.pf li,
.quickview-content ul.pp li.dq {
	display: inline-block;
	margin-right: 15px;
}
.product-buy ul.pp {
	margin: 30px 0;
}
.quickview-content ul.pp {
	margin: 20px 0;
}
.product-buy .price-old {
	margin-left: 0;
	text-decoration: none;
}
.product-buy .rating p {
	margin: 0;
}
.product-buy .rating span.fa {
	margin: 5px 3px 10px 0;
}
.product-buy .rating .fa-star, .product-buy .rating .fa-star-o {
	font-size: 17px;
}
.product-buy .rating .lnr-pencil {
	display: inline-block;
	font-size: 13px;
	margin-right: 3px;
}
.product-buy .rating a {
	margin-left: 20px;
}
.product-buy .rating a.btn {
	margin-top: 0px;
	margin-left: 20px;
}
.product-buy li, #tab-description li, #content li {
	list-style-position: inside;
}
.product-buy .form-group .qty {
	margin: 30px 0 10px;
}
.quickview-content .product-buy .form-group .qty {
    margin: 15px 0 0;
}
.product-buy .form-group .btn {
	margin: 0 0 22px 0;
	padding: 10px 15px 11px;
}
.product-buy .form-group .btn-primary {
	padding: 16px 60px;
}
.product-buy .form-group .btn-primary .lnr {
	display: inline-block;
	margin-right: 3px;
}
.product-buy .form-group .wcs {
	cursor: pointer;
	margin-right: 20px;
}
.product-buy .form-group .lnr {
	display: inline-block;
	margin-right: 3px;
	font-size: 13px;
}
#product {
	margin-bottom: 20px;
}
.quickview-content .product-buy #product {
	margin-bottom: 30px;
	padding: 15px 30px;
}
.quickview-content .product-buy #product .form-group {
	margin-bottom: 0;
}
#product label {
	margin-bottom: 0;
}
div.qty input {
	float: left;
	margin-bottom: 20px;
}
input#input-quantity {
	max-width: 50px;
	height: 49px;
	font-size: 16px;
	text-align: center;
	border: none;
	border-radius: 0;
}
input.dec, input.inc {
	width: 34px;
    height: 49px;
	font-size: 21px;
}
input.dec {
	border: none;
	border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
input.inc {
	margin-right: 15px;
	border: none;
	border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.product-share span {
    height: 22px!important;
	margin: 0 0 10px;
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
}


.product-right-sm-custom {
	margin-bottom: 30px;
}
.product-page .product-right-sm-custom legend {
	padding: 0 0 25px;
}

.product-right-sm-info {
	padding: 10px 0;
	margin-bottom: 30px;
}
.product-right-sm-info-content {
	text-align: center;
	overflow: hidden;
}
.product-right-sm-info .theme-modal {
    margin-bottom: 25px;
	display: block;
}
.product-right-sm-info .theme-modal:last-child {
    margin-bottom: 0;
}
.product-right-sm-info span.p-icon {
    display: block;
	position: relative;
    float: left;
	width: 100%;
	margin-bottom: 15px;
	transition: 0.2s ease-in-out 0s;
}
.product-right-sm-info span.p-icon .lnr {
	font-size: 36px;
}
.product-right-sm-info span.p-title {
	display: block;
	margin-bottom: 5px;
}
.product-right-sm-info span.p-subtitle {
	display: block;
}
.product-right-sm-info .modal-body .content-product-fb, .features .modal-body .content-footer-fb {
	margin: 10%;
}
#content .product-right-sm-info .modal-body h1 {
	margin: 0 0 15px;
	padding-bottom: 0;
	text-align: center;
}
#content .product-right-sm-info .modal-body p.subtitle {
	margin: 0 0 45px;
	text-align: center;
}

#content .product-right-sm-related.panel-default .panel-heading {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}
.product-right-sm-related {
	position: relative;
}

#product-tabs {
	margin-top: 70px;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.tabs-products #product-tabs {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#product-tabs > div {
	padding-left: 0;
	padding-right: 0;
}

.nav-tabs {
    text-align:center;
	margin-bottom: 15px;
}
.nav-tabs > li {
    float:none;
    display:inline-block;
}
.nav-tabs > li > a, .nav-tabs > li.active > a {
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px;
	border-radius: 0;
}
.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a, .nav-tabs > li > a:hover, .nav-tabs > li.active > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li.active > a:focus {
	border: none;
	border-bottom: 1px solid transparent;
	background-color: transparent;
}
.product-page #product-tabs .tab-content {
	padding: 15px 0;
}
#content .tab-content p {
    margin: 0 0 15px;
}
#content .tab-content ol,
#content .tab-content ul {
    margin: 0 0 15px;
	padding: 0 30px;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
	background-color: transparent;
}
#tab-specification .table > tbody > tr > td {
	text-align: right;
	width: 30%;
}
#tab-specification .table > tbody > tr > td + td {
	text-align: left;
	width: 70%;
}
#tab-review .col-sm-12 {
	padding-left: 0;
    padding-right: 0;
}
#tab-review .table {
	margin-bottom: 0;
}
#tab-review .table-bordered, #tab-review .table-bordered > tbody > tr > td {
	border: none;
}
#tab-review .rating-td {
	width: 15%;
}
#tab-review .rating-author, #tab-review .rating-date {
	margin: 5px 0;
}
#tab-review p.rating-text {
	padding: 45px 60px; 
	border-radius: 10px;
	margin-bottom: 30px;
}

/* Contact Page */
.contact-map {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#map_div {
    height: 560px;
    margin: 0;
    padding: 0;
    width: auto;
}
.contact-details-wrapper {
	float: left;
	width: 100%;
}
.contact-details-wrapper h4 {
	margin-top: 30px;
}
.socialBlock {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-block: 8px;
	& a {
		position: relative;
		width: 32px;
		height: 32px;
		display: block;
		&::before {
			content: '';
			position: absolute;
			width: 32px;
			height: 32px;
			background-repeat: no-repeat;
			background-size: 100%;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
	}
	& a.wup_link::before {
		background-image: url(../image/icons/whatsapp.svg);
	}
	& a.tg_link::before {
		background-image: url(../image/icons/telegramm.svg);
	}
}

/*  Custom Content Widget  */
.custom_box_wrapper {
    width: 400px;
    height: auto;
    position: fixed;
    bottom: 60px;
	right: 30px;
	transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    z-index: 998;
}
.custom_box_wrapper.open-up {
	bottom: 123px;
}
.custom_box_wrapper #custom_box_icon_wrapper {
	width: 76px;
    height: 56px;
	padding-left: 20px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.custom_box_wrapper #custom_box_icon {
	text-align: center;
	width: 56px;
    height: 56px;
	border-radius: 50%;
	cursor: pointer;
}
#custom_box_icon .lnr.lnr-chevron-left {
	font-size: 22px;
	margin-right: 3px;
}
#custom_box_icon .lnr {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 54px;
}
.custom_box_wrapper .custom_box {
    width: 400px;
    height: auto;
	min-height: 200px;
    position: absolute;
	bottom: 0;
	right: 76px;
    padding: 25px 30px;
	opacity: 0;
	visibility: hidden;
}
.custom_box_wrapper .custom_box:hover,
.custom_box_wrapper .custom_box.open {
	opacity: 1;
	visibility: visible;
}

/* Information Module */
.panel-information ul {
	padding: 0;
	margin-bottom: 0;
}

/* Account Module */
.panel-account .list-group a {
	padding: 2px 0;
}

/*  EU Cookie Message  */
.cookie-message {
    padding: 30px;
	margin-bottom: 0;
	position: fixed;
	bottom: 30px;
	right: 105px;
	width: 400px;
	height: auto;
	border: none;
	text-align: center;
	z-index: 999;
}
.cookie-message .my-close-button {
	margin-top: 10px;
}
span.cookie-img {
    position: absolute;
    top: -45px;
	right: -35px;
}

/*  Notifications  */
.alert {
	padding: 30px 50px 30px 25px;
	margin-bottom: 0;
	position: fixed;
	top: 60px;
	right: 50px;
	width: 400px;
	height: auto;
	border: none;
	border-radius: 10px;
	z-index: 999999;
}
.alert-info {
	top: auto !important;
	bottom: 90px;
	right: 100px;
}
.alert-success i, .alert-info i, .alert-danger i {
	font-size: 34px;
	line-height: 100%;
	float: left;
	margin: 3px 30px 10px 0;
}
.alert .lnr-checkmark-circle,
.alert .lnr-warning {
	font-size: 34px;
	line-height: 100%;
	float: left;
	margin: 3px 20px 10px 0;
}
.alert-success .close, .alert-info .close, .alert-danger .close {
    font-size: 24px;
    font-weight: bold;
    text-shadow: none;
	opacity: 1;
	position: absolute;
	top: 10px;
	right: 10px;
}
.alert-danger, .alert-danger .close {
	background-color: #FCF2F5;
	color: #FF5275;
}

/* Table */
.table {
    margin-bottom: 30px;
}
.table > thead, .checkout-cart .col-sm-4 .table.table-bordered td.text-right {
	text-transform: uppercase;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 10px 15px;
	line-height: inherit;
	border-bottom: none;
}
.table > tbody + tbody {
	border-top: none;
}
.table .btn, .table .btn:hover, .table .btn:focus, .table .btn-primary, .table .btn-primary:hover, .table .btn-primary:focus {
	border: none;
	padding: 2px 4px;
	background: none;
	box-shadow: none;
}
.table .btn-danger {
	color: #FF5275!important;
}
.table .btn-info {
	color: #04DED1!important;
}

/* Tooltip */
.tooltip {
    line-height: 1;
}
.tooltip.in {
    opacity: 1;
}
.tooltip.top {
    padding: 8px 0;
    margin-top: 0px;
}
.tooltip-inner {
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px 12px;
    background-color: #FFFFFF;
    border-radius: 2px;
    color: #464646;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.tooltip.top .tooltip-arrow {
    bottom: 4px;
    border-top-color: #FFFFFF;
}

/* Modal */
.modal {
	z-index: 99999;
}
.modal-content {
	border: none;
}
.modal-header, .modal-body, .modal-footer {
	padding: 25px 30px;
}
.modal-backdrop.in {
    opacity: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, 0);
}

/* Theme Modal */
.theme-modal .modal, .theme-modal.modal {
    overflow-y: auto;
	padding: 0 !important;
}
.theme-modal .modal-open {
    overflow: auto;
}
.theme-modal .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
}
.theme-modal .modal-content {
	height: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.theme-modal .modal-header {
	border-bottom: none;
}
.theme-modal .modal-body {
	padding: 15px 30px;
}
.theme-modal .modal-body .close {
	background: none;
	font-size: 28px;
	text-shadow: none;
	opacity: 1;
}

/*  Theme PopUp Message  */
.theme-modal-popup {
	background-color: rgba(20, 21, 45, 0.8);
	text-align: center;
}
.theme-modal-popup:before {
	content: "";
	display: inline-block;
    height: 100%;
    vertical-align: middle;
	margin-right: 15px;
}
.theme-modal-popup .modal, .theme-modal-popup.modal {
    overflow-y: auto;
}
.theme-modal-popup .modal-open {
    overflow: auto;
}
.theme-modal-popup .modal-dialog {
	margin: 30px auto;
	display: inline-block;
    vertical-align: middle;
}
.theme-modal-popup .modal-content {
	overflow: hidden;
}
.theme-modal-popup .modal-header {
	border-bottom: none;
}
.theme-modal-popup .modal-body {
	padding: 0;
}
.theme-modal-popup .modal-body .close {
	width: 30px;
	height: 30px;
	font-size: 28px;
	line-height: inherit;
	text-shadow: none;
	opacity: 1;
	position: absolute;
	top: 15px;
	right: 15px;
}
.theme-modal-popup .modal-body .close span {
	position: fixed;
	top: 10px;
	right: 18px;
}
#content .theme-modal-popup p {
	margin: 0;
}
.theme-modal-popup img {
	height: auto !important;
}

/*  Swiper Slider  */
.swiper-viewport {
	margin: 0 0 20px!important;
	background-color: transparent!important;
	border: none!important;
	border-radius: 0!important;
	box-shadow: none!important;
}
.swiper-pager {
	left: 0!important;
}
.swiper-button-next, .swiper-button-prev {
	text-shadow: none!important;
}
.swiper-button-next:before, .swiper-button-prev:before {
	font-size: 14px!important;
	color: inherit!important;
	content: ""!important; 
}
.swiper-viewport .swiper-button-prev {
	opacity: 1!important;
	left: -18px!important;
}
.swiper-viewport .swiper-button-next {
	opacity: 1!important;
	right: -8px!important;
}
@media (min-width: 768px){
.swiper-viewport .swiper-button-prev {
	opacity: 0!important;
	left: -30px!important;
}
.swiper-viewport .swiper-button-next {
	opacity: 0!important;
	right: -20px!important;
}
.swiper-viewport:hover .swiper-button-prev {
	opacity: 1!important;
	left: -18px!important;
}
.swiper-viewport:hover .swiper-button-next {
	opacity: 1!important;
	right: -8px!important;
}
}
.swiper-viewport:hover .image-additional-wrapper .swiper-button-prev,
.product-right-sm-related .swiper-viewport:hover .swiper-button-prev {
	left: -9px!important;
}
.swiper-viewport:hover .image-additional-wrapper .swiper-button-next,
.product-right-sm-related .swiper-viewport:hover .swiper-button-next {
	right: 1px!important;
}
.theme-custom-products-content .swiper-viewport:hover .swiper-button-prev {
	left: -5px!important;
}
.theme-custom-products-content .swiper-viewport:hover .swiper-button-next {
	right: 5px!important;
}
@media (max-width: 767px){
.swiper-viewport .image-additional-wrapper .swiper-button-prev {
	left: -9px!important;
}
.swiper-viewport .image-additional-wrapper .swiper-button-next {
	right: 1px!important;
}
}
.swiper-viewport.slideshow-module-wrapper .swiper-button-prev {
	left: 21px!important;
}
.swiper-viewport.slideshow-module-wrapper .swiper-button-next {
	right: 30px!important;
}
@media (max-width: 767px){
.swiper-viewport.slideshow-module-wrapper .swiper-button-prev {
	left: -3px!important;
}
.swiper-viewport.slideshow-module-wrapper .swiper-button-next {
	right: -5px!important;
}
}
.swiper-viewport .carousel-module .swiper-button-prev {
	left: 21px!important;
}
.swiper-viewport .carousel-module .swiper-button-next {
	right: 30px!important;
}
@media (max-width: 767px){
.swiper-viewport .carousel-module .swiper-button-prev {
	left: -3px!important;
}
.swiper-viewport .carousel-module .swiper-button-next {
	right: 6px!important;
}
}

.swiper-pager .lnr {
	font-size: 38px;
}
.swiper-pagination {
	bottom: 20px!important;
}
.swiper-pagination-bullet {
	width: 12px!important;
	height: 12px!important;
	box-shadow: none!important;
	border-radius: 50%!important;
	background: rgba(255, 255, 255, 0.9)!important;
	margin: 0 5px!important;
}

/*  Default OpenCart Slideshow Module  */
.slideshow-module {
	margin: 0 -30px!important;
}
.slideshow-module a {
	width: 100%;
}
.slideshow-module img {
	margin-left: auto;
	margin-right: auto;
}
.wrapper.framed .slideshow-module-wrapper {
	margin: 0;
}
#column-left .slideshow-module-wrapper, #column-right .slideshow-module-wrapper {
	margin: 0;
}

/*  Default OpenCart Carousel Module  */
.carousel-module {
	margin: 0 -30px!important;
}
.carousel-module img {
	margin: 0 auto;
}

/*  Magnific PopUp  */
.mfp-bg {
	z-index: 91042!important;
}
.mfp-wrap {
	z-index: 91043!important;
}
.mfp-title {
	color: #FFFFFF!important;
}
.mfp-counter {
	color: #FFFFFF!important;
}
.mfp-close {
	opacity: 1!important;
	font-size: 28px!important;
	width: 30px!important;
	height: 30px!important;
	line-height: 30px!important;
	padding-right: 0!important;
	top: 10px!important;
	right: 10px!important;
	text-align: center!important;
}
.mfp-galleries .mfp-close {
	top: 50px!important;
}
.mfp-arrow {
	opacity: 0.3!important;
}
.mfp-arrow-right::before, .mfp-arrow-right .mfp-b {
	border-left: none!important;
}
.mfp-arrow-left::before, .mfp-arrow-left .mfp-b {
	border-right: none!important;
}
.mfp-iframe-scaler iframe {
	box-shadow: none!important;
}

/*  Date Picker  */
.bootstrap-datetimepicker-widget td.day:hover,.bootstrap-datetimepicker-widget td.hour:hover,.bootstrap-datetimepicker-widget td.minute:hover,.bootstrap-datetimepicker-widget td.second:hover, .bootstrap-datetimepicker-widget td span:hover, .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
	background: rgba(0, 0, 0, 0.03)!important;
}

/*  Bootstrap  */
.product-layout.col-xs-1, .product-layout.col-sm-1, .product-layout.col-md-1, .product-layout.col-lg-1, .product-layout.col-xs-2, .product-layout.col-sm-2, .product-layout.col-md-2, .product-layout.col-lg-2, .product-layout.col-xs-3, .product-layout.col-sm-3, .product-layout.col-md-3, .product-layout.col-lg-3, .product-layout.col-xs-4, .product-layout.col-sm-4, .product-layout.col-md-4, .product-layout.col-lg-4, .product-layout.col-xs-5, .product-layout.col-sm-5, .product-layout.col-md-5, .product-layout.col-lg-5, .product-layout.col-xs-6, .product-layout.col-sm-6, .product-layout.col-md-6, .product-layout.col-lg-6, .product-layout.col-xs-7, .product-layout.col-sm-7, .product-layout.col-md-7, .product-layout.col-lg-7, .product-layout.col-xs-8, .product-layout.col-sm-8, .product-layout.col-md-8, .product-layout.col-lg-8, .product-layout.col-xs-9, .product-layout.col-sm-9, .product-layout.col-md-9, .product-layout.col-lg-9, .product-layout.col-xs-10, .product-layout.col-sm-10, .product-layout.col-md-10, .product-layout.col-lg-10, .product-layout.col-xs-11, .product-layout.col-sm-11, .product-layout.col-md-11, .product-layout.col-lg-11, .product-layout.col-xs-12, .product-layout.col-sm-12, .product-layout.col-md-12, .product-layout.col-lg-12, .product-layout-slider, .product-layout-grid {
	padding-left: 0;
	padding-right: 0;
}
.product-items-1 {
	margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 991px) {
#content .product-layout:nth-child(2n+1) {
	clear: both;
}
}
@media (min-width: 992px) {
.product-layout.col-md-15, .product-layout.col-lg-15 {
	width: 20%;
}
#content .product-layout.product-grid-6:nth-child(2n+1),
#content .product-layout.product-grid-4:nth-child(3n+1),
#content .product-layout.product-grid-3:nth-child(4n+1),
#content .product-layout.product-grid-15:nth-child(5n+1),
#content .product-layout.product-grid-2:nth-child(6n+1) {
	clear: both;
}
}

.wrapper {
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.wrapper.framed {
	max-width: 1230px;
	margin: 25px auto;
	padding: 0;
}

@media (max-width: 767px) {
.wrapper.framed {
	margin: 0;
	padding: 0;
}
}

.wrapper.full-width #common-home.container {
	max-width: 100%;
}
.wrapper.full-width .navbar, .common-home .wrapper.framed .navbar {
	margin-bottom: 0;
}
.wrapper.full-width footer {
    margin-top: 0;
}
.wrapper.full-width .breadcrumb {
    margin: 15px auto;
	padding: 0 30px;
}


body > .wrapper > .container, header > .container {
	padding-left: 0;
	padding-right: 0;
}
.wrapper.full-width header > .container, .wrapper.framed header > .container .header-items {
	padding-left: 30px;
	padding-right: 30px;
}
.container {
	width: inherit;
}
.container > .row {
	margin-left: 0;
	margin-right: 0;
}
#column-left {
	padding-left: 30px;
	padding-right: inherit;
}
#column-right {
	padding-right: 30px;
	padding-left: inherit;
}
#tab-review .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}
.list-inline > li {
	padding-left: 10px;
	padding-right: 10px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: none;
    border: none;
}

#content .content-padd {
	margin-left: -30px;
	margin-right: -30px;
	padding-left: 30px;
	padding-right: 30px;
}
.padd-t-b-50 { 
    padding-top: 50px;
	padding-bottom: 50px;
}
.padd-t-b-40 { 
    padding-top: 40px;
	padding-bottom: 40px;
}
.padd-t-b-35 { 
    padding-top: 35px;
	padding-bottom: 35px;
}
.padd-t-b-30 { 
    padding-top: 30px;
	padding-bottom: 30px;
}
.padd-t-b-25 { 
    padding-top: 25px;
	padding-bottom: 25px;
}
.padd-t-b-20 { 
    padding-top: 20px;
	padding-bottom: 20px;
}
.padd-t-b-15 { 
    padding-top: 15px;
	padding-bottom: 15px;
}
.padd-t-b-10 { 
    padding-top: 10px;
	padding-bottom: 10px;
}
.padd-t-b-5 { 
    padding-top: 5px;
	padding-bottom: 5px;
}
.padd-t-b-0 { 
    padding-top: 0;
	padding-bottom: 0;
}
.padd-t-40 { padding-top: 40px; }
.padd-t-30 { padding-top: 30px; }
.padd-t-25 { padding-top: 25px; }
.padd-t-20 { padding-top: 20px; }
.padd-t-15 { padding-top: 15px; }
.padd-t-10 { padding-top: 10px; }
.padd-t-5 { padding-top: 5px; }
.padd-t-0 { padding-top: 0px; }

.padd-b-40 { padding-bottom: 40px; }
.padd-b-30 { padding-bottom: 30px; }
.padd-b-25 { padding-bottom: 25px; }
.padd-b-20 { padding-bottom: 20px; }
.padd-b-15 { padding-bottom: 15px; }
.padd-b-10 { padding-bottom: 10px; }
.padd-b-5 { padding-bottom: 5px; }
.padd-b-0 { padding-bottom: 0px; }

.padd-10 { padding: 10px; }
.padd-20 { padding: 20px; }
.padd-30 { padding: 30px; }
.padd-40 { padding: 40px; }
.padd-50 { padding: 50px; }

.padd-l-r-10 { padding-left: 10px; padding-right: 10px; }
.padd-l-r-20 { padding-left: 20px; padding-right: 20px; }
.padd-l-r-30 { padding-left: 30px; padding-right: 30px; }
.padd-l-r-40 { padding-left: 40px; padding-right: 40px; }
.padd-l-r-50 { padding-left: 50px; padding-right: 50px; }

.marg-b-50 { margin-bottom: 50px; }
.marg-b-40 { margin-bottom: 40px; }
.marg-b-30 { margin-bottom: 30px; }
.marg-b-25 { margin-bottom: 25px; }
.marg-b-20 { margin-bottom: 20px; }
.marg-b-15 { margin-bottom: 15px; }
.marg-b-10 { margin-bottom: 10px; }
.marg-b-5 { margin-bottom: 5px; }
.marg-b-0 { margin-bottom: 0px; }

.col-sm-5-pr, .col-sm-7-pr, .col-sm-8-pr {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5-pr {
	width: 20%;
}
.col-sm-7-pr {
	width: 14.28571%;
}
.col-sm-8-pr {
	width: 12.5%;
}
}

/* Modules Panel Inline */
.panel-inline {
	position: relative;
}
.panel-inline-content {
	margin: 0 -30px;
	overflow: hidden;
}
.theme-module-wrapper .panel-inline-content {
	padding: 0 10px;
	background-position: center top;
	background-size: cover;
}
.panel-default .panel-inline-title.panel-heading {
	margin-left: 20px; 
	margin-right: 20px;
	margin-bottom: 30px;
}
.panel-inline-title.panel-heading + .panel-inline-subtitle {
	margin-left: 20px; 
	margin-right: 20px;
	margin-top: -15px;
	margin-bottom: 20px;
}
.panel-inline-title h2 {
	text-align: left;
}
.theme-module-wrapper .panel-inline-title .btn {
	display: none;
}
.panel-inline-items {
	margin: 0;
	padding: 0 5px;
	float: left;
	text-align: center;
}
.panel-inline-items .swiper-viewport {
	margin: 0 !important;
	padding: 0 15px;
}
.panel-inline-items.full-width {
	width: 100%;
}
.panel-inline-items .image img {
	transition: 0.3s ease-in-out 0s;
}
.panel-inline-description {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
	width: 80%;
	height: 80%;
}

.theme-module-wrapper .panel-inline-items {
	float: inherit;
}
.theme-module-wrapper .panel-inline-content > div {
	width: 100%;
}
.theme-module-wrapper .panel-inline-all {
	line-height: 100px;
}

/* Default OpenCart Banner Module */
.banner div {
	text-align: center;
	width: 100%;
	margin-bottom: 0;
}
.banner div img {
	margin-bottom: 0;
}

/* Custom HTML Widgets */
#content .widget-wrapper {
	margin: 60px -30px;
}

/* Custom HTML Widgets - Parallax */
.widget-parallax.widget-parallax-001 {
	background-attachment: fixed !important;
	background-position: center center !important;
}

/* Theme Banner */

.theme-banner {
	clear: both;
    display: block;
    overflow: hidden;
}
.theme-banner .swiper-pager {
	width: calc(100% - 60px);
	left: 30px !important;
}
.theme-banner .swiper-viewport {
	margin-bottom: 0 !important;
}
#column-left .theme-banner, #column-right .theme-banner {
	max-width: 100%;
}
#content .theme-banner {
	margin-left: -30px;
	margin-right: -30px;
}
.theme-banner div {
	padding: 0;
	text-align: center;
}
#column-left .theme-banner > div, #column-right .theme-banner > div {
	text-align: center;
	width: 100%;
	padding: 0;
}
.theme-banner-title {
	position: absolute;
	margin-top: 0;
	margin-bottom: 0;
	transition: 0.2s ease-in-out 0s;
	opacity: 0;
}
.title-bottom-center .theme-banner-title,
.title-top-center .theme-banner-title,
.title-center .theme-banner-title {
	text-align: center;
}
.title-bottom-left .theme-banner-title,
.title-top-left .theme-banner-title,
.title-left .theme-banner-title {
	text-align: left;
}
.title-bottom-right .theme-banner-title,
.title-top-right .theme-banner-title,
.title-right .theme-banner-title {
	text-align: right;
}

.title-bottom-center .theme-banner-title {
	bottom: 15%;
	left: 15%;
	right: 15%;
}
.title-bottom-center .theme-banner-item:hover .theme-banner-title {
	bottom: 18%;
}
.title-bottom-left .theme-banner-title {
	bottom: 15%;
	left: 10%;
	margin-right: 30%;
}
.title-bottom-left .theme-banner-item:hover .theme-banner-title {
	bottom: 18%;
}
.title-bottom-right .theme-banner-title {
	bottom: 15%;
	right: 10%;
	margin-left: 30%;
}
.title-bottom-right .theme-banner-item:hover .theme-banner-title {
	bottom: 18%;
}

.title-top-center .theme-banner-title {
	top: 15%;
	left: 15%;
	right: 15%;
}
.title-top-center .theme-banner-item:hover .theme-banner-title {
	top: 18%;
}
.title-top-left .theme-banner-title {
	top: 15%;
	left: 10%;
	margin-right: 30%;
}
.title-top-left .theme-banner-item:hover .theme-banner-title {
	top: 18%;
}
.title-top-right .theme-banner-title {
	top: 15%;
	right: 10%;
	margin-left: 30%;
}
.title-top-right .theme-banner-item:hover .theme-banner-title {
	top: 18%;
}

.title-center .theme-banner-title {
	top: 50%;
	left: 15%;
	right: 15%;
	margin-top: -22px;
}
.title-left .theme-banner-title {
	top: 50%;
	left: 10%;
	margin-top: -22px;
	margin-right: 30%;
}
.title-right .theme-banner-title {
	top: 50%;
	right: 10%;
	margin-top: -22px;
	margin-left: 30%;
}
.theme-banner-item {
	overflow: hidden;
}
.theme-banner-item.slide-0 .theme-banner-title {
	opacity: 1;
}
.theme-banner-item:hover .theme-banner-title {
	opacity: 1;
}
.btn.theme-banner-title.no-link {
	cursor: default;
}
.theme-banner-item img {
	transition: all 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.theme-banner-item:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.theme-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in 0s;
	opacity: 0;
}
.theme-banner-item:hover .theme-banner-bg {
	opacity: 0.7;
}
@media (min-width: 768px){
div.pr1  {
	width: 100%;
}
div.pr2 {
	width: 50%;
}
div.pr3 {
	width: 33.33333%;
}
div.pr4 {
	width: 25%;
}
div.pr5 {
	width: 20%;
}
div.pr6 {
	width: 16.66667%;
}
div.pr7 {
	width: 14.2857%;
}
div.pr8 {
	width: 12.5%;
}
}

/* Theme Banner Pro */

.theme-banner-pro {
	margin-left: -30px;
	margin-right: -30px;
	clear: both;
    display: block;
    overflow: hidden;
}
.theme-banner-pro-item {
	padding: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
.theme-banner-pro-item {
	width: 50%;
	float: left;
}
}
.theme-banner-pro-item-wrapper {
	position: relative;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	z-index: 1;
	@media (width <= 480px) {
		& h2.theme-banner-pro-title {
			width: 40%;
			line-height: 1;
			font-size: 20px;
		}
		& span.theme-banner-pro-subtitle.subtitle {
			width: 55%;
			line-height: 1.2;
		}
		& .theme-banner-pro-content-table-cell {
			vertical-align: middle;
		}
	}
}
.theme-banner-pro-item-wrapper:hover {
	z-index: 2;
}
.theme-banner-pro-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	padding: 45px 35px;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
.theme-banner-pro-content-wrapper {
	padding: 15px;
}
}
#column-right .theme-banner-pro-content-wrapper {
	padding: 45px 20px;
}
.theme-banner-pro-item.content-center-left .theme-banner-pro-content-wrapper {
	left: 0;
	padding: 30px 0 30px 30px;
	width: 55%;
}
.theme-banner-pro-item.content-center-right .theme-banner-pro-content-wrapper {
	left: inherit;
	right: 0;
	padding: 30px 30px 30px 0;
	width: 55%;
}
.theme-banner-pro-content-table {
	display: table;
    height: 100%;
    width: 100%;
}
.theme-banner-pro-content-table-cell {
	display: table-cell;
}

.theme-banner-pro-item.content-top-left h2, .theme-banner-pro-item.content-left h2, .theme-banner-pro-item.content-bottom-left h2 {
	text-align: left;
}
.theme-banner-pro-item.content-top-center .theme-banner-pro-content-wrapper, .theme-banner-pro-item.content-center .theme-banner-pro-content-wrapper, .theme-banner-pro-item.content-bottom-center .theme-banner-pro-content-wrapper, .theme-banner-pro-item.content-center-left .theme-banner-pro-content-wrapper, .theme-banner-pro-item.content-center-right .theme-banner-pro-content-wrapper, .theme-banner-pro-item.content-top-center h2, .theme-banner-pro-item.content-center h2, .theme-banner-pro-item.content-bottom-center h2 {
	text-align: center;
}
.theme-banner-pro-item.content-top-right .theme-banner-pro-content-wrapper, .theme-banner-pro-item.content-right .theme-banner-pro-content-wrapper, .theme-banner-pro-item.content-bottom-right .theme-banner-pro-content-wrapper, .theme-banner-pro-item.content-top-right h2, .theme-banner-pro-item.content-right h2, .theme-banner-pro-item.content-bottom-right h2 {
	text-align: right !important;
}
.theme-banner-pro-item.content-left .theme-banner-pro-content-wrapper .theme-banner-pro-content-table-cell, .theme-banner-pro-item.content-center .theme-banner-pro-content-wrapper .theme-banner-pro-content-table-cell, .theme-banner-pro-item.content-right .theme-banner-pro-content-wrapper .theme-banner-pro-content-table-cell, .theme-banner-pro-item.content-center-left .theme-banner-pro-content-wrapper .theme-banner-pro-content-table-cell, .theme-banner-pro-item.content-center-right .theme-banner-pro-content-wrapper .theme-banner-pro-content-table-cell {
	vertical-align: middle;
}
.theme-banner-pro-item.content-bottom-left .theme-banner-pro-content-wrapper .theme-banner-pro-content-table-cell, .theme-banner-pro-item.content-bottom-center .theme-banner-pro-content-wrapper .theme-banner-pro-content-table-cell, .theme-banner-pro-item.content-bottom-right .theme-banner-pro-content-wrapper .theme-banner-pro-content-table-cell {
	vertical-align: middle;
}

.theme-banner-pro-label {
	display: block;
	margin-bottom: 2px;
}
h2.theme-banner-pro-title {
	margin: 0;
	padding-bottom: 10px !important;
}
h2.theme-banner-pro-title:before {
	border-bottom: none !important;
}
.theme-banner-pro-subtitle {
	float: left;
	margin-bottom: 0;
	width: 100%;
	line-height: 1.7;
}
.theme-banner-pro-button.btn {
	padding: 12px 20px;
	margin-top: 20px;
	transition: all 0.15s ease-in 0s;
}
.theme-banner-pro-bg {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in 0s;
	opacity: 0;
}
.theme-banner-pro-item img  {
	transition: all 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.theme-banner-pro-item.effect-2:hover img  {
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.theme-banner-pro-item.effect-3 img  {
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.theme-banner-pro-item.effect-3:hover img  {
	transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.theme-banner-pro-item.effect-4 img  {
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.theme-banner-pro-item.effect-4:hover img  {
	margin-left: -5%;
	margin-right: 5%;
}
.theme-banner-pro-item.effect-5 img  {
	transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.theme-banner-pro-item.effect-5:hover img  {
	margin-top: -5%;
	margin-bottom: 5%;
}
.theme-banner-pro-item.effect-6 .theme-banner-pro-bg  {
	top: -100%;
}
.theme-banner-pro-item.effect-6:hover .theme-banner-pro-bg  {
	top: 0;
}
.theme-banner-pro-item.effect-7 .theme-banner-pro-bg  {
	top: inherit;
	bottom: -100%;
}
.theme-banner-pro-item.effect-7:hover .theme-banner-pro-bg  {
	bottom: 0;
}
.theme-banner-pro-item.effect-8 .theme-banner-pro-bg  {
	left: -100%;
}
.theme-banner-pro-item.effect-8:hover .theme-banner-pro-bg  {
	left: 0;
}
.theme-banner-pro-item.effect-9 .theme-banner-pro-content-wrapper span, .theme-banner-pro-item.effect-9 .theme-banner-pro-content-wrapper span h2 {
	opacity: 0;
	transition: all 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.theme-banner-pro-item.effect-9:hover .theme-banner-pro-content-wrapper span, .theme-banner-pro-item.effect-9:hover .theme-banner-pro-content-wrapper span h2 {
	opacity: 1;
}
.theme-banner-pro-item.effect-10 .theme-banner-pro-content-wrapper span.theme-banner-pro-button {
	opacity: 0;
	transition: all 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.theme-banner-pro-item.effect-10:hover .theme-banner-pro-content-wrapper span.theme-banner-pro-button  {
	opacity: 1;
}
.theme-banner-pro-item.effect-10:hover img  {
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/* Theme Brand Wall */

.brand-wall-item {
	margin: 15px 0;
}
.brand-wall-item .image {
	overflow: hidden;
}
@media (min-width: 768px) {
.brand-wall-item.col-sm-6:nth-child(2n+1),
.brand-wall-item.col-sm-4:nth-child(3n+1),
.brand-wall-item.col-sm-3:nth-child(4n+1),
.brand-wall-item.col-sm-5-pr:nth-child(5n+1),
.brand-wall-item.col-sm-2:nth-child(6n+1),
.brand-wall-item.col-sm-7-pr:nth-child(7n+1),
.brand-wall-item.col-sm-8-pr:nth-child(8n+1) {
	clear: both;
}
}
@media (max-width: 767px) {
.brand-wall-item.col-xs-6:nth-child(2n+1) {
	clear: both;
}
}

/* Theme Category Wall */

.category-wall-content .panel-inline-items {
	text-align: left;
}
.category-wall-item {
	margin: 25px 0;
}
.category-wall-item .image {
	margin-bottom: 15px;
	overflow: hidden;
}
.category-wall-item .subcat {
	margin-top: 10px;
	max-height: 150px;
}
.category-wall-item .subcat ul {
	padding: 0;
}
.category-wall-item .subcat li {
	list-style: none;
	text-align: left;
}
.category-wall-item .subcat li a {
	padding: 4px 0;
}
@media (min-width: 768px) {
.category-wall-item.col-sm-6:nth-child(2n+1),
.category-wall-item.col-sm-4:nth-child(3n+1),
.category-wall-item.col-sm-3:nth-child(4n+1),
.category-wall-item.col-sm-5-pr:nth-child(5n+1),
.category-wall-item.col-sm-2:nth-child(6n+1),
.category-wall-item.col-sm-7-pr:nth-child(7n+1),
.category-wall-item.col-sm-8-pr:nth-child(8n+1) {
	clear: both;
}
}
@media (max-width: 767px) {
.category-wall-item.col-xs-6:nth-child(2n+1) {
	clear: both;
}
}

/* Theme Counter Module */

.counter-block .panel-inline-items {
	padding: 0 5px;
}
.counter-block-item {
	display:inline-block;
	text-align: left;
	margin: 10px 0;
}
.counter-block-item-value {
	display: block;
	width: 100%;
}
.counter-block-item-value.h1 {
	margin: 0;
}
.counter-block-item-description.h4 {
	font-size: 15px;
}
@media (min-width: 768px) {
.counter-block-item.col-sm-6:nth-child(2n+1),
.counter-block-item.col-sm-4:nth-child(3n+1),
.counter-block-item.col-sm-3:nth-child(4n+1),
.counter-block-item.col-sm-5-pr:nth-child(5n+1),
.counter-block-item.col-sm-2:nth-child(6n+1),
.counter-block-item.col-sm-7-pr:nth-child(7n+1),
.counter-block-item.col-sm-8-pr:nth-child(8n+1) {
	clear: both;
}
}
@media (max-width: 767px) {
.counter-block-item.col-xs-6:nth-child(2n+1) {
	clear: both;
}
}

/* Theme Custom Products */

.theme-custom-products .panel-inline-title {
	background-size: cover;
	background-position: center;
	padding: 45px;
	border-radius: 10px;
}
.theme-custom-products .btn {
	margin-top: 45px;
}
@media (max-width: 991px) {
.theme-custom-products .panel-inline-items {
	padding: 15px 10px;
}
.theme-custom-products .panel-inline-title {
	margin: 0 15px;
	padding: 30px;
}
}

/* Theme Deals Countdown */

.theme-deals-countdown-module .is-countdown {
	background-color: inherit;
	border: none;
}
.theme-deals-countdown-module .swiper-viewport {
	margin: 0 !important;
}
.deals-countdown {
	display: inline-flex;
	width: 100%;
	padding: 5px 0 15px;
}
.deals-countdown {
	display: inline-flex;
	width: 100%;
	padding: 5px 0 15px;
}

.countdown-show1 .countdown-section {
	width: 100%;
}
.countdown-show2 .countdown-section {
	width: 50%;
}
.countdown-show3 .countdown-section {
	width: 33.3333333%;
}
.countdown-show4 .countdown-section {
	width: 25%;
}
.countdown-show5 .countdown-section {
	width: 20%;
}
.countdown-show6 .countdown-section {
	width: 16.6666666%;
}
.countdown-show7 .countdown-section {
	width: 14.28%;
}
.countdown-amount {
	display: block;
	border-radius: 3px;
	margin-right: 5px;
	padding: 5px 0;
    font-size: 17px;
}
.countdown-section {
	display: inline-block;
}
.countdown-section:last-child .countdown-amount {
	margin-right: 0;
}

/* Theme FAQ */

#content .faq-block {
	margin: 20px auto;
}
.panel-default.faq-block-heading > .panel-heading {
	margin-bottom: 30px;
}
.faq-block.panel-group .panel {
	margin-bottom: 0;
}
#column-left .faq-block .panel-collapse .panel-body, #column-right .faq-block .panel-collapse .panel-body {
    padding: 15px 0;
}
.faq-block .panel-title {
	font-size: inherit;
	padding: 15px 30px;
	border-radius: 5px;
    margin-bottom: 5px;
}
.faq-block .panel-collapse {
	border-radius: 5px;
}
.faq-block .panel-collapse .panel-body {
	padding: 20px 30px;
	margin-bottom: 5px;
}
@media (max-width: 767px) {
.faq-block .panel-collapse .panel-body {
	padding: 10px 30px;
}
}
.faq-block.panel-group .panel + .panel {
	margin-top: 1px;
}

/* Theme Featured Module */

.product-module-theme-featured {
	padding-left: 15px;
	padding-right: 15px;
}
.product-items-theme-featured {
	margin-top: 15px;
}

#content .product-items-theme-featured .product-grid .product-thumb {
	padding: 0;
	border-radius: 0;
}
@media (max-width: 767px) {
#content .product-items-theme-featured .product-grid .product-thumb {
	margin-bottom: 15px;
}
}
#content .product-items-theme-featured .product-grid .product-thumb:hover {
	box-shadow: none;
	transform: none;
}
#content .product-items-theme-featured .product-grid .product-thumb .image a img {
	padding: 30px;
}
#content .product-items-theme-featured .product-grid .product-thumb .caption {
	margin: 0;
	height: 100%;
}
.product-items-theme-featured span.badge-wrapper {
    top: 15px;
    left: 15px;
}
.product-items-theme-featured .flybar {
	right: 15px;
    bottom: 15px;
}
.product-items-theme-featured .flybar button.btn-default {
	display: none;
}

/* Theme Featured Module - Product View 1 */
.featured-product-view-1 .product-items-wrapper {
	margin-bottom: 30px;
}
.featured-product-view-1 .product-grid {
	margin-top: 0;
	margin-bottom: 0;
}

.featured-product-view-1 .product-grid.col-md-12:nth-child(2n+1) .product-thumb .image {
	float: left;
}
.featured-product-view-1 .product-grid.col-md-12:nth-child(2n+2) .product-thumb .image {
	float: right;
}
.featured-product-view-1 .product-grid.col-md-12 .product-thumb .caption {
	padding: 30px;
}

/* Theme Featured Module - Product View 2 */
.featured-product-view-2 .product-items-wrapper {
	margin-bottom: 0;
}
.featured-product-view-2 .product-grid {
	margin-top: 0;
}
.featured-product-view-2 .product-grid .product-thumb {
	margin-bottom: 15px;
}

.featured-product-view-2 .product-grid.col-md-6:nth-child(2n+1) {
	clear: both;
}
.featured-product-view-2 .product-grid.col-md-6:nth-child(2n+1) .product-thumb .image {
	float: left;
}
.featured-product-view-2 .product-grid.col-md-6:nth-child(2n+2) .product-thumb .image {
	float: left;
}
.featured-product-view-2 .product-grid.col-md-6 .product-thumb .caption {
	padding: 30px;
}

/* Theme Featured Module - Product View 3 */
.featured-product-view-3 .product-items-wrapper {
	margin-bottom: 30px;
	padding: 0 15px;
}
.featured-product-view-3 .product-grid {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.featured-product-view-3 .product-grid.col-md-6:nth-child(2n+1) {
	clear: both;
}
.featured-product-view-3 .product-grid.col-md-6:nth-child(4n+1) .product-thumb .image {
	float: left;
}
.featured-product-view-3 .product-grid.col-md-6:nth-child(4n+2) .product-thumb .image {
	float: left;
}
.featured-product-view-3 .product-grid.col-md-6:nth-child(4n+3) .product-thumb .image {
	float: right;
}
.featured-product-view-3 .product-grid.col-md-6:nth-child(4n+4) .product-thumb .image {
	float: right;
}
.featured-product-view-3 .product-grid.col-md-6 .product-thumb .caption {
	padding: 30px;
}

.product-items-theme-featured .product-grid .product-thumb .thumb-image {
	padding: 0;
}


.product-items-theme-featured .product-grid .flybar .flybar-items .quickview {
	display: block;
}

.product-items-theme-featured .product-grid .product-thumb .caption {
	transition: all 0.2s ease-in-out 0s;
}
.product-items-theme-featured .product-grid .product-thumb .caption h4 {
	margin-top: 0;
}

/* Theme Features Blocks */

.features {
	padding: 0 15px;
}
#column-left .features, #column-right .features {
	margin: 0;
}
#column-left .features .theme-modal, #column-right .features .theme-modal {
	width: 100%;
	padding: 0;
	margin-bottom: 25px;
}
.features .theme-modal {
	padding-right: 30px;
}
.features span.f-icon {
    display: block;
    float: left;
	position: relative;
	margin: 6px auto 15px;
	transition: all 0.15s ease-in 0s;
}
.features span.f-icon .lnr {
	font-size: 40px;
}
.features .theme-modal:hover span.f-icon {
	margin-top: 0;
}
.features .f-title {
	display: block;
	margin-left: 70px;
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.4;
}
.features .f-subtitle {
	display: block;
	margin-left: 70px;
	margin-right: 20px;
}
.features .modal-body h1 {
	margin: 0 0 15px;
	padding-bottom: 0;
	text-align: center;
}
.features .modal-body h1:before {
	border: none;
}
#content .features .modal-body p.subtitle {
	margin: 0 0 45px;
	text-align: center;
}
.features.style-2 .f-content {
	text-align: center;
	padding: 0 15px;
}
.features.style-2 span.f-icon {
    float: inherit;
}
.features.style-2 .f-title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.features.style-2 .f-subtitle {
	margin-left: auto;
	margin-right: auto;
}
.features.style-3 .theme-modal {
	width: 50%;
	margin-left: 50%;
	margin-bottom: 30px;
}
.features.style-3 .theme-modal:last-child {
	margin-bottom: 45px;
}
.features.style-4 .f-title,
.features.style-4 .f-subtitle {
	margin-left: 0;
	float: left;
	width: 100%;
}

@media (max-width: 991px) {
.features {
	padding-bottom: 30px;
}
.features .row {
	margin-left: 0;
	margin-right: 0;
}
.features .theme-modal {
	min-height: 64px;
	margin-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}
.features.style-3 .theme-modal {
	width: 100%;
	margin-left: 0;
}
.theme-modal .modal-body {
	padding: 15px;
}
.product-right-sm-info .modal-body .content-product-fb, .features .modal-body .content-footer-fb {
	margin: 15px 0;
}
}

/* Theme Gallery */

.theme-gallery a {
	margin-bottom: 0;
}
.theme-gallery a:hover {
	opacity: 1;
}
.theme-gallery-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1.0s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	opacity: 0;
}
.theme-gallery-item:hover .theme-gallery-bg {
	opacity: 0.7;
}
.theme-gallery-item img {
	transition: all 1.0s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.theme-gallery-item:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.theme-gallery-content .gallery-hover-box {
    display: block;
	position: absolute;
	top: 50%;
    left: 50%;
	width: 60px;
    height: 60px;
	border-radius: 50%;
    margin-left: -30px;
    margin-top: -30px;
    text-align: center;
    transform: scale(0);
    transition: 0.2s ease-in-out 0s;
	opacity: 0;
}
.theme-gallery-content .gallery-hover-box .lnr {
	font-size: 20px;
    line-height: 60px;
}
.theme-gallery-content a:hover .gallery-hover-box {
    transform: scale(1);
	opacity: 1;
}
.theme-gallery-item {
	overflow: hidden;
}

/* Theme Highly Recommended */

.highly-recommended-module-content {
	display:none;
}
.highly-recommended-module {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
    z-index: 997;
}
.highly-recommended-module h2 {
	margin-bottom: 30px;
}
.highly-recommended-module.overflow-hidden {
    z-index: 999999;
}
#content .highly-recommended-module.panel-default > .open-highly-recommended-module {
	display: block;
	position: fixed;
	right: 30px;
	bottom: 60px;
	z-index: 99999;
	width: 56px;
	height: 56px;
	margin: 0;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
#content .highly-recommended-module.panel-default > .open-highly-recommended-module.open-up {
	bottom: 123px;
}
#content .highly-recommended-module.panel-default > .open-highly-recommended-module.open {
	opacity: 0;
}
.open-highly-recommended-module .lnr {
	font-size: 20px;
	line-height: 54px;
	color: #FFFFFF;
}
#highly-recommended-module-close span {
    font-size: 28px;
	line-height: 0;
	position: absolute;
	top: 30px;
	right: 30px;
}
.highly-recommended-module-content {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
    width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 50px 0;
	text-align: center;
	overflow-y: auto;
    overflow-x: hidden;
}
.product-items-highly-recommended {
	width: auto;
	max-width: 1230px;
	margin: 0 auto;
}
.highly-recommended-module-content .swiper-button-prev {
	left: 20px;
}
.highly-recommended-module-content .swiper-button-next {
	right: 30px;
}

.custom_box_wrapper {
	bottom: 123px;
}
.custom_box_wrapper.open-up {
	bottom: 186px;
}

@media (max-width: 767px) {
#content .highly-recommended-module.panel-default > .open-highly-recommended-module {
	right: 15px;
	bottom: 15px;
}
#content .highly-recommended-module.panel-default > .open-highly-recommended-module.open-up {
	bottom: 78px;
}
}

/* Theme Recently Viewed */

.theme-recently-viewed-module {
	position: fixed;
	bottom: 0;
	right: 105px;
	padding: 15px 30px;
	width: auto;
	max-width: calc(100% - 105px) !important;
	border-radius: 7px 7px 0 0;
	overflow: hidden;
	z-index: 995;
}
.theme-recently-viewed-module .image {
	display: block;
	float: left;
	max-width: 82px;
}
.theme-recently-viewed-module .caption {
	margin: 0;
    min-height: inherit;
}
.theme-recently-viewed-module .lnr {
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 8px;
}
.theme-recently-viewed-module .recently-viewed-name {
	clear: none;
	padding-left: 75px;
}
.theme-recently-viewed-module h2 {
	margin-top: 0;
}
.theme-recently-viewed-module .recently-viewed-price {
	clear: none;
	margin: 2px 0 0;
	padding-left: 75px;
}
.theme-recently-viewed-module .recently-viewed-price-new {
	margin-right: 3px;
}
.theme-recently-viewed-module .recently-viewed-price-old {
	text-decoration: line-through;
}
.theme-recently-viewed-module .recently-viewed-title-wrapper {
	display: block;
    width: 210px;
    height: 92px;
    padding: 0 15px;
    float: left;
    text-align: center;
    margin: -15px 15px -15px -15px;
}
.theme-recently-viewed-module .recently-viewed-title-table {
	display: table;
	height: 100%;
	width: 100%;
}
.theme-recently-viewed-module .recently-viewed-title-table-cell {
	display: table-cell;
	vertical-align: middle;
}
.theme-recently-viewed-module .recently-viewed-grid {
	display: inline-table;
	float: left;
	width: 210px;
}
.theme-recently-viewed-module .recently-viewed-grid .product-thumb {
	padding: 0 15px;
}
#content .theme-recently-viewed-module .recently-viewed-grid .product-thumb:hover {
	box-shadow: none;
}
@media (max-width: 991px) {
.theme-recently-viewed-module {
	padding: 10px 30px;
}
.theme-recently-viewed-module .recently-viewed-title-wrapper {
	width: 100px;
}
.theme-recently-viewed-module .lnr {
	margin-bottom: 0;
}
.recently-viewed-title {
	display: none;
}
.theme-recently-viewed-module .recently-viewed-grid {
	width: 100px;
}	
}

/* Theme Slideshow */

.theme-slideshow {
	padding: 0;
	clear: both;
    display: block;
    overflow: hidden;
	margin-left: -30px;
	margin-right: -30px;
}

.theme-slideshow .swiper-viewport {
	margin: 0!important;
}
.theme-slideshow .swiper-viewport .swiper-button-prev {
	left: 0px!important;
}
.theme-slideshow .swiper-viewport .swiper-button-next {
	right: 0px!important;
}
@media (min-width: 768px){
.theme-slideshow .swiper-viewport:hover .swiper-button-prev {
	left: 20px!important;
}
.theme-slideshow .swiper-viewport:hover .swiper-button-next {
	right: 30px!important;
}
}

.theme-slideshow-item {
	padding: 0;
}
.theme-slideshow-item-wrapper {
	position: relative;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	z-index: 1;
}
.theme-slideshow-item-wrapper:hover {
	z-index: 2;
}
.theme-slideshow-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	padding: 90px;
	width: 100%;
	height: 100%;
}
.theme-slideshow-item.content-center-left .theme-slideshow-content-wrapper {
	left: 0;
	padding: 90px 0 90px 90px;
	width: 55%;
}
.theme-slideshow-item.content-center-right .theme-slideshow-content-wrapper {
	left: inherit;
	right: 0;
	padding: 90px 90px 90px 0;
	width: 55%;
}
.theme-slideshow-content-table {
	display: table;
    height: 100%;
    width: 100%;
	padding: 0 30px;
}
.theme-slideshow-content-table-cell {
	display: table-cell;
}

.theme-slideshow-item.content-top-left h2, .theme-slideshow-item.content-left h2, .theme-slideshow-item.content-bottom-left h2 {
	text-align: left;
}
.theme-slideshow-item.content-top-center .theme-slideshow-content-wrapper, .theme-slideshow-item.content-center .theme-slideshow-content-wrapper, .theme-slideshow-item.content-bottom-center .theme-slideshow-content-wrapper, .theme-slideshow-item.content-center-left .theme-slideshow-content-wrapper, .theme-slideshow-item.content-center-right .theme-slideshow-content-wrapper, .theme-slideshow-item.content-top-center h2, .theme-slideshow-item.content-center h2, .theme-slideshow-item.content-bottom-center h2 {
	text-align: center;
}
.theme-slideshow-item.content-top-right .theme-slideshow-content-wrapper, .theme-slideshow-item.content-right .theme-slideshow-content-wrapper, .theme-slideshow-item.content-bottom-right .theme-slideshow-content-wrapper, .theme-slideshow-item.content-top-right h2, .theme-slideshow-item.content-right h2, .theme-slideshow-item.content-bottom-right h2 {
	text-align: right !important;
}
.theme-slideshow-item.content-left .theme-slideshow-content-wrapper .theme-slideshow-content-table-cell, .theme-slideshow-item.content-center .theme-slideshow-content-wrapper .theme-slideshow-content-table-cell, .theme-slideshow-item.content-right .theme-slideshow-content-wrapper .theme-slideshow-content-table-cell, .theme-slideshow-item.content-center-left .theme-slideshow-content-wrapper .theme-slideshow-content-table-cell, .theme-slideshow-item.content-center-right .theme-slideshow-content-wrapper .theme-slideshow-content-table-cell {
	vertical-align: middle;
}
.theme-slideshow-item.content-bottom-left .theme-slideshow-content-wrapper .theme-slideshow-content-table-cell, .theme-slideshow-item.content-bottom-center .theme-slideshow-content-wrapper .theme-slideshow-content-table-cell, .theme-slideshow-item.content-bottom-right .theme-slideshow-content-wrapper .theme-slideshow-content-table-cell {
	vertical-align: bottom;
}
.theme-slideshow-main-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	transition: all 0.3s ease-in 0s;
}
.theme-slideshow-label {
	margin-bottom: 15px;
}
h2.theme-slideshow-title {
	font-size: 48px;
	margin: 0 0 10px;
	padding-bottom: 0 !important;
}
.theme-slideshow-subtitle {
	font-size: 17px !important;
	line-height: 1.5;
	float: left;
	margin-bottom: 0;
	width: 100%;
}
.theme-slideshow-button.btn {
	margin-top: 35px;
	transition: all 0.15s ease-in 0s;
}

@media (max-width: 496px) {
.theme-slideshow-subtitle {
	display: none;
}
h2.theme-slideshow-title {
	font-size: 31px;
}	
}
@media (max-width: 767px) {
.theme-slideshow-label, .theme-slideshow-button.btn {
	display: none;
}
}
@media (max-width: 991px) {
.theme-slideshow-content-wrapper, .theme-slideshow-item.content-center-left .theme-slideshow-content-wrapper, .theme-slideshow-item.content-center-right .theme-slideshow-content-wrapper {
	padding: 35px 65px;
	width: 100%;
}
h2.theme-slideshow-title {
	font-size: 37px;
	margin: 0 0 5px 0;
}
.theme-slideshow-subtitle {
	font-size: 16px !important;
}
.theme-slideshow-button.btn {
	margin-top: 25px;
	padding: 10px 26px;
}
}

.theme-slideshow-bg {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in 0s;
	opacity: 0;
}
.theme-slideshow-item img  {
	transition: all 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.theme-slideshow-item.effect-2:hover img.theme-slideshow-item-bg  {
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.theme-slideshow-item.effect-3 img.theme-slideshow-item-bg  {
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.theme-slideshow-item.effect-3:hover img.theme-slideshow-item-bg  {
	transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.theme-slideshow-item.effect-4 img.theme-slideshow-item-bg {
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.theme-slideshow-item.effect-4:hover img.theme-slideshow-item-bg {
	margin-left: -5%;
	margin-right: 5%;
}
.theme-slideshow-item.effect-5 img.theme-slideshow-item-bg  {
	transform: scale(1.15);
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
}
.theme-slideshow-item.effect-5:hover img.theme-slideshow-item-bg  {
	margin-top: -2.5%;
	margin-bottom: 2.5%;
}
.theme-slideshow-item.effect-6 .theme-slideshow-bg  {
	top: -100%;
}
.theme-slideshow-item.effect-6:hover .theme-slideshow-bg  {
	top: 0;
}
.theme-slideshow-item.effect-7 .theme-slideshow-bg  {
	top: inherit;
	bottom: -100%;
}
.theme-slideshow-item.effect-7:hover .theme-slideshow-bg  {
	bottom: 0;
}
.theme-slideshow-item.effect-8 .theme-slideshow-bg  {
	left: -100%;
}
.theme-slideshow-item.effect-8:hover .theme-slideshow-bg  {
	left: 0;
}
.theme-slideshow-item.effect-9 .theme-slideshow-content-wrapper span, .theme-slideshow-item.effect-9 .theme-slideshow-content-wrapper span h2 {
	opacity: 0;
	transition: all 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.theme-slideshow-item.effect-9:hover .theme-slideshow-content-wrapper span, .theme-slideshow-item.effect-9:hover .theme-slideshow-content-wrapper span h2 {
	opacity: 1;
}
.theme-slideshow-item.effect-10 .theme-slideshow-content-wrapper span.theme-slideshow-button {
	opacity: 0;
	transition: all 1.5s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.theme-slideshow-item.effect-10:hover .theme-slideshow-content-wrapper span.theme-slideshow-button  {
	opacity: 1;
}
.theme-slideshow-item.effect-10:hover img  {
	transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* Theme Store TV */

#theme-store-tv a {
	margin-bottom: 0;
}
#theme-store-tv a:hover {
	opacity: 1;
}
.theme-store-tv-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 1.0s cubic-bezier(0.2, 1, 0.3, 1) 0s;
	opacity: 0;
}
.theme-store-tv-item:hover .theme-store-tv-bg {
	opacity: 0.7;
}
.theme-store-tv-item img {
	transition: all 1.0s cubic-bezier(0.2, 1, 0.3, 1) 0s;
}
.theme-store-tv-item:hover img {
    transform: scale(1.07);
    -moz-transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -o-transform: scale(1.07);
    -ms-transform: scale(1.07);
}
.theme-store-tv-content .store-tv-hover-box {
    display: block;
	position: absolute;
	top: 50%;
    left: 50%;
	width: 60px;
    height: 60px;
	border-radius: 50%;
    margin-left: -30px;
    margin-top: -30px;
    text-align: center;
    transform: scale(1);
    transition: 0.2s ease-in-out 0s;
	opacity: 0;
}
.theme-store-tv-content .store-tv-hover-box .lnr {
	font-size: 20px;
    line-height: 60px;
}
.theme-store-tv-content a:hover .store-tv-hover-box {
    transform: scale(1);
	opacity: 1;
}
.theme-store-tv-item {
	overflow: hidden;
}

/* Testimonial Module */

.testimonial-block .panel-inline-items {
	width: 100%;
	background: transparent;
}
.testimonial-block-item .testimonial-block-item-photo {
    float: left;
	position: relative;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}
.testimonial-block-item img {
	float: left;
	max-width: 100px;
	border-radius: 50%;
}
.testimonial-block-item .testimonial-block-item-description {
	display: block;
	text-align: center;
	padding: 45px 30px 75px;
}
.testimonial-block-item .testimonial-block-item-name {
    display: block;
	text-align: center;
	margin-top: 60px;
}

#column-left .testimonial-block-content, 
#column-right .testimonial-block-content {
	margin: 0;
}


/*  Widgets  */
.facebook_wrapper #facebook_icon, .twitter_wrapper #twitter_icon, .googleplus_wrapper #googleplus_icon, .pinterest_wrapper #pinterest_icon, .snapchat_wrapper #snapchat_icon, .video_box_wrapper #video_box_icon {
	text-align: center;
    height: 46px;
    width: 46px;
	float: left;
    left: -46px;
	border-radius: 3px 0 0 3px;
	cursor: pointer;
    position: relative;
}
#facebook_icon i, #twitter_icon i, #googleplus_icon i, #pinterest_icon i, #snapchat_icon i, #video_box_icon i {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 46px;
}

/*  Facebook Likebox Widget  */
.facebook_wrapper {
    width: 335px;
    height: 389px;
    position: fixed;
    top: 270px;
    z-index: 9997;
}
.facebook_wrapper {
    right: -335px;
}
.facebook_wrapper #facebook_icon {
	background-color: #4C75BD;
    z-index: 9998;
}
.facebook_wrapper .facebook_box {
    background-color: #FFFFFF;
    border: 4px solid #4C75BD;
    top: -50px;
    position: relative;
	float: right;
    z-index: 9999;
}

/*  Twitter Widget  */
.twitter_wrapper {
    width: 335px;
    height: 389px;
    position: fixed;
    top: 270px;
    z-index: 9994;
}
.twitter_wrapper {
    right: -335px;
}
div + .twitter_wrapper {
    top: 321px;
}
.twitter_wrapper #twitter_icon {
	background-color: #00C5FF;
    z-index: 9995;
}
.twitter_wrapper .twitter_box {
    background-color: #FFFFFF;
    border: 4px solid #00C5FF;
    top: -50px;
    width: 335px;
    height: auto;
    padding: 10px 20px;
    position: relative;
	float: right;
    z-index: 9996;
}

/*  Google+ Widget  */
.googleplus_wrapper {
    width: 308px;
    height: 389px;
    position: fixed;
    top: 270px;
    z-index: 9991;
}
.googleplus_wrapper {
    right: -308px;
}
div + .googleplus_wrapper {
	top: 321px;
}
div + div + .googleplus_wrapper {
    top: 372px;
}
.googleplus_wrapper #googleplus_icon {
	background-color: #E13411;
    z-index: 9992;
}
.googleplus_wrapper .googleplus_box {
	width: 308px;
    background-color: #FFFFFF;
    border: 4px solid #E13411;
    top: -50px;
    position: relative;
	float: right;
    z-index: 9993;
}

/*  Pinterest Widget  */
.pinterest_wrapper {
    width: 335px;
    height: 389px;
    position: fixed;
    top: 270px;
    z-index: 9988;
}
.pinterest_wrapper {
    right: -335px;
}
div + .pinterest_wrapper {
	top: 321px;
}
div + div + .pinterest_wrapper {
    top: 372px;
}
div + div + div + .pinterest_wrapper {
    top: 423px;
}
.pinterest_wrapper #pinterest_icon {
	background-color: #C92026;
    z-index: 9989;
}
.pinterest_wrapper .pinterest_box {
	width: 335px;
    background-color: #FFFFFF;
    border: 4px solid #C92026;
    top: -50px;
    position: relative;
	float: right;
    z-index: 9990;
}
.pinterest_box > span {
	box-shadow: none;
}

/*  Snapchat Widget  */
.snapchat_wrapper {
    width: 320px;
    height: 399px;
    position: fixed;
    top: 270px;
    z-index: 9985;
}
.snapchat_wrapper {
    right: -320px;
}
div + .snapchat_wrapper {
	top: 321px;
}
div + div + .snapchat_wrapper {
    top: 372px;
}
div + div + div + .snapchat_wrapper {
    top: 423px;
}
div + div + div + div + .snapchat_wrapper {
    top: 474px;
}
.snapchat_wrapper #snapchat_icon {
	background-color: #FFEA00;
    z-index: 9986;
}
.snapchat_wrapper .snapchat_box {
    width: 320px;
    height: auto;
    top: -50px;
	padding: 30px;
    position: relative;
	float: right;
    z-index: 9987;
}
.snapchat_wrapper .snapchat_box h3 {
	color: #FFFFFF;
	margin-bottom: 10px;
}
.snapchat_wrapper .snapchat_box .subtitle {
	color: #999999;
}

/*  Video Widget  */
.video_box_wrapper {
    width: 588px;
    height: 343px;
    position: fixed;
    top: 270px;
    z-index: 9982;
}
.video_box_wrapper {
    right: -588px;
}
div + .video_box_wrapper {
	top: 321px;
}
div + div + .video_box_wrapper {
    top: 372px;
}
div + div + div + .video_box_wrapper {
    top: 423px;
}
div + div + div + div + .video_box_wrapper {
    top: 474px;
}
div + div + div + div + div + .video_box_wrapper {
    top: 525px;
}
.video_box_wrapper #video_box_icon {
    z-index: 9983;
}
.video_box_wrapper .video_box {
    background-color: #FFFFFF;
    width: 588px;
    height: 343px;
    top: -50px;
	padding: 10px;
    position: relative;
	float: right;
    z-index: 9984;
}

/*  Cloud Zoom  */
.cloud-zoom-lens {
	border: 5px solid #888;
	margin: -5px;
	cursor: crosshair;		
}
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:0px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}
.cloud-zoom-big {
	border: 1px solid #f4f7f7;
	overflow:hidden;
}
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
.cloud-zoom-wrap {
	position: relative;
}
.thumbnails .image-main .cloud-zoom-wrap .mousetrap {
	width: 100% !important;
	height: 100% !important;
}
.cloud-zoom-big {
	left: 0 !important;
}

/*  LiveSearch  */
#livesearch_search_results {
        margin:0;
        padding:0;
        position: absolute;
        top: 50px;
        left: 0;
        list-style-type: none;
        z-index: 9999;
		width: 100%;
        min-width: 160px;
		border-radius: 5px;
}
#livesearch_search_results li {
        padding: 12px 20px;
		text-align: left;
		transition: all 0.2s ease-in 0s;	
}
#livesearch_search_results li:first-child  {
     	border-top: none;
}
#livesearch_search_results li:last-child  {
     	border-bottom: none;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        text-decoration: none;
}
#livesearch_search_results li img  {
	    margin-right: 15px;
}

/*  UItoTop  */
#toTop {
	display:none;
	text-align: center;
	text-decoration:none;
	position:fixed;
	bottom:60px;
	right:30px;
	overflow:hidden;
	width:56px;
	height:56px;
	border:none;
	border-radius:50%;
	z-index: 996;
	opacity: 1;
}
#toTop:hover {
	opacity: 1;
}
#toTop .lnr {
	line-height: 53px;
    font-size: 22px;
}
#toTop:active, #toTop:focus {
	outline:none;
}

@media (max-width: 767px) {
#toTop {
	bottom:15px;
	right:15px;
}	
}



/*serg*/
.product-thumb .image{
	width:auto;
	height:227px;
	max-width: 227px;
}