/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* GLOBAL */
wc-order-attribution-inputs{display: none !important}
strong, b {
 font-weight: 700 !important
}
.button.btn-cart {
 border: 1px solid #b49555 !important;
 background: #b49555 !important;
 font-size: 16px;
}
.button.btn-cart:hover {
 background: transparent !important;
 color: #b49555 !important;
}
.button.checkout,
:is(.btn,.button,button,[type="submit"],[type="button"]){
 /* border: 1px solid #000 !important; */
 /* background: #000 !important; */
 /* font-size: 16px; */
}
.button.checkout:hover,
:is(.btn,.button,button,[type="submit"],[type="button"]):hover{
 background: transparent !important;
 color: #000 !important;
}
.pswp__bg button.pswp__button  {
 background: url(../../images/default-skin.png) 0 0 no-repeat !important;
}

/* TOP */
.whb-top-bar .c-data {
 font-size: 13px !important;
}
.whb-top-bar .c-data a:hover{
 opacity: 0.6
}
.whb-top-bar .c-data-phone,
.whb-top-bar .c-data-mail {
 margin-top: -5px; 
 flex: 0 1 auto !important;
}
.whb-top-bar .c-data:before {
 top: 4px;
 position: relative;
 margin-right: 10px;
}
.whb-top-bar .c-data-phone:before {
 content: url('/wp-content/uploads/2023/11/top-icon_03.png')
}
.whb-top-bar .c-data-mail:before {
 content: url('/wp-content/uploads/2023/11/top-icon_05.png')
}
.whb-top-bar .c-data-text {
 text-align: center;
 font-size: 14px !important;
 font-weight: 300;
 color: #fff !important;
}
.whb-top-bar .wd-tools-element .wd-tools-text {
 font-size: 14px !important;
}
.whb-general-header .whb-col-center {
 display: flex;
 flex-direction: row;
 justify-content: center;
}
.whb-general-header .searchform .searchsubmit {
 right: auto !important;
 left: 0;
 background: #e1000f !important;
 border-radius: 8px;
 border-top-right-radius: 0px !important;
 border-bottom-right-radius: 0px !important; 
 border: 0px !important;
}
.whb-general-header .searchform .searchsubmit:after {
 font-size: 25px !important;
}
.whb-general-header .searchform input[type="text"] {
 padding-left: 60px;
 width: 360px;
}
.whb-general-header .wd-tools-icon:before {
 color: #000 !important;
 font-size: 31px !important;
 font-weight: 700 !important;
}
.whb-general-header .wd-tools-element .wd-tools-count {
 background: #e1000f !important;
 height: 20px !important;
 width: 20px !important;
 font-size: 14px !important;
 line-height: 20px !important;
}
.title-size-default {
 height: 200px;
}
.title-size-default .title {
 font-size: 30px !important;
}
.yoast-breadcrumb span,
.yoast-breadcrumb span a {
 text-transform: none !important;
 font-size: 14px;
 font-weight: 300;
}
.yoast-breadcrumb .breadcrumb_last {
 font-weight: 400 
}
@media only screen and (max-width: 800px) {

 .whb-general-header .whb-col-center {
  display: none;
 }
 .whb-general-header .wd-tools-icon:before {
  font-size: 24px !important;
 }
 .title-size-default {
  height: auto;
 }
 .title-size-default .title {
  font-size: 24px !important;
 }
}

