/* global styles */
.w-100 {
    width: 100%;
}

.woocommerce-breadcrumb {
    margin-top: 1rem !important;
}

.header-contact {
    display: flex;
    flex-direction: column;
}
.header-contact .contact-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.header-contact .contact-item span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
}

.main-menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 16px;
}
.main-menu > li {
    position: relative;
    margin-left: 5px;
    transition: all .2s;
}

.main-menu > li > a {
    padding: 15px 10px;
    display: inline-block;
}

.main-menu > li > a > svg {
    display: inline-block;
}

.main-menu > li > ul.sub-menu {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 270px;
    background: white;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    color: #333;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    display: none;
    opacity: 0;
}

.main-menu > li:hover > ul.sub-menu
{
    display: block;
    opacity: 1;
}

.main-menu > li > ul.sub-menu > li {
    display: block;
    width: 100%;
    position: relative;
}
.main-menu > li > ul.sub-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    transition: all .2s;
    border-radius: 5px;
}
.main-menu > li > ul.sub-menu > li > a:hover {
    background-color: #2663EB;
    color: white;
}

.main-menu > li > ul.sub-menu > li > ul.sub-menu {
    position: absolute;
    top: 0;
    right: 100%;
    width: 270px;
    background: white;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    color: #333;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    display: none;
    opacity: 0;
    transition: all .2s;
}

.main-menu > li > ul.sub-menu > li:hover > ul.sub-menu
{
    display: block;
    opacity: 1;
}

.main-menu > li > ul.sub-menu > li > ul.sub-menu > li {
    display: block;
    width: 100%;
}

.main-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    transition: all .2s;
    border-radius: 5px;
}

.main-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
    background-color: #2663EB;
    color: white;
}

/* single post */
.single-content {
    padding: 3rem 0 2rem;
    line-height: 2 !important;
}
.single-content img {
    display: inline-block;
    margin: 1.5rem 0;
}
.single-content h3,
.single-content h2 {
    display: inline-block;
    border-bottom: 2px solid #2663EB;
    font-weight: bold;
    padding-bottom: 8px;
}
.single-content h4,
.single-content h5,
.single-content h6 {
    font-weight: bold;
}
.single-content strong {
    font-weight: bold;
}

.single-content table {
    margin: 1rem 0;
}
.single-content table thead {
    background: #3b82f6;
    color: white;
}
.single-content table thead tr th {
    padding: 10px 0;
}
.single-content table tr td {
    border: 1px solid #e5e7eb;
    padding: 10px;
    font-size: 14px;
}

