@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: #000;
 
  margin: 0 auto;
}
.container,.content-area {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.button {
  border-radius: 0;
}
button:focus,a {
  border: none;
  outline: none;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Lato', sans-serif;
 margin: 0;
}
a {
  text-decoration: none;
  color: #000;
  line-height: 1.292;
 font-family: 'Lato', sans-serif;
  font-size: 16px;
  margin: 0;
}
a:hover {
  text-decoration: none;
  color: #000;
}
p {
  margin:0;
  /*line-height: 1.292;*/
  margin-bottom: 20px;
 font-family: 'Lato', sans-serif;
  font-size: 16px;
}
ul,li {
  margin: 0;
}
input:focus {
  border-radius: 0;
  outline: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
 font-size: 16px;
}
.banner_content {
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;text-align: center;
}
.banner_slider h1{
 font-size: 36px;
 text-transform: uppercase;
 padding: 18px 30px;
 color: rgb(255, 255, 255);
 font-weight: bold;
 position: relative;
 z-index: 1;
 display: inline-block;
 letter-spacing: 2px;
 line-height: 0.944;
}
.banner_slider h1::before {
  background-color: rgba(246,150,28,0.6);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
.carousel-control-prev-icon {
  background: url('../images/left-arrow.png');
  width: 40px;
  height: 42px;
  background-repeat: no-repeat;
}
.carousel-control-next-icon {
  background: url('../images/right-arrow.png');
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
/*.feature_project .featured_img img {
  height: 210px;
  width: 170px !important;
}*/
/*.sale_products .featured_img img {
  height: 135px;
  width: 170px !important;
}*/
.sale_products .featured_img img,.feature_project .featured_img img {

  width: 100%;
}
.featured_img {
  text-align: center;
  justify-content: center;
  display: flex;
 
}
#feature_project .featured_img { height: 250px;}




.sec-heading {
  font-size: 38px;
  color: #553211;
}
.owl-nav {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 !important;
}
.owl-prev,.owl-next {
  position: relative;
}

.owl-prev {
  position: relative;
  left: -40px;
}
.owl-next {
  position: relative;
  left: 40px;
}

.owl-prev span,.owl-next span {
  display: none;
}
.owl-prev:focus,.owl-next:focus {
  border: none;
  outline: none;
}
.owl-prev::before {
  background: url('../images/left.png');
  content: "";
  position: absolute;
  width: 22px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.owl-next::before {
  background: url('../images/right.png');
  content: "";
  position: absolute;
  width: 22px;
  height: 40px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.new_product {
  background-color: #f6f6f6;
  padding-bottom: 60px !important;
}
.testimonials {
 background-color: #f6f6f6;
 padding-bottom: 55px !important;
}
.testimonials .owl-prev,.testimonials .owl-next{
  display: none !important;
} 
.new_product .owl-prev {
  left: -40px;
}
.new_product .owl-next {
  right: -40px;
}
.testimonials .featured_img,.testimonials .featured-caption-wrapper {
  width: 50%;
  background-color: #fff;
  margin:0 10px;
}
.testimonials .featured-caption-wrapper {
  padding: 0 10px;
}
.testimonials .testi-item {
  display: flex;
}
/*.new_product .featured-caption{
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  width: 100%;
}*/
.new_product .featured-caption {
  margin-top: 25px;
}
.new_product .featured-caption p{
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
#testi-owl-carousel {
  position: relative;
}
#testi-owl-carousel::before {
  background: url('../images/quote.png');
  position: absolute;
  left: -60px;
  top: 0px;
  width: 45px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
}
.footer_heading {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 600;
}
.footer {
  background-color: #000;
}
.footer p {
  font-size: 16px;
}
.footer a {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0 !important;
  font-weight: normal !important;
}
.footer li {padding:0px 3px;}
.footer a:hover{color:#f6961c;}
.footer .footer-div-f li a img{transition: 0.4s;}
.footer .footer-div-f li a img:hover{transform: translateY(-5px);transition: 0.5s;}
.footer img {
  max-width: 250px;
  width: 100%;
}
.footer .logo {
  margin-bottom: 35px;
}
.footer li {
  margin-bottom: 10px;
  line-height: 0;
}
.top-head {
  background-color: #553211;
}
.top-head p {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
}
.top-head a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  border-right: 1px solid #fff;
}
.top-head a:hover{color:#f6961c;} 
.top-head a.cart_num:hover{color: #fff;}
.featured-caption p{
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.featured-caption p:hover{color:#f6961c;}
.footer_btm p {
  font-size: 14px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f6961c;
  outline: none;border: none;
}
.owl-theme .owl-dots .owl-dot {
  margin-top: 25px;
}
.address {
  position: relative;
  padding-left: 35px;
  color: #f6961c;
  font-style: italic;
}
.address:before {
  content: "";
  background: url('../images/location.png');
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 38px;
  background-repeat: no-repeat;
}
.cart_num {
  position: relative;
}
.cart_num span {
  position: absolute;
  top: -5px;
  right: 10px;
  background-color: #f6961c;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 12px;
}
.test-content p {
  font-size: 18px;
  font-style: italic;
}
.test-name {
  font-size: 18px;
  font-weight: bold;
  font-style: normal !important;
}
#menu-header_menu .menu-item {
  margin: 0px 15px;
}
#menu-header_menu .menu-item a{
 letter-spacing: 1px;
}
#menu-header_menu li.nav-item a{color:;}

#menu-header_menu .menu-item a:hover{color:#f6961c;}
#products-owl-carousel .owl-dots {
  display: none;
}
.feature_project .owl-nav,.sale_products .owl-nav {
  top:35%;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 3px;
}
.footer .logo {
  display: none;
}
.footer-div {
  max-width: 135px;
  margin: 0 auto;
}
.footer-div-fo {
 max-width: 135px;
 margin-left: auto;
}
.f-row {
  padding: 75px 0;
}
/*.single_add_to_cart_button {
    background-color: #553211 !important;
    font-weight: normal !important;
    border-radius: 0 !important;
    }*/
    .woocommerce-cart table.cart td.actions .coupon .input-text {
      width: 150px;
    }

.woocommerce .quantity .qty {
   
    border: 1px solid #f78711;
}


    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
      width: 30%;
    }
    .quantity .qty,.quantity .qty:focus {
      line-height: 2;
      border-radius: 0;
    }
    .woocommerce div.product .product_title {
      clear: none;
      margin-top: 0;
      padding: 0;
      font-size: 26px;
      font-weight: bold;
    }
    .woocommerce ul.products li.product a img {
      width: auto;
      min-height: 180px; /*padding: 10px;*/

    }
/*.woocommerce ul.products li.product .button {
    margin-top: 1em;
    background-color: #553211;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
}
*/
.woocommerce-tabs h2, .related.products h2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    color: #5f461a;
    text-transform: capitalize;
}
/*.woocommerce-Reviews {
  max-width: 500px;
}*/
.woocommerce #review_form #respond .form-submit input {
  left: auto;
  background-color: #553211;
  color: #fff;
  border-radius: 0;
  font-weight: normal;
}
.woocommerce a.added_to_cart {
  padding-left: 5px;
}
.entry-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #5f461a;
}

.cart_totals h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}


