/***************************************************
  Mixins Themes 
/***************************************************/


/* Mixin Normal*/


/* Mixin Clear */


/* Mixin Border */


/*background RGBA
============================================*/


/***************************************************
  Mixins RTL Themes 
/***************************************************/


/************************************ 
	Override Bootstrap 
*************************************/


/**
 * Web Application Prefix Apply For Making Owner Styles
 */


/**
 *   Blocks Layout Selectors 
 */


/***********************************************************************/


/* Title Block */

.page-home .ApColumn .title_block {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--theme-color-tertiary);
    margin-bottom: 0;
    text-align: right;
}

.rtl .page-home .ApColumn .title_block {
    text-align: left;
}

@media (max-width: 400px) {
    .page-home .ApColumn .title_block br {
        display: none;
    }
}

.sub-title-widget {
    padding: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.2222222;
    color: #000000;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .sub-title-widget {
        font-size: 28px;
    }
}

.title-ap-group {
    padding: 0;
    margin: 0.5rem 0 18px;
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
}

@media (max-width: 768px) {
    .title-ap-group {
        font-size: 35px;
    }
}

.container-large {
    max-width: 1680px;
    width: 100%;
    margin: 0 auto;
}

.bg-fullwidth {
    position: relative;
}

.bg-fullwidth:before {
    content: "";
    left: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    height: 100%;
    display: block;
    top: 0;
}

.block-toggler .title,
.footer-container .links .title {
    cursor: pointer;
    position: relative;
}

.block-toggler .title .collapse-icons .remove,
.footer-container .links .title .collapse-icons .remove {
    display: none;
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .add,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
    display: none;
}

.block-toggler .title[aria-expanded="true"] .collapse-icons .remove,
.footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
    display: block;
}

.block-toggler .navbar-toggler,
.footer-container .links .navbar-toggler {
    display: block;
    padding: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.rtl .block-toggler .navbar-toggler,
.rtl .footer-container .links .navbar-toggler {
    left: 0;
    right: auto;
}

.block-toggler .navbar-toggler i,
.footer-container .links .navbar-toggler i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

@media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse-icons,
    .footer-container .links.accordion_small_screen .collapse-icons {
        display: none;
    }
}

.block-toggler.accordion_small_screen .collapse,
.footer-container .links.accordion_small_screen .collapse {
    display: block;
}

@media (min-width: 768px) {
    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
        height: 100% !important;
    }
}

@media (max-width: 767px) {
    .block-toggler.accordion_small_screen .collapse,
    .footer-container .links.accordion_small_screen .collapse {
        display: none;
    }
    .block-toggler.accordion_small_screen .collapse.in,
    .footer-container .links.accordion_small_screen .collapse.in {
        display: block;
    }
}


/* Widget Alert */

.alert {
    text-align: left;
    margin-top: 15px;
    padding-left: 35px;
    position: relative;
    letter-spacing: 1px;
}

.rtl .alert {
    text-align: right;
}

.rtl .alert {
    padding-right: 35px;
    padding-left: inherit;
}

.alert:before {
    font-family: "FontAwesome";
    font-size: 14px;
    vertical-align: -2px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.rtl .alert:before {
    right: 15px;
    left: auto;
}

.alert.alert-success:before {
    content: "\f00c";
}

.alert.alert-warning:before {
    content: "\f071";
}

.alert.alert-info:before {
    content: "\f05a";
}

.alert.alert-danger:before {
    content: "\f00d";
}


/* Css Accordion */

.ap-accordion .in {
    display: block;
}

.ap-accordion .panel-group .panel-default .panel-title {
    border-top: 1px solid transparent;
    padding: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

.ap-accordion .panel-group .panel-default .panel-title .collapsed {
    display: block;
    font-weight: normal;
}

.ap-accordion .panel-default {
    border: 1px solid transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.ap-accordion .panel-default .panel-title {
    text-transform: none;
    background: #f0f0f0;
    position: relative;
    font-weight: normal;
}

.ap-accordion .panel-default .panel-title a:before {
    background: none;
    content: "arrow_drop_up";
    cursor: pointer;
    display: block;
    font-family: "Material Icons";
    font-size: 25px;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    width: auto;
}

.ap-accordion .panel-default .panel-title .collapsed:before {
    background: none;
    content: "arrow_drop_down";
    cursor: pointer;
    display: block;
    font-family: "Material Icons";
    font-size: 25px;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    width: auto;
}

.ap-accordion .panel-default .panel-heading {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
}

.ap-accordion .panel-default>.panel-heading+.panel-collapse .panel-body {
    border: 1px solid #f0f0f0;
}


/* Widget Tab */

.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
    border-bottom: 0px;
}

.tab-content,
.pill-content {
    position: relative;
}

.tab-content .tab-pane,
.tab-content .pill-pane,
.pill-content .tab-pane,
.pill-content .pill-pane {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.tab-content .active,
.pill-content .active {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
}

.tabs-below .nav-tabs {
    border-top: 1px solid #E1E1E1;
}

.tabs-below .nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below .nav-tabs>li>a {
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.rtl .tabs-below .nav-tabs>li>a {
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.tabs-below .nav-tabs>li>a:hover,
.tabs-below .nav-tabs>li>a:focus {
    border-top-color: #E1E1E1;
    border-bottom-color: transparent;
}

.tabs-below .nav-tabs>.active a,
.tabs-below .nav-tabs>.active a:hover,
.tabs-below .nav-tabs>.active a:focus {
    border-color: transparent #E1E1E1 #E1E1E1 #E1E1E1;
}

.tabs-left .nav-tabs>li,
.tabs-right .nav-tabs>li {
    float: none;
}

.tabs-left .nav-tabs>li>a,
.tabs-right .nav-tabs>li>a {
    min-width: 74px;
    margin-bottom: 3px;
    margin-right: 0;
}

.rtl .tabs-left .nav-tabs>li>a,
.rtl .tabs-right .nav-tabs>li>a {
    margin-left: 0;
    margin-right: inherit;
}

.tabs-left .nav-tabs {
    float: left;
    border-right: 1px solid #E1E1E1;
}

.rtl .tabs-left .nav-tabs {
    float: right;
}

.rtl .tabs-left .nav-tabs {
    border-left: 1px solid #E1E1E1;
    border-right: inherit;
}

.tabs-left .nav-tabs>li>a {
    margin-right: -1px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.rtl .tabs-left .nav-tabs>li>a {
    margin-left: -1px;
    margin-right: inherit;
}

.rtl .tabs-left .nav-tabs>li>a {
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.tabs-left .nav-tabs>li>a:hover,
.tabs-left .nav-tabs>li>a:focus {
    border-color: #eeeeee #E1E1E1 #eeeeee #eeeeee;
}

.tabs-left .nav-tabs .active>a,
.tabs-left .nav-tabs .active>a:hover,
.tabs-left .nav-tabs .active>a:focus {
    border-color: #E1E1E1 transparent #E1E1E1 #E1E1E1;
    *border-right-color: #FFFFFF;
}

.tabs-right .nav-tabs {
    float: right;
    border-left: 1px solid #E1E1E1;
}

.rtl .tabs-right .nav-tabs {
    float: left;
}

.rtl .tabs-right .nav-tabs {
    border-right: 1px solid #E1E1E1;
    border-left: inherit;
}

.tabs-right .nav-tabs>li>a {
    margin-left: -1px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.rtl .tabs-right .nav-tabs>li>a {
    margin-right: -1px;
    margin-left: inherit;
}

.rtl .tabs-right .nav-tabs>li>a {
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}

.tabs-right .nav-tabs>li>a:hover,
.tabs-right .nav-tabs>li>a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #E1E1E1;
}

.tabs-right .nav-tabs .active>a,
.tabs-right .nav-tabs .active a:hover,
.tabs-right .nav-tabs .active a:focus {
    border-color: #E1E1E1 #E1E1E1 #E1E1E1 transparent;
    *border-left-color: #ffffff;
}

.widget-tabs li {
    padding: 5px 8px;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.widget-tabs li a {
    color: var(--theme-color-secondary);
}

.widget-tabs li.active {
    border: 1px solid var(--theme-color-default);
}

.widget-tabs li.active a {
    color: var(--theme-color-default);
}

.block .nav-pills>li.active>a {
    position: relative;
}

.block .nav-pills>li.active>a:before {
    content: "\f0d7";
    position: absolute;
    bottom: -7px;
    height: 10px;
    line-height: 10px;
    font-family: "FontAwesome";
    color: var(--theme-color-default);
    font-size: 19px;
    z-index: 9;
    right: 50%;
    margin-right: -4px;
}

.rtl .block .nav-pills>li.active>a:before {
    left: 50%;
    right: auto;
}

.rtl .block .nav-pills>li.active>a:before {
    margin-left: -4px;
    margin-right: inherit;
}

.block .panel-group {
    margin-bottom: 0;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.nav-tabs>li {
    margin: 0 20px !important;
    border: none !important;
}

.nav-tabs>li>a {
    color: #666;
    border: none;
    border-radius: 0;
    padding: 0 !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    transition: 0.3s all ease-in-out;
    position: relative;
    border: none !important;
}

.nav-tabs>li>a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--theme-color-default);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    transition: 0.3s all ease-in-out;
}

.nav-tabs>li>a.active,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    color: var(--theme-color-default);
}

.nav-tabs>li>a.active::before,
.nav-tabs>li>a:hover::before,
.nav-tabs>li>a:focus::before {
    width: 50%;
}

.nav-tabs>li>a.active:hover,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a:hover:hover,
.nav-tabs>li>a:hover:focus,
.nav-tabs>li>a:focus:hover,
.nav-tabs>li>a:focus:focus {
    color: var(--theme-color-default);
}

.nav-tabs>li>a.active:hover::before,
.nav-tabs>li>a.active:focus::before,
.nav-tabs>li>a:hover:hover::before,
.nav-tabs>li>a:hover:focus::before,
.nav-tabs>li>a:focus:hover::before,
.nav-tabs>li>a:focus:focus::before {
    width: 50%;
}

@media (max-width: 480px) {
    .nav-tabs>li {
        margin: 0 10px !important;
    }
    .nav-tabs>li>a {
        font-size: 14px;
        line-height: 20px;
    }
}


/**
* Start for module ap_gmap
*/

div[id^="google-maps"] {
    position: relative;
}

div[id^="gmap-stores-list"] {
    overflow: auto !important;
}

div[id^="gmap-stores-list"]>ul {
    margin: 30px;
}

.display-list-store {
    background-color: #6cabd5;
    float: left;
}

.rtl .display-list-store {
    float: right;
}

.gmap-stores-content,
.gmap-content {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
}

.not-display-list-store .gmap-stores-content,
.not-display-list-store .gmap-content {
    width: 100%;
}

.gmap-cover {
    width: 100%;
}

.item-gmap-store {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.item-gmap-store:hover {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.item-gmap-store .icon-map-marker {
    margin-right: 6px;
    font-size: 120%;
}

.rtl .item-gmap-store .icon-map-marker {
    margin-left: 6px;
    margin-right: inherit;
}

.item-gmap-store text {
    font-size: 85%;
}


/**
* End for module ap_gmap
*/


/**
* Start for module ap_product_list
*/

.box-show-more a {
    background: #282d35;
    clear: both;
    text-align: center;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: none;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
}

.box-show-more a:hover {
    background-color: var(--theme-color-default);
}

.box-show-more a .fa {
    margin-left: 5px;
}

.rtl .box-show-more a .fa {
    margin-right: 5px;
    margin-left: inherit;
}

.box-show-more.open a {
    display: block;
}


/**
* End for module ap_product_list
*/


/**
* Start for module ap_image
*/

.ap_image .has-animation {
    opacity: 0;
    filter: alpha(opacity=0);
}

.ap_image .has-animation.animated {
    opacity: 1;
    filter: alpha(opacity=100);
}


/**
* End for module ap_image
*/


/**
* End for module ApFullSlider
*/

.full-slider .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
}

.full-slider .carousel-inner .item {
    width: 100%;
    height: 100%;
}

.full-slider .content-slider {
    position: absolute;
    top: 35%;
    color: #FFFFFF;
    left: 0;
    right: 0;
    text-align: center;
}

.full-slider .content-slider h3 {
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 400;
}

.full-slider .content-slider p {
    margin-top: 30px;
    background: #c70005;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
}

.full-slider .carousel-control {
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #121212;
    background-color: rgba(18, 18, 18, 0.52);
    zoom: 1;
    background-color: transparent\9;
}

.full-slider .carousel-control.left {
    left: 10px;
}

.rtl .full-slider .carousel-control.left {
    right: 10px;
    left: auto;
}

.full-slider .carousel-control.right {
    right: 10px;
}

.rtl .full-slider .carousel-control.right {
    left: 10px;
    right: auto;
}


/**
* Widget Video
*/

.embed-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-responsive iframe,
.embed-responsive object,
.embed-responsive embed {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0px;
}

.rtl .embed-responsive iframe,
.rtl .embed-responsive object,
.rtl .embed-responsive embed {
    right: 0px;
    left: auto;
}


/**
* Start for module ApFullSlider
*/

.cover-live-edit {
    width: 100%;
    border-top: 1px solid #E1E1E1;
}

.cover-live-edit .link-to-back-end {
    text-decoration: none;
    color: #FFFFFF;
    z-index: 9999;
    background-color: rgba(204, 153, 0, 0.5);
    padding: 5px;
    position: relative;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    box-shadow: 0 0 5px #bdbdbd;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cover-live-edit .link-to-back-end:hover {
    background-color: #00e676;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ap-cover-hook {
    border: 1px solid #E1E1E1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ap-cover-hook:hover {
    border: 1px dashed var(--theme-color-default);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/**
* End for module ApFullSlider
*/


/*
  Widget Manufacturers
*/

.manufacturers_block .owl-item.loading {
    min-height: 138px;
}

.manufacturers_block .image {
    text-align: center;
}

.manufacturers_block .image a {
    display: inline-block;
    vertical-align: top;
    opacity: 0.6;
}

.manufacturers_block .image a:hover {
    opacity: 1;
}


/*
  Widget Category Image
*/


/* Multi Image Product List */

.leo-more-info {
    background-color: #FFFFFF;
    position: absolute;
    z-index: 4000;
    top: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    right: 0px;
    float: left;
    text-align: left;
    padding: 5px 5px 10px 5px;
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.rtl .leo-more-info {
    left: 0px;
    right: auto;
}

.rtl .leo-more-info {
    float: right;
}

.rtl .leo-more-info {
    text-align: right;
}

.rtl .leo-more-info {
    padding: 5px 5px 10px 5px;
}

.leo-more-info .thumbs_list {
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 20px;
    float: left;
    width: 80px;
    height: 300px;
}

.rtl .leo-more-info .thumbs_list {
    float: right;
}

.leo-more-info .thumbs_list ul.thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
}

.rtl .leo-more-info .thumbs_list ul.thumbs_list_frame {
    padding-right: 0;
    padding-left: inherit;
}

.leo-more-info .thumbs_list li {
    cursor: pointer;
    float: left;
    width: 84px;
    height: 100px;
}

.rtl .leo-more-info .thumbs_list li {
    float: right;
}

.leo-more-info .thumbs_list li a {
    display: block;
    margin: 0 1px 2px;
    text-align: center;
}

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
    position: absolute;
    width: 15px;
    margin: auto;
    left: 0px;
    right: 0px;
}

.leo-more-info .view_scroll_right {
    bottom: 0px;
    margin-bottom: 5px;
}

.leo-more-info .view_scroll_left {
    margin-top: 5px;
}

.leo-more-over {
    position: relative;
    z-index: 0;
}

.leo-more-image {
    top: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
}

.rtl .leo-more-image {
    right: 0;
    left: auto;
}


/* Instagram Block */

.instagram-block .owl-item a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
}

.instagram-block .owl-item a:before {
    content: "\f16d";
    font-family: "FontAwesome";
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 2;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.instagram-block .owl-item a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    z-index: 1;
}

.instagram-block .owl-item a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.instagram-block .owl-item a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.instagram-block .owl-item a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.instagram-block .link-instagram {
    margin: 0;
}

.ApInstagram .block_content {
    margin: 0 -15px;
}

@media (max-width: 1199px) {
    .col-xs,
    .col-xs-2-4,
    .col-xs-4-8,
    .col-xs-7-2,
    .col-xs-9-6,
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm,
    .col-sm-2-4,
    .col-sm-4-8,
    .col-sm-7-2,
    .col-sm-9-6,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md,
    .col-md-2-4,
    .col-md-4-8,
    .col-md-7-2,
    .col-md-9-6,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg,
    .col-lg-2-4,
    .col-lg-4-8,
    .col-lg-7-2,
    .col-lg-9-6,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-xl,
    .col-xl-2-4,
    .col-xl-4-8,
    .col-xl-7-2,
    .col-xl-9-6,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .owl-carousel .owl-item {
        padding: 0 15px;
    }
    .owl-row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .ApInstagram .block_content {
        margin: 0 -15px;
    }
}


/* end max 1199px */

@media (max-width: 991px) {
    .page-home .box-slider {
        margin-bottom: 20px;
    }
}

#content-wrapper .sitemap {
    padding-bottom: 30px;
}

#content-wrapper .sitemap h2 {
    margin: 0 0 20px;
    font-weight: 500;
}

#content-wrapper .sitemap li a {
    display: block;
    padding: 5px 0;
    color: #888;
}

#content-wrapper .sitemap li a:hover {
    color: var(--theme-color-default);
}

#pagenotfound .page-not-found {
    text-align: center;
    box-shadow: none;
    padding: 30px;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 40px;
}

#pagenotfound .page-not-found .image-404 {
    margin-bottom: 40px;
}

#pagenotfound .page-not-found h1 {
    font-weight: 400;
    font-size: 100px;
    margin: 0 0 10px 0;
    color: #ff847b;
}

#pagenotfound .page-not-found .btn {
    background: #282828;
    color: #fff;
    border: 0;
    padding: 20px 25px;
    margin-top: 40px;
}

#pagenotfound .page-not-found .btn:hover {
    background: var(--theme-color-default);
    color: #fff;
}


/*update CART*/

#checkout #content>.row>div {
    position: relative;
}

#checkout #content>.row>div.col-lg-8,
#checkout #content>.row>div.col-md-8 {
    padding-top: 100px;
}

body#checkout section.checkout-step {
    box-shadow: none;
    border: 0;
    padding: 0;
    outline: none;
    background: none;
}

body#checkout section.checkout-step#checkout-personal-information-step .content {
    padding: 0;
}

body#checkout section.checkout-step#checkout-personal-information-step .content>p {
    padding: 0 30px;
}

body#checkout section.checkout-step#checkout-personal-information-step .content>p:first-child {
    padding-top: 30px;
}

body#checkout section.checkout-step#checkout-personal-information-step .content>p:last-child {
    padding-bottom: 20px;
}

body#checkout section.checkout-step .content {
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    position: static;
}

body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    font-size: 10px;
    line-height: 30px;
    width: 25%;
    text-align: center;
    padding: 30px 5px;
    color: #999;
    opacity: 1;
    letter-spacing: 0;
    font-weight: 500;
}

@media (max-width: 1199px) {
    body#checkout section.checkout-step .step-title {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    body#checkout section.checkout-step .step-title {
        font-size: 10px;
        line-height: 20px;
    }
}

body#checkout section.checkout-step .step-title:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 100%;
    height: 2px;
    background: #ccc;
    left: 50%;
}

.rtl body#checkout section.checkout-step .step-title:before {
    right: 50%;
    left: auto;
}

body#checkout section.checkout-step .step-title .step-number {
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: #ccc;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -14px;
}

body#checkout section.checkout-step.js-current-step .step-title {
    color: #000;
}

body#checkout section.checkout-step.js-current-step .step-title .step-number {
    background: #000;
}

body#checkout section.checkout-step:last-child .step-title:before {
    display: none;
}

body#checkout section.checkout-step:nth-child(1) .step-title {
    left: 0;
    z-index: 1;
}

.rtl body#checkout section.checkout-step:nth-child(1) .step-title {
    right: 0;
    left: auto;
}

body#checkout section.checkout-step:nth-child(2) .step-title {
    left: 25%;
    z-index: 2;
}

.rtl body#checkout section.checkout-step:nth-child(2) .step-title {
    right: 25%;
    left: auto;
}

body#checkout section.checkout-step:nth-child(3) .step-title {
    left: 50%;
    z-index: 3;
}

.rtl body#checkout section.checkout-step:nth-child(3) .step-title {
    right: 50%;
    left: auto;
}

body#checkout section.checkout-step:nth-child(4) .step-title {
    left: 75%;
    z-index: 4;
}

.rtl body#checkout section.checkout-step:nth-child(4) .step-title {
    right: 75%;
    left: auto;
}

.cart-grid .card {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
    padding: 0;
}

#js-checkout-summary,
section.js-current-step {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    margin: 0 0 20px;
    padding: 0;
}

#block-reassurance {
    background-color: #fff;
    padding: 20px;
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    border-radius: 0;
    border: 1px solid #e1e1e1;
    border-top-width: 3px;
    margin: 0 0 20px;
    padding: 0;
}

#block-reassurance ul {
    margin: 0;
}

#block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#block-reassurance li:last-child {
    border: 0;
}

#block-reassurance li .block-reassurance-item {
    padding: 15px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

#block-reassurance li .block-reassurance-item img {
    opacity: 0.7;
    width: 25px;
    position: static;
    margin: 0 10px 0 0;
    height: auto;
}

.rtl #block-reassurance li .block-reassurance-item img {
    margin: 0 0 0 10px;
}

