/* Subcategories */

div.subcategories ul.products {
  display: flex !important;
  flex-wrap: wrap !important;
}

div.subcategories ul.products > li {
  flex-basis: 25% !important;
  border-bottom: 0 !important;
}

div.subcategories div.woo-entry-image {
  width: 100% !important;
  margin: 0 0 3% 0 !important;
}

div.subcategories div.woo-entry-inner {
  width: 100% !important;
  text-align: center !important;
}

@media screen and (max-width: 768px) {
  div.subcategories ul.products > li {
    flex-basis: calc(100% / 3) !important;
  }
}

@media screen and (max-width: 450px) {
  div.subcategories ul.products > li {
    flex-basis: 50% !important;
  }
}

/* End Subcategories */

/* Category Filter */

div.widget-woof > h4.widget-title {
  font-weight: 700;
  font-size: 18px;
}

/* End Category Filter */

/* Button "Buy In 1 Click" */

a.paoc-popup-cust-40703335 {
  line-height: 1.5;
  font-size: 12px;
  background: #fff;
  color: #848494;
  padding: 5px 12px;
  border: 3px solid #e4e4e4;
  font-weight: 600;
  border-radius: 0;
}

a.paoc-popup-cust-40703335:hover {
  background: #fff;
  color: #d6ac59;
  border-color: #d6ac59;
}

/* End Button "Buy In 1 Click" */

/* Product In Category */

@media (max-width: 450px) {
  div.product-inner > ul.woo-entry-inner > li.btn-wrap {
    display: flex !important;
    flex-direction: column;
    text-align: center;
  }

  div.product-inner
    > ul.woo-entry-inner
    > li.btn-wrap
    > a.paoc-popup-cust-40703335 {
    margin-top: 5px;
  }
}

/* End Product In Category */

/* Form "Add To Cart" */

div.cart--buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  margin-top: 15px;
}

div.cart--buttons > button,
div.cart--buttons > a.paoc-popup-cust-40703335 {
  flex-basis: 48%;
}

div.cart--buttons > a.paoc-popup-cust-40703335 {
  padding: 12px 20px;
  font-size: 16px;
  text-transform: uppercase;
  background: #d6ac59;
  border: none;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 26px;
}
.products div.cart--buttons > a.paoc-popup-cust-40703335 {
    padding: 4px;
    background: none;
    color: #848494;
    border: 3px solid #e4e4e4;
}
.products div.cart--buttons > a.paoc-popup-cust-40703335:hover {
    border-color: #d6ac59;
	color: #d6ac59;
}
.products .woocommerce ul.products li.product .button:hover {
    padding: 0;
}
div.cart--buttons > button {
  margin-top: 0 !important;
}

div.cart--buttons > a.added_to_cart {
  flex-basis: 100%;
  margin: 10px 0 0 0 !important;
}

@media (max-width: 1060px) {
  div.cart--buttons {
    flex-direction: column;
  }

  div.cart--buttons > a.paoc-popup-cust-40703335 {
    margin-bottom: 10px;
  }
}

/* End Form "Add To Cart" */

/* Header (Minimal) */

header.minimal-header > #site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-height:148px;
}

header.minimal-header > #site-header-inner > #site-logo {
  order: 0;
}

header.minimal-header > #site-header-inner > #site-navigation-wrap {
  display: flex;
  justify-content: flex-end;
  flex-basis: 100%;
  order: 4;
}

div.site-header-inner--phone {
  order: 1;
}

div.site-header-inner--email {
  order: 2;
}

div.site-header-inner--phone > a,
div.site-header-inner--email > a {
  font-size: 18px;
  color: #555;
}

div.site-header-inner--phone > a:hover,
div.site-header-inner--email > a:hover {
  color: #d6ac59;
}

div.site-header-inner--phone > a > i,
div.site-header-inner--email > a > i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

div.site-header-inner--order-call-btn {
  order: 3;
}

