/***
====================================================================
  Add your custom css here
====================================================================
***/

/* J2 store */
.com-j2store #sp-main-body {
	padding: 0;
}

.j2store-product-list, .j2store-single-product.simple, .view-carts #sp-component, .view-checkout #sp-component, .view-myprofile #sp-component {padding-top: 80px; padding-bottom: 80px}

.j2store-single-product {
	margin-bottom: 40px;
}

.j2product-categories a {
  display:block;

}
.j2store-product-list .j2store-sidebar-filters-container #j2store_categories_mod .j2product-categories > a {
    margin: 0;
    padding: 8px 20px;
    background-color: #f9f9f9;
    border: 1px solid #efefef;
    text-shadow: none;
}

/* SINGLE PRODUCT */
.j2store-single-product-view .product-title:after {
	margin: 10px 0 10px;
	display: block;
	height: 2px;
	background: #ff8753;
	content:"";
	width: 120px;
}

.j2store-single-product-view .product-sku {
	color: #1f1f1f;
	margin: 0 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}

input:focus, textarea:focus {box-shadow: none !important;}

.product-qty input[type="text"], .product-qty input[type="number"],
.product-qty input[type="text"]:focus, .product-qty input[type="number"]:focus {
	display: inline;
	width: 70px !important;
	margin-right: 20px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #272727;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px !important;
	text-align: center;
}
#j2store-product-detail-tab {
	padding-top: 60px;
	border-bottom: 1px solid #f7f7f7;
	position: relative;
}

#j2store-product-detail-tab li {
	margin-bottom: -1px;
}

#j2store-product-detail-tab li a {
	border: 1px solid transparent;
	border-radius: 0;
	display: block;
	margin-right: 10px;
	padding: 13px 35px;
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	background: #f7f7f7;
	transition: all 500ms ease;
	line-height: 1.42857143;
}
.j2store-single-product-view .tab-content {
	padding: 30px;
	border: 1px solid #f4f4f4;
	border-top: none;
}
.product-upsells-container {
	border-top: 1px solid #f7f7f7;
	margin-top: 60px;
	padding-top: 56px;
}

@media (max-width: 575px) {
	.upsell-product {margin: 20px 0;}
	.j2store-single-product-view .product-title {margin-top: 20px;}
}

.j2store-single-product-view .product-price-container .sale-price {
    font-weight: 500;
  
    font-size: 32px;
    line-height: 1.42857143;
}


.product-price-container .strike {
   
    color: #000;
   
}

/* CART */
.view-carts .j2store-cart .row {
    display: block;
}
.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input,
#button-login,
#button-login:hover,
#button-guest,
#button-guest:hover,
#button-payment-method,
#button-payment-method:hover,
#bank_form input,
#bank_form input:hover,
#button-account,
#button-account:hover {margin-left: 0;}

#onCheckoutPayment_wrapper .payment-plugin-image-label {padding-right: 5px;}

.customer-note {margin-bottom: 20px;}

.customer-note textarea {
	height: auto !important;
	width: auto !important;
}

.view-checkout .checkout-content .left label input,
.view-checkout .checkout-content .shipping-make-same input {
	width: inherit;
	height: inherit;
	margin-right: 7px;
	display: inline-block;
}

.view-checkout .checkout-content .shipping-make-same input {width: auto !important;}

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3 {
	font-size: 24px;
	padding: 10px 0 15px 0;
}

.j2store-single-product-view input.j2store-cart-button,
.view-carts .j2store-cart-buttons .buttons-left input,
.view-carts .buttons-right a,
#button-account,
#button-login,
#button-guest,
#button-payment-method,
#bank_form input,
.view-carts .buttons-right a:hover,
.view-carts .buttons-right a:active,
.view-carts .buttons-right a:focus,
.view-checkout input.btn {
	line-height: 46px;	
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0 52px;	
}

