body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{background:transparent;border:0;margin:0;padding:0;outline:none;box-sizing:border-box;}
html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeSpeed;
}
/* J2 SHOP */
/* Catergory List */
.category-filter ul {
    list-style-type: none;
    list-style-position: outside;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 0 8px;
    padding: 0 0 0 5px;    
}
.category-filter .item-101 a, .item-155 a, .item-142 a {
    display: none;
}
#j2store-search-161 {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-horizontal {
    margin-bottom: 15px;
}
#j2store-search-161 input[type="text"] {
    display: inline-block;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 10px 5px !important;    
    font-size: 1.5rem;
    line-height: 1.25;    
    color: #252525;
    width: 200px;
    margin-right: 5px;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#j2storeserachForm_161 > a {
    width: 40px;
    display: inline-block;
    height: 40px;
    padding: 2px;
    margin: 0;
    line-height: 2;
}
#j2store_category .j2store-category-list {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.category-filter {
    margin: 0;
    padding: 0;
    list-style: none;
}
.category-filter h3 {
    margin-bottom: 14px;
}
.category-filter .menu-parent a {
    font-size: 1.7rem;
    font-weight: 600;
    color: #252525;
}
.category-filter .menu-child a {
    font-weight: 400;
    margin-left: 10px;
    color: #252525;
}
.category-filter .menu-parent a:hover {
    color: #427ed1;
}
.category-filter .menu-child a:hover {
    color: #427ed1;
}
.category-filter .menu-parent a:active,
.category-filter .menu-child a:active {
    color: #427ed1;
}
/* End Category List */
.additional-image-list {
    display: flex;
    margin: 20px 0;
}
.additional-image-list li {
    padding: 0 10px 0 0;
    list-style-type: none;
}
.com-j2store #sp-main-body {
	padding: 0;
}

.com-j2store #sp-main-body #sp-left,
.com-j2store #sp-main-body #sp-right {
    padding-top: 80px; 
    padding-bottom: 80px;
}

.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-products-row .multiple {
	margin-bottom: 40px;
	border: 1px solid #eaeaea;
	transition: all 0.3s ease-out 0s;
}
.j2store-products-row .multiple .product-title {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #252525;
    text-align: center;
    margin: 0px 0px;
    padding: 14px 19px 12px;
    border-top: 1px solid #eaeaea;
}
.j2store-products-row .multiple:hover {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(6, 6, 6, .40);
    -moz-box-shadow: 0px 0px 18px 0px rgba(6, 6, 6, .40);
    box-shadow: 0px 0px 18px 0px rgba(6, 6, 6, .40);
    transition: all 0.3s ease-out 0s;
    transform: scale(1.05);
 }
 .price-sku-brand-container {
    display: flex;
    flex-direction: column;
}
.manufacturer-brand {
    display: block;
    padding: 5px 5px 5px 21px;
}
.j2store-product-images {
    display: flex;
    justify-content: center;
	position: relative;
	overflow: hidden;
	transition: .5s ease;
	background: transparent;
}
.j2store-product-images .overlay {
    text-align: center;
    display: flex;
    justify-content: center;    
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5,0.5);
}
.j2store-product-images .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
}
.j2store-product-images .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.j2store-product-images .overlay .box .content a i {
    background: #427ed1;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 1.6rem;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}
.j2store-single-product:hover .j2store-product-images {
	transition: .5s ease;
}
.j2store-single-product:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1,1);
}
.j2store-single-product .content-box {
    position: relative;
    border: 1px solid #eaeaea;
    border-top: 0px;
    text-align: center;
}
.j2store-products-row .multiple .product-title a {
	color: #252525;
}
.j2store-products-row .multiple .product-title a:hover {
    color: #427ed1;
}
.product-price-container .sale-price {
	font-size: 1.6rem;
	font-weight: 400;
	color: #427ed1;
	line-height: 24px;
}
.j2store-single-product .content-box .price-box {
    padding: 12px 20px;
    display: none;
}
.j2store-single-product .content-box .product-sku {display: none;}

.j2store-addtocart-form {
	margin-top: 0;
}
.j2store-add-to-cart {
	margin-left: 0;
	font-size: 1.6rem;
	color: #999;
}
.view-products .j2store-single-product .content-box .price-box .j2store-add-to-cart .product-qty {display: none;}

.j2store-single-product .content-box .price-box .sppb-btn {
	text-align: center;
	white-space: pre-line;
	vertical-align: middle;
	border: 0px solid transparent !important;
	padding: 0 !important;
	border-radius: 0;
	line-height: 1 !important;
	position: relative;
	color: #848484 !important;
	font-size: 1.4rem !important;
	transition: .7s ease;
	background: transparent !important;
	margin-bottom: 0;
	text-transform: none;
	font-weight: 400 !important;
	font-family: 'Hind', sans-serif;
}
.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover .sppb-btn {
	color: #427ed1 !important;
	transition: .7s ease;
}
.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover i {
	color: #427ed1 !important;
	transition: .7s ease;
}
.j2store-single-product .content-box .price-box .j2store-add-to-cart {position: relative;}