#block-reassurance li .block-reassurance-item span {
    font-size: 12px;
    line-height: 20px;
    color: #888;
}

#checkout #checkout-personal-information-step .nav {
    margin: 0 !important;
}

#checkout #checkout-personal-information-step .nav:after {
    content: "";
    display: block;
    clear: both;
}

#checkout #checkout-personal-information-step .nav .nav-item {
    width: 50%;
    float: left;
    margin: 0;
    border-right: 1px solid #e1e1e1;
}

.rtl #checkout #checkout-personal-information-step .nav .nav-item {
    float: right;
}

.rtl #checkout #checkout-personal-information-step .nav .nav-item {
    border-left: 1px solid #e1e1e1;
    border-right: inherit;
}

#checkout #checkout-personal-information-step .nav .nav-item:nth-child(2) {
    display: none;
}

#checkout #checkout-personal-information-step .nav .nav-item:last-child {
    border: 0 !important;
}

#checkout #checkout-personal-information-step .nav .nav-item .nav-link {
    display: block;
    line-height: 20px;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    color: #ccc;
    font-weight: 500;
}

#checkout #checkout-personal-information-step .nav .nav-item .nav-link.active {
    color: #282828;
    border-color: transparent;
}

#checkout #checkout-personal-information-step .nav .nav-item .nav-link:hover {
    color: #282828;
}

#checkout #checkout-personal-information-step .tab-content {
    padding: 20px;
}

#checkout #checkout-personal-information-step .tab-content .form-control {
    padding: 8px 15px;
    border: 1px solid #e1e1e1;
    height: 40px;
    color: #999;
    background-color: #fff;
    border-color: #e1e1e1;
    border-radius: 0;
    width: 100%;
}

#checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
    padding: 8px 50px 8px 15px;
}

.rtl #checkout #checkout-personal-information-step .tab-content .form-control.js-visible-password {
    padding: 8px 15px 8px 50px;
}

#checkout #checkout-personal-information-step .tab-content .form-control:focus {
    outline: 0;
    border-color: #282828;
}

body#checkout [data-action="show-password"] {
    background: none;
    color: #888;
    height: 40px;
    border-radius: 0;
    margin: 0 -1px;
}

body#checkout [data-action="show-password"]:hover {
    color: #282828;
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #login-form,
body#checkout section.checkout-step #invoice-address {
    margin: 0;
}

body#checkout section.checkout-step #customer-form .form-control-comment,
body#checkout section.checkout-step #login-form .form-control-comment,
body#checkout section.checkout-step #invoice-address .form-control-comment {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #ccc;
}

.rtl body#checkout section.checkout-step #customer-form .form-control-comment,
.rtl body#checkout section.checkout-step #login-form .form-control-comment,
.rtl body#checkout section.checkout-step #invoice-address .form-control-comment {
    text-align: left;
}

@media (min-width: 768px) {
    body#checkout section.checkout-step #customer-form .form-group>.col-md-6,
    body#checkout section.checkout-step #login-form .form-group>.col-md-6,
    body#checkout section.checkout-step #invoice-address .form-group>.col-md-6 {
        width: 75%;
    }
}

body#checkout section.checkout-step #customer-form .input-group-btn,
body#checkout section.checkout-step #login-form .input-group-btn,
body#checkout section.checkout-step #invoice-address .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 4;
}

.rtl body#checkout section.checkout-step #customer-form .input-group-btn,
.rtl body#checkout section.checkout-step #login-form .input-group-btn,
.rtl body#checkout section.checkout-step #invoice-address .input-group-btn {
    left: 0;
    right: auto;
}

body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"],
body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"],
body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"] {
    font-size: 0;
}

body#checkout section.checkout-step #customer-form .input-group-btn .btn[data-action="show-password"]:before,
body#checkout section.checkout-step #login-form .input-group-btn .btn[data-action="show-password"]:before,
body#checkout section.checkout-step #invoice-address .input-group-btn .btn[data-action="show-password"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    content: "\F06E";
    font-size: 17px;
}

body#checkout section.checkout-step #customer-form input[type="text"]+.input-group-btn .btn[data-action="show-password"]:before,
body#checkout section.checkout-step #login-form input[type="text"]+.input-group-btn .btn[data-action="show-password"]:before,
body#checkout section.checkout-step #invoice-address input[type="text"]+.input-group-btn .btn[data-action="show-password"]:before {
    content: "\f070";
}

body#checkout .custom-checkbox input[type="checkbox"],
body#checkout .custom-checkbox input[type="radio"] {
    width: 16px;
    height: 16px;
    z-index: 3;
}

body#checkout .custom-checkbox input[type="checkbox"]+span,
body#checkout .custom-checkbox input[type="radio"]+span {
    width: 16px;
    height: 16px;
}

body#checkout .custom-checkbox input[type="checkbox"]+span .checkbox-checked,
body#checkout .custom-checkbox input[type="radio"]+span .checkbox-checked {
    font-size: 13px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 50%;
    margin-left: -14px;
    background: #4caf50;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
}

body#checkout section.checkout-step.-reachable.-complete .step-title:before {
    background: #4caf50;
}

body#checkout .custom-checkbox em {
    width: auto;
}

.input-group.focus {
    outline: 0;
}

body#checkout section.checkout-step .form-footer {
    margin: 30px 0 10px;
}

body#checkout section.checkout-step .form-footer button.btn {
    float: none !important;
    min-width: 50%;
}

body#checkout section.checkout-step .forgot-password {
    margin: 0 !important;
    text-align: center;
}

body#checkout .custom-checkbox em {
    color: #ccc;
}

body#checkout .custom-radio {
    border: #888 1px solid;
    width: 16px;
    height: 16px;
    vertical-align: top;
}

body#checkout .custom-radio input[type="radio"] {
    width: 14px;
    height: 14px;
}

body#checkout .custom-radio input[type="radio"]:checked+span {
    width: 10px;
    height: 10px;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    position: absolute;
    margin: 0 0 0 -15px !important;
    width: 30px;
    height: 30px;
    text-align: center;
    left: 50%;
    top: -30px;
    font-size: 0;
    display: none;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #282828 !important;
}

body#checkout section.checkout-step .address-selector {
    display: block;
}

body#checkout section.checkout-step .address-selector hr {
    border: 0;
}

body#checkout section.checkout-step .address-item.selected {
    border: #282828 1px solid;
}

body#checkout section.checkout-step .address-item .radio-block {
    display: block;
}

body#checkout section.checkout-step .address-item .custom-radio {
    border: #888 1px solid;
    width: 16px;
    height: 16px;
    vertical-align: -7px;
}

body#checkout section.checkout-step .address-item .address-alias {
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 5px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
}

body#checkout section.checkout-step .address-item .address {
    line-height: 1.5;
    font-size: 12px;
}

#checkout-personal-information-step.-complete .content .clearfix {
    padding: 20px;
}

body#checkout section.checkout-step .address-footer {
    text-align: right;
}

.rtl body#checkout section.checkout-step .address-footer {
    text-align: left;
}

body#checkout section.checkout-step .address-footer .text-muted {
    padding: 6px 10px 5px;
    font-size: 12px;
    color: #282828 !important;
    border: 2px solid #282828;
    text-transform: uppercase;
    line-height: 20px;
    transition: all 0.4s;
}

body#checkout section.checkout-step .address-footer .text-muted .material-icons {
    display: none;
}

body#checkout section.checkout-step .address-footer .text-muted.edit-address:hover {
    background: #282828;
    color: #fff !important;
}

body#checkout section.checkout-step .address-footer .text-muted.delete-address {
    background: #282828;
    color: #fff !important;
}

body#checkout section.checkout-step .address-footer .text-muted.delete-address:hover {
    background: #fff;
    color: #282828 !important;
}

@media (min-width: 768px) {
    section.checkout-step #delivery-address .form-fields .form-group>.col-md-6 {
        width: 75%;
    }
}

@media (min-width: 768px) {
    section.checkout-step #delivery-address .form-fields .form-group>.col-md-3:last-child {
        width: 100%;
    }
}

body#checkout section.checkout-step .add-address a {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
}

body#checkout section.checkout-step .add-address a .material-icons {
    background: #292929;
    color: #fff;
    margin: 0 5px 0 0;
    vertical-align: -2px;
}

.rtl body#checkout section.checkout-step .add-address a .material-icons {
    margin: 0 0 0 5px;
}

body#checkout section.checkout-step .add-address a:hover {
    color: var(--theme-color-default);
}

body#checkout section.checkout-step .add-address a:hover .material-icons {
    background: var(--theme-color-default);
}

#payment-confirmation {
    text-align: center;
}

.btn-outline,
.btn,
.btn-primary {
    position: relative;
    border-radius: 0;
    background: #292929;
    padding: 15px 30px;
    line-height: 20px;
    border: 0;
    transition: all 0.4s;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.btn-outline.btn-nobackground,
.btn.btn-nobackground,
.btn-primary.btn-nobackground {
    background: none;
    color: #373737;
    border: 1px solid #373737;
}

.btn-outline.btn-nobackground:hover,
.btn-outline.btn-nobackground:focus,
.btn.btn-nobackground:hover,
.btn.btn-nobackground:focus,
.btn-primary.btn-nobackground:hover,
.btn-primary.btn-nobackground:focus {
    background: var(--theme-color-default);
    border-color: var(--theme-color-default);
    color: #fff;
}

.btn-outline.btn-small,
.btn.btn-small,
.btn-primary.btn-small {
    padding: 5px 15px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
    background: var(--theme-color-default);
    color: #fff;
}

.btn-outline.bg-white,
.btn.bg-white,
.btn-primary.bg-white {
    background: #fff;
    color: #373737;
}

.btn-outline.bg-white:hover,
.btn.bg-white:hover,
.btn-primary.bg-white:hover {
    background: var(--theme-color-default);
    color: #fff;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.btn-secondary:active:hover,
.btn-tertiary:active:hover,
.btn-secondary:active:focus,
.btn-tertiary:active:focus,
.btn-secondary:active.focus,
.btn-tertiary:active.focus,
.btn-secondary.active:hover,
.active.btn-tertiary:hover,
.btn-secondary.active:focus,
.active.btn-tertiary:focus,
.btn-secondary.active.focus,
.active.focus.btn-tertiary {
    background: var(--theme-color-default);
    color: #fff;
}

label[for="delivery_message"] {
    font-size: 13px;
}

textarea#delivery_message {
    width: 100%;
    height: 100px;
    margin: 5px 0;
    border: 1px solid #ddd;
    padding: 10px;
}

textarea#delivery_message:focus {
    border-color: #282828;
    outline: none;
}

#conditions-to-approve #cta-terms-and-conditions-1 {
    font-weight: normal;
}

.condition-label a {
    text-decoration: underline;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 10px;
}

.rtl body#checkout section.checkout-step .payment-options .custom-radio {
    margin-left: 10px;
    margin-right: inherit;
}

body#checkout .condition-label {
    margin-left: 30px;
}

.rtl body#checkout .condition-label {
    margin-right: 30px;
    margin-left: inherit;
}

body#checkout #order-summary-content h4.black {
    color: #444;
    font-size: 13px;
    text-transform: uppercase;
}

body#checkout #order-summary-content .col-md-12>h4.black {
    font-size: 16px;
    color: #333;
}

.definition-list dl dd,
.definition-list dl dt {
    width: 49%;
}

body#checkout #order-summary-content h4.h4 {
    color: #444;
    font-size: 14px;
    text-transform: uppercase;
}

body#checkout #order-summary-content #order-items h3.h3 {
    color: #444;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

body#checkout #order-summary-content #order-items h3.h3.card-title {
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 500;
}

#payment-confirmation button[type="submit"] {
    width: 100%;
}

.card {
    border-radius: 0;
}

#content-hook_order_confirmation {
    text-align: center;
}

#content-hook_order_confirmation {
    text-align: center;
    color: #999;
}

#content-hook_order_confirmation .card-title {
    font-size: 16px;
    margin: 0 0 20px;
}

#content-hook_order_confirmation .card-title i {
    vertical-align: -4px;
    margin-right: 15px;
}

.rtl #content-hook_order_confirmation .card-title i {
    margin-left: 15px;
    margin-right: inherit;
}

#content-hook_order_confirmation .card-block {
    padding: 30px 15px;
}

#content-hook_order_confirmation p {
    margin: 0;
}

h5.aeuc_scart {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
}

@media (min-width: 768px) {
    #order-confirmation #order-items {
        width: 66.66%;
        padding: 30px;
        border: 0;
    }
    #order-confirmation .page-order-confirmation .card-block {
        padding: 0;
    }
    #order-confirmation .page-order-confirmation .card-block>.row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #order-confirmation #order-details {
        padding: 30px;
        border-left: 1px solid #dfdfdf;
    }
}

.card {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
}

#content-hook_payment_return {
    line-height: 1.35;
    margin: 0 0 50px;
}

#cart-summary-product-list .media {
    margin-bottom: 15px;
}

#cart-summary-product-list .media .media-left {
    min-width: 60px;
}

#order-details>.card-title {
    font-size: 14px;
}

.cart-grid-body .card-block.cart-summary-subtotals-container {
    padding: 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.cart-summary-line:last-child {
    margin: 0;
}

#order-items hr {
    border-top-color: #e1e1e1;
}

h5.modal-title {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    color: #363535;
}

h5.modal-title a {
    color: #000;
}

h5.modal-title a:hover {
    color: var(--theme-color-default);
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.login-form button[data-action="show-password"] {
    font-size: 0 !important;
    color: #ccc !important;
    background: none !important;
    border: 0 !important;
}

.login-form button[data-action="show-password"]:hover {
    color: #000 !important;
}

.login-form button[data-action="show-password"]:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    content: "\f070";
    font-size: 17px;
}

.login-form input[type="text"]+span button[data-action="show-password"]:before {
    content: "\f06e";
}

.register-form>p {
    text-align: center;
}

.register-form .custom-checkbox {
    display: block;
    position: relative;
}

.register-form .custom-checkbox input[type="checkbox"],
.register-form .custom-checkbox>span {
    position: absolute;
    top: 0;
    left: 0;
}

.rtl .register-form .custom-checkbox input[type="checkbox"],
.rtl .register-form .custom-checkbox>span {
    right: 0;
    left: auto;
}

.register-form .form-control-valign .radio-inline {
    margin: 10px 15px 0 0;
    display: inline-flex;
    align-items: center;
    gap: 0 10px;
}

.rtl .register-form .form-control-valign .radio-inline {
    margin: 10px 0 0 15px;
}

.register-form .input-group-btn {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
}

.rtl .register-form .input-group-btn {
    left: 0px;
    right: auto;
}

.register-form .input-group-btn .btn {
    font-size: 0;
    color: #ccc !important;
    background: none !important;
    border: 0;
}

.register-form .input-group-btn .btn:hover {
    color: #222 !important;
}

.register-form .input-group-btn .btn:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    line-height: 1;
    content: "\f070";
    font-size: 17px;
}

.register-form input[type="text"]+.input-group-btn .btn:before {
    content: "\f06e";
}

.register-form .form-footer {
    text-align: center;
}

.register-form .form-footer .form-control-submit {
    float: none !important;
    min-width: 200px;
}


/*end update CART*/

.hidden,
.hide {
    display: none;
}

body#order-confirmation .product_list .ajax_block_product {
    clear: none;
}

@media (min-width: 992px) {
    body#order-confirmation .product_list .ajax_block_product {
        width: 25%;
    }
    body#order-confirmation .product_list .ajax_block_product:nth-child(4n + 1) {
        clear: both;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body#order-confirmation .product_list .ajax_block_product {
        width: 25%;
    }
    body#order-confirmation .product_list .ajax_block_product:nth-child(4n + 1) {
        clear: both;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    body#order-confirmation .product_list .ajax_block_product {
        width: 33.3333%;
    }
    body#order-confirmation .product_list .ajax_block_product:nth-child(3n + 1) {
        clear: both;
    }
}

@media (max-width: 480px) {
    body#order-confirmation .product_list .ajax_block_product {
        width: 50%;
    }
    body#order-confirmation .product_list .ajax_block_product:nth-child(2n + 1) {
        clear: both;
    }
}

#js-product-list>.up {
    display: none;
}

@media (max-width: 991px) {
    .leo-megamenu.disable-canvas .navbar-nav>li.active>a,
    .leo-megamenu.disable-canvas .navbar-nav>li:hover>a,
    .leo-megamenu.disable-canvas .navbar-nav>li:focus>a {
        color: #fff;
    }
    .leo-megamenu.disable-canvas .navbar-nav>li>a {
        color: #fff;
    }
    .leo-megamenu.disable-canvas .dropdown-menu li a {
        color: #999;
    }
    .leo-megamenu.disable-canvas .dropdown-menu li a:hover {
        color: #fff;
    }
    .leo-megamenu.disable-canvas .leo-megamenu .dropdown-menu {
        color: #999;
        background: #21212a;
    }
    .leo-megamenu.disable-canvas .dropdown-menu div.menu-title {
        margin: 10px 0 0;
        padding: 0;
    }
    .leo-megamenu.disable-canvas .widget-raw-html {
        margin: 0;
    }
    .leo-megamenu.disable-canvas .leo-top-menu {
        left: 18px;
        right: 18px;
    }
}


/*end max 991*/

.leo-fly-cart-slidebar .leo-dropdown-cart-subtotals {
    display: none !important;
}

.leo-fly-cart-slidebar .leo-dropdown-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    height: 115px;
}

@media (min-width: 568px) {
    .leo-fly-cart-slidebar .leo-dropdown-total,
    .leo-fly-cart-slidebar .leo-cart-dropdown-action {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        text-align: center;
    }
}

.leo-fly-cart-slidebar .leo-dropdown-total .col-xl-6,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .col-xl-6 {
    width: 100%;
    padding: 0 8px;
}

.leo-fly-cart-slidebar .leo-dropdown-total .value,
.leo-fly-cart-slidebar .leo-dropdown-total .label,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .value,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .label {
    display: block;
    width: 100%;
    text-align: center;
}

.leo-fly-cart-slidebar .leo-dropdown-total .label,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .label {
    font-size: 20px;
    color: #000;
}

.leo-fly-cart-slidebar .leo-dropdown-total .value,
.leo-fly-cart-slidebar .leo-cart-dropdown-action .value {
    font-size: 20px;
    font-weight: 700;
}

body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 10px 10px 0 0;
}

.rtl body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 10px 0 0 10px;
}

#content.card-block>hr {
    display: none;
}

.form-group {
    margin-bottom: 20px;
}

#authentication .login-form .row>.col-md-3,
#authentication .login-form .row>.col-md-6,
#authentication .register-form .row>.col-md-3,
#authentication .register-form .row>.col-md-6 {
    width: 100%;
    text-align: left;
    padding-top: 0;
}

.rtl #authentication .login-form .row>.col-md-3,
.rtl #authentication .login-form .row>.col-md-6,
.rtl #authentication .register-form .row>.col-md-3,
.rtl #authentication .register-form .row>.col-md-6 {
    text-align: right;
}

#authentication .login-form .form-footer .btn,
#authentication .register-form .form-footer .btn {
    margin: 0 0 20px;
}

#authentication .page-header>h1 {
    font-weight: 500;
}

textarea.form-control {
    border: 1px solid #e5e5e5;
}

#blog-localengine .btn[name="submitcomment"] {
    width: 100%;
}

.modal-footer .btn {
    margin: 1px;
    min-height: 40px;
    min-width: 150px;
}

@media (max-width: 480px) {
    .modal-footer .btn {
        min-width: 120px;
    }
}

.modal-open {
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: auto;
}

.ui-autocomplete {
    z-index: 99999;
    border-radius: 0;
    border-top: 0;
    border-color: #000;
    padding: 10px 0;
}

.ui-autocomplete .ui-menu-item {
    list-style: none;
    border-radius: 0;
}

.ui-autocomplete .ui-menu-item a {
    padding: 5px 15px;
    border-radius: 0;
    font-size: 12px;
}

.ui-autocomplete .ui-menu-item a:hover {
    background: #000;
    color: #fff;
}

.ui-autocomplete .ui-menu-item a .separator {
    display: none;
}

#content.page-not-found {
    text-align: center;
}

#main>h1 {
    font-weight: 500;
    font-size: 36px;
    color: #262626;
}

@media (min-width: 992px) {
    body .off-canvas-nav-megamenu {
        display: none;
    }
}

#category-products>.item,
#category-products2>.item {
    float: left;
    padding: 0 15px;
    width: 25%;
    display: none;
}

@media (max-width: 991px) {
    #category-products>.item,
    #category-products2>.item {
        width: 33.333%;
    }
}

@media (max-width: 767px) {
    #category-products>.item,
    #category-products2>.item {
        width: 50%;
    }
}

@media (max-width: 480px) {
    #category-products>.item,
    #category-products2>.item {
        width: 100%;
    }
}

#category-products>.item:nth-child(1),
#category-products>.item:nth-child(2),
#category-products>.item:nth-child(3),
#category-products>.item:nth-child(4),
#category-products2>.item:nth-child(1),
#category-products2>.item:nth-child(2),
#category-products2>.item:nth-child(3),
#category-products2>.item:nth-child(4) {
    display: block;
}

@media (max-width: 991px) {
    #category-products>.item:nth-child(4),
    #category-products2>.item:nth-child(4) {
        display: none;
    }
}

@media (max-width: 767px) {
    #category-products>.item:nth-child(3),
    #category-products2>.item:nth-child(3) {
        display: none;
    }
}

@media (max-width: 480px) {
    #category-products>.item:nth-child(2),
    #category-products2>.item:nth-child(2) {
        display: none;
    }
}