/* FOOTER */
.r-footer {
 background: #f6f6f6;
 padding-top: 35px;
 padding-bottom: 10px;
}
.r-footer a {
 color: #000;
}
.r-footer a:hover {
 color: #b49555;
}
.r-footer .c-data {
 color: #000;
 font-size: 14px;
 margin-bottom: 20px;
 padding-left: 100px;
}
.r-footer .c-data:before {
 position: absolute;
 left: 70px;
}
.r-footer .c-data-address:before {
 content: url('/wp-content/uploads/2023/11/footer-icon_03.png');
 margin-top: 5px;
}
.r-footer .c-data-phone:before {
 content: url('/wp-content/uploads/2023/11/footer-phone_03.png');
 left: 75px;
}
.r-footer .c-data-mail:before {
 content: url('/wp-content/uploads/2023/11/footer-icon_10.png');
 left: 72px;
}
.r-footer .c-data-text {
 font-weight: 700; 
 margin-bottom: 10px;
}
.r-footer .c-menu h2 {
 margin-bottom: 10px !important;
}
.r-footer .c-menu li {
 font-size: 14px;
 margin-bottom: 5px; 
}
.r-copy {
 background: #f6f6f6;
 padding: 15px;
}
.r-copy .c-text {
 text-align: center;
 font-size: 14px;
 margin: 0;
 color: #000;
}
.r-copy .c-text a {
 color: #000;
 font-weight: 700;
}
.r-copy .c-text a:hover {
 color: #b49555;
}
.r-copy .c-text strong {
 padding: 0 15px;
 font-weight: 300 !important;
}
@media only screen and (max-width: 800px) {
 .r-footer {
  text-align: center;
 }
 .r-footer .c-image {
  display: none;
 }
 .r-footer .c-data {
  padding-left: 0px;
 }
 .r-footer .c-data:before {
  position: relative;
  left: 0;
 }
 .r-footer .c-data-phone:before {
  left: 0;
 }
 .r-footer .c-data-mail:before {
  left: 0;
 }
 .r-footer .c-menu h2 {
  margin-bottom: 5px !important;
 }
 .r-copy {
  text-align: center;
 }
 .r-copy .c-text {
  text-align: center;
 }
 .r-copy .c-text strong {
  display: block;
  font-size: 0;
 }
}

