/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

:root {
    --primary-color: #4DAF66;
    --wd-header-h: calc(44px + var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h) + var(--wd-header-brd-w)) !important;   
  
}

/* Misc */


.home-slider .wd-slide-container {
  border-radius: 0px !important;
}

.yoast-breadcrumb .delimiter {
  color: #767676 !important;
}

.hidden-menu-item {
    display: none !important;
}

.font-bold {
  font-weight: bold;
}

.tabs-design-alt .products-tabs-title .tab-label::after {
  background-color: var(--primary-color) !important;
}

.title-wrapper .liner-continer {
  margin-bottom: 0px;
}

.woocommerce-tabs .wd-nav-tabs-wrapper {
  text-align: left;
}

.star-rating {
  color: var(--primary-color);
}

/* Header Top */

.w3s-header-top {
  padding: 10px 0;
}
.w3s-header-top p {
  text-align: center;
  margin-bottom: 0 !important;
  color: #fff;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .search-field-container .search-field {
  box-sizing: border-box !important;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper .show-more {
  color: inherit !important;
}

/* Brands */

.brands_index {
  padding-left: 0 !important;
  list-style: none;  
  gap: 5px;  
}

.brands_index > li {
  text-align: center;  
}

/* Side menu */

.wd-nav-sticky > li > a {
  padding: 4px 15px !important;
}

body .wd-nav-sticky > li > a .wd-nav-img {
  width: 25px !important;
  height: 25px !important;
}

/* Home */

/* .cart-empty .wd-cart-number {
  display: none;
} */

.home-banners .wd-carousel-item .vc_row .wpb_wrapper{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;    
  border-radius: 5px;
  padding: 10px;
} 

.home-banners .vc_icon_element  {
  margin-bottom: 0 !important;
}
/* .home-banners .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
  font-size: 42px;
} */

.home-banners .vc_icon_element-inner {
  width: 38px !important;
  height: 38px !important;
}


.home-banner .title-after_title{
  color: #9d9d9d !important;
}

.secondary-banners .home-banner .title-after_title{
  color: #fff !important;
}

.home-banners .wd-carousel-item .liner-continer {
  margin-bottom: -5px !important;    
}
.home-banners .wd-carousel-item h4 {
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 1;
}

.carousel-has-border .wd-carousel-container {
  border:1px solid var(--primary-color);
  border-radius: 5px;
  padding-top: 16px;
  padding-bottom: 16px;    
}

/* Mega menu */

.brands-row .wd-image {
  border: 1px solid #f4f4f4;
  padding: 5px;
  border-radius: 5px;
}

/* Cart & Checkout */

.woocommerce-cart .cart-content-wrapper {
  align-items: stretch;
}
.woocommerce-cart .cart-content-wrapper .woocommerce-cart-form {
  padding: 25px;
}

.woocommerce-checkout #customer_details {
  padding: 30px;
}

.woocommerce-checkout  .woocommerce-billing-fields {
  margin-top: 0 !important;
}

.woocommerce-checkout #order_review_heading {
  text-align: left !important;
}

.woocommerce-checkout #woocommerce-checkout-form-coupon,
.woocommerce-checkout .woocommerce-form-login,
.woocommerce-checkout #customer_details, 
.woocommerce-checkout .checkout-order-review,
.woocommerce-cart .cart-content-wrapper .woocommerce-cart-form,
.woocommerce-cart .cart-content-wrapper .cart_totals .cart-totals-inner {
  background: #fff !important;
  border: 0px !important;
  border-radius: 10px;
}

.woocommerce-cart .cart-content-wrapper .woocommerce-cart-form thead th {
  padding-top: 0
}
  
.checkout-order-review > .woocommerce-checkout-review-order .wd-table-wrapper {
  box-shadow: none !important;
}

:is(.woocommerce-error, .woocommerce-info),
.woocommerce-checkout .checkout-order-review :is(.woocommerce-error, .woocommerce-info) {
  background: #E01020 !important;
}

.woocommerce-checkout .woocommerce-order {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 900px; 
}

.woocommerce-thankyou-order-received {
  color: rgb(77, 174, 101) !important;
  border:2px dashed rgb(77, 174, 101) !important;
}

.woocommerce-checkout .woocommerce-billing-fields input[type="number"],
.woocommerce-checkout  .shipping_address input[type="number"]{
  padding: 0 15px;
  text-align: left !important;
}




.woocommerce-checkout .wc_payment_methods {
  background: #fff;
  border-radius: 10px; 
  border: 1px solid #ddd;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
}

