body {
    line-height: 1.4;
}
#sp-top1 .sp-column {
  	display: flex;
    justify-content: flex-end;
}
.sp-megamenu-parent li:last-child a {
    border-right: none;
}
#sp-header {
    background: #CFE7F3;
	box-shadow: 0 0px 0px rgba(0,0,0,0);
}
#sp-header.menu-fixed {
	box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	font-size: 11px;
	text-transform: none;
	font-weight: 400;
  	padding: 0px 3px;
    color: #222;
    letter-spacing: 0;
    border-right: 1px solid #ccc;
}

.j2error, div.j2error em.error, div.j2storeerror em.error, .payment_info input.error, .j2store label.error {
    color: #DE5767;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    text-align: right;
    float: right;
}
#sp-header .sp-module {
   
}

#sp-right .sp-module {
	background: #f9f9f9;
	padding: 20px;
	border: 1px solid #eee;
	margin-bottom: 20px;
	width: 100%;
}
#sp-right .sp-module .sp-module-title {
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 2px solid #eee;
	padding-bottom: 15px;
	font-weight: 700;
	color: #333;
}
.sp-module {
    margin-top: 0;
}
.j2store-search-product .form-horizontal {
	display: inline-block;
}
.j2store-search-product .form-horizontal .inputbox {
	border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	width: 80%;
	float: left;
}
.j2store-search-product .form-horizontal .btn-primary {
    width: 20%;
    float: right;
}
.sp-module .j2store-categories-modulesidebar-categories li {
	height: 30px;
	margin: 0;
	position: relative;
}
.sp-module .j2store-categories-modulesidebar-categories li a {
	padding: 0;
}
.sp-module .j2store-categories-modulesidebar-categories li a img {
	height: 38px;
	width: 38px;
}
.sp-module .j2store-categories-modulesidebar-categories li h4:before {
	content: "\f054";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	font-size: 7px;
}
.sp-module .j2store-categories-modulesidebar-categories li h4 {
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	margin: 0 !important;
	top: 0;
	font-weight: 600;
	font-size: 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.sp-module .j2store-categories-modulesidebar-categories li:hover h4 {
	padding-left: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.top-search .icon-top-wrapper i {
	font-size: 14px;
	top: 0px;
	opacity: 1;
	margin-left: 0;
}
.sp-megamenu-parent > li > a::before {
	bottom: 0px;
	height: 3px;
}
.sppb-slideshow-products-item-bg {
    height: 350px;
	background-position: center right !important;
}
.logo {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.logo a {
	display: block;
	max-width: 100%;
	height: auto;
	width: auto;
	margin: 30px auto;
	background: transparent;
	padding: 5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-size: 40px;
	letter-spacing: 10px;
	text-align: center;
	color: #222;
}
.sp-megamenu-parent li:first-child {
	padding-left: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #222;
    font-family: Cormorant, sans-serif;
    font-weight: 500;
    font-size: 30px;
}
.btn.j2store-product-back-btn, .btn.j2store-product-back-btn:hover {
	background: none !important;
	color: #333 !important;
	margin-bottom: 10px !important;
	padding: 0 !important;
	letter-spacing: 1px !important;
	font-size: 11px !important;
	height: 20px;
	line-height: 20px;
}
.btn.j2store-product-back-btn i {
    font-size: 8px !important;
    top: -1px !important;
}
.j2store-single-product-view .product-price-container .sale-price {
	width: 100% !important;
	float: left !important;
	text-align: left !important;
}
.j2store-single-product-view .product-price-container .base-price {
	width: 100% !important;
	float: left !important;
	text-align: left !important;
}
.discount-percentage {
    color: #fff;
    position: absolute;
    top: 20px;
    background: rgba(222, 87, 103, 1);
    font-weight: 600;
    padding: 0 5px 0 10px;
    font-size: 15px;
    width: auto;
    height: 40px;
    left: -10px;
    text-align: left;
    line-height: 40px;
    letter-spacing: -0.3px;
}
.discount-percentage::after {
    content: "";
    position: absolute;
    height: 40px;
    width: 20px;
    border-left: 15px solid rgba(222, 87, 103, 1);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: -20px;
    top: 0;
}
.discount-percentage:before {
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	border-top: 10px solid #C33C4C;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 0px;
	bottom: -10px;
	z-index: -1;
}


.configurable-product .discount-percentage {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    background: #DE5767;
    font-weight: 600;
    padding: 0 15px 0 5px;
    font-size: 16px;
    width: auto;
    height: 50px;
    left: auto;
    text-align: center;
    right: 0;
    line-height: 50px;
}
.configurable-product .discount-percentage:before {
	content: "";
	position: absolute;
	height: 50px;
	width: 25px;
	border-right: 25px solid #DE5767;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	left: -35px;
	top:0;
}
.configurable-product .discount-percentage:after {
	display: none;
}
.crosssell-product .btn {
	display: none;
}
.cross-sell-product-image {
	margin-bottom: 5px !important;
	position: relative;
	display: inline-block;
}
#j2store_category {
	float: left;
}
.j2store.j2store-module-product .product-title {
    float: none;
}
.category-filters ul li.j2product-categories a::before {
    top: 6px;
	background: #fff;
	margin-right: 5px;
}
#productFilters.form-inline .j2store-search-input-wrap {
    background: #f9f9f9;
    padding: 20px;
}
#productFilters.form-inline .j2store-select-wrap {
    padding: 0 !important;
    background: none;
    border: 0 none;
	float: left;
	width: auto;
}
#productFilters.form-inline .j2store-select-wrap {
	width: auto;
	float: right;
}
.j2store-top-filters-container {
	padding: 0 !important;
	display: inline-block;
	width: 100% !important;
}
.j2store-top-filters-container #productFilters.form-inline .j2store-select-wrap {
	float: left;
}
.j2store-top-filters-container #productFilters.form-inline .j2store-search-input-wrap,
.j2store-sidebar-filters-container #productFilters.form-inline .j2store-select-wrap,
.j2store-top-filters-container #productFilters.form-inline .j2store-select-wrap .product-filter-heading {
	display: none;
}
#productFilters.form-inline .j2store-product-search-input {
    padding: 0 10px;
    background: #fff;
}
#productFilters.form-inline input {
    height: 34px;
    line-height: 34px;
}
#cat-filter-icon-minus, #cat-filter-icon-plus{
    float: right;
    top: -47px;
    position: relative;
}
.j2store-product-filters {
    border: 1px solid #eee;
    padding: 20px;
    background: #f9f9f9;
}
.sku-text {
	font-weight: 500;
}
.product-sku {
    text-align: right;
}
.category-filters ul li.j2product-categories a {
    color: #333;
    padding: 2px 0px;
    font-size: 14px;
    position: relative;
}
.j2store-product-filters #j2store-slider-range.ui-slider {
    margin-top: 20px;
}
.container {
	max-width: 1200px;
	width: 100% !important;
	padding-right: 30px;
	padding-left: 30px;
}
.category-filters ul li.j2product-categories.active a::after {
    left: 5px;
    top: 11px;
}
.sppb-row-container {
	max-width: 1200px;
	width: 100% !important;
	padding-right: 30px !important;
	padding-left: 30px !important; 
}
.sppb-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 30px !important;
}
#sp-main-body {
    padding: 50px 0;
}
.j2store-single-product-view #sp-main-body {
    padding: 50px 0;
}
.j2store-product-main-image {
    width: 100%;
    height: auto;
}
.j2store-mainimage {
	padding-right: 0;
	width: 90%;
	float: left;
}
.j2store-img-responsive {
    width: 100%;
}
.j2store-product-additional-images {
    position: absolute;
    top: 0;
    float: right;
    width: 10%;
    padding: 0;
    overflow-y: scroll;
    height: 100%;
    right: 0;
}
ul.additional-image-list {
    margin: 0px;
    width: 100%;
    padding: 0;
}
.j2store-item-additionalimage-preview {
	margin-bottom: 10px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
}
.j2store-cart-module .j2store-cart-item-box {
    background: #fff;
}
.sppb-slider-products-wrapper .customDots {
	padding: 0;
	right: 30px;
	bottom: 20px;
}
.sppb-slider-products-wrapper .customDots {
    text-align: right;
}
.sppb-slider-products-wrapper .customDots .owl-dot span {
    height: 5px;
    margin-right: 5px;
    width: 20px;
}
.sppb-slider-products-wrapper .customDots .owl-dot {
    padding: 0px 0;
}
.sppb-slideshow-products-item-bg .container .sppb-slideshow-products-item-text .sppb-products-title {
    margin: 0 0 15px;
}
.j2store-categories-module {
	width: 102%;
	margin: 0 0 0 -1%;
	float: left;
	padding: 0 !important;
}
.j2store-categories-module li {
    width: 23%;
    float: left;
    list-style: none;
    padding: 0px;
    margin: 1%;
    background: #fff;
    border: 1px solid #eee;
}
.j2store-categories-module li:hover {
    background: #f6f6f6;
}
.j2store-categories-module img {
	width: 100%;
	height: auto;
}
.j2store-categories-module h4 {
	padding: 20px 20px 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0;
}
.j2store-categories-module p {
	padding: 0 20px 20px;
	text-align: center;
	line-height: 1.2;
	font-size: 13px;
	font-weight: 300;
	margin: 0;
}
.sppb-section-title h1 {
    text-transform: uppercase;
    letter-spacing: 5px;
}
.j2store-module-product {
    background: #fff;
    margin: 0 15px;
	border: 1px solid #eee;
}
.owl-prev {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 43px;
	background: #CFE7F3;
	border-radius: 50%;
	text-align: center;
	left: -50px;
}
.owl-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 43px;
	background: #CFE7F3;
	border-radius: 50%;
	text-align: center;
	right: -50px;
}
.j2store.j2store-module-product {
    margin-bottom: 0px;
}
.j2store.j2store-module-product .product_cart_block {
	display: none !important;
}
.j2store-module-product h4 {
	padding: 20px 20px 10px;
	text-align: left;
	text-transform: none;
	letter-spacing: 0px;
	margin: 0 !important;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	font-size: 15px;
}
#sp-bottom .sp-module .sp-module-title {
	font-family: Cormorant, sans-serif !important;
	font-weight: 500 !important;
	font-size: 25px;
	color: #222;
	text-transform: none;
	letter-spacing: 1px;
}
.sp-module ul > li > a {
	display: block;
	font-size: 13px;
	color: #222;
	line-height: 1.4;
	font-weight: 300;
	padding: 3px 0;
}
#sp-bottom .sp-module ul > li.active > a {
    color: #222;
}
b, strong {
    font-weight: 500;
}
.j2store-module-product .product-price-container {
	text-align: left;
	padding: 0 20px 10px 20px;
	display: inline-block;
	width: 100%;
}
.j2store-module-product .product-price-container .strike {
    text-decoration: line-through;
    color: rgba(222, 87, 103, 1);
    font-size: 15px;
    float: right;
    font-weight: 600;
}
.j2store.j2store-module-product .product-cart-section .product-cart-left-block .sale-price {
    font-size: 14px;
    font-weight: 600;
}
.features-products-module {
	padding: 0 50px;
}
.sppb-slideshow-products-item-bg .container .sppb-slideshow-products-item-text .sppb-slidehsow-sub-title {
	font-weight: 400;
	padding-left: 0;
	font-size: 14px;
	margin-bottom: 5px;
	color: #fff;
}
#sp-page-builder .sppb-section-title {
    margin-bottom: 30px;
}
#sp-page-builder .sppb-section-title .sppb-title-heading span {
    color: #999;
}
#main-categories, #home-new, #home-promo, #home-best {
	padding: 50px 0;
}
.sp-shopin-login a, .j2store-wishlist a, .j2store-wishlist .sp-module-content > div, .j2store-cart-module .j2store-cart-info .j2store-cart-info-link, .j2store-cart-module .j2store-cart-info .j2store-cart-info-link a {
    font-size: 12px;
    font-weight: 400;
	color: #8199A5;
}
.scrollup {
    bottom: 20px;
    right: 20px;
    border: 0px solid #ddd;
    background-color: rgba(235,235,235,0.4);
}
.sppb-slideshow-products-item-text h1 {
	font-size: 40px;
	color: #222;
}
.cart-thumb-image {
	float: right;
}
.voucher input {
	float: left;
}
.cart-thumb-image img {
    width: 80px;
    float: right;
    margin-right: 0;
}
.j2store-single-product .product-price-container .strike {
	text-decoration: line-through;
	color: #DE5767;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	width: 50%;
	float: right;
	text-align: right;
}
.crosssell-product-row .product-price-container .strike {
	width: 50% !important;
	float: right !important;
	text-align: right !important;
}
.crosssell-product-row .product-price-container .sale-price {
	width: 50% !important;
	float: left !important;
	text-align: left !important;
}
.j2store-cart-buttons {
    display: inline-block;
    margin-bottom: 30px;
}
.cart-product-unit-price {
	font-weight: 300;
	font-size: 13px;
	margin-top: 10px;
	display: block;
}
.cart-product-unit-price .cart-item-title {
	font-weight: 500;
	padding-right: 5px;
}
.cart-checkout-button {
	float: right;
}
.j2store-products-row .j2store-single-product {
    margin-bottom: 50px;
}
.cart-continue-shopping-button {
    margin-right: 5px;
}
.btn, .sppb-btn, .sppb-btn.btn-default {
    padding: 0 15px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.j2store-cart-buttons .buttons-left {
    float: right;
}
.btn-warning {
    color: #222;
    background-color: #ddd;
}
.shop-details-add-to-cart-btn {
    padding-top: 10px;
}
.shopin-add-to-cart-btn input.btn, .j2store-image-wrap .j2store-addtocart-form .btn.btn-success {
   padding: 0 15px 0 40px;
    font-size: 12px;
    letter-spacing: 1px;
    height: 40px;
    line-height: 40px;
}
.shopin-add-to-cart-btn > i {
    font-size: 16px;
}
.btn.btn-default, .sppb-btn.btn-default, .btn.sppb-btn-default, .sppb-btn.sppb-btn-default, .sp-megamenu-parent > li > a::before, .j2store-cart-module .j2store-cart-item-box .j2store-cart-header-block .pull-right > a:hover, .j2store-cart-module .j2store-cart-item-box .j2store-cart-header-block .pull-right > a:focus, .helix-social-share .helix-social-share-icon ul li div a:hover, .helix-social-share .helix-social-share-icon ul li div a:focus, .sppb-slider-products-wrapper .customNavigation span, .sppb-slider-products-wrapper .customDots .owl-dot.active span, .great-shoping-section .sppb-addon-feature:hover .sppb-addon-content, .sppb-addon-ajax-contact .sppb-ajaxt-contact-form .sppb-btn-success, div.pagination ul li a:hover, div.pagination ul li a:focus, .cart-action-complete, .j2store-product-filters #j2store-slider-range.ui-slider .ui-slider-range, .j2store-product-filters #j2store-slider-range .ui-slider-handle, .shop-details-add-to-cart-btn .j2store-add-to-cart .j2store-details-btn input, .shop-details-add-to-cart-btn .j2store-add-to-cart .product-wishlist a, .cart-action-complete, body .pagination > li > a:hover, body .pagination > li > a:focus, body .pagination > li > span:hover, body .pagination > li > span:focus, .view-products .wishlist#j2store-wishlist-main-block table .j2store-wishlist-items form.j2store-wishlist-form input[type="submit"] {
	background: #CAE2EE;
	color: #222;
}
.btn i, .sppb-btn i {
    font-size: 12px;
    display: inline-block;
    padding-right: 3px;
    position: relative;
    top: 1px;
}
.sppb-slider-products-wrapper .owl-item.active .sppb-slideshow-products-item-text a {
    margin: 0px;
	float: right;
}
.view-carts .j2store-cart .btn.btn-warning {
    padding: 0 15px;
}
.sppb-slideshow-products-item-text .sppb-btn {
	background: #fff !important;
	color: #222 !important;
}
.sppb-slideshow-products-item-text .sppb-btn:hover {
	background: #222 !important;
	color: #fff !important;
}
.view-carts .j2store-cart .btn {
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
}
.j2store-cart-module .j2store-cart-item-box ul.j2store-cart-list li .j2store-product-name strong, 
.cart-product-name {
    font-weight: 500;
}
.view-carts .j2store-cart table.j2store-cart-table .remove-icon {
    position: relative;
    top: -2px;
}
.price-sku-brand-container {
    margin: 20px 0px 20px !important;
    padding: 10px 0;
}
.options b {
	font-weight: 500;
	float: left;
	padding-right: 3px;
	font-size: 13px;
}
.product-price-container .sale-price {
    font-size: 15px !important;
    font-weight: 600;
    color: #333;
    letter-spacing: 0px;
	width: 50%;
	float: left;
}
.options select {
    width: 100%;
}
.j2store-product-main-image {
    margin-bottom: 0;
}
.j2store-sidebar-filters-container .product-filter-heading {
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom: 2px solid #eee;
	padding-bottom: 15px;
}
#productFilters input.btn {
    padding: 0 15px;
    border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.shop-details-add-to-cart-btn .j2store-add-to-cart .j2store-details-btn input {
	padding: 0 15px 0 45px;
	font-size: 12px;
	font-weight: 400;
	background: #CFE7F3;
	color: #222;
}
.shop-details-add-to-cart-btn .j2store-add-to-cart .j2store-details-btn i {
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 16px;
    color: #222;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.shop-details-add-to-cart-btn .j2store-add-to-cart .product-qty input {
    border: 1px solid;
    width: 70px !important;
    height: 40px;
    padding: 0 10px 0 10px !important;
}
.btn.btn-primary, .btn.sppb-btn-primary, .sppb-btn.btn-primary, .sppb-btn.sppb-btn-primary {
    border: 0 none;
	padding: 0 15px;
}
.btn:hover, .sppb-btn:hover, .btn:focus, .sppb-btn:focus, .shop-details-add-to-cart-btn .j2store-add-to-cart .product-wishlist a:hover, .shop-details-add-to-cart-btn .j2store-add-to-cart .j2store-details-btn input:hover {
    background: #222;
    color: #fff !important;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}
.j2store-details-btn:hover i,
.j2store-details-btn:focus i {
    color: #fff !important;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.btn.btn-primary, .btn.sppb-btn-primary, .sppb-btn.btn-primary, .sppb-btn.sppb-btn-primary {
    background: #CAE2EE;
}
.btn.btn-primary:hover, .btn.sppb-btn-primary:hover, .sppb-btn.btn-primary:hover, .sppb-btn.sppb-btn-primary:hover,
.btn.btn-primary:focus, .btn.sppb-btn-primary:focus, .sppb-btn.btn-primary:focus, .sppb-btn.sppb-btn-primary:focus {
    color: #fff;
    background: #222;
}
.btn-success {
    color: #333;
    background-color: #CFE7F3;
}
.j2store-content {
    padding: 15px 0 0 0;
    position: relative;
    display: inline-block;
	width: 100%;
}
.j2store-products-row .j2store-single-product .product-title {
    margin-top: 0;
    margin-bottom: 2px;
    font-weight: 400 !important;
    line-height: 1.2;
    font-size: 13px;
}
.breadcrumb {
    padding: 10px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
	border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.breadcrumb > li {
    font-size: 11px;
}
.breadcrumb > span {
    font-size: 11px;
	font-weight: 400;
}
#j2store-product-detail-tab {
	margin-top: 50px;
}
.tab-content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}
#j2store-checkout #j2store-checkout-content > div .checkout-heading {
    padding: 15px 30px;
}
.j2store .checkout-heading {
    background: #CAE2EE;
    border: 0px solid #DBDEE1;
    color: #222;
    font-weight: 400;
}
#j2store-checkout #j2store-checkout-content > div .checkout-content {
    padding: 30px;
    background: #F3F3F3;
}
.j2store.checkout .checkout-content input, .j2store.checkout .checkout-content select {
    width: 100%;
	padding: 0 10px;
	height: 40px;
}
.j2store.checkout .checkout-content input[type="radio"] {
    height: auto;
    padding: 0;
    width: auto;
	margin-right: 5px;
}
.j2store .checkout-heading a {
    margin-top: -2px;
    background: #DEF6FF;
    padding: 2px 10px;
    font-size: 12px;
}
.checkout-content .col-md-6.left label {
    margin: 5px 0 0;
}
.j2store.checkout .checkout-content .shipping-make-same input,
.j2store.checkout .checkout-content #checkbox_tos input {
	width: auto;
	height: auto;
	margin-right: 5px;
}
#j2store-checkout #j2store-checkout-content > div .checkout-content .btn {
    background: #444;
    color: #fff;
    width: auto;
}
#j2store-checkout #j2store-checkout-content > div .checkout-content .btn:hover {
    background: #222;
    color: #fff;
}
#j2store-checkout b, #j2store-checkout strong {
    font-weight: 400;
}
.view-checkout .customer-note textarea {
    height: auto;
    min-height: 80px;
    width: 100%;
    padding: 6px 10px;
    line-height: 1.4;
}
.view-carts .j2store-cart table.j2store-cart-table .product-qty input {
    border: 1px solid #000000;
    width: 70px !important;
    padding: 0 10px !important;
}
.j2store-image-wrap .j2store-addtocart-form .btn.btn-success {
	background: rgba(202, 226, 238, 0.85);
	color: #fff;
	top: -40px !important;
	position: absolute;
}
.j2store-image-wrap .j2store-addtocart-form .btn.btn-success:hover {
    background: rgba(202, 226, 238, 1);
}

