/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* my account account details tab */
.woocommerce-EditAccountForm label, .woocommerce-EditAccountForm fieldset legend {
	font-family: Work Sans;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 16px;
	text-align: left;
	color: #143343;
}
.woocommerce-EditAccountForm input {
    border: 1px solid #e0dede !important;
    border-radius: 6px !important;
}
.woocommerce-Input {
    background: transparent !important;
}
.woocommerce-EditAccountForm fieldset {
    border: none !important;
    padding: 0 !important;
    margin-top: 30px !important;
    padding-top: 10px !important;
}
.woocommerce-EditAccountForm fieldset p {
    padding: 0 !important;
}
.woocommerce-EditAccountForm p button {
    background: #143343 !important;
    border-radius: 6px !important;
    box-shadow: 0px 12px 14px rgba(47, 170, 188, 0.15) !important;
    padding: 23px 50px !important;
    color: #fff !important;
    margin-top: 30px !important;
    font-family: Work Sans !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 16px;
}
.woocommerce-EditAccountForm p button:hover {
   background: #f18f01 !important;
}
/* Wishlist design */
.wishlist-items-wrapper td {
    background: transparent !important;
}
.wishlist_table th {
    font-family: Work Sans !important;
	font-style: normal;
	font-weight: 600 !important;
	font-size: 14px !important;
	line-height: 26px !important;
	text-align: left;
	color: #143343 !important;
}
.wishlist-items-wrapper td a {
    font-family: Work Sans;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 20px !important;
	line-height: 26px !important;
	color: #143343 !important;
	text-decoration: none !important;
}
.wishlist-items-wrapper td a:hover {
    color: #f18f01 !important;
}
.woocommerce a.remove {
    line-height: 1 !important;
}
.wishlist_table.responsive {
    padding: 0 !important;
}
.wishlist_table.responsive .item-wrapper {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}
.wishlist_table.responsive .item-details-table {
    width: 100% !important;
}
.wishlist_table.responsive .item-details {
    width: 100% !important;
}
.wishlist_table.responsive .product-name h3 a {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    text-align: left;
    color: #143343;
    text-decoration: none !important;
}
.wishlist_table.responsive .product-add-to-cart a{
    padding: 15px;
    border: 1px solid #143343 !important;
    background: #143343 !important;
    color: #fff !important;
    text-decoration: none !important;
}
.wishlist_table.responsive .product-add-to-cart a:hover {
    border: 1px solid #f18f01 !important;
    background: transparent !important;
    color: #f18f01 !important;
}
.wvg-gallery-thumbnail-image {
    margin: 16px !important;
    padding: 15px !important;
}
.wvg-gallery-thumbnail-image.current-thumbnail {
    border: 1px solid #f18f01;
    border-radius: 12px;
    box-shadow: 0px 20px 20px rgba(92, 98, 128, 0.15);
}
/* Product details tab */
.custom-tab-style .elementor-tab-content, .custom-tab-style .elementor-tab-title {
    border: none !important;
}
.custom-tab-style .elementor-tab-title:after {
    content: none !important;
}
.custom-tab-style .elementor-tab-title:before {
    content: none !important;
}
.custom-tab-style .woocommerce-tabs .wc-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 21px;
}
.custom-tab-style .woocommerce-tabs .wc-tabs li a {
    background: #fff7ec;
    border-radius: 24px;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 30px;
    text-align: left;
    color: #232323 !important;
    padding: 15px 44px !important;
}
.custom-tab-style .woocommerce-Tabs-panel {
	border: none !important;
}
.woocommerce-tabs .wc-tabs li.active a {
	background: #F18F01;
	color: #fff !important;
}
.woocommerce-tabs .wc-tabs li:hover a {
	background: #F18F01;
	color: #fff !important;
}
.custom-tab-style .woocommerce-tabs .wc-tabs li {
	border: none !important;
	background-color: unset !important;
}
.custom-tab-style 
.custom-tab-style .wc-tabs li.active a {
    background: #f18f01 !important;
    color: #fff !important;
}
.custom-tab-style .elementor-tab-content ul li {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #232323;
    position: relative;
}
.custom-tab-style .elementor-tab-content ul li::marker {
    content: none !important;
}
.custom-tab-style .woocommerce-Tabs-panel ul li {
	position: relative;
}
.custom-tab-style .woocommerce-Tabs-panel ul {
	list-style: none;
}
.custom-tab-style .woocommerce-Tabs-panel ul li::before {
    content: '';
    position: absolute;
    display: block;
    left: -19px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #f18f01;
    border-radius: 100px;
}
/* Login resgistor */
.woocommerce-form-login, .woocommerce-form-register {
    border: 1px solid #dbdbdb !important;
    border-radius: 24px !important;
}
.woocommerce-form-login  label, .woocommerce-form-register label {
    font-family: Work Sans !important;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 16px !important;
    text-align: left;  
    color: #143343 !important;
    margin-bottom: 15px;
}
.woocommerce-form-login input, .woocommerce-form-register input {
    border: 1px solid #dbdbdb !important;
    border-radius: 6px !important;
}
.woocommerce-form-login__submit, .woocommerce-form-register__submit {
    background: #143343 !important;
    border-radius: 6px;
    box-shadow: 0px 12px 14px rgba(47, 170, 188, 0.15);
    color: #fff !important;
    padding: 15px 30px !important;
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    text-align: center; 
    color: #ffffff;
}
.woocommerce-form-login__submit:hover, .woocommerce-form-register__submit:hover {
    background: #f18f01 !important;
} 
.woocommerce-form__label-for-checkbox {
    padding-top: 15px !important;
}
.woocommerce-LostPassword a {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #f18f01 !important;
}
.woocommerce-privacy-policy-text a {
    color: #f18f01 !important;
}
.my-account-style {
    padding: 0px 10px !important;
}
.view-list {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
}
.view-list .woocommerce-LoopProduct-link {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
}
.view-list .attachment-woocommerce_thumbnail {
    width: 40% !important;
}
.view-list .woocommerce-loop-product__title {
    width: 60% !important;
}
.product-listing .view-list .attachment-woocommerce_thumbnail {
    height: 330px !important;
    object-fit: contain !important;
    margin: 0 !important;
    padding: 0 !important;
  }