.cart-subtotal td{float: right;}
.order-total td{float: right;}


.woocommerce a.remove {
  color: #fff!important;
  background: #553211!important;
}
.woocommerce a.remove:hover {
  background: #553211;
}
/*.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #553211;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: normal;
    }*/
    .button {
      background-color: #553211 !important;
      color: #fff !important;
      font-weight: normal !important;
      opacity: 1;
      border-radius: 0 !important;
      border:1px solid transparent !important;
      transition: .3s;
    }
    .button:hover {
     background-color: #fff !important;
     color: #553211 !important;
     opacity: 1;
     border:1px solid #553211 !important;
   }
   .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
    max-width: 49%;
  }
  .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
   width: 100%;
   max-width: 49%;

    margin-left: 22px;
 }
 .woocommerce-billing-fields .form-row {
  padding: 3px;
  margin: 0 0 6px;
  display: flex;
  flex-direction: column;
}
.woocommerce-additional-fields__field-wrapper .form-row {
  display: flex;
  flex-direction: column;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  border: 1px solid #553211;
  line-height: 1;
  border-radius: 0;
  padding: 5px 10px;
}
.select2-container .select2-selection--single {
  height: 42px;
  border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 37px;
  top: 1px;
  right: 5px;
  width: 20px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select,.select2-container--default .select2-selection--single {
  border-color: #553211;
}
#customer_details h3 {
  font-size: 23px;
  font-weight: bold;
      margin-bottom: 20px!important;
      text-transform: capitalize;
}
div#customer_details {
  margin-bottom: 15px;
}
h3#order_review_heading {
  margin-bottom: 10px;
}
.banner-panel-wrap{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-panel-wrap:before {
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
}
.banner-panel-wrap img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.banner-panel-wrap h1 {
  position: absolute;
  color: #fff;
}
.bs {
  margin-bottom: 0px;
}
.form-control {
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
}
.btn-custom {
  padding: 5px 10px;
  cursor: pointer;
}
.address-con {
  position: relative;
  padding-left: 35px;
}
.address-con:before {
  content: "\f041";
  /*background: url('/wp-content/uploads/2021/01/location.png');*/
  position: absolute;
  font: normal normal normal 32px/1 FontAwesome;
  top: 0;
  left: 0;
  width: 27px;
  height: 38px;
  background-repeat: no-repeat;
  color:#f6961c;
}
.address-block a{color:#fff;}
.address-block a:hover{color:#f6961c;}
.address-block .fa {
    font-size: 20px;
    color: #f6961c;
    padding-right: 10px;
    font: normal normal normal 28px/1 FontAwesome;
}

body{overflow-x: hidden;}



picture {
  width: 100%;
}
.banner-img {
  position: relative;
  margin-bottom: 60px;
}
.banner-img h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-weight: 600;
}
.banner-img:before {
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
}
.sm-head {
  font-size: 18px;
  color: #616161;
}
.large-head {
  font-size: 38px;
  line-height: 1.2;
  font-weight: bold;
  margin: 20px 0;
      color: #553211;
}
.box-wrapper {
  border: 1px solid #ddd;
  padding:50px 15px;
  text-align: center;
  background-color: #fff;
  transition: .3s;
}
.box-wrapper:hover {
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}
.box-wrapper .fa {
  font-size: 42px;
  display: none;
}
.box-wrapper h1 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: bold;
}
.box-wrapper p {
  font-size: 16px;
}
.back-bg {
  background-color: #f6f6f6;
}
.ptb {
  padding: 75px;
}
.bg-section h2 {
  font-size: 50px;
  margin-bottom: 25px;
}
.bg-section h2 span {
  font-weight: bold;
}
.bg-section {
  background: url('/wp-content/uploads/2021/01/banner-bg-1024x442.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.border-large {
  border: 12px solid rgba(255, 255, 255, 1);
}
.p-100 {
  padding: 100px;
}
.overlay {
  background-color: rgb(90,71,27,0.92);
  padding: 75px;
}
.contact-sec {
  padding: 40px 0 40px 0;
}
.contact-sec h3{font-weight: 600;}
.contact-sec .d-flex{display: flex!important;
    justify-content: flex-end;}
.contact-sec .button{
  padding: 10px 15px;
}
.cat-head {
  font-size: 13px;
  font-weight: bold;
  color: #9a9a9a;
  text-align: center;
}
.line-bar {
  width: 70px;
  height: 1px;
  background-color: #999999;
  margin-right: 30px;
  display: inline-block;
  margin-bottom: 3px;
}
/*.cat-sub-head {
      font-weight: bold;
    color: #553211;
    text-align: center;
     font-size: 48px;
     }*/
     .cat-sub-head span {
      font-weight: bold;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price,.woocommerce ul.products li.product .price {
      color: rgb(247, 157, 44);
      font-weight: bold;
    }
    .woocommerce-info {
      border-top-color: #553211;
    }
    .woocommerce-info::before {
      color: #553211;
    }
   /* .woocommerce table.shop_table {
      background-color: #f7f6f7;
    }*/
.woocommerce table.shop_table {
  border:none;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 60px;
    box-shadow: none;
    height: 60px;
}

    .all-item-wrap {
      position: relative;
      margin-bottom: 30px;
      overflow: hidden;
    }
    .all-item-wrap a {
      display: block;
    }
    .image-cap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      color: #fff;
    }
/*.all-item-wrap:before {
    content: "";
    background-color: rgb(90,71,27,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    }*/
    .all-item-wrap:hover img {
      transform: scale(1.1);
    }
    .all-item-wrap img {
      transition: .6s;
    }
    .all-item-wrap p a {
      display: none;
    }
    p:empty,.all-item-wrap br {
      display: none;
    }
    .top-head ul {
      flex-wrap: wrap;
    }
    .carousel-control-next, .carousel-control-prev {
      width: 40px;
    }
    .carousel-control-prev {
      left: 10px;
    }
    .carousel-control-next {
      right: 10px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      text-align: center;
    }
    .woocommerce ul.products li.product a img {
      margin: 0 auto;
    }
    #billing_address_1_field {
      margin-bottom: 30px;
    }
    .top-head ul li:nth-child(4) {
      position: relative;
    }
    .top-head .search-div {
        position: fixed;
    left: 50%;
    min-width: 285px;
    background-color: #ffffff;
    padding: 35px 30px;
    top: 41px;
    
    width: 100%;
   
    transform: translateX(-50%);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    z-index: 9999;
    max-width: 1170px;
    }
   .top-head .search-div .form-control {
      background-color:#fff;
      border: none;
      outline: none;
      display: flex;
    flex-grow: 1;
    padding-left: 0;
   }


    .top-head .search-div a {
      border-right:unset;
    }
form#searchform {
    border-bottom: 1px solid #aaa;
}




    .search-div .btn_serchbox {
     height: 36px;
     border: none;
     background-color: #fff;
     color: #fff;
   }