.j2store-image-wrap .j2store-addtocart-form .btn.btn-success i {
	font-size: 20px;
	padding-right: 5px;
	top: 9px;
	color: #fff;
	position: absolute;
	left: 15px;
}
.shopin-ico-heart.text-danger {
    color: #fff;
}
#checkbox_tos {
	margin-bottom: 10px;
}
.price-sku-brand-container 
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0);
    height: 40px;
	width: 100%;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}
.table > thead > tr > th {
	padding: 10px 20px;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	background: #CFE7F3;
	border: 1px solid #BAD2DE !important;
}
.sp-shopin-login a {
    text-transform: none;
    font-weight: 400 !important;
}
#sp-top1 > div > .sp-module.top-search {
	padding-left: 0;
}
.j2store-cart-module .j2store-cart-item-box .j2store-cart-header-block .pull-right > a {
	background: #CFE7F3;
	border: 0 none !important;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: 1px;
	height: 40px;
	line-height: 38px;
}
.j2store-cart-module .j2store-cart-item-box .j2store-cart-header-block .pull-right > a:hover {
    background: #222;
    border: 0 none !important;
    color: #fff !important;
}
.j2store-single-product .configurable-product  > div > .col-sm-6:first-child {
	
}
.j2store-single-product .configurable-product > div > .col-sm-6:last-child {
	padding-left: 50px;
}
.product-crosssells-container {
	margin-top: 50px;
}
.product-crosssells-container h3 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center !important;
	margin-bottom: 30px;
}
.cross-sell-product-image img {
	width: 100%;
	height: auto;
}
h3.cross-sell-product-title {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    text-align: left !important;
    font-family: Montserrat, sans-serif;
	margin-bottom: 5px;
}
#sp-bottom1 .sppb-addon-text-block .sppb-addon-content p.bottom-logo {
	font-family: Cormorant, sans-serif !important;
	text-transform: uppercase;
	color: #222 !important;
	font-weight: 500 !important;
	letter-spacing: 4px;
	font-size: 25px !important;
	border-top: 1px solid #B2CAD6;
	border-bottom: 1px solid #B2CAD6;
	padding: 5px 0px;
	display: inline-block;
}
#sp-bottom {
    background-color: #222222;
    color: #aaa;
    padding: 50px 0;
}
#sp-bottom1 .sppb-addon-text-block .sppb-addon-content p {
    font-weight: 300;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 14px;
    color: #222 !important;
}
#sp-bottom p {
    color: #222 !important;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 1em;
    font-size: 14px;
}
#sp-bottom1 .sppb-addon-text-block .sppb-addon-content {
	padding-right: 50px;
}
#sp-footer {
    background-color: #161616;
    color: #777;
    padding: 25px 0;
}
#sp-footer2 img {
	height: 30px;
	width: auto;
	float: right;
	margin-bottom: -7px;
}
#sp-footer .sp-copyright {
    position: relative;
	font-size: 13px;
    top: 3px;
}
.j2store-single-product .configurable-product .product-price-container .strike,
.j2store-single-product .configurable-product .product-price-container .sale-price {
    font-size: 20px !important;
}
.cart-product-sku {
    top: -15px;
    position: relative;
    display: block;
    font-weight: 300;
    font-size: 13px;
}
.cart-product-sku .cart-item-title {
    font-weight: 500;
	padding-right: 5px;
}
.cart-item-options {
	padding-left: 0;
	display: block;
	line-height: 1.2;
}
.view-products .wishlist#j2store-wishlist-main-block h4 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 3px;
}
.view-products .wishlist#j2store-wishlist-main-block .btn {
    padding: 0 15px;
    font-size: 12px;
}
.view-products .wishlist#j2store-wishlist-main-block table .j2store-wishlist-items form.j2store-wishlist-form .input-mini {
    border: 1px solid #222;
    width: 70px !important;
    height: 40px;
}
.product-wishlist-remove i {
	padding: 0;
	margin: 0;
}
.thumbnail {
	padding: 0;
	margin-bottom: 15px;
	border: 0px solid #ddd;
	border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	float: left;
	text-align: left;
	margin-right: 15px;
	margin-top: 5px;
}
.j2store-productwishlist-img {
    width: 80px !important;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px;
}
.view-products .wishlist#j2store-wishlist-main-block table .j2store-wishlist-items td {
    vertical-align: top;
}
.view-products .wishlist#j2store-wishlist-main-block table .j2store-wishlist-items form.j2store-wishlist-form input[type="submit"]:hover, .view-products .wishlist#j2store-wishlist-main-block table .j2store-wishlist-items form.j2store-wishlist-form input[type="submit"]:focus {
    opacity: 1;
	background: #222;
}
#sp-top1 > div > .sp-module {
    padding-left: 20px;
}
#sp-top1 > div > .sp-module:first-child {
    padding-left: 0px;
}
.sp-shopin-login a i, .j2store-wishlist a i, .j2store-wishlist .sp-module-content > div i, .j2store-cart-module .j2store-cart-info .j2store-cart-info-link i, .j2store-cart-module .j2store-cart-info .j2store-cart-info-link a i {
    padding-right: 5px;
	color: #222;
}
#sp-breadcrumb .sp-module.top-search {
    float: right;
    width: 20%;
    text-align: right;
}
#sp-breadcrumb .sp-module {
    margin-top: 0;
	width: 80%;
	float: left;
}
.top-search .icon-top-wrapper {
    height: 45px;
    line-height: 45px;
    width: 100%;
	z-index: 1;
}
.top-search .icon-top-wrapper:hover .shopin-ico-search::after {
	color: #888;
}
.shopin-ico-search::after {
	content: "Search";
	font-size: 12px;
	font-family: Montserrat, sans-serif;
	color: #bbb;
	padding-right: 10px;
	position: relative;
	top: -1px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.top-search-wrapper .shopin-ico-search::before {
    float: right;
    line-height: 45px;
	-webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
	-o-transition: color 400ms, background-color 400ms, border-color 400ms;
	transition: color 400ms, background-color 400ms, border-color 400ms;
}
.wishlist-product-price-container {
	font-weight: 300;
	font-size: 13px;
	margin-top: 10px;
	display: block;
}
.wishlist-product-price-container .cart-item-title {
    font-weight: 500;
    padding-right: 5px;
}
.shop-details-add-to-cart-btn .j2store-add-to-cart .product-wishlist a {
    color: #222;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
	padding: 0;
    letter-spacing: 2px;
	position: relative;
}
.shop-details-add-to-cart-btn .j2store-add-to-cart .product-wishlist a .shopin-ico-heart.text-error:before, 
.shop-details-add-to-cart-btn .j2store-add-to-cart .product-wishlist a .shopin-ico-heart:before {
    color: #222;
	left: 1px;
	position: relative;
	top:2px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.shop-details-add-to-cart-btn .j2store-add-to-cart .product-wishlist a:hover .shopin-ico-heart.text-error:before, 
.shop-details-add-to-cart-btn .j2store-add-to-cart .product-wishlist a:hover .shopin-ico-heart:before,
.shop-details-add-to-cart-btn .j2store-add-to-cart .product-wishlist a.focus .shopin-ico-heart.text-error:before, 
.shop-details-add-to-cart-btn .j2store-add-to-cart .product-wishlist a.focus .shopin-ico-heart:before {
    color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.product-icons .product-wishlist {
	display: none;
}
#sp-bottom .sp-module ul > li > a:hover, #sp-bottom .sp-module ul > li > a:focus {
    color: #222;
    padding-left: 2px;
}
.tax-text {
	font-size: 12px;
	color: #666;
}
.multiple .tax-text, .j2store-module-product .tax-text {
	display: none;
}
.j2store.j2store-module-product {
    min-height: auto !important;
}
.j2store-sidebar-filters-container {
	float: right;
}
.shopin-add-to-cart-btn input.btn {
    background: rgba(202, 226, 238, 0.95);
}
.shopin-add-to-cart-btn input.btn:hover {
    background: rgba(20,20,20,0.9);
}
div.pagination ul li a {
    border: 0 none;
    padding: 0;
    letter-spacing: 0;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    line-height: 36px;
	color: #222;
	background: #eee;
}
.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover {
    background-color: #CFE7F3;
    color: #222;
}
div.pagination ul li a:hover {
    background: #222;
    color: #fff;
}
.offcanvas-overlay {
    background: rgba(255,255,255,0.7);
}
.slide-top-menu .offcanvas-menu {
    background-color: #CFE7F3;
}
.offcanvas-menu {
    width: 280px;
}
.offcanvas-menu {
    right: -280px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    padding: 10px 15px;
    font-size: 12px;
    text-transform: none;
    color: #222;
    font-weight: 400;
    line-height: 25px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .fa {
	padding-right: 5px;
}
.offcanvas-menu .offcanvas-inner .sp-module {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    margin-bottom: 0px;
	margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
    margin-top: 0;
    padding: 20px 15px;
}
.offcanvas-menu .offcanvas-inner .search input {
    border-color: #222;
    color: #222;
    font-weight: 400;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
    display: none;
}
.offcanvas-menu .offcanvas-inner .search input {
    width: 100%;
    background: #fff;
    color: #222;
    font-weight: 300;
    border: 0 none !important;
}
.offcanvas-menu .offcanvas-inner .search {
    margin-top: 40px;
}
.close-offcanvas {
    line-height: 23px;
    text-align: center;
    font-size: 10px;
    border: 1px solid #222;
    color: #222;
    padding: 0;
	top: 18px;
}
.offcanvas-menu .offcanvas-inner input[type="text"] {
    height: 34px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
    background: rgba(255,255,255,0.25);
}
#main {
	padding: 50px 0;
}
#main-about {
	padding: 50px 0 0;
}
.centered .sppb-column-addons {
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
table {
    width: 100%;
	margin: 0 0 1em 0;
}
td {
    padding: 10px;
    border: 1px solid #ddd;
    background: #f8f8f8;
}
th {
	padding: 10px;
	border: 1px solid #b6ceda !important;
	background: #cfe7f3;
	font-weight: 500;
}
.j2store-cart-table th span {
    text-transform: none;
    letter-spacing: 0;
    font-size: 10px;
}
.view-myprofile .j2store-order > h3 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.nav-tabs > li > a, .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    font-size: 20px;
	font-weight: 600;
	padding: 15px;
}
.nav-tabs > li > a .fa {
    font-size: 14px;
}
.j2store-image-wrap .j2store-addtocart-form {
    bottom: auto;
}

.j2store-products-row .j2store-mainimage {
    width: 100%;
}
.price-sku-brand-container .col-sm-6 {
	width: 100%;
	padding: 0;
}
.shipping-make-same {
	padding: 0;
	width: 100%;
}
#shippingcost-pane {
	width: 50%;
	float: left;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
#onCheckoutPayment_wrapper {
	width: 50%;
	float: left;
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
}
#shipping-payment-method .row {
    position: relative;
    display: inline-block;
    width: 100%;
}
.payment-plugin-image-label img {
    height: 20px;
    width: auto;
    display: block;
    position: relative;
    top: 0;
    margin-bottom: 2px;
}
.payment-plugin-image-label {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px !important;
	font-weight: 300;
	font-size: 12px;
	padding-left: 20px;
	margin-right: 0 !important;
}
.j2store.checkout .checkout-content .payment-plugin-image-label input[type="radio"] {
    height: auto;
    padding: 0;
    width: auto;
    margin-right: 5px;
    float: left;
    position: absolute;
    left: 0;
}
.checkout-content h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
#onCheckoutShipping_wrapper label {
    display: inline-block;
    margin-bottom: 10px !important;
}
#j2store-checkout #j2store-checkout-content > div .checkout-content .customer-note {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 30px;
}
.j2store-payment-image img {
	height: 30px;
	position: relative;
	margin-bottom: -15px;
}
.payment .note {
	margin-bottom: 40px;
}
#demo-test-gallery a {
	width: 15%;
	float: right;
	padding: 0 0 10px 10px;
}
#demo-test-gallery a img {
	width: 100%;
	height: auto;
}
#demo-test-gallery a.demo-gallery__img--main {
	position: relative;
	width: 85% !important;
	display: inline-block;
	height: auto;
	float: left;
	padding: 0;
}
.com-users .new-account-link {
    background: #cfe7f3;
    color: #222;
    padding: 20px;
}
.com-users .reg-login-form-wrap {
    padding: 30px;
	background: #fafafa;
}
.com-users .reg-login-form-wrap .reg-login-title h2 {
    font-weight: 800;
    font-size: 25px;
    color: #222;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.view-registration #sp-main-body, .view-login #sp-main-body {
    padding: 60px 0;
}
body.view-registration, body.view-login, body.view-reset, body.view-remind {
    background-image: none;
}
.com-users .reg-login-form-wrap .form-validate button[type="submit"],
.view-remind form#user-registration button[type="submit"], .reset form#user-registration button[type="submit"] {
    background: #cbe3ef !important;
    color: #222 !important;
}
.com-users .reg-login-form-wrap .form-validate button[type="submit"]:hover,
.view-remind form#user-registration button[type="submit"]:hover, .reset form#user-registration button[type="submit"]:hover {
    background: #222 !important;
    color: #fff !important;
}
.com-users .new-account-link a {
    color: #222;
    font-weight: 500;
}
.view-remind form#user-registration, .reset form#user-registration {
    background: #fafafa;
    padding: 30px;
}
.view-carts .j2store-cart .coupon .btn{
    margin-top: 20px;
}
.cart-product-sku {
	display: none !important;
}
.sppb-slideshow-products-item-bg .container .sppb-slideshow-products-item-text {
    display: block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    padding: 30px;
    background: rgba(207, 231, 243, 0.8);
    height: auto;
    transform: translateY(-50%);
	 -moz-transform: translateY(-50%);
	  -webkit-transform: translateY(-50%);
	  
}
.j2store-modal .modal {
    width: 320px;
    height: 415px;
}
.j2store-modal .modal-body {
    font-size: 12px;
	max-height: 300px;
}