#site-header.fixed #menu-main-menu li.menu-item {
  display: none;
}
#site-header div.site-header-inner--phone {
  order: 2;
}
@media (max-width: 1280px) {
  header.minimal-header > #site-header-inner > #site-navigation-wrap {
    display: none;
  }

  header.minimal-header > #site-header-inner > div.oceanwp-mobile-menu-icon {
    order: 2;
  }
  div.site-header-inner--email {
    order: 3;
  }
  #site-header div.site-header-inner--phone {
    order: 4;
  }

  .fixed div.site-header-inner--email {
    display: none;
  }
}

@media (max-width: 768px) {
  .fixed div.site-header-inner--phone {
    display: none;
  }
  /* 	div.site-header-inner--phone, */
  div.site-header-inner--order-call-btn {
    display: none;
  }
  header.minimal-header > #site-header-inner > #site-logo {
    width: 40%;
  }
  div.site-header-inner--phone > a,
  div.site-header-inner--email > a {
    font-size: 13px;

    display: block;
  }
  div.site-header-inner--phone > a {
    text-align: right;
  }
  div.site-header-inner--phone,
  div.site-header-inner--email {
    padding-bottom: 10px;

    width: 50%;
  }
  .fixed + #main {
    margin-top: 74px;
  }
  #main {
    margin-top: 108px;
  }
}
@media (max-width: 350px) {
  .oceanwp-mobile-menu-icon a {
    font-size: 12px !important;
  }
}

/* End Header (Minimal) */

/* Button "Order Call" */

a.paoc-popup-cust-40703336 {
  padding: 12px 22px;
  font-weight: 600;
  background: #d6ac59;
  color: #FFF;
  letter-spacing: 0.6px;
  line-height: 1;
  border-radius: 4px;
}

a.paoc-popup-cust-40703336:hover {
  background: #d68e00;
}

/* End Button "Order Call" */

/* Category */

div.term-order-call-btn {
  margin-top: 30px;
  text-align: center;
}

div.term-order-call-btn > p {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: left;
}

/* End Category */
.totalamount {
  font-size: 20px;
  margin-top: 20px;
  color: #57bf6d;
}
.qty_all {
    display: block;
    margin: 5px 0 0px 0px;
    overflow: hidden;
}
.btn-wrap > .paoc-popup-click {
	display: none;
}

/*-----*/

.smcf7 .modal-close {
    top: 9px;
}

.smcf7 p{
    margin: unset;
}

.wc_fields_hidden {
	display: none !important;
}
.sf-menu li:hover>ul, .sf-menu li.sfHover>ul {
  visibility:visible;
}
.bdt-prime-slider ul {
  margin:0;
}
#site-logo {
  height:74px;
}

.rpwwt-widget ul {
    list-style: outside none none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 1.5em;
}

.rpwwt-widget ul li:last-child {
    margin: 0;
}

.rpwwt-widget .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}

.rpwwt-widget .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.rpwwt-widget ul li img {
    display: inline;
    float: left;
    margin: .3em .75em .75em 0;
}

#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    width: 75px;
    height: 75px;
}

.top4 {
  display:flex;
  width:100%;
  justify-content: space-between;
}
.top4 li {
  list-style-type:none;
}
.top4 ul {
  margin:0;
}
.woocommerce div.product .woocommerce-product-gallery #carousel.flexslider .slides img {
  width:100px;
  height:auto;
}
.woocommerce div.product .woocommerce-product-gallery #carousel.flexslider .slides li {
  border:1px solid #EEEEEE;
  border-radius:6px;
  cursor:pointer;
}
.woocommerce div.product .woocommerce-product-gallery #carousel.flexslider .slides li img {
  opacity: .5;
  border-radius:6px;
}
.woocommerce div.product .woocommerce-product-gallery #carousel.flexslider .slides li.flex-active-slide {
  border:1px solid #D6AC59;
}
.woocommerce div.product .woocommerce-product-gallery #carousel.flexslider .slides li.flex-active-slide img {
  opacity: 1;
  border-radius:6px;
}
#slider.flexslider {
  margin:0;
}
#carousel.flexslider .slides {
  margin:0 auto;
  width:360px !important;
}
#slider .flex-viewport {
  border:1px solid #EEEEEE;
}