.search-div .btn_serchbox a:hover {
  cursor: pointer;
}


.search-div .btn_serchbox a .fa {
  color: #553211;
  font-size: 20px;

}

.search-div .btn_serchbox a .fa:hover {
    color: #f79d2c;
}


   .search-results .product_cat-sale {
    margin-bottom: 50px;
  }
  .no-results.not-found {
    text-align: center;
    margin: 50px 0;
  }
  .no-results.not-found form input {
    padding: 0 10px;
    line-height: 2;
  }
  .no-results.not-found input.search-submit {
    background-color: #553211;
    color: #fff;
    border-color: #553211;
    cursor: pointer;
  }
  .woocommerce-message {
    border-top-color: #553211;
  }
  .woocommerce-message::before {
    content: "\e015";
    color: #553211;
  }


  @media screen and (max-width: 768px) {
   .testimonials .testi-item {
    display: flex;
    flex-direction: column;
  }
  .testimonials .featured_img, .testimonials .featured-caption-wrapper {
    width: 100%;
    margin: 0;
  }
  .testimonials .featured-caption-wrapper .test-content {
    padding-top: 20px;
  }
  .top-head .container {
    flex-direction: inherit;
  }
  .top-head p {
    padding-left: 10px;
  }
  .footer .col-md-3.col-sm-6 {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }
  .footer_btm img {
    max-width: 170px;
  }
  .new_product .owl-next {
    right: 0px;
  }
  .new_product .owl-prev {
    left: 0px;
  }
  .top-head .container {
    padding: 0;
  }
  .top-head a {
    padding: 0 10px;
  }
  .banner_slider h1 {
    font-size: 20px;
    line-height: 1.5;
  }
  .f-row {
    padding: 30px 0;
  }
  .footer_btm p {
    font-size: 12px;
  }
  div#primary {
    padding:0 15px;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
    max-width: 100%;
  }
  .top-head .search-div input {
    width: 230px;
  }
}




@media screen and (max-width: 576px) {
  .footer-div,.footer-div-fo {
    max-width: 100%;
    margin-right: auto ;
  }
  .woocommerce .woocommerce-breadcrumb {
    padding-left: 15px;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    border-color: transparent;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    border-bottom: 1px solid #c7c4c4;
  }
.banner-img h1 {
  font-size: 28px;
}
.sec-heading {
    font-size: 28px;
    
}
.banner-img {
 
    margin-bottom: 34px;
}
}
@media screen and (max-width: 991px) {
  #menu-header_menu {
    background-color: #553211;
  }
  #menu-header_menu .menu-item a {
 
    color: #fff;
}
}
button.navbar-toggler {
  position: absolute;
  right: -11px;
  top: 22px;
  font-size: 30px;
  padding: 0;
}
button.navbar-toggler:focus {
  outline: 0;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce-page .banner-img {
  margin-bottom: 50px;
  height: 50px;
  margin-top: 20px;
}
.woocommerce-page .banner-img:before,.woocommerce-page .banner-img img {
  display: none;
}
.woocommerce-page .banner-img h1 {

    color: #553211;
}
form.checkout_coupon.woocommerce-form-coupon {
    display: flex;
    flex-direction: column;
}


#secondary .widget-title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 25px;
}

#secondary ul.product-categories {
    list-style-type: none;
}
#secondary ul.product-categories li {
	line-height: 3;
	border-bottom: 1px solid #ddd;

}
#secondary ul.product-categories li.current-cat > a {background: #f6961c!important; color: #fff;}
#secondary ul.product-categories li a{ padding: 12px 10px;}
#secondary ul.product-categories li a{display: block;} 
#secondary ul.product-categories li a:hover{background: #f6961c; color: #fff;} 
/*#secondary ul.product-categories li:hover a{color: #fff;} */
ul.children li:hover{background: none;}

/*ul.children li.current-cat-parent a{background: transparent!important;}*/

ul.product-categories li a{position: relative;}
ul.product-categories li a:after {
   content: "\f078";
   font-family: "FontAwesome";
   font-weight: 100; 
  position: absolute;
   top: 13px;
   left: 230px;
   font-size: 12px;
 
}

ul.children li a:after {display: none;}




.woocommerce span.onsale {padding: 0px;}

div#primary {
    padding: 0px 15px; 
}