/* HOME */
.home .main-page-wrapper {
 padding-top: 0px
}
.r-slider .wd-slide-bg {
 background-size: auto !important;
}
.r-slider .c-slider .flickity-button.next {
 top: 95% !important;
 left: 0 !important;
 right: -750px !important;
 margin-left: auto !important;
 margin-right: auto !important;
 z-index: 99 !important;
 position: absolute !important;
 border: 0px !important;
 background: transparent !important;
}
.r-slider .c-slider .flickity-button.previous {
 top: 95% !important;
 left: 0 !important;
 right: -680px !important;
 margin-left: auto !important;
 margin-right: auto !important;
 z-index: 99!important;
 position: absolute !important;
 border: 0px !important;
 background: transparent !important;
}
.r-slider .c-slider .flickity-button:after {
 font-size: 30px !important;
 opacity: 1;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.r-slider .c-slider .flickity-button:hover:after {
 opacity: 0.6
}
.r-slider .c-text h2 {
 color: #fff;
 font-size: 70px;
 line-height: 80px !important;
}
.r-slider .c-slider .c-button {
 text-transform: none;
 font-size: 16px;
 font-weight: 400;
 padding: 10px 30px;
 border: 1px solid #e1000f !important;
 background: #e1000f !important
}
.r-slider .c-slider .c-button:hover {
 background: transparent !important;
 border: 1px solid #fff !important;
 color: #fff !important;
}
.r-slider .c-social {
 background: #fff;
 border-top-left-radius: 10px;
 position: relative;
 float: right;
 right: -0px;
 margin-top: -64px;
 padding: 10px;
 z-index: 9 !important;
}
.r-slider .c-social a {
 border: 1px solid #000;
 margin-right: 10px;
 width: 35px !important;
 height: 35px !important;
 line-height: 35px !important;
}
.r-slider .c-social a:hover {
 background: #000;
 color: #fff !important;
}
.r-slider .c-social:after{
 content: '';
 background: #fff;
 width: 1000px;
 height: 66px;
 position: absolute;
 right:-200;
 margin-top: -10px;
}
.r-slider .c-social .wd-icon {
 padding: 0 7px;
}
.r-slider .c-social .wd-icon:before {
 opacity: 1;
 color: #000;
 font-size: 20px;
 line-height: 30px;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.r-slider .c-social .wd-icon:hover:before {
 color: #fff
}
.r-slider .c-button-scroll {
 background: transparent !important;
 box-shadow: 0 0 !important;
 margin-top: -80px;
 font-size: 0;
 border: 0px !important
}
.r-slider .c-button-scroll .wd-icon:before {
 font-size: 36px !important;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.r-slider .c-button-scroll:hover .wd-icon:before {
 opacity: 0.6
}
.r-products {
 margin-top: 70px;
}
.r-products img {
  -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.r-products img:hover {
 opacity: 0.7
}
.r-products .c-title-section {
 font-size: 30px;
 font-weight: 700;
 color: #e1000f
}
.r-products .c-title-section:after {
 content: '';
 background: #ddd;
 height: 1px;
 width: 540px;
 display: block;
 position: absolute;
 top: 25px;
 left: 170px;
}
.r-products .c-button {
 position: absolute;
 top: 5px;
 min-width: 180px;
 font-size: 16px;
 font-weight: 400;
 text-transform: none;
 right:10px;
 background: #e1000f !important;
 border: 1px solid #e1000f !important;
 box-shadow: 0 0 !important;
}
.r-products .c-button:hover {
 background: transparent !important;
 color: #e1000f;
}
.r-products2 .c-button {
 background: #b49555 !important;
 border: 1px solid #b49555 !important;
 box-shadow: 0 0 !important;
}
.r-products2 .c-button:hover {
 background: transparent !important;
 color: #b49555;
}
.r-products2 .c-title-section {
 color: #b49555
}
.r-cta {
 margin-top: 150px;
}
.r-cta img {
  -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.r-cta img:hover {
 opacity: 0.7
}
.r-category {
 margin-top: 60px;
}
.r-category .vc_column-inner {
 padding-left: 10px !important;
 padding-right: 10px !important;
}
.r-category .c-title-section {
 font-size: 30px;
 font-weight: 700;
 color: #000
}
.r-category .c-title-section:after {
 content: '';
 background: #ddd;
 height: 1px;
 width: 860px;
 display: block;
 position: absolute;
 top: 25px;
 left: 340px;
}
.r-category  .wd-entities-title {
 color: #fff;
 font-size: 26px !important;
 text-transform: none !important;
 font-weight: 700;
 line-height: 30px;
}
.r-category .category-grid-item .category-image {
 font-size: 0px;
}
.r-category .category-grid-item .more-products {
 color: #fff;
}
.r-news {
 background: url('/wp-content/uploads/2023/11/top-bg_03.jpg') no-repeat center center;
 text-align: center;
 padding-top: 20px;
 margin-top: 50px;
 height: 240px;
}
.r-news .c-title  {
 font-size: 18px;
 font-weight: 900;
 color: #fff;
 margin-bottom: 25px;
}
.r-news .c-title strong {
 font-size: 30px;
 color: #ff0000;
}
.r-news .c-text  {
 font-size: 14px;
 color: #fff;
 margin-bottom: 0px;
}
.r-news .c-text a {
 font-size: 14px;
 color: #fff;
 text-decoration: underline;
 font-weight: 400;
}
.r-news .c-text a:hover {
 color: #b49555;
}
.r-news .c-code {
 margin-bottom: 0px;
}
.r-news .c-code  .c-line {
 display: inline-block;
}
.r-news .c-code input {
 width: 370px;
 height: 40px;
 background: #fff;
}
.r-news .c-code input::placeholder {
 color: #000;
}
.r-news .c-code input[type=submit] {
 color: #fff;
 background: #ff0000 !important;
 border: 1px solid #ff0000;
 text-transform: none;
 width: 172px;
 border-radius: 8px;
}
.r-news .c-code input[type=submit]:hover {
 color: #fff !important;
 background: transparent !important;
 border: 1px solid #fff !important;
}
.r-partners {
 background: #f6f6f6;
 height: 175px;
 margin-top: 90px;
 margin-bottom: 75px;
}
.r-partners .c-title-section {
 font-size: 30px;
 font-weight: 700;
 color: #000;
 padding-top: 60px;
 padding-left: 40px;
}
.r-partners .c-title-section:after {
 content: '';
 background: #000;
 height: 120px;
 width: 1px;
 display: block;
 position: absolute;
 top: 25px;
 left: 220px;
}
.r-partners .c-image {
 padding-top: 25px;
}
.r-partners img {
  -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.r-partners img:hover {
 opacity: 0.7
}
@media only screen and (max-width: 800px) {
 .home .site-content {
  margin-bottom: 0px !important;
 }
 .r-slider .wd-slide-bg {
  background-size: cover !important;
 }
 .r-slider .c-slider .flickity-button.next,
 .r-slider .c-slider .flickity-button.previous{
  display: none;
 }
 .r-slider .c-text {  
  margin-bottom: 20px !important;
 }
 .r-slider .c-text h2 {
  font-size: 22px;
  line-height: 30px !important;
 }
 .r-slider .c-slider .c-button {
  font-size: 14px;
  padding: 5px 20px;
  min-height: 30px;
 }
 .r-slider .c-social {
  display: none;
 }
 .r-products {
  margin-top: 20px;
  text-align: center;
 }
 .r-products .c-title-section {
  font-size: 24px;
  font-weight: 700;
  color: #e1000f;
  margin-bottom: 0px
 }
 .r-products .c-title-section:after {
  display: none;
 }
 .r-products .c-button {
  position: relative;
  line-height: 30px;
  top: 0px;
  min-width: auto;
  right:0px;
  text-align: center;
  display: block;
  margin-right: 50px !important;
  margin-left: 50px !important;
 }
 .r-products .c-button:hover {
  background: transparent !important;
  color: #e1000f;
 } 
 .r-products .c-image {
  margin-top: 40px;
  text-align: center;
 }
 .r-products2 .c-button {
  border: 1px solid #b49555;
 }
 .r-cta {
  margin-top: 30px;
 }
 .r-category {
  margin-top: 20px;
  text-align: center !important;
 }
 .r-category .c-category {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
 }

.products.woocommerce.row.categories-style-default.wd-spacing-10.c-category.columns-5 {}
 .r-category .category-grid-item {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  align-items: center;
 }
 .r-category .vc_column-inner {
  padding-left: 15px !important;
  padding-right: 15px !important;
 }
 .r-category .c-title-section {
  font-size: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
 }
 .r-category .hover-mask {
  top: 100px;
  position: absolute;
 }
 .r-category .c-title-section:after {
  display: none;
 }
 .r-category  .wd-entities-title {
  color: #fff;
  font-size: 18px !important;
  line-height: 20px;
 }
 .r-category .category-grid-item .category-image {
  font-size: 0px;
 }
 .r-category .category-grid-item .more-products {
  font-size: 14px;
 }
 .r-news {
  background-size: cover;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  margin-top: 40px;
  height: auto;
 }
 .r-news .c-title  {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
 }
 .r-news .c-title strong {
  font-size: 24px;
 }
 .r-news .c-text  {
  font-size: 12px;
 }
 .r-news .c-text a {
  font-size: 12px;
 }
 .r-news .c-code input {
  width: 200px;
  font-size: 14px;
 }
 .r-news .c-code input[type=submit] {
  width: 120px;
  font-size: 14px;
 }
 .r-partners {
  display: none;
 }
}

/* CONTACT PAGE */
.p-contact {
 padding-top: 20px;
}
.p-contact .c-data-text {
 font-size: 18px !important;
 font-weight: 700;
}
.p-contact .c-data {
 color: #000;
 font-size: 16px;
 margin-bottom: 20px;
}
.p-contact .c-data:before {
 position: relative;
}
.p-contact .c-data-address:before {
 content: url('/wp-content/uploads/2023/11/footer-icon_03.png');
}
.p-contact .c-data-phone:before {
 content: url('/wp-content/uploads/2023/11/footer-phone_03.png');
}
.p-contact .c-data-mail:before {
 content: url('/wp-content/uploads/2023/11/footer-icon_10.png');
}
.p-contact textarea {
 min-height: 100px !important;
 font-weight: 300;
}
.p-contact input {
 font-weight: 300;
}
.p-contact select,
.p-contact select option {
 font-weight: 300 !important;
}
.p-contact label {
 color: #000;
 font-weight: 700;
 font-size: 14px;
}
.p-contact .wpcf7-submit {
 background: #b49555;
 border: 1px solid #b49555;
 color: #fff;
 border-radius: 8px;
 font-weight: 700;
 width: 150px;
 text-align:center !important;
 margin-left: auto;
 margin-right: auto; 
 display: block 
}
.p-contact .wpcf7-submit:hover {
 background: #fff;
 color: #b49555;
}
.p-contact .c-text-info {
 font-size: 13px;
 line-height:16px;
 text-align: justify;
}
.p-contact .c-text-info a {
 font-weight: 700;
}
.p-contact .c-social a {
 border: 1px solid #000;
 margin-right: 10px;
 width: 35px !important;
 height: 35px !important;
 line-height: 35px !important;
}
.p-contact .c-social a:hover {
 background: #000;
 color: #fff !important;
}
.p-contact .c-social .wd-icon {
 padding: 0 7px;
}
.p-contact .c-social .wd-icon:before {
 opacity: 1;
 color: #000;
 font-size: 20px;
 line-height: 30px;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 -o-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.p-contact .c-social .wd-icon:hover:before {
 color: #fff
}
@media only screen and (max-width: 800px) {
 .p-contact {
  text-align: center;
 }
 .p-contact .s-data {
  margin-bottom: 60px;
 }
}

/* SHOP */
.woocommerce>.woocommerce-checkout {
	align-items: flex-start !important;
    flex-wrap: nowrap !important;
    column-gap: 30px !important;
    flex-direction: row !important;
}
.product-grid-item .product-wrapper .iworks-omnibus,
.product-grid-item .product-wrapper .iworks-omnibus bdi{
 font-size: 12px;
 color: #000
}
.wd-add-btn-replace .add-to-cart-loop span {
 font-size: 16px;
}
.wd-buttons[class*="wd-pos-r"] {
 transform: unset !important;
 opacity: 1 !important;
 visibility: unset !important;
}
.wd-buttons .wd-action-btn a { 
 border-radius: 8px;
}
.wd-buttons .wd-action-btn a:hover,
.wd-buttons .wd-action-btn a:active,
.wd-buttons .wd-action-btn a.added {
 background: #b49555;
 color: #fff !important;
}
.wd-my-account-links a:hover {
 background: #b49555;
 color: #fff
}
.wd-my-account-links a:hover:before {
 color: #fff;
}
.product.wd-hover-quick .wd-add-btn {
 background: #000 !important;
}
.wd-add-btn-replace .add-to-cart-loop:after,
.wd-add-btn-replace .add-to-cart-loop:hover{
 color: #fff !important;
}
.single-product .product_title {
 font-size: 26px;
 font-weight: 900 !important;
}
.single-product .iworks-omnibus .amount {
 color: #000;
}
.single-product .woocommerce-product-details__short-description h4 {
 text-transform: uppercase;
 margin-bottom: 5px;
 font-size: 16px;
}
.single-product .woocommerce-product-details__short-description li {
 margin-bottom:2px; 
 font-size: 14px;
}
.single-product .woocommerce-product-details__short-description li:before {
 content: '.';
 color: #b49555;
 margin-left: -15px;
 margin-top: -32px;
 font-size: 40px;
 position: absolute;
}
.product-summary-shadow .summary-inner {
 padding: 15px !important;
}
.single-product div.quantity input[type="button"] {
 background: #fff !important;
 border: 1px solid #ddd !important;
}
.single-product .woocommerce-product-gallery img {
 height: 460px;
 object-fit: cover;
}
.single-product .woocommerce-product-gallery .product-image-thumbnail img {
 height: 150px;
 object-fit: cover;
}
.single-product .wd-sticky-btn .iworks-omnibus {
 display: none;
}
.single-product .product-tabs-wrapper {
 background: transparent;
}
.single-product .wd-accordion-item h3 {
 font-size: 22px;
 margin-bottom: 10px;
}
div.quantity input[type="button"] {
 background: transparent !important;
 border: 1px solid #ddd !important;
}
.product-grid-item :is(.product-image-link,.hover-img) img {
 height: 250px;
 object-fit: contain;
}
@media only screen and (max-width: 800px) {
		.woocommerce>.woocommerce-checkout{
		flex-direction: column !important;
			justify-content: center !important;
        align-items: stretch !important;
	}
 .single-product .woocommerce-product-gallery img {
  height: 300px;
 }
 .single-product .woocommerce-product-gallery .product-image-thumbnail img {
  height: 120px;
 }
 .single-product .product_title {
  font-size: 22px;
 }
 .product.wd-hover-quick .wd-add-btn .add-to-cart-loop span {
  display: flex !important;
 }
 .product.wd-hover-quick .wd-add-btn .add-to-cart-loop {
  width: 100% !important;
 }
 .product.wd-hover-quick .wd-add-btn .add-to-cart-loop:before {
  position: absolute !important;
  margin-left: -200px !important;
 }
}