/* 
 Theme Name:   Hello Child
 Theme URI:    
 Description:  
 Author:       Diaa
 Author URI:   https://woocommerce-889888-4597045.cloudwaysapps.com
 Template:     hello-elementor
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #A5A5A5;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

body .fluentform input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
}

a {
    color: #c50124;
}

/* ============ Black Friday Css  ==============  */
.selBtnActive a{
	background-color: #C50124 !important;
	border-color: #C50124 !important;
	color:#fff !important;
}

#blackFridayWatchesProducts, #blackFridayJewelryProducts{
	display:none;
}
/* ============================== */
#coupon-error-notice{
	position:absolute;
}

/* Styles for when the checkbox is checked */
input[type="checkbox"]:checked {
    background-color: #c50124;
    border-color: #c50124;
}
.woocommerce form .form-row .input-checkbox{
	display: -webkit-inline-box !important;
}

/* Styling the checkmark */
input[type="checkbox"]:checked:after {
    content: '\2713';
    color: #fff;
    position: relative;
    left: 5px;
    bottom: 4px;
    font-size: 20px;
}

.elementor-icon-box-wrapper.active {
    background: #000 !important;
}

.elementor-icon-box-wrapper.active path {
    fill: #fff !important;
    color: #fff !important;
    border-color: #fff !important;
}

.elementor-icon-box-wrapper.active h3.elementor-icon-box-title {
    color: #fff !important;
}

.elementor-icon-box-wrapper.active p.elementor-icon-box-description {
    color: #B5B3B3 !important;
}

.temps {
    width: calc(100% - 575px);
    position: relative;
}

.all-menu .lists ul {
    list-style: none;
    margin: 0;
    width: 315px;
    padding: 30px;
}

.all-menu .lists {
    width: 575px;
    height: calc(100vh - 120px);
    background: linear-gradient(343.77deg, #C90427 0%, #660012 143.82%);
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    min-height: 820px;
    transition: all ease .4s;
}

.all-menu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow: hidden;
    height: 100%;
    overflow-x: hidden;
}

.theETemplate {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: -100px;
    width: 100%;
}

.all-menu > .lists > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    color: #fff;
}

.dskMenu .cloxe {
    position: absolute;
    top: 50px;
    left: 150px;
    cursor: pointer;
}

.all-menu .lists ul li.under_line {
    border-bottom: 1px solid rgb(245 240 237 / 38%);
    padding: 0px 0 15px;
    margin: 0 0 10px 0px;
}

.theETemplate.active {
    visibility: visible;
    opacity: 1;
    right: 0;
    background: #fff;
    z-index: 99999;
    height: 100%;
}

.all-menu .lists ul li.active a span span.uc_style_dv_menu_elementor_uc_items_attribute_title {
    font-weight: 700;
}

.all-menu .lists ul li svg {
    transition: all ease .4s;
    transform: rotate(0deg);
}

.all-menu .lists ul li.active svg {
    transform: rotate(-90deg);
}

.dskMenu {
    position: absolute;
    left: -100%;
    transition: all ease .4s;
    width: 100%;
    height: calc(100vh - 120px);
    overflow: auto;
}

.dskMenu.openActive {
    left: 0;
}

body .hermes .sr7-bullet {
    background: #CBCBCB !important;
    height: 4px !important;
    border-radius: 0 !important;
}

.service-slide-one a {
    display: none;
}

.service-slide-one span.uc_classic_carousel_border {
    height: 0 !important;
    background: transparent !important;
    width: 0 !important;
}

.service-slide-one .ue_button {
    display: none;
}

.bg345 {
    background: linear-gradient(to right, #fff0, #000, #fff0) !important;
}

.cammronFont {
    font-family: "tome-sans-variable", Sans-serif !important;
}

.form-container {
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: "Montserrat", Sans-serif;
}

.form-group {
    margin-bottom: 15px;
}

.form-group .form-control {
    width: 100%;
    padding: 0 25px;
    margin: 5px 0;
    border: 1px solid rgb(255 255 255);
    border-radius: 5px;
    background-color: #333;
    color: #ccc;
    font-size: 16px;
    height: 47px;
    font-weight: 300;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 95% center;
}

.form-control:focus {
    border-color: #555;
    outline: none;
}

.form-container button.btn-find-location {
    width: 100%;
    padding: 0 10px;
    background-color: #C50124;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    height: 47px;
    font-weight: 600;
}

.btn-find-location:hover {
    background-color: #a90222;
}

select.form-control {
    background-image: url('/wp-content/uploads/2024/06/Stroke-51-1.svg');
}

.form-group.store-locatior-2 > svg {
    position: absolute;
    top: 21px;
    right: 20px;
    cursor: pointer;
}

.form-group .form-control::placeholder {
    color: rgb(255 255 255 / 60%);
}

.form-group.store-locatior-2 {
    position: relative;
    z-index: 0;
}

button.btn-find-location:hover {
    background: linear-gradient(274.63deg, rgba(74, 5, 5, 0) -11.13%, rgba(74, 5, 5, 0.3) 126.85%), #C50124;
    box-shadow: 0px 0px 14px #C50124;
}

button.btn-find-location:focus {
    outline: none;
}

header.fixeds {
    background: #111;
}

.filters-container {
    font-family: "Montserrat", sans-serif;
}

#preset_717.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: rgb(0 0 0 / 50%);
    border-bottom: 1px solid rgb(0 0 0 / 50%);
    border-radius: 0;
    padding: 10px 0;
    margin: 0;
}

#preset_717.yith-wcan-filters .yith-wcan-filter .filter-title.collapsable:after {
    color: #000;
    width: 19px;
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/wp-content/uploads/2024/06/Stroke-50-2.svg');
}

#preset_717 .filters-container > form {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
}

#preset_717 .filters-container > form > div {
    width: calc(25% - 25px);
    flex: 0 0 auto;
    margin: 10px 0 30px 0;
}

div#morefilter, .morefilter  {
    display: none;
}

div#clearfilter {
    display: none;
}

div#preset_717 {
    margin: 0 0 15px;
}

div#preset_717 .filter-content {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6.8px rgba(58, 57, 57, 0.2);
    border-radius: 5px;
    margin-top: 15px;
}

div#preset_1395.yith-wcan-filters .yith-wcan-filter, div#preset_46340.yith-wcan-filters .yith-wcan-filter {
    width: 50%;
    padding: 0 0 0 60px;
}

div[data-taxonomy="brand"] {
    grid-area: brand;
}

div[data-taxonomy="filter_case-materials"] {
    grid-area: filter_case-materials;
}

div[data-taxonomy="filter_collection"] {
    grid-area: filter_collection;
}

div[data-taxonomy="filter_strap-bracelet-material"] {
    grid-area: filter_strap-bracelet-material;
}

div[data-taxonomy="filter_dial-colour"] {
    grid-area: filter_dial-colour;
}

div[data-taxonomy="filter_movement-type"] {
    grid-area: filter_movement-type;
}

div[data-taxonomy="filter_water-resistance"] {
    grid-area: filter_water-resistance;
}

div[data-taxonomy="price_range"] {
    grid-area: price_range;
}

div[data-taxonomy="filter_case-size"] {
    grid-area: filter_case-size;
}

div#preset_1395.yith-wcan-filters form, div#preset_46340.yith-wcan-filters form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 80px 0;
}

div#preset_1395.yith-wcan-filters form:after, div#preset_46340.yith-wcan-filters form:after {
    content: "";
    background: #A5A5A5;
    height: calc(100% - 80px);
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
}