.view-carts .buttons-right a,
.j2store-single-product-view input.j2store-cart-button:hover,
.j2store-single-product-view input.j2store-cart-button:focus,
.j2store-single-product-view input.j2store-cart-button:active,
.view-carts .j2store-cart-buttons .buttons-left input:hover,
.view-carts .j2store-cart-buttons .buttons-left input:active,
.view-carts .j2store-cart-buttons .buttons-left input:focus,
#button-account:hover,
#button-account:active,
#button-account:focus,
#button-login:hover,
#button-login:active,
#button-login:focus,
#button-guest:hover,
#button-guest:active,
#button-guest:focus,
#button-payment-method:hover,
#button-payment-method:active,
#button-payment-method:focus,
#bank_form input:hover,
#bank_form input:active,
#bank_form input:focus,
.payment input:hover,
.payment input:active,
.payment input:focus,
.buttons input:hover,
.buttons input:active,
.buttons input:focus,
.view-checkout input.btn:hover,
.view-checkout input.btn:active,
.view-checkout input.btn:focus {
	
	
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.com-j2store .product-qty input[type="text"], .com-j2store .product-qty input[type="number"] {
   
    border-radius: 7px;
    display: inline-block;
    height: 45px;
   padding:0px;
    text-align: center;
    width: 50px;
}
.detail .j2store-addtocart-form .options .option select {
    position: relative;
    white-space: nowrap;
    width: auto;
    min-width: 180px;
    
}
    
 .j2store-product-list .j2store-single-product {
    border: 1px solid #efefef;
    box-shadow: 0 2px 5px rgba(0,0,0,0.07);
    padding: 8px;
    text-align: center;
}  
   
#productFilters.form-inline select {
    height: 38px;
   
}
.j2store-thumbnail-image a:after,
.j2store-product-image a:after,
[name="productfilters"] 
.itemRelated ul li a:before { display: inline-block; 
font: normal normal normal 18px/1 FontAwesome; 
font-size:
 inherit;
 text-rendering: auto;
 background:#fff;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale; }
.j2store-thumbnail-image a:after,
.j2store-product-image a:after,
div.k2SearchBlock form:after { 
 }

/* Addon: Product list image */
.j2store-thumbnail-image a { position: relative; display: block;  }
.j2store-thumbnail-image a:before,
.j2store-thumbnail-image a:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; visibility: hidden; }

.j2store-thumbnail-image a:after { font-size: 18px; border: 3px solid; width: 54px; height: 54px; line-height: 51px; border-radius: 100%; text-align: center; margin: auto; }
.j2store-single-product:not(.detail):hover a:before,
.j2store-single-product:not(.detail):hover a:after { opacity: 1; visibility: visible; } 

.j2store-productfilter-label{
	display:block;
}

.j2store-product-brand-label{
	display:block;
}

.j2store-single-product2:hover .j2store-thumbnail-image::before {

transform: scale(1);
transition: all 0.5s ease-in-out 0s;
visibility: visible;
}
.j2store-single-product2 .j2store-thumbnail-image img::before {
transition: all 0.5s ease-in-out 0s;
}
.j2store-product-images:hover .j2store-thumbnail-image img {
transform: scale(1.1);
transition: all 0.5s ease-in-out 0s;
}
.j2store-product-images .j2store-thumbnail-image img {
transition: all 0.5s ease-in-out 0s;

}
.fade.in {
    opacity: 1;
}

.discount-percentage {
    color: #000;
}
.j2store-img-responsive:hover{transform: rotateY(180deg);transition: 0.5s;  }
.j2store-img-responsive{transform: rotateY(0deg);transition: 0.5s;  }
  
 #sp-header.header-sticky  #sp-search .j2store-minicart-button .cart-item-info .link {
    border: 1px solid #fff;
}

@media (min-width: 780px) {
#sp-search .j2store-minicart-button {
padding: 35px 20px;
}
}
#sp-search .j2store-minicart-button .cart-item-info .link {
border: 1px solid #252525;
border-radius: 50%;
color: #f23127;
float: left;
font-size: 14px;
height: 40px;
line-height: 40px;
position: relative;
text-align: center;
width: 40px;
 
}

@media (min-width: 780px) {
#sp-search .j2store-minicart-button .cart-item-info .link {
margin-top: -20px;
}
}
#sp-search .j2store-minicart-button .cart-item-info .link .cart-item-count {
background: #f23127;
border-radius: 50%;
color: #ffffff;
font-size: 10px;
height: 20px;
line-height: 20px;
position: absolute;
right: -7px;
text-align: center;
top: -7px;
width: 20px;
animation: pulse 2s infinite;
}

#sp-search .j2store-minicart-button .cart-item-info .link .cart-item-count {
    background: #f23127;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -7px;
    width: 20px;
    animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
box-shadow: 0 0 0 10px rgba(204,169,44, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
box-shadow: 0 0 0 0 rgba(204,169,44, 0);
}
}
