

body, p { font-family: Noto Sans !important; }
h1, h2, h3, h4, h5, h6 { font-family: Kalam !important; }

.btn {-webkit-background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);background-color:#ff5bb0;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #ee1eb5;display:inline-block;cursor:pointer;color:#ffffff;font-family:Arial;font-size:14px;font-weight:bold;padding:6px 24px;text-decoration:none;text-shadow:0px 1px 0px #c70067;}.btn:hover {background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);background-color:#ef027d;}.btn:active {position:relative;top:1px;}

#order_body .totals { overflow: hidden; text-align: right; width: 100%; }
#order_body .totals table { float: right; margin-bottom: 20px; }
#order_body .totals td { min-width: 100px; padding-top: 10px; }
#order_body .totals .order_total { border-top: 2px solid #ccc; font-weight: bold; font-size: 20px; }
#order_body .summary .price, #order_body .summary .cart_checkout  { float: right; }
#order_body hr  { padding: 0px; margin: 20px 0; }

/******* Checkout *******/
#order_body #checkout-form h3 { float: none; text-align: center; }
#order_body #checkout-form .summary-body { float: left; width: 500px; }
#order_body #checkout-form #billing_address input[type=text], #order_body #checkout-form #billing_address select, #order_body #checkout-form .payment-methods input, #checkout-form .payment-methods select { width: 100%; }
#order_body #checkout-form label { margin: 10px 0 0 0; }
#order_body #checkout-form .col-md-4 { padding: 40px; border-right: 2px solid #ccc; border-top: 2px solid #ccc; }
#order_body #checkout-form .col-md-4.last { border-right: 0; }
#order_body #checkout-form #order_summary { padding: 20px; background: #f9f9f9; border: 1px solid #f1f1f1; }
#order_body #checkout-form #order_summary .order_heading { font-weight: bold; font-size: 30px !important; line-height: 35px; }
#order_body #checkout-form .order_heading { font-weight: bold; font-size: 20px; }
#order_body #checkout-form .summary table { border-top: 1px solid #ccc;  margin: 20px 0; width: 100%; }
#order_body #checkout-form .summary table td { padding: 5px 0; }
#order_body #checkout-form .summary .order_total { border-top: 1px solid #ccc; }
#order_body #checkout-form .summary th { padding: 5px;  background: #f1f1f1; }
#order_body #checkout-form .checkbox input { float: left; margin-right: 5px; }
#order_body #checkout-form select, #order_body #checkout-form input  { padding: 5px; border: 1px solid #767676; height: auto; }
#order_body #checkout-form .shipping-method { padding: 20px 0; }
#order_body #checkout-form .row { overflow: visible !important; }

/******* Cart *******/
#lblCartCount {
    font-size: 12px;
    background: #000;
    color: #fff;
    padding: 0px 8px;
    vertical-align: bottom;
    margin-left: -10px;
}
.badge {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#Cart input { width: 50px; padding: 5px; }
#Cart { color: #222; font-size: 14px; }
#Cart .delete { font-size: 10px; }
#Cart td { padding: 20px; }
#Cart th { padding: 0 20px; font-size: 16px; font-weight: bold; }
#Cart th { border-bottom: 1px solid #bbb; }
#updateCart, .continueCart a { height: auto !important; font-size: 12px !important; padding: 10px !important; cursor:pointer; }
.continueCart { padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.addToCart, .updateCart { cursor:pointer; }

.cart_product { box-shadow: 0px 0px 10px #cccccc; margin-bottom: 20px; }
.cart_product td { padding: 10px; border: 1px solid #cccccc; }
.cart_product_empty { width: 100%; padding: 20px; } 
.cart_shopall { border-top: 1px solid #ccc; width: 100%; padding: 10px;}
.cart_shopall a { float: right; }

/******* Products *******/
.product-list-title { padding: 5px; }
.product-list img { width: 100%; }
.product-list { padding-bottom: 30px; }
.prod_quantity input { width: 75px; }
.prod_addcart { padding: 30px 0; }



.tab-navs {
    position: relative;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    border: 1px solid #eee;
    border-bottom: 0;
    border-left: 0;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    z-index: 2;
	margin-top: 50px;
}

.tab-navs .tab-nav.active {
    padding: 12px 30px 15px;
    color: #222222;
    font-weight: 700;
    background: #fff;
    border-top: 3px solid #222222;
	border-left: 1px solid #eee;
    cursor: default;
}
.tab-panes {
    position: relative;
    top: -1px;
    z-index: 1;
    }
.tab-panes .tab-pane {
    padding: 30px;
    border: 1px solid #eee;
	margin-bottom: 20px;
}

#subheader, #terms_body { padding: 50px 0; }
header .header_top { background: #FFE538; color: #222222; }
header .header_text, header .header_myaccount { color: #222222; }

/******* Custom Banner *******/
.custombanner1 { color: #222222; font-size: 2vw; line-height: 2vw; font-family: Kalam; font-weight: bold; }
.custombanner2 { color: #222222; font-size: 4vw; line-height: 4vw; font-family: Poppins; font-weight: bold; }
.custombanner3 { color: #222222; font-size: 1vw; line-height: 1vw; font-family: Poppins; font-weight: normal; }
/******* Custom Theme *******/
header .header_top, .mm-panel, .canvas-header-box, .header-mobile { background: #FFE538 !important; color: #222222; }
header .header_text .text_1 , header .header_myaccount { color: #222222 !important; }
header .header_tt { background: #FFE538; }
a .site-header__cart-text { color: #222222 !important; }
a #_desktop_cart_count { background: #222222; }
a #CartCount { color: #FFE538; }
.sticky-menu-active { background: #cccccc !important; color: #222222; }
#AccessibleNav a { color: #222222; }
.nov-footer { background: #A5E827 !important; color: #222222 !important; }
.nov-footer .title-block, .nov-footer a, .nov-footer .content span, .nov-footer .content  { color: #222222 !important; }
#Cart input { width: 65px !important; }
.shipping-method-block input, #web_terms input { width: 20px; float: left !important; }
.image-entity { height: 600px !important; max-width: 1000px !important; }
.slide-image { background: url('/template/images/background.jpg'); height: 600px !important;   } 
.slide-image:before { content: ''; position: absolute; width: 100%; height: 100%; color: #222222; background: linear-gradient(45deg, #B1B7D1 50%, rgba(0,0,0,.3) 70%); }
figcaption .container-1320 { margin-left: 40px; }
@media (max-width: 1200px){
	.image-entity { display:none !important; }
}
.header-template .header_tt, .header-template .header_top, .header-template .container-1320 { color: #000000; background: #6DD7CD !important; }
#shopify-section-nov-footer, #shopify-section-nov-footer a, #shopify-section-nov-footer .title-block, #shopify-section-nov-footer .content span, #shopify-section-nov-footer .content { color: #222222 !important; background: #B1B7D1 !important; }
#home_body { background: #f9f9f9!important; }
.tt-image-box img { height:200px !important; width: auto !important; }
.container-1320 .position-relative { padding: 20px !important; }
.bg-newsletter { background: rgb(255,255,255,.5); }
/*end*/