@import 'fonts.css';

/* Base css */
html {
    /*overflow-x: hidden*/
}
:focus{
  outline:none;
}
#wrapper,
#main {
    background-color: #fff;
    position: relative
}
a {
  color: #000;
  text-decoration:none;
}
a:hover,
a:focus {
  color: #222;
  text-decoration:none;
}
hr{
  border:1px solid #333;
}
body{
  color: #222;
  font-size:17px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: 1.5;
  font-family: 'supermarket';
}
.text-italic{
  font-style: italic;
}
.white-bg{
  background:#fff;
  color:#333;
}
.primary-bg{
  background:#ff7e41;
  color:#fff;
}
a .primary-bg{
  color: #fff;
  text-decoration:none;
}
a:hover .primary-bg,
a:focus .primary-bg {
  color: #fff;
  text-decoration:none;
}
.primary-color,
a.primary-color{
  color: #ff7e41;
  text-decoration:none;
}
a.primary-color:hover,
a.primary-color:focus {
  color: #ff7e41;
  text-decoration:none;
}
.white-color,
a.white-color{
  color: #fff;
  text-decoration:none;
}
a.white-color:hover,
a.white-color:focus {
  color: #fff;
  text-decoration:none;
}
.white-bar{
  background: #fff;
  height: 1px;
  margin: 0 auto;
  width: 100%;
}
.primary-topbar{
  background: #f3f3f3;
  border-bottom: 1px solid #e7e7e7;
  margin: 0 auto;
  width: 100%;
  font-size:1rem;
  font-family: 'supermarket', Arial, Helvetica, sans-serif;
}
.primary-topbar .nav-link {
    display: block;
    padding: .2rem 0.3rem;
}
.primary-bar{
  background: #ff7e41;
  height: 1px;
  margin: 0 auto;
  width: 100%;
}
.font-1x{
  font-size: 1.2rem;
}
.font-1x-5{
  font-size: 1.5rem;
}
.font-2x{
  font-size: 2rem;
}
.font-3x{
  font-size: 3rem;
}
.font-bold{
  font-weight: bold;
}
.hidden-0{
  opacity:0;
}
.hidden-3{
  opacity:0.3;
}
.visible{
  opacity:1;
}
.fixed{
  position:fixed;
  z-index: 9;
}
.scrolloff {
  pointer-events: none;
}
/* CSS Bootstrap */
.container{
  /*max-width: 100%;*/
}
::-webkit-input-placeholder {
    color:#888 !important;
}
::-moz-placeholder {
    color:#888 !important;
}
::-ms-placeholder {
    color:#888 !important;
}
::placeholder {
    color:#888 !important;
}
.dropdown-menu {
    margin: .125rem 0 0;
    padding: 0;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(255, 126, 65, 0.5);
}
.dropdown-item {
    padding: .25rem 1.5rem;
}
.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #ec7c3e;
}
.dropdown-divider {
    margin: .1rem 0;
    border-top: 1px solid #ec7c3e;
}
.form-control,
input[type="text"],
textarea {
  border-radius: 0px !important;
  border: 1px solid #ec7d3e !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color:#333;
  background-color: #fff;
  padding: 0.3rem 0.8rem;
}
.form-control:focus,
input[type="text"]:focus,
textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color:#333;
  border-color: #ec7d3e;
  background-color: #fff;
}
p{
  margin: 0.25em 0;
}
.input-group-text {
    padding: .375rem .5rem;
    background-color: #ffffff;
    border: 1px solid #ec7d3d;
    color: #888;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-radius: 0;
  border-right: none;
}
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child){
   border-left: none !important;
   padding-left: 0;
}