div#preset_1395.yith-wcan-filters .yith-wcan-filter:nth-child(even), div#preset_46340.yith-wcan-filters .yith-wcan-filter:nth-child(even) {
}

div#preset_1395.yith-wcan-filters .yith-wcan-filter .filter-title, div#preset_46340.yith-wcan-filters .yith-wcan-filter .filter-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #000000;
    text-transform: uppercase;
}

.filter-content label a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.5;
}

.filter-content label input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 0;
    margin-right: 20px;
}

div#preset_1395 .filter-content label, div#preset_46340 .filter-content label {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 45px;
}

div#preset_1395.yith-wcan-filters .yith-wcan-filter .price-slider.both, div#preset_46340.yith-wcan-filters .yith-wcan-filter .price-slider.both {
    padding: 0px;
}

#preset_1395.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label, #preset_46340.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label {
    border-radius: 2px;
    border: 1px solid #A5A5A5;
    color: rgb(0 0 0 / 0%);
    width: 138px;
    line-height: 32px;
    padding: 15px 0;
    box-shadow: none;
}

#preset_1395.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label span.term-label, #preset_46340.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label span.term-label {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: rgb(0 0 0 / 50%);
}

#preset_1395.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image), #preset_1395.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image, #preset_1395.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.disabled):hover, #preset_1395.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover,
#preset_46340.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image), #preset_46340.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active.with-image, #preset_46340.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.disabled):hover, #preset_46340.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:not(.with-image):not(.disabled):hover {
    background: #c50124;
    box-shadow: none;
    border-color: #c50124;
    color: #ffffff;
}

#preset_1395.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) span.term-label, #preset_1395.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:hover span.term-label,
#preset_46340.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label.active:not(.with-image) span.term-label, #preset_46340.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.label:hover span.term-label {
    color: #fff;
}

#preset_1395.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar, #preset_46340.yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    height: 8px;
    background: #000;
}

#preset_1395.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle, #preset_46340.yith-wcan-filters .yith-wcan-filter .price-slider .irs-handle {
    border: 2px solid #fff;
    background: #000;
    width: 28px;
    height: 28px;
    top: 27px;
}

#preset_1395.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, #preset_1395.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, #preset_1395.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single,
#preset_46340.yith-wcan-filters .yith-wcan-filter .price-slider .irs-from, #preset_46340.yith-wcan-filters .yith-wcan-filter .price-slider .irs-to, #preset_46340.yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
    background: #c50124;
}

.help-categories .elementor-icon-box-wrapper {
    background: #fff;
    border-radius: 5px;
    padding: 25px 15px;
    transition: 0.5s linear;
    cursor: pointer;
    min-height: 155px;
}

.help-categories .elementor-icon-box-wrapper:hover {
    background: #000;
}

.help-categories .elementor-icon-box-wrapper h3.elementor-icon-box-title {
    transition: 0.5s linear;
}

.help-categories .elementor-icon-box-wrapper:hover h3.elementor-icon-box-title {
    color: #fff;
}

.help-categories .elementor-icon-box-wrapper p.elementor-icon-box-description {
    transition: 0.5s linear;
}

.help-categories .elementor-icon-box-wrapper:hover p.elementor-icon-box-description {
    color: #B5B3B3;
}

.help-categories .elementor-icon-box-wrapper path {
    transition: 0.5s linear;
}

.help-categories .elementor-icon-box-wrapper:hover path {
    fill: #fff !important;
    color: #fff !important;
    border-color: #fff !important;
}

table.variations tbody>tr:hover td, table.variations tbody>tr:hover th {
    background: none;
}

table tbody>tr:nth-child(odd)>td {
    background: none !important;
}

.woocommerce div.product form.cart .variations th.label {
    display: none;
}

.woocommerce div.product form.cart .variations td {
    padding: 0;
}

.woocommerce div.product form.cart .variations td ul li.variable-item {
    margin: 0 5px 0 10px;
    width: 45px;
    height: 45px;
}

body.woocommerce div.product form.cart .variations td ul li.variable-item.selected > div.variable-item-contents:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 47px;
    height: 53px;
    background: #F5F5F5;
    /*     border: 0.6px solid #000000; */
    border-radius: 3px;
    display: block !important;
    z-index: 0;
}

body.woocommerce div.product form.cart .variations td ul li.variable-item.selected > div.variable-item-contents:before {
    display: none !important;
}

body.woocommerce div.product form.cart .variations td ul li.variable-item.selected > div.variable-item-contents > img {
    position: relative;
    z-index: 1;
}

body.woocommerce div.product form.cart .variations td ul li.variable-item > div.variable-item-contents > img {
    width: 35px;
    height: 35px;
}

body.woocommerce div.product form.cart .variations td ul li.variable-item> div.variable-item-contents {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_variation_wrap {
    border-top: 1px solid #0000004D;
    padding: 30px 0 0;
    margin-top: 20px;
}

.woocommerce div.product form.cart table.variations {
    margin: 0;
    position: relative;
}

.woocommerce div.product form.cart .reset_variations {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 190px;
}

.single_variation_wrap button.single_add_to_cart_button.button.alt {
    width: 100%;
}

.whiteWatch:before {
    content: "";
    background: linear-gradient(to right, #fff 10%, transparent 90%);
    z-index: 1;
    width: 250px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.single_add_to_cart_button.button.alt:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 5px;
    transition: all ease .4s;
    opacity: 0;
    background: linear-gradient(274.63deg, rgba(74, 5, 5, 0) -11.13%, rgba(74, 5, 5, 0.3) 126.85%), #C50124;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.single_add_to_cart_button.button.alt {
    position: relative;
    z-index: 0;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.single_add_to_cart_button.button.alt:hover:after {
    opacity: 1;
}

.whiteWatch > div > div > .elementor-widget-container:before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #fff 10%, transparent 90%);
    display: block;
    left: 0;
    bottom: 0;
    top: 0;
    width: 200px;
}

.whiteWatch > div > div > .elementor-widget-container:after {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, #fff 10%, transparent 90%);
    display: block;
    right: 0;
    bottom: 0;
    top: 0;
    width: 200px;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    display: flex;
    flex-direction: row;
}

.woocommerce div.product div.images.woocommerce-product-gallery a.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-direction: column;
    width: 113px;
    align-items: flex-start;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
    width: calc(100% - 113px);
    margin-right: 10px;
}

.woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li {
    width: 100%;
}

.woocommerce div.product form.cart .variations td ul li.variable-item.color-variable-item .variable-item-contents span.variable-item-span {
    border-radius: 100%;
}

body.woocommerce div.product form.cart .variations td ul li.variable-item.selected.color-variable-item > div.variable-item-contents:after {
    display: none !important;
}

body.woocommerce div.product form.cart .variations td ul li.variable-item.selected.color-variable-item > div.variable-item-contents:before {
    display: flex !important;
}

sr7-module sr7-shp.custom-gradient.sr7-layer {
    background: linear-gradient(270deg, black, transparent) !important;
}

li.filter-item.checkbox > label {
    display: flex;
    align-items: center;
}

li.filter-item.checkbox > label > a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.5;
}

div#preset_717 li.filter-item.checkbox {
    padding: 5px 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after {
    content: "\e01c";
    vertical-align: middle;
    margin: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background: #c50124;
    box-shadow: none;
    border: 0;
    outline: none;
}

div#thumbnailGalleryDS span.thumbanil-item {
    width: 100px;
    height: 100px;
    background: #F8F8F8;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 10px;
    overflow: hidden;
}