.my_product_gallery .content-area{border: thin solid #eee; padding: 10px 15px 0px!important; }

.entry-summary .cart .single_add_to_cart_button {
	width: 100%;
	margin-bottom: 20px;
}
.entry-summary .cart .quantity {
	margin-bottom: 20px;
}

.woocommerce-products-header {
	margin: 0px 0 20px 0;
}
.woocommerce-products-header__title.page-title {
	    font-size: 1.93333em;
    font-weight: bold;
    color:#5f461a;

}
.woocommerce .woocommerce-ordering select {
    
    background-color: #f4f4f4;
    border: none;
    padding: 10px 10px;
    font-size: 14px;
}
.woocommerce .woocommerce-ordering select:focus {
	border: none;
	outline: none;
}

.cat-item:hover {
    opacity: 0.7;
}
.cat-item.current-cat {
	font-weight: 300;
}
.product_meta .posted_in {
	font-weight: bold;
}
.product_meta .posted_in a {
	font-weight: normal;
}
.woocommerce-tabs ul.tabs{
list-style-type: none;
display: flex;
/*margin-bottom: 10px;*/
}
.woocommerce-tabs ul.tabs li {
	   
    background-color: #fff;
    border: none;
    /*border-bottom: none;*/
    padding: 10px 15px;
       
}
.woocommerce-Tabs-panel {
  /*border:none;*/
	border: 1px solid #ccc;
	    padding: 50px 50px 50px 50px;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 50px;
}
.woocommerce-tabs.wc-tabs-wrapper .active a{
	color: rgb(247, 157, 44);
	font-weight: bold;
}
/*.woocommerce-tabs.wc-tabs-wrapper .description_tab {
	border-right: none;
}*/
.woocommerce-tabs.wc-tabs-wrapper .reviews_tab {
	border-left: none;
}
.woocommerce p.stars a {
   
    font-size: 20px;
  	color: rgb(247, 157, 44);
}
.woocommerce #review_form #respond textarea {
  border:1px solid #e1e1e1;
    padding: 10px;
}
.woocommerce #review_form #respond textarea:focus {
  outline: none;
}
/*aside#secondary,div#primary #main {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}*/


nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-right: 0px;
}

nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ddd;
    line-height: 3;
}

.woocommerce-account #primary .woocommerce {
  margin-bottom: 50px;
}




.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    border: 1px solid #ddd;
    padding: 15px;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 .address,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 .address {
   font-size: 14px;
}
.woocommerce-account .addresses .title h3 {

    font-size: 22px;
}
header.woocommerce-Address-title.title {
    margin-bottom: 10px;
}
header.woocommerce-Address-title.title a:hover {
  color: rgb(247, 157, 44);
} 

.woocommerce-page .woocommerce-MyAccount-content form .woocommerce-address-fields label {
   
    min-width: 205px;
}

.woocommerce-page .woocommerce-MyAccount-content form .woocommerce-address-fields span.woocommerce-input-wrapper {
    width: 100%;
}


.woocommerce-page .woocommerce-MyAccount-content form .woocommerce-address-fields button {
  margin-top: 25px;
}

.woocommerce-MyAccount-content form h3 {
    margin-bottom: 15px;
}
.woocommerce-MyAccount-content span em {
  font-size: 12px;
}
.woocommerce-MyAccount-content fieldset {
  margin-top: 50px;
}
.woocommerce-MyAccount-content fieldset p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  display: flex;
  justify-content: space-between;
}

.woocommerce-MyAccount-content fieldset p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide:before,.woocommerce-MyAccount-content fieldset p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide:after {
  display: none;
}

form.woocommerce-form.woocommerce-form-login.login {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}


form.woocommerce-form.woocommerce-form-login.login .password-input {
  width: 100%;
}



form.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__rememberme,form.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
width: 100%;
margin: 0;
}
form.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit {
  margin: 15px 0 0px;
}
.woocommerce form .form-row {
    padding: 3px 0px!important;
    margin: 0 0 14px!important;
}

#ntl_role_customer_field label{display: none;}
#ntl_role_customer {display: none;}
p.lost_password{margin-bottom: 0px!important;} 

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 25px!important;
    margin: 1.7em 0;
    text-align: left;
    border-radius: 5px;
}
.border-form {border:1px solid #ddd; padding:28px;}
.border-form .form-row {
    padding: 3px 0px!important;
    
    width: 100%!important;
    margin-bottom: 10px!important;
}
#payment .form-row{padding:14px!important;}

.woocommerce-checkout .login p{float: left; width:29%;padding: 0px 10px 0px 0px;}

.woocommerce-checkout .login .input-text{width:80%!important;}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
}

.checkout_coupon .form-row-last {
    float: left;
    position: relative;
    left: 0px!important;
}


.woocommerce-checkout .login .form-row-first {width:38%;}
.woocommerce-checkout .login .form-row-last {width:38%;}
.woocommerce-checkout .login .woocommerce-form-login__rememberme{
    position: relative!important;
    left: 99.6%!important;
    top: -37px!important;}


.woocommerce-checkout .login .woocommerce-form-login__submit{
    position: absolute;
    width: 26%!important;
    top: 10.5%!important;
    /* left: 0%!important; */
    right: 5%!important;
    float: right;}

.woocommerce-checkout .login .lost_password {float: right; margin-top: -33px;}
.woocommerce-checkout .login .lost_password a{font-size:14px!important;}
.woocommerce-checkout .login .woocommerce-form-login__rememberme{font-size: 14px!important;}

.products li{overflow: hidden;}
.products img{transition: all 500ms ease;}
.products img:hover{transform: scale(1.03);}
.sale_products .featured_img {overflow: hidden; height: 250px;}
.featured_img {overflow: hidden; background: #fff;}
.featured_img img{transition: all 500ms ease;}
.featured_img img:hover{transform: scale(1.2);}



ul.product-categories ul li ul li a{padding: 11px 0px 11px 49px !important;font-size: 13.5px;}

ul.product-categories ul li ul li{position: relative;}
ul.product-categories ul li ul li:before{
    content: "\f192 ";
    font-family: "FontAwesome";
    font-weight: 100;
    position: absolute;
    top: 6px;
    left: 33px;
    font-size: 11px;
}

/*ul.product-categories ul li{position: relative;}
ul.product-categories ul li:before{
    content: "\f192 ";
    font-family: "FontAwesome";
    font-weight: 100;
    position: absolute;
    top: 7px;
    left: 33px;
    font-size: 9px;
}*/





ul.product-categories ul li ul li{/*list-style-type: circle;*/}









@media (max-width:479px)
{
  .woocommerce-checkout .login p {
    float: left;
    width: 100%;
    padding: 0px 10px 0px 0px;
}
.woocommerce-checkout .login .woocommerce-form-login__rememberme {
    position: relative!important;
    left: 0%!important;
    top: 0px!important;
}
.woocommerce-checkout .login .woocommerce-form-login__submit {
    position: relative;
    width: 100%!important;
    top: 18%!important;
    /* left: 0%!important; */
    right: 0%!important;
    float: right;
}

.woocommerce-checkout .login .lost_password {
    float: right;
    margin-top: 0px;
}
.woocommerce-checkout .login .input-text {
    width: 100%!important;
}
.login{margin-bottom: 30px!important;}
.u-column1 {margin-bottom: 30px;}















}





.search-results article {
  border-bottom: 1px solid #ddd;
      padding-bottom: 50px;
}

span.comments-link {
    margin-right: 15px;
}
a.post-edit-link,.search-results .nav-previous a {
    color: rgb(247, 157, 44);
}

.search-results .nav-previous {
    margin-bottom: 50px;
}

section.no-results.not-found h1 {
    margin-bottom: 15px;
}

.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
} 
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
margin-right: 5px;
}
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:nth-child(1) {
margin-bottom: 10px;
margin-right: 0;
}
.woocommerce-result-count {
  display: none;
}
.woocommerce-products-header {
  width: 50%;
  float: left;
}