/*UPDATE HOME CSS*/

.leo-remove-from-cart {
    transition: all 0.4s;
}

.leo-remove-from-cart:hover {
    transform: rotate(90deg);
}

.blog-container {
    position: relative;
}

.blog-container:after {
    content: "";
    display: block;
    clear: both;
}

.blog-container .left-block {
    text-align: center;
}

.blog-container .blog_img_link img {
    width: 100%;
}

.blog-container .right-block {
    background: #fff;
}

.blog-container .blog-date .created,
.blog-container .blog-date .date {
    display: block;
}

.blog-container .blog-date .date span {
    font-size: 12px;
    line-height: 1.26;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000000;
    text-transform: uppercase;
}

.blog-container .blog-title {
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    font-weight: 400;
    text-transform: capitalize;
    overflow: hidden;
}

.blog-container .blog-title a {
    color: #000000;
    display: block;
}

.blog-container .blog-title a:hover {
    color: var(--theme-color-default);
}

.blog-container .author {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
}

.blog-container .blog-desc p {
    margin: 0 0 7px;
}

.blog-container .link-readmore {
    display: inline-block;
    padding: 9px 20px;
    background-color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: 0.4s all ease-in-out;
}

.blog-container .link-readmore::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-weight: 600;
    line-height: 22px;
}

.rtl .blog-container .link-readmore::after {
    margin-right: 10px;
    margin-left: inherit;
}

[dir] .blog-container .link-readmore::after {
    content: "\f104";
}

.blog-container .link-readmore:hover {
    background-color: var(--theme-color-default);
}

.blog-container .blog-meta {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
}

.blog-container .blog-meta .cat a {
    color: var(--theme-color-default);
}

.blog-container .blog-meta .nbcomment {
    color: #999;
    display: inline-block;
}

.blog-container .blog-meta .nbcomment::before {
    content: "/";
}

.footer-container {
    font-size: 15px;
}

.footer-container .ApHtml .block_content>h4 {
    font-size: 13px;
    margin: 0 0 27px;
    text-transform: uppercase;
}

.footer-container .ApHtml .block_content>h4:not(:first-child) {
    margin: 30px 0 20px;
}

.footer-container .ApHtml p {
    margin: 10px 0;
}

.leo-remove-from-cart i.material-icons:before {
    content: "\e646";
    font-family: "themify";
}

.modal-header .close {
    margin-top: 0px;
    opacity: 1;
}

.modal-header button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 0;
    text-align: center;
    transition: all 0.4s;
}

.modal-header button span {
    display: none;
}

.modal-header button:before {
    font-size: 14px;
    content: "\e646";
    font-family: "themify";
    font-weight: 400;
}

.modal-header button:hover {
    transform: rotate(90deg);
}

#header {
    background: #fff;
}

.navbar-fixed-top {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.ApQuicklogin {
    white-space: nowrap;
    padding: 0 10px;
}

.ApQuicklogin>a {
    position: relative;
    vertical-align: top;
    height: 80px;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 11px;
}

.ApQuicklogin>a span {
    display: block !important;
}

@media (max-width: 767px) {
    .ApQuicklogin>a span {
        display: none !important;
    }
}

.ApQuicklogin>a:before {
    content: "";
    width: 12px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 50%;
    right: -6px;
}

.rtl .ApQuicklogin>a:before {
    left: -6px;
    right: auto;
}

.ApQuicklogin>a i {
    display: none;
}

@media (max-width: 767px) {
    .ApQuicklogin>a i {
        display: inline-block;
    }
}

.header-nav {
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .fancybox-inner .block_newsletter {
        background: none;
        height: auto;
        padding: 0 !important;
        min-height: 200px;
    }
    .fancybox-inner .block_newsletter .title_block {
        font-size: 20px;
        letter-spacing: 0px;
        text-align: center;
        text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    }
    .fancybox-wrap .turnoff-popup-wrapper {
        position: static;
    }
}

.ApSlideShow {
    min-height: 133px;
}

@media (min-width: 768px) {
    .ApSlideShow {
        min-height: 320px;
    }
}

@media (min-width: 992px) {
    .ApSlideShow {
        min-height: 410px;
    }
}

@media (min-width: 1200px) {
    .ApSlideShow {
        min-height: 500px;
    }
}

.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block {
    background: #f11d22;
}

.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,
.continue.btn:hover,
.continue.btn:focus,
button.btn.btn-primary.center-block:hover,
button.btn.btn-primary.center-block:focus {
    background: #cc1115;
}

@media (min-width: 1200px) {
    .boxe-protabs {
        min-height: 600px;
    }
    .box-slide {
        min-height: 450px;
    }
    .box-products,
    .box-blog {
        min-height: 400px;
    }
}

.timeline-wrapper.clearfix {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.timeline-wrapper .timeline-parent {
    width: 100%;
    margin: auto;
}

.timeline-wrapper .timeline-item {
    border: 0;
    padding: 10px 0;
}

.timeline-wrapper.prepare>.timeline-parent {
    display: none;
    padding: 0 15px;
}

@media (min-width: 992px) {
    .timeline-wrapper.prepare>.timeline-parent:nth-child(1),
    .timeline-wrapper.prepare>.timeline-parent:nth-child(2),
    .timeline-wrapper.prepare>.timeline-parent:nth-child(3),
    .timeline-wrapper.prepare>.timeline-parent:nth-child(4) {
        display: block;
    }
}

.hide-loading .timeline-wrapper {
    display: none !important;
}

#checkout .box-top .col-info #_desktop_cart .header a:after,
#checkout .box-top .col-info #_desktop_cart .header a:before {
    display: none;
}


/*end UPDATE HOME CSS*/

.leo-dropdown-bottom .leo-dropdown-cart-total {
    width: 100%;
}

.leo-dropdown-bottom .leo-dropdown-cart-total .value {
    font-weight: 500;
}


/*end UPDATE HOME CSS*/

.quickview .product-cover img {
    width: 100%;
}

.product-actions .product-variants {
    display: block;
}

.product-variants>.product-variants-item .color,
.product-variants>.product-variants-item .input-color {
    width: 30px;
    height: 30px;
    border-width: 2px;
    vertical-align: top;
}

.product-variants>.product-variants-item .input-color {
    z-index: 1;
}

.product-variants>.product-variants-item .color:before {
    content: "\f00c";
    font-family: "FontAwesome";
    position: absolute;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 26px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease 0s;
    z-index: 2;
}

.product-variants>.product-variants-item .color[style*="#fffff"]:before {
    color: inherit;
}

.product-variants>.product-variants-item .input-color:checked+span:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.product-variants>.product-variants-item .color .sr-only {
    background: #000;
    width: auto;
    height: auto;
    padding: 2px 10px;
    clip: inherit;
    color: #fff;
    font-size: 12px;
    overflow: inherit;
    visibility: hidden;
    border-radius: 3px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.product-variants>.product-variants-item .color .sr-only:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 7px solid #000;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -5px;
    left: 6px;
}

.product-variants>.product-variants-item .input-color:hover+.color .sr-only {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-variants>.product-variants-item .color {
    border: 1px solid #e1e1e1;
    width: 30px;
    height: 30px;
    padding: 2px;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    box-shadow: none;
}

.product-information .radio-label {
    padding: 6px 13px;
}

.product-variants>.product-variants-item .input-color:checked+span,
.product-variants>.product-variants-item .input-color:hover+span {
    border-color: #000000;
}

.quickview .product-thumb-images .slick-list .slick-slide {
    padding: 5px 0;
}

@media (max-width: 567px) {
    .leo-fly-cart-slidebar.slidebar_bottom .leo-cart-dropdown-action {
        width: 100%;
        min-width: 100%;
    }
}

.leo-megamenu .navbar-nav li a>.sub-title,
.off-canvas-nav-megamenu .navbar-nav li a>.sub-title {
    position: absolute;
    background: var(--theme-color-secondary);
    color: #fff;
    height: 16px;
    line-height: 18px;
    font-size: 10px;
    padding: 0 5px;
    bottom: 50%;
    left: 50%;
    margin-bottom: 10px;
    margin-left: 12px;
    border-radius: 2px;
    font-weight: normal;
}

@media (min-width: 992px) {
    .box-listdetail {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.box-listdetail .leo-widget {
    padding: 0 10px;
}

@media (max-width: 991px) {
    .box-listdetail .leo-widget {
        padding: 0 2px;
        width: 48%;
        float: left;
        margin: 0 1% 5px;
    }
    .box-listdetail .leo-widget:nth-child(2n + 1) {
        clear: both;
    }
}

.box-listdetail .leo-widget a {
    display: block;
    padding: 5px;
    border: 1px solid #eee;
}

.box-listdetail .leo-widget a:hover {
    border: 1px solid #444;
}

.page-cms img {
    max-width: 100%;
    height: auto;
}


/*update css menu*/

.off-canvas-active>#page {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.off-canvas-nav-megamenu {
    -webkit-transform: translate(0, 0) scale(0, 1);
    -moz-transform: translate(0, 0) scale(0, 1);
    -ms-transform: translate(0, 0) scale(0, 1);
    -o-transform: translate(0, 0) scale(0, 1);
    transform: translate(0, 0) scale(0, 1);
    left: 0;
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}

.off-canvas-active>.off-canvas-nav-megamenu.active {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
}

.off-canvas-nav-megamenu .offcanvas-mainnav {
    left: 0;
}

.rtl .off-canvas-nav-megamenu .offcanvas-mainnav {
    right: 0;
    left: auto;
}


/*end update css menu*/

#blockcart-modal .cart-content a.btn,
.product-add-to-cart .product-quantity .add-to-cart,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout,
.continue.btn,
button.btn.btn-primary.center-block,
.checkout.cart-detailed-actions.card-block .btn {
    background: #000;
    color: #fff;
}

#blockcart-modal .cart-content a.btn:hover,
#blockcart-modal .cart-content a.btn:focus,
.product-add-to-cart .product-quantity .add-to-cart:hover,
.product-add-to-cart .product-quantity .add-to-cart:focus,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:hover,
.leo-cart-dropdown-action a.btn.cart-dropdow-checkout:focus,
.continue.btn:hover,
.continue.btn:focus,
button.btn.btn-primary.center-block:hover,
button.btn.btn-primary.center-block:focus,
.checkout.cart-detailed-actions.card-block .btn:hover,
.checkout.cart-detailed-actions.card-block .btn:focus {
    background: var(--theme-color-default);
}

.checkout.cart-detailed-actions.card-block .btn {
    letter-spacing: 0.1em;
}

.product-line-actions .qty>input.js-cart-line-product-quantity {
    max-width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    padding: 10px;
}

#content-hook-order-confirmation-footer .featured-products {
    margin-bottom: 30px;
}

.card-block strong,
.card-block .font-weight-bold,
.card-block .aeuc_scart a,
.card-block .product-name {
    color: #333;
}

.order-confirmation-table .font-weight-bold {
    color: #333;
}

#checkout .box-top .col-info #_desktop_cart .header a:after,
#checkout .box-top .col-info #_desktop_cart .header a:before {
    display: none;
}

#registration-form .card-block>h4 {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}


/*update product image more infor*/

.owl-carousel .owl-item {
    position: relative;
}

.owl-carousel .owl-item:hover {
    z-index: 9;
}

.leo-more-info .thumbs_list li a img {
    max-width: 100%;
}

.leo-more-info .thumbs_list {
    margin-top: 35px;
}

.leo-more-info .thumbs_list li a {
    margin: 0;
}

.leo-more-info .thumbs_list li {
    padding: 5px;
    width: 80px;
}

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
    width: 100%;
    text-align: center;
}

.owl-item.active.last .thumbnail-container .leo-more-info {
    left: 0;
    right: auto;
}

.owl-item.active.last .thumbnail-container:hover .leo-more-info {
    width: 90px;
    opacity: 1;
    filter: alpha(opacity=100);
    right: auto;
    left: -90px;
}

@media (max-width: 1439px) {
    .leo-more-info .thumbs_list {
        margin-top: 15px;
        margin-bottom: 15px;
        height: 300px;
    }
    .leo-more-info .view_scroll_left {
        margin-top: 0px;
    }
}

@media (max-width: 991px) {
    .leo-more-info {
        display: none;
    }
}

.product-variants>.product-variants-item select {
    width: auto;
}


/*end update product image more infor*/

.leoquicklogin-cssload-speeding-wheel {
    width: 20px;
    height: 20px;
}

@media (max-width: 767px) {
    .leo-modal-review .new_review_form_content {
        text-align: left;
    }
    .rtl .leo-modal-review .new_review_form_content {
        text-align: right;
    }
    .leo-modal-review .product-info {
        width: 40%;
        display: none;
    }
    .leo-modal-review .new_review_form_content {
        width: 100%;
    }
    #blockcart-modal .divide-right {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }
    #blockcart-modal .divide-right>.row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #blockcart-modal .product-image {
        max-width: 100px;
    }
    #blockcart-modal .product-name {
        font-size: 16px;
    }
    #blockcart-modal .cart-products-count {
        font-size: 14px;
    }
    #blockcart-modal p {
        margin-bottom: 10px;
    }
    #blockcart-modal .cart-content-btn {
        margin-top: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    #blockcart-modal .cart-content-btn .btn {
        width: 50%;
        padding: 10px 15px;
    }
    #blockcart-modal .cart-content-btn .btn i {
        display: none;
    }
}

@media (max-width: 767px) and (max-width: 480px) {
    #blockcart-modal .cart-content-btn {
        display: block;
    }
    #blockcart-modal .cart-content-btn .btn {
        width: 100%;
        margin: 10px 0 0;
    }
}

.box-faqpage {
    font-size: 13px;
    font-weight: 400;
}

.box-faqpage .block-toggler .navbar-toggler {
    top: 13px;
    right: 20px;
}

.box-faqpage .ApColumn .block {
    margin-bottom: 10px;
}

.box-faqpage .ApHtml .title_block {
    background: #f3f3f3;
    padding: 18px 30px;
    font-size: 14px;
    margin: 0;
    color: #666;
    line-height: 1.5;
    text-transform: none;
    font-weight: normal;
}

.box-faqpage .ApHtml .title_block:hover {
    background: #e7e7e7;
}

.box-faqpage .ApHtml .block_content {
    padding: 10px 0;
}

.box-faqpage .ApHtml .block_content:after {
    content: "";
    display: block;
    clear: both;
}

.box-faqpage .ApHtml .title[aria-expanded="true"] {
    color: #fff;
}

.box-faqpage .ApHtml .title[aria-expanded="true"] .title_block {
    background: #272727;
    color: #fff;
}

.product-detail .leo-more-cdown ul {
    margin: 20px 0;
}

.box-outteam .ApColumn .block {
    margin-bottom: 30px;
}

.box-outteam .ApImage {
    position: relative;
}

.box-outteam .ApImage .image_description {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    padding: 20px;
    font-size: 13px;
    line-height: 1.75;
    opacity: 0;
    transition: all 0.2s;
    overflow: hidden;
}

.box-outteam .ApImage .image_description strong {
    color: #222;
}

.box-outteam .ApImage .image_description p {
    margin: 0 0 5px;
}

@media (max-width: 1199px) {
    .box-outteam .ApImage .image_description p:last-child {
        display: none;
    }
}

.box-outteam .ApImage:hover .image_description {
    opacity: 1;
}

.leo-pro-attr-section .leo-bt-select-attr {
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 25px 10px 15px;
    position: relative;
    text-align: left;
    margin: 5px 0;
}

.rtl .leo-pro-attr-section .leo-bt-select-attr {
    padding: 10px 15px 10px 25px;
}

.rtl .leo-pro-attr-section .leo-bt-select-attr {
    text-align: right;
}

.leo-pro-attr-section .leo-bt-select-attr:after {
    position: absolute;
    top: 18px;
    right: 15px;
}

.rtl .leo-pro-attr-section .leo-bt-select-attr:after {
    left: 15px;
    right: auto;
}

.thumbnail-container .leo_cart_quantity {
    margin: 5px 0;
}

.delivery-options img {
    max-width: 40px;
    height: auto;
}


/*fix leo-more-cdown in product detail*/

.category-products .owl-item.active+.active+.active+.active .leo-more-info,
.product-accessories .owl-item.active+.active+.active+.active .leo-more-info {
    right: auto;
    left: 0;
}

.category-products .owl-item.active+.active+.active+.active .thumbnail-container:hover .leo-more-info,
.product-accessories .owl-item.active+.active+.active+.active .thumbnail-container:hover .leo-more-info {
    right: auto;
    left: -90px;
}

#subcategories {
    margin: 20px 0 0;
}

.block-category.card {
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.block-category.card h1 {
    margin: 0 0 10px;
    font-size: 2em;
}

.block-category.card .category-cover img {
    max-width: 100%;
}

.page-heading {
    margin: 0 0 20px;
}

@media (max-width: 1920px) {
    .box-padding800 .ApSlideShow {
        min-height: 20vw;
    }
}

@media (max-width: 767px) {
    .tabs-left .tab-content {
        width: 100%;
        float: none;
    }
}

.tabs-left .nav-tabs {
    border: 0;
}

@media (max-width: 767px) {
    .tabs-left .nav-tabs {
        width: 100%;
        float: none;
    }
}

.tabs-left .nav-tabs>li {
    margin: 0;
}

.tabs-left .nav-tabs>li>a {
    margin: 0;
    border: 0;
    border-bottom: 1px solid #ddd !important;
    padding: 15px 15px 15px 40px;
    position: relative;
    border-radius: 0;
    text-transform: capitalize;
    background: none;
}

.tabs-left .nav-tabs>li>a:hover,
.tabs-left .nav-tabs>li>a.active {
    color: #000;
}

.tabs-left .nav-tabs>li>a:hover:before,
.tabs-left .nav-tabs>li>a.active:before {
    background: #000;
}

.tabs-left .nav-tabs>li>a.active {
    font-weight: 600;
}

.tabs-left .nav-tabs>li>a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eee;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover {
    color: var(--theme-color-default);
}


/* style currency & language selector*/

.currency-selector>a>span:not(.hidden),
.language-selector-wrapper>a>span:not(.hidden) {
    font-size: 14px;
    line-height: 22px;
    color: var(--theme-color-secondary);
    transition: 0.1s all ease-in-out;
    text-transform: none;
}

.currency-selector>a:hover>span:not(.hidden),
.language-selector-wrapper>a:hover>span:not(.hidden) {
    color: var(--theme-color-default);
}

.currency-selector>i,
.language-selector-wrapper>i {
    font-size: 12px;
    font-weight: 600;
}

.btn-link {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    position: relative;
    color: #FFFFFF;
}

.btn-link::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: -1px;
    transition: 0.3s all ease-in-out;
}

.btn-link::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 22px;
    margin-left: 10px;
    vertical-align: -1px;
}

.rtl .btn-link::after {
    margin-right: 10px;
    margin-left: inherit;
}

[dir] .btn-link::after {
    content: "\f104";
}

.btn-link:hover {
    border: none;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-link:hover::before {
    width: 100%;
}

.link-primary {
    display: inline-flex;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
    align-items: center;
    position: relative;
    transition: 0.3s all ease-in-out;
}

.link-primary::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 600;
    margin-left: 10px;
}

.rtl .link-primary::after {
    margin-right: 10px;
    margin-left: inherit;
}

[dir] .link-primary::after {
    content: "\f104";
}

.link-primary::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--theme-color-default);
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.4s all ease-in-out;
}

.rtl .link-primary::before {
    right: 0;
    left: auto;
}

.link-primary:hover::before {
    width: 100%;
}

.pd-top {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pd-top {
        padding-top: 50px;
    }
}

.pd-bottom2 {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .pd-bottom2 {
        padding-bottom: 30px;
    }
}

.pd-bottom {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pd-bottom {
        padding-bottom: 50px;
    }
}

.mg-top60 {
    margin-top: 60px;
}

.box-nav2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 14px;
}

.box-nav2 .title-nav2 {
    font-size: 14px;
    line-height: 21px;
    color: var(--theme-color-secondary);
    text-align: center;
}

.box-nav2 .block-social li:hover {
    color: #000;
}

.nav2-selector {
    display: flex;
    justify-content: flex-end;
}

.nav2-selector .language-selector-wrapper {
    margin-left: 30px;
}

.rtl .nav2-selector .language-selector-wrapper {
    margin-right: 30px;
    margin-left: inherit;
}

.box-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.col-menu {
    text-align: center;
    position: initial;
}

[dir] .col-menu {
    position: initial;
}

.col-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.col-info>div {
    margin-left: 20px;
    position: relative;
}

.rtl .col-info>div {
    margin-right: 20px;
    margin-left: inherit;
}

#leo_search_block_top {
    line-height: 1;
}

#leo_search_block_top .title_block {
    display: inline-block;
    font-size: 0;
    margin-bottom: 0;
    cursor: pointer;
}

#leo_search_block_top .title_block::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s all ease-in-out;
}

#leo_search_block_top .title_block:hover::before {
    color: var(--theme-color-default);
}

#leo_search_block_top #leosearchtopbox {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: 0.3s all ease-in-out;
    z-index: 2;
}

.rtl #leo_search_block_top #leosearchtopbox {
    left: 0;
    right: auto;
}

#leo_search_block_top #leosearchtopbox #leo_search_top_button {
    background-color: transparent;
}

#leo_search_block_top #leosearchtopbox #leo_search_top_button i {
    color: #000000;
    margin-top: 3px;
}

#leo_search_block_top #leosearchtopbox #leo_search_top_button i::before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
}