div#thumbnailGalleryDS {
    position: fixed;
    left: 0;
    max-width: 95%;
    z-index: -1;
    transition: all ease .4s;
    visibility: hidden;
    opacity: 0;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

div#thumbnailGalleryDS .owl-item.active.current > .item > span {
    box-shadow: 0 0 0 2px #C50124;
}

div#thumbnailGalleryDS .owl-item > .item > span {
    transition: all ease .4s;
    box-shadow: 0 0 0 0px #C50124;
    overflow: hidden;
}

div#thumbnailGalleryDS .owl-item > .item > span > img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

div#thumbnailGalleryDS .owl-item > .item > span > video {
    height: 100%;
    max-width: inherit;
    width: auto;
}

div#productGalleryDS .item span.main-item {
    width: 100%;
    height: 562px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    transition: all ease .4s;
}

div#productGalleryDS .item span.main-item > img {
    height: 420px;
    object-fit: contain;
}

.close-Gallery {
    display: none;
}

div#productGalleryDS {
    background-color: rgb(255 255 255 / 0%);
    position: absolute;
    transition: all ease .2s, background-color ease .8s;
    transform: scale(1) translate(0px, -80px);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.openGallery {
    cursor: pointer;
}

div#productGalleryDS.active {
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    transform: scale(1) translate(0px, 0px);
}

div#thumbnailGalleryDS.active {
    visibility: visible;
    opacity: 1;
    z-index: 100000;
    left: 50px;
}

.close-Gallery {
    z-index: 114;
}

div#productGalleryDS.active .item span.main-item {
    height: 100vh;
}

div#productGalleryDS .item span.main-item video {
    width: 100%;
}

.leftArea {
    transform: translate(0px, 0px);
    transition: all ease .4s;
}

body.theGalleryShow .leftArea {
    transform: translate(-200%, 0px);
}

.bgAreas {
    transition: background-position ease .4s;
}

body.theGalleryShow .bgAreas {
    background-position: center -40% !important;
}

.theGalleryShow .elementor-element.elementor-element-080a18e.elementor-absolute.dce_masking-none.elementor-widget.elementor-widget-image {
    opacity: 0;
    transform: translate(0px, 300px);
}

.elementor-element.elementor-element-080a18e.elementor-absolute.dce_masking-none.elementor-widget.elementor-widget-image {
    transition: all ease .4s;
    transform: translate(0px, 0px);
}

.close-Gallery {
    cursor: pointer;
}

div#thumbnailGalleryDS .owl-item > .item > span > svg.PlayBtn {
    position: absolute;
}

div#yith-sl-section-results {
}

#yith-store-locator .wrapper-main-sections>div {
    padding: 0;
    background: #000;
    color: #fff;
    text-align: center;
}

.blackImage {
    display: none;
}

.dark-mode .whiteImage {
    display: none;
}

.dark-mode .blackImage {
    display: block;
}

.dark-mode .whitediv {
    background: #000;
}

.dark-mode .whiteWatch > div > div > .elementor-widget-container:before {
    background: linear-gradient(90deg, #000 10%, transparent 90%);
}

.dark-mode .whiteWatch > div > div > .elementor-widget-container:after {
    background: linear-gradient(270deg, #000 10%, transparent 90%);
}

.dark-mode .whitebg {
    background: #000 !important;
}

.dark-mode .whitediv * {
    color: #fff !important;
}

.dark-mode .lightbtn-theme a.elementor-button {
    background: #E4E4E4;
    border: 1px solid #BABABA;
}

.dark-mode .lightbtn-theme a.elementor-button span.elementor-button-text {
    color: #000 !important;
}

.lightbtn-theme a.elementor-button span.elementor-button-icon,.darkbtn-theme a.elementor-button span.elementor-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbtn-theme a.elementor-button span.elementor-button-icon svg {
    width: 27px;
    height: 27px;
    display: flex;
}

.darkbtn-theme a.elementor-button span.elementor-button-icon svg {
    width: 24px;
    height: 24px;
}

.dark-mode .darkbtn-theme a.elementor-button {
    background: #000 !important;
    border: 1px solid #BABABA !important;
}

.dark-mode .darkbtn-theme a.elementor-button span.elementor-button-text {
    color: #BCB8B8;
}

.lightbtn-theme a.elementor-button:focus {
    background: #E4E4E4 !important;
}

.lightbtn-theme a.elementor-button:focus span.elementor-button-text {
    color: #000;
}

.dark-mode .whitediv .uc_ac_box {
    border-color: #fff !important;
}

.dark-mode .whitediv .uc_ac_box .ue_expand svg path {
    stroke: #FFF;
}

.dark-mode .whitediv .elementor-icon-box-icon svg path {
    fill: #fff;
}

.whitesearch .form-container {
    box-shadow: none;
}

.whitesearch .form-container .form-group .form-control {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

.whitesearch .form-container .form-group .form-control::placeholder {
    color: #000;
}

.whitesearch .form-container .form-group select.form-control {
    background-image: url(/wp-content/uploads/2024/06/Stroke-50-2.svg);
}

.whitesearch .form-container .form-group svg > path {
    stroke: #000;
}

.dark-mode .bgchange {
    background-image: linear-gradient(180deg, #E8E5E500 35%, #484848 100%) !important;
}

.dark-mode .whitesearch .form-container .form-group select.form-control {
    background-image: url(/wp-content/uploads/2024/06/Stroke-51-1.svg);
}

.dark-mode .whitesearch .form-container .form-group .form-control {
    background-color: rgb(255 255 255 / 20%);
    border-color: #fff;
}

.dark-mode .whitesearch .form-container .form-group .form-control::placeholder {
    color: #fff;
}

.dark-mode .whitesearch .form-container .form-group svg > path {
    stroke: #fff;
}

.dark-mode .whitesearch .form-container .form-group select.form-control > option {
    background: #000;
}

.all-menu > .lists > ul > li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.all-menu .lists ul li svg {
    cursor: pointer;
}

.mobile-div {
    display: none;
}

sr7-module sr7-shp.custom-gradient-mob.sr7-layer {
    background: linear-gradient(0deg, transparent, #000, #000, #000, transparent) !important;
}

#yith-sl-results .store-info .store-name a, .yith-sl-pin-modal .store-name a {
    pointer-events: none;
}

div#thumbnailGalleryDS .item.current span.thumbanil-item {
    box-shadow: 0 0 0 2px #C50124;
}

div#thumbnailGalleryDS span.thumbanil-item video {
    position: absolute;
    height: 100px;
    width: 100px;
    max-width: max-content;
    object-fit: cover;
    object-position: center;
}

div#thumbnailGalleryDS span.thumbanil-item > svg.PlayBtn {
    position: absolute;
    z-index: 1;
}

div#thumbnailGalleryDS .item {
    overflow: hidden;
    height: auto;
}

#yith-store-locator .wrapper-main-sections {
    display: flex;
    flex-direction: column;
    height: auto;
}

#yith-sl-wrap-search-stores .title-search-bar {
    display: none;
}

div#yith-sl-results {
    background: #ededed;
    text-align: left;
    margin-top: 100px;
    padding: 0;
}

div#yith-sl-results > .stores-list {
    max-width: 1320px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

#yith-sl-active-filters+#yith-sl-search-button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 47px;
    padding: 0px 20px 0px 20px;
    border-radius: 5px 5px 5px 5px;
    color: var(--e-global-color-3ca87ef);
    background-color: var(--e-global-color-accent);
    border-style: none;
    gap: 0;
    max-width: 400px;
    margin: 0 auto;
}