.sppb-slideshow-products-item-bg .container {
    position: relative;
}



.owl-stage .owl-item:nth-child(4) .sppb-slideshow-products-item-bg .container .sppb-slideshow-products-item-text {
	right: 0;
}

.j2store-order-action-icons .j2store-order-view {
	display: none !important;
}
#tos_check a {
	color: #829aa6;
}
#tos_check a:hover {
	color: #222;
}
#home-promo .sppb-column-addons {
	padding: 30px;
	border: 1px solid #eee;
	background: #fff;
}
#home-promo .sppb-column-addons:hover {
	background: #fafafa;
}
#home-promo .sppb-column-addons .sppb-addon-title {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    line-height: 1.2;
}







.formResponsive .formHorizontal .formControlLabel {
	float: left;
	width: 100%;
	padding-top: 0;
	text-align: left;
	padding-bottom: 5px;
	font-weight: 400;
	font-size: 13px;
}
.formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.formResponsive textarea {
	max-width: 100%;
	height: auto;
	min-height: 80px;
	line-height: 1.3;
	padding: 10px;
}
.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="number"], .formResponsive input[type="email"], .formResponsive input[type="tel"], .formResponsive input[type="url"], .formResponsive input[type="password"] {
	order-radius: 5px !important;
	-o-border-radius: 5px !important;
	-ms-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	background-color: #fff;
	border: 0 none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
	box-sizing: border-box;
	color: #444;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
	padding: 0 10px;
	width: 100%;
	font-weight: 300;
	letter-spacing: 0;
	border: 1px solid #ddd !important;
}
input[type="text"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: rgb(16,133,162) !important;
}
.rsform-input-box:-moz-placeholder {
  color: #888;
  opacity: 1;
  
}
.rsform-input-box::-moz-placeholder {
  color: #888;
   opacity: 1;
}
.rsform-input-box:-ms-input-placeholder {
  color: #888;
   opacity: 1;
}
.rsform-input-box::-webkit-input-placeholder {
  color: #888;
   opacity: 1;
}
.rsform-text-box:-moz-placeholder {
  color: #888;
  opacity: 1;
}
.rsform-text-box::-moz-placeholder {
  color: #888;
   opacity: 1;
}
.rsform-text-box:-ms-input-placeholder {
  color: #888;
   opacity: 1;
}
.rsform-text-box::-webkit-input-placeholder {
  color: #888;
   opacity: 1;
}
.formResponsive input[type="submit"], .formResponsive button[type="submit"] {
	background: #cfe7f3 !important;
	border-color: transparent;
	text-transform: uppercase;
	color: #222;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
	font-size: 12px;
	width: 100%;
	height: 40px;
	font-weight: 400;
	letter-spacing: 2px;
	border: 0 none !important;
	border-radius: 0px !important;
	-o-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px!important;
	margin-top: 0px;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;
	overflow: hidden;
	line-height: 40px;
	padding: 0 10px;
}
.formResponsive input[type="submit"]:before, .formResponsive button[type="submit"]:before {
	display: none !important;
}
.formResponsive input[type="submit"]:hover, .formResponsive button[type="submit"]:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#36a9e1+0,95c11f+100 */
	background: #222 !important;
	color: #ffffff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 10px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 40px;
	padding: 0 10px;
	border: 2px solid #ddd !important;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: 400;
}
.rsform-block-submit, .formResponsive {
	margin-bottom: 0 !important;
}
