.woocommerce-checkout .wc_payment_methods  li {
  margin-bottom: 0;
}

.woocommerce-checkout #payment .payment_box {
  box-shadow: none;
  background: #f4f4f4;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  border-radius: 0px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout .payment_box::before {
  display: none;
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method_title input {
  transform: scale(1.2);
}
.woocommerce-checkout .wc_payment_methods .wc_payment_method_title {
  padding: 8px 10px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce-checkout #payment li:last-child .payment_box{
	border-top:  1px solid #ddd;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.woocommerce-checkout .wc_payment_methods li:not(:last-child) .wc_payment_method_title  {
    border-bottom: 1px solid #ddd;
}

.woocommerce-checkout .wc_payment_methods .wc_payment_method_title  label {
  flex: 1;
  margin-bottom: 0px;
  cursor: pointer;
}


.woocommerce-checkout .wc_payment_methods input[type="radio"] {
    /* accent-color: rgb(77, 174, 101); */
}


#yith-par-message-cart:is(.woocommerce-error, .woocommerce-info)  {
  background-color: rgb(77, 174, 101) !important; 
}

#yith-par-message-cart:is(.woocommerce-error, .woocommerce-info)  span {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none;
}

/* Footer */

@media (min-width: 1025px) {
  .mc4wp-form input[type="submit"] {
    padding-inline: 80px;
  }
}

.newletter-footer {

}

footer {
  padding-top: 60px;
}

footer .wpb_raw_code ul{
    list-style: none;
    padding-left: 0;
}

footer .color-title {
  /* text-transform: uppercase; */
}

.newsletter .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}



.newsletter .liner-continer{
  margin-bottom: 0 !important;
}

.copyright-texts * {
  color: #fff;
}

.copyright-texts a:hover {
  color: #fff;
  opacity: .8;
}


.newsletter .wpb_wrapper .vc_icon_element {
  font-size: 13px;
  color: #fff;
  line-height: 1;
  /* margin-bottom: 35px; */
}

.newletter-footer .title-after_title {
  font-weight: 600;
}

@media (min-width: 1024px ) {
.newletter-footer .col-auto {
  width: 35%
  }
  
  .newletter-footer .col-auto input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .newletter-footer .title-wrapper,
  .newletter-footer .vc_icon_element {
    margin-bottom: 0 !important;
  }

  .newsletter .wpb_wrapper .vc_icon_element {
    font-size: 10px;
  }
  .newsletter .woodmart-title-container {
  font-size: 21px !important;
  line-height: 26px !important;
  margin-bottom: 8px;
}

.newsletter .title-after_title {
    font-size: 18px !important;
  line-height: 24px !important;
}
}

.home-banner .title-wrapper{
  display: flex;
  flex-direction: column;
}

.home-banner .title-wrapper .title {
  order: -1 !important;
}

.home-banner .title-wrapper .title-subtitle  {
  order: 1 !important;
  margin-bottom: 10px !important;
  font-weight: 600 !important;
  }

.home-banner .title-after_title {
  order: 2 !important;
  margin-bottom: 0;
}


.home-banner > .wpb_column > .vc_column-inner .wpb_wrapper {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
.home-banner i:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  background: #fff;
  border-radius: 50%;
  top: -2px !important;
  position: relative;
  margin-right: 5px;
  color: #000;
   
  padding: 3px;
  font-size: 8px !important;
  
}


.truck-before:before {
  content: "\f48b";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  padding-right: 8px;  
}


.whb-top-bar *{
  color: #9A9A9A;
}



.yith-wcan-reset-filters {
  margin-bottom: 16px;
  border-radius: 5px;
  background: rgb(77, 174, 101);
  color: #fff;
}

.yith-wcan-reset-filters:hover {
  background: rgb(107, 187, 127);
  color: #fff;
}

.yith-wcan-filters input[type="checkbox"] {  
  /* accent-color: var(--primary-color);
  color: #fff; */
}

/* .term-description h1 {
  display: none;
} */

.ideal-in3 {
  display:flex;
  align-items:center;
  font-weight:500
}
.ideal-in3 img {
  width:80px;
  margin-right:10px
}
.nlam {
  display:inline-block;
  padding:5px 10px;
  background-color:#4dae65;
  color:#fff;
  font-size:15px;
  margin-bottom:16px
}
.nlam::before {
  content:"\e866";
  font-family:"Porto";
  margin-right:0.5rem;
  font-size:1.2857em;
  line-height:1;
  color:#4dae65;
  background:#fff;
  width:20px;
  height:20px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center
}