.navbar-light{
  padding: 0;
}
.navbar-light .lang-flag{
  height:28px;
}
.navbar-brand {
  z-index: 1;
  display: none;
}
.navbar-brand img {
 width:120px;
}
.navbar-light .navbar-nav {

}
.navbar-light .navbar-nav > li > a {
  font-family: 'supermarket', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3rem;
  color:#111;
}
.navbar-light .navbar-nav .nav-link{
  margin: 0.5rem 0rem;
  padding: 0 1rem;
  color: #fff;
  border-style: none;
  border-color: #9c5dac;
  border-width: 0px 0px 0px 1px;
  white-space: nowrap;
}
.navbar-light .navbar-nav .nav-item:first-child .nav-link{
  border-left: none;
}
.navbar-light .navbar-nav .active>.nav-link{
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
  color: #a3e005;
}
.navbar-light .navbar-nav .dropdown-menu .nav-link{
  border-color: #02267a;
}
.navbar-light .navbar-toggler{
  border-color: rgb(58, 58, 60);
}
.navbar-light .navbar-toggler-icon {
  /*
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  */
}
.nav-cart{

}
.nav-warper{
  background: #ec7c3e;
  min-height: 5px;
}
.nav-warper.nav-fixed{
  position: fixed !important;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  border-bottom: 1px solid #f26523;
}
.nav-warper.nav-fixed .navbar-nav{
  margin-left: 1rem;
}
.nav-warper.nav-fixed .navbar-brand{
  /*height: auto;
  margin-top: 0;
  display: inline-block;*/
}
.nav-warper.nav-fixed .navbar-brand img{

}
.nav-warper.nav-fixed .nav-link{
  color: #333;
}
.nav-warper.nav-fixed .active>.nav-link{
  color: #a3e005;
}
.nav-warper .btn-nav,
.nav-warper .cart-nav{
  display: none;
}
.nav-warper.nav-fixed .cart-nav{
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 576px) {
  .navbar-brand {
    height: auto;
    margin-top: 0;
   margin-left: auto;
   margin-right: auto;
  }
  .navbar-brand img {
   width:120px;
  }
  .nav-warper.nav-fixed .navbar-brand img{
    width: 120px;
  }
  .navbar-toggler-left{
    position: absolute;
    left: 0.5rem;
    top: -2.4rem;
  }
  .nav-warper.nav-fixed .navbar-toggler-left{
    position: absolute;
    left: 0.5rem;
    top: 0.3rem;
  }
  .nav-warper.nav-fixed .btn-nav{
    display: inline-block;
  }
  .nav-warper.nav-fixed .cart-nav{
    display: inline-block;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .navbar-brand {
    height: auto;
    margin-top: 0;
   margin-left: auto;
   margin-right: auto;
  }
  .navbar-brand img {
   width:120px;
  }
  .nav-warper.nav-fixed .navbar-brand img{
    width: 120px;
  }
  .navbar-toggler-left{
    position: absolute;
    left: 0.5rem;
    top: -2.6rem;
  }
  .nav-warper.nav-fixed .navbar-toggler-left{
    position: absolute;
    left: 0.5rem;
    top: 0.3rem;
  }
  .nav-warper.nav-fixed .btn-nav{
    display: inline-block;
  }
  .nav-warper.nav-fixed .cart-nav{
    display: inline-block;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .navbar-brand {
    height: auto;
    margin-top: 0;
   margin-left: auto;
   margin-right: auto;
  }
  .navbar-brand img {
   width:120px;
  }
  .nav-warper.nav-fixed .navbar-brand img{
    width: 120px;
  }
  .navbar-light .navbar-nav .nav-link::before{
    margin: 0 5px 3px 0;
  }
  .nav-warper.nav-fixed .btn-nav{
    display: inline-block;
  }
  .nav-warper.nav-fixed .cart-nav{
    display: inline-block;
  }
}
@media (max-width: 992px) {
  .h1, h1{
    font-size: 2.2rem;
  }
}
@media (max-width: 1199px) {
  .navbar-light .navbar-nav > li > a {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 992px) {
  .navbar-light .navbar-nav > li > a {
    font-size: 1.1rem;
    line-height: 1.1rem;
  }
  .navbar-light .navbar-nav .nav-item .nav-link{
    border: none;
    margin: 0rem 0rem;
    padding: 0.6rem 0.5rem;
  }
  .navbar-toggler-right {
    position: absolute;
    top: 1.5rem;
  }
  .navbar-toggler-left{
    position: absolute;
    left: 0.5rem;
    top: 0.8rem;
    display: block;
    width: auto;
    height: auto;
    min-width: 43px;
    min-height: 31px;
  }
  .nav-cart{
    position: absolute;
    right: 0.5rem;
    top: 0.4rem;
    display: block;
  }
}
.btn{
  cursor:pointer;
  border-radius:4px;
  padding: 0.5rem 1.2rem;
}
.btn-primary{
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius:0px;
  background-color: #ec7d3e;
  color:#fff !important;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:hover{
  background-color: #ff5c00;
  color:#fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
  background-color: #ec7d3e;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(255, 177, 131);
}
.btn-secondary{
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 0.25rem 1rem 0.4rem 1rem;
  color: #fff !important;
  background-color: #ec7e3d;
}
.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:hover{
  color: #fff !important;
  background-color: #ff5c00;
}
.btn-default{
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
  color:#ec7d3e;
  padding:0 5px;
}

.btn-default.focus, .btn-default:focus,
.btn-default:hover{
  color:#ec7d3e;

}
.btn-outline-primary {
    color: #ec7c3e;
    background-image: none;
    background-color: transparent;
    border-color: #ec7c3e;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #ec7c3e;
    border-color: #ec7c3e;
}
.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgb(255, 177, 131);
    box-shadow: 0 0 0 0.2rem rgb(255, 177, 131);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ec7c3e;
    background-color: transparent;
}

.card {
  border: none;
}
.card a img {

  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
.card a img:hover {
  transform: scale(1.02);
}
.card-text {

}
@media (min-width: 993px) {
  .card-text {
    height:75px;
    overflow: hidden;
  }
}
.img-thumbnail{

}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.fullheight{
  height:100%;
}

/* woo style */

.woocommerce-info {
    border-top-color: #ec7c3e;
}
.woocommerce-info::before{
  color: #ec7c3e;
}
.shop_table .remark {
	font-weight:bold;
	font-size:1.2rem;
	color:red;
}
.payment_method_bacs,
div.payment_method_bacs p{
	
	font-weight:bold;
	font-size:1.2rem;
	color:red;
}
/* CSS Ninja plugin */

.nf-field-element textarea{
  height: 5em !important;
}
.nf-field-container, #ninja_forms_required_items{
  margin-bottom: 15px !important;
}

/**
* 8.0 Alignments
*/

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}


@media (max-width: 576px) {
  .text-xs-left { text-align: left; }
  .text-xs-right { text-align: right; }
  .text-xs-center { text-align: center; }
  .text-xs-justify { text-align: justify; }
}

@media (min-width: 577px) and (max-width: 768px) {
  .text-sm-left { text-align: left; }
  .text-sm-right { text-align: right; }
  .text-sm-center { text-align: center; }
  .text-sm-justify { text-align: justify; }
}

@media (min-width: 769px) and (max-width: 992px) {
  .text-md-left { text-align: left; }
  .text-md-right { text-align: right; }
  .text-md-center { text-align: center; }
  .text-md-justify { text-align: justify; }
}

@media (min-width: 993px) and (max-width: 1099px) {
  .text-lg-left { text-align: left; }
  .text-lg-right { text-align: right; }
  .text-lg-center { text-align: center; }
  .text-lg-justify { text-align: justify; }
}

@media (min-width: 1200px) {
  .text-xl-left { text-align: left; }
  .text-xl-right { text-align: right; }
  .text-xl-center { text-align: center; }
  .text-xl-justify { text-align: justify; }
}

/* CSS Document custom */

.section { overflow:hidden; }

.section-sub {
  color: #484848;
}
.section-sub a,
.section-sub a:visited {
  color: #484848;
  text-decoration:none;
}
.section-sub a:hover,
.section-sub a:focus {
  color: #282828;
  text-decoration:none;
}
.section-sub .content-area,
.section-sub #main{
  background: #e7e7e6;
}
.section-sub .entry-header h1{
  color: #484848;
  padding-bottom: 10px;
  border-bottom: 1px solid #888;
  text-transform: uppercase;
}