.pro_page ul.products li.product .button,section.related.products ul.products li.product .button{
  display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 1em;
}

.widget_product_categories .widget-title {
  display: none;
}

.summary.entry-summary .price {
      color: #f78711;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
}
.summary.entry-summary .entry-title {

    padding-top: 0px;
}

.my_product_gallery .woocommerce-breadcrumb {

    margin-bottom: 25px; font-size:14px;
}

.product_meta {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper .active {
    border: 1px solid #ccc;
    border-bottom: none;
    margin-bottom: -1px;
}

.payment-options-heading {
    font-weight: bold;
    float: left; font-size: 15px;
}

p.comment-form-author label,p.comment-form-email label {
    
        font-weight: bold;
}
.comment-form-rating label,.comment-form-comment label,span#reply-title{
    font-weight: bold;
}

table.variations tr {
    display: flex;
    flex-direction: column;
}
select#pa_size {
    margin-bottom: 12px;
    background-color: #f4f4f4;
    border: none;
    padding: 8px;
    font-size: 15px;
}
select#pa_size:focus {
    outline: none;
}

.woocommerce .star-rating span {

    color: #f79d2c;
}

p.comment-form-author {
  padding-right: 15px;
}
p.comment-form-email {
  padding-left: 15px;
}
p.comment-form-author,p.comment-form-email {
    width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
}
#commentform input {
   
    padding: 8px;
    font-size: 13px;
    border:1px solid #e1e1e1;
}
.woocommerce #reviews #comment {
    height: 130px;
}

label {

    margin-bottom: .7rem !important;
}
.woocommerce .star-rating {
  font-size: 1.2em;
}

.woocommerce .woocommerce-product-rating {
    line-height: 2.4;

}
a.woocommerce-review-link {
    font-size: 14px;
}

.variations label {
  font-size: 14px;
  margin-bottom: .2em !important;

}

div#st-1 {
    text-align: left;
}
.payment-options-img {
    margin-bottom: 30px;
    width: 110px;
}

section.error-404.not-found {
    text-align: center;
        padding: 50px 0;
}

#commentform {
  margin-top: 20px;
}






.single-product .woocommerce-message {
  padding: 1em 14em 1em 13em!important;font-family: 'Lato', sans-serif;}
.single-product .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 2.4em!important;
    left: 23em!important;
}

.img.wp-smiley, img.emoji {display:none!important;}
.woocommerce .woocommerce-breadcrumb a {
    color: #767676;
    font-size: 14px!important;
}

.payment-options-block {padding:0px 5px!important; position: relative; z-index: 9;}
.pro_page .star-rating {display: none!important;}
.u-column2 h2{text-align: center;}
#st-1 {position: relative;    left: 150px;}
#st-1:before {position: absolute; content:"Share this Product:"; font-size: 15px;left: -150px!important; line-height: 2;font-weight: bold;
   font-family: 'Lato', sans-serif;}
.entry-summary .woocommerce-review-link span{display:none;} 
.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
    display: none;
}

.woocommerce-product-gallery .flex-control-thumbs li {
    display: inline-block;
    padding: 7px;
    border: thin solid #eee;
    margin: 0px 3px;
    width: 30%;
}










/*@media (max-width:1440px)
{
  .single-product .woocommerce-message {
    padding: 1em 10em 1em 11em!important;
}
.single-product .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 9.5em!important;
}
}*/

/*-------------------contact us------------------*/
.info-bg{background:#5f461a; padding:30px; color:#fff;border: double #f6961c;box-shadow: 0 10px 5px rgb(0 0 0 / 2%), 0 6px 6px rgb(0 0 0 / 23%);}
.gray-bg{background:#f6f6f6; padding:30px; border:double #ccc;box-shadow: 0 10px 5px rgb(0 0 0 / 2%), 0 6px 6px rgb(0 0 0 / 23%); }
.contact-form .wpcf7 input{width:100%;height: 35px; padding:10px;border: 1px solid #ccc;border-radius: 0;}
.contact-form .wpcf7-submit {
    line-height: 0px;
    height: 44px!important;
    width: 20%!important;}
.contact-form .wpcf7 label{width:100%;}    
.contact-form .wpcf7 textarea {
    overflow: unset!important;
    resize: vertical;
    min-width: 100%!important;
    border: 1px solid #ccc!important;
    height: 140px!important;
    padding: 10px;
}
.contact-form .wpcf7 textarea:focus{outline: none;} 
.contact-form{margin-bottom: 80px;}
.contact-form h2{font-weight: bold; font-size: 38px; color:#5f461a;}
.wpcf7 form .wpcf7-response-output {text-align: center;}








@media (min-width:1920px)
{
  
  .single-product .woocommerce-message {
      padding: 1em 25em 1em 26em!important;
  }
  
.single-product .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 24.5em!important;
}

.woocommerce-checkout .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em!important;
}






}


.map-loc iframe{display: block;}
.page .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    /*left: 1.5em!important;*/
}
.Moulding-Experience .container {max-width: 100%!important;}



@media (max-width:320px)
{
  .padding-0 {
      padding: 0px;
  }
}


@media (max-width: 479px)
{
  .top-head{text-align: center; }
  .single-product .woocommerce-message {
    padding: 1em 1em 1em 1.8em!important;
}
.single-product .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 0.5em!important;
}


.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%!important;
    float: left;
    clear: both;
    margin: 0 0 1.5em;
}
div#primary {
    padding: 0 0px;
}

.summary.entry-summary .entry-title {
    padding-top: 0px;
}

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
    margin-bottom: 5px;
}
.woocommerce-Tabs-panel {
    /* border: none; */
    border: 1px solid #ccc;
    padding: 30px 15px 72px 15px;
}