.single-product .extra-notes {
  
  padding-bottom:20px;  
}

.single-product .extra-content {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #f7f7f7;
  padding-left: 10px;
  padding-right: 10px;
  color: #999999 !important;
 
}

  .single-product  .product-type-variable .variations_form {
  max-width: 300px !important;
}

.single-product .product-type-variable .variations_form select {
  max-width: 290px !important;
  width: 100% !important;
}

@media (max-width: 1200px) {
  .single-product  .wd-single-wishlist-btn {
  margin-bottom: 25px !important;
  }  
  .single-product .product-type-variable table.variations .value {
     max-width: calc(100% - 93px) !important;  
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .single-product .product-type-variable .variations_form {
    max-width: 250px !important;
  }
  .single-product .product-type-variable .variations_form table.variations tr,
  .single-product  .woocommerce-variation-add-to-cart {
    display: grid !important;
    grid-template-columns: 1fr 2fr;
    align-items: center;
  }
 .single-product .single-product-actions .single_add_to_cart_button {
  padding-inline: 15px !important;
 }
 .single-product .product-type-variable table.variations .value {
  max-width: 100% !important;
 }
}


.single-category .posted_in > span {
  font-weight: 600;
}

.single-category .posted_in a {
  color: #767676;
}

.single-product .extra-content strong {
  color: #999999 !important;
  display: block;
}

.single-product .single-product-actions {
  width: calc(100% - 30px) !important;
}

.single-product .extra-content * {
  color: var(--wd-text-color) !important;
}

.single-product .extra-content span {  
  color: #999999 !important;
}

.single-product .extra-content a{
  color: #4DAF66 !important;
}

#tab-description ul li,
.woocommerce-product-details__short-description ul li{
  margin-bottom: 2px;
}



.single-product .extra-content span:not(:last-child) {
  margin-bottom: 7px;
}

.single-product .wc-tabs-wrapper .shop_attributes {
  margin: unset !important;
}

.single-product .shop_attributes tr {
  justify-content: flex-start !important;
}

.single-product .shop_attributes th {
 min-width: 250px !important;
}

.single-product .extra-notes ul {
  margin-left:0;
  padding-left:0;
  list-style:none;
  margin-bottom:0
}
.single-product .extra-notes img {
  max-width:550px
}

.single-product .tabs-layout-tabs .shop_attributes {
  max-width: 100%;
}
#tab-voedingswaarde .nflc .nutrition-table > li > .col-25 {
  width: 25%;
}
#tab-voedingswaarde .nflc .nutrition-table .text-center {
  text-align: right !important;
}

.extra-notes li:not(:last-child) {
  margin-bottom:6px
}
.extra-notes .note-icon {
  max-width:26px !important
}
.extra-notes ul li {
  line-height:30px
}
.extra-notes img {
  margin-right:10px
}

.single-product .woocommerce-product-rating  {
  display: flex;
}

.single-product .woocommerce-product-rating  .brand {
 padding-right: 10px;
 margin-right: 10px;
 border-right: 1px solid #ddd;
}

.woocommerce-checkout > .checkout-order-review::before,
.woocommerce-checkout > .checkout-order-review::after {
  display: none;
}

.single-post .entry-meta-list {
  display: none;
}

.boxes .wpb_single_image {
  text-align: center;
}

.wd-search-form.wd-header-search-form {
  margin: 0 auto;
  max-width: 70%;
}
.wd-search-form.wd-header-search-form-mobile input,
.wd-search-form.wd-header-search-form .searchform  input{
  border: 2px solid rgb(77, 174, 101) !important;
}


.wd-product-brands {display: none;}
.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper{
  border: 1px solid #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 0px;
  margin-bottom: 20px;
}

.single-product .woocommerce-product-rating .brand {
  font-weight: bold;
}

.single-product .woocommerce-product-gallery .wd-gallery-thumb .wd-carousel-item img {
    border: 1px solid #e5e5e5;
  border-radius: 0px;
    padding-top: 10px;
  padding-bottom: 10px;
}