.view-list li {
    display: flex !important;
    flex-wrap: wrap !important;
}
.view-list .woocommerce-LoopProduct-link {
  width: 50% !important;
  text-align: center !important;
  justify-content: center !important;
}
.view-list .woosq-btn {
    display: none !important;
}
.view-list .wrap-meta {
  width: 40% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.view-list .woocommerce-loop-product__title {
    width: 100% !important;
}
.view-list .wrap-meta .woocommerce-LoopProduct-link {
    width: 100% !important;
}
.view-list .short-pro-desc {
    text-align: center !important;
}
.short-pro-desc {
    display: none;
}
.view-list .short-pro-desc {
    display: block;
}
.short-pro-desc {
    font-family: Work Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #232323;
    pointer-events: none !important;
}
.woocommerce-ordering {
    margin-right: 170px !important;
}
.product-listing .woocommerce {
    margin-top: -50px !important;
}
.toggle-active .elementor-icon {
    transform: rotate(180deg);
}
.product-listing .woocommerce-ordering {
    background: #fff7ec !important;
    width: 260px !important;
}
.product-listing .woocommerce-ordering {
    cursor: pointer !important;
}
.elementor-icon {
    cursor: pointer;
}
@media (max-width: 1080px) {
    .product-listing .woocommerce {
        margin-top: 0 !important; 
    }
    .woocommerce-ordering {
        margin-right: 0px !important;
    }
    .product-listing .woocommerce-result-count {
        text-align: center !important;
        width: 100vw;
        padding-right: 20px;
    }
    
}
@media (max-width: 767px) {
    .product-listing .woocommerce-ordering {
        width: 100% !important;
        margin-top: 15px;
    }
    .wvg-gallery-thumbnail-image {
        margin: 10px !important;
        padding: 15px !important;
      }
      .wvg-gallery-thumbnail-image.current-thumbnail {
        border: 1px solid #f18f01;
        border-radius: 12px;
        box-shadow: 0px 0px 12px rgba(92, 98, 128, 0.15);
      }
      .custom-tab-style .elementor-tab-title {
        margin-top: 10px;
      }
}