.woocommerce .woocommerce-ordering select {
    background-color: #f4f4f4;
    border: none;
    padding: 10px 10px;
    font-size: 14px;
    width: 100%;
}
.map-loc iframe{height:250px; display: block;}
.bs {
    margin-bottom: 0px;
}
.large-head {
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    margin: 20px 0;
    color: #553211;
}
.box-wrapper {
    border: 1px solid #ddd;
    padding: 50px 15px;
    text-align: center;
    background-color: #fff;
    transition: .3s;
    margin-bottom: 20px;
}
.ptb {
    padding: 20px;
}
.overlay {
    background-color: rgb(90,71,27,0.92);
    padding: 20px;
}

.bg-section .p-100 {
    padding: 16px;
  }

.bg-section h2 {
    font-size: 31px;
    margin-bottom: 25px;
}

.contact-sec {text-align: center;}
.contact-sec .d-flex {
    display: block!important;
    justify-content: flex-end;
    margin-top: 31px;
}
.padding-0 {padding:0px;}
.contact-form .wpcf7 textarea {
    /* overflow: unset!important; */
    resize: vertical;
    width: 100%!important;
    border: 1px solid #ccc!important;
    height: 110px!important;
}
.contact-form .wpcf7-submit {
    line-height: 0px;
    height: 44px!important;
    width: 50%!important;
}
.gray-bg {margin-bottom: 40px;padding:20px;}
.contact-form h2 {font-size: 28px;}
.info-bg {padding:20px;}
.woocommerce-products-header__title.page-title {
    font-size: 28px;
    font-weight: bold;
    color: #5f461a;
}

.entry-title {font-size: 28px;}
.inner-page {padding:0px 20px!important;}
.u-column1 h2{text-align: center; margin-bottom: 20px}

}

/*--------------------------5------------------*/
.cart_totals .checkout-button {padding: 15px;}
.woocommerce-checkout .woocommerce-info::before{    
  top: 2em!important;
  left: 3em!important;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {width: 100%!important;} 
.woocommerce form .password-input, .woocommerce-page form .password-input {width: 100%;}





.children {margin-left: 0px; border-top: thin solid #ddd;}
.children li {list-style-type: none; line-height: 2.7!important;}
.children li a{font-weight: 300; font-size: 14px; padding: 11px 0px 11px 25px !important;}
/*#secondary ul.product-categories  ul.children  ul.children > li > a{padding: 11px 22px!important;}*/

.children li .count{font-size: 13px;}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 60px!important;
}
.children li:last-child{border-bottom: none!important;}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    border: thin solid #eee!important;
    height: 333px;
    overflow: hidden;
    /*padding: 10px;*/
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 1em;
    border: thin solid #eee!important;
}
/*.pro_page {margin-top: 10px;}*/
.woocommerce ul.products li.product .onsale {margin: 0px; padding: 0px;}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li h2.woocommerce-loop-product__title {font-size: 15px;}
.Heder_menu {border-bottom: thin solid #d8d7d7;}
 #menu-header_menu li.current-menu-item > a, #menu-header_menu li.current-menu-parent > a {
    color: #f6961c !important;
}

.woocommerce span.onsale {top: 2.5em;left: 0.5em;}
#secondary {background: #f7f7f7; border: thin solid #ddd;}
.inner-page {padding: 40px 50px!important;}
.woocommerce-MyAccount-navigation ul{background: #f7f7f7; border: thin solid #ddd;}
.woocommerce-MyAccount-navigation ul li a{padding: 0px 20px;}
.cat_heading {font-size: 20px; margin-bottom: 0px; background: #553211; color: #fff; padding: 8px;    line-height: 30px;     text-align: center;}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f6961c;
    color: #fff;
}
.woocommerce nav.woocommerce-pagination ul {margin: 0px;}
.product-categories .count{display: none;}
#menu-item-1429 {display: none;}
#menu-item-1430 {display: none;}
.woocommerce-breadcrumb {
    max-width: 1170px!important;
    width: 100%;
    margin: 20px auto 50px!important;
    padding: 0px 12px!important;
    font-family: 'Lato', sans-serif;
  }

@media (max-width: 1024px)
{
  #menu-header_menu .menu-item {
    margin: 0px 13px!important;
}
.payment-options-img {
    margin-bottom: 30px;
    width: 99px!important;
}
ul.product-categories li a::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 100;
    position: absolute;
    top: 13px;
    left: 204px!important;
    font-size: 12px;
}
.gray-bg {
  margin-bottom: 11px;
}


}

@media (max-width:768px)
{
body,html {overflow-x: hidden;}
.testimonials .featured-caption-wrapper {
  padding: 20px 17px;
}

.navbar-brand img{width: 80%;}
.owl-carousel {padding: 0px 40px;}
.owl-carousel .owl-nav.disabled {display: block;}
.owl-next {
    position: relative;
    left: 94%;
}
.ptb {padding: 25px;}
.box-wrapper h1 {font-size: 16px!important;}
.overlay {background-color: rgb(90,71,27,0.92);padding: 30px;}
.bg-section .p-100 {padding: 10px;}
.bg-section h2 {font-size: 40px;margin-bottom: 25px;}
.inner-page {padding: 40px 20px !important;}
.banner-img {margin-bottom: 30px;}
ul.product-categories li a::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 100;
    position: absolute;
    top: 13px;
    left: 202px;
    font-size: 12px;
  }
.woocommerce-products-header__title.page-title {font-size: 28px;}
.pro_page {    padding: 0px 20px;}
#secondary {border-top: none;}
.entry-title {font-size: 20px;}
.payment-options-img {
    margin-bottom: 30px;
    width: 110px;
    float: left;
  }
.payment-options-heading {
    font-weight: bold;
    float: left;
    font-size: 14px;
}
#st-1:before {font-size: 14px;}
#st-1 .st-btn > img {
    display: inline-block;
    height: 13px;
    width: 13px;
  }

#menu-header_menu .menu-item {margin: 0px 13px!important;}

.gray-bg {margin-bottom: 60px!important;}
#menu-header_menu {padding: 15px 0px;}
#menu-header_menu .menu-item {margin: 5px 13px !important;}

.woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
    margin-bottom: 2em;
}
.woocommerce .related.products ul.products, .woocommerce-page .related.products ul.products {
    display: flex;
    flex-direction: inherit;
    align-items: flex-start;
}