.single-product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {border-color: #e5e5e5 !important;}

.woocommerce-product-gallery:not(:hover) .wd-nav-arrows .wd-btn-arrow.wd-prev,
.woocommerce-product-gallery:not(:hover) .wd-nav-arrows .wd-btn-arrow.wd-next{
  opacity: 0 !important;
}

.single-summary .price {
  font-size: 28px;
  font-weight: 900 !important;
  margin-top: 20px;
}

.single-product .social-share {
  display: flex !important;
  flex-wrap: wrap !important;
}

.single-product .social-share span {
  flex: 0 1 auto !important;
}

.woocommerce-product-gallery .wd-nav-arrows .wd-btn-arrow.wd-prev,
.woocommerce-product-gallery .wd-nav-arrows .wd-btn-arrow.wd-next {
  transition: .3s ease-in-out;
}

.single-product-actions {
  margin-left: 16px;
  width: auto !important;
  background: #F3F3F3;
}

.single-product-actions .xoo-wl-action-btn,
.single-product-actions .single_add_to_cart_button{
  border-radius: 0px !important;
  padding-inline: 40px;
}

.single-product-actions  .xoo-wl-action-btn {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.single-product-actions  .xoo-wl-action-btn:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  margin-right: 2px;
}

.single-product .single-summary .stock.in-stock:before {
  display: none;
}
.single-product .single-summary .stock.in-stock {
  text-transform: uppercase;
  font-weight: 900;
}

.single-product .product_meta .meta-label {
  display: none;
}
.single-product .product_meta .meta-sep {
  display: none;
}
.single-product .posted_in {
  display: flex;
  max-width: 700px;
  width: 100%;
  flex-wrap: wrap;
  gap: 7px;
}
.single-product .product_meta {margin-top: 20px;}

.single-product .product_meta a {
  border: 1px solid #8a8a8a;
  padding: 7px 15px;
  color: #8a8a8a;
  transition: .3s ease-in-out;
}

.single-product .single-product-page .wd-social-icons > a {
  color: #8a8a8a;
}

.single-product .product_meta a:hover {
  background-color: #8a8a8a;
  color: #fff;
}

.single-product .wd-wishlist-icon > a::before {
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #c5c5c5 !important;
}

.single-product .single_add_to_cart_button::before {
  content: "\f07a" !important;
  font-family: "Font Awesome 5 Free"!important;
  font-weight: bold !important;
  padding-right: 5px!important;
  position: relative;
  opacity: 1 !important;
}

.single-product-actions  .wd-single-wishlist-btn a {
  background: #fff;
  margin-left: 5px !important;
  border: 1px solid var(--wd-form-brd-color);
  border-radius: 5px;;
  padding: 11px;
  height: 43px !important;
}
.single-product .wd-wishlist-icon > a.added {
  /* background-color: var(--primary-color) !important; */
}
.single-product .wd-wishlist-icon > a.added::before {
  font-weight: bold !important;
  color: var(--primary-color) !important; 
}

/* ARCHIVE */

.archive .main-page-wrapper {
  background: #efefef !important;
}

.archive .yith-wcan-filters {
  /* border-radius: 10px;
  padding: 10px */
}

  .archive .wd-content-layout{
    padding-block-start: 0px !important;
  }

.archive #custom_html-9 .widget-title {
  /* padding-left: 10px; */
}

.archive  .wd-shop-result-count {
  font-weight: bold;
}

.archive  .wd-shop-desc p {
  color: #9d9d9c;
}

/* DOELSTELLING */


.row-fitness .vc_column-inner .wpb_single_image a{
  position: relative !important;
   overflow: hidden !important;
  display: block !important;  
  height: 100%;
  border-radius:  10px;
}
.row-fitness .vc_column-inner .wpb_single_image a:after{
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.8) 100%);
}

.row-fitness-tlt {
  position: absolute;
  bottom: 15px;
  left: 30px;
  color: #fff;
  font-size: 17px;
  pointer-events: none;
  font-weight: 700;
}


/* PRODUCT */

/* .test-pro .product-element-bottom h3 {
  max-height: unset !important;
} */

.wd-product .product-element-top {
  padding-top: 16px;
}

[class*="title-line-"] .wd-product .wd-entities-title {
  min-height: calc(var(--title-line-count, 1) * var(--title-line-height, 1.4em));
}

.wd-product .product-element-bottom .wd-product-header {
  flex-direction: column;
  align-items: center !important;
}

.wd-product .product-element-bottom .wrap-price {
  justify-content: center !important;
}

.wd-product .product-element-bottom .star-rating {
  align-self: center;
}

.merken-logos .wd-image {
  margin-bottom: 0 !important;
}

.merken-logos .wd-carousel {
  margin-inline: 16px;
}