#leo_search_block_top #leosearchtopbox #leo_search_top_button:hover i,
#leo_search_block_top #leosearchtopbox #leo_search_top_button:focus i {
    color: var(--theme-color-default);
}

#leo_search_block_top.active #leosearchtopbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

#leo_search_block_top.active .title_block::before {
    content: "\f00d";
    font-weight: 500;
}

@media (max-width: 480px) {
    #leo_search_block_top {
        position: initial;
    }
    #leo_search_block_top #leosearchtopbox {
        right: 15px;
    }
    .rtl #leo_search_block_top #leosearchtopbox {
        left: 15px;
        right: auto;
    }
}

@media (max-width: 400px) {
    #leo_search_block_top #leosearchtopbox {
        width: calc(100vw - 30px);
    }
}

#leo_block_top>a {
    line-height: 1;
}

#leo_block_top>a>i {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

#leo_block_top>a>i::before {
    content: "\f007";
}

#leo_block_top>a:hover>i {
    color: var(--theme-color-default);
}

#_desktop_cart .header {
    line-height: 1;
    cursor: pointer;
}

#_desktop_cart .header i.fa-shopping-bag {
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

#_desktop_cart .header i.fa-shopping-bag::before {
    content: "\f290";
}

#_desktop_cart:hover .header>i {
    color: var(--theme-color-default);
}

.header-button-wishlist {
    line-height: 1;
}

.ap-btn-wishlist {
    line-height: 1;
    display: inline-block;
}

.ap-btn-wishlist i {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

.ap-btn-wishlist:hover i {
    color: var(--theme-color-default);
}

.ap-btn-wishlist .ap-total-wishlist,
#_desktop_cart .cart-products-count {
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-color-default);
    color: #FFFFFF;
    position: absolute;
    top: -8px;
    right: -8px;
}

.rtl .ap-btn-wishlist .ap-total-wishlist,
.rtl #_desktop_cart .cart-products-count {
    left: -8px;
    right: auto;
}