@media (max-width: 1120px) {
	.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	    padding: 0 6px;
	}
}

@media (max-width: 990px) {
 	.j2store-sidebar-filters-container {
 	    float: right;
 	    width: 100%;
 	}
 	.j2store-product-list .col-sm-9 {
 		width: 100%;
 	}
	#sp-bottom1.col-md-6 {
		width: 100%;
		margin-bottom: 30px;
	}
	#sp-bottom1 .sppb-addon-text-block .sppb-addon-content {
	    padding-right: 0;
	}
	#sp-bottom2.col-md-2 {
		width: 25%;
		float: left;
	}
	#sp-bottom3.col-md-2 {
		width: 25%;
		float: left;
	}
	#sp-bottom4.col-md-2 {
		width: 50%;
		float: left;
	}
}
@media (max-width: 767px) {
	#sp-header .sp-module {
	    float: none !important;
	}
	.j2store-categories-module li {
	    width: 31.33%;
	}
	.j2store-categories-module p {
	    font-size: 11px;
	}
	#main-categories, #home-new, #home-promo, #home-best {
	    padding: 30px 0;
	}
	#sp-main-body {
	    padding: 30px 0;
	}
	#sp-bottom {
	    padding: 40px 0 30px;
	}
	.j2store-products-row .col-sm-3 {
		float: left;
		width: 50%;
	}
	.j2store-product-list .j2store-sidebar-filters-container.col-sm-3 {
	    width: 100%;
	}
	.j2store-single-product .configurable-product > div > .col-sm-6:last-child {
	    width: 100%;
		display: inline-block;
	}
	.j2store-single-product .configurable-product > div > .col-sm-6:first-child {
	    width: 100%;
		display: inline-block;
	}
	.j2store-product-additional-images {
	    width: 100%;
	}
	.j2store-mainimage {
	    width: 100%;
		max-width: 450px;
	}
	.additional-image-list li {
	    list-style-type: none;
	    display: inline;
	    float: left;
	    width: 70px;
	    margin-right: 15px;
	    margin-top: 15px;
	}
	.j2store-item-additionalimage-preview {
	    margin-bottom: 0;
	}
	.j2store-product-additional-images {
	    padding: 0;
		margin-bottom: 30px;
	}
	.crosssell-product-row .col-sm-3 {
		width: 50%;
		float: left;
		margin-top: 40px;
	}
	.product-crosssells-container h3 {
	    font-size: 20px;
	    letter-spacing: 2px;
	    margin-bottom: 0px;
	}
    .price-sku-brand-container .col-sm-6 {
    	width: 50%;
		float: left;
    }
	#shippingcost-pane, #onCheckoutPayment_wrapper  {
		width: 50%;
	}
	.sppb-slideshow-products-item-bg .container .sppb-slideshow-products-item-text {
	    display: block;
	    vertical-align: middle;
	    position: absolute;
		top: 150px !important;
	    padding: 30px;
	    height: 100px;
	    transform: translateY(0%);
	    -moz-transform: translateY(0%);
	    -webkit-transform: translateY(0%);
	    left: 0;
	    right: 0;
	    width: 100%;
	}
	.sppb-slideshow-products-item-bg {
	    height: 250px;
	}
	.sppb-slideshow-products-item-bg .container .sppb-slideshow-products-item-text .sppb-slidehsow-sub-title {
	    font-size: 10px;
	}
	.sppb-slider-products-wrapper .sppb-slider-item-wrapper .sppb-slideshow-products-item .sppb-slideshow-products-item-text h1 {
	    font-size: 25px;
	    margin-bottom: 0;
	}
	.sppb-slider-products-wrapper .owl-item.active .sppb-slideshow-products-item-text a {
	    margin: 0px;
	    float: right;
	    position: absolute;
	    right: 20px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 10px;
	    padding: 0 10px;
	    top: 50px;
	}
	.sppb-slider-products-wrapper .customDots {
	    display: none;
	}
}
@media (max-width: 600px) {
	.j2store-categories-module li {
	    width: 46%;
		margin: 2%;
	}
	.j2store-categories-module {
	    width: 104%;
	    margin: 0 0 0 -2%;
	}
	.j2store-product-list .j2store-sidebar-filters-container.col-sm-3 {
	    width: 100%;
	}
	.j2store-product-list .col-sm-9 {
	    width: 100%;
	}
	.j2store-products-row .col-sm-4 {
		float: none;
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	#sp-header {
	    padding: 0px !important;
	}
	.sppb-slideshow-products-item-bg {
	    height: 150px;
	}
	.sppb-slideshow-products-item-bg .container .sppb-slideshow-products-item-text {
		display: none !important;
	}
}
@media (max-width: 480px) {
#sp-top1 > div > .sp-module {
    width: auto;
	padding-left: 15px;
    }
	#sp-top1 .sp-column {
	    height: 70px;
	}
	#sp-header .sp-module {
	    float: left !important;
	}
	#sp-header {
	    padding: 0px !important;
	}
	.logo a {
	    font-size: 25px;
	    letter-spacing: 5px;
	}
	#sp-header {
	    height: 60px;
	}
	#offcanvas-toggler {
	    line-height: 60px;
	}
	.sp-shopin-login a, .j2store-wishlist a, .j2store-wishlist .sp-module-content > div, .j2store-cart-module .j2store-cart-info .j2store-cart-info-link, .j2store-cart-module .j2store-cart-info .j2store-cart-info-link a {
	    line-height: 60px;
	}
	#sp-top1 {
	    height: 60px;
	}
	#sp-bottom2.col-md-2 {
		width: 50%;
		float: left;
		margin-bottom: 40px;
	}
	#sp-bottom3.col-md-2 {
		width: 50%;
		float: left;
		margin-bottom: 40px;
	}
	#sp-bottom4.col-md-2 {
		width: 100%;
		float: left;
	}
	.j2store-products-row .col-sm-3 {
	    padding: 0 10px;
	}
	.j2store-products-row {
		margin-right: -10px;
		margin-left: -10px;
	}
	.container {
	    padding-right: 20px;
	    padding-left: 20px;
	}
	.discount-percentage {
		color: #fff;
		position: absolute;
		top: 15px;
		background: rgba(222, 87, 103, 1);
		font-weight: 600;
		padding: 0 1px 0 5px;
		font-size: 11px;
		width: auto;
		height: 34px;
		left: -7px;
		text-align: left;
		line-height: 34px;
	}
	.discount-percentage::after {
	    content: "";
	    position: absolute;
	    height: 34px;
	    width: 17px;
	    border-left: 12px solid rgba(222, 87, 103, 1);
	    border-top: 17px solid transparent;
	    border-bottom: 17px solid transparent;
	    right: -17px;
	    top: 0;
	}
	.j2store-products-row .j2store-single-product .product-title {
	    font-size: 12px;
		margin-bottom: 0;
	}
	.product-price-container .sale-price {
	    font-size: 12px !important;
	}
	.j2store-single-product .product-price-container .strike {
	    font-size: 12px;
	}
	.j2store-content {
	    padding: 10px 0;
	}
	.j2store-products-row .j2store-single-product {
	    margin-bottom: 40px;
	}
	.additional-image-list li {
	    width: 40px;
	    margin-right: 10px;
	    margin-top: 10px;
	}
	h1 {
	    font-size: 30px;
	}
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	    font-size: 20px;
	}
	body {
	    font-size: 13px;
	}
	#sp-bottom {
	    padding: 30px 0;
	}
	.j2store-single-product-view #sp-main-body {
	    padding: 10px 0 30px 0;
	}
	#sp-bottom1 .sppb-addon-text-block .sppb-addon-content p {
	    font-size: 12px;
	}
	

@media (max-width: 400px) {
	.j2store-categories-module li {
		width: 100%;
		margin: 0 0 20px;
	}
	.j2store-categories-module {
	    width: 100%;
	    margin: 0 0;
	}

@media (max-width: 766px) {
	#main-about {
	padding: 150px 0 0;
}

@media (max-width: 600px) {
	#main-about {
	padding: 180px 0 0;
}

@media (max-width: 360px) {
	#main-about {
	padding: 260px 0 0;
}