.j2store-single-product .content-box .price-box .j2store-add-to-cart i {
	margin-right: 6px;
}
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
    align-items: center;
	justify-content: center;
	padding: 20px 0;
}
.pagination > li {
	margin: 0 4px;
}
.pagination .page-link {
	position: relative;
	display: block;
	padding: 0;
	margin-left: 0;
	background-color: #fff;
	width: 50px;
	height: 50px;
	line-height: 55px;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #252525;
	font-size: 1.8rem;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pagination .page-item.active .page-link {
    z-index: 1;
    color: #ffffff !important;
    background-color: #427ed1 !important;
    border-color: #427ed1 !important;
}
.pagination .page-item.active .page-link, .pagination > li > a:hover {
	z-index: 1;
	border-color: #427ed1;
	color: #ffffff !important;
	background-color: #427ed1;
}
.pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    width: 50px;
    height: 50px;
}
.pagination .page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
    width: 50px;
    height: 50px;
}

/* SINGLE PRODUCT */
.j2store-product-main-image {
	margin-bottom: 0;
	width: 100%;
}
.j2store-single-product-view .product-title {
    color: #303030;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 14px 19px 12px;
    margin: 0 0 10px;
    text-transform: capitalize;
}
.j2store-single-product-view .product-title:after {
	margin: 24px 0 24px;
	display: block;
	height: 2px;
	background: #427ed1;
	content:"";
	width: 120px;
}
.price-sku-brand-container {
	border-top: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
	margin: 0;
	padding: 0;
}
.j2store-single-product-view .product-price-container .sale-price {
	color: #427ed1;
	font-size: 2.2rem;
}
.j2store-single-product-view .product-sdesc-top {
	margin: 0 16px;
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}
.j2store-single-product-view .product-sku {
	color: #1f1f1f;
	margin: 0 0 24px;
	font-size: 1.4rem;
	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: 1.8rem;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px !important;
	text-align: center;
}
.j2store-single-product-view .j2store-cart-button.sppb-btn {
    display: none;
	position: relative;
	background: #427ed1;
	font-size: 1.4rem;
	line-height: 48px;
	color: #ffffff;
	border: 1px solid #427ed1;
	text-transform: uppercase;
	font-weight: 700;
	/*display: inline-block;*/
	padding: 0 38px;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	border-radius: 0;
}
.j2store-single-product-view .j2store-cart-button.sppb-btn:hover {
	background: transparent;
	color: #427ed1;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
#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: 1.6rem;
	font-weight: 600;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	background: #f7f7f7;
	transition: all 500ms ease;
	line-height: 1.42857143;
}
#j2store-product-detail-tab li.active a {
	background: #427ed1;
	color: #fff;
	border-color: #427ed1;
}
.j2store-single-product-view .tab-content {
	padding: 30px;
	border: 1px solid #eaeaea;
	border-top: none;
}
.product-upsells-container {
    border-top: 1px solid #f7f7f7;
    margin-top: 60px;
    padding-top: 56px;
}
.upsell-product-image {
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: .5s ease;
    background: transparent;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.upsell-product-title {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.4em;
    border: 1px solid #eaeaea;
    padding: 14px 19px 12px;
    margin: 0;
}
.upsell-product-title a {
    color: #252525;
}
/* Removed hover need a new container */
/*.upsell-product:hover {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(6, 6, 6, .40);
    -moz-box-shadow: 0px 0px 18px 0px rgba(6, 6, 6, .40);
    box-shadow: 0px 0px 18px 0px rgba(6, 6, 6, .40);
    transition: all 0.3s ease-out 0s;
    transform: scale(1.05);
 }*/
.sppb-btn:focus, .sppb-btn:active {box-shadow: none !important;}

/* CART */
.view-carts .j2store-cart .row {
    display: block;
}
.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;
	position: relative;
	background: #427ed1;
	font-size: 1.4rem;
	border-radius: 0;
	color: #ffffff !important;
	border: 1px solid #427ed1;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
	padding: 0 38px;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.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 {
	background: transparent;
	color: #427ed1 !important;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}
.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: 2.4rem;
	padding: 10px 0 15px 0;
}
.view-myprofile #sp-main-body ul > li > a {margin: 5px 20px 15px 0; display: inline-block;}

.view-myprofile #sp-main-body label {display: block;}

.view-checkout input.btn {width: unset !important; margin-top: 5px;}

.view-checkout textarea {
    height: auto !important;
}
.btn:active, .btn:focus {
	box-shadow: none !important;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}
#bank_form input {margin-top: 20px;}

#j2store-checkout-content h1 {margin-bottom: 24px;}