.section-header .container{
  background: #ec7b3e;
  background-position: center;
  background-size: cover;
}
.section-header h1.header-text{
  font-family:  'supermarket';
  font-size: 1.5rem;
  line-height: 1.5rem;
  color:#fff;
}
.section-header h1.header-text::before{
  content: ' ';
  display: inline-block;
  border-top: 7px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 7px solid transparent;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.section-header h1.header-text2{
  font-family:  'supermarket';
  font-size: 3.0rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #f22222;
}
.section-header h1.header-text2::before{
  content: ' ';
  display: inline-block;
  border-top: 10px solid transparent;
  border-left: 15px solid #ff7e42;
  border-bottom: 10px solid transparent;
  float: left;
  margin-top: 7px;
  margin-right: 10px;
}
.section-slide{

}
.section-slide-sub{

}
.section-about{

}
.section-about p{
  font-size: 1.15rem;
  line-height: 1.6rem;
  margin: 0 0 5px 0;
}
.section-about .aboutus-logo{
  border-right:3px solid #2d2d2d;
}
.section-news{

}
.section-news .card{
  background:#efefef;
}
.section-news .card .news-title{
  /*border-bottom: 1px solid #c3c3c3;*/
}
.section-main{

}
.section-category{

}
.section-category .category-box{
  border: 1px solid #ec793d;
  position: relative;
}
.section-category .category-text{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: hsl(21, 82%, 58%);
  color: #fff;
  text-align: center;
  line-height: 1.5rem;
  padding: 5px 0;
}
@media only screen and (max-width: 1024px) {
    /*.section-ourbrand {
        background-attachment: scroll;
    }*/
}

.section-googlemap{
  height:350px;
}
.section-menufooter{
  background-color: #2d2d2d;
  color:#fff;
}
.section-menufooter ul li{
  list-style: none;
  margin-bottom: 0.25rem;
  margin-left:0.5rem;
  font-size:0.9rem;
}
.section-menufooter ul li:first-child{
  font-family: Arial;
  margin-left:0rem;
  margin-top: 1rem;
  margin-bottom: 0.7rem;
  font-size:1rem;
}
.section-menufooter ul li:first-child span{
  border-bottom:1px solid #fff;
}
.section-menufooter .nav-footer a {
}
.section-menufooter a,
.section-footer a:visited {
  color: #fff;
  text-decoration:none;
}
.section-menufooter a:hover,
.section-menufooter a:focus {
  color: #ffab78;
  text-decoration:none;
}

.section-footer {
  font-family:  Arial;
  background-color: #2d2d2d;
  color:#fff;
  font-size:0.9rem;
  border-top:1px solid #fff;
}
.section-footer {

}
.section-footer .container{
}
.section-footer a,
.section-footer a:visited {
  color: #fff;
  text-decoration:none;
}
.section-footer a:hover,
.section-footer a:focus {
  color: #ffab78;
  text-decoration:none;
}
.section-contactus{
  font-size:1.15rem;
}
.section-contactus .contactus-head{
  color:#003366;
}
.section-contactus label{
  color:#003366;
}
.contactus-hotline{
  background: #2d2d2d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
}
.section-contactus ul li{
  list-style: none;
}
.section-contactus a,
.section-contactus a:visited {
  color: #000;
  text-decoration:none;
}
.section-contactus a:hover,
.section-contactus a:focus {
  color: #ffab78;
  text-decoration:none;
}
.contactus-hotline a,
.contactus-hotline a:visited{
  color:#fff;
  text-decoration:none;
}
.head-text{
  font-family: Arial, Helvetica, sans-serif;
}
.head-warp{
}
.head-warp .head-group{
  display: block;
  text-align: center;
  margin-top: -15px;
}
.head-warp .head-circle {
  vertical-align: middle;
  margin: 0 5px;
  width: 13px;
  height: 13px;
  background: #ec7c3e;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.head-warp .head-line-before, .head-warp .head-line-after {
  vertical-align: middle;
  margin: 0 auto;
  width: 60px;
  height: 1px;
  background: #acacac;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
}
.head-warp:hover .head-line-before, .head-warp:hover .head-line-after {
  width: 90px;
  background: #2d2d2d;
}

.form-control{
  border-color: rgb(0, 51, 102);
}
.pointer {
    cursor: pointer;
}
.category-list{
  width: fit-content;
  /*background: #bebebe;*/
  /* border-bottom: 3px solid #2d2d2d; */
  margin: 0 auto;
  padding:0;
  text-align: left;
  border-radius: 5px 5px 0 0;
}
.category-item{
  /* width: 50%; */
  list-style: none;
  margin:0;
  padding:0;
  display: inline-block;
  background: #bebebe;
  border-bottom: 3px solid #2d2d2d;
  margin-right: -5px;
  position: relative;
}
.category-link{
  /* width: 100%; */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color:#111;
  line-height: 26px;
  margin: 0.3rem 0rem;
  padding: 0 0.85rem;
  color: #393939;
  border-style: solid;
  border-color: #9c5dac;
  border-width: 0px 0px 0px 1px;
  display: inline-block;
}

.category-list .category-item:first-child .category-link{
  border-left: none;
}
.category-list .category-item.active{
  background: #954ca5;
  border-radius:5px 5px 0 0;
}
.category-list .category-item .category-link:focus,
.category-list .category-item .category-link:hover{
  color: #9b4daf;
}
.category-list .category-item.active .category-link{
  color: #fff;
}
.category-list .category-item.active .category-link:focus,
.category-list .category-item.active .category-link:hover{
  color: #fff;
}


.howtobuy-wrapper{
  font-family: 'supermarket';
  font-size: 1rem;

}
.howtobuy-wrapper .howtobuy-list{
  border-bottom: 6px solid #000;
}
.howtobuy-wrapper .howtobuy-list .howtobuy-step{
  padding: 5px 15px;
  border-radius: 50%;
  background-color: #ec7c3e;
  font-weight: bold;
  display: inline-block;
}
.howtobuy-wrapper .howtobuy-list .howtobuy-img{

}
.howtobuy-wrapper .howtobuy-list .howtobuy-text-head{
  font-size: 1.2rem;
  font-weight: bold;
}
.howtobuy-wrapper .howtobuy-list .howtobuy-text-detail{

}
.howtobuy-wrapper .howtobuy-list .howtobuy-text-line{
  height:2px;
  width:100%;
  background: #000;
}
.howtobuy-wrapper .howtobuy-detail{
  font-size: 0.9rem;
}

.product-item{
  font-family: 'supermarket';
  font-weight: bold;
  font-size: 1rem;
  border: 1px solid #ec7c3e;
  border-radius: 3%;
}
.product-title{
  color:#ec7c3e;
  font-size: 1.1rem;
}
.product-price{

}
.category-top-nav,
.category-top-nav a,
.category-top-nav a:visited {
  font-family: 'supermarket';
  color: #000;
  text-decoration:none;
}
.category-top-nav a:hover,
.category-top-nav a:focus {
  color: #333;
  text-decoration:none;
}

@media (max-width: 300px) {
    .section-head .container{
      width:100%;
    }
    .category-list{

    }
    .category-item{

    }
    .category-list .category-item .category-link{

    }
    .category-link{

    }
}

@media (min-width: 301px) and (max-width: 576px) {
  .section-head .container{
    width:100%;
  }
  .section-head {
    min-height: 130px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .section-head {
    min-height: 149px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .section-head {
    min-height: 112px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .section-head {
    min-height: 165px;
  }
}

@media (min-width: 1200px) {
  .section-head {
    min-height: 170px;
  }
}
.li-header{
  list-style: none;
  font-weight: bold;
}
.text-indent-1{
  text-indent:0.5rem;
}
.text-indent-2{
  text-indent:1rem;
}
.text-indent-3{
  text-indent:1.5rem;
}
.text-indent-4{
  text-indent:2rem;
}
.text-indent-5{
  text-indent:2.5rem;
}
/*****	navigation *****/
.navigation{ width:100%; float:left; height:auto; margin:10px 0; }
.navigation ul { margin:0;padding:0;list-style: none; }
.navigation li a,
.navigation li a:hover,
.navigation li a:visited,
.navigation li a:focus,
.navigation li.active a,
.navigation li.disabled { color: #fff; text-decoration:none; }
.navigation li { display: inline; color: #f8931d; margin: 0 3px; }
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled { background-color: #f8931d; border-radius: 0px; cursor: pointer; padding: 12px; padding: 0.4rem 0.6rem; font-size: 0.9em; }
.navigation li a:hover,
.navigation li.active a { background-color: #f8931d; }


.fa-warp{
  width:20px;
}
.fa-line-message {
  background: url('../images/base/icon-line3.png') 40% 40% no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
}

/******************/

@media (min-width: 577px) and (max-width: 768px) {

}
/****************/

.processing,
.loading-spin {
    position: relative
}

.processing:before,
.loading-spin {
    content: '';
    margin: 0px auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    opacity: .8;
    border-left: 3px solid #793c88;
    -webkit-animation: spin .6s infinite linear;
    animation: spin .6s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    pointer-events: none
}

.box-image.processing:before,
.dark .processing:before,
.dark.processing:before,
.dark.loading-spin,
.dark .loading-spin {
    border-top: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-right: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1) !important;
    border-left: 3px solid #fff !important
}

.box-image.processing:after {
    content: "";
    background-color: #000;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.box-image.processing .image-tools {
    opacity: 0 !important
}

.woocommerce-checkout.processing:before {
    position: fixed
}

.processing:before,
.loading-spin.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99
}

.loading-spin {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.btn.loading {
    opacity: 1 !important;
    position: relative;
    color: rgba(255, 255, 255, 0.05) !important;
    pointer-events: none !important
}

.btn.loading:after {
    -webkit-animation: spin 500ms infinite linear;
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px
}

.is-outline .button.loading:after {
    border-color: #446084
}


.cart-icon {
    display: inline-block;
}
.cart-icon strong {
    border-radius: 0;
    font-weight: bold;
    margin: .3em 0;
    margin-top: 3px;
    border: 2px solid #71ab4d;
    color: #71ab4d;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 2.2em;
    height: 2.2em;
    font-size: 1em;
    line-height: 1.9em;
    font-family: Helvetica, Arial, Sans-serif;
}
.cart-icon strong:after {
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 14px;
    left: 50%;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border: 2px solid #71ab4d;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0;
}
.current-dropdown .cart-icon strong,
.cart-icon:hover strong {
    background-color: #6ebd3b;
    color: #fff;
}
.current-dropdown .cart-icon strong:after,
.cart-icon:hover strong:after {
    height: 10px
}
.nav-small .cart-icon {
    font-size: .66em
}
.loading .cart-icon strong,
.loading .cart-icon strong:after {
    border-color: #7a9c59;
    color: #7a9c59
}
.loading .cart-icon:hover strong {
    background-color: #7a9c59;
    color: #FFF
}
.header-cart-icon {
    position: relative
}

.product-border-wraper {
    border: 1px solid #ec7a3e;
}

.woocommerce{
  width: 100%;
}
.woocommerce div.product .product_title{
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price{
  color: #222;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}
.woocommerce div.product div.summary{
  margin: 0 0 2em 0;
}
.woocommerce div.product div.summary img{
  height:auto ;
}
.woocommerce a.added_to_cart{
  left: 50%;
  margin-left: -60px;
  margin-top: -25px;
  padding: 10px 20px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 45%;
  width: 120px;
  background: #111111 none repeat scroll 0 0;
  color: #fff;
}
.woocommerce-info,
.woocommerce-message{
  width: 100%;
}
.woocommerce .cart-empty{
  text-align: center;
}
.woocommerce .order_review ,
.woocommerce-page .order_review {
  margin-bottom:2rem;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1{
  float: left;
  width: 48% ;
  max-width: 48% ;
  display: block;
  margin-bottom:2rem;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
  float: right;
  width: 48% ;
  max-width: 48% ;
  display: block;
  margin-bottom:2rem;
}
.woocommerce .product.product-card img,
.woocommerce-page .product.product-card img{
  margin: 0 auto 0rem auto;
  display: block;
  height:250px;
}
.woocommerce-loop-product__title{
  font-size: 1.2rem;
  margin: 0 0 0.3rem 0;
  height:28px;
  overflow: hidden;
}
.woocommerce-loop-product__title2{
  font-size: 1rem;
  margin: 0 0 0.3rem 0;
  height:28px;
  overflow: hidden;
}
.woocommerce .product .woocommerce-loop-product__link{
  display:block;
  height:320px;
}
.woocommerce-loop-category__title{
  display: none;
}
.woocommerce span.onsale{
  top: 5px;
  left: 5px;
  background-color: #ec7a3e;
  padding: 0 0.75em;
  border-radius: 0;
  line-height: 2.3;
  min-height: 1.236em;
  min-width: 1.236em;
}
.woocommerce-product-gallery .flex-viewport{
  border: 1px solid rgb(204, 204, 204);
  margin: 1%;
  border-radius: 20px;
}
.woocommerce div.product div.images {
  margin-bottom:0;
}
.woocommerce div.product div.images .wpis-slider-for img{
	height:auto;
	width:auto;
	max-height: 450px;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
	margin: 0 auto;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{
  width:auto;
  max-width: 100%;
  height:auto;
  padding:20px;
}
.woocommerce .woocommerce-ordering{
  margin: auto 0 auto auto;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt{
  background-color: #ec7a3e;
  border-radius: 0px;
  font-weight: normal;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover{
  background-color: #ef661e;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{
  padding: 0.6em 1.5em;
  border-radius:0;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
  padding: 0.6em 1.5em;
}
.woocommerce div.product div.images .flex-control-thumbs li{
  border: 1px solid #ddd;
  width: 23%;
  margin: 1%;
  padding: 0.4rem;
  border-radius: 10px;
}
.woocommerce div.product form.cart .variations select{
  padding: 0.3em 0.2em;
}
.woocommerce .quantity .qty{
  padding: 0.3em 0;
}
ins .woocommerce-Price-amount.amount{
  font-size: 1.2em;
}
.woocommerce-product-details__short-description{
  margin-bottom: 1.25em;
  font-style: italic;
  font-size: 1.3rem;
}
.product_meta{
  margin-bottom: 1.25em;
}
.product_meta > span {
    display: block;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2:first-of-type{
  display:none;
}
.product .related .category-product{
  display:none;
}
/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0,0,0,0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0,0,0,0.8); cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
opacity:1 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs .panel{
  background: #efefef;
  padding: 2rem 1rem 2rem 1rem;
}

figure {
display: block;
margin-top: 0em;
margin-bottom: 0em;
margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 768px) {
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2{
    float: none;
    width: 100% ;
    max-width: 100% ;
    display: block;
  }
  .woocommerce .product img,
  .woocommerce-page .product img{
    height:auto;
  }
  .woocommerce-loop-product__title{
    height:auto;
  }
  .woocommerce .product .woocommerce-loop-product__link{
    height:auto;
  }
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ec7c3e;
    color: #fff;
}

.dwspecs-product-table .group-title{
  background-color: #aaa;
    padding: 5px 10px;
}
.dwspecs-product-table table{
    margin: 0;
}
.dwspecs-product-table table tr{

}
.dwspecs-product-table table tr:nth-child(odd){
  background-color: #ddd;
}
.dwspecs-product-table table tr:nth-child(even){
  background-color: #eee;
}
.dwspecs-product-table table tr td{
  padding: 5px 10px;
  vertical-align:top;

}
.dwspecs-product-table table tr td:nth-child(1){
  width: 25%;
}
.dwspecs-product-table table tr td:nth-child(2){
  width: 75%;
}
.hentry {
    margin: 0;
}
.slick-prev, .slick-next{
  z-index: 9;
}
.slick-prev{
  left:0;
}
.slick-next{
  right:0;
}
.slick-prev:before, .slick-next:before{
  opacity: .75;
  color: #2d2d2d;
}
.product-ribbon-box {
  width: 200px; height: 300px;
  position: relative;
  border: 1px solid #BBB;
  background: #EEE;
}
.product-ribbon {
  position: absolute;
  right: 0px; top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 125px; height: 125px;
  text-align: right;
}
.product-ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 150px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#1B7E3B 0%, #208946 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 37px; right: -27px;
}
.product-ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #208946;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #208946;
}
.product-ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #208946;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #208946;
}
.product-accessery-header{
  font-size:1.1rem;
  text-transform: uppercase;
}
.product-accessery{
  border: 1px solid #999;
  border-radius:10px;
  position:relative;
}
.slide-product-accessories{
  position:relative;
}

.slick-slide{
  display: flex;
  align-items:center;
}
/****************************************/
.header-primary-bg{
  background: #ec7b3e;
}
.header-primary-bg h1{
  font-family:  'supermarket';
  font-size: 1.5rem;
  line-height: 1.5rem;
  color:#fff;
}

#woocommerce-wrapper h1.page-title{
  background: #ec7b3e;
  background-position: center;
  background-size: cover;
  font-family: 'supermarket';
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  padding: .5rem!important;
  width: 100%;
}
#woocommerce-wrapper h1.page-title::before {
    content: ' ';
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 7px solid transparent;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

/****************************************/
.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 7px 2px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