#st-1:before {
    position: absolute;
    content: "Share this Product:";
    font-size: 15px;
    left: -151px!important;
    line-height: 2;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    top: 63px;
}
/*.sharethis-inline-share-buttons {float: left;}*/

/*.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 22%;
}*/

#st-1 {
  position: relative;
  left: 150px;
  width: 160px!important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 53%!important;
    background: #f3f3f3;
    padding: 20px;
}
.cart-subtotal{margin-bottom: 0px!important;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {float: right;}
.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    padding: 14px;
}
.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    border-bottom-width: 0;
    margin-bottom: 20px;
}
.woocommerce-cart-form table td.product-name {
    padding-left: 0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    margin-left: 0px;
    margin-top: 40px;
}
.woocommerce-checkout .login .woocommerce-form-login__rememberme {
    position: relative!important;
    left: 0.6%!important;
    top: -22px!important;
}

.login .form-row label {
    display: block;
    width: 100%;
}

.woocommerce-checkout .login p {
    float: left;
    width: 100%;
    padding: 0px 10px 0px 0px;
}

.woocommerce-checkout .login .woocommerce-form-login__submit {
    position: absolute;
    width: 26%!important;
    top: 13.5%!important;
    left: 50%!important;
    right: 5%!important;
    float: left;
}
.woocommerce-checkout #customer_details .form-row-last {
    float: left;
    position: relative;
    left: 41px!important;
}
.u-columns.col2-set .u-column1.col-1 {margin-bottom: 30px;}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 27%;
    margin-bottom: 80px;
}

.woocommerce-MyAccount-content .col-1 {
    float: left!important;
    width: 66%!important;
}

.woocommerce-MyAccount-content .col-2 {
    float: right!important;
    width: 66%!important;
}
.woocommerce-Addresses .u-column2{margin-top: 0px!important;}
.edit-account {
    float: left;
    width: 65%;
    margin-bottom: 50px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    display: block;
    width: 56%;
}

.woocommerce .edit-account form .form-row-last, .woocommerce-page form .form-row-last {
    float: left;
    position: relative;
    left: 27px;}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
}

.woocommerce-address-fields {
    float: left;
    width: 66%;
    margin-bottom: 50px;
}
.password-input {width: 100%;}
.woocommerce-MyAccount-content .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 2em!important;
    left: 20em!important;
}

#products-owl-carousel .owl-next {
    position: relative;
    left: -9%;
}

.woocommerce .woocommerce-products-header__title.page-title, .woocommerce-page .woocommerce-products-header__title.page-title {
    margin: 0rem auto 4rem;
}

.single-product .woocommerce-message {
    padding: 1em 2em 1em 2em!important;
    font-family: 'Lato', sans-serif;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
}
.woocommerce-cart-form .actions .input-text {
    width: 330px!important;}

.cart-subtotal td{margin-bottom: 0px!important;}









}






@media (min-width: 1080px)
{

.woocommerce-page form .form-row-last {
  float: left;
  position: relative;
  left: 41px;
}

}






@media only screen 
and (min-device-width : 810px) 
and (max-device-width : 1080px)
{
  body, html{overflow-x: hidden!important;}
  #secondary ul.product-categories li a { font-size: 13px;}
  .count {font-size: 13px;}
  .woocommerce-Tabs-panel {padding: 40px;}
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
      border: thin solid #eee !important;
      height: auto !important;
      overflow: hidden;
      padding: 10px;
      min-height: 310px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {font-size: 14px;}
  .entry-title {font-size: 28px; }
  .owl-carousel {padding: 0px 40px;}
  .owl-next {position: relative;left: -37px;}
  .owl-carousel .owl-nav.disabled {display: flex;}
  .banner-img {margin-bottom: 10px!important;}
  .ptb {padding: 25px;}
  .box-wrapper h1 {font-size: 16px!important;}
  .overlay {background-color: rgb(90,71,27,0.92);padding: 30px;}
  .banner_slider h1 {font-size: 30px!important; padding: 18px 13px;}
  .bg-section .p-100 {padding: 10px;}
  .bg-section h2 {font-size: 40px;margin-bottom: 25px;}
  .inner-page {padding: 40px 20px !important;}
  .gray-bg {margin-bottom: 50px;}
  .map-loc iframe{height: 250px;}
  ul.product-categories li a::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 100;
    position: absolute;
    top: 13px;
    left: 210px;
    font-size: 12px;
  }
  .cat_heading {font-size: 18px;line-height: 23px;}
  .woocommerce-products-header__title.page-title {font-size: 28px;}
  .single-product .woocommerce-message {
    padding: 1em 2em 1em 4em !important;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {width: 50%;}
  .related.products h2 {font-size: 15px!important;}
  .payment-options-heading {
    font-weight: bold;
    float: left;
    font-size: 14px;
  }

  .navbar-brand img{width: 80%;}
  button.navbar-toggler {top: 16px;}
.testimonials .featured_img, .testimonials .featured-caption-wrapper {
    width: 100%;
    margin: 0;
}

.testimonials .testi-item {
  display: inherit;
}
.testimonials .featured-caption-wrapper {
  padding: 20px 17px;
}
#menu-header_menu {
    padding: 10px 0px;
}
#menu-header_menu .menu-item {
    margin: 5px 13px !important;
}
.Heder_menu {padding: 0px 10px;}
/*h2, h3{font-size: 28px!important;}*/
.box-wrapper {padding: 20px 15px;}
.contact-form {padding-top: 50px;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 42% !important;}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
max-width: 48%;
}

.woocommerce-checkout .login .form-row-first {
  width: 45%;
}
.woocommerce-checkout .login .form-row-last {
  width: 45%;
}

.checkout_coupon .form-row-last {
  float: left;
  position: relative;
  left: 0px!important;
}
.border-large.p-100 {
  padding: 44px;
}
.related.products h2 {
  font-size: 28px !important;
}

.woocommerce-tabs {
  margin: 0rem 0 1rem !important;
}

.page-id-97 .login .woocommerce-form-login__rememberme {
  margin-top: 6px !important;
}

.woocommerce-page .banner-img {margin-bottom: 40px!important;}
.woocommerce form.register {
  border: none;}
.register {margin-bottom: 0px!important;}
.register p{margin-bottom: 7px!important;}
form.woocommerce-form.woocommerce-form-login.login {border: none;}

