@charset "UTF-8";
/*
Theme Name: LSGroup Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root { --secondary-color: #f1641e; --green-color: #4bb232; --bg-color: #ffe8de; }

@font-face { font-family: 'ico-titanx'; src: url("assets/fonts/icomoon.eot?5o309j"); src: url("assets/fonts/icomoon.eot?5o309j#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?5o309j") format("truetype"), url("assets/fonts/icomoon.woff?5o309j") format("woff"), url("assets/fonts/icomoon.svg?5o309j#icomoon") format("svg"); font-weight: normal; font-style: normal; font-display: block; }
[class^="icons-"], [class*=" icons-"] { font-family: 'ico-titanx' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-shopping-cart:before { content: "\e906"; font-family: 'ico-titanx' !important; }

.icons-cart-plus:before { content: "\e909"; }

.icon-user:before { content: "\e908"; font-family: 'ico-titanx' !important; }

.icon-angle-right:before { content: "\e902"; font-family: 'ico-titanx' !important; }

.icons-caret-down-solid:before { content: "\e900"; }

.icons-clock-regular:before { content: "\e903"; }

.icons-envelope-regular:before { content: "\e90b"; }

.icons-phone:before { content: "\e905"; }

.icons-location-dot:before { content: "\e90c"; }

.icons-tshirt:before { content: "\e901"; }

.icons-smartphone:before { content: "\e90d"; }

.icons-home:before { content: "\e903"; }

.icons-circle-minus-solid:before { content: "\e904"; }

.icons-circle-plus-solid:before { content: "\e907"; }

.icons-eye:before { content: "\e90a"; }

.icons-category:before { content: "\e90e"; }

.header-top .nav > li > a { font-size: 13px !important; color: #222; font-weight: 500; }
.header-top .nav > li.html { font-size: 14px !important; }
.header-top .nav > li.html i { color: var(--secondary-color); font-size: 18px; }

.header-search-form .searchform-wrapper { border: 1px solid #E5E5E5; }
.header-search-form .searchform-wrapper:hover { border-color: var(--primary-color); }
.header-search-form .searchform { border: none; padding-left: 15px; }
.header-search-form .searchform .search-field { background: transparent; border: none; box-shadow: none !important; height: 44px; min-width: 320px; font-size: 16px; }
.header-search-form .searchform .button.icon { margin: 0; background: transparent !important; border: none; box-shadow: none; color: #232330; }
.header-search-form select { background-color: transparent; box-shadow: none; border: none; }

.headerPhone { display: flex; align-items: center; }
.headerPhone .headerPhoneDetail { margin-left: 10px; }
.headerPhone .headerPhoneDetail a { color: #111; display: block; }
.headerPhone svg { animation: ring 2s ease-in-out infinite; }

.header-nav-main > li { margin: 0 15px; }
.header-nav-main > li > a i { font-size: 25px; color: #000; }

.header-main .cart-item .nav-dropdown { min-width: 336px; }
.header-main ul.product_list_widget li a:not(.remove) { font-size: 14px; font-weight: 700; color: #111; }
.header-main ul.product_list_widget li a.remove { border: none; color: #111; font-size: 28px !important; }
.header-main ul.product_list_widget li .quantity { opacity: 1; color: #414042; font-size: 16px; }
.header-main ul.product_list_widget li .quantity span.amount { color: #c00; }
.header-main ul.product_list_widget li dl { font-size: 13px; text-transform: none; }
.header-main .widget_shopping_cart p.total { border-bottom: none; display: flex; justify-content: space-between; color: #111; }
.header-main .woocommerce-mini-cart__buttons { display: flex; gap: 10px; }
.header-main .woocommerce-mini-cart__buttons a { text-transform: none; margin-top: 10px; font-size: 14px; font-weight: 400; background-color: #fff !important; color: #111; border: 1px solid #111; box-shadow: none; }
.header-main .woocommerce-mini-cart__buttons a.checkout { background-color: var(--primary-color) !important; color: #fff; border-color: var(--primary-color) !important; }
.header-main .woocommerce-mini-cart__buttons a.checkout:hover { background-color: #fff !important; color: var(--primary-color) !important; }
.header-main .woocommerce-mini-cart__buttons a:hover { background-color: var(--primary-color) !important; color: #fff; border-color: var(--primary-color) !important; }
.header-main .nav-dropdown { display: block; padding: 10px; min-width: 260px; }
.header-main .nav-dropdown > li:not(.widget_shopping_cart) > a { color: #111; font-size: 14px; font-weight: 500 !important; border-bottom: none; padding: 8px !important; margin: 0; }
.header-main .nav-dropdown > li:not(.widget_shopping_cart):hover { background-color: var(--bg-color); }

.header-bottom { box-shadow: 0px 11px 14px 0px #cccccc30; }

.header-bottom-nav > li { margin: 0 20px; }
.header-bottom-nav > li > a { font-size: 15px; color: #222; font-weight: 500 !important; }
.header-bottom-nav > li > a:before { height: 2px; width: 0; }
.header-bottom-nav > li:hover > a, .header-bottom-nav > li.current-menu-item > a { color: var(--primary-color); }
.header-bottom-nav > li:hover > a:before, .header-bottom-nav > li.current-menu-item > a:before { width: 100%; }
.header-bottom-nav > li:not(.menu-item-design-container-width) .nav-dropdown { display: block; padding: 10px; }
.header-bottom-nav > li:not(.menu-item-design-container-width) .nav-dropdown > li > a { color: #111; font-size: 14px; font-weight: 500 !important; border-bottom: none; padding: 8px !important; margin: 0; }
.header-bottom-nav > li:not(.menu-item-design-container-width) .nav-dropdown > li:hover { background-color: var(--bg-color); }
.header-bottom-nav > li:not(.menu-item-design-container-width) .nav-dropdown > li.nav-dropdown-col { display: block; width: 100%; }
.header-bottom-nav > li:not(.menu-item-design-container-width) .nav-dropdown > li.nav-dropdown-col > a { color: #111; font-size: 14px; text-transform: uppercase; }
.header-bottom-nav > li:not(.menu-item-design-container-width) .nav-dropdown > li.nav-dropdown-col > ul { margin-top: -37px; display: none; position: absolute; left: 96%; z-index: 9; background-color: #fff; min-width: 240px; box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15); padding: 10px; }
.header-bottom-nav > li:not(.menu-item-design-container-width) .nav-dropdown > li.nav-dropdown-col > ul li > a { padding: 8px !important; color: #111; font-size: 14px !important; font-weight: 500 !important; border: none; margin: 0; }
.header-bottom-nav > li:not(.menu-item-design-container-width) .nav-dropdown > li.nav-dropdown-col > ul li:hover { background-color: var(--bg-color); }
.header-bottom-nav > li:not(.menu-item-design-container-width) .nav-dropdown > li.nav-dropdown-col:hover > ul { display: block; }
.header-bottom-nav > li.menu-item-design-container-width .nav-dropdown { display: table; min-width: 750px; padding: 10px; }
.header-bottom-nav > li.menu-item-design-container-width .nav-dropdown > li.nav-dropdown-col { min-width: 230px; position: relative; }
.header-bottom-nav > li.menu-item-design-container-width .nav-dropdown > li.nav-dropdown-col:not(:last-child):before { content: ""; border-right: 1px dashed #ddd; width: 1px; height: 104%; top: -10px; position: absolute; right: 0; }
.header-bottom-nav > li.menu-item-design-container-width .nav-dropdown > li > a { color: #111; background: var(--bg-color); padding: 6px; margin: 8px; border: none; }
.header-bottom-nav > li.menu-item-design-container-width .nav-dropdown > li > a.dropdown-image-column { background-color: transparent; padding: 0; min-width: 200px; }
.header-bottom-nav > li.menu-item-design-container-width .nav-dropdown > li > a.dropdown-image-column img { width: 100%; }
.header-bottom-nav > li.menu-item-design-container-width .nav-dropdown > li li { margin: 0 8px !important; }
.header-bottom-nav > li.menu-item-design-container-width .nav-dropdown > li li > a { color: #111; font-size: 14px; font-weight: 500 !important; border-bottom: none; padding: 8px !important; margin: 0; }
.header-bottom-nav > li.menu-item-design-container-width .nav-dropdown > li li:hover { background-color: var(--bg-color); }

[data-icon-label]:after { background-color: var(--primary-color) !important; }

.mobile-slide .flickity-prev-next-button { opacity: 1 !important; }

.slider-nav-circle .flickity-prev-next-button { opacity: 1 !important; }
.slider-nav-circle .flickity-prev-next-button svg { border: 1px solid #ddd; height: 40px; min-width: 40px; padding: 9px !important; transition: all 0s; }

.flickity-page-dots .dot { background: var(--secondary-color) !important; opacity: 0.38 !important; width: 24px; height: 8px; margin: 0 1px; border-radius: 0; border: none; }
.flickity-page-dots .dot.is-selected { opacity: 1 !important; width: 48px; }
.flickity-page-dots .dot:first-child { border-radius: 20px 0 0 20px; }
.flickity-page-dots .dot:last-child { border-radius: 0 20px 20px 0; }

.banner { background-color: transparent !important; }

.row-boxed .col { padding-bottom: 0; }
.row-boxed .featured-box h4 { font-size: 14px; margin-bottom: 0; }
.row-boxed .featured-box p { margin-bottom: 0; }

.section-title { border-bottom: none; }
.section-title b { opacity: 0; }
.section-title .section-title-main { border-bottom: none; font-weight: 700; font-size: 25px; text-transform: none; }
.section-title a { color: var(--primary-color); font-size: 14px; }

.button:not(.icon) { font-size: 15px; padding: 2px 16px; min-width: 110px; text-transform: capitalize !important; box-shadow: none; }
.button:not(.icon).primary { border: 1px solid var(--primary-color); }
.button:not(.icon).primary:hover { background-color: #fff !important; color: var(--primary-color) !important; }
.button:not(.icon).is-outline { border-width: 1px; border-style: dashed; }
.button:not(.icon).is-outline.primary:hover { background-color: var(--primary-color) !important; color: #fff !important; }
.button:not(.icon).is-link:hover { background-color: #111 !important; color: #fff !important; }
.button:not(.icon).is-larger { font-size: 18px; padding: 0 25px; min-width: 158px; }
.button:not(.icon).white.is-outline:hover { color: #111 !important; }
.button:not(.icon).white:not(.is-outline) { color: #111 !important; }
.button:not(.icon).white:not(.is-outline):hover { background-color: var(--primary-color) !important; color: #fff !important; }

.has-radius .img-inner { border-radius: 10px; overflow: hidden; }

.accordion .accordion-item { border-radius: 4px; margin-bottom: 10px; }
.accordion .accordion-item .accordion-title { border: none; font-size: 15px; color: #111; font-weight: 400; margin-bottom: 5px; }
.accordion .accordion-item .accordion-title .toggle i { font-size: 20px; color: #111; }
.accordion .accordion-item .accordion-title .icon-angle-down:before { content: "\e907"; font-family: "ico-titanx"; }
.accordion .accordion-item .accordion-title.active { color: var(--primary-color); }
.accordion .accordion-item .accordion-title.active .icon-angle-down:before { content: "\e904"; }
.accordion .accordion-inner { padding: 10px 15px; background-color: #00000008; font-size: 14px; }

@media screen and (min-width: 769px) { .five-col .medium-3 { flex-basis: 20%; max-width: 20%; } }
.wpcf7 .col { padding-bottom: 0; }
.wpcf7 label { font-size: 15px; font-weight: 500; }
.wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=number], .wpcf7 select, .wpcf7 textarea { background-color: #fff; border: none; box-shadow: none; font-weight: 400; font-size: 15px; color: #111; min-height: 48px; border: 1px solid #d9d9d9; }
.wpcf7 input[type=email]::-webkit-input-placeholder, .wpcf7 input[type=tel]::-webkit-input-placeholder, .wpcf7 input[type=text]::-webkit-input-placeholder, .wpcf7 input[type=number]::-webkit-input-placeholder, .wpcf7 select::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder { color: #111; }
.wpcf7 input[type=email]:-ms-input-placeholder, .wpcf7 input[type=tel]:-ms-input-placeholder, .wpcf7 input[type=text]:-ms-input-placeholder, .wpcf7 input[type=number]:-ms-input-placeholder, .wpcf7 select:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder { color: #111; }
.wpcf7 input[type=email]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 input[type=number]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder { color: #111; }
.wpcf7 textarea { min-height: 120px; }
.wpcf7 .wpcf7-spinner { display: none; }
.wpcf7 .wpcf7-submit { height: 48px; width: 170px; background-color: var(--primary-color) !important; font-weight: 700; font-size: 14px; text-transform: none; }
.wpcf7 .wpcf7-response-output { border-width: 1px; margin-top: 0; font-size: 15px; }
.wpcf7 .wpcf7-radio label { position: relative; cursor: pointer; }
.wpcf7 .wpcf7-radio input[type=radio] { position: relative; visibility: hidden; }
.wpcf7 .wpcf7-radio input[type=radio] + span:before { display: block; position: absolute; content: ''; border-radius: 100%; height: 18px; width: 18px; top: 0px; border: 2px solid #222; }
.wpcf7 .wpcf7-radio input[type=radio] + span:after { display: block; position: absolute; content: ''; border-radius: 100%; height: 10px; width: 10px; top: 4px; left: 4px; visibility: hidden; }
.wpcf7 .wpcf7-radio input[type=radio]:checked + span:before { background: transparent; border-color: var(--primary-color); }
.wpcf7 .wpcf7-radio input[type=radio]:checked + span:after { background: var(--primary-color); visibility: visible; }
.wpcf7 .price-calculator { border: 1px dashed var(--green-color); padding: 12px; margin-bottom: 15px; }
.wpcf7 .price-calculator .price { font-size: 20px; font-weight: 500; color: red; }
.wpcf7 input:checked + label { color: red; }

.row-dashed .col:before, .row-dashed .col:after { border-color: var(--secondary-color); }

.product-small.col .product-title a { padding-top: 10px; position: relative; width: 100%; color: #0d0c22; line-height: 20px; margin-bottom: 5px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 14px; font-weight: 500; }
.product-small.col .product-title a:hover { color: var(--secondary-color); }
.product-small.col .box-image { overflow: hidden; }
.product-small.col span.amount { font-size: 15px; color: var(--primary-color); font-weight: 700; word-break: break-word; line-height: 22px; }
.product-small.col del span.amount { color: #000; font-size: 15px; font-weight: 400; }
.product-small.col .badge { height: 25px; width: 36px; margin-left: 10px; }
.product-small.col .badge-container { margin-top: 15px; }
.product-small.col .badge-inner.on-sale { background-color: #ff1616 !important; font-size: 14px; font-weight: 500; border-radius: 0px !important; padding: 0 10px; }
.product-small.col .star-rating span:before { color: #FFB14E !important; }
.product-small.col .box-text { padding-bottom: 10px; }

.star-rating:before, .woocommerce-page .star-rating:before { color: #FFB14E !important; }

.product-small.box .actions { position: absolute; bottom: 25px; left: 0; right: 0; display: flex; justify-content: center; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; z-index: 2; }
.product-small.box .actions .action { display: flex; align-items: center; justify-content: center; width: 45px; height: 45px; color: #111; background-color: var(--bg-color); position: relative; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -ms-transition: 0.3s; -o-transition: 0.3s; margin-bottom: 10px; transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); opacity: 0; visibility: hidden; font-size: 16px; margin: 0 4px; }
.product-small.box .actions .action:hover { background-color: var(--secondary-color); color: #fff; }
.product-small.box:hover .actions .action { visibility: visible; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); opacity: 1; }

.breadcrumbs-wrap, .product-page-title { background: #f8f8f8; padding: 10px 0; margin-bottom: 15px; }

.page-title-inner { min-height: auto; }
.page-title-inner .medium-text-center { text-align: left !important; }

.rank-math-breadcrumb { font-size: 14px; }
.rank-math-breadcrumb p { margin-bottom: 0px; }
.rank-math-breadcrumb a { color: #000; }

.woocommerce-ordering { display: inline-block !important; }
.woocommerce-ordering select { background-color: transparent; box-shadow: none; }

.page-title-inner { padding-top: 0; }
.page-title-inner h1 { font-size: 18px; font-weight: 700; color: #333; }

#shop-sidebar { border: 1px solid #eee; background-color: #fff; overflow: hidden; }
#shop-sidebar .widget { padding: 15px; margin-bottom: 0; }
#shop-sidebar span.widget-title { font-weight: 700; font-size: 16px; display: block; padding: 15px 0px; padding-top: 0; border-bottom: 1px solid #eee; text-transform: none; margin-bottom: 10px; }
#shop-sidebar .is-divider { display: none; }
#shop-sidebar ul > li { margin-bottom: 5px !important; border: none !important; position: relative !important; }
#shop-sidebar ul > li .toggle { margin-right: 10px; font-size: 23px; }
#shop-sidebar ul > li > a { font-size: 14px !important; padding: 5px 0px !important; line-height: 19px; color: #111; position: relative; }
#shop-sidebar ul > li > a:hover { color: var(--secondary-color); font-weight: 600; }
#shop-sidebar ul > li:last-child { border-bottom: none; }
#shop-sidebar ul > li ul { border: none; background-color: #fff; padding-left: 16px; margin: 0; }
#shop-sidebar ul > li ul li { border: none !important; }
#shop-sidebar ul > li ul a { font-size: 15px; color: #000; padding: 13px 0; }
#shop-sidebar > li.current-cat { background-color: var(--secondary-color); }
#shop-sidebar > li.current-cat > a { color: #fff; }
#shop-sidebar > li.current-cat .toggle { color: #fff; }

.product-gallery .zoom-button { display: none !important; }
.product-gallery .badge-container { margin: 0 !important; }
.product-gallery .badge-container .badge-circle { height: 44px; }
.product-gallery .badge-container .badge-inner { border-radius: 0px !important; font-size: 15px; background-color: var(--primary-color); }
.product-gallery .image-tools { opacity: 1; }
.product-gallery .image-tools .wishlist-button { box-shadow: 0 1.0625px 8.5px #00000026; border: 1px solid #111; line-height: 38px; height: 38px; color: #111; }
.product-gallery .image-tools .wishlist-button:hover, .product-gallery .image-tools .wishlist-button.wishlist-added { background-color: var(--primary-color); border-color: var(--primary-color) !important; color: #fff !important; }
.product-gallery .image-tools .wishlist-button .icon-heart:before { content: ""; }

.quantity { font-size: 16px; color: #000; font-weight: 600; }
.quantity .button { min-width: auto; border: 1px solid #e1e1e1; background: #fff; height: 45px; width: 35px; background-color: #00000008; box-shadow: none; }
.quantity .qty { box-shadow: none; height: 45px; min-width: 45px; }

.product-info h1.product-title { font-size: 24px; color: #0d0c22; margin-bottom: 15px; line-height: 28px; }
.product-info span.amount { color: var(--primary-color); font-weight: 700; font-size: 24px; }
.product-info del span.amount { color: #000; font-size: 20px; font-weight: 400; }
.product-info .variations label { font-size: 16px; }
.product-info .variations .ux-swatch { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px; border: 3px solid #fff; color: #111; font-weight: 600; }
.product-info .variations .ux-swatch.selected { border: 3px solid var(--primary-color); }
.product-info .variations .ux-swatch.ux-swatch--color { border-radius: 50%; }
.product-info .single_add_to_cart_button { background: #000 !important; padding: 1px 10px; font-size: 14px; height: 45px !important; text-transform: normal !important; min-width: 190px; line-height: 43px; opacity: 1 !important; }
.product-info .single_add_to_cart_button:hover { background-color: var(--primary-color) !important; }
.product-info .lumise-customize-button { background: #f1641e !important; }
.product-info .edit_design_button { background-color: #ff8133 !important; display: inline-block !important; color: #fff !important; min-height: 45px; font-size: 14px; line-height: 43px; padding: 0 15px; }
.product-info p.stock { font-size: 16px; font-weight: 500; color: var(--green-color); }
.product-info .woocommerce-product-rating { display: flex; align-items: center; gap: 10px; }
.product-info .woocommerce-review-link { color: var(--green-color); }
.product-info .ux-swatches--x-large .ux-swatch--label { min-height: 44px; padding: 0 25px; }
.product-info #customily-options { background: #f5f5f5; border: 1px solid #ccc; padding: 5px 15px; border-radius: 3px; margin-bottom: 15px; }
.product-info .customily-preview-button { display: inline-block !important; }
.product-info .devvn_average_rate { display: none; }

body #cl_optionsapp .swatch-container label { width: 60px !important; min-width: 60px !important; height: 60px !important; }

#main.wide .container-fluid { padding: 0; }

#cl_optionsapp select, #cl_optionsapp input:not([type='checkbox']):not(.vc-input__input) { box-shadow: rgba(0, 0, 0, 0.2) 0 0 2px 0 !important; min-height: 44px !important; border: 1px solid #ddd !important; border-radius: 4px !important; }

#cl_optionsapp .swatch-container label, #cl_optionsapp .cl-color-picker label { box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 2px 1px; border-radius: 3px; border: 3px solid #fff; }

#cl_optionsapp .swatch input:checked + label, #cl_optionsapp .swatch-woo input:checked + label { border: 3px solid #f72727 !important; }

#cl_optionsapp label { color: #000; }

.product-footer .woocommerce-tabs { border-top: none; border: none !important; padding-bottom: 0; }

.product-meta span { font-weight: 700; display: inline-block; }
.product-meta .social-icons a { margin: 0 7px; color: #414042; }

.product-footer .woocommerce-tabs, .product-section { border-top: none; }

.product-section-title { font-size: 22px; text-transform: none; }

.related { margin-bottom: 30px; }

.product-tabs li { margin: 0 10px; }
.product-tabs li.active:first-child { padding-left: 0; }
.product-tabs li a { display: block; padding: 0px 30px; background: #F3F3F4; border-radius: 0px; color: #111; font-size: 16px; font-weight: 400; height: 42px; text-transform: none; line-height: 40px; }
.product-tabs li.active a, .product-tabs li:hover a { font-weight: 700; color: #fff !important; background-color: var(--primary-color) !important; border-color: transparent; }

.tab-panels table tr:nth-child(1), .accordion-inner table tr:nth-child(1) { background: #f8f8f8; color: #111; }
.tab-panels table tr:nth-child(1) td, .accordion-inner table tr:nth-child(1) td { color: #111; padding: 8px; }
.tab-panels table, .accordion-inner table { border-collapse: collapse; border: 1px solid #ddd; border-spacing: 0; }
.tab-panels table td, .tab-panels table th, .accordion-inner table td, .accordion-inner table th { border: 1px solid #ddd; padding: 8px !important; }

#comments a.btn-reviews-now, .woocommerce #review_form #respond p.form-submit input#submit { background-color: var(--primary-color); }

span.devvn_num_reviews { color: var(--primary-color); }

button#devvn_cmt_submit, button#devvn_cmt_replysubmit { min-width: 90px; }

.woocommerce-page:not(.single) .checkout-breadcrumbs { font-size: 20px; text-transform: none; }
.woocommerce-page:not(.single) .checkout-page-title { background: #f8f8f8; }
.woocommerce-page:not(.single) .cart-container .quantity .button { min-width: auto; }
.woocommerce-page:not(.single) .shop_table thead th { font-weight: 500; }
.woocommerce-page:not(.single) .shop_table .product-name a { color: #111; font-weight: 600; }
.woocommerce-page:not(.single) .shop_table .variation { text-transform: none; color: #111; }
.woocommerce-page:not(.single) .checkout-button, .woocommerce-page:not(.single) #place_order { background-color: var(--primary-color) !important; }
.woocommerce-page:not(.single) .coupon .expand { background-color: #111; color: #fff; text-shadow: none; }
.woocommerce-page:not(.single) .woocommerce-checkout input[type=text], .woocommerce-page:not(.single) .woocommerce-checkout input[type=tel], .woocommerce-page:not(.single) .woocommerce-checkout input[type=email], .woocommerce-page:not(.single) .woocommerce-checkout textarea, .woocommerce-page:not(.single) .woocommerce-checkout select, .woocommerce-page:not(.single) .woocommerce-checkout .select2-container .select2-selection { background-color: #fff; border: 1px solid #d9d9d9; box-shadow: none; height: 45px; }

.woocommerce-form-track-order p.form-row-first, .woocommerce-form-track-order p.form-row-last { width: 100%; }
.woocommerce-form-track-order .button { width: 100%; }

form input[type=text] { background-color: #fff; border: 1px solid #d9d9d9; box-shadow: none; height: 45px; }

.page-header-wrapper .title-overlay { background-color: #0000; }
.page-header-wrapper h1.entry-title { font-size: 35px; }

.page-contact p.contact { color: #3A3B3D; font-weight: 500; font-size: 15px; display: flex; }
.page-contact p.contact i { color: var(--primary-color); margin-right: 8px; margin-top: 5px; }
.page-contact p.contact a { color: #3A3B3D; }
.page-contact .social-icons > a { color: var(--secondary-color); margin-right: 10px; border-width: 1px; width: 35px; height: 35px; line-height: 33px; }

.post-item .box-text { padding: 15px 0; }
.post-item .post-title { font-weight: 700; font-size: 20px; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; /* number of lines to show */ line-clamp: 2; -webkit-box-orient: vertical; }
.post-item .is-divider { display: none; }
.post-item .post-meta { opacity: 1; color: #7a7a7a; margin-bottom: 8px; font-size: 14px; display: flex; justify-content: space-between; align-items: center; }
.post-item p { color: #84868A; font-size: 15px; }
.post-item .cat-label { background-color: var(--secondary-color); font-weight: 800; font-size: 10px; line-height: 15px; border-radius: 2px; padding: 6px; color: #fff; opacity: 1; margin: 10px 0; }
.post-item:hover .cat-label { background-color: var(--primary-color); }

.page-news .section-title span { font-size: 24px; }
.page-news .post-item .box-shade .shade { background: linear-gradient(180deg, rgba(19, 67, 122, 0) 34.55%, rgba(17, 67, 124, 0.9) 94.75%); opacity: 1; }
.page-news .post-item .box-shade .post-title { font-size: 22px; color: #fff; }
.page-news .post-item .box-shade p { color: #FFFFFF; }
.page-news .post-item .col-inner { background: #FFFFFF; border-radius: 11px; }
.page-news .is-divider { margin-bottom: 35px !important; }

.blog-archive { padding-top: 0; }

.post-sidebar span.widget-title { font-size: 21px; font-weight: 700; padding-bottom: 30px; display: block; color: #000; }
.post-sidebar .is-divider { display: none; }
.post-sidebar .widget { margin-bottom: 60px; }
.post-sidebar .widget_categories li a { width: 100%; display: block; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #e8d8d8; color: #000; }
.post-sidebar .widget_categories li a:hover { font-weight: 700; color: var(--secondary-color); }
.post-sidebar .widget_categories li + li { border: none; }
.post-sidebar .search-field { height: 50px; border: none; box-shadow: none; padding-left: 15px; border: 1px solid #E5E5E5; border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.post-sidebar .ux-search-submit { height: 50px; width: 50px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.post-sidebar .recent-blog-posts .badge.post-date { width: 100px; height: 100px; }
.post-sidebar .recent-blog-posts a { display: block; margin-bottom: 6px; font-size: 16px; font-weight: 500; line-height: 1.5; padding-bottom: 5px; color: #000; }
.post-sidebar .tagcloud a { font-size: 15px !important; color: #fff; font-weight: 600; padding: 10px 15px; margin: 3px; float: left; display: inline-block; background-color: var(--secondary-color); }

.blog-single { padding-top: 10px; }
.blog-single h1.entry-title { margin-top: 30px; }
.blog-single .post-meta { color: #777a91; font-size: 15px; line-height: 43px; }
.blog-single .post-meta .button { border-radius: 0 !important; border: none !important; margin: 0 5px; background: #f7f7f7; height: 43px; width: 43px; line-height: 43px; }
.blog-single .entry-header-text { padding: 0; }
.blog-single blockquote { z-index: 1; color: #fff; font-weight: 500; font-size: 20px; padding: 50px; border-radius: 4px; position: relative; background-color: var(--primary-color); margin: 20px 0; }
.blog-single blockquote h4 { font-size: 18px; font-weight: 700; padding-top: 15px; color: #fff; }
.blog-single blockquote:after { top: 50%; left: 0; right: 0; z-index: -1; font-size: 275px; font-weight: 900; content: '"'; text-align: center; position: absolute; transform: translateY(-50%); color: rgba(255, 255, 255, 0.25); }
.blog-single #comments .comment-respond { background-color: transparent; margin-top: 0; padding: 0; }
.blog-single #comments .comment-respond .submit { background: #484848; border-radius: 3px; }
.blog-single #comments .comment-respond input:not([type="submit"]):not([type="checkbox"]), .blog-single #comments .comment-respond textarea { width: 100%; height: 60px; border: none; padding-left: 20px; margin-bottom: 20px; background-color: #f0f0f0; box-shadow: none; }
.blog-single .comments-title, .blog-single time { display: none; }
.blog-single .comment-reply-link, .blog-single .cancel-comment-reply-link { background: var(--primary-color); color: #fff; font-size: 14px; font-weight: 400; text-transform: none; padding: 8px 25px; border-radius: 5px; }
.blog-single cite { font-style: normal; }
.blog-single .says { display: none; }
.blog-single .comment-list li .avatar { border-radius: 10px; }
.blog-single .blog-details-tag { margin-top: 40px; padding: 10px 0px; border: 1px solid #ded7d7; border-left: none; border-right: none; }
.blog-single .blog-details-tag a { margin-left: 8px; padding: 10px 10px; display: inline-block; background-color: #f7f7f7; transition: .3s all ease-in-out; }
.blog-single .tag-box { margin-bottom: 30px; }
.blog-single .tag-box:before { content: "#"; color: var(--secondary-color); font-size: 25px; height: 1.75rem; line-height: 1.06; display: inline-block; }
.blog-single .tag-box a { color: #414042; font-size: 16px; }
.blog-single .share-box .social-icons a { margin: 0 10px; color: #3A3B3D; font-size: 15px; }
.blog-single .share-box .social-icons .email, .blog-single .share-box .social-icons .linkedin { display: none; }

.titanx-custom-nav ul li a { color: #000; font-size: 15px; font-weight: 500; }
.titanx-custom-nav ul li a svg { width: 30px; height: 30px; margin-right: 7px; }

.table-size-chart thead { background-color: #de6643; }
.table-size-chart thead tr { background-color: transparent !important; }
.table-size-chart thead tr > th { border-left: 2px solid white; border-right: 2px solid white; padding: 10px; color: white; }
.table-size-chart tbody tr { background: wheat; }
.table-size-chart tbody tr > td { border: 2px solid white; font-weight: bold; padding: 6px !important; }
.table-size-chart tbody tr:nth-child(1) { background-color: #eabc87; }
.table-size-chart tbody tr:nth-child(2) { background-color: #f4cda6; }
.table-size-chart tbody tr:nth-child(3) { background-color: #f9e0c6; }
.table-size-chart tfoot { text-align: left; background: #fbf1e9; }
.table-size-chart .tfoot_p { font-style: italic; font-size: 15px; line-height: 20px; padding: 8px; margin-bottom: 0px; }

.nav-pills > li { margin: 0 5px; }
.nav-pills > li > a { background: #F2F2F7; border: 2px solid #F2F2F7; padding: 0 16px; font-size: 15px; color: #222; }
.nav-pills > li.active > a, .nav-pills > li:hover > a { border-color: var(--primary-color); }
.nav-pills.nav-size-large > li > a { padding: 3px 16px; color: var(--primary-color); font-size: 15px; text-transform: none; }
.nav-pills.nav-size-large > li.active > a { color: #fff; }
.nav-pills.nav-is-outline > li { margin: 0 8px; }
.nav-pills.nav-is-outline > li > a { border: 1px solid var(--primary-color); border-radius: 0px; text-transform: uppercase; }

.footer-1 { padding-top: 30px; padding-bottom: 30px; }
.footer-1 .footer-logo { max-height: 45px; margin-bottom: 10px; width: auto; }
.footer-1 .is-divider { display: none; }
.footer-1 span.widget-title, .footer-1 h3 { color: #0d0c22; font-size: 16px; text-transform: capitalize; display: block; margin-bottom: 20px; }
.footer-1 ul li a { color: #111; font-size: 14px; }
.footer-1 ul li a:hover { color: var(--secondary-color); }
.footer-1 p { font-size: 14px; }
.footer-1 p i { color: var(--secondary-color); }
@media screen and (min-width: 679px) { .footer-1 .row > .col { flex-basis: 20%; max-width: 20%; }
  .footer-1 .row > .col span.widget-title { margin-top: 60px; }
  .footer-1 .row > .col:nth-child(1) { flex-basis: 40%; max-width: 40%; } }
.footer-1 .social-icons > a { color: var(--secondary-color); margin-right: 10px; border-width: 1px; width: 35px; height: 35px; line-height: 33px; }

.nav-pagination-box { display: block; text-align: center; margin: 0 auto; width: 100%; }
.nav-pagination-box .nav-pagination li:before { display: none; }

.page-numbers > li > a, .page-numbers > li > span { border: 1px solid rgba(13, 110, 153, 0.1); font-weight: 500; font-size: 14px; line-height: 35px; width: 35px; height: 35px; border-radius: 3px; background-color: #fff; color: var(--primary-color) !important; }
.page-numbers > li > a.current, .page-numbers > li > span.current { color: #fff !important; background-color: var(--primary-color); }
.page-numbers > li > a:hover, .page-numbers > li > span:hover { background-color: rgba(13, 110, 153, 0.1) !important; color: var(--primary-color) !important; border-color: var(--primary-color) !important; }

.back-to-top { border: none !important; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); height: 50px; width: 50px; bottom: 60px; background: var(--primary-color) !important; color: #fff !important; font-size: 19px; line-height: 47px !important; }

.absolute-footer { border-top: 1px solid #E0E0E0; padding-top: 20px; }
.absolute-footer .footer-secondary { padding-top: 0; }

.copyright-footer { color: #111; }

.mfp-bg.mfp-ready { opacity: 0.8; }

#search-lightbox .search-field { height: 58px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; border: none; box-shadow: none; font-size: 15px; }
#search-lightbox .ux-search-submit { background-color: #fff; color: #111; border-top-right-radius: 10px; border-bottom-right-radius: 10px; height: 55px; border: none; box-shadow: none; }
#search-lightbox .ux-search-submit i { font-size: 22px; }
#search-lightbox .search_categories { display: none; }

.white-popup-block { background: #fff; padding: 0px 0px; text-align: left; max-width: 650px; margin: 40px auto; position: relative; border-radius: 5px; overflow: hidden; }
.white-popup-block .mfp-close { display: none; }

.modal-header { border-bottom: 1px solid #e5e7ea; background-color: #F7F7F7; padding: 10px 20px; }
.modal-header h3 { margin-bottom: 0; font-size: 20px; font-weight: 500; }
.modal-header .modal-close { position: absolute; right: 5px; top: 5px; color: #111; font-size: 38px; height: 30px; width: 30px; text-align: center; border-radius: 100px; line-height: 30px; }

.modal-body { padding-bottom: 0px; font-size: 15px; padding: 10px 20px; }
.modal-body .wpcf7 input[type=email], .modal-body .wpcf7 input[type=tel], .modal-body .wpcf7 input[type=text], .modal-body .wpcf7 textarea { border: 1px solid #ccc; min-height: 42px; height: 42px; }
.modal-body .wpcf7-submit { border: 1px solid #ccc; }

.bottom-mobile { display: none; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9999; padding: 10px 0 3px; text-align: center; background: #fff; border-top: 1px solid #ededed; }

.item-bar { float: left; width: 20%; color: #333; font-size: 13px; }
.item-bar .item-bar-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 5px; height: 22px; line-height: 22px; }
.item-bar .item-bar-icon i { opacity: 1 !important; font-size: 19px; }
.item-bar .item-bar-icon img { background: var(--secondary-color); height: 50px; width: 50px; margin-top: -20px; border-radius: 100px; padding: 7px; }
.item-bar .item-bar-icon svg { height: 28px; width: 28px; }

.item-bar.icon-large .item-bar-icon i { font-size: 25px; }

.bottom-mobile a { color: #333; text-decoration: none; }

@media screen and (max-width: 820px) { .mobile-nav .has-icon a { height: 36px; width: 30px; color: #111 !important; display: flex; justify-content: center; align-items: center; padding: 0; flex-direction: column; border-radius: 100px; }
  .mobile-nav .has-icon a svg { max-width: 20px; }
  .mobile-nav .header-language-dropdown a { border-radius: 2px; height: 25px; padding: 0; width: 25px; text-align: center; display: inline-block; background: var(--primary-color); color: #fff; text-transform: uppercase; }
  .off-canvas .sidebar-menu { padding: 50px 0; }
  .off-canvas .nav-vertical > li { border-top: none !important; background-color: transparent !important; }
  .off-canvas .nav-vertical > li > a { padding-top: 10px; padding-bottom: 10px; color: #111; height: auto; font-size: 16px; text-transform: none; text-shadow: none; font-weight: 400; }
  .off-canvas .nav-vertical > li > ul > li a { color: #111; }
  .off-canvas .nav-vertical > li > ul > li li { position: relative; margin-left: 20px !important; }
  .off-canvas .nav-vertical > li > ul > li li:before { content: ""; height: 5px; width: 5px; display: inline-block; background-color: #111; position: absolute; top: 50%; transform: translateY(-50%); }
  .nav-vertical li li.menu-item-has-children > a { text-transform: none; font-size: 16px !important; }
  .header-search-form .searchform-wrapper { border: 1px solid #ddd; border-radius: 4px; overflow: hidden; height: auto; }
  .header-search-form .searchform-wrapper .search-field { border: none; box-shadow: none; height: 43px; }
  .header-search-form .searchform-wrapper .ux-search-submit { background-color: #fff !important; box-shadow: none; height: 43px; color: #000; border: none; }
  .header-search-form input[type=search] { min-width: auto; }
  .section-title .section-title-main { font-size: 25px; }
  .widget_shopping_cart .inner-padding { padding: 0; }
  .widget_shopping_cart .cart-popup-title { text-align: left; }
  .widget_shopping_cart .cart-popup-title h4 { font-weight: 600; font-size: 16px; padding: 20px 15px 0; }
  .widget_shopping_cart .is-divider { max-width: 100%; height: 1px; }
  .widget_shopping_cart .widget_shopping_cart_content { padding: 20px; display: flex; flex-direction: column; }
  .widget_shopping_cart ul.product_list_widget li { padding-left: 100px; min-height: 129px; }
  .widget_shopping_cart ul.product_list_widget li img { width: 90px; height: 101px; }
  .widget_shopping_cart ul.product_list_widget li a { font-size: 16px; font-weight: 500; color: #000; }
  .widget_shopping_cart ul.product_list_widget li a.remove { opacity: 1; background: #000; color: #fff; border: none; border-radius: 100px; font-size: 25px !important; line-height: 24px !important; }
  .widget_shopping_cart ul.product_list_widget li .quantity { color: #000; font-size: 16px; font-weight: 500; }
  .widget_shopping_cart ul.product_list_widget li dl { color: #808080; font-size: 16px; }
  .widget_shopping_cart p.total { display: flex; justify-content: space-between; font-size: 16px; }
  .widget_shopping_cart p.total strong { font-weight: 500; }
  .widget_shopping_cart .woocommerce-mini-cart__buttons { display: flex; gap: 6px; }
  .widget_shopping_cart .woocommerce-mini-cart__buttons .button { font-size: 14px !important; border-radius: 5px; padding: 2px 10px !important; -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.3); } }
@media screen and (max-width: 512px) { .logo-left .logo { margin-right: 10px; }
  .small-text-left { text-align: left !important; }
  .row-boxed .col { padding-bottom: 15px; }
  .section-title .section-title-main { font-size: 20px; }
  .row-dashed .col:before, .row-dashed .col:after { display: none; }
  .wpcf7 .wpcf7-submit { width: 120px; margin: 0; }
  .product-info .single_add_to_cart_button { min-width: 243px; }
  .product-info .quantity { margin-right: 10px; }
  .product-info .quantity .button { width: 34px; padding: 0; }
  .product-info .quantity .qty { min-width: 35px; }
  .product-info .ux-swatches--x-large .ux-swatch--label { min-height: 30px; padding: 0 15px; }
  .product-info .variations th { padding-right: 10px; }
  .product-info .product-short-description { display: none; }
  .product-info .variations label { min-width: 90px; }
  .product-info .variations_button { display: flex; flex-flow: row wrap; width: 100%; }
  .product-info .variations_button #customily-options { order: 1; flex-basis: 100%; max-width: 100%; }
  .product-info .variations_button .buttons_added { order: 2; flex-basis: 30%; max-width: 30%; }
  .product-info .variations_button .single_add_to_cart_button { order: 3 !important; flex-basis: 66%; max-width: 66%; min-width: auto; margin: 0 !important; }
  .product-info .variations_button .customily-preview-button { order: 1 !important; width: 100% !important; flex-basis: 100% !important; max-width: 100% !important; }
  .product-info .variations_button .edit_design_button { order: 4; width: 100% !important; flex-basis: 100% !important; max-width: 100% !important; }
  .product-tabs li { margin-bottom: 5px !important; }
  .product-main { padding: 0; }
  .product-page-title { display: none; }
  .accordion .accordion-item .accordion-title { font-size: 15px; }
  .edit_design_button { margin-right: 0; }
  .category-page-title .medium-text-center { display: flex; justify-content: space-between; }
  .category-page-title .medium-text-center .category-filter-row { display: inline-flex; }
  .accordion-inner { font-size: 14px; padding: 10px 15px; }
  .table-size-chart-wrapper { overflow-x: scroll; }
  .bottom-mobile { display: block; }
  .titanx-custom-nav ul li { margin-left: 0; display: block; } }
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content { background-color: #fff; width: 85%; }

@keyframes ring { 0% { transform: rotate(-15deg); }
  2% { transform: rotate(15deg); }
  4% { transform: rotate(-18deg); }
  6% { transform: rotate(18deg); }
  8% { transform: rotate(-22deg); }
  10% { transform: rotate(22deg); }
  12% { transform: rotate(-18deg); }
  14% { transform: rotate(18deg); }
  16% { transform: rotate(-12deg); }
  18% { transform: rotate(12deg); }
  20% { transform: rotate(0deg); } }
