/*
Theme Name: Born in Armenia
Theme URI: 
Author: Wave-it
Author URI: https://wave-it.ru/ru
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: borninarmenia
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
a.custom-add-to-cart.disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #ccc;
  cursor: not-allowed;
}
.checkout__input__checkbox label input {
    position: relative !important;
    visibility: visible !important; 
}
.checkout__input input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    color: #b7b7b7;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #000;
}
h6.coupon__code {
    display: none;
}
.cart__discount {
    margin-bottom: 60px;
    display: none;
}
.footer__copyright__text p {
    color: #000 !important;
    margin-bottom: 0;
}
.footer__copyright__text p a {
    color: #000 !important;
    font-weight: bold;
}
td.product__cart__item img {
    width: 90px;
    height: 90px;
}
a.no-arrow:after {
    content: "\f107";
    font-size: 0 !important;
    font-family: "FontAwesome";
    color: #666666;
    position: absolute;
    right: 30px;
    top: 0px;
}
.sidebar__attribute {
    margin-bottom: 40px;
}
div.tab-pane.active {
    display: block;
}
div.tab-pane {
    display: none;
}
.product__details__option__size label {
    color: #111111;
    font-size: 11px !important;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 !important;
    margin-bottom: 0;
    margin-right: 5px;
    cursor: pointer;
    float: right;
}
.product__details__option__size {
    display: block !important;
}
.vertical-slider-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px; /* 10px between each element */
}

.product-thumbnail-slider {
    height: 420px; /* Adjust based on your needs */
    width: 120px;
    overflow: hidden;
}

.swiper-button-vertical {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}



.product__thumb__pic {
    width: 100%;
    padding-top: 100%; /* Square aspect ratio */
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    border: 1px solid #ddd;
}
.nav-link {
    display: block;
    padding: .1rem 1rem !important;;
}
.product__variations.product__actions {
    height: 60px;
}
.product__details__option__size label.active {
    border-color: #111111;
    background: #000;
    color: #fff;
    padding: 0 5px !important;
}
.tel.fl a:hover {
    color: #000;
}
.slicknav_nav .slicknav_arrow {
    font-size: 1.2em !important;
    margin: 0 0 0 .4em;
}
.col-lg-12.section-title.cat-title h4 {
    color: #b9b3b3;
}
span.woocommerce-Price-currencySymbol {
    display: none;
}
button.page-btn {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    margin-right: 6px;
}
button.page-btn:hover {
    background: #0d0d0d;
    border-color: #0d0d0d;
    color: #ffffff;
}
div.addresses-block {
    display: none;
	margin-top: 40px;
} 
a.page-num.active {
    background: #000;
	color: #fff;
}
.pagination__option a.active {
    background: #000;
    color: #fff;
}
.product__details__text h3 span {
    text-decoration: none !important; 
}
div#customer_login {
    display: flex;
}
.woocommerce form .form-row label {
    line-height: 2;
    width: 100%;
}
span.password-input {
    display: block;
    width: 100%;
} 
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #1b1b1b !important;
}
.ui-slider-handle {
  touch-action: pan-y;
}
.u-columns.woocommerce-Addresses.col2-set.addresses {
    display: flex;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
    display: block;
    width: 100%;
}
/* Hide state field on WooCommerce forms */
#billing_state_field, #shipping_state_field {
    display: none !important;
}
/* Hide country field on WooCommerce forms */
#billing_country_field, #shipping_country_field {
    display: none !important;
}
.wishlist-title {
    display: none !important;
}
@media (max-width: 767px) {
  div#customer_login {
    display: block !important;
  }
}

del {
    text-decoration: line-through !important;
    text-decoration-color: red !important;
    text-decoration-thickness: 3px !important;
}

.col-lg-12.section-title h3 {
    color: #444040 !important;
	font-weight: 600;
    /* text-transform: uppercase; */
    position: relative;
    display: inline-block;
	font-size: 18px;
}
.section-title h3:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 70px;
    background: #ca1515;
    content: "";
}
a.primary-btn.custom-add-to-cart:hover {
    color: #ffffffd6 !important;
}
select.wpcf7-form-control.wpcf7-select
{
	display: block !important;
}
.nice-select.wpcf7-form-control.wpcf7-select {
    display: none !important;
}
.header__top__hover span img {
    width: 25px;
    height: auto;
}
/* .header__top__hover ul li:nth-child(1) */
/* { */
	/* display: none; */
/* } */
.soc_links {
    display: block;
    margin: 20px 0;
}
.soc_links img {
    width: 30px;
}
span.product-price {
    font-weight: 800 !important;
}
.product__price {
    font-weight: 800 !important;
}