.woocommerce-info::before, .woocommerce-message::before {
  
  position: absolute;
  top: 2em !important;
  left: 18em !important;
}

.woocommerce-MyAccount-content .col-1 {
    float: left!important;
    max-width: 71%!important;
    width: 100% !important;
    margin-bottom: 16px;
}

.woocommerce-MyAccount-content .col-2 {
  float: right !important;
  width: 100% !important;
  max-width: 71% !important;
  position: relative;
  left: -24px;
}

.woocommerce-MyAccount-content .col2-set .col-2, .woocommerce-MyAccount-content .col2-set .col-2 {margin-left: 0px;}
.woocommerce-address-fields {
  float: left;
  width: 70%;
  margin-bottom: 50px;
}

.woocommerce-page form .form-row-last {
  float: left;
  position: relative;
  left: 32px;
}
.edit-account {
  float: left;
  width: 70%;
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
  display: block;
  width: 47%;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: block;
  width: 100%;
}

.password-input {width: 100%;}

















}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px)
{
  body, html{overflow-x: hidden;}
#st-1:before {
    position: absolute;
    content: "Share this Product:";
    font-size: 15px;
    left: -151px!important;
    line-height: 2;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    top: -2px;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 20px!important;
}















    .woocommerce span.onsale {
    top: 2.5em!important;
    left: 1.5em!important;
}
  #menu-item-1429 {display: block;}
  #menu-item-1430 {display: block;}
  .banner_slider h1 {padding: 7px 20px;}
  .navbar-brand img{width: 200px;}
  button.navbar-toggler {top: 15px;}
  .owl-next {position: relative;left: -22px;}
  .owl-prev {position: relative;left: -32px;}
  .owl-carousel {padding: 0px 30px;}
  .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product{height: 280px;}
  .inner-page {padding: 40px 10px !important;}
  .w-100 {
    width: 100% !important;
    height: 160px;
  }
  .woocommerce-page .banner-img {
    margin-bottom: 0px;
    height: 50px;
    margin-top: 20px;
  }
  .new_product .owl-prev {left: -37px;}
  .top-head ul {flex-wrap: wrap; float: right;}
  .top-head p {float: left; position: absolute;}
  .top-head ul li:nth-child(1){display: none;}
  .top-head ul li:nth-child(2){display: none;}
  ul.product-categories li a::after {left: 92%;}
  .entry-summary {margin-top: 30px;}
  .my_product_gallery .content-area {margin-top: 30px;}
  .related .woocommerce-loop-product__title {height: 60px;}
  .my_product_gallery .woocommerce-product-gallery {margin: 10px 0;}

ul.product-categories ul li ul li a {
  padding: 11px 0px 11px 59px !important;
  font-size: 14px;
}
ul.product-categories ul li ul li::before{left: 40px;}
ul.product-categories li a::after {
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 100;
  position: absolute;
  top: 13px;
  left: 91% !important;
  font-size: 12px;
}
#st-1 {display: inline-flex!important;}

.pro_page .woocommerce-products-header {
  width: 100%;
  float: left;
}
.pro_page {padding: 40px 20px!important;}






/*#menu-header_menu {
    background-color: #553211;
    position: absolute;
    z-index: 99;
    width: 100%;
}*/
#menu-header_menu .menu-item {
  margin: 5px 13px !important;
}
#menu-header_menu {padding: 10px 0px;}
.owl-prev::before {width: 12px;}
.owl-next::before {width: 12px;}
.banner-img {
  margin-bottom: 0px;
}
.bg-section h2 {font-size: 26px;}
.contact-form {margin-top: 40px;}


.woocommerce .woocommerce-products-header__title.page-title, .woocommerce-page .woocommerce-products-header__title.page-title {
    margin: 1rem auto 1rem;
}

.woocommerce .content-area .site-main {
  margin: 0 1vw;
}

.woocommerce ul.products li {margin-right: 6px!important;}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    margin-bottom: 2rem;
}
.woocommerce #reviews #comment {
    height: 80px;
    width: 100%;
}

.single-product .summary {
    margin-bottom: 1rem;
}

.woocommerce-message a{width: 150px;
    margin-right: 30px;}
.woocommerce .related.products ul.products, .woocommerce-page .related.products ul.products {
    display: flex;
    flex-direction: inherit;
    align-items: flex-start;
}
.woocommerce .related.products ul.products li.product, .woocommerce-page .related.products ul.products li.product {
    margin-bottom: 1em;
}

.woocommerce-tabs {
    margin: 0rem 0 0rem!important;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {width: 100%!important;}

.woocommerce-cart-form .actions .input-text {width: 140px!important;}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    border-bottom-width: 0;
    margin-bottom: 20px;
}
.woocommerce-cart-form table td.product-thumbnail {
    padding: 1.4rem;
    width: 100%;
    margin: 0 auto;
}
.woocommerce table.shop_table_responsive tr .product-remove, .woocommerce-page table.shop_table_responsive tr .product-remove {
    float: right;
    position: relative;
    top: -18px;
    left: 0%;
}

.woocommerce-cart-form table td.product-name {
    padding-left: 0em;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{padding: 14px;}
.woocommerce-error li, .woocommerce-info, .woocommerce-message {
    padding: 1.5rem 1rem; }

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
}
.woocommerce-cart-form .actions button {padding: 12px 15px;}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    margin-left: 0px;
    margin-top: 40px;
}
.checkout_coupon form .form-row-last {
    float: left;
    position: relative;
    left: 0px!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0 0rem 0rem 0!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    list-style: none;
    padding: 0rem 0 10px;}

.edit-account {
    float: left;
    width: 100%;}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    
    padding: 24px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    display: block;
    width: 82%;
}

.woocommerce-MyAccount-content .col-1 {
    float: left!important;
    width: 100%!important;
}

.woocommerce-MyAccount-content .col-2 {
    float: right!important;
    width: 100%!important;
}

.woocommerce-MyAccount-content .u-column2 {margin-top: 0px!important;}
.woocommerce-address-fields {
    float: left;
    width: 100%;}
.woocommerce-address-fields__field-wrapper .form-row-last {
    float: left;
    position: relative;
    left: 20px!important;
}

.edit-account .form-row-last {
    float: left;
    position: relative;
    left: 20px!important;
}

.woocommerce-message a {
    width: 110px;
    margin-right: 10px;
} 
.woocommerce-product-gallery .flex-control-thumbs li{margin: 0px 3px 6px;}





  
}