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

/* productTab */
#product_tabs_cc .contentBox {
    margin: 0;
    position: absolute;
    top: 30px;
}

#product_tabs_cc .wd-button-wrapper {
    position: absolute;
    right: 0;
    z-index: 999;
}

#product_tabs_cc  ul.wd-nav {
    padding-bottom: 30px;
    padding-right: 160px;
}

#product_tabs_cc .contentBox .info-box-title {
    font-size: 36px;
}

#product_tabs_cc .wd-tabs-header {
    justify-content: end;
    border: none !important;
}
#product_tabs_cc .wd-product-cats {
    display: none;
}

#product_tabs_cc .product-element-bottom.product-information .wd-entities-title {
    text-align: left;
}

#product_tabs_cc .product-element-bottom.product-information .wrapp-product-price {
      float:left;
}

#product_tabs_cc  .product-wrapper {
    border-radius: 10px;
}

.product-wrapper .hover-content-inner {
    display: none;
}
#product_tabs_cc  .tabs-name.title {
    display: none;
}
#product_tabs_cc .product-element-bottom.product-information .wrapp-product-price span {
    color: #D44E49;
}

#product_tabs_cc .tabs-name.title {
    display: none;
}

#product_tabs_cc .products-tabs-title li a {
    color: #D44E49 !IMPORTANT;
    text-transform: capitalize;
    font-family: 'Poppins' !important;
    font-size: 17px !important;
    font-weight: 500;
}

#product_tabs_cc li.wd-active {
    background: #d44f4a;
    padding: 0px 32px;
    border-radius: 5px;
}

#product_tabs_cc li.wd-active a span {
    color: white !important;
}

#product_tabs_cc {
    padding-top: 70px;
    padding-bottom: 50px;
}

#product_tabs_cc .product-wrapper .product-element-bottom.product-information {
    border: 2px solid #D44E49;
    border-top: 0;
    position: relative;
    top: -11px;
    border-radius: 0 0 7px 7px;
    padding-top: 17px;
}

#product_tabs_cc .product-wrapper .wrapp-swatches {
    padding-top: 0 !important;
}

#product_tabs_cc .product-wrapper .product-element-top {
    border-radius: 7px 7px 0 0;
}

#product_tabs_cc .product-wrapper a.button span {
    color: #fff;
}

#product_tabs_cc .wd-product:hover .product-element-bottom.product-information {
    border: none;
}
/* productTab */

