body, p { font-family: Nanum Gothic !important; }
h1, h2, h3, h4, h5, h6 { font-family: Source Sans Pro !important; }

.btn {-webkit-background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfbdfa), color-stop(1, #bc80ea));background:-moz-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);background:-webkit-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);background:-o-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);background:-ms-linear-gradient(top, #dfbdfa 5%, #bc80ea 100%);background:linear-gradient(to bottom, #dfbdfa 5%, #bc80ea 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfbdfa', endColorstr='#bc80ea',GradientType=0);background-color:#dfbdfa;-moz-border-radius:17px;-webkit-border-radius:17px;border-radius:17px;border:1px solid #c584f3;display:inline-block;cursor:pointer;color:#ffffff;font-family:Arial;font-size:14px;font-weight:bold;padding:14px 24px;text-decoration:none;text-shadow:0px 1px 0px #9752cc;}.btn:hover {background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc80ea), color-stop(1, #dfbdfa));background:-moz-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);background:-webkit-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);background:-o-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);background:-ms-linear-gradient(top, #bc80ea 5%, #dfbdfa 100%);background:linear-gradient(to bottom, #bc80ea 5%, #dfbdfa 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc80ea', endColorstr='#dfbdfa',GradientType=0);background-color:#bc80ea;}.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: 200px; padding-top: 10px; }
#order_body .totals .order_total { font-weight: bold; font-size: 20px; }
#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 .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_heading { font-weight: bold; font-size: 20px; }
#order_body #checkout-form .summary table { margin: 20px 0; width: 100%; }
#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 .cart_summary { padding: 20px; }
.cart_checkout .btn { width: 100%; padding: 10px; }
#order_body .continueShopping { margin-top: 20px; }
#order_body .continueShopping .btn2 { color: #222; display: block; text-align: center; width: 100%; border: 1px solid #222; padding: 10px; width: 100%; }
#order_body .continueShopping .btn2:hover { color: #fff; background: #222; }
#order_body .cart_summary { background: #f1f1f1; border: 1px solid #ccc; }
#order_body .cart_summary .order_heading { padding-bottom: 10px; margin-bottom: 10px; font-size: 20px; font-weight: bold; border-bottom: 1px solid #ccc; }

/******* 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 { background: #f1f1f1; border: 1px solid #ccc; }
#Cart input { width: 50px; }
#Cart { font-size: 14px; }
#Cart .delete { font-size: 10px; }
#Cart td { padding: 20px 20px 20px 20px; }
#Cart th { padding: 20px; font-size: 16px; font-weight: bold; border-bottom: 1px solid #ccc; }
#updateCart, .continueCart a { height: auto !important; font-size: 12px !important; padding: 10px !important; cursor:pointer; }
.addToCart, .updateCart { cursor:pointer; }
#Cart img { padding: 10px; background: #fff; }

.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; }

/******* Custom Banner *******/
.custombanner1 { color: #fff; font-size: 5vw; line-height: 5vw; font-family: Source Sans Pro; font-weight: bold; }
.custombanner2 { color: #fff; font-size: 3vw; line-height: 3vw; font-family: Nanum Gothic; font-weight: normal; }
.custombanner3 { color: #fff; font-size: 2vw; line-height: 2vw; font-family: Nanum Gothic; font-weight: normal; }
/******* Custom Theme *******/
body, body h2 { font-family: 'Noto Sans' !important; }
.image_slide .img_placeholder__wrap { background: url('/template/images/background.jpg') no-repeat;  background-size: cover; }
.megamenu_stuck {  height: 80px !important; }
.img_placeholder__wrap { display: block; min-height: 700px !important; }
.section_wrap { min-height: 500px !important; }
.header_wrap1 { padding: 10px 0 !important; }
.product_name { line-height: 20px; }
.caption_text { padding: 20px; }
.caption_text p { font-size: 30px; line-height: 35px; }
#page_header  { background: #B1B7D1; border-bottom: 10px solid #9B9FB5; }
#page_header .megamenu ul { background: #B1B7D1; }
#page_header a, #page_header h2 { color: #222222; }
.top_pannel { background: none; color: #222222; }
#shopify-section-footer { background: #f1f1f1; color: #222222; }
#shopify-section-footer a, #shopify-section-footer h3, #shopify-section-footer h5 { color: #222222; }
.caption_text h2, .caption_text p { color: #222 !important; }
.money { font-size: 25px; }
.tt-image-box img { height: 200px !important; width: 200px; object-fit: contain; }
.tt-product { padding: 10px; }
#order_body .tt-product { min-height: 500px; }
.tt-product .tt-image-box { padding: 20px; min-height: 250px; }
.prod_price { padding: 10px 0; font-size: 20px; font-weight: bold; }
input { border: 1px solid #ccc; padding: 5px; }
/*end*/