/* Custom tabs*/
.custom-tabs-style .wd-nav-tabs {
  gap: 10px !important;
}
.custom-tabs-style .wd-nav-tabs li:hover,
.custom-tabs-style .wd-nav-tabs li.wd-active {
  background: #63B677 ;
  border-color: #63B677 ;
}
.custom-tabs-style .wd-nav-tabs li:hover .tab-label,
.custom-tabs-style .wd-nav-tabs li.wd-active .tab-label {
  color: #fff;

}

.custom-tabs-style .wd-nav-tabs li .tab-label  {
  transition: .3s ease-in-out;
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
  color: #BDBDBD;
    padding-inline: 8px;  
}

.custom-tabs-style .wd-nav-tabs li {
  border: 1px solid #BDBDBD;
  transition: .3s ease-in-out;
}



/* Title */

.custom-section-title .title-after_title {
  margin-top: -4px !important;
  display: block !important;
  color: #9d9d9d !important;
}

a.custom-btn-link {  
  border-bottom: 0 !important;
  margin-top: -4px !important;
}

/* Swiper  */

.swiper-custom-style .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner:after {
  color: #fff !important;
}

.swiper-custom-style  .wd-nav-arrows .wd-btn-arrow {
  opacity: 1 !important;
}


.swiper-custom-style  .wd-nav-arrows .wd-btn-arrow .wd-arrow-inner {
  background-color: #63B677 !important;
  border-radius: 0 !important;
  width: 20px;
  height: 50px;
}
.swiper-custom-style  .wd-nav-arrows .wd-btn-arrow.wd-disabled .wd-arrow-inner  {
  background-color: #CECECE !important;
}


.swiper-custom-style  .wd-nav-arrows.wd-pos-sep .wd-next {
   transform: translate(-20px, -50%)  !important;
   top: 50%;
}

.swiper-custom-style-arrow-v2 .wd-nav-arrows.wd-pos-sep .wd-next{
  transform: translate(-10px, -50%)  !important;
}

.swiper-custom-style  .wd-carousel-item {
  padding: 0 16px 0 0 !important;
}

.swiper-custom-style  .wd-carousel-item:last-child {
  padding: 0 0 0 0 !important;
}


/* .swiper-custom-style-v2  .wd-nav-arrows.wd-pos-sep .wd-next {
  transform: translate(-20px, -50%)  !important;
} */

.swiper-custom-style  .wd-nav-arrows.wd-pos-sep .wd-prev {
  transform: translate(20px, -50%) !important;
  top: 50%;
}

.swiper-custom-style-arrow-v2 .wd-nav-arrows.wd-pos-sep .wd-prev{
  transform: translate(10px, -50%)  !important ;
}

.home-slider .wd-carousel {
  border-radius: 0px !important;
}

.loop-product-brand a{
  font-weight: 600;
  color: #b8b8b8 !important;
  font-size: 14px;
}

.wd-product .wd-entities-title {
  text-align: center;
}

.visibility-hidden {
  display: none !important;
}

@media (max-width: 1520px) {

.swiper-custom-style  .wd-nav-arrows.wd-pos-sep .wd-next {
  transform: translate(-40px, -50%)  !important; 
}
.swiper-custom-style  .wd-nav-arrows.wd-pos-sep .wd-prev {
  transform: translate(40px, -50%) !important;  
}

  .swiper-custom-style-arrow-v2 .wd-nav-arrows.wd-pos-sep .wd-next{
    transform: translate(-30px, -50%)  !important;
  }
  .swiper-custom-style-arrow-v2 .wd-nav-arrows.wd-pos-sep .wd-prev{
    transform: translate(30px, -50%)  !important ;
  }
}

@media (max-width: 1024px) {
  .swiper-custom-style .wd-next,
  .swiper-custom-style .wd-prev {
    display: none !important; 
  }

  .whb-top-bar {
    background-color: var(--primary-color) !important;
    
  }
  .whb-top-bar p {
color: #Fff !important;
font-size: 15px;
  }
    .archive .wd-content-layout{
    padding-block-start: 0px !important;
  }
  .w3s-header-top {
    display: none !important;
  }
   /* .whb-sticky-prepared {
    padding-top: calc(var(--wd-header-sm-h) + 0px) !important;
  } */
}


@media (max-width: 767px) {
  footer .wpb_raw_code,
  footer .wpb_raw_code ul {
    margin-bottom: 0;
  }
  .single-product-actions {
    margin-right: 16px;
  }
  .single-product .wd-nav-tabs-wrapper {
    mask-image: none !important;
  }

  
}

@media (max-width:600px) {
 
  .ideal-in3 img {
    width:60px
  }
 
}