#yith-store-locator .wrapper-main-sections div#yith-sl-wrap-search-stores {
    max-width: 400px;
    margin: 0 auto;
}

div#yith-sl-main-filters-container {
    margin: 0 auto;
    max-width: 400px;
}

#yith-sl-main-filters-container.layout-dropdown .wrapper-filter {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 15px 0;
}

#yith-sl-main-filters-container.layout-dropdown .wrapper-filter p.filter-label.open-dropdown {
    margin: 0;
    width: 100%;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 0;
    padding: 0px 20px 0px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-3ca87ef);
    border-radius: 5px 5px 5px 5px;
    background-color: #FFFFFF33;
    color: #FFFFFF;
    text-align: left;
}

.filters-beside-map #yith-sl-wrap-search-bar {
    background-color: #FFFFFF33;
    color: var(--e-global-color-3ca87ef);
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-3ca87ef);
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: 0.05em;
    padding: 0px 20px 0px 20px;
    height: 47px;
    margin: 0 0 15px 0;
}

#yith-sl-wrap-search-bar > input#yith-sl-search-bar-address {
    border: 0;
    color: #fff;
    display: block;
    padding: 0 20px 0 0;
    height: 47px;
}

.wrap-buttons {
    display: none;
}

div#yith-sl-active-filters {
    display: none !important;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details {
    background: #fff;
    padding: 30px 40px;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details .store-image {
    display: none;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details address.store-info {
    padding: 0;
    color: #000;
}

#yith-store-locator .wrapper-main-sections>div#yith-sl-section-results {
    padding: 30px 0 0;
    display: grid;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details {
    background: #fff;
    padding: 30px 40px;
    color: #9A9494;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: initial;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details .store-image {
    display: none;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details address.store-info {
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 0;
}

#yith-sl-results .store-info .store-name, .yith-sl-pin-modal .store-name {
    color: #C50124;
    font-family: "Montserrat", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 25px 0;
}

#yith-sl-results .store-address, #yith-sl-results .store-description, .yith-sl-pin-modal .store-address {
    font-size: 20px;
    line-height: 1.4;
    white-space: nowrap;
    padding: 0 0 0 40px;
    position: relative;
    z-index: 0;
    margin: 0 0 25px 0;
}

#yith-sl-results .store-address br, #yith-sl-results .store-description, .yith-sl-pin-modal .store-address br {
    display: none;
}

#yith-sl-results ul.store-contact li {
    font-size: 20px;
}

#yith-sl-results ul.store-contact li b {
    display: none;
}

#yith-sl-results ul.store-contact li a {
    color: #000000;
    font-weight: 300;
}

#yith-sl-results ul.store-contact li a:hover {
    text-decoration: none;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details address.store-info .stre-business-hor {
    font-size: 20px;
    line-height: 1.6;
    color: #9A9494;
    padding: 0 0 0 40px;
    position: relative;
    z-index: 0;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details address.store-info .stre-business-hor:before {
    content: "Business Hours";
    display: block;
    margin: 0 0 10px 0;
    color: #000;
}

#yith-sl-results .title {
    display: none !important;
}

#yith-sl-results .store-contact:before {
    content: "\f095";
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

#yith-sl-results .store-contact {
    position: relative;
    z-index: 0;
    padding: 0 0 0 40px;
    margin: 0 0 25px 0;
}

#yith-sl-results .store-address:before {
    content: "\f3c5";
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details address.store-info .stre-business-hor:after {
    content: "\f017";
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
}

#yith-sl-results a.get-direction.custom-link.link:before {
    content: "";
    background: url('/wp-content/uploads/2024/06/Stroke-51-2.svg');
    width: 19px;
    height: 33px;
    display: block;
    position: absolute;
    z-index: 0;
    top: calc(50% - 18px);
    right: 0;
}

#yith-sl-results a.get-direction.custom-link.link {
    margin: 0;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details:hover {
    background: #fff;
}

#yith-sl-section-results {
    display: grid;
    grid-template-areas: "yith-sl-main-filters-container" "yith-sl-wrap-search-stores" "yith-sl-active-filters" "yith-sl-results";
}

#yith-sl-wrap-search-stores {
    display: grid;
    grid-template-areas: "yith-sl-main-filters-container" "yith-sl-search-stores";
}

#yith-sl-main-filters-container {
    grid-area: yith-sl-main-filters-container;
}

#yith-sl-search-stores {
    grid-area: yith-sl-search-stores;
    width: 400px;
}

.wrap-filters-list {
    grid-template-areas: "store-dropdown" "postcode-field";
}

.wrapper-filter.type-dropdown {
    grid-area: store-dropdown;
}

#yith-sl-wrap-search-bar {
    grid-area: postcode-field;
}

#yith-sl-search-button {
    margin-top: 10px;
    /* Adjust the margin as needed */
}

#yith-sl-active-filters+#yith-sl-search-button:hover {
    background: linear-gradient(274.63deg, rgba(74, 5, 5, 0) -11.13%, rgba(74, 5, 5, 0.3) 126.85%), #C50124;
    box-shadow: 0px 0px 14px #C50124;
}

#yith-sl-results .stores-list>ul {
    padding: 80px 0;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details:last-child {
    margin: 0;
}

#yith-sl-main-filters-container.layout-dropdown .wrapper-options, .wrapper-filter.type-dropdown .wrapper-options {
    font-family: "Montserrat", Sans-serif;
}

#yith-sl-main-filters-container.layout-dropdown .wrapper-filter.type-checkbox ul, #yith-sl-main-filters-container.layout-dropdown .wrapper-filter.type-dropdown ul {
    max-width: 400px;
    padding: 20px;
}

address.store-info.yith-sl-pin-modal {
    text-align: left;
}

address.store-info.yith-sl-pin-modal p.store-name {
    margin: 0 0 5px 0;
}

address.store-info.yith-sl-pin-modal p.store-address {
    padding: 0;
    margin: 0 0 10px 0;
}

address.store-info.yith-sl-pin-modal p.store-address br {
    display: block;
}

#yith-sl-main-filters-container.layout-dropdown .wrapper-filter p.filter-label.open-dropdown {
    line-height: 1.4;
    height: 45px;
    display: flex;
    align-items: center;
}

.form-group.store-locator-2 {
    position: relative;
    z-index: 0;
}