.site-pagination {
    margin-top: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.site-pagination ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.site-pagination ul li {
    margin: 0 5px;
}

.site-pagination ul li a,
.site-pagination ul li span {
    display: inline-block;
    padding: 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px;
    position: relative;
    top: 1px;
}
.site-pagination ul li span {
    background-color: #3b82f6;
    color: white;
}

/* breadcrumb styles */
.breadcrumb {
    margin-right: .5rem;
    margin-bottom: .2rem;
    color: #666;
    font-size: 14px;
}
.breadcrumb ol {
    display: flex;
    flex-direction: row;
}
.breadcrumb ol li {
    margin: 0 3px;
}
.breadcrumb ol li a {
    transition: all .2s;
}
.breadcrumb ol li a:hover {
    color: #3b82f6;
}

.product_meta {
    font-size: 14px;
}
.product_meta a {
    color: #2663EB;
}
.woocommerce-product-details__short-description ul {
    list-style: disc !important;
    margin-right: 1rem;
}
.woocommerce-product-details__short-description ul li {
    margin-bottom: 6px;
}

/* product gallery wrapper */
.woocommerce div.product div.images .flex-control-thumbs li {
    border: 1px solid #ededed;
    width: 75px;
    height: 75px;
    border-radius: 10px;
    overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs li:not(:last-child) {
    margin-left: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

/* product price */
.product-price {
    display: flex;
    flex-direction: row;
}
.product-price del {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}

/* product features */
.product-features ul {
    margin-right: 1.2rem;
    list-style: disc;
}
.product-features ul li {
    font-size: 14px;
    color: #ef4444;
    margin-bottom: 7px;
}

.product-conversation-tel {
    text-align: center;
    color: #059669;
}
.product-conversation-tel p {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}
.product-conversation-tel p span {
    display: inline-block;
    margin-left: 10px;
}

/* Product Archive Styles */
.product-archive .products .product {
    background-color: white;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    padding: 10px 20px !important;
    border-radius: 12px;
}
.product-archive .products .product h2 {
    font-weight: bold;
    font-size: 14px !important;
    line-height: 2;
    border-bottom: 2px solid #ededed;
}
.product-archive .products .product .price {
    display: block;
    margin-bottom: 0px !important;
    margin-top: 10px;
    padding: 5px 0;
}

.product-archive .products .product .price {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.product-archive .products .product .price del {
    font-size: 12px !important;
    color: #999 !important;
    margin-left: 10px;
}
.product-archive .products .product .price ins {
    text-decoration: none !important;
    font-size: 16px;
    color: #333;
}
.product-archive .products .product .price ins .woocommerce-Price-currencySymbol {
    font-size: 12px;
    display: inline-block;
    background-color: #3b82f6;
    color: white;
    padding: 3px 6px;
    font-weight: normal;
    border-radius: 20px;
    margin-right: 5px;
}

.product-archive .products .product .price > span.woocommerce-Price-amount.amount bdi {
    text-decoration: none !important;
    font-size: 16px;
    color: #333;
}
.product-archive .products .product .price > span.woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    font-size: 12px;
    display: inline-block;
    background-color: #3b82f6;
    color: white;
    padding: 3px 6px;
    font-weight: normal;
    border-radius: 20px;
    margin-right: 5px;
}

@media (max-width: 640px){
    .product-archive .products .product .price del {
        display: none !important;
    }
}

.woocommerce-products-header .woocommerce-products-header__title.page-title {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 1.2rem;
    border-right: 4px solid #3b82f6;
    padding-right: 10px;
    line-height: 25px;
    padding-top: 3px;
}

.product-category-description {
    margin-top: 2rem;
    border-top: 1px solid #dedede;
    padding-top: 2rem;
    line-height: 2.2;
}

.about-us-description {
    margin-top: 0 !important;
    border-top: none !important;
    padding-top: 0 !important;
}

.product-category-description h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.product-category-description h2:not(:first-child) {
    margin-top: 2rem;
}

.product-category-description img {
    display: block;
    margin: 1rem auto;
}
.product-category-description strong {
    font-size: 16px;
    font-weight: bold;
}

.product-category-description a {
    font-weight: bold;
    color: #2663EB;
}

.product-category-description table {
    margin: 1.5rem 0;
    width: 100%;
}

.product-category-description table thead th {
    background-color: #3b82f6;
    color: white;
    padding: 5px 10px;
    border: 1px solid white;
}

.product-category-description table td {
    border: 1px solid #ededed;
    padding: 5px 10px;
}

.home-info h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.home-info .alert {
    padding: 10px;
    border: 1px solid #60a5fa;
    border-radius: 5px;
    background-color: rgba(96, 165, 250, .2);
}
.home-info .alert-heading {
    font-weight: bold;
    padding: 1rem 0;
}
.home-info hr {
    border-color: #60a5fa;
}
.home-info p {
    margin-top: 1rem;
    line-height: 2.2;
}

.home-description {
    line-height: 2.2;
    font-size: 14px;
    overflow: hidden;
}

.height {
    height: 200px;
}

.home-description h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 1rem 0 .3rem;
}
.home-description h2 b {
    font-size: 18px;
}
.home-description h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 1rem 0 .3rem;
}
.home-description h3 b {
    font-size: 16px;
}
.home-description b {
    font-size: 14px;
    font-weight: bold;
}

.home-description a {
    color: #3b82f6;
}
.home-description ul {
    margin-right: 1rem;
    list-style: disc;
}
.show-more-description-wrapper {
    text-align: center;
    margin-top: .8rem;
}
.show-more-description {
    color: #3b82f6;
    display: inline-block;
}
.show-more-description:hover {
    text-decoration: underline;
}

/* mobile nav menu */
.custom-mobile-nav-menu > li.menu-item > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.custom-mobile-nav-menu > li.menu-item > a > svg {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.custom-mobile-nav-menu > li.menu-item > ul.sub-menu {
    display: none;
    margin-right: 1rem;
    padding-top: 5px;
}
.custom-mobile-nav-menu .menu-item {
    display: block;
}
.custom-mobile-nav-menu > li.menu-item > ul.sub-menu li {
    margin: 5px 0;
}
.custom-mobile-nav-menu > li.menu-item > ul.sub-menu li a {
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    color: #333;
}
.open-mobile_search-modal .header-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.open-mobile_search-modal {
    justify-content: center;
    padding: 14px 0;
}

.bottom-navbar
{
    display: none !important;
}


/* Single Product */
.product-short-description ul {
    list-style: disc !important;
    margin-right: 1.5rem !important;
    line-height: 2;
}

.product-detail-description {
    margin-top: 2rem;
    border-top: 1px solid #dedede;
    padding-top: 2rem;
    line-height: 2.2;
}

.product-detail-description table {
    width: 100% !important;
}

.product-detail-description ul {
    list-style: disc;
    margin-right: 2rem;
}

.product-detail-description h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.product-detail-description h2:not(:first-child) {
    margin-top: 2rem;
}

.product-detail-description img {
    display: block;
    margin: 1rem auto;
}
.product-detail-description strong {
    font-size: 16px;
    font-weight: bold;
}

.product-detail-description a {
    font-weight: bold;
    color: #2663EB;
}

.product-detail-description table {
    margin: 1.5rem 0;
    width: 100%;
}

.product-detail-description table thead th {
    background-color: #3b82f6;
    color: white;
    padding: 5px 10px;
    border: 1px solid white;
}

.product-detail-description table td {
    border: 1px solid #ededed;
    padding: 5px 10px;
}

.side-category-filter {
    display: block;
    color: #3b82f6;
    font-size: 14px;
    padding-right: 10px;
}

@media screen and (max-width: 1024px) {
    .breadcrumb {
        display: none !important;
    }
}

.single-product-tags {
    display: flex;
    flex-direction: row;
    font-size: 14px;
    margin-top: 1rem;
}

.single-product-tags div:first-child {
    margin-left: 1.5rem;
}

.single-product-tags a {
    display: inline-block;
    color: #3b82f6;
    margin-right: 4px;
}

.contact-captcha {
    width: 350px;
    display: flex;
    flex-direction: column;
}

.contact-captcha img {
    display: inline-block;
    width: 120px;
    margin-bottom: 10px;
}
.contact-captcha input[type="text"] {
    background-color: rgb(241, 245, 249, 1);
    padding: 10px;
    width: 200px;
}

.success-box, .error-box {
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
}

.success-box {
    background-color: #2cad84;
    border: 1px solid #059669;
}

.error-box {
    background-color: #f55d5d;
    border: 1px solid #ef4444;
}

.slider-image {
    display: block;
}

.slider-image-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .slider-image {
        display: none;
    }

.slider-image-mobile {
        display: block;
    }
}
