/*
 Theme Name:   Dekoro Child
 Theme URI:    https://wordpress.com
 Description:  This is a child theme for Dekoro
 Author:       Goalthemes
 Author URI:   #
 Template:     dekoro
 Version:      1.0.0
 Text Domain:  dekoro-child
*/
.panel.producttab-panel{ 
	border-radius:0;                      
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin:0;
}
.panel.producttab-panel .panel-heading{ padding:20px}
.panel.producttab-panel:last-child{border-bottom:1px solid #ddd;}
.panel.producttab-panel .panel-heading a {
  display: block;
  position: relative;
  font-weight: bold;

  &::after {
    content: "";
    border: solid #333;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
  }

  &[aria-expanded="true"]::after {
    transform: rotate(-135deg);
    top: 5px;
  }
}
.badge-danger {
    background-color: #d9534f !important;
    color: white;
}
button#cod-button {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 15px 30px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 16px;
}

/* Media query for screen width 1200px and above */
@media (min-width: 1200px) {
    button#cod-button {
        /* Add styles here if needed */
    }
}
/* Hover and focus states */
button#cod-button:hover,
button#cod-button:focus {
    /* Add styles here if needed */
}

/* When button has "added" class */
button#cod-button.added {
    display: none;
}
/* Popup Modal */
.cod-popup {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
}
.cod-popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}
.cod-popup-close {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    float: right;
    cursor: pointer;
}
.cod-popup-close:hover,
.cod-popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.cod-pay-button{ display: block !important; width: 100%; margin-bottom: 15px !important; background: #5cb85c !important; text-align: center !important;}

.product-videos-container{margin-top: 20px;}
.product-video {
    padding: 3px;
}
.product-video video {
    border-radius: 5px;
    border: 1px solid #000;
}
.woocommerce div.product form.cart div.quantity {
    width: 100%;
        margin-bottom: 15px;
}
.woocommerce div.product form.cart div.quantity input.qty {
    width: 100%;
}
.panel-body h2 {
    display: none;
}
.product-block.grid.grid-v1 {
    min-height: 215px;
}
body.home.page-template-default .header-mobile {
    padding: 12px 0;
    background: #fff;
    border-bottom: 1px solid #2b2b2b;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: transparent;
}
body.home.page-template-default .header-mobile.header-mobile-sticky {
    background: #ffffff !important;
}
.woocommerce-variation-add-to-cart button[type="submit"] {
    display: block !important;
    width: 100% !important;
    flex: none !important;
    margin-bottom: 10px !important;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-thumbnail a {
    margin-right: 10px;
}
tr.woocommerce-cart-form__cart-item.cart_item .product-remove {
    padding: 8px;
}
.goal-checkout-step ul li {
    position: relative;
    text-align: left;
    float: left;
    padding-left: 40px;
}
body.home.page-template-default .header-mobile {
    border-bottom: 0px !important;
}
.product-block.grid .add-cart > .added_to_cart:not(.loading)::before, .product-block.grid .add-cart > .button:not(.loading)::before {
    color: #2b2b2b !important;
}
.anim-loop-left {
    animation: loop-anim-left 6s linear infinite;
    -webkit-animation: loop-anim-left 6s linear infinite;
    -moz-animation: loop-anim-left 6s linear infinite;
}
.product-block.grid .add-cart {
    padding: 0;
    margin: 0;
}
.slick-carousel .slick-arrow ,  .products-grid .custom-economy-badge, .products-slide .custom-economy-badge{ 
    display: none !important;
}
.slick-carousel {
    margin-right: 0;
    margin-left: 0;
}
.product-block .sale-perc {
    background-color: #796f51;
}
.goal-footer .widget-nav-menu ul.menu li + li:before, .groups-button, .goal-checkout-step , .goal-footer-mobile {
	display: none !important;
	opacity: 0 !important;
}
.goal-footer .widget-nav-menu ul.menu li {
	margin: 0;
	display: block;
	float: none;
}
.wpcf7-form .btn-theme {
    margin: 0 auto !important;
    display: block !important;
}
.mobile-sidebar-btn{
	display: none !important;
}
.button {
    background-color: #efcbb7 !important;
}
.btn, .button {
    background-color: #efcbb7 !important;
}
@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive td.product-thumbnail {
    display: contents;
	width: 60% !important;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive td.product-remove {
    display: contents;
    width: 60% !important;
    text-align: left !important;
  }
}
 .woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before {
        content: attr(data-title) "  " !important;
      
    }
@media (min-width: 768px) {
    .elementor-7648 .elementor-element.elementor-element-3eec1f7 {
        --width: 60% !important;
    }
}
.woocommerce div.product form.cart .button, .woocommerce div.product form.cart .added_to_cart
 {
    width: 100% !important; 
	flex: none !important ;
    margin-bottom: 10px !important;
}
.woocommerce-form-coupon-toggle {
	display: none !important;
}

.header-mobile-sticky, .sticky-header{
	background-color: white !important;
	border-bottom: 1px solid black !important;
}

#customer_details .col-2 {
	display: none !important;
}

#goal-header-mobile .btn {
	background-color: transparent !important;
}

#billing_first_name_field {
	width: 100%
}

#menu-footer-nav, #menu-menu {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
}

@media (max-width: 991px) {
    body.body-footer-mobile {
        padding-bottom: 0px ! important;
    }
}
.priceinfo{
	font-size:18px;
	font-weight:400;
}
.elementor-widget-container .slick-arrow {
	display: none !important;
}

.woocommerce .quantity, .woocommerce-page .quantity {
	padding-right: 0 !important;
}

.woocommerce div.product form.cart .variations label {
    margin-inline: 0 !important;
}

.label {
    padding-inline: 0 !important;
}

.ti-close:hover {
	cursor: pointer !important;
}

/*color swatch*/

.reset_variations {
	display: none !important;
}

/*end color swatch*/

.product-block.grid .grid-inner {
    position: relative;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #ffffff00;
}
.goal-loader-inner {
    width: 350px !important;
    height: 350px !important;
}
.logo img {
	width: 200px;
}
.fc-sidebar__inner {
    z-index: 0 !important;
	padding-top: 150px !important;
}
#billing_address_1-description , .cpops-powered-by{
    display : none;
}
@media (max-width: 768px) {
    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        display: none;
    }
}
.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-03 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    color: #2B2B2B;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a, .woofc-area.woofc-style-04 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    border-color: #2B2B2B;
}
.woofc-area.woofc-style-02 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
    padding: 0;
	text-transform: none;
}
#woofc-count {
	display:none;
}
.btn-theme-second, a.btn-theme-second {
    color: #2b2b2b !important;
}
@media (max-width: 576px) and (max-width: 768px) {
    .ebs-content h2 {
        font-size: 36px !important;
    }
    .ebs-button {
        font-size: 16px !important;
    }
}
body.page-id-14536 .woocommerce-cart-form,
body.page-id-14536 .woocommerce .quantity input.qty {
    margin-top: -24px !important;
}
.woocommerce .quantity input.qty {
    padding: 5px 40px 5px 5px !important
}