.form-group.store-locator-2 svg#location-icon {
    position: absolute;
    right: 20px;
    top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    background: #EBEBEB;
    margin: 0 0 20px 0;
    height: 78px;
    border-radius: 10px;
    padding: 0 30px 0 30px;
    display: flex;
    align-items: center;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: #c50124;
    color: #fff;
    font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: #474747;
    font-size: 22px;
    line-height: 78px;
    font-weight: 500;
    transition: all ease .4s;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:hover a {
    background: #c50124;
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:before {
    content: "";
    background-image: url("assets/images/my-account/1.svg");
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a:before, .woocommerce-account .woocommerce-MyAccount-navigation li:hover a:before {
    filter: invert(1) brightness(3);
    transition: all ease .4s;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a:before {
    background-image: url("assets/images/my-account/2.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a:before {
    background-image: url("assets/images/my-account/3.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    background-image: url("assets/images/my-account/4.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    background-image: url("assets/images/my-account/5.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    background-image: url("assets/images/my-account/6.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--upgrade-account a:before {
    background-image: url("assets/images/my-account/7.svg");
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--requisition-list a:before {
    background-image: url("assets/images/my-account/8.svg");
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--upgrade-account a::before {
    content: "" !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 0 30px;
    font-size: 18px;
}

form.woocommerce-EditAccountForm.edit-account p:last-child {
    margin: 0;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-style: none;
    padding: 0px 50px 0px 50px;
    height: 50px;
    background: #C50124;
    color: #fff;
    border-radius: 5px;
    border: 0;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background: #000;
    color: #fff;
}

header.header2.fixeds {
    top: -40px !important;
}

header.header2 {
    transition: top ease .5s !important;
}

header.header {
    transition: all ease .4s !important;
}

header.header.fixeds {
    top: -40px !important;
}

.elementor-popup-modal.dialog-type-lightbox {
    z-index: 100000;
}

a.dialog-close-button.dialog-lightbox-close-button:focus {
    outline: none;
}

a.dialog-close-button.dialog-lightbox-close-button:focus-visible {
    outline: none;
}

.theMenuX.fixedsa {
    top: 80px !important;
}

.theMenuX {
    transition: all ease .4s;
}

.theMenuX.fixedsa .all-menu .lists {
    height: calc(100vh - 80px);
}

body.openMFixeds {
    overflow: hidden;
}

.theMenuX {
    left: -110% !important;
}

body.openMFixeds .theMenuX {
    left: 0 !important;
}

.dskMenu.openActive.fixx {
    overflow: hidden;
}

.theMenuX.fixedsa .dskMenu.openActive {
    height: calc(100vh - 80px);
}

body.openMFixeds header {
    width: 100% !important;
}

#yith-sl-results .store-address {
    max-width: 460px;
    white-space: normal;
}

div#wpadminbar {
    z-index: 6519516516951;
}

.about-ds-carou .uc_dark_carousel {
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    align-items: center;
    max-width: 601px;
}

.about-ds-carou span.nobold {
    font-weight: 400;
}

.about-ds-carou .uc_dark_carousel_content > h4 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    color: #C50124;
    margin: 0 0 20px 0;
}

.about-ds-carou .uc_dark_carousel_content .ue-title {
    margin: 0 0 20px 0;
}

.about-ds-carou span.bottomtext {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #000000;
}

.about-ds-carou .uc_dark_carousel_content {
    margin: 0 0 100px 0;
}

.dial-image1 {
    transition: all ease 1s;
}

.contentwar p {
    margin: 0 !important;
}

.about-ds-carou .uc_dark_carousel_content .contentwar {
    max-width: 536px;
    margin: 0 auto;
}

sr7-scrubber-handle.sr7-scrubber-handle {
    background: #C50124;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.color .term-color {
    border: 1px solid #A5A5A5;
}

.yith-wcan-filters .yith-wcan-filter .filter-items.filter-color {
    display: grid;
    align-content: center;
    align-items: center;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: start;
    gap: 0px;
}

.dsMarqee > div {
    display: flex;
}

.dsMarqee > div ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 1rem;
    animation: scroll 90s linear infinite;
    margin: 0;
    list-style: none;
    padding: 0;
    align-items: center;
}

.dsMarqee > div ul li {
    margin: 0 50px;
    width: 130px;
    text-align: center;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 1rem));
    }
}

@keyframes scroll2 {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(calc(-74% - 1rem));
    }
}

.dsMarqee.right div ul {
    animation: scroll2 90s linear infinite;
    animation-direction: reverse;
}

.dsMarqee div:hover ul {
    animation-play-state: paused;
}

.yith-wcan-filters .yith-wcan-filter {
    margin: 0 0 30px 0;
}

#yith-sl-main-filters-container.layout-dropdown ul {
    box-shadow: none;
}

button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced, .yith-wcan-filters button.btn.btn-primary.apply-filters {
    height: 50px;
    padding: 0 30px;
    border-color: #c50124;
    color: #c50124;
    margin: 0px auto;
    align-self: end !important;
    background: #fff;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.yith-wcan-filters button.btn.btn-primary.apply-filters:hover {
    background: #c50124;
    color: #fff;
}

.yith-wcan-filters .yith-wcan-filter[data-taxonomy="filter_case-size"] {
    padding: 0 0 0 60px;
}

body.openMFixeds .dskMenu.openActive {
    overflow: hidden;
}

.maintop-slide-X {
    background: rgb(246, 246, 246);
    height: 413px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.maintop-slide-X .slider-tedetail .blogo img {
    width: 170px;
    height: 60px;
    object-fit: contain;
    object-position: center left;
}

.left-info .slider-tedetail {
    padding: 80px;
}

.owl-carousel .owl-item .tight-watch img {
    width: 506px;
    height: auto;
    max-width: max-content;
}

.left-info .slider-tedetail .blogo {
    margin: 0 0 30px 0;
}

.left-info .slider-tedetail .bInformation {
    margin: 0 0 30px 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    color: rgb(0, 0, 0);
}

.left-info .slider-tedetail .btBtns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.left-info .slider-tedetail .btBtns a.dskbtn {
    text-align: center;
    max-width: none;
    padding: 0 40px;
    background: #C50124;
    color: #fff;
    border-color: #C50124;
}

.left-info .slider-tedetail .btBtns a.dskbtn:hover {
    background: linear-gradient(274.63deg, rgba(74, 5, 5, 0) -11.13%, rgba(74, 5, 5, 0.3) 126.85%), #C50124;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.btBtns a.simplebtn {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    color: rgb(197, 1, 36);
    margin: 0 0 0 40px;
}

.topslider-div {
    margin: 0 0 50px 0;
}

div#topSliderAb .item {
    padding: 40px 0;
}

.bottom-thumbnail-slider {
    border-radius: 5px;
    height: 107px;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.owl-carousel .owl-item .bottom-thumbnail-slider img {
    height: 60px;
    width: 100px;
    filter: grayscale(1) brightness(0.9) opacity(0.2);
    transition: all ease .5s;
    object-fit: contain;
    object-position: center;
}

.bottomNavigation {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.scroller {
    width: 90%;
    height: 4px;
    position: relative;
    z-index: 0;
}

.scroller > span.bgcursro {
    background: #C8C8C8;
    height: 1px;
    display: flex;
}

.scroller > span.indicator {
    background: #C50124;
    height: 4px;
    display: flex;
    width: 443px;
    position: absolute;
    top: -1px;
    transition: all ease .5s;
    cursor: grab;
}

.leftRight-arrow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 10%;
    padding: 0 0 0 40px;
}

.leftRight-arrow > span {
    cursor: pointer;
}

.owl-carousel .owl-item.JClass .bottom-thumbnail-slider img {
    filter: none;
}

.temps {
    height: calc(100vh - 120px);
    min-height: 825px;
    overflow: hidden;
}

.theETemplate > div > div, .theETemplate > div {
    height: 100%;
}

.theETemplate .elementor-background-video-container .elementor-html5-video {
    min-height: 100%;
}

body.openMFixeds .theMenuX .temps {
    min-height: 865px;
}

.help-categories .active .elementor-icon-box-wrapper {
    background: #000;
}

.help-categories .active .elementor-icon-box-wrapper h3.elementor-icon-box-title {
    color: #fff;
}

.help-categories .active .elementor-icon-box-wrapper span.elementor-icon {
    fill: #fff;
    color: #fff;
}

.help-categories .active .elementor-icon-box-wrapper span.elementor-icon svg path {
    fill: #fff;
}

div#play-pause-button {
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.openMFixeds header.header2.htd, body.openMFixeds .header {
    background: #111;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap .tmcp-field-wrap-inner span.tc-col-auto.tc-epo-style-space.tc-price-wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 24px;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap .tmcp-field-wrap-inner {
    padding-top: 70px;
}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap .tmcp-field-wrap-inner span.tc-col-auto.tc-epo-style-space.tc-price-wrap span.price.tc-price {
    color: #000;
}

.tm-range-picker .noui-tooltip {
    background: #c50124;
}

.tm-range-picker .noui-connect, .tm-range-picker .noui-handle {
    background: #c50124;
}

.tm-range-picker.pips, .tm-range-picker.noui-show-tooltip.pips {
    margin: 0 0 60px 0;
}

div#productGalleryDS.active .item span.main-item > img.wvs-archive-product-image {
    height: 80vh;
}