.box-navfull {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

.box-navfull p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.box-navfull a {
    margin-left: 20px;
}

.rtl .box-navfull a {
    margin-right: 20px;
    margin-left: inherit;
}

@media (max-width: 991px) and (min-width: 481px) {
    .col-menu {
        order: -1;
        text-align: left;
    }
    .rtl .col-menu {
        text-align: right;
    }
    .col-logo {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .box-nav2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .nav2-center {
        display: none;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .box-top {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .col-logo {
        flex: 1;
        text-align: left;
    }
    .rtl .col-logo {
        text-align: right;
    }
    .col-menu {
        width: fit-content;
    }
}

@media (max-width: 575px) {
    .box-navfull {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .box-navfull p {
        font-size: 12px;
        line-height: 19px;
        font-weight: 600;
    }
}

@media (max-width: 480px) {
    .box-top {
        gap: 10px 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .col-logo {
        text-align: center;
    }
    .col-menu {
        width: fit-content;
        padding-right: 0;
    }
    .col-info {
        flex: 1;
    }
}

.box-slide .title-slide {
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.box-slide .title-slide .caption-contain {
    display: flex;
    align-items: center;
}

.box-slide .title-slide span {
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #000000;
    margin-right: 20px;
}

.rtl .box-slide .title-slide span {
    margin-left: 20px;
    margin-right: inherit;
}

.box-slide .sub-slide {
    line-height: 72px;
    text-transform: capitalize;
}

.box-slide .slide2_box {
    text-align: left;
}

.box-slide .slide2_box .sub2-slide {
    line-height: 80px;
    font-size: 72px;
    color: #000;
    margin-top: 10px;
}

.box-slide .slide2_box .text-slide {
    font-size: 16px;
    color: #000;
    margin-top: 26px;
}

.box-slide .slide2_box .title-slide {
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
}

[dir] .box-slide .slide2_box .title-slide {
    justify-content: flex-end;
}

.box-slide .slide3_box {
    text-align: left;
}

.box-slide .slide3_box .title-slide {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.box-slide .slide3_box .fashion {
    font-size: 144px;
    color: #000;
    line-height: 100px;
    margin-bottom: 20px;
}

.box-slide .slide3_box .text-slide {
    font-size: 18px;
    color: #000;
}

.box-slide .sub2-slide {
    line-height: 80px;
}

.box-slide .sub3-slide {
    line-height: 104px;
    text-transform: none;
}

.box-slide .list_cate_slide.c-black ul a {
    color: #000000;
}

.box-slide .list_cate_slide.c-black ul a:hover {
    color: var(--theme-color-default);
}

.box-slide .list_cate_slide ul {
    margin: 0;
    display: flex;
    gap: 0 50px;
}

.box-slide .list_cate_slide ul a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    transition: 0.2s all ease-in-out;
}

.box-slide .list_cate_slide ul li:hover a {
    color: var(--theme-color-default);
}

.box-slide .sub6-slide {
    line-height: 104px;
    text-transform: capitalize;
}

.box-slide .text-slide {
    line-height: 26px;
    text-transform: none;
}

.box-slide .text-slide span {
    font-weight: 700;
    text-transform: uppercase;
}

.box-slide .text3-slide {
    line-height: 24px;
    text-transform: none;
}

.box-slide .text6-slide {
    line-height: 44px;
    text-transform: none;
}

.box-slide .btn-slide.b-mobile .caption-contain {
    font-size: 16px;
}

.box-slide .btn-slide .caption-contain {
    display: inline-block;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    background-color: #FFFFFF;
    text-transform: capitalize;
    transition: all 0.25s 0.08333333s;
    position: relative;
}

.box-slide .btn-slide .caption-contain i {
    font-weight: 600;
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
}

.rtl .box-slide .btn-slide .caption-contain i {
    margin-right: 10px;
    margin-left: inherit;
}

.box-slide .btn-slide .caption-contain::after,
.box-slide .btn-slide .caption-contain::before {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.box-slide .btn-slide .caption-contain::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.box-slide .btn-slide .caption-contain::after {
    border-top-width: 2px;
    border-right-width: 2px;
}

.box-slide .btn-slide .caption-contain:hover {
    color: var(--theme-color-default);
}

.box-slide .btn-slide .caption-contain:hover::before,
.box-slide .btn-slide .caption-contain:hover::after {
    border-color: var(--theme-color-default);
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.box-slide .btn-slide .caption-contain:hover::before {
    transition-delay: 0s, 0s, 0.25s;
}

.box-slide .btn-slide .caption-contain:hover::after {
    transition-delay: 0s, 0.25s, 0s;
}

.box-slide .btn-slide.bg-color .caption-contain {
    color: #FFFFFF;
    background-color: var(--theme-color-default);
}

.box-slide .btn-slide.bg-color .caption-contain:hover::before,
.box-slide .btn-slide.bg-color .caption-contain:hover::after {
    border-color: #FFFFFF;
}

.box-slide .btn-slide.c-black .caption-contain {
    color: #FFFFFF;
    background-color: #000000;
}

.box-slide .btn-slide.c-black .caption-contain:hover::before,
.box-slide .btn-slide.c-black .caption-contain:hover::after {
    border-color: var(--theme-color-default);
}

.box-slide .t-center {
    left: 50% !important;
    transform: translateX(-50%);
    text-align: center;
}

.box-slide .text-fashion {
    font-family: var(--font-family-tertiary);
    line-height: 1;
}

.box-slide .tran-50 {
    transform: translateX(-50%);
}

.box-slide .sub4-slide {
    text-align: center;
    line-height: 80px;
    text-transform: none;
    font-weight: 400;
}

.box-slide .circle .caption-contain {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50%;
    background-color: var(--theme-color-default);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box-slide .circle .caption-contain>span:first-child {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
}

.box-slide .circle .caption-contain>span:last-child {
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
    font-weight: 400;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.box-slide .rotate_slide img {
    animation: rotation 15s infinite linear;
}

.box-banner .banner_1 {
    max-width: 600px;
}

@media (min-width: 1200px) {
    .box-banner .banner_1 {
        margin-right: 30px;
    }
}

.box-banner .banner_2 {
    max-width: 489px;
    margin-right: 0;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .box-banner .banner_2 {
        margin-right: 30px;
    }
}

.box-banner .banner_1,
.box-banner .banner_2,
.box-banner .banner_3 {
    position: relative;
    overflow: hidden;
}

.box-banner .banner_1 img,
.box-banner .banner_2 img,
.box-banner .banner_3 img {
    transition: 0.4s all ease-in-out;
}

.box-banner .banner_1:hover img,
.box-banner .banner_2:hover img,
.box-banner .banner_3:hover img {
    transform: scale(1.05);
}

.box-banner .banner_1 .image_description,
.box-banner .banner_2 .image_description,
.box-banner .banner_3 .image_description {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) and (min-width: 768px) {
    .box-banner .banner_1 .image_description,
    .box-banner .banner_2 .image_description,
    .box-banner .banner_3 .image_description {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .box-banner .banner_1 .image_description,
    .box-banner .banner_2 .image_description,
    .box-banner .banner_3 .image_description {
        padding: 20px;
    }
}

.box-banner .banner-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
    letter-spacing: 0;
}

.banner-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
    transition: 0.2s all ease-in-out;
    position: relative;
}

.banner-link::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 600;
    margin-left: 10px;
}

.rtl .banner-link::after {
    margin-right: 10px;
    margin-left: inherit;
}

[dir] .banner-link::after {
    content: "\f104";
}

.banner-link::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.4s all ease-in-out;
}

.rtl .banner-link::before {
    right: 0;
    left: auto;
}

.banner-link:hover {
    color: #FFFFFF;
}

.banner-link:hover::before {
    width: 100%;
}

.box-banner-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px 0;
}

.box-banner-left .sub-title-widget {
    margin-left: 30px;
}

.rtl .box-banner-left .sub-title-widget {
    margin-right: 30px;
    margin-left: inherit;
}

@media (max-width: 991px) {
    .box-banner-left {
        gap: 30px;
    }
    .box-banner-left .sub-title-widget {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .box-banner-left {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .box-banner-left {
        justify-content: center;
    }
}

@media (max-width: 400px) {
    .box-banner-left {
        gap: 15px 0;
        margin-bottom: 15px;
    }
    .box-banner-left .sub-title-widget {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .rtl .box-banner-left .sub-title-widget {
        margin-right: 0;
        margin-left: inherit;
    }
    .box-banner-left .title_block {
        text-align: center !important;
    }
}

.fashion {
    font-family: var(--font-family-tertiary);
    font-size: 144px;
    line-height: 1;
    text-transform: capitalize;
    color: #000000;
}

@media (max-width: 991px) {
    .fashion {
        font-size: 120px;
    }
}

@media (max-width: 400px) {
    .fashion {
        font-size: 100px;
    }
}

.banner_item {
    text-align: center;
    margin-top: 100px;
}

.banner_item .block_content .title {
    margin-bottom: 8px;
}

.banner_item .block_content p {
    margin-bottom: 20px;
    color: var(--theme-color-secondary);
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .banner_item {
        margin-top: 50px;
    }
}

@media (max-width: 480px) {
    .banner_item {
        margin-top: 30px;
    }
}

.box-support .image {
    text-align: center;
}

.box-support .descript>span {
    font-size: 44px;
    color: #000000;
}

.box-support .descript>p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.box-support .title {
    margin-top: 18px;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
}

.box-tabs {
    padding-bottom: 80px;
    text-align: center;
}

@media (max-width: 991px) {
    .box-tabs {
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .box-tabs {
        padding-bottom: 10px;
    }
}

.box-tabs .item article:last-child .thumbnail-container {
    margin-bottom: 0;
}

.box-tabs .sub-title-widget {
    text-align: center;
    margin-bottom: 20px;
}

.box-tabs .nav-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.box-lookbook {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lookbook_image {
    position: relative;
    text-align: center;
    padding: 200px 0;
    background-color: #fffaf2;
}

.lookbook_image img {
    max-width: 500px;
}

.lookbook_image.bg-2 {
    background-color: #fef1f0;
}

@media (max-width: 767px) {
    .lookbook_image.bg-2 {
        order: -1;
    }
}

.lookbook_image .b-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
}

.rtl .lookbook_image .b-item {
    left: 0;
    right: auto;
}

.lookbook_image .b-item2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 31.875%;
}

.rtl .lookbook_image .b-item2 {
    left: 0;
    right: auto;
}

@media (max-width: 991px) {
    .lookbook_image .fashion {
        font-size: 100px;
    }
}

@media (max-width: 480px) {
    .lookbook_image .fashion {
        font-size: 80px;
    }
}

.lookbook_image .image_description {
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    transform: translate(0, 50%);
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .lookbook_image {
        padding: 150px 50px;
    }
    .lookbook_image .image_description {
        bottom: 150px;
    }
}

@media (max-width: 575px) {
    .lookbook_image {
        padding: 100px 50px;
    }
    .lookbook_image .image_description {
        bottom: 100px;
    }
}

.lookbook_product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}

.lookbook_product .products_block {
    margin-top: 60px;
    width: 100%;
}

.lookbook_product .products_block .block_content {
    max-width: 300px;
    margin: 0 auto;
}

.lookbook_product .thumbnail-container {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .lookbook_product {
        padding: 50px 15px 30px;
    }
}

@media (max-width: 480px) {
    .lookbook_product .sub-title-widget {
        width: 100%;
        text-align: center;
    }
    .lookbook_product .sub-title-widget br {
        display: none;
    }
    .lookbook_product .title_block {
        text-align: center !important;
    }
    .lookbook_product .products_block {
        margin-top: 30px;
    }
}

.box-arrivals {
    text-align: center;
}

.box-arrivals .sub-title-widget {
    margin-bottom: 10px;
}

.box-arrivals .title {
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    .box-arrivals .title {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .box-manu {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.box-blog .sub-title-widget {
    text-align: center;
    margin-bottom: 10px;
}

.box-blog .text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
}

.box-blog .blog-date {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #FFFFFF;
    color: #000000;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
    padding: 7px 14px;
    line-height: 1;
}

.box-blog .blog-date .date {
    display: flex;
    gap: 0 12px;
}

.box-blog .blog-date .date span:not(:last-child) {
    position: relative;
}

.box-blog .blog-date .date span:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -8px;
    color: #E1E1E1;
}

.box-blog .blog-date .b-month {
    order: -1;
}

.box-blog .blog-image-container {
    position: relative;
    max-height: 280px;
    overflow: hidden;
}

.box-blog .blog-image-container::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.box-blog .blog-image-container:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.box-blog .blog-image-container img {
    transition: 0.4s;
}

.box-blog .blog-image-container:hover img {
    scale: 1.1;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.box-blog .right-block {
    margin-top: 20px;
}

.box-blog .blog-meta {
    margin-bottom: 8px;
}

.box-blog .blog-title {
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
}

.box-blog .blog-title::before {
    content: "";
    width: 80px;
    height: 1px;
    background-color: var(--theme-color-default);
    position: absolute;
    left: 0;
    bottom: 0;
}

.rtl .box-blog .blog-title::before {
    right: 0;
    left: auto;
}

.box-blog .author {
    margin-bottom: 30px;
}

.box-newsletter {
    text-align: center;
}

.box-newsletter.border-top {
    position: relative;
}

.box-newsletter.border-top::before {
    content: '';
    width: 100vw;
    height: 1px;
    background-color: #E1E1E1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.box-newsletter .sub-title-widget {
    margin-bottom: 20px;
    padding: 0 15px;
}

.box-newsletter .sub-title-widget span {
    color: var(--theme-color-default);
}

.box-newsletter .col-conditions {
    margin: 0;
    display: none;
}

.box-newsletter .col-form {
    width: 100%;
}

.box-newsletter #block-newsletter-label,
.box-newsletter .col-conditions>p {
    display: none;
}

.box-newsletter .input-wrapper {
    position: relative;
    max-width: 740px;
    margin: 0 auto;
}

.box-newsletter .input-wrapper>button {
    position: absolute;
    right: 30px;
    top: 0;
}

.rtl .box-newsletter .input-wrapper>button {
    left: 30px;
    right: auto;
}

@media (max-width: 480px) {
    .box-newsletter .input-wrapper>button {
        right: 15px;
    }
    .rtl .box-newsletter .input-wrapper>button {
        left: 15px;
        right: auto;
    }
}

.box-newsletter .alert {
    max-width: 740px;
    margin: 0 auto 10px;
}

.box-insta .owl-item {
    padding: 0;
}

.box-insta .instagram-block .block_content {
    margin: 0;
}

.box-banner2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 172px;
    position: relative;
}

.box-banner2 .t-left,
.box-banner2 .t-right {
    padding-bottom: 52px;
}

.box-banner2 .t-left .block,
.box-banner2 .t-right .block {
    max-width: 480px;
    position: relative;
    overflow: hidden;
}

.box-banner2 .t-left .block img,
.box-banner2 .t-right .block img {
    transition: 0.4s all ease-in-out;
}

.box-banner2 .t-left .block:hover img,
.box-banner2 .t-right .block:hover img {
    transform: scale(1.05);
}

.box-banner2 .t-left .image_description,
.box-banner2 .t-right .image_description {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
    text-align: left;
}

.box-banner2 .t-left .image_description .banner-title,
.box-banner2 .t-right .image_description .banner-title {
    margin-bottom: 3px;
}

.box-banner2 .t-left .image_description .banner-sub,
.box-banner2 .t-right .image_description .banner-sub {
    margin-bottom: 30px;
}

.box-banner2 .t-right .block {
    margin-right: 0;
    margin-left: auto;
}

.box-banner2 .t-center .block.image_ct {
    text-align: center;
    position: relative;
}

.box-banner2 .t-center .video {
    display: none;
}

.box-banner2 .t-center .image_ct .image_description {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    left: 0;
    right: 0;
}

.box-banner2 .t-center .image_ct img {
    max-width: 500px;
}

.box-banner2 .t-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 30px;
}

.box-banner2 .t-left .block {
    margin-top: 60px;
}

.box-banner2 .image-item {
    position: absolute;
    bottom: 0;
    right: 0;
    width: fit-content;
    padding: 0;
    z-index: 1;
}

@media (min-width: 1680px) {
    .box-banner2 .image-item {
        right: calc(calc(100vw - 1680px) / -2);
    }
}

.box-banner2 .image_rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.box-banner2 .image_rotate:hover img {
    animation: rotation 8s infinite linear;
}

.box-banner2 .image_rotate .image_description {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.box-banner2 .image_rotate .image_description p {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.box-banner2 .image_rotate .image_description p i {
    font-family: "FontAwesome";
}

.box-banner2 .image_rotate .image_description p:hover {
    color: var(--theme-color-default);
}

@media (max-width: 1400px) and (min-width: 992px) {
    .box-banner2 {
        padding-bottom: 100px;
        padding-top: 50px;
    }
    .box-banner2 .sub-title-widget {
        font-size: 30px;
    }
    .box-banner2 .t-left .block {
        margin-top: 30px;
    }
    .box-banner2 .fashion {
        font-size: 100px;
    }
    .box-banner2 .t-left .image_description,
    .box-banner2 .t-right .image_description {
        bottom: 30px;
        left: 30px;
        right: 30px;
        z-index: 2;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .box-banner2 {
        padding-bottom: 100px;
    }
    .box-banner2 .t-center {
        order: 2;
    }
}

@media (max-width: 767px) {
    .box-banner2 {
        padding-bottom: 50px;
    }
    .box-banner2 .t-left {
        padding-bottom: 50px;
        justify-content: center;
    }
    .box-banner2 .t-left .block {
        margin-top: 30px;
    }
    .box-banner2 .t-right {
        padding-bottom: 0;
        padding-top: 50px;
    }
    .box-banner2 .t-right .block {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .box-banner2 .t-center .image_ct .image_description {
        transform: translateY(0);
    }
    .box-banner2 .t-left {
        padding-bottom: 30px;
    }
    .box-banner2 .t-right {
        padding-bottom: 0;
        padding-top: 30px;
    }
}

@media (max-width: 400px) {
    .box-banner2 .t-left .image_description,
    .box-banner2 .t-right .image_description {
        bottom: 30px;
        left: 30px;
        right: 30px;
    }
    .box-banner2 .fashion {
        font-size: 70px;
    }
    .box-banner2 .t-left .sub-title-widget {
        width: 100%;
        text-align: center;
    }
    .box-banner2 .t-left .title_block {
        text-align: center;
    }
}

.banner-title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.2em;
}

.banner-sub {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
}

.box-tabs-category .nav-tabs {
    max-width: 1320px;
    margin: 0 auto 40px;
    padding: 0 15px;
    justify-content: flex-start;
    align-items: flex-end;
}

.box-tabs-category .nav-tabs .sub-title-widget {
    margin-right: 40px;
}

@media (max-width: 767px) {
    .box-tabs-category .nav-tabs {
        flex-wrap: wrap;
        gap: 10px 0;
        margin: 0 auto 30px;
    }
    .box-tabs-category .nav-tabs .sub-title-widget {
        width: 100%;
    }
    .box-tabs-category .nav-tabs .nav-item:nth-child(2) {
        margin-left: 0 !important;
    }
    .rtl .box-tabs-category .nav-tabs .nav-item:nth-child(2) {
        margin-right: 0 !important;
        margin-left: inherit;
    }
}

.box-tabs-category .nav-tabs>.nav-item {
    padding-bottom: 8px;
}

.box-tabs-category .cover-img {
    display: block;
}

.box-tabs-category .cover-img img {
    transition: 0.4s all ease-in-out;
}

.box-tabs-category .wr-text {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: var(--theme-color-tertiary);
}

.box-tabs-category .cate-name {
    display: block;
    margin-top: 6px;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}

.box-tabs-category .center-mode ul>li {
    overflow: hidden;
}

.box-tabs-category .center-mode ul>li:hover .cate-name {
    color: var(--theme-color-default);
}

.box-tabs-category .center-mode ul>li:hover img {
    transform: scale(1.05);
}

.box-tabs-category .slick-arrows {
    position: absolute;
    top: -40px;
    display: flex;
    gap: 0 10px;
    right: calc(calc(100vw - 1290px) / 2);
    transform: translateY(-100%);
}

.rtl .box-tabs-category .slick-arrows {
    left: calc(calc(100vw - 1290px) / 2);
    right: auto;
}

@media (max-width: 1320px) {
    .box-tabs-category .slick-arrows {
        right: 15px;
    }
    .rtl .box-tabs-category .slick-arrows {
        left: 15px;
        right: auto;
    }
}

@media (max-width: 767px) {
    .box-tabs-category .slick-arrows {
        top: -30px;
    }
}

.box-tabs-category .slick-arrows .slick-arrow {
    position: initial;
    background-color: #FFFFFF;
    border: 2px solid #E1E1E1;
    border-radius: 50%;
    transform: none;
    color: #E1E1E1;
}

@media (max-width: 767px) {
    .box-tabs-category .slick-arrows .slick-arrow {
        width: 30px;
        height: 30px;
    }
}

.box-tabs-category .slick-arrows .slick-arrow:hover {
    color: var(--theme-color-default);
    border-color: var(--theme-color-default);
}

.box-tabs-category .slick-arrows .slick-arrow.slick-prev::before,
.box-tabs-category .slick-arrows .slick-arrow.slick-next::before {
    font-weight: 600;
    font-size: 13px;
}

[dir] .box-tabs-category .center-mode * {
    direction: ltr !important;
}

.box-hotspot {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.box-hotspot>div {
    padding: 0;
}

.box-hotspot .redhotspot:hover span {
    color: #FFFFFF;
}

.box-hotspot .redhotspot span {
    color: #000000;
}

.box-hotspot .redhotspot span::before {
    font-size: 14px;
    font-weight: 600;
}

.box-hotspot .hotspot_image,
.box-hotspot .imagehotspot-container {
    height: 100%;
}

.box-hotspot .hotspot_image>div,
.box-hotspot .imagehotspot-container>div {
    height: 100%;
}

@media (min-width: 1200px) {
    .box-hotspot .hotspot_image img,
    .box-hotspot .imagehotspot-container img {
        height: 100% !important;
        width: auto !important;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .box-hotspot .hotspot_image img,
    .box-hotspot .imagehotspot-container img {
        height: 650px !important;
        width: auto !important;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .box-hotspot .hotspot_image img,
    .box-hotspot .imagehotspot-container img {
        height: 550px !important;
        width: auto !important;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 800px) and (min-width: 768px) {
    .box-hotspot .hotspot_image img,
    .box-hotspot .imagehotspot-container img {
        height: 500px !important;
        width: auto !important;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.box-countdown {
    background-color: #dfa069;
    position: relative;
    z-index: 1;
}

.box-countdown .image_ct {
    margin-top: 60px;
    padding: 0 100px;
    position: relative;
}

.box-countdown .image_ct .image_description {
    position: absolute;
    bottom: 0;
    right: 37px;
    transform: translateY(50%);
}

.rtl .box-countdown .image_ct .image_description {
    left: 37px;
    right: auto;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .box-countdown .image_ct {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

.box-countdown .img_item1 {
    position: absolute;
    top: 0;
    left: 0;
}

.rtl .box-countdown .img_item1 {
    right: 0;
    left: auto;
}

.box-countdown .img_item2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.rtl .box-countdown .img_item2 {
    left: 0;
    right: auto;
}

[dir] .box-countdown .img_item2 {
    transform: rotateY(180deg);
}

.box-countdown .countdown_ct {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    gap: 0 30px;
}

.box-countdown .countdown_ct .deal-clock {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.box-countdown .countdown_ct .deal-clock>li {
    margin: 0 30px;
    color: #FFFFFF;
    text-align: center;
}

.box-countdown .countdown_ct .deal-clock>li>b {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.box-countdown .countdown_ct .deal-clock>li>span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
}

.box-countdown .countdown_ct .title_block,
.box-countdown .countdown_ct .sub-title-widget {
    color: #FFFFFF;
}

.box-countdown .countdown_ct .ap-countdown-link a {
    padding: 9px 20px;
    background-color: #000000;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
    transition: 0.4s all ease-in-out;
}

.box-countdown .countdown_ct .ap-countdown-link a:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 600;
    margin-left: 10px;
}

.rtl .box-countdown .countdown_ct .ap-countdown-link a:after {
    margin-right: 10px;
    margin-left: inherit;
}

[dir] .box-countdown .countdown_ct .ap-countdown-link a:after {
    content: "\f104";
}

.box-countdown .countdown_ct .ap-countdown-link a:hover {
    background-color: var(--theme-color-default);
}

@media (max-width: 1199px) and (min-width: 768px) {
    .box-countdown .image_ct {
        padding: 0 50px;
    }
    .box-countdown .countdown_ct {
        padding-top: 50px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .box-countdown .image_ct {
        padding: 0 30px;
    }
    .box-countdown .countdown_ct {
        padding-top: 50px;
    }
    .box-countdown .countdown_ct .deal-clock {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .box-countdown .countdown_ct .deal-clock>li {
        margin: 0 15px;
    }
    .box-countdown .countdown_ct .sub-title-widget {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .box-countdown .image_ct {
        padding: 0 30px;
    }
    .box-countdown .countdown_ct {
        padding-top: 50px;
    }
    .box-countdown .countdown_ct .deal-clock {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .box-countdown .countdown_ct .deal-clock>li {
        margin: 0 15px;
    }
    .box-countdown .countdown_ct .sub-title-widget {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .box-countdown .countdown_ct .sub-title-widget,
    .box-countdown .countdown_ct .title_block {
        width: 100%;
        text-align: center;
    }
}

.litetooltip-wrapper {
    max-width: none !important;
}

.litetooltip-wrapper .template {
    display: block;
    padding: 0;
}

.litetooltip-wrapper .template>p:nth-child(1) {
    position: initial;
    width: 100%;
}

.litetooltip-wrapper .template>p:nth-child(1)>img {
    max-width: none !important;
}

.product_hotspot .name-product {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 6px;
}

.product_hotspot .p-price {
    display: flex;
    align-items: center;
}

.product_hotspot .p-price>span {
    display: inline-block;
}

.product_hotspot .p-price .price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--theme-color-default);
    margin-right: 6px;
}

.rtl .product_hotspot .p-price .price {
    margin-left: 6px;
    margin-right: inherit;
}

.product_hotspot .p-price .r-price {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: #999;
}

.box-seller2 .sub-title-widget {
    padding: 0 15px;
    margin-bottom: 10px;
}

.box-seller2 .seller-bottom {
    display: flex;
    align-items: center;
    gap: 10px 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.box-seller2 .seller-bottom p {
    margin-bottom: 0;
    line-height: 22px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .box-seller2 .seller-bottom {
        margin-bottom: 25px;
    }
}

.box-seller2 .banner-link {
    color: #000000;
}

.box-seller2 .banner-link::before {
    background-color: var(--theme-color-default);
}

.box-seller2 .banner-link:hover {
    color: var(--theme-color-default);
}

.box-seller2 .thumbnail-container {
    margin-bottom: 40px;
}

.box-seller2 .item article:last-child .thumbnail-container {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .box-seller2 .owl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-seller2 .owl-item {
        padding: 0 5px;
    }
}

.box-testi2 .sub-title-widget {
    padding: 0 15px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.box-testi2 .title {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.box-testi2 .item {
    background-color: #FFFFFF;
    padding: 48px 40px 40px;
    position: relative;
}

.box-testi2 .testi-top {
    padding-left: 100px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.rtl .box-testi2 .testi-top {
    padding-right: 100px;
    padding-left: inherit;
}

.box-testi2 .testi-top>i {
    font-family: "FontAwesome";
    color: var(--theme-color-default);
    font-size: 23px;
}

.box-testi2 .testi-top strong {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.box-testi2 .testi-top span {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: var(--theme-color-tertiary);
}

.box-testi2 .testi-top .list-star {
    margin-top: 5px;
    display: flex;
    gap: 0 1.5px;
    line-height: 1;
}

.box-testi2 .testi-top .list-star i {
    line-height: 1;
    font-size: 15px;
    color: #f6be2f;
    font-weight: 400;
    font-family: "FontAwesome";
}

.box-testi2 .descript>p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.box-testi2 img {
    position: absolute;
    top: 40px;
    left: 40px;
}

.rtl .box-testi2 img {
    right: 40px;
    left: auto;
}

@media (min-width: 481px) {
    .box-testi2 .owl-theme .owl-buttons {
        display: flex;
        gap: 0 20px;
        position: absolute;
        top: -40px;
        right: 15px;
        transform: translateY(-100%);
    }
    .rtl .box-testi2 .owl-theme .owl-buttons {
        left: 15px;
        right: auto;
    }
    .box-testi2 .owl-theme .owl-buttons>div {
        position: initial;
    }
}

@media (max-width: 480px) {
    .box-testi2 .owl-theme .owl-buttons>div {
        top: 45%;
        transform: translateY(-50%);
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .box-testi2 .item {
        padding: 30px;
    }
    .box-testi2 img {
        top: 30px;
        left: 30px;
    }
    .rtl .box-testi2 img {
        right: 30px;
        left: auto;
    }
}

.box-arrivals2 .arrival_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 30px;
    padding-top: 60px;
}

.box-arrivals2 .arrival_left>.block {
    margin-top: 60px;
    max-width: 480px;
}

@media (max-width: 1500px) {
    .box-arrivals2 .arrival_left {
        padding-top: 30px;
    }
    .box-arrivals2 .arrival_left>.block {
        margin-top: 30px;
    }
}

@media (max-width: 1300px) {
    .box-arrivals2 .arrival_left .sub-title-widget {
        font-size: 30px;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .box-arrivals2 .arrival_left {
        gap: 0 15px;
    }
    .box-arrivals2 .arrival_left .sub-title-widget {
        font-size: 24px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .box-arrivals2 .arrival_left {
        padding-top: 0;
    }
    .box-arrivals2 .arrival_left .sub-title-widget,
    .box-arrivals2 .arrival_left .title_block {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .box-arrivals2 .arrival_left {
        justify-content: center;
        padding-top: 0;
    }
    .box-arrivals2 .arrival_left>.block {
        margin: 20px auto 0;
        max-width: 500px;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .box-arrivals2 .arrival_left .sub-title-widget,
    .box-arrivals2 .arrival_left .title_block {
        text-align: center;
        width: 100%;
    }
}

.box-arrivals2 .arrival_center>.block {
    max-width: 500px;
    margin: 0 auto;
}

.box-arrivals2 .arrival_right>.block {
    max-width: 480px;
    margin-left: auto;
    margin-right: 0;
}

.box-arrivals2 .arrival_right>.block:not(.image_right) {
    margin-top: 57px;
}

.box-arrivals2 .arrival_right .image_right {
    position: relative;
}

.box-arrivals2 .arrival_right .image_right .image_description {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
}

.box-arrivals2 .arrival_right .text {
    max-width: 358px;
    margin-bottom: 30px;
}

.box-arrivals2 .arrival_right .banner-link {
    color: #000000;
}

.box-arrivals2 .arrival_right .banner-link::before {
    background-color: var(--theme-color-default);
}

.box-arrivals2 .arrival_right .banner-link:hover {
    color: var(--theme-color-default);
}

@media (max-width: 767px) {
    .box-arrivals2 .arrival_right>.block {
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .box-arrivals2 {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 0;
    }
}

.box-product2 .owl-row {
    margin-left: -5px;
    margin-right: -5px;
}

.box-product2 .owl-item {
    padding: 0 5px;
}

.box-product2 .thumbnail-container {
    margin-bottom: 0;
}

.box-link>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 30px;
}

.box-link>div .block:not(.list-link) .sub-title-widget {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.box-link>div .block:not(.list-link)>p {
    margin-bottom: 0;
    line-height: 22px;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .box-link>div .block:not(.list-link) {
        width: fit-content;
    }
    .box-link>div .block:not(.list-link) .sub-title-widget {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .box-link>div {
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }
    .box-link>div .block {
        text-align: center;
    }
    .box-link>div .list-link {
        width: 100%;
        flex: none;
        max-width: 100%;
    }
    .box-link>div .list-link ul {
        justify-content: center;
    }
}

.box-link .list-link {
    max-width: 815px;
}

@media (max-width: 1450px) {
    .box-link .list-link {
        max-width: 700px;
    }
}

@media (max-width: 1199px) {
    .box-link .list-link {
        flex: 1;
    }
}

.box-link .list-link ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.box-link .list-link ul>li>a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    padding: 9px 20px;
    background-color: #FFFFFF;
    transition: 0.4s all ease-in-out;
}

.box-link .list-link ul>li>a::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 600;
    margin-left: 10px;
}

.rtl .box-link .list-link ul>li>a::after {
    margin-right: 10px;
    margin-left: inherit;
}

[dir] .box-link .list-link ul>li>a::after {
    content: "\f104";
}

.box-link .list-link ul>li:hover>a {
    background-color: var(--theme-color-default);
    color: #FFFFFF;
}

@media (max-width: 575px) {
    .box-link .list-link ul {
        gap: 10px;
    }
    .box-link .list-link ul>li>a {
        padding: 8px 15px;
    }
}

.box-blog2 .blog-title {
    padding-bottom: 15px;
    margin-bottom: 10px;
    position: relative;
}

@media (max-width: 1199px) {
    .box-blog2 .blog-title {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .box-blog2 .blog-title {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }
}

.box-blog2 .blog-title a {
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-blog2 .blog-title::before {
    content: "";
    width: 80px;
    height: 1px;
    background-color: var(--theme-color-default);
    position: absolute;
    left: 0;
    bottom: 0;
}

.box-blog2 .blog-date {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #FFFFFF;
    color: #000000;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
    padding: 7px 14px;
    line-height: 1;
}

.rtl .box-blog2 .blog-date {
    right: 0;
    left: auto;
}

[dir] .box-blog2 .blog-date {
    transform-origin: top right;
    transform: rotate(90deg) translateX(100%);
}

.box-blog2 .blog-date .date {
    display: flex;
    gap: 0 12px;
}

.box-blog2 .blog-date .date span:not(:last-child) {
    position: relative;
}

.box-blog2 .blog-date .date span:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -8px;
    color: #E1E1E1;
}

.box-blog2 .blog-date .b-month {
    order: -1;
}

.box-blog2 .blog-meta .nbcomment {
    color: #FFFFFF;
}

.box-blog2 .author {
    color: #FFFFFF;
}

.box-blog2 .link-readmore {
    display: none;
}

.box-blog2 .blog-date {
    z-index: 2;
}

.box-blog2 .right-block {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    z-index: 2;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .box-blog2 .right-block {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
}

.box-blog2 .blog-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(0deg, #000000 0%, transparent 66.67%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.box-category3 {
    text-align: center;
}

.box-category3 .sub-title-widget {
    margin-bottom: 10px;
}

.box-category3 .text {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .box-category3 .text {
        margin-bottom: 25px;
    }
}

.box-category3 .item-qty {
    margin-top: 20px;
    color: var(--theme-color-tertiary);
    margin-bottom: 6px;
}

.box-category3 .item-title a {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    color: #000000;
}

.box-category3 .cover-img a {
    display: block;
    width: fit-content;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}

.box-category3 .cover-img a::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: scale(0);
    transition: 0.3s all ease-in-out;
}

.box-category3 .cover-img a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: scale(0) translate(-50%, -50%);
    transition: 0.1s all ease-in-out;
}

.box-category3 .cover-img a:hover::after {
    color: var(--theme-color-default);
}

.box-category3 .owl-item>ul:hover .item-title a {
    color: var(--theme-color-default);
}

.box-category3 .owl-item>ul:hover .cover-img a::before {
    transform: scale(1);
}

.box-category3 .owl-item>ul:hover .cover-img a:after {
    transform: scale(1) translate(-50%, -50%);
}

.box-banner3 .block {
    position: relative;
    overflow: hidden;
}

.box-banner3 .block>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.box-banner3 .block>a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 43.97%, rgba(0, 0, 0, 0.8) 98%);
}

.rtl .box-banner3 .block>a::before {
    right: 0;
    left: auto;
}

.box-banner3 .image_description {
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 50px;
    z-index: 2;
}

.box-banner3 .banner-sub {
    margin-bottom: 30px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .box-banner3 {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-banner3>div {
        padding: 0 5px;
    }
    .box-banner3 .image_description {
        left: 30px;
        bottom: 30px;
        right: 30px;
    }
    .box-banner3 .banner-sub {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .box-banner3 {
        display: flex;
        flex-wrap: wrap;
        gap: 30px 0;
        justify-content: center;
    }
    .box-banner3 .block {
        max-width: 410px;
        width: 100%;
        margin: 0 auto;
    }
}

.box-seller3 .sub-title-widget {
    text-align: center;
    margin-bottom: 10px;
}

.box-seller3 .text {
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .box-seller3 .text {
        margin-bottom: 25px;
    }
}

.box-seller3 .thumbnail-container {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .box-seller3 .owl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-seller3 .owl-item {
        padding: 0 5px;
    }
}

.box-top-seller .sub-title-widget {
    text-align: center;
    margin-bottom: 10px;
}

.box-top-seller .text {
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .box-top-seller .text {
        margin-bottom: 25px;
    }
}

.box-top-seller .box-show-more.open {
    text-align: center;
}

.box-top-seller .box-show-more.open .btn-show-more {
    margin-top: 20px;
    margin-bottom: 0;
    display: inline-block;
    height: auto;
    width: auto;
    text-transform: capitalize;
    background-color: transparent;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    position: relative;
    padding: 0;
}

.box-top-seller .box-show-more.open .btn-show-more::after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 600;
    margin-left: 10px;
}

.rtl .box-top-seller .box-show-more.open .btn-show-more::after {
    margin-right: 10px;
    margin-left: inherit;
}

.box-top-seller .box-show-more.open .btn-show-more::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--theme-color-default);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.4s all ease-in-out;
}

.rtl .box-top-seller .box-show-more.open .btn-show-more::before {
    right: 0;
    left: auto;
}

.box-top-seller .box-show-more.open .btn-show-more:hover {
    color: var(--theme-color-default);
}

.box-top-seller .box-show-more.open .btn-show-more:hover::before {
    width: 100%;
}

@media (max-width: 480px) {
    .box-top-seller .product_list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-top-seller .product_list .ajax_block_product {
        padding: 0 5px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .product_list.grid .ajax_block_product:nth-child(3n + 1) {
        clear: none;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .product_list.grid .ajax_block_product {
        width: 33.33333%;
    }
}

@media (min-width: 401px) and (max-width: 480px) {
    .product_list.grid .ajax_block_product {
        width: 50%;
    }
}

.box-collection3 {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

.box-collection3::before {
    background: #f6f6f6 !important;
}

.box-collection3>div {
    padding: 0;
}

.box-collection3 .collection_left {
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.rtl .box-collection3 .collection_left {
    padding-left: 30px;
    padding-right: inherit;
}

.box-collection3 .collection_left .block img {
    max-width: 100px;
}

.box-collection3 .collection_left .sub-title-widget {
    margin-left: 30px;
}

.rtl .box-collection3 .collection_left .sub-title-widget {
    margin-right: 30px;
    margin-left: inherit;
}

@media (max-width: 400px) {
    .box-collection3 .collection_left .sub-title-widget {
        width: 100%;
        margin-left: 0;
    }
    .rtl .box-collection3 .collection_left .sub-title-widget {
        margin-right: 0;
        margin-left: inherit;
    }
}

@media (max-width: 400px) {
    .box-collection3 .collection_left .title_block {
        text-align: center;
    }
}

.box-collection3 .collection_left .img_product {
    width: 100%;
    display: flex;
}

@media (max-width: 991px) {
    .box-collection3 .collection_left .img_product {
        justify-content: center;
    }
}

.box-collection3 .collection_left .img_product .image_description {
    margin-left: 20px;
}

.rtl .box-collection3 .collection_left .img_product .image_description {
    margin-right: 20px;
    margin-left: inherit;
}

.box-collection3 .collection_left .img_product.mg-t {
    margin-top: 60px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .box-collection3 .collection_left .img_product.mg-t {
        margin-top: 30px;
    }
}

.box-collection3 .collection_left .img_product .collection-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.box-collection3 .collection_left .img_product .price {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--theme-color-default);
}

.box-collection3 .collection_left .img_product .price-and-shipping {
    display: flex;
    align-items: center;
    gap: 0 6px;
}

.box-collection3 .collection_left .img_product .r-price {
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    color: var(--theme-color-tertiary);
    text-decoration: line-through;
}

.box-collection3 .collection_left .text {
    max-width: 488px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.box-collection3 .collection_left .btn-theme {
    padding: 15px 30px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
    background-color: #000000;
    text-transform: capitalize;
}

.box-collection3 .collection_left .btn-theme i {
    margin-left: 6px;
}

.rtl .box-collection3 .collection_left .btn-theme i {
    margin-right: 6px;
    margin-left: inherit;
}

.box-collection3 .collection_left .btn-theme::after,
.box-collection3 .collection_left .btn-theme::before {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.box-collection3 .collection_left .btn-theme::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.box-collection3 .collection_left .btn-theme::after {
    border-top-width: 2px;
    border-right-width: 2px;
}

.box-collection3 .collection_left .btn-theme:hover {
    color: var(--theme-color-default);
}

.box-collection3 .collection_left .btn-theme:hover::before,
.box-collection3 .collection_left .btn-theme:hover::after {
    border-color: var(--theme-color-default);
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.box-collection3 .collection_left .btn-theme:hover::before {
    transition-delay: 0s, 0s, 0.25s;
}

.box-collection3 .collection_left .btn-theme:hover::after {
    transition-delay: 0s, 0.25s, 0s;
}

@media (min-width: 992px) {
    .box-collection3 .collection_left {
        max-width: calc(calc(960px / 2) - 15px);
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .box-collection3 .collection_left {
        max-width: calc(calc(1200px / 2) - 15px);
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .box-collection3 .collection_left {
        max-width: calc(calc(1320px / 2) - 15px);
        width: 100%;
    }
}

@media (max-width: 991px) {
    .box-collection3 .collection_left {
        max-width: 100%;
        width: 100%;
        padding: 60px 15px;
        justify-content: center;
        text-align: center;
    }
}

.box-collection3 .image_item1 {
    max-width: 364px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.box-collection3 .image_item2 {
    width: 48.5%;
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 60px;
}

@media (max-width: 480px) {
    .box-collection3 .image_item2 {
        display: none;
    }
}

.box-collection3 .image_item2 .image_description {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
}

.box-collection3 .fashion {
    color: #FFFFFF;
    position: absolute;
    bottom: 9%;
    right: 60px;
    z-index: 2;
}

@media (max-width: 1199px) {
    .box-collection3 .fashion {
        font-size: 100px;
    }
}

@media (max-width: 480px) {
    .box-collection3 .fashion {
        bottom: 15px;
        right: 15px;
        font-size: 65px;
    }
}

.box-collection3 .collection_right::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cf7464;
}

.rtl .box-collection3 .collection_right::before {
    right: 0;
    left: auto;
}

.box-design {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    gap: 50px 0;
}

.box-design .img_absolute {
    position: absolute;
    bottom: 0;
    right: 0;
    width: fit-content;
    transform: translateX(calc(calc(100vw - 1320px + 30px) / 2));
}

@media (max-width: 1439px) {
    .box-design .img_absolute {
        transform: translateX(calc(calc(100vw - 1200px + 30px) / 2));
    }
}

@media (max-width: 1199px) {
    .box-design .img_absolute {
        transform: translateX(calc(calc(100vw - 960px + 30px) / 2));
    }
}

@media (max-width: 991px) {
    .box-design .img_absolute {
        transform: translateX(15px);
    }
}

.women_left .block {
    position: relative;
}

.women_left .fashion {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 45%);
}

.rtl .women_left .fashion {
    right: 0;
    left: auto;
}

@media (max-width: 1700px) {
    .women_left .fashion {
        transform: translateY(50%);
    }
}

.women_left .sale {
    position: absolute;
    top: 80px;
    right: 80px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: var(--theme-color-default);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.rtl .women_left .sale {
    left: 80px;
    right: auto;
}

.women_left .sale span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: capitalize;
}

.women_left .sale b {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

@media (max-width: 480px) {
    .women_left .sale {
        width: 100px;
        height: 100px;
        top: 15px;
        right: 15px;
    }
    .rtl .women_left .sale {
        left: 15px;
        right: auto;
    }
    .women_left .sale span {
        font-size: 14px;
        line-height: 1.5;
    }
    .women_left .sale b {
        font-size: 20px;
        line-height: 28px;
    }
}

.women_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 30px;
}

@media (min-width: 992px) {
    .women_right {
        padding-left: 40px;
    }
    .rtl .women_right {
        padding-right: 40px;
        padding-left: inherit;
    }
}

.women_right .text {
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: 495px;
}

@media (max-width: 480px) {
    .women_right .text {
        margin-bottom: 30px;
    }
}

.women_right .countdown {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}

.women_right .countdown .deal-clock {
    width: 100%;
    display: flex;
    gap: 0 60px;
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    .women_right .countdown .deal-clock {
        gap: 0 30px;
        margin-bottom: 30px;
        justify-content: center;
    }
}

.women_right .countdown .deal-clock>li {
    color: var(--theme-color-secondary);
    text-align: center;
}

.women_right .countdown .deal-clock>li>b {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: var(--theme-color-default);
}

.women_right .countdown .deal-clock>li>span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
}

.women_right .countdown-link {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    padding: 15px 30px;
    background-color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.women_right .countdown-link i {
    font-weight: 600;
    margin-left: 10px;
    font-size: 16px;
    line-height: 22px;
}

.rtl .women_right .countdown-link i {
    margin-right: 10px;
    margin-left: inherit;
}

.women_right .countdown-link::after,
.women_right .countdown-link::before {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.women_right .countdown-link::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.women_right .countdown-link::after {
    border-top-width: 2px;
    border-right-width: 2px;
}

.women_right .countdown-link:hover {
    color: var(--theme-color-default);
}

.women_right .countdown-link:hover::before,
.women_right .countdown-link:hover::after {
    border-color: var(--theme-color-default);
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.women_right .countdown-link:hover::before {
    transition-delay: 0s, 0s, 0.25s;
}

.women_right .countdown-link:hover::after {
    transition-delay: 0s, 0.25s, 0s;
}

@media (max-width: 480px) {
    .women_right .sub-title-widget,
    .women_right .title_block {
        width: 100%;
        text-align: center !important;
    }
    .women_right .text {
        text-align: center;
    }
    .women_right .countdown {
        align-items: center;
    }
}

.box-testi3 .descript {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
}

.box-testi3 .descript>i {
    font-family: "FontAwesome";
    color: var(--theme-color-default);
    font-size: 24px;
}

.box-testi3 .descript .text {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    text-align: center;
}

@media (max-width: 767px) {
    .box-testi3 .descript .text {
        padding: 0 30px;
    }
}

@media (max-width: 480px) {
    .box-testi3 .descript .text {
        font-size: 20px;
        line-height: 28px;
    }
}

.box-testi3 .descript .bottom {
    margin-bottom: 5px;
    margin-left: 100px;
}

[dir] .box-testi3 .descript .bottom {
    text-align: left;
}

.box-testi3 .descript .bottom>p {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}

.box-testi3 .descript .bottom>span {
    font-size: 14px;
    line-height: 22px;
    color: var(--theme-color-tertiary);
}

.box-testi3 .descript .list-star>i {
    font-family: "FontAwesome";
    color: #f6be2f;
    font-size: 15px;
    margin: 0 1px;
}

.box-testi3 .image {
    position: relative;
}

.box-testi3 .image>img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(calc(-100% - 50px));
}

.box-testi3 .owl-theme .owl-buttons div.owl-prev {
    left: 15px;
}

[dir] .box-testi3 .owl-theme .owl-buttons div.owl-prev {
    right: 15px;
    left: auto;
}

.box-testi3 .owl-theme .owl-buttons div.owl-next {
    right: 15px;
}

[dir] .box-testi3 .owl-theme .owl-buttons div.owl-next {
    left: 15px;
    right: auto;
}

.btn-banner {
    background-color: #FFFFFF;
    display: inline-block;
    padding: 9px 20px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    position: relative;
    transition: 0.3s all ease-in-out;
}

.btn-banner>i {
    margin-left: 10px;
    font-weight: 600;
}

.rtl .btn-banner>i {
    margin-right: 10px;
    margin-left: inherit;
}

.btn-banner::after,
.btn-banner::before {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.btn-banner::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.btn-banner::after {
    border-top-width: 2px;
    border-right-width: 2px;
}

.btn-banner:hover {
    color: var(--theme-color-default);
}

.btn-banner:hover::before,
.btn-banner:hover::after {
    border-color: var(--theme-color-default);
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.btn-banner:hover::before {
    transition-delay: 0s, 0s, 0.25s;
}

.btn-banner:hover::after {
    transition-delay: 0s, 0.25s, 0s;
}

.btn-default2 {
    display: inline-block;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    background-color: #FFFFFF;
    text-transform: capitalize;
    transition: all 0.25s 0.08333333s;
    position: relative;
}

.btn-default2 i {
    font-weight: 600;
    margin-left: 10px;
    font-size: 16px;
    line-height: 1;
}

.rtl .btn-default2 i {
    margin-right: 10px;
    margin-left: inherit;
}

.btn-default2::after,
.btn-default2::before {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.btn-default2::before {
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.btn-default2::after {
    border-top-width: 2px;
    border-right-width: 2px;
}

.btn-default2:hover {
    color: var(--theme-color-default);
}

.btn-default2:hover::before,
.btn-default2:hover::after {
    border-color: var(--theme-color-default);
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}

.btn-default2:hover::before {
    transition-delay: 0s, 0s, 0.25s;
}

.btn-default2:hover::after {
    transition-delay: 0s, 0.25s, 0s;
}

.box-banner4 {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.box-banner4 .block {
    position: relative;
    overflow: hidden;
}

.box-banner4 .block>img {
    min-height: 350px;
    object-fit: cover;
}

.box-banner4 .image_description {
    position: absolute;
    top: 50px;
    left: 50px;
    bottom: 50px;
    right: 50px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.box-banner4 .image_description .banner-sub {
    flex: 1;
}

@media (max-width: 991px) {
    .box-banner4 {
        padding-top: 10px;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-banner4>div {
        padding: 0 5px;
    }
    .box-banner4 .image_description {
        top: 30px;
        left: 30px;
        bottom: 50px;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .box-banner4 {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0;
    }
}

@media (max-width: 767px) and (min-width: 481px) {
    .box-banner4 .banner4_3 .block>img {
        height: 350px !important;
    }
}

@media (max-width: 767px) {
    .box-seller4 {
        margin-left: 0;
        margin-right: 0;
    }
}

.box-seller4 .thumbnail-container {
    margin-bottom: 0;
}

.box-seller4 .owl-theme .owl-buttons {
    display: flex;
    gap: 10px;
    position: absolute;
    top: -40px;
    transform: translateY(-100%);
}

@media (min-width: 992px) {
    .box-seller4 .owl-theme .owl-buttons {
        right: calc(calc(100vw - 960px + 60px) / 2);
    }
    .rtl .box-seller4 .owl-theme .owl-buttons {
        left: calc(calc(100vw - 960px + 60px) / 2);
        right: auto;
    }
}

@media (min-width: 1200px) {
    .box-seller4 .owl-theme .owl-buttons {
        right: calc(calc(100vw - 1200px + 60px) / 2);
    }
    .rtl .box-seller4 .owl-theme .owl-buttons {
        left: calc(calc(100vw - 1200px + 60px) / 2);
        right: auto;
    }
}

@media (min-width: 1400px) {
    .box-seller4 .owl-theme .owl-buttons {
        right: calc(calc(100vw - 1320px + 60px) / 2);
    }
    .rtl .box-seller4 .owl-theme .owl-buttons {
        left: calc(calc(100vw - 1320px + 60px) / 2);
        right: auto;
    }
}

@media (max-width: 991px) {
    .box-seller4 .owl-theme .owl-buttons {
        right: 30px;
    }
    .rtl .box-seller4 .owl-theme .owl-buttons {
        left: 30px;
        right: auto;
    }
}

@media (max-width: 767px) {
    .box-seller4 .owl-theme .owl-buttons {
        top: -25px;
    }
}

.box-seller4 .owl-theme .owl-buttons>div {
    position: initial;
    transform: none;
}

@media (max-width: 480px) {
    .box-seller4 .owl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-seller4 .owl-item {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .seller4_top {
        padding: 0;
    }
}

.seller4_top .sub-title-widget {
    margin-bottom: 10px;
}

.seller4_top p {
    margin-bottom: 40px;
    padding-right: 100px;
    font-size: 16px;
    line-height: 24px;
}

.rtl .seller4_top p {
    padding-left: 100px;
    padding-right: inherit;
}

[dir] .seller4_top p {
    padding-right: 0;
}

@media (max-width: 767px) {
    .seller4_top p {
        margin-bottom: 25px;
    }
}

.box-deal4 {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.box-deal4>div {
    padding: 0;
}

.box-deal4 .block {
    position: relative;
}

.box-deal4 .image_description {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 2;
}

.rtl .box-deal4 .image_description {
    left: 0;
    right: auto;
}

[dir] .box-deal4 .image_description {
    transform: translate(-50%, -50%);
}

.box-deal4 .fashion {
    color: #FFFFFF;
}

@media (max-width: 575px) {
    .box-deal4 .deal4_img>.block {
        height: 200px;
    }
    .box-deal4 .deal4_img .image_description {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(50%);
        text-align: center;
    }
}

.deal4_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #000000;
    gap: 0 30px;
    margin-bottom: 60px;
}

.deal4_top .title_block,
.deal4_top .sub-title-widget {
    color: #FFFFFF !important;
}

.deal4_top .block_content {
    width: 100%;
    text-align: center;
}

.deal4_top .block_content .text {
    max-width: 490px;
    margin: 20px auto 40px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}

.deal4_top .btn-default2 {
    background-color: #000000;
    color: #FFFFFF;
}

.deal4_top .btn-default2:hover {
    color: var(--theme-color-default);
}

@media (max-width: 480px) {
    .deal4_top {
        margin-bottom: 40px;
    }
    .deal4_top .sub-title-widget,
    .deal4_top .title_block {
        width: 100%;
        text-align: center !important;
    }
    .deal4_top .block_content .text {
        margin: 20px auto 30px;
        padding: 0 15px;
    }
}

.box-trending4 .sub-title-widget {
    padding: 0 15px;
    margin-bottom: 10px;
}

.box-trending4 .text {
    margin-bottom: 40px;
    padding-right: 100px;
    font-size: 16px;
    line-height: 24px;
}

.rtl .box-trending4 .text {
    padding-left: 100px;
    padding-right: inherit;
}

@media (max-width: 767px) {
    .box-trending4 .text {
        margin-bottom: 25px;
    }
}

.box-trending4 .owl-theme .owl-buttons {
    position: absolute;
    top: -40px;
    right: 15px;
    transform: translateY(-100%);
    display: flex;
    gap: 10px;
}

.rtl .box-trending4 .owl-theme .owl-buttons {
    left: 15px;
    right: auto;
}

@media (max-width: 767px) {
    .box-trending4 .owl-theme .owl-buttons {
        top: -25px;
    }
}

.box-trending4 .owl-theme .owl-buttons>div {
    position: initial;
    transform: none;
}

.box-trending4 .thumbnail-container {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .box-trending4 .owl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-trending4 .owl-item {
        padding: 0 5px;
    }
}

.box-category4 {
    margin-left: 0;
    margin-right: 0;
}

.box-category4>div {
    padding: 0;
}

.box-category4 .slick-slide {
    padding: 0;
}

.box-category4 .slick-slide>div>ul {
    position: relative;
}

.box-category4 .slick-slide>div>ul:hover .item-product-cat-content .item-qty {
    opacity: 1;
    visibility: visible;
    transform: translateY(100%);
}

.box-category4 .slick-list {
    margin-left: 0;
    margin-right: 0;
}

.box-category4 .item-product-cat-content {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

.box-category4 .item-product-cat-content .item-qty {
    position: absolute;
    bottom: -10px;
    transform: translateY(0%);
    transition: 0.4s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    left: 0;
}

.box-category4 .item-product-cat-content .item-qty .leo-qty {
    position: relative;
    display: flex;
    gap: 0 3px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #FFFFFF;
}

.box-category4 .item-product-cat-content .item-qty .leo-qty::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 8px;
    line-height: 24px;
}

.rtl .box-category4 .item-product-cat-content .item-qty .leo-qty::after {
    margin-right: 8px;
    margin-left: inherit;
}

.box-category4 .item-product-cat-content .item-qty .leo-qty::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 2px;
    left: 0;
    background-color: #FFFFFF;
}

.box-category4 .item-product-cat-content .item-title a {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #FFFFFF;
}

.box-category4 .cover-img {
    display: block;
}

.box-category4 .cover-img>* {
    display: block;
}

.box-category4 .cover-img img {
    width: 100%;
}

.box-product4 .thumbnail-container {
    display: flex;
    gap: 0 20px;
}

.box-product4 .thumbnail-container .functional-buttons,
.box-product4 .thumbnail-container .product-flags,
.box-product4 .thumbnail-container .addToCartFormWrapper {
    display: none;
}

.box-product4 .thumbnail-container .product-image {
    width: 100px;
}

.box-product4 .thumbnail-container .product-meta {
    flex: 1;
    text-align: left;
    padding: 0;
}

.rtl .box-product4 .thumbnail-container .product-meta {
    text-align: right;
}

.box-product4>div .sub-title-widget {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .box-product4>div .sub-title-widget {
        margin-bottom: 25px;
    }
}

@media (max-width: 991px) {
    .box-product4>div:not(:first-child) {
        margin-top: 30px;
    }
}

.box-product4 .owl-item>.item>article:last-child .thumbnail-container {
    margin-bottom: 0;
}

.box-video4 {
    padding-bottom: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 991px) {
    .box-video4 {
        padding-bottom: 50px;
    }
}

.box-video4 .video {
    display: none;
}

.video4_left {
    position: relative;
}

.video4_left .image_rotate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 480px) {
    .video4_left .image_rotate {
        top: calc(50% - 125px);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.video4_left .image_rotate:hover img {
    animation: rotation 8s infinite linear;
}

.video4_left .image_rotate .image_description {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.video4_left .image_rotate .image_description p {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.video4_left .image_rotate .image_description p i {
    font-family: "FontAwesome";
}

.video4_left .image_rotate .image_description p:hover {
    color: var(--theme-color-default);
}

.video4_left>.block:first-child {
    position: relative;
}

.video4_left>.block:first-child::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
    background-color: #000000;
    opacity: 0.5;
}

.video4_left .video4_img {
    position: absolute;
    bottom: -50px;
    right: 0;
    transform: translateX(calc(50% - 7.5px));
}

.rtl .video4_left .video4_img {
    left: 0;
    right: auto;
}

[dir] .video4_left .video4_img {
    transform: translateX(calc(-50% + 7.5px));
}

.video4_left .video4_img img {
    border-radius: 150px 150px 0px 0px;
}

.video4_left .video4_img .image_description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(50%);
    text-align: center;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .video4_left .video4_img {
        width: 200px;
    }
    .video4_left .video4_img img {
        object-fit: cover;
    }
    .video4_left .fashion {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    .video4_left {
        max-width: calc(100% - 160px);
    }
}

@media (max-width: 700px) and (min-width: 481px) {
    .video4_left {
        max-width: calc(100% - 110px);
    }
    .video4_left .video4_img {
        width: 200px;
    }
    .video4_left .video4_img img {
        object-fit: cover;
    }
    .video4_left .fashion {
        font-size: 100px;
    }
}

@media (max-width: 480px) {
    .video4_left {
        max-width: 100%;
    }
    .video4_left .video4_img {
        position: initial;
        height: 250px;
        transform: none;
        overflow: hidden;
    }
    .video4_left .video4_img img {
        width: 100% !important;
        object-fit: cover;
        border-radius: 0;
    }
}

.video4_right>.block {
    padding-left: 200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 30px;
}

.rtl .video4_right>.block {
    padding-right: 200px;
    padding-left: inherit;
}

.video4_right .block_content {
    margin-top: 20px;
}

.video4_right .block_content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.video4_right .block_content p.mg {
    margin-top: 24px;
    margin-bottom: 50px;
}

.video4_right .btn-default2 {
    background-color: #000000;
    color: #FFFFFF;
}

.video4_right .btn-default2:hover {
    color: var(--theme-color-default);
}

@media (max-width: 1199px) {
    .video4_right>.block {
        padding-left: 100px;
    }
    .rtl .video4_right>.block {
        padding-right: 100px;
        padding-left: inherit;
    }
}

@media (max-width: 991px) {
    .video4_right {
        margin-top: 80px;
    }
    .video4_right>.block {
        padding-left: 0;
        text-align: center;
        justify-content: center;
    }
    .rtl .video4_right>.block {
        padding-right: 0;
        padding-left: inherit;
    }
    .video4_right>.block .block_content {
        max-width: 700px;
        width: 100%;
        margin: 20px auto 0;
    }
    .video4_right .sub-title-widget {
        text-align: left;
    }
    .rtl .video4_right .sub-title-widget {
        text-align: right;
    }
}

@media (max-width: 400px) {
    .video4_right .sub-title-widget,
    .video4_right .title_block {
        width: 100%;
        text-align: center !important;
    }
}

.box-banner5 {
    margin-top: 30px;
}

.banner5_top>.block {
    position: relative;
}

.banner5_top>.block:first-child img {
    object-fit: cover;
    min-height: 354px;
}

.banner5_top>.block:first-child::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    inset: 0 0 0 0;
}

.banner5_top .image_description {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.banner5_top .banner-title {
    margin-top: 10px;
}

.banner5_top .banner-sub5 {
    color: #FFFFFF;
    font-size: 72px;
    line-height: 80px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.banner5_top .text {
    color: #FFFFFF;
    margin-bottom: 30px;
    padding: 0 15px;
}

.banner5_top .btn-default2 {
    background-color: var(--theme-color-default);
    color: #FFFFFF;
}

.banner5_top .btn-default2:hover {
    background-color: #000000;
    color: var(--theme-color-default);
}

.banner5_top .text2 {
    font-size: 14px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    padding: 12px 0;
    font-weight: 500;
}

.banner5_top .text2 a {
    display: inline-block;
    font-weight: 600;
    position: relative;
    transition: 0.2s all ease-in-out;
    color: #000000;
    margin-left: 4px;
}

.rtl .banner5_top .text2 a {
    margin-right: 4px;
    margin-left: inherit;
}

.banner5_top .text2 a::after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-weight: 600;
}

.rtl .banner5_top .text2 a::after {
    margin-right: 10px;
    margin-left: inherit;
}

.banner5_top .text2 a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: var(--theme-color-default);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.4s all ease-in-out;
}

.rtl .banner5_top .text2 a::before {
    right: 0;
    left: auto;
}

.banner5_top .text2 a:hover {
    color: var(--theme-color-default);
}

.banner5_top .text2 a:hover::before {
    width: 100%;
}

@media (max-width: 767px) {
    .banner5_top .banner-sub5 {
        font-size: 50px;
        line-height: 56px;
    }
    .banner5_top>.block:first-child img {
        object-fit: cover;
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .banner5_top .banner-sub5 {
        font-size: 36px;
        line-height: 40px;
    }
    .banner5_top .text {
        margin-bottom: 15px;
    }
}

.banner-sub5 {
    font-size: 48px;
    line-height: 56px;
    text-transform: capitalize;
}

.banner5_bottom>.block {
    position: relative;
}

.banner5_bottom>.block img {
    min-height: 350px;
    object-fit: cover;
}

.banner5_bottom .image_description {
    position: absolute;
    bottom: 60px;
    left: 15px;
    right: 15px;
    text-align: center;
}

.banner5_bottom .banner-title {
    margin-bottom: 10px;
}

.banner5_bottom .banner-sub5 {
    margin-bottom: 20px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .banner5_bottom .image_description {
        bottom: 30px;
    }
    .banner5_bottom .banner-sub5 {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 575px) {
    .banner5_bottom.mg {
        margin-top: 30px;
    }
}

.box-arrivals6 {
    text-align: center;
}

.box-arrivals6 .sub-title-widget {
    margin-bottom: 10px;
}

.box-arrivals6 .ApRawHtml p {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .box-arrivals6 .ApRawHtml p {
        margin-bottom: 25px;
    }
}

.box-arrivals6 .thumbnail-container {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .box-arrivals6 .owl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-arrivals6 .owl-item {
        padding: 0 5px;
    }
}

.box-banner_cate {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

.box-banner_cate>div {
    padding: 0;
}

.box-banner_cate>div.banner_cate_left {
    padding-right: 80px;
}

.rtl .box-banner_cate>div.banner_cate_left {
    padding-left: 80px;
    padding-right: inherit;
}

@media (max-width: 991px) {
    .box-banner_cate>div.banner_cate_left {
        padding-right: 30px;
    }
    .rtl .box-banner_cate>div.banner_cate_left {
        padding-left: 30px;
        padding-right: inherit;
    }
}

@media (max-width: 767px) {
    .box-banner_cate>div.banner_cate_left {
        padding-right: 0;
    }
    .rtl .box-banner_cate>div.banner_cate_left {
        padding-left: 0;
        padding-right: inherit;
    }
}

.box-banner_cate .banner-sub5 {
    color: #000000;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .box-banner_cate .banner-sub5 {
        font-size: 36px;
        line-height: 42px;
    }
}

.box-banner_cate .banner-link {
    color: #666;
}

.box-banner_cate .banner-link::before {
    background-color: var(--theme-color-default);
}

.box-banner_cate .banner-link:hover {
    color: var(--theme-color-default);
}

.box-banner_cate .block>a {
    display: block;
}

.banner_cate_right {
    max-width: 550px;
    width: 100%;
}

@media (max-width: 1439px) {
    .banner_cate_right {
        max-width: 500px;
    }
}

@media (max-width: 1199px) {
    .banner_cate_right {
        max-width: 425px;
    }
}

@media (max-width: 991px) {
    .banner_cate_right {
        max-width: none;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .banner_cate_right {
        width: 100%;
    }
}

.banner_cate_right .banner5_3 {
    margin-top: 30px;
}

.banner_cate_right .banner5_3 .image_description {
    padding: 60px 60px 0;
}

@media (max-width: 1199px) {
    .banner_cate_right .banner5_3 .image_description {
        padding: 30px 30px 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .banner_cate_right .banner5_3 {
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .banner_cate_right .banner5_3 {
        position: relative;
    }
    .banner_cate_right .banner5_3 .image_description {
        position: absolute;
        padding: 0;
        inset: auto 30px 30px;
        z-index: 2;
    }
    .banner_cate_right .banner5_3 .banner-sub5 {
        color: #FFFFFF;
    }
    .banner_cate_right .banner5_3 .banner-link {
        color: #FFFFFF;
    }
    .banner_cate_right .banner5_3 .banner-link:hover {
        color: var(--theme-color-default);
    }
    .banner_cate_right .banner5_3>a {
        position: relative;
        overflow: hidden;
    }
    .banner_cate_right .banner5_3>a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(180deg, transparent 43.97%, rgba(0, 0, 0, 0.8) 98%);
    }
}

@media (min-width: 768px) {
    .banner_cate_left {
        flex: 1;
    }
}

.banner_cate_left .banner5_1 {
    position: relative;
    overflow: hidden;
}

.banner_cate_left .banner5_1 img {
    max-width: 440px;
}

@media (max-width: 767px) {
    .banner_cate_left .banner5_1 img {
        max-height: 300px;
        object-fit: cover;
        object-position: top;
    }
}

@media (max-width: 575px) {
    .banner_cate_left .banner5_1 img {
        max-width: 100%;
    }
}

.banner_cate_left .banner5_1 .image_description {
    position: absolute;
    top: 60px;
    right: 40px;
}

.rtl .banner_cate_left .banner5_1 .image_description {
    left: 40px;
    right: auto;
}

.banner_cate_left .banner5_2 {
    text-align: right;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.rtl .banner_cate_left .banner5_2 {
    text-align: left;
}

@media (max-width: 991px) {
    .banner_cate_left .banner5_2 {
        margin-top: 30px;
    }
}

.banner_cate_left .banner5_2 img {
    max-width: 550px;
}

@media (max-width: 767px) {
    .banner_cate_left .banner5_2 img {
        max-height: 250px;
        object-fit: cover;
        object-position: top;
    }
}

@media (max-width: 575px) {
    .banner_cate_left .banner5_2 img {
        max-width: 100%;
    }
}

.banner_cate_left .banner5_2 .image_description {
    position: absolute;
    top: 60px;
    left: 0;
    text-align: left;
}

.rtl .banner_cate_left .banner5_2 .image_description {
    right: 0;
    left: auto;
}

.rtl .banner_cate_left .banner5_2 .image_description {
    text-align: right;
}

@media (max-width: 575px) {
    .banner_cate_left .banner5_2 .image_description {
        left: 30px;
    }
    .rtl .banner_cate_left .banner5_2 .image_description {
        right: 30px;
        left: auto;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    .banner_cate_left>.block .image_description {
        inset: auto 30px 30px;
        text-align: center;
        z-index: 2;
    }
    .banner_cate_left>.block .banner-sub5 {
        color: #FFFFFF;
    }
    .banner_cate_left>.block .banner-link {
        color: #FFFFFF;
    }
    .banner_cate_left>.block .banner-link:hover {
        color: var(--theme-color-default);
    }
    .banner_cate_left>.block>a {
        position: relative;
        overflow: hidden;
    }
    .banner_cate_left>.block>a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(180deg, transparent 43.97%, rgba(0, 0, 0, 0.8) 98%);
    }
}

@media (max-width: 575px) {
    .banner_cate_left>.block .image_description {
        z-index: 2;
    }
    .banner_cate_left>.block .banner-sub5 {
        color: #FFFFFF;
    }
    .banner_cate_left>.block .banner-link {
        color: #FFFFFF;
    }
    .banner_cate_left>.block .banner-link:hover {
        color: var(--theme-color-default);
    }
    .banner_cate_left>.block>a {
        position: relative;
        overflow: hidden;
    }
    .banner_cate_left>.block>a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(180deg, transparent 43.97%, rgba(0, 0, 0, 0.8) 98%);
    }
}

@media (max-width: 480px) {
    .banner_cate_left>.block .image_description {
        inset: auto 30px 30px;
    }
}

@media (max-width: 767px) {
    .box-looking5 {
        background-color: #88765f;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.box-looking5 .looking_top {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .box-looking5 .looking_top {
        margin-bottom: 30px;
    }
}

.box-looking5 .looking_top .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.box-looking5 .looking_top .title_block,
.box-looking5 .looking_top .sub-title-widget {
    width: 50%;
    color: #FFFFFF;
}

@media (max-width: 400px) {
    .box-looking5 .looking_top .title_block,
    .box-looking5 .looking_top .sub-title-widget {
        width: 100%;
        text-align: center !important;
    }
}

@media (min-width: 401px) {
    .box-looking5 .looking_top .title_block {
        padding-right: 30px;
    }
    .rtl .box-looking5 .looking_top .title_block {
        padding-left: 30px;
        padding-right: inherit;
    }
}

@media (min-width: 576px) {
    .box-looking5 .looking_top .title_block {
        margin-left: -15px;
    }
    .rtl .box-looking5 .looking_top .title_block {
        margin-right: -15px;
        margin-left: inherit;
    }
}

.box-looking5 .looking_top .text {
    max-width: 290px;
    margin: 20px auto 0;
    color: #FFFFFF;
    text-align: center;
}

.box-looking5 .looking_img>.block {
    position: relative;
}

.box-looking5 .looking_img img {
    max-width: 510px;
}

.box-looking5 .looking_img.img_center {
    text-align: center;
}

.box-looking5 .looking_img.img_center .image_description {
    position: absolute;
    inset: auto 0 0;
    transform: translateY(50%);
}

@media (max-width: 767px) {
    .box-looking5 .looking_img.img_center .image_description {
        transform: none;
    }
}

.box-looking5 .looking_img.img_right {
    text-align: right;
}

.rtl .box-looking5 .looking_img.img_right {
    text-align: left;
}

.box-looking5 .looking_img .fashion {
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .box-looking5 .looking_img .fashion {
        font-size: 100px;
    }
}

.box-looking5 .looking_img .img_rotate {
    position: absolute;
    top: 0;
    right: 15px;
    transform: translate(50%, -50%);
}

.rtl .box-looking5 .looking_img .img_rotate {
    left: 15px;
    right: auto;
}

[dir] .box-looking5 .looking_img .img_rotate {
    transform: translate(-50%, -50%);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.box-looking5 .looking_img .img_rotate img {
    animation: rotation 15s infinite linear;
}

@media (max-width: 767px) {
    .box-looking5 .looking_img {
        text-align: center !important;
        margin-bottom: 30px;
    }
    .box-looking5 .looking_img.img_right {
        margin-bottom: 0;
        width: fit-content;
    }
}

.box-looking5 .looking_btn {
    text-align: center;
    margin-top: 84px;
}

@media (max-width: 767px) {
    .box-looking5 .looking_btn {
        margin-top: 50px;
    }
}

.box-looking5 .looking_btn .btn-default2 {
    background-color: #000000;
    color: #FFFFFF;
}

.box-looking5 .looking_btn .btn-default2:hover {
    color: var(--theme-color-default);
}

.box-trendy .trendy_top {
    text-align: center;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .box-trendy .trendy_top {
        margin-bottom: 40px;
    }
}

.box-trendy .trendy_top .sub-title-widget {
    margin-bottom: 10px;
}

.box-trendy .trendy_bottom {
    position: relative;
}

.box-trendy .nav-tabs {
    justify-content: flex-start;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px 0;
}

@media (max-width: 767px) {
    .box-trendy .nav-tabs {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .box-trendy .nav-tabs>li:first-child {
        margin-left: 0 !important;
    }
    .rtl .box-trendy .nav-tabs>li:first-child {
        margin-right: 0 !important;
        margin-left: inherit;
    }
}

.box-trendy .trendy_btn {
    position: absolute;
    top: 0;
    right: 15px;
}

.rtl .box-trendy .trendy_btn {
    left: 15px;
    right: auto;
}

.box-trendy .trendy_btn .btn-link {
    color: #000000;
}

.box-trendy .trendy_btn .btn-link::before {
    background-color: var(--theme-color-default);
}

.box-trendy .trendy_btn .btn-link:hover {
    color: var(--theme-color-default);
}

@media (max-width: 767px) {
    .box-trendy .trendy_btn {
        position: initial;
        margin-top: 30px;
        text-align: center;
    }
}

.box-trendy .owl-item .item article:last-child .thumbnail-container {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .box-trendy .owl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-trendy .owl-row .owl-item {
        padding: 0 5px;
    }
}

.box-season6 .season_img1 {
    position: relative;
    z-index: 2;
}

.box-season6 .season_img1 img {
    max-width: 560px;
    object-fit: cover;
}

.box-season6 .season_img1 .image_description {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.rtl .box-season6 .season_img1 .image_description {
    left: 0;
    right: auto;
}

[dir] .box-season6 .season_img1 .image_description {
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .box-season6 .season_img1 .image_description {
        top: auto;
        bottom: 0;
        left: 20px;
        right: 20px;
        transform: none;
    }
}

.box-season6 .season_img1 .fashion {
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .box-season6 .season_img1 .fashion {
        font-size: 100px;
    }
}

@media (max-width: 767px) {
    .box-season6 .season_img1 {
        overflow: hidden;
    }
    .box-season6 .season_img1 img {
        max-height: 300px;
        object-fit: cover;
        object-position: top;
    }
}

.box-season6 .season_img2 {
    position: relative;
    padding-left: 80px;
    z-index: 1;
    width: fit-content;
}

.rtl .box-season6 .season_img2 {
    padding-right: 80px;
    padding-left: inherit;
}

@media (max-width: 1199px) {
    .box-season6 .season_img2 {
        padding-left: 50px;
    }
    .rtl .box-season6 .season_img2 {
        padding-right: 50px;
        padding-left: inherit;
    }
}

@media (max-width: 767px) {
    .box-season6 .season_img2 {
        padding-left: 0;
    }
    .rtl .box-season6 .season_img2 {
        padding-right: 0;
        padding-left: inherit;
    }
}

.box-season6 .season_img2 img {
    max-width: 480px;
    object-fit: cover;
}

.box-season6 .season_img2 .season_rotate {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}

.rtl .box-season6 .season_img2 .season_rotate {
    left: 0;
    right: auto;
}

[dir] .box-season6 .season_img2 .season_rotate {
    transform: translate(-50%, -50%);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.box-season6 .season_img2 .season_rotate img {
    animation: rotation 15s infinite linear;
}

.box-season6 .season_img2 .season_btn {
    text-align: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .box-season6 .season_img2 .season_btn {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .box-season6 .season_img2 {
        width: auto;
        z-index: 3;
        margin-top: 30px;
    }
    .box-season6 .season_img2>img {
        max-width: 100%;
        max-height: 300px;
        object-fit: cover;
        object-position: top;
    }
}

@media (min-width: 768px) {
    .box-season6 .tab-pane {
        display: flex;
        align-items: center;
    }
}

.box-season6 .tabs-left .block_content {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .box-season6 .tabs-left .block_content {
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .box-season6 .tabs-left .block_content {
        flex-wrap: wrap;
    }
}

.box-season6 .tab-content {
    padding: 0;
}

@media (max-width: 480px) {
    .box-season6 .tab-content {
        width: 100%;
    }
}

.box-season6 .nav-tabs {
    flex-direction: column;
    list-style: none;
    padding: 0;
    min-width: 300px;
}

[dir] .box-season6 .nav-tabs {
    border: none;
}

@media (max-width: 991px) {
    .box-season6 .nav-tabs {
        min-width: 200px;
    }
}

@media (max-width: 767px) {
    .box-season6 .nav-tabs {
        max-width: 250px;
    }
}

@media (max-width: 575px) {
    .box-season6 .nav-tabs {
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .box-season6 .nav-tabs {
        max-width: none;
        width: 100%;
        margin-bottom: 30px;
    }
}

.box-season6 .nav-tabs>.title_block {
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.rtl .box-season6 .nav-tabs>.title_block {
    text-align: right;
}

.box-season6 .nav-tabs>li {
    margin: 0 !important;
}

.box-season6 .nav-tabs>li>a {
    border-bottom: none !important;
    font-size: 36px;
    line-height: 100px;
    display: inline-block;
    position: relative;
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .box-season6 .nav-tabs>li>a {
        font-size: 28px;
        line-height: 70px;
    }
    .box-season6 .nav-tabs>li>a::before {
        bottom: 10px;
    }
}

@media (max-width: 991px) {
    .box-season6 .nav-tabs>li>a {
        font-size: 20px;
        line-height: 50px;
    }
}

.box-season6 .nav-tabs>li>a.active,
.box-season6 .nav-tabs>li>a.active:focus {
    color: #FFFFFF;
    background-color: transparent;
    font-weight: 400;
}

.box-season6 .nav-tabs>li>a.active::before,
.box-season6 .nav-tabs>li>a.active:focus::before {
    width: 100%;
}

.box-season6 .nav-tabs>li>a:hover::before,
.box-season6 .nav-tabs>li>a.active::before,
.box-season6 .nav-tabs>li>a:focus::before,
.box-season6 .nav-tabs>li>a.active:focus::before {
    background-color: #FFFFFF;
}

.box-season6 .nav-tabs>li>a::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    transition: 0.4s all ease-in-out;
    transform: none;
}

.rtl .box-season6 .nav-tabs>li>a::before {
    right: 0;
    left: auto;
}

@media (max-width: 1199px) {
    .box-season6 .nav-tabs>li>a::before {
        bottom: 10px;
    }
}

.box-season6 .nav-tabs>li:hover a,
.box-season6 .nav-tabs>li:focus a {
    background-color: transparent;
    color: var(--theme-color-default);
}

.box-season6 .nav-tabs>li:hover a::before,
.box-season6 .nav-tabs>li:focus a::before {
    width: 100%;
}

.box-season6 .nav-tabs>li:hover a.active,
.box-season6 .nav-tabs>li:focus a.active {
    background-color: transparent;
}

.box-product6 {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.box-product6>div {
    padding: 0;
}

.box-product6 .product6_content {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
}

.box-product6 .product6_content .products_block {
    width: 100%;
    margin-top: 40px;
}

.box-product6 .product6_content .products_block>.block_content {
    width: 100%;
    margin: 0 auto;
}

@media (min-width: 401px) {
    .box-product6 .product6_content .products_block>.block_content {
        max-width: 52%;
    }
}

.box-product6 .product6_content .leo-list-product-reviews {
    display: none;
}

@media (max-width: 991px) and (min-width: 768px) {
    .box-product6 .product6_content .title_block,
    .box-product6 .product6_content .sub-title-widget {
        width: 100%;
        text-align: center !important;
        padding: 0 15px;
    }
    .box-product6 .product6_content .title_block br,
    .box-product6 .product6_content .sub-title-widget br {
        display: none;
    }
}

@media (max-width: 480px) {
    .box-product6 .product6_content .title_block,
    .box-product6 .product6_content .sub-title-widget {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }
    .box-product6 .product6_content .title_block br,
    .box-product6 .product6_content .sub-title-widget br {
        display: none;
    }
}

@media (max-width: 400px) {
    .box-product6 .product6_content {
        padding: 50px 15px;
    }
}

.box-product6 .product6_img>.block {
    height: 100%;
}

.box-product6 .product6_img>.block img {
    min-height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .box-product6 .product6_img {
        order: -1;
    }
}

.box-product6_2 .thumbnail-container {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .box-product6_2 .owl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-product6_2 .owl-row .owl-item {
        padding: 0 5px;
    }
}

@media (min-width: 992px) {
    #index:not(.keep-header) .slide_home7,
    #index:not(.keep-header) .slide_home10 {
        padding-top: 50px;
    }
}

.box-top-seller2 {
    text-align: center;
}

.box-top-seller2 .sub-title-widget {
    margin-bottom: 10px;
}

.box-top-seller2 .text {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .box-top-seller2 .text {
        margin-bottom: 25px;
    }
}

.box-top-seller2 .btn-link {
    color: #000000;
}

@media (max-width: 575px) {
    .box-top-seller2 .btn-link {
        margin-top: 20px;
    }
}

.box-top-seller2 .btn-link::before {
    background-color: var(--theme-color-default);
}

.box-top-seller2 .btn-link:hover {
    color: var(--theme-color-default);
}

@media (min-width: 401px) {
    .box-top-seller2 .owl-wrapper .owl-item:nth-child(2n + 1) {
        margin-top: 40px;
    }
}

@media (min-width: 576px) {
    .box-top-seller2 .thumbnail-container {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .box-top-seller2 .owl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-top-seller2 .owl-item {
        padding: 0 5px;
    }
}

.box-video7 {
    margin-left: 0;
    margin-right: 0;
}

.box-video7>div {
    padding: 0;
}

.box-video7 .video7_img img {
    min-height: 600px;
    object-fit: cover;
}

.box-video7 .video {
    display: none;
}

.box-video7 .video7_content {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 20px));
    text-align: center;
}

@media (max-width: 1199px) {
    .box-video7 .video7_content {
        top: 40%;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.box-video7 .video7_content:hover img {
    animation: rotation 8s infinite linear;
}

.box-video7 .fashion {
    color: #FFFFFF;
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 481px) {
    .box-video7 .fashion {
        width: max-content;
    }
}

@media (max-width: 767px) {
    .box-video7 .fashion {
        font-size: 100px;
    }
}

.box-video7 .btn-play {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.box-video7 .btn-play i {
    font-family: "FontAwesome";
}

.box-video7 .btn-play:hover {
    color: var(--theme-color-default);
}

.box-simple {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
}

.box-simple>div {
    padding: 0;
}

.box-simple .simple_left {
    display: flex;
    align-items: center;
    background-color: #191919;
    color: #FFFFFF;
}

.box-simple .simple_left>.block:not(.simple_left_img) {
    max-width: 405px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 30px;
}

@media (min-width: 992px) {
    .box-simple .simple_left>.block:not(.simple_left_img) {
        margin-left: calc(calc(100vw - 960px + 30px) / 2);
    }
    .rtl .box-simple .simple_left>.block:not(.simple_left_img) {
        margin-right: calc(calc(100vw - 960px + 30px) / 2);
        margin-left: inherit;
    }
}

@media (min-width: 1200px) {
    .box-simple .simple_left>.block:not(.simple_left_img) {
        margin-left: calc(calc(100vw - 1200px + 30px) / 2);
    }
    .rtl .box-simple .simple_left>.block:not(.simple_left_img) {
        margin-right: calc(calc(100vw - 1200px + 30px) / 2);
        margin-left: inherit;
    }
}

@media (min-width: 1440px) {
    .box-simple .simple_left>.block:not(.simple_left_img) {
        margin-left: calc(calc(100vw - 1320px + 30px) / 2);
    }
    .rtl .box-simple .simple_left>.block:not(.simple_left_img) {
        margin-right: calc(calc(100vw - 1320px + 30px) / 2);
        margin-left: inherit;
    }
}

@media (max-width: 991px) {
    .box-simple .simple_left>.block:not(.simple_left_img) {
        margin-left: 15px;
        padding-right: 30px;
    }
    .rtl .box-simple .simple_left>.block:not(.simple_left_img) {
        margin-right: 15px;
        margin-left: inherit;
    }
    .rtl .box-simple .simple_left>.block:not(.simple_left_img) {
        padding-left: 30px;
        padding-right: inherit;
    }
}

@media (max-width: 767px) {
    .box-simple .simple_left>.block:not(.simple_left_img) {
        padding: 0 15px;
        margin: 0;
        justify-content: center;
    }
}

.box-simple .simple_left>.block:not(.simple_left_img) .block_content {
    margin-top: 20px;
}

.box-simple .simple_left>.block:not(.simple_left_img) .block_content p {
    margin-bottom: 0;
}

.box-simple .simple_left>.block:not(.simple_left_img) .block_content p.mg {
    margin-bottom: 50px;
    margin-top: 24px;
}

.box-simple .simple_left .sub-title-widget,
.box-simple .simple_left .title_block {
    color: #FFFFFF;
}

@media (max-width: 480px) {
    .box-simple .simple_left .sub-title-widget br,
    .box-simple .simple_left .title_block br {
        display: none;
    }
}

.box-simple .simple_left .btn-default2 {
    background-color: #000000;
    color: #FFFFFF;
}

.box-simple .simple_left .btn-default2:hover {
    color: var(--theme-color-default);
}

@media (max-width: 767px) {
    .box-simple .simple_left {
        padding-top: 80px;
        padding-bottom: 80px;
        justify-content: center;
    }
    .box-simple .simple_left .block_content {
        text-align: center;
    }
}

.box-simple .simple_left_img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.rtl .box-simple .simple_left_img {
    right: 0;
    left: auto;
}

@media (max-width: 767px) {
    .box-simple .simple_left_img {
        width: max-content;
    }
}

.box-simple .simple_right .simple_img1 img {
    min-height: 600px;
    object-fit: cover;
}

.box-simple .simple_right .simple_img2 {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) and (min-width: 768px) {
    .box-simple .simple_right .simple_img2 {
        width: 75%;
    }
}

@media (max-width: 575px) {
    .box-simple .simple_right .simple_img2 {
        width: 75%;
    }
}

.box-simple .simple_right .simple_img2 .image_description {
    position: absolute;
    bottom: 20px;
    left: 40%;
    transform: rotate(-15.16deg) translateY(50%);
    width: max-content;
}

.box-simple .simple_right .simple_img2 .image_description .fashion {
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .box-simple .simple_right .simple_img2 .image_description .fashion {
        font-size: 100px;
    }
}

.box-testi7 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 768px) {
    .testi7_img {
        padding-right: 0;
    }
    .rtl .testi7_img {
        padding-left: 0;
        padding-right: inherit;
    }
}

.testi7_content .block_content {
    max-width: 530px;
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .testi7_content .block_content {
        max-width: none;
        padding-left: 50px;
    }
    .rtl .testi7_content .block_content {
        padding-right: 50px;
        padding-left: inherit;
    }
}

@media (max-width: 7676px) {
    .testi7_content .block_content {
        margin: 0 auto;
    }
}

.testi7_content .owl-item {
    padding: 0;
}

.testi7_content .owl-row {
    margin-left: 0;
    margin-right: 0;
}

.testi7_content .owl-theme .owl-controls .owl-pagination {
    margin: 50px 0 0;
    text-align: left;
}

.rtl .testi7_content .owl-theme .owl-controls .owl-pagination {
    text-align: right;
}

@media (max-width: 575px) {
    .testi7_content .owl-theme .owl-controls .owl-pagination {
        margin: 30px 0 0;
    }
}

.testi7_content .testi-ct {
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 37px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .testi7_content .testi-ct {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .testi7_content .testi-ct {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .testi7_content .testi-ct {
        font-size: 28px;
        line-height: 34px;
    }
}

.testi7_content .testi-bottom {
    padding-left: 100px;
}

.rtl .testi7_content .testi-bottom {
    padding-right: 100px;
    padding-left: inherit;
}

.testi7_content .testi-bottom>strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.testi7_content .testi-bottom>span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: var(--theme-color-tertiary);
}

.testi7_content .list-star {
    line-height: 1;
    margin-top: 5px;
}

.testi7_content .list-star>i {
    font-family: "FontAwesome";
    font-size: 15px;
    display: inline-block;
    margin-right: 2px;
    color: #f6be2f;
}

.rtl .testi7_content .list-star>i {
    margin-left: 2px;
    margin-right: inherit;
}

.testi7_content .block-carousel-image-container {
    padding-bottom: 10px;
}

.testi7_content .block-carousel-image-container>img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.rtl .testi7_content .block-carousel-image-container>img {
    right: 0;
    left: auto;
}

@media (max-width: 767px) {
    .testi7_content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.box-product8 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.box-product8>div {
    padding: 0;
}

.box-product8 .list_product8>.block {
    max-width: 300px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .box-product8 .list_product8 {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

.box-product8 .owl-theme .owl-controls .owl-pagination {
    position: absolute;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
}

.rtl .box-product8 .owl-theme .owl-controls .owl-pagination {
    left: 60px;
    right: auto;
}

@media (max-width: 575px) {
    .box-product8 .owl-theme .owl-controls .owl-pagination {
        right: 30px;
    }
    .rtl .box-product8 .owl-theme .owl-controls .owl-pagination {
        left: 30px;
        right: auto;
    }
}

.box-product8 .owl-theme .owl-controls .owl-page>span {
    margin: 0;
}

.box-product8 .owl-carousel {
    position: initial;
}

.box-product8 .product8_banner img {
    min-height: 800px;
    object-fit: cover;
}

@media (max-width: 575px) {
    .box-product8 .product8_banner img {
        min-height: 600px;
    }
}

.box-product8 .product8_banner .image_description {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.rtl .box-product8 .product8_banner .image_description {
    left: 0;
    right: auto;
}

[dir] .box-product8 .product8_banner .image_description {
    transform: translate(-50%, -50%);
}

@media (max-width: 1500px) {
    .box-product8 .product8_banner .image_description {
        transform: none;
        inset: auto 50px 50px;
        text-align: center;
    }
}

.box-product8 .banner8_title {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
}

.box-product8 .banner8_title span {
    display: inline-block;
    width: 40px;
    height: 1px;
    margin-right: 20px;
    background-color: #000000;
}

.rtl .box-product8 .banner8_title span {
    margin-left: 20px;
    margin-right: inherit;
}

.box-product8 .banner8_sub {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 72px;
    line-height: 80px;
    color: #000000;
}

@media (max-width: 767px) {
    .box-product8 .banner8_sub {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 30px;
    }
}

.box-product8 .banner-link {
    color: #000000;
}

.box-product8 .banner-link::before {
    background-color: var(--theme-color-default);
}

.box-product8 .banner-link:hover {
    color: var(--theme-color-default);
}

.box-product8.t-right .product8_banner .image_description {
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    transform: translate(-50%, -50%);
}

.rtl .box-product8.t-right .product8_banner .image_description {
    right: 0;
    left: auto;
}

[dir] .box-product8.t-right .product8_banner .image_description {
    transform: translate(50%, -50%);
}

@media (max-width: 1500px) {
    .box-product8.t-right .product8_banner .image_description {
        transform: none;
        inset: auto 50px 50px;
        text-align: center;
    }
    .box-product8.t-right .product8_banner .image_description * {
        color: #FFFFFF;
    }
    .box-product8.t-right .product8_banner .image_description .banner8_title span {
        background-color: #FFFFFF;
    }
}

@media (max-width: 991px) {
    .box-product8.t-right .product8_banner {
        order: -1;
    }
}

.box-product8.t-right .owl-theme .owl-controls .owl-pagination {
    left: 60px;
}

.rtl .box-product8.t-right .owl-theme .owl-controls .owl-pagination {
    right: 60px;
    left: auto;
}

@media (max-width: 575px) {
    .box-product8.t-right .owl-theme .owl-controls .owl-pagination {
        left: 30px;
    }
    .rtl .box-product8.t-right .owl-theme .owl-controls .owl-pagination {
        right: 30px;
        left: auto;
    }
}

.box-banner9 {
    display: flex;
    flex-wrap: wrap;
}

.box-banner9 .thumbnail-container {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .box-banner9 .thumbnail-container .product-meta {
        position: initial;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding: 15px 15px 0;
    }
    .box-banner9 .thumbnail-container .functional-buttons {
        gap: 0 20px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .box-banner9 {
        margin: 0;
    }
    .box-banner9.pd-t {
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    .box-banner9 .owl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-banner9 .owl-item {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .banner9_image {
        margin-bottom: 30px;
    }
    .banner9_image.mg-t {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

.banner9_image>.block {
    position: relative;
}

.banner9_image>.block img {
    min-height: 450px;
    object-fit: cover;
}

.banner9_image .image_description {
    position: absolute;
    inset: auto 60px 60px;
}

.banner9_image .banner9-heading {
    margin-bottom: 20px;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .banner9_image .banner9-heading {
        font-size: 50px;
        line-height: 65px;
    }
}

@media (max-width: 480px) {
    .banner9_image .banner9-heading {
        font-size: 50px;
        line-height: 65px;
    }
}

.banner9_image .banner-link {
    color: #FFFFFF;
}

.banner9_image .banner-link:hover {
    color: var(--theme-color-default);
}

.banner9-heading {
    color: #FFFFFF;
    font-size: 64px;
    line-height: 72px;
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .banner9-heading {
        font-size: 50px;
        line-height: 65px;
    }
}

@media (max-width: 480px) {
    .banner9-heading {
        font-size: 50px;
        line-height: 65px;
    }
}

.box-product9 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.box-product9 .thumbnail-container {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .box-product9 .thumbnail-container .product-meta {
        position: initial;
        opacity: 1;
        visibility: visible;
        transform: none;
        padding: 15px 15px 0;
    }
    .box-product9 .thumbnail-container .functional-buttons {
        gap: 0 20px;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .box-product9 {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .box-product9 .owl-row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .box-product9 .owl-item {
        padding: 0 5px;
    }
}

.box-banner10 {
    margin: 0;
}

.box-banner10>div {
    padding: 0;
}

.box-banner10 .block {
    position: relative;
}

@media (max-width: 1199px) {
    .box-banner10 .block img {
        min-height: 500px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .box-banner10 .block img {
        max-height: 350px;
        min-height: 350px;
        object-fit: cover;
        object-position: top;
    }
}

.box-banner10 .image_description {
    position: absolute;
    inset: auto 135px 100px;
    text-align: left;
}

@media (max-width: 1440px) {
    .box-banner10 .image_description {
        inset: auto 80px 80px;
    }
}

@media (max-width: 991px) {
    .box-banner10 .image_description {
        inset: auto 50px 50px;
    }
}

.box-banner10 .banner9-heading {
    margin-bottom: 20px;
}

.leo-megamenu .dropdown-menu .menu_img ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
}

.leo-megamenu .dropdown-menu .menu_img ul li {
    width: 20%;
}

@media (max-width: 1199px) {
    .leo-megamenu .dropdown-menu .menu_img ul li {
        width: 25%;
    }
}

.leo-megamenu .dropdown-menu .menu_img ul li a {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px 0;
}

.leo-megamenu .dropdown-menu .menu_img ul li a img {
    max-width: 200px;
}

.leo-megamenu .dropdown-menu .menu_img ul li a span {
    font-size: 14px;
    line-height: 22px;
    color: var(--theme-color-secondary);
}

.off-canvas-nav-megamenu .dropdown-menu .menu_img ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    text-align: center;
}

.off-canvas-nav-megamenu .dropdown-menu .menu_img ul li a span {
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-top: 15px;
}

.p-reference {
    margin-bottom: 18px;
}

.p-reference>div {
    border: none;
    margin: 0;
    padding: 0;
}

.p-reference .label {
    font-size: 16px;
    line-height: 24px;
    color: #54d151;
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 10px;
}

.rtl .p-reference .label {
    margin-left: 10px;
    margin-right: inherit;
}

.p-reference span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
}

.leonextprevious-container {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
}

.rtl .leonextprevious-container {
    left: 15px;
    right: auto;
}

.leonextprevious-container>div {
    width: auto;
    margin: 0;
}

.leo-button-prev,
.leo-button-next {
    margin: 0;
}

.leo-button-prev a,
.leo-button-next a {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 50%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e4e4;
}

.leo-button-prev a>p,
.leo-button-next a>p {
    font-size: 0;
    margin-bottom: 0;
}

.leo-button-prev a i,
.leo-button-next a i {
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.leo-button-prev a:hover .product_hover,
.leo-button-next a:hover .product_hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
}

.leo-button-prev .product_hover,
.leo-button-next .product_hover {
    width: 150px;
    background-color: #FFFFFF;
    color: #000000;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #e4e4e4;
    text-align: center;
    white-space: initial;
    font-size: 16px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: all 0.3s ease-in-out;
}

.rtl .leo-button-prev .product_hover,
.rtl .leo-button-next .product_hover {
    left: 0;
    right: auto;
}

.leo-button-prev .product_hover img,
.leo-button-next .product_hover img {
    width: 100%;
    float: inherit;
}

.leo-button-prev .product_hover p,
.leo-button-next .product_hover p {
    text-transform: capitalize;
    float: initial;
    color: #000000;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0 0;
}

.leo-button-prev .product_hover p span,
.leo-button-next .product_hover p span {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.leo-button-prev:hover a,
.leo-button-prev:focus a,
.leo-button-next:hover a,
.leo-button-next:focus a {
    background-color: var(--theme-color-default);
    color: #FFFFFF;
}

.leo-button-prev:hover a i,
.leo-button-prev:focus a i,
.leo-button-next:hover a i,
.leo-button-next:focus a i {
    color: #FFFFFF;
}

.product-detail .leo-more-cdown .deal-clock li {
    border: 1px solid #e1e1e1;
    color: #666;
}

.product-detail .leo-more-cdown .deal-clock li b {
    color: #666;
    border-bottom: 1px solid #e1e1e1;
}

.product-detail .leo-more-cdown .deal-clock li span {
    border-top: 1px solid #e1e1e1;
}

.product-notification.position3 {
    bottom: 30px;
    left: 100px;
    height: auto;
}

.rtl .product-notification.position3 {
    right: 100px;
    left: auto;
}

.leo-smart.product-notification label {
    background-color: transparent;
    color: #666;
    font-size: 13px;
}

.leo-smart.product-notification .product-name {
    font-size: 14px;
    font-weight: 500;
}

.product-notification .close-notifi {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #000000;
    color: #FFFFFF;
    transform: translate(50%, -50%);
    border: 2px solid #FFFFFF;
    font-size: 20px;
}

.product-notification .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: none;
}

.product-notification .time-ago {
    padding: 0;
    color: #666;
    background-color: transparent;
}

.product-notification .product-image {
    width: 100px;
}

.product-notification .column-right {
    flex: 1;
}

.product-notification .product-suggest-content {
    padding: 0;
}

#left-column .block-categories .title_block,
#left-column #search_filters>.h6,
#left-column .block .title_block {
    font-size: 24px;
    line-height: 30px;
    color: #262626;
    font-weight: 400;
    text-transform: none !important;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#left-column #search_filters .facet-title {
    font-size: 20px;
    color: #262626;
    font-weight: 400;
}

#subcategories>.container {
    padding: 0;
}

.leo-block-sidebar .list-item .blog-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.leo-block-sidebar .list-item .blog-content {
    text-align: center;
}

.leo-block-sidebar .list-item .blog-content .info {
    font-size: 14px;
}

.leo-block-sidebar .list-item .post-name a {
    font-size: 16px;
    font-weight: 400;
}

#contact .card {
    border: none;
    box-shadow: none;
    padding-top: 0;
}

#contact .card .contact-form {
    padding-top: 0;
}

#contact .card .contact-form .form-control-label,
#contact .card .contact-form .form-control,
#contact .card .contact-form .form-control-comment {
    font-size: 16px;
}

#blog-category .section-title {
    font-weight: 500;
    color: #262626;
}

#blog-category .childrens a {
    font-weight: 500;
    font-size: 20px;
    color: #262626;
    display: inline-block;
    margin-top: 20px;
}

#blog-category .childrens a:hover {
    color: var(--theme-color-default);
}

#blog-category .childrens .child-desc {
    margin-bottom: 30px;
}

.sitemap-title {
    font-weight: 500;
}

#stores .page-header>h1 {
    font-weight: 500;
    font-size: 36px;
    color: #262626;
}

#stores .card-title {
    font-weight: 500;
}

#module-leofeature-productscompare .product-variants-item>ul {
    list-style: none;
}

.form-control-label[for="field-id_gender"] {
    padding-top: 0;
}

#view_wishlist>h2 {
    margin-bottom: 30px;
}

#view_wishlist .product-variants-item>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#view_wishlist .thumbnail-container .btn-product i {
    width: 16px;
    margin-right: 3px;
}

.rtl #view_wishlist .thumbnail-container .btn-product i {
    margin-left: 3px;
    margin-right: inherit;
}

.quesition .sub-title-widget {
    font-size: 35px;
    font-weight: 700;
    color: var(--theme-color-secondary);
    line-height: 1;
    margin-bottom: 60px;
}

.question_item .title_block {
    font-size: 26px;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--theme-color-secondary);
    margin-bottom: 28px;
}

.question_item .panel-default {
    margin-bottom: 20px;
}

.question_item .panel-default .panel-heading {
    padding: 12px 20px;
    border-bottom: 1px solid #E1E1E1;
}

.question_item .panel-title {
    margin-bottom: 0;
}

.question_item .panel-title a {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: var(--theme-color-secondary);
    position: relative;
    display: block;
}

.question_item .panel-title a:before {
    background: none;
    content: "remove";
    cursor: pointer;
    display: block;
    font-family: "Material Icons";
    font-size: 13px;
    line-height: 1;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    width: auto;
    font-weight: 600;
    color: var(--theme-color-secondary);
}

[dir] .question_item .panel-title a:before {
    left: 0;
    right: auto;
}

.question_item .panel-title .collapsed:before {
    background: none;
    content: "add";
    cursor: pointer;
    display: block;
    font-family: "Material Icons";
    font-size: 13px;
    line-height: 1;
    position: absolute;
    left: auto;
    right: 0px;
    top: 0px;
    width: auto;
    font-weight: 600;
    color: var(--theme-color-secondary);
}

.question_item .text {
    padding: 25px 20px 15px;
    color: var(--theme-color-secondary);
}

.question_item.mt_30 {
    margin-top: 30px;
}

.question_item.mb_50 {
    margin-bottom: 50px;
}

.menu-banner {
    margin-top: 30px;
}

.menu-banner img {
    min-height: 250px;
    object-fit: cover;
}

.about-us_image {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .about-us_image {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

@media (max-width: 575px) {
    .about-us_image {
        height: 300px;
        padding: 0;
        overflow: hidden;
    }
    .about-us_image img {
        width: auto !important;
        height: 100% !important;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.about-us_content {
    margin-top: 50px;
}

.about-us_content .text {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--theme-color-secondary);
}

.about-us_content .title {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    color: var(--theme-color-secondary);
    margin-bottom: 28px;
}

.about-us_content .title.uppercase {
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .about-us_content .title.uppercase {
        margin-top: 30px;
    }
}

.about-us_content.flex {
    display: flex;
    flex-wrap: wrap;
}

.about-us_content .about-content_right {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 575px) {
    .about-us_content .about-content_right {
        margin-top: 30px;
    }
}

.about-us_content .about-content_right>div:first-child {
    width: 100%;
}

.about-us_content .about-content_right>div:not(:first-child) {
    width: calc(50% - 15px);
}

@media (max-width: 767px) {
    .about-us_content .about-content_right>div:not(:first-child) {
        width: 100%;
    }
}

.about-us_content .about-content_right .sub-title-widget {
    margin-bottom: 20px;
}

.about-us_top .sub-title-widget {
    margin-bottom: 30px;
}

.about-us_top .title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #000000;
}

@media (max-width: 767px) {
    .about-us_top .title {
        font-size: 20px;
    }
}

.about-us_top .text {
    margin-bottom: 20px;
}

body:not(#index) #content-wrapper {
    margin-bottom: 30px;
}


/*# sourceMappingURL=styles.css.map */