/*
 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 {
    --main-color1: #a3d1b6;
    --secondary-color1: #0D0D0D;
    --secondary-color2: #333333;
    --secondary-color3: #666666;
    --secondary-color4: #999999;
    --font-family: 'OpenSans', sans-serif;
}

/* Language switcher */
.qtranxs_widget{
    margin: 0;
    padding: 0;
    border: none;
    display: flex !important;
    justify-content: flex-start;
}

.qtranxs_widget ul{
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 30px;
    justify-content: flex-start;
    align-items: center;
}

.qtranxs_widget ul li{
    height: 30px !important;
    width: 40px !important;
    opacity: 1.0 !important;
    margin: 0 !important;
    background: #ffffff;
}

.qtranxs_widget ul li:not(.active){
    box-shadow:
        0 -1px 2px -1px rgba(0, 0, 0, 0.2),  /* сверху */
        -1px 0 2px -1px rgba(0, 0, 0, 0.2),  /* слева */
        1px 0 2px -1px rgba(0, 0, 0, 0.2),   /* справа */
        0 1px 2px -1px rgba(0, 0, 0, 0.2);   /* снизу */
}

.qtranxs_widget ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    height: 30px !important;
    width: 40px !important;
    color: var(--secondary-color1);
    font-weight: 400;
}

.qtranxs_widget ul li a:hover{
    color: var(--main-color1) !important;
}

.has-corner::after {
    content: '\2335';
    color: var(--secondary-color1);
    margin: 0 0 3px 2px;
}

.hide {
    display: none !important;
}

/* Header my account */
.wd-header-my-account .wd-tools-text,
.wd-header-cart .wd-tools-text {
    color: #333333;
    font-weight: 600 !important;
}

.wd-header-my-account .wd-tools-text:hover,
.wd-header-cart .wd-tools-text:hover {
    color: var(--main-color1);
}

/* Attributes color */
.woocommerce-product-attributes span.wd-attr-name-label{
    font-weight: 500;
}

form.variations_form table.variations tbody tr th.label label{
    font-weight: 500 !important;
}

/* Sort by list */
.woocommerce-ordering {
    display: none;
}

/* Feedback-form */
.locs-feedback {
    display: flex;
    flex-direction: column;
}

.locs-feedback .wpcf7-spinner {
    display: none !important;
}

.locs-feedback label {
    margin-left: 10px;
}

.locs-feedback input[type='text'],
.locs-feedback textarea {
    width: 100%;
    height: 48px;
    border: 2px solid var(--secondary-color4);
    padding: 16px 24px;
}

.locs-feedback input[type='text']:focus,
.locs-feedback textarea:focus{
    outline: 2px solid var(--secondary-color3);
    border: none;
}

.locs-feedback input[type='submit'] {
    background: var(--secondary-color1);
    color: #ffffff;
    cursor: pointer;
}

.locs-feedback input[type='submit']:hover {
    background: var(--secondary-color2);
}

.locs-feedback span {
    margin-bottom: 30px;
}

.locs-feedback span:last-child {
    margin-bottom: 0;
}

.locs-feedback .wpcf7-response-output {
    margin-top: 20px !important;
}

/* Image resize */
.locs-image-resize-wrapper {
    overflow: hidden;
}

.locs-image-resize {
    transition: transform 0.3s ease;
}

.locs-image-resize:hover {
    transform: scale(1.1);
}

.locs-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Hide recaptcha widget */
.grecaptcha-badge {
    visibility: hidden !important;
}

/* Shipping address */
.wcus-checkout-fields h3 {
    margin-top: 20px;
}

/* Disable shipping method */
.cart-totals-section tr.woocommerce-shipping-totals ul#shipping_method {
    display: none;
}

/* Header icons */
@media (max-width: 767px) {
    .wd-header-search a,
    .wd-header-text,
    .site-logo,
    .wd-header-wishlist a,
    .wd-header-my-account a,
    .wd-header-cart a {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}

/* Footer menu */
footer.footer-container li.menu-item a.woodmart-nav-link span.nav-link-text:hover {
    color: var(--main-color1) !important;
}

/* Currency switcher */
.locs-currency-switcher {
    display: flex;
}

.locs-currency-switcher ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.locs-currency-switcher ul li {
    display: flex;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/* Product card height */
.wd-products-element .products .wd-product .product-wrapper {
    /*border: 1px solid orangered !important;*/
    min-height: 100%;
    height: 100%;
}

.woocommerce-Price-amount.amount {
  font-family: 'GTARussian', sans-serif !important;
}