.searchDiv {
    position: fixed !important;
    transform: translate(0px, 120px);
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all ease .4s !important;
}

.theMenuX.fixedsa + .searchDiv {
    transform: translate(0px, 80px);
}

#preset_717 .filters-container > form > button.btn.btn-primary.apply-filters {
    margin: 10px 0 30px 0;
    flex: 0 0 auto;
    width: 25%;
    align-self: start !important;
    position: relative;
    bottom: auto;
    max-width: none;
    left: auto;
    right: auto;
}

#preset_717 .filters-container > form {
    gap: 25px;
}

#preset_717 .filters-container > form > button.btn.btn-primary.reset-filters.enhanced {
    margin: 10px 0 30px 0;
    flex: 0 0 auto;
    width: 25%;
    align-self: start !important;
    height: 50px;
    padding: 0 30px;
    border-color: #c50124;
    color: #c50124;
    text-transform: uppercase;
    position: relative;
    max-width: none;
}

#preset_717 .filters-container > form > button.btn.btn-primary.reset-filters.enhanced:hover {
    background: #c51024;
    color: #fff;
    border-color: #c50124;
}

div#preset_1395.yith-wcan-filters button.btn.btn-primary.yith-wcan-reset-filters.reset-filters, div#preset_46340.yith-wcan-filters button.btn.btn-primary.yith-wcan-reset-filters.reset-filters {
    height: 50px;
    padding: 0 30px;
    border-color: #c50124;
    color: #c50124;
    grid-area: filterbtn;
    margin: 0px auto;
    align-self: end !important;
    background: #fff;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

div#preset_1395.yith-wcan-filters button.btn.btn-primary.yith-wcan-reset-filters.reset-filters:hover, div#preset_46340.yith-wcan-filters button.btn.btn-primary.yith-wcan-reset-filters.reset-filters:hover {
    background: #c50124;
    border-color: #c50124;
    color: #fff;
}

#preset_36660.yith-wcan-filters .yith-wcan-filter {
    width: 50%;
    padding: 0 0 0 60px;
}

#preset_36660 form:after {
    content: "";
    background: #A5A5A5;
    height: calc(100% - 80px);
    width: 1px;
    display: block;
    position: absolute;
    top: 0;
    right: 50%;
}

#preset_1395.yith-wcan-filters .yith-wcan-filter.filter-orderby, #preset_36660.yith-wcan-filters .yith-wcan-filter.filter-orderby, #preset_46340.yith-wcan-filters .yith-wcan-filter.filter-orderby, #preset_36660.yith-wcan-filters .yith-wcan-filter.filter-orderby {
    padding: 0 60px;
}

div#preset_36660 form {
    padding-bottom: 80px;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown {
    max-width: 240px;
}

.all-menu .lists .nopAdins ul {
    padding: 0;
}

header.header2.fixeds + .header {
    background: #000;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details {
}

.yith-sl-with-image #yith-sl-results .wrap-store-details[data-id="3523"] p.store-address {
    display: none;
}

.yith-sl-with-image #yith-sl-results .wrap-store-details[data-id="3523"] ul.store-contact {
    display: none;
}

.yith-wcwl-add-button a:hover, .yith-wcwl-add-button a {
    font-size: 30px;
    display: flex;
    color: #c50124;
}

.yith-wcwl-add-button a i {
    margin: 0;
}

.yith-wcwl-wishlistexistsbrowse {
    font-size: 30px;
    color: #c50124;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin: 0;
    font-size: 30px;
    display: flex;
    color: #c50124;
}

.yith-wcwl-wishlistexistsbrowse span.feedback {
    display: flex;
    color: #c50124;
}

#yith-wcwl-popup-message div#yith-wcwl-message:before {
    content: "Product added in the wishlist";
}

ul.wishlist_table.wishlist_view {
    margin: 0;
    padding: 0;
}

.wishlist_table.modern_grid li .item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wishlist_table.modern_grid li {
    width: calc(25% - 15px);
    background: #fafafa;
}

.wishlist_table.modern_grid li .item-details, .wishlist_table.modern_grid li .product-thumbnail {
    width: 100%;
}

.wishlist_table.modern_grid.wishlist_view li .item-details {
    border: 0;
}

.wishlist_table.modern_grid.wishlist_view li .item-details:before {
    display: none;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper > h3 {
    font-family: "tome-sans-variable", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    min-height: 90px;
}

.wishlist_table.images_grid li .item-details .product-remove, .wishlist_table.modern_grid li .item-details .product-remove {
    position: absolute;
    top: -280px;
    right: 10px;
}

.wishlist_table.modern_grid li .product-thumbnail>a img {
    width: 90%;
    margin: 0 auto;
    transition: all ease .4s;
    height: 290px;
    object-fit: contain;
}

.wishlist_table.modern_grid li:hover .product-thumbnail>a img {
    width: 100%;
}

.wishlist_table.modern_grid li span.woocommerce-Price-amount.amount {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper > .product-add-to-cart {
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper > table.item-details-table {
    display: block;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper > table.item-details-table tr {
    display: block;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper > table.item-details-table tr td.label {
    display: none;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper > table.item-details-table tr.product-stock-status {
    display: none;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper > table.item-details-table td.value {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper > table.item-details-table tbody {
    display: block;
    margin-top: 20px;
}

.wishlist-page-links {
    display: none;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper > h3 a {
    color: #000;
}

div#wishlist-popup {
    background: #fff;
    position: absolute;
    top: 37px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 10px;
    font-family: 'Montserrat';
    font-weight: 700;
    gap: 10px;
    letter-spacing: -0.5px;
    padding: 0 10px;
    width: 203px;
    height: 30px;
    filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.25));
}

div#wishlist-popup span {
    display: block;
}

div#wishlist-popup span.Xloces {
    cursor: pointer;
}

div#wishlist-popup:before {
    content: "";
    background: #fff;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    top: -5px;
    right: 29px;
    transform: rotate(45deg);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #fff;
    display: grid;
    width: 100%;
    justify-items: center;
    align-items: center;
    border: 2px solid #c50124;
}

div#wishlist-popup i.yith-wcwl-icon.fa.fa-heart {
    color: #c50124;
}

ul.wishlist_table.wishlist_view {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper > .product-add-to-cart > a {
    background: #c50124;
    color: #fff;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 4px;
    margin: 20px auto !important;
}

wishlist_table.modern_grid li .item-details .item-details-wrapper>h3 {
    height: 90px;
    overflow: hidden;
}

.xoo-wsc-notice-container {
    display: none !important;
}

div#pr_image2 > .elementor-widget-container {
    position: relative;
    z-index: 0;
}

div#pr_image2 > .elementor-widget-container:before {
    content: "";
    background: linear-gradient(#fff, rgb(255 255 255 / 86%), transparent);
    height: 120px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

div#pr_image2 > .elementor-widget-container:after {
    content: "";
    background: linear-gradient(to top, #fff, rgb(255 255 255 / 86%), transparent);
    height: 120px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

html[lang="fr-CA"] .yith-sl-with-image #yith-sl-results .wrap-store-details address.store-info .stre-business-hor:before {
    content: "Heures d'ouverture";
}
.social-share-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-share-buttons a, .social-share-buttons button {
    display: flex;
    background: #000;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 0;
    padding: 0 !important;
    margin: 0;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.social-share-buttons svg {
    fill: #fff;
    width: 20px;
}
.social-share-buttons button:hover,
.social-share-buttons button:focus,
.social-share-buttons a:hover,
.social-share-buttons a:focus {
    background: #c50124;
}

div#yith-wcwl-popup-message {
    display: none !important;
}

@media only screen and (max-width: 1600px) {
    sr7-shp#SR7_3_1-24-1 {
        background: linear-gradient(transparent, black, black, transparent) !important;
    }

    .all-menu .lists {
        width: 380px;
    }

    .temps {
        width: calc(100% - 380px);
    }

    .dskMenu .cloxe {
        left: 30px;
    }

    div#thumbnailGalleryDS span.thumbanil-item {
        width: 70px;
        height: 70px;
        position: relative;
        z-index: 0;
    }

    div#thumbnailGalleryDS span.thumbanil-item video {
        width: 100%;
        height: 100%;
    }

    div#thumbnailGalleryDS span.thumbanil-item > svg.PlayBtn {
        width: 30px;
    }

    .left-info .slider-tedetail .bInformation {
        font-size: 14px;
    }

    div#productGalleryDS {
        transform: scale(1) translate(20px, -80px);
    }

    #SR7_11_1 .uranus.sr7-arrows.sr7-leftarrow {
        transform: translate(10px, -55px) !important;
    }

    #SR7_11_1 .uranus.sr7-arrows.sr7-rightarrow {
        transform: translate(-10px, -55px) !important;
    }

    #SR7_11_1 .hermes.sr7-bullets {
        transform: translate(-149.5px, 30px) !important;
    }

    .all-menu {
        overflow: auto;
    }

    body.openMFixeds .theMenuX .temps {
        min-height: 820px;
    }
}

@media only screen and (max-width: 1180px) {
    .help-categories .elementor-icon-box-wrapper {
        min-height:auto !important;
        padding: 20px 5px;
    }

    #yith-sl-main-filters-container.layout-dropdown .wrapper-options, .wrapper-filter.type-dropdown .wrapper-options {
        font-family: "Montserrat", Sans-serif;
        max-width: 100%;
        min-width: auto;
    }

    div#yith-sl-section-results {
        overflow: visible;
    }

    .fluentform .ff_file_upload_holder {
        width: 100%;
        text-align: center;
    }

    .page-id-1273 .elementor-icon-box-wrapper p.elementor-icon-box-description {
        display: none !important;
    }

    #SR7_3_1 .hermes.sr7-bullets {
        margin: 0 0 20px 0 !important;
    }

    .all-menu .lists {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100vh - 114px);
        z-index: 1;
    }

    .all-menu {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: calc(100vh - 125px);
    }

    .dskMenu .cloxe {
        position: absolute;
        top: auto;
        left: auto;
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        right: 0;
        z-index: 2;
    }

    .dskMenu .cloxe:before {
        content: "Main Menu";
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 75px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #FFFFFF;
        display: none;
    }

    .temps {
        width: 100%;
        position: absolute;
        top: 0;
        overflow: hidden;
        height: auto;
        min-height: auto;
    }

    .all-menu .lists ul {
        width: 100%;
        padding: 45px 40px 15px 40px;
        margin: 0 auto;
    }

    .mobile-div {
        display: block;
        padding: 0;
    }

    #preset_717 .filters-container > form > div {
        width: 100%;
    }

    div#preset_1395.yith-wcan-filters form:after, div#preset_46340.yith-wcan-filters form:after {
        display: none;
    }

    div#preset_1395.yith-wcan-filters .yith-wcan-filter, div#preset_46340.yith-wcan-filters .yith-wcan-filter {
        width: 100%;
        margin: 0 0 30px;
        padding: 0;
    }

    div#preset_1395.yith-wcan-filters .yith-wcan-filter:nth-child(even), div#preset_46340.yith-wcan-filters .yith-wcan-filter:nth-child(even) {
        padding: 0;
    }

    div#sideFilter {
        position: fixed;
        background: #fff;
        z-index: 10;
        left: -100%;
        transition: all ease .4s;
        top: 0;
        height: 100vh;
        z-index: -1;
        overflow: auto;
    }

    div#sideFilter.active {
        left: 0%;
        z-index: 999999;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
        width: 60px;
    }

    .woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
        width: calc(100% - 60px);
    }

    .woocommerce div.product form.cart .variations td ul li.variable-item {
        width: 50px;
        height: 50px;
    }

    div#productGalleryDS .item span.main-item {
        height: auto;
    }

    /*  changed by ramadan	 */
    div#productGalleryDS .item span.main-item > img {
        height: 250px;
        object-fit: contain;
    }

    div#productGalleryDS {
        transform: scale(1) translate(0px, -25px);
    }

    div#productGalleryDS.active .item span.main-item > img {
        height: 100%;
        object-fit: contain;
    }

    div#thumbnailGalleryDS span.thumbanil-item {
        width: 97px;
        height: 97px;
    }

    .full-width#yith-store-locator {
        padding: 0 !important;
    }

    div#yith-sl-results > .stores-list {
        max-width: 90%;
    }

    #yith-store-locator .wrapper-main-sections>div#yith-sl-section-results {
        display: block;
    }

    .theETemplate {
        display: none;
    }

    .theETemplate.active {
        display: block;
        height: calc(100vh - 125px);
        overflow: auto;
    }

    .all-menu .lists.active + .temps {
        overflow: auto;
        overflow-x: hidden;
        height: calc(100vh - 125px);
        background: #fff;
    }

    .theMenuX.fixedsa {
        height: calc(100vh - 114px);
        overflow: auto;
        top: 114px !important;
    }

    .theMenuX {
        height: calc(100vh - 114px);
        overflow: auto;
        top: 125px !important;
    }

    body.openMFixeds .theMenuX {
        left: 0 !important;
        overflow: visible;
    }

    .all-menu .lists ul li.active svg {
        transform: rotate(0deg);
    }

    .woocommerce .woocommerce-breadcrumb {
        margin-top: -20px;
        margin-bottom: 20px;
    }

    header.header.fixeds, header.header2.fixeds {
        top: 0px !important;
    }

    .dskMenu .cloxe > svg {
        width: 15px;
        height: 15px;
    }

    .about-ds-carou .uc_dark_carousel_content > h4 {
        font-size: 14px;
        margin: 0 0 15px 0;
    }

    .about-ds-carou .uc_dark_carousel_content {
        margin: 0 !important;
    }

    .about-ds-carou .uc_dark_carousel {
        top: 60px;
        max-width: 270px;
    }

    .dsMarqee > div ul li {
        width: 100px;
        margin: 0 20px;
    }

    .dsMarqee div ul:hover {
        animation-play-state: running;
    }

    div#morefilterbtn div#morefilter-btn a {
        background: #fff;
    }

    div#preset_1395.yith-wcan-filters form, div#preset_46340.yith-wcan-filters form {
        display: flex;
        flex-direction: column;
        padding: 0 0 100px 0;
        margin: 0;
    }

    div#sideFilter > .e-con-inner {
        display: block;
    }

    div#clearfilter {
        padding: 0 0 100px 0;
    }

    body.fixxe {
        overflow: hidden;
    }

    div#smallfilters {
        margin-top: 30px;
    }

    .fluentform-widget-custom-radio-checkbox input[type=checkbox]:checked:after {
        left: 0px;
        bottom: 0px;
    }

    .maintop-slide-X {
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .left-info .slider-tedetail {
        padding: 170px 40px 40px 40px;
    }

    .left-info .slider-tedetail .btBtns {
        display: flex;
        flex-direction: column;
    }

    .owl-carousel .owl-item .tight-watch img {
        width: auto;
        height: 256px;
    }

    .maintop-slide-X .tight-watch {
        display: flex;
        position: absolute;
        top: 0;
        right: -25px;
    }

    .maintop-slide-X .slider-tedetail .blogo img {
        width: 100px;
        height: 45px;
    }

    .left-info .slider-tedetail .bInformation {
        font-size: 16px;
        line-height: 26px;
        margin: 40px 0 40px 0;
    }

    .left-info .slider-tedetail .btBtns a.dskbtn {
        font-size: 12px;
        font-weight: 600;
    }

    .btBtns a.simplebtn {
        margin: 30px auto 0;
        font-size: 15px;
    }

    .scroller {
        display: none;
    }

    .leftRight-arrow {
        width: 35%;
        padding: 0;
    }

    .bottomNavigation {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin: 10px 0 30px 0;
    }

    div#bottomSliderAb .owl-stage-outer {
        overflow: visible;
    }

    .bottom-thumbnail-slider {
        height: 57px;
    }

    .owl-carousel .owl-item .bottom-thumbnail-slider img {
        height: 25px;
        width: 60px;
    }

    .topslider-div {
        margin: 30px 0 0;
    }

    div#dskbazel:after {
        display: none;
    }

    div#preset_1395.yith-wcan-filters button.btn.btn-primary.yith-wcan-reset-filters.reset-filters, div#preset_46340.yith-wcan-filters button.btn.btn-primary.yith-wcan-reset-filters.reset-filters {
        position: absolute;
        bottom: 40px;
        align-self: start !important;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    #preset_717 .filters-container > form > button.btn.btn-primary.reset-filters.enhanced {
        width: 100%;
    }

    #preset_717 .filters-container > form > button.btn.btn-primary.apply-filters {
        width: 100%;
    }

    div#preset_1395.yith-wcan-filters button.btn.btn-primary.apply-filters, div#preset_46340.yith-wcan-filters button.btn.btn-primary.apply-filters {
        position: absolute;
        bottom: 40px;
        align-self: start !important;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }

    #preset_36660.yith-wcan-filters .yith-wcan-filter {
        width: 100%;
        padding: 0;
    }

    #preset_36660 form:after {
        display: none;
    }

    li.filter-item.checkbox > label > a {
        font-size: 16px;
        text-transform: capitalize;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #preset_1395.yith-wcan-filters .yith-wcan-filter.filter-orderby, #preset_36660.yith-wcan-filters .yith-wcan-filter.filter-orderby, #preset_46340.yith-wcan-filters .yith-wcan-filter.filter-orderby, #preset_36660.yith-wcan-filters .yith-wcan-filter.filter-orderby {
        padding: 0;
    }

    button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced, .yith-wcan-filters button.btn.btn-primary.apply-filters {
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    div#preset_36660 button.btn.btn-primary.apply-filters, div#preset_36660 button.btn.btn-primary.yith-wcan-reset-filters.reset-filters.enhanced {
        position: absolute;
    }

    #SR7_11_1 .uranus.sr7-arrows.sr7-leftarrow {
        transform: translate(10px, -85px) !important;
    }

    #SR7_11_1 .uranus.sr7-arrows.sr7-rightarrow {
        transform: translate(-10px, -85px) !important;
    }

    #SR7_11_1 .hermes.sr7-bullets {
        transform: translate(-139.5px, -45px) !important;
    }

    body .elementor-34 .theMenuX.fixedsa+.searchDiv {
        transform: translate(0px, 0px);
    }

    .dskMenu.openActive {
        height: calc(100vh - 125px);
    }

    .theMenuX.fixedsa .all-menu .lists {
        height: calc(100vh - 114px);
    }

    .all-menu .lists.active + .temps {
        padding-bottom: 0;
    }
	
	.theMenuX.fixedsa .all-menu {
    height: calc(100vh - 114px);
}

body.openMFixeds .dskMenu.openActive.fixx .theETemplate.active {
    height: calc(100vh - 114px);
}

body.openMFixeds .dskMenu.openActive.fixx .all-menu .lists.active + .temps {
    height: calc(100vh - 114px);
}

body.openMFixeds .dskMenu.openActive .all-menu {
    height: calc(100vh - 114px);
}

body.openMFixeds .dskMenu.openActive {
    height: calc(100vh - 114px);
}

body.openMFixeds .theMenuX {
    top: 114px !important;
}
}

@media only screen and (max-width: 767px) {
    #contact-sec .elementor-widget-icon-box {
        box-shadow: 0px 0px 17.7px -1px #00000026;
        border-radius: 5px;
    }

    .cont-para br {
        display: none;
    }

    .faq-con br {
        display: none;
    }

    .card_carousel_title br {
        display: none;
    }

    div#thumbnailGalleryDS.active {
        left: 0;
        bottom: 30px;
    }

    div#thumbnailGalleryDS span.thumbanil-item {
        width: 50px;
        height: 50px;
    }

    div#thumbnailGalleryDS {
        right: 0;
        left: 0;
        top: auto;
        bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: center;
        margin: 0 auto;
    }

    #yith-store-locator .wrapper-main-sections div#yith-sl-wrap-search-stores {
        max-width: 80%;
    }

    div#yith-sl-search-stores {
        width: 100%;
    }

    .filters-beside-map #yith-sl-wrap-search-bar {
        width: 100%;
    }

    div#yith-sl-main-filters-container {
        width: 80%;
    }

    #yith-sl-active-filters+#yith-sl-search-button {
        width: 80%;
    }

    .yith-sl-with-image #yith-sl-results .wrap-store-details {
        padding: 20px;
    }

    #yith-sl-results .store-info .store-name, .yith-sl-pin-modal .store-name {
        font-size: 14px;
        line-height: 1.4;
        margin: 0 0 20px 0;
    }

    #yith-sl-results .store-address, #yith-sl-results .store-description, .yith-sl-pin-modal .store-address {
        font-size: 12px;
        white-space: normal;
        padding: 0 0 0 30px;
        margin: 0 0 5px 0;
    }

    #yith-sl-results ul.store-contact li {
        font-size: 12px;
    }

    .yith-sl-with-image #yith-sl-results .wrap-store-details address.store-info .stre-business-hor {
        font-size: 12px;
        padding: 0 0 0 30px;
    }

    #yith-sl-results .store-address:before {
        font-size: 15px;
    }

    #yith-sl-results .store-contact:before {
        font-size: 15px;
    }

    .yith-sl-with-image #yith-sl-results .wrap-store-details address.store-info .stre-business-hor:after {
        font-size: 15px;
    }

    #yith-sl-results .store-contact {
        padding: 0 0 0 30px;
        margin: 0 0 5px 0;
    }

    .yith-sl-with-image #yith-sl-results .wrap-store-details address.store-info .stre-business-hor p {
        margin: 0;
    }

    div#wishlist-popup {
        right: -26px;
    }

    body .elementor-34 .theMenuX.fixedsa+.searchDiv {
        transform: translate(0px, 125px);
    }

    body .elementor-34 .searchDiv {
        transform: translate(0px, 125px);
    }

    .theMenuX.fixedsa + .searchDiv {
        transform: translate(0px, 125px);
    }
}
