.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* PRODUCT GRID NUBMER ITEM */
@media (min-width: 1200px) {
  .row-wrapper.row-2 > .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-3 > .col {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-4 > .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-5 > .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-6 > .col {
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
  .row-wrapper.row-6 > .col {
    width: calc(100% / 6);
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-7 > .col {
    -ms-flex: 0 0 calc(100% / 7);
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
  .row-wrapper.row-7 > .col {
    width: calc(100% / 7);
  }
}
@media (min-width: 1200px) {
  .row-wrapper.row-8 > .col {
    -ms-flex: 0 0 calc(100% / 8);
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .row-wrapper > .col {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .row-wrapper > .col {
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .row-wrapper > .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .row-wrapper > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .row-mb-2 > .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .section-boxed {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .section-boxed {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767.98px) {
  .field.fullname .fields .field.field-name-firstname,
  .field.fullname .fields .field.field-name-middlename,
  .field.fullname .fields .field.field-name-lastname {
    float: none;
    width: 100%;
  }
}
/* ===== MINI CART ===== */
@media (max-width: 575px) {
  .minicart-wrapper .block-minicart .block-content > div.actions > div.actions,
  .minicart-wrapper .block-minicart .block-content > div.actions > div.secondary {
    flex: 0 0 112px;
    max-width: 112px;
    ms-flex: 0 0 112px;
  }
}
/* Cart Dropdown */
@media (min-width: 1200px) {
  .dropdown-cart-type .minicart-wrapper > .ui-dialog {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms;
    transform: translateY(20px);
  }
  .dropdown-cart-type .minicart-wrapper:hover > .ui-dialog {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
/* Cart Sidebar */
@media (max-width: 575.98px) {
  .sidebar-cart-type .minicart-wrapper .ui-dialog {
    width: 320px;
  }
}
/* ===== HEADER ===== */
@media (min-width: 1200px) {
  .header .mobile-navigation,
  .header .toogle_menu_mobile {
    display: none !important;
  }
  .header .megamenu-toggle-horizontal .nav-megamenu {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scaleX(0);
    display: none;
  }
  .header .megamenu-toggle-horizontal .child-content > * {
    transition: all 300ms;
    display: block;
  }
  .header.active-menu .megamenu-toggle-horizontal .nav-megamenu {
    display: block;
    transition: all 300ms;
    transform: scaleX(1);
  }
  .header.active-menu .megamenu-toggle-horizontal .middle-header-wrapper .logo,
  .header.active-menu .megamenu-toggle-horizontal .child-content > * {
    max-width: 0;
    padding: 0 !important;
    overflow: hidden;
  }
  .header.header5 .mgs-megamenu--main .nav-main-menu > li.level0 > a.level0 {
    text-transform: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    min-height: 60px;
  }
  .header.header5 .mgs-megamenu--main .nav-main-menu > li.level0:first-child > a.level0 {
    padding-left: 0;
  }
}
@media (max-width: 1199.98px) {
  .header .my-account-link,
  .header .nav-megamenu {
    display: none !important;
  }
  .header .toogle_menu_mobile:before {
    background: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 300ms;
    opacity: 0;
    visibility: hidden;
  }
  .header.header2 .middle-header-content .menu-fr-sidebar .toogle_menu_mobile {
    height: 100%;
  }
  .header.header2 .middle-header-content .menu-fr-sidebar .lh_1 {
    display: none !important;
  }
  .header.header3 .middle-header-wrapper .toogle_menu_action_text .btn_action_text {
    display: none;
  }
  .header.header3 .middle-header-wrapper .child-content > .switcher {
    display: none;
  }
  .header.header4 .top-header-content .switcher {
    display: none;
  }
  .header.header5 .middle-header-wrapper .switcher {
    display: none;
  }
  .header.header6 .middle-header-wrapper {
    padding: 0;
  }
  .header.header6 .middle-header-wrapper .menu-fr-sidebar > * {
    display: none;
  }
  .header.header7 .middle-header-wrapper .toogle_menu_action_text .btn_action_text {
    display: none;
  }
  .header.header7 .middle-header-wrapper .child-content > .switcher {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header.header2 .middle-header-content {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .header.header2 .logo {
    padding: 0 15px 0 0;
  }
  .header.header2 .middle-header-content .child-content {
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-left: auto;
    padding-right: 26px;
  }
  .header.header2 .middle-header-content .menu-fr-sidebar {
    order: 2;
    -webkit-order: 2;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
  .header.header3 .middle-header-wrapper .toogle_menu_action_text {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    order: 1;
    padding-left: 26px;
  }
  .header.header3 .middle-header-wrapper .logo {
    padding: 10px 15px 10px 0;
  }
  .header.header4 .top-header-content {
    padding: 10px 0;
  }
  .header.header4 .top-header-content .top-left {
    width: 100%;
    text-align: center;
  }
  .header.header4 .top-header-content .top-right {
    width: 100%;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .header.header6 .middle-header-wrapper .menu-fr-sidebar {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    order: 1;
  }
  .header.header6 .middle-header-wrapper .logo {
    padding: 0 15px 0 0;
  }
  .header.header7 .middle-header-wrapper .logo {
    padding-left: 25px;
    max-width: 95px;
  }
  .header.header7 .middle-header-wrapper .logo img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1199.98px) {
  .nav-open .mobile-navigation {
    -webkit-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.75);
    left: 0;
  }
  .nav-open .mobile-navigation--tabs {
    left: 0;
  }
  .nav-open .toogle_menu_mobile:before {
    opacity: 1;
    visibility: visible;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-before-open .nav-toggle:before {
    opacity: 1;
    visibility: visible;
  }
  .nav-before-open .sidebar-action-mobile--left,
  .nav-before-open .sidebar-action-mobile--right {
    display: none;
  }
}
@media (min-width: 1200px) {
  .absolute-header.cms-index-index .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .absolute-header.cms-index-index.use-header6.cms-index-index .page-wrapper {
    position: relative;
  }
  .absolute-header.cms-index-index.use-header6.cms-index-index .header:not(.active-sticky) {
    background: none;
    top: 0;
    left: 0;
    right: 0;
  }
  .absolute-header.cms-index-index.use-header6.cms-index-index .header:not(.active-sticky) .container-fluid {
    padding: 0;
  }
  .absolute-header.cms-index-index.use-header6.cms-index-index .header:not(.active-sticky) .minicart-wrapper .action.showcart:before,
  .absolute-header.cms-index-index.use-header6.cms-index-index .header:not(.active-sticky) .block-search .block-title:before,
  .absolute-header.cms-index-index.use-header6.cms-index-index .header:not(.active-sticky) .my-account-link .toogle-action,
  .absolute-header.cms-index-index.use-header6.cms-index-index .header:not(.active-sticky) .action.toogle_menu,
  .absolute-header.cms-index-index.use-header6.cms-index-index .header:not(.active-sticky) .page-settings .toggle-settings .toogle-action {
    color: #fff;
  }
  .absolute-header.cms-index-index.use-header6.cms-index-index .header:not(.active-sticky) .action.toogle_menu {
    border-color: #fff;
  }
  .absolute-header.cms-index-index.use-header6.cms-index-index .header:not(.active-sticky) .action.toogle_menu span {
    background-color: #fff;
  }
}
/* ===== END HEADER ===== */
/* ===== CONTENT ===== */
/* Page title & Breadcrumb */
@media (max-width: 992px) {
  .page-title-wrapper {
    padding: 90px 0;
  }
  .page-title-wrapper .page-title {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-title-wrapper {
    padding: 50px 0;
  }
  .page-title-wrapper .breadcrumbs {
    display: none;
  }
  .page-title-wrapper .page-title {
    font-size: 34px;
  }
}
/* Banner Slider */
.page-header-sliders {
  /* slider home 2 */
  /* Home Watch  */
}
@media (min-width: 992px) {
  .page-header-sliders.fullscreen-slider > .row,
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel,
  .page-header-sliders.fullscreen-slider .owl-stage-outer,
  .page-header-sliders.fullscreen-slider .owl-stage,
  .page-header-sliders.fullscreen-slider .owl-item,
  .page-header-sliders.fullscreen-slider .owl-item > .item,
  .page-header-sliders.fullscreen-slider .item-image {
    height: 100%;
  }
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel {
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image img {
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders.fullscreen-slider {
    height: auto !important;
  }
}
@media (max-width: 575.98px) {
  .page-header-sliders.fullscreen-slider {
    height: 400px !important;
  }
  .page-header-sliders.fullscreen-slider > .row,
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel,
  .page-header-sliders.fullscreen-slider .owl-stage-outer,
  .page-header-sliders.fullscreen-slider .owl-stage,
  .page-header-sliders.fullscreen-slider .owl-item,
  .page-header-sliders.fullscreen-slider .owl-item > .item,
  .page-header-sliders.fullscreen-slider .item-image {
    height: 100%;
  }
  .page-header-sliders.fullscreen-slider .slider_mgs_carousel {
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image {
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-header-sliders.fullscreen-slider .item-image img {
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders .index-slider {
    right: 27px;
    font-size: 24px;
    bottom: 23px;
    margin-right: 13px;
  }
  .page-header-sliders .index-slider .current {
    font-size: 32px;
    margin-right: 13px;
  }
  .page-header-sliders.template-1 .slider_mgs_carousel.owl-carousel .owl-dots {
    right: 38px;
  }
  .page-header-sliders .slide-text .slide-content {
    padding: 55px 35px;
  }
  .page-header-sliders .slide-text .slide-content .title .h1 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-header-sliders .slide-text .slide-content {
    padding: 15px;
  }
  .page-header-sliders .slide-text .slide-content .subtitle {
    margin-bottom: 10px;
  }
  .page-header-sliders .slide-text .slide-content .title .h1 {
    font-size: 30px;
    max-width: 260px;
  }
  .page-header-sliders .slide-text .slide-content .banner-button {
    margin-top: 17px;
  }
}
@media (max-width: 440px) {
  .page-header-sliders .index-slider {
    display: none !important;
  }
  .page-header-sliders.template-1 .slider_mgs_carousel.owl-carousel .owl-dots {
    right: 18px;
  }
  .page-header-sliders .page-header-sliders .slide-text .slide-content {
    padding: 0;
  }
  .page-header-sliders .page-header-sliders .slide-text .slide-content .subtitle .count {
    display: none;
  }
  .page-header-sliders .page-header-sliders .slide-text .slide-content .title .h1 {
    font-size: 18px;
    max-width: 160px;
  }
  .page-header-sliders .slider-home9 .slide-text .slide-content {
    padding: 0;
  }
  .page-header-sliders .slider-home9 .slide-text .slide-content .title .h4.nowrap {
    font-size: 16px;
  }
}
@media (max-width: 1199.98px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 {
    margin-left: 16%;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .title-slider {
    font-size: 52px;
    line-height: 1.1;
    margin: 15px 0 25px;
  }
}
@media (max-width: 768px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .subtitle-slider {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .title-slider {
    font-size: 42px;
    line-height: 1;
    margin: 15px 0;
  }
}
@media (max-width: 480px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 {
    margin-left: 10%;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .subtitle-slider {
    display: none;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .title-slider {
    font-size: 32px;
    margin: 0 0 10px;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v2 .btn-default {
    font-size: 13px;
    padding: 5px 10px;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .title {
    margin-top: 18px;
    font-size: 50px;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .actions {
    margin-top: 36px;
  }
}
@media (max-width: 767.98px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .mini-title {
    margin-top: 17px;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .actions {
    margin-top: 21px;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .title {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 {
    white-space: inherit;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .sub-title {
    font-size: 14px;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .mini-title,
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .actions .btn.btn-primary {
    display: none;
  }
  .page-header-sliders .slider_mgs_carousel .slide-content-v3 .title {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders .slider_mgs_carousel .slide-content-v4 {
    padding: 40px;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-dots {
    right: 50px;
  }
  .page-header-sliders.template-4 .index-slider {
    right: 25px;
    bottom: 110px;
  }
}
@media (max-width: 767.98px) {
  .page-header-sliders.template-4 .index-slider {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .page-header-sliders.template-4 .slider_mgs_carousel.owl-carousel .owl-dots {
    right: 50px;
  }
}
@media (max-width: 991.98px) {
  .page-header-sliders .slider_mgs_carousel .owl-item .slide-content-v1 .slide-text .inner-text {
    max-width: 50%;
    padding: 45px 0;
  }
  .page-header-sliders .slider_mgs_carousel .owl-item .slide-content-v1 .title {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 10px;
  }
  .page-header-sliders .slider_mgs_carousel .owl-item .slide-content-v1 .title span {
    font-size: 60px;
  }
  .page-header-sliders .slider_mgs_carousel .owl-item .slide-content-v1 p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .page-header-sliders .slider_mgs_carousel .owl-item .slide-content-v1 p {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .page-header-sliders .slider_mgs_carousel .owl-item .slide-content-v1 .item-image {
    min-height: 300px;
    background-position: center;
  }
  .page-header-sliders .slider_mgs_carousel .owl-item .slide-content-v1 .item-image img {
    display: none;
  }
  .page-header-sliders .slider_mgs_carousel .owl-item .slide-content-v1 .slide-text .inner-text {
    max-width: 80%;
  }
}
@media (max-width: 575.98px) {
  .slide_home_lookbook .page-header-sliders .slider_mgs_carousel .item-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    min-height: 400px;
  }
  .slide_home_lookbook .page-header-sliders .slider_mgs_carousel .item-image img {
    opacity: 0;
  }
}
@media (min-width: 992px) {
  .container-content .page-header-sliders .slider_mgs_carousel .slide-text.middle_left {
    width: 70%;
    transform: translate(-50%, -50%);
    left: 50%;
  }
  .container-content .page-header-sliders .slider_mgs_carousel .slide-text.middle_right {
    right: 50%;
    transform: translate(50%, -50%);
    width: 70%;
  }
  .container-content .page-header-sliders .slider_mgs_carousel .slide-text.middle_right .inner-text {
    float: right;
  }
}
@media (max-width: 991.98px) {
  .container-content .page-header-sliders .slider_mgs_carousel .slide-text.middle_left {
    padding-left: 30px;
  }
  .container-content .page-header-sliders .slider_mgs_carousel .slide-text.middle_right {
    padding-right: 30px;
  }
}
/* List Layout */
@media (max-width: 1199px) {
  .products-list .product-item .product-item-info .product-item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .products-list .product-item .product-item-info .product-item-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 25px 45px 25px 15px;
  }
  .products-list .product-item .product-item-info .product-item-details .product-item-description {
    margin: 15px 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .products-list .product-item .product-item-info .product-item-image .product-item-actions {
    display: none;
  }
}
@media (max-width: 767.6799999999999px) {
  .products-list .product-item .product-item-info .product-item-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products-list .product-item .product-item-info .product-item-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 45px;
  }
}
@media (max-width: 767.6799999999999px) {
  .products-list .product-item .product-item-details .product-item-actions .action.toshare {
    display: none;
  }
}
/* ===== FOOTER ===== */
.footer {
  /* Footer version 1 */
}
@media (max-width: 991.98px) {
  .footer .newsletter_footer {
    display: inherit;
    max-width: 100%;
    float: none;
  }
  .footer .newsletter_footer .block.newsletter {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .footer.footer1 {
    margin: 0;
  }
  .footer.footer1 .middle-footer .top_middle_footer .left-content {
    order: 1;
  }
  .footer.footer1 .middle-footer .top_middle_footer .right-content {
    order: 2;
  }
  .footer.footer1 .middle-footer .top_middle_footer .links li a {
    margin-right: 25px;
  }
  .footer.footer1 .logo-footer-1 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .footer.footer1 .middle-footer .top_middle_footer .links {
    display: inherit;
    text-align: center;
  }
  .footer.footer1 .middle-footer .top_middle_footer .links li a {
    margin-right: 0;
  }
}
@media (max-width: 1199.98px) {
  .footer.footer2 .middle-footer {
    margin: 0;
  }
}
@media (max-width: 991.98px) {
  .footer.footer2 .middle-footer .links {
    padding: 30px 0;
  }
}
@media (max-width: 767.98px) {
  .footer.footer2 .middle-footer .links {
    padding: 20px 0 40px;
  }
  .footer.footer2 .bottom-footer .left-content {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding-bottom: 10px;
  }
  .footer.footer2 .bottom-footer .right-content {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .footer.footer2 .middle-footer {
    padding-bottom: 30px;
  }
  .footer.footer2 .middle-footer .links {
    padding: 20px 0;
    border-top: 1px solid #ededed;
  }
  .footer.footer2 .bottom-footer address {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199.98px) {
  .footer.footer3 .middle-footer .row > div {
    margin-bottom: 30px;
  }
}
@media (min-width: 575.98px) {
  .footer.footer3 .middle-footer .links {
    display: block !important;
  }
}
@media (max-width: 575.98px) {
  .footer.footer3 .middle-footer {
    padding: 50px 0;
  }
  .footer.footer3 .middle-footer .links {
    display: none;
  }
  .footer.footer3 .middle-footer .row .list-links {
    margin-bottom: 10px;
  }
  .footer.footer3 .middle-footer .title:after {
    content: "";
    width: 18px;
    height: 2px;
    background-color: #222;
    position: absolute;
    right: 15px;
    top: 8px;
  }
  .footer.footer3 .middle-footer .title:before {
    content: "";
    width: 2px;
    height: 18px;
    background-color: #222;
    position: absolute;
    right: 23px;
    top: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  .footer.footer3 .middle-footer .list-links.active .title:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .footer.footer3 .bottom-footer {
    padding: 50px 0;
  }
}
@media (max-width: 991.98px) {
  .footer.footer5 .links {
    float: left;
  }
  .footer.footer5 .links li a {
    padding-left: 0;
    padding-right: 30px;
  }
  .footer.footer5 .newsletter_footer {
    margin: 20px 0 40px;
  }
  .footer.footer5 .newsletter_footer .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .footer.footer5 .links li {
    margin-bottom: 7px;
  }
}
@media (max-width: 991.98px) {
  .footer.footer6 .newsletter_footer {
    display: table;
  }
}
@media (max-width: 767.98px) {
  .footer.footer6 {
    text-align: center;
  }
  .footer.footer6 .logo-footer {
    margin-bottom: 50px;
  }
  .footer.footer6 .row-footer-2 {
    padding-top: 0;
  }
  .footer.footer6 .row-footer-2:before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .footer.footer6 address {
    margin-bottom: 15px;
  }
  .footer.footer6 .list-social {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .footer.footer6 .list-social li a {
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .footer.footer7 .top-footer .button {
    margin-bottom: 35px;
  }
  .footer.footer7 .middle-footer {
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .footer.footer7 .bottom-footer address {
    text-align: center;
  }
  .footer.footer7 .list-social {
    margin-top: 10px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .footer.footer7 .list-social li a {
    padding: 0 17px;
  }
}
@media (max-width: 1199.98px) {
  .footer.footer8 .newsletter_footer .block.newsletter {
    flex: 0 0 100%;
    ms-flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .footer.footer8 .middle-footer .row-footer-1 h6 {
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .footer.footer8 address {
    text-align: center;
  }
  .footer.footer8 div .d-flex.justify-content-center {
    margin: 10px 0;
  }
  .footer.footer8 .list-social {
    margin-top: 15px;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .footer.footer8 .list-social li a {
    padding: 0 17px;
  }
  .footer.footer8 .middle-footer .row-footer-2 {
    border-top: none;
  }
}
@media (max-width: 575.98px) {
  .footer.footer8 .middle-footer .row-footer-2 .d-flex li a {
    padding: 0 5px;
  }
}
/* ===== MGS_Social ===== */
/* Instagram Widget */
@media (max-width: 1199.98px) {
  .instagram-block .instagram-widget-slider {
    padding: 0;
  }
}
/* ===== Magento_Newsletter ===== */
/* Newsletter Popup */
@media (max-width: 991px) {
  .newsletter_popup {
    width: 700px !important;
  }
  #newsletter-popup {
    padding-top: 40px;
  }
  #newsletter-popup h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  #newsletter-popup .newsletter-popup-content,
  #newsletter-popup .checkbox {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .newsletter-link,
  .modal_newsletter_popup,
  .newsletter_popup {
    display: none !important;
  }
}
/* Newsletter Home */
@media (max-width: 991.98px) {
  .newsletter-home .template-5 .block-title,
  .newsletter-home .template-5 .newsletter-home-form {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .newsletter-home .block-title .title {
    font-size: 26px;
  }
  .block.newsletter .form.subscribe .actions {
    right: 20px;
  }
  .block.newsletter input[type="email"] {
    height: 50px;
    line-height: 50px;
    padding: 0 45px 0 20px;
  }
  .block.newsletter .form.subscribe .actions .action.subscribe {
    height: 50px;
    line-height: 50px;
  }
}
/* ===== CONTENT ===== */
/* Scroll to top */
@media (max-width: 768px) {
  .scroll-to-top {
    display: none;
  }
}
/* Magento_Customer */
/* Login & Create new customer account */
@media (min-width: 992px) {
  .customer-account-login #maincontent {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  .customer-account-login .login-container .block-customer-static {
    display: none;
  }
}
/* End Login & Create new customer account */
@media (max-width: 576px) {
  .newsletter-heading {
    background-size: 150px;
  }
  .newsletter-heading .title {
    font-size: 30px;
  }
  .newsletter-heading .subtitle {
    padding-top: 0;
  }
}
/*End Banner-v2*/
/* Magento_Contact */
@media (min-width: 992px) {
  .contact-index-index #maincontent {
    padding-top: 0;
    margin-top: -73px;
  }
}
@media (max-width: 991.98px) {
  .contact-index-index .d-flex {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-index-index .d-flex .form.contact {
    order: 1;
    width: 100%;
  }
  .contact-index-index .d-flex .form.contact,
  .contact-index-index .d-flex .store-information {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .contact-index-index .d-flex .store-information {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .contact-index-index .store-information .contact-info .phone {
    font-size: 28px;
  }
}
/* Home Bags */
@media (max-width: 1200px) {
  .slider-bags .slide-text .title.title-bags {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
  .slider-bags .slide-text .title.title-bags:before {
    height: 80px;
  }
  .slider-bags .slide-text .content {
    display: none;
  }
}
@media (max-width: 992px) {
  .slider-bags .slide-text .sub-title {
    margin-bottom: 10px;
  }
  .slider-bags .slide-text .title.title-bags {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px;
  }
  .slider-bags .slide-text .title.title-bags:before {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .slider-bags .slide-text .sub-title {
    display: none;
  }
  .slider-bags .slide-text .title.title-bags {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .slider-bags .slide-text .title.title-bags:before {
    top: 4px;
    left: -20px;
    height: 35px;
  }
}
@media (max-width: 480px) {
  .slider-bags .slide-text .inner-text.middle_right {
    padding-left: 0;
  }
  .slider-bags .slide-text .title.title-bags {
    font-size: 14px;
    margin-bottom: 0;
  }
  .slider-bags .slide-text .title.title-bags:before {
    left: -10px;
    width: 3px;
  }
}
@media (max-width: 576px) {
  .promo-bags {
    padding-left: 0;
  }
  .promo-bags .text-classic {
    font-size: 25px;
  }
  .promo-bags .color-classic {
    font-size: 30px;
  }
  .promo-bags .text-bags {
    display: none;
  }
  .promo-bags.classic-bag,
  .promo-bags .color-classic.f_medium {
    margin-bottom: 0;
  }
  .banner-women-sale {
    padding-left: 0;
  }
  .banner-women-sale .bags-sale {
    margin-bottom: 30px;
  }
  .banner-women-sale .bags-sale .text-colour-black {
    font-size: 40px;
  }
  .banner-women-sale .bags-sale .color-blue,
  .banner-women-sale .bags-sale .text-sale .color-primary {
    font-size: 45px;
  }
  .banner-women-sale .bags-sale .text-sale .fs-off {
    font-size: 24px;
    padding-left: 0;
    margin-top: -15px;
  }
  .banner-women-sale .text-colour-black.text-title {
    display: none;
  }
}
/* End Home Bags */
/* Home Perfume*/
@media (max-width: 992px) {
  .slider-perfume .slide-text .title.color-title-per {
    font-size: 60px;
    line-height: 55px;
  }
}
@media (max-width: 576px) {
  .slider-perfume .slide-text .title.color-title-per {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 440px) {
  .slider-perfume .slide-text .title.color-title-per {
    font-size: 28px;
    line-height: 30px;
  }
  .slider-perfume .slide-text button.color-title-per {
    margin-top: 30px;
  }
}
/* End Home Perfume*/
/*Home Page 09*/
@media (max-width: 767px) {
  .single-product .block.widget.mgs-product.products-grid {
    text-align: center;
  }
  .single-product .img-fluid {
    width: 100%;
  }
  .single-product .products-grid .product-item-info {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .slider-home9 .page-header-sliders .slide-text .slide-content {
    padding: 0;
  }
  .slider-home9 .page-header-sliders .slide-text .title .h4.nowrap {
    font-size: 16px;
  }
  .slider-home9 .page-header-sliders .slide-text .banner-button {
    margin-top: 0;
    margin-left: 0;
  }
}
/*End Home Page 09*/
/*Shop By Brand*/
@media (min-width: 1200px) {
  .col-md-custom-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20;
    max-width: 20%;
  }
}
/*End Shop By Brand*/
/* 404 Pages */
@media (max-width: 575px) {
  .cms-noroute-index #maincontent {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cms-noroute-index .main-404 .content-heading-404 p.info {
    margin: 30px auto 0;
  }
  .cms-noroute-index .footer_error_page {
    padding-bottom: 20px;
  }
}
/* Toolbar */
@media (max-width: 991px) {
  .toolbar.toolbar-products {
    flex-wrap: wrap-reverse;
    margin-bottom: 34px;
  }
  .toolbar.toolbar-products > * {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .toolbar.toolbar-products .limiter,
  .toolbar.toolbar-products .sorter {
    width: 100%;
  }
  .toolbar.toolbar-products .toolbar-amount,
  .toolbar.toolbar-products .modes {
    display: none;
  }
}
/* Magento_Review */
/* Magento_Sendfriend */
@media (max-width: 767.98px) {
  .form.send.friend .flex-info,
  .form.send.friend .fieldset.invite {
    display: block;
  }
  .form.send.friend .flex-info .field.sender.required,
  .form.send.friend .flex-info .field.email.required {
    width: 100%;
    margin-bottom: 15px;
  }
  .form.send.friend .fieldset.invite .field.name.required,
  .form.send.friend .fieldset.invite .field.email.required {
    width: 100%;
    margin-bottom: 15px;
  }
  .form.send.friend .actions-toolbar {
    text-align: center;
  }
}
/* Review List - My Account (Dashboard) */
@media (max-width: 767.98px) {
  .block-reviews-dashboard .items .item {
    padding: 10px 0 15px;
  }
  .block-reviews-dashboard .items .item .product-name {
    width: 100%;
  }
}
/* Review Detail */
@media (max-width: 767.98px) {
  .customer-review.view .review-details .customer-review-rating .rating-summary.item {
    width: 100%;
    margin: 5px 0;
  }
}
@media (max-width: 575.98px) {
  .customer-review.view .review-details {
    margin-top: 30px;
  }
  .customer-review.view .product-details .product-media,
  .customer-review.view .product-details .product-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .customer-review.view .product-details .product-info {
    margin-top: 25px;
  }
}
/* MGS_Promobanner */
@media (max-width: 575.98px) {
  .promobanner-v2 .promobanner-v2 .promobanner .text {
    padding: 20px 30px;
  }
  .promobanner-v2 .promobanner-v2 .promobanner .text h2 {
    font-size: 24px;
  }
  .promobanner-v2 .promobanner-v2 .promobanner .text .banner-button {
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .promobanner-v7 .promobanner .text {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .promobanner-v5 .promobanner.lazy-img.loaded a img {
    min-height: 150px;
  }
  .promobanner-v5 .promobanner .text h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .promobanner-v5 .promobanner .text h2 span {
    font-size: 30px;
  }
  .promobanner-v5 .promobanner .text .banner-text {
    text-align: left;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  .promobanner-v8 .promobanner .banner-text {
    padding: 0;
    margin-top: 0;
  }
  .promobanner-v8 .promobanner .banner-text h2 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .promobanner-v8 .promobanner {
    border: 10px solid #fff;
  }
  .promobanner-v8 .promobanner .banner-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .promobanner-v8 .promobanner a.btn-after {
    font-size: 12px;
    padding: 5px 0;
  }
}
/* porfolio */
@media (max-width: 991px) {
  .portfolio-image {
    margin-bottom: 20px;
  }
  .portfolio-top-content .portfolio-bottom-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .portfolio-top-content .image-item a:after {
    opacity: 0.3;
    visibility: visible;
  }
  #tabs_categories_porfolio li {
    padding: 0 20px;
  }
  .portfolio-details .portfolio-image {
    margin-bottom: 20px;
  }
  .portfolio-details .portfolio-image .portfolio_galley_carousel .owl-item .image-item {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .show-menu-product-tabs {
    margin-bottom: 40px;
  }
  #tabs_categories_porfolio {
    display: none;
  }
  #tabs_categories_porfolio li {
    width: 100%;
    padding: 0;
  }
  #tabs_categories_porfolio li a {
    display: block;
    padding: 5px;
  }
  .portfolio-details .portfolio-image .portfolio_galley_carousel .owl-item .image-item {
    height: 150px;
  }
  .article-info .headline.heading-content {
    padding: 0;
    font-size: 30px;
    line-height: 30px;
  }
}
/* Coming Soon */
@media (max-width: 992px) {
  .cms-coming-soon .main-content-cms .content-flex {
    height: 100%;
    flex-direction: column;
  }
  .cms-coming-soon .main-content-cms .content-flex .logo1 {
    display: block;
    padding: 30px 0;
  }
  .cms-coming-soon .main-content-cms .content-flex .content {
    order: 3;
    padding: 30px 0;
  }
  .cms-coming-soon .main-content-cms .content-flex .content .logo {
    display: none;
  }
  .cms-coming-soon .main-content-cms .content-flex .time-countdown {
    width: 100%;
    padding: 0;
  }
  .cms-coming-soon .main-content-cms .content-flex .time-countdown .countdown-number .time-item {
    min-width: calc(100%/2);
  }
  .cms-coming-soon .main-content-cms .content-flex .time-item.null {
    display: none;
  }
}
/* Magento_LayerNavigation */
/* 1 Column Page */
@media (max-width: 991.98px) {
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title {
    width: 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 12px 15px 0;
  }
}
@media (min-width: 768px) {
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content {
    display: block !important;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title.no-toggle:before {
    content: none !important;
  }
}
@media (max-width: 767.98px) {
  .column.main .block.filter .filter-content .filter-options {
    display: block;
    margin: 0;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item {
    display: block;
    margin: 0;
    padding: 0;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content,
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content:after,
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title:after {
    content: none;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title {
    padding: 10px 15px 10px 0;
    border-bottom: 1px solid #eee;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title:before {
    right: 0;
    top: 12px;
    content: "\e61a" !important;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title.active-mbtg {
    border: none;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-title.active-mbtg:before {
    content: "\e622" !important;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content {
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    display: none;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items {
    display: block;
    margin: 0;
    padding: 0;
  }
  .column.main .block.filter .filter-content .filter-options .filter-item .filter-options-content .items .item {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 12px 0 0;
    display: block !important;
  }
}
/*Account*/
@media (max-width: 767.98px) {
  body.account .main .table th {
    display: none;
  }
  body.account .main .table td {
    display: block;
    border: none;
    text-align: left;
    padding: 5px 0;
  }
  body.account .main .table td::before {
    content: attr(data-th) ': ';
    float: left;
    font-weight: 600;
    color: #000;
    margin-right: 20px;
  }
  body.account .main .table td.actions::before {
    display: none;
  }
  body.account .main .table tbody tr {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    display: block;
  }
  body.account .main .table .col {
    width: 100%;
    text-align: left;
  }
  body.account .main .product.product-item-name {
    font-size: 16px;
    font-weight: 400;
  }
  body.account.customer-account-index .main .block-dashboard-info .block-content,
  body.account.customer-account-index .main .block-dashboard-addresses .block-content {
    display: inherit;
  }
  body.account.customer-account-index .main .block-dashboard-info .block-content .box,
  body.account.customer-account-index .main .block-dashboard-addresses .block-content .box {
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.account.customer-account-edit .main .form-edit-account .fieldset {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.account.customer-address-index .main .block-addresses-default .block-content .box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.account.sales-order-view .main .block-order-details-view .block-content .box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.account .table-wrapper.reviews .table-reviews tbody tr:nth-child(2n) {
    background-color: transparent;
  }
  body.account.sales-order-print .page-main .block-order-details-view .block-content .box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  body.account .main .block .block-title > a {
    display: block;
    margin-left: 0;
  }
}
/* CHECKOUT */
@media (min-width: 992px) {
  .checkout-index-index .checkout-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: relative;
  }
  .checkout-index-index .checkout-container > .messages {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .checkout-index-index .authentication-wrapper {
    position: absolute;
    right: 15px;
    top: 0;
  }
  .checkout-index-index .opc-progress-bar {
    margin: 0 0 50px;
    counter-reset: i;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    text-align: center;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span {
    display: block;
    padding-top: 45px;
    color: #e4e4e4;
    font-size: 16px;
    font-weight: 500;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span:before {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
    background: #fff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333;
    font-weight: 600;
    font-size: 19px;
    line-height: 25px;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete:before {
    background: #14ab00;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span {
    color: #14ab00;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span:after {
    font-family: 'FontAwesome';
    content: '\f00c';
    color: #14ab00;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._complete > span:before {
    background: #14ab00;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active:before {
    background: #c61932;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span {
    color: #333;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:before {
    background: #c61932;
  }
  .checkout-index-index .opc-progress-bar .opc-progress-bar-item._active > span:after {
    font-family: 'FontAwesome';
    content: '\f00c';
  }
  .checkout-index-index .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .opc-wrapper {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .checkout-index-index .opc-sidebar {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .checkout-index-index .opc-sidebar .modal-content {
    border: 0;
  }
  .checkout-index-index .opc-sidebar.modal-custom .action-close {
    display: none;
  }
  .checkout-index-index .opc-sidebar .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  #opc-sidebar,
  .opc-block-shipping-information {
    background: #f7f7f7;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart {
    background: none;
    border: none;
    padding: 0;
    line-height: 42px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .opc-estimated-wrapper {
    padding: 20px 15px;
    background: #f7f7f7;
  }
  .opc-estimated-wrapper .estimated-price {
    color: #c61932;
    font-size: 24px;
    font-weight: 600;
  }
  .opc-estimated-wrapper:after {
    content: "";
    display: block;
    clear: both;
  }
  .opc-estimated-wrapper .estimated-block {
    float: left;
    color: #333;
    font-size: 18px;
    vertical-align: top;
  }
  .opc-block-summary .items-in-cart > .title {
    cursor: default;
  }
  .opc-block-summary .items-in-cart > .title:after {
    display: none;
  }
  .opc-block-summary {
    margin-bottom: 0;
  }
  .opc-sidebar .modal-inner-wrap .modal-header {
    display: block;
  }
  .opc-progress-bar {
    display: none;
  }
  .opc-sidebar.opc-summary-wrapper._show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    -moz-transform: translate3d(-320px, 0, 0);
    -o-transform: translate3d(-320px, 0, 0);
  }
  .opc-sidebar.opc-summary-wrapper .minicart-items {
    display: block !important;
  }
  .opc-sidebar.opc-summary-wrapper {
    width: 320px;
    bottom: 0;
    left: auto;
    min-width: 0;
    position: fixed;
    right: -320px;
    top: 0;
    visibility: hidden;
    z-index: 99998;
    width: auto;
    background: #f7f7f7;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    overflow: auto;
  }
  .opc-block-shipping-information {
    padding: 0 30px;
  }
  .opc-sidebar.opc-summary-wrapper._show + .modal-custom-overlay {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 899 !important;
    background-color: rgba(0, 0, 0, 0.6);
  }
}
@media (max-width: 450px) {
  .opc-estimated-wrapper .estimated-block > span {
    display: block;
  }
  .modal-slide._inner-scroll .modal-footer button {
    padding: 10px 15px;
    width: 100%;
  }
}
/* END CHECKOUT */
@media (max-width: 1199.98px) {
  .modal-popup .modal-inner-wrap {
    width: unset;
    max-width: 100%;
    margin: 0 15px;
  }
  .modal-slide._inner-scroll .modal-content,
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    padding: 15px;
  }
  .modal-popup #shipping-new-address-form {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  #shopping-cart-table .product-item-photo {
    margin-bottom: 8px;
  }
  #shopping-cart-table th + th {
    min-width: 150px;
  }
  .cart.actions {
    margin-top: 35px;
  }
  .cart.actions .action.btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .checkout-cart-index .checkout-extra {
    padding-left: 0;
  }
  .checkout-cart-index .checkout-extra > .block > .title {
    width: 50%;
    text-align: center;
  }
  .checkout-cart-index .checkout-extra > .block.discount > .title {
    top: 0;
    right: 0;
    left: auto;
  }
  .checkout-cart-index .checkout-extra > .block .content {
    border-left: 0;
  }
}
@media (max-width: 767px) {
  #shopping-cart-table {
    border: none;
  }
  #shopping-cart-table .control.qty {
    display: inline-block;
  }
  #shopping-cart-table tbody {
    border: 1px solid #ddd;
    display: block;
    padding: 20px 0;
  }
  #shopping-cart-table tbody tr {
    display: block;
  }
  #shopping-cart-table tbody tr td {
    display: block;
    border: none;
    padding: 5px 15px !important;
    width: 100%;
  }
  #shopping-cart-table tbody tr td.col:not(.item):before {
    content: attr(data-th) " :";
    position: absolute;
    left: 15px;
    color: #333;
    font-weight: normal;
    top: 16px;
  }
  #shopping-cart-table tbody tr td + td {
    text-align: right;
  }
  #shopping-cart-table thead {
    display: none;
  }
}
@media (max-width: 575px) {
  #shopping-cart-table .actions-toolbar > a {
    margin-left: 0px;
    margin-right: 10px;
  }
  #shopping-cart-table .actions-toolbar .gift-options-cart-item {
    width: 100%;
  }
}
/***/
@media (min-width: 992px) {
  .page-layout-3columns .toolbar.toolbar-products {
    flex-wrap: wrap-reverse;
    margin-bottom: 34px;
  }
  .page-layout-3columns .toolbar.toolbar-products > * {
    margin-bottom: 10px;
  }
  .page-layout-3columns .toolbar.toolbar-products .limiter,
  .page-layout-3columns .toolbar.toolbar-products .sorter {
    min-width: 40%;
  }
}
@media (min-width: 1366px) {
  .page-products-full-width .column.main .block.filter.active .container,
  .page-products-full-width #maincontent {
    max-width: calc(100% - 170px);
  }
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .page-products-full-width .column.main .block.filter.active .container,
  .page-products-full-width #maincontent {
    max-width: calc(100% - 70px);
  }
}
@media (max-width: 1199.98px) {
  .page-products-full-width .column.main .block.filter.active .container,
  .page-products-full-width #maincontent {
    max-width: unset;
  }
}
/* MGS_Quickview */
@media (max-width: 991.98px) {
  .actions-quickview,
  .mfp-mgs-quickview {
    display: none !important;
  }
}
/* Sidebar Responsive */
@media (min-width: 992px) {
  body .sidebar-mobile--title {
    display: none;
  }
}
@media (max-width: 991px) {
  body .col.column.main,
  body .sidebar.sidebar-main,
  body .sidebar.sidebar-additional {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  body .sidebar-mobile--title {
    margin: 0 -20px 30px;
    padding: 12px 50px 12px 20px;
    background-color: #222;
    color: #fff;
    width: 320px;
    position: relative;
  }
  body .sidebar-mobile--title h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  body .sidebar-mobile--title .close-sidebar-action {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #fff;
    background: none;
    border: none;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}
body .sidebar-action-mobile--left,
body .sidebar-action-mobile--right {
  position: relative;
  z-index: 999;
}
body .sidebar-action-mobile--left:after,
body .sidebar-action-mobile--right:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
}
body.active-sidebar .header,
body.active-sidebar-right .header {
  position: static !important;
}
body.active-sidebar .navbar_sidebar,
body.active-sidebar-right .navbar_sidebar {
  display: none !important;
}
body.active-sidebar .sidebar-action-mobile--left:after {
  visibility: visible;
  opacity: 1;
  left: 320px;
}
body.active-sidebar.page-layout-2columns-right .sidebar-action-mobile--left:after {
  right: 320px;
  left: 0;
}
body.active-sidebar-right .sidebar-action-mobile--right:after {
  visibility: visible;
  opacity: 1;
  right: 320px;
}
body .navbar_sidebar {
  display: none;
}
@media (max-width: 991px) {
  body .navbar_sidebar {
    display: block;
    position: fixed;
    top: 30%;
    left: 0;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #d4d4d4;
    font-size: 25px;
    border-radius: 0 5px 5px 0;
    opacity: .8;
    line-height: 1;
    border-left: 0;
  }
  body .navbar_sidebar .icon {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  body .navbar_sidebar.navbar_sidebar--right {
    right: 0;
    left: auto;
    border: 1px solid #d4d4d4;
    border-radius: 5px 0 0 5px;
    border-right: 0;
  }
}
@media (max-width: 991px) {
  body.page-layout-2columns-left .sidebar.sidebar-main,
  body.page-layout-2columns-right .sidebar.sidebar-main {
    position: fixed;
    top: 0;
    left: -320px;
    max-width: 320px !important;
    padding: 0 20px 30px;
    background-color: #fff;
    z-index: 99;
    overflow-y: auto;
    height: 100%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  body.page-layout-2columns-left.active-sidebar .sidebar.sidebar-main,
  body.page-layout-2columns-right.active-sidebar .sidebar.sidebar-main {
    left: 0;
  }
  body.page-layout-2columns-left.active-sidebar .navbar_sidebar,
  body.page-layout-2columns-right.active-sidebar .navbar_sidebar {
    display: none !important;
  }
  body.page-layout-2columns-right .navbar_sidebar {
    border: 1px solid #d4d4d4;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    right: 0;
    left: auto;
  }
  body.page-layout-2columns-right .sidebar.sidebar-main {
    left: 100%;
  }
  body.page-layout-2columns-right.active-sidebar .sidebar.sidebar-main {
    left: calc(100% - 320px);
  }
  body.page-layout-3columns .sidebar.sidebar-main,
  body.page-layout-3columns .sidebar.sidebar-additional {
    position: fixed;
    top: 0;
    left: -320px;
    max-width: 320px !important;
    padding: 0 20px 30px;
    background-color: #fff;
    z-index: 99;
    overflow-y: auto;
    height: 100%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  body.page-layout-3columns .sidebar.sidebar-additional {
    left: 100%;
  }
  body.page-layout-3columns.active-sidebar .sidebar.sidebar-main {
    left: 0;
  }
  body.page-layout-3columns.active-sidebar-right .sidebar.sidebar-additional {
    left: calc(100% - 320px);
  }
}
@media (max-width: 991.98px) {
  .catalog-product-view .row.row-detail-product {
    justify-content: space-around;
  }
  .catalog-product-view .product-info-main {
    margin-top: 60px;
    -webkit-box-flex: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-product-view .product.media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    padding: 0 15px;
    max-width: 80%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .product.media {
    margin-top: 60px;
    -webkit-box-flex: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .product-detail-infomation .product-data-items-content .data.item.content {
    padding-top: 40px;
  }
  .product-detail-infomation .product-data-items-menu .data.item.title {
    display: table-cell;
    font-size: 20px;
    padding: 0 25px;
  }
}
@media (max-width: 767.98px) {
  .product-detail-infomation .product-data-items-menu {
    display: none;
  }
  .product-detail-infomation .product-data-items-content .data.item.content {
    padding: 15px;
    border: 1px solid #eee;
    border-top: 0;
  }
  .product-detail-infomation .product-data-items-content .title-accordion {
    display: block;
    border: 1px solid #eee;
    border-top-color: transparent;
    padding: 10px 15px;
    font-weight: 600;
    color: #222;
    font-size: 18px;
    position: relative;
  }
  .product-detail-infomation .product-data-items-content .title-accordion:first-child {
    border-top-color: #eee;
  }
  .product-detail-infomation .product-data-items-content .title-accordion:before,
  .product-detail-infomation .product-data-items-content .title-accordion:after {
    content: "";
    position: absolute;
    background-color: #222;
    top: 50%;
    display: block;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  .product-detail-infomation .product-data-items-content .title-accordion:after {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    right: 10px;
  }
  .product-detail-infomation .product-data-items-content .title-accordion:before {
    height: 14px;
    width: 2px;
    background-color: #222;
    margin-top: -7px;
    right: 16px;
  }
  .product-detail-infomation .product-data-items-content .title-accordion.active:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  .product-detail-infomation .block.review-add .legend.review-legend,
  .product-detail-infomation .block.review-list .legend.review-legend,
  .product-detail-infomation .block.review-add .block-title strong,
  .product-detail-infomation .block.review-list .block-title strong,
  .product-detail-infomation .block.review-add .block-title strong,
  .product-detail-infomation .block.review-list .block-title strong {
    text-align: left;
  }
  .product-detail-infomation .review-field-ratings .control > .nested {
    display: block;
  }
  .product-detail-infomation .review-field-ratings .review-field-rating {
    padding-left: 0;
  }
  .product-detail-infomation .review-field-ratings .review-field-rating .review-control-vote {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    margin-top: 2px;
  }
}
@media (max-width: 767.98px) {
  .catalog-product-view > main > .product.info.detailed {
    padding: 50px 15px;
    background-color: #f8f8f8;
  }
  .product.info.detailed > .product.data.items {
    display: block;
  }
  .product.info.detailed > .product.data.items .data.item.title {
    width: 100%;
    flex: 0 0 100%;
    border: 1px solid #eee;
    border-top-color: transparent;
    padding: 10px 15px;
    font-size: 18px;
    position: relative;
  }
  .product.info.detailed > .product.data.items .data.item.title a {
    width: 100%;
    padding: 0;
  }
  .product.info.detailed > .product.data.items .data.item.title a:after {
    background-color: #222;
    bottom: auto;
    left: auto;
    width: 12px;
    height: 1.5px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
  }
  .product.info.detailed > .product.data.items .data.item.title a:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #222;
    right: 5px;
    margin-top: 10px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
  }
  .product.info.detailed > .product.data.items .data.item.title.hover a:after {
    width: 12px;
  }
  .product.info.detailed > .product.data.items .data.item.title.active a:before,
  .product.info.detailed > .product.data.items .data.item.title.active a:after {
    opacity: 0;
  }
  .product.info.detailed > .product.data.items .data.item.title:first-child {
    border-top-color: #eee;
  }
  .product.info.detailed > .product.data.items .data.item.content {
    padding: 15px;
    border: 1px solid #eee;
    border-top: 0;
  }
  .product.info.detailed > .product.data.items .data.item.content .review-add .legend.review-legend,
  .product.info.detailed > .product.data.items .data.item.content .review-add .block-title strong {
    text-align: left;
  }
  .product.info.detailed > .product.data.items .data.item.content .review-add .review-field-ratings .control > .nested {
    display: block;
  }
  .product.info.detailed > .product.data.items .data.item.content .review-add .review-field-ratings .control > .nested .review-field-rating {
    padding-left: 0 !important;
  }
  .product.info.detailed > .product.data.items .data.item.content .review-add .review-fieldset br {
    display: none;
  }
}
/*Blog Detail*/
@media (max-width: 575px) {
  .blog-post-view .blog-post .post-metas-share {
    display: inherit;
  }
  .blog-post-view .blog-post .post-metas-share .post-metas {
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 10px;
  }
  .post-comments .comment-list .comment-list-container .item .info .posted-on {
    margin-left: 0;
    display: block;
  }
}
/* Products List (Widget) - List Mode */
@media (max-width: 1199.98px) and (min-width: 768px) {
  .list-products .block-content > .row.row-wrapper > .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .list-products .block-content > .row.row-wrapper > .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/*Porfolio*/
@media (max-width: 992px) {
  .portfolio-related #portfolio_carousel .owl-nav {
    display: none;
  }
}
/* Home Watch  */
@media (max-width: 1199px) {
  .banner_cat_block h4.title {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .banner_cat_block {
    padding: 50px 0 !important;
  }
}
@media (max-width: 767px) {
  .brand_home_watch {
    padding: 30px 0 !important;
  }
  .banner_cat_block .image-cat img {
    min-width: 100%;
  }
}
/* Home Sport */
@media (max-width: 767px) {
  .bn_lookbook_sport > div .title {
    font-size: 70px;
    line-height: 1.2;
  }
}
@media (max-width: 575px) {
  .bn_lookbook_sport > div .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .image_cate_sport {
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  .block_cate_sport .list_subcate li {
    width: calc(100% / 2);
  }
  .block_cate_sport p.mg-bottom-45 {
    margin-bottom: 16px;
  }
  .block_cate_sport ul.list_subcate {
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .slider-style-2 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .inner-text.middle_left,
  .slider-style-2 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .inner-text.middle_right {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .slider-style-2 .page-header-sliders .item-image {
    height: 450px !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slider-style-2 .page-header-sliders .item-image img {
    opacity: 0;
  }
  .slider-style-2 .page-header-sliders .inner-text .title {
    font-size: 56px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .slider-style-2 .page-header-sliders .inner-text .sub-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .slider-style-2 .page-header-sliders .inner-text .title {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .slider-style-3 .page-header-sliders .inner-text .title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .slider-style-3 .page-header-sliders .inner-text .sub-title {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .slider-style-3 .page-header-sliders .inner-text .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slider-style-3 .page-header-sliders {
    padding: 30px 0;
  }
  .slider-style-3 .page-header-sliders .inner-text {
    max-width: 100% !important;
  }
  .slider-style-3 .page-header-sliders .inner-text .sub-title {
    display: none;
  }
}
@media (max-width: 1199px) {
  .slider-style-4 .page-header-sliders .item-image {
    min-height: 600px;
  }
  .slider-style-4 .page-header-sliders .inner-text .title {
    font-size: 60px;
    line-height: 1;
  }
  .slider-style-4 .page-header-sliders .inner-text .title span.color-primary {
    line-height: 1 !important;
    font-size: 86px;
  }
  .slider-style-4 .page-header-sliders .inner-text .content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .slider-style-4 .page-header-sliders .inner-text .content {
    display: none;
  }
}
@media (max-width: 575px) {
  .slider-style-4 .page-header-sliders .item-image {
    min-height: 500px;
  }
  .slider-style-4 .page-header-sliders .inner-text {
    max-width: 100% !important;
  }
  .slider-style-4 .page-header-sliders .inner-text .title {
    font-size: 40px;
  }
  .slider-style-4 .page-header-sliders .inner-text .title span.color-primary {
    font-size: 75px;
  }
}
/* Home Furniture */
@media (max-width: 1199px) {
  .slider-style-1 .page-header-sliders .inner-text .title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .slider-style-1 .page-header-sliders .inner-text .content {
    display: none;
  }
}
@media (max-width: 767px) {
  .slider-style-1 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .inner-text.middle_left,
  .slider-style-1 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .inner-text.middle_right {
    max-width: 100%;
  }
  .slider-style-1 .page-header-sliders .inner-text .title {
    font-size: 40px;
  }
  .slider-style-1 .page-header-sliders .item-image {
    height: 400px !important;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .slider-style-1 .page-header-sliders .item-image img {
    opacity: 0;
  }
}
/*  Home Shoes */
@media (max-width: 1199px) {
  .slider-style-5 .page-header-sliders .inner-text .title {
    font-size: 80px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .slider-style-5 .page-header-sliders .inner-text .title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .slider-style-5 .page-header-sliders .inner-text .title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .slider-style-5 .page-header-sliders .inner-text .content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .slider-style-5 .page-header-sliders .inner-text .content {
    display: none;
  }
}
@media (max-width: 991px) {
  .slider-style-5 .page-header-sliders .item-image {
    min-height: 600px;
  }
}
@media (max-width: 575px) {
  .slider-style-5 .slider_info {
    padding: 15px 15px;
  }
  .slider-style-5 .slider_info a,
  .slider-style-5 .slider_info p {
    display: block;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .separator-html {
    height: 30px !important;
  }
}
@media (max-width: 1199px) {
  .deal-single-product .product-item-details .product-item-name {
    font-size: 50px;
    line-height: 1;
  }
}
@media (max-width: 1199px) {
  .deal-single-product .product-item-details .lable {
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .deal-single-product .product-item-details .price-box {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .deal-single-product .product-item-details .price-box .old-price .price,
  .deal-single-product .product-item-details .price-box .price {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .deal-single-product .product-item-details p,
  .deal-single-product .product-item-details span.btn-after,
  .deal-single-product .product-item-details .deal-timer,
  .deal-single-product .product-item-details .sub-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .deal-single-product .product-item-details {
    text-align: center;
    padding: 0 0 80px;
  }
  .deal-single-product .product-item-details p {
    display: none;
  }
  .deal-single-product .product-item-details .price-box .old-price {
    float: inherit;
  }
  .deal-single-product .product-item-details span.btn-after:after {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .deal-single-product .product-item-details .product-item-actions button.btn-after:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
}
@media (max-width: 575.98px) {
  .deal-single-product .product-item-details .deal-timer .countdown > span {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .product-tab-menu .tab-menu-title {
    margin: 40px auto;
  }
  .product-tab-menu .tab-menu-title .title:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .product-tab-menu .menu-product-tabs {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    width: 100%;
  }
  .product-tab-menu .menu-product-tabs.nav-tabs .nav-item {
    padding: 0 25px;
    margin-bottom: 10px;
    margin-left: 0 !important;
  }
  .product-tab-menu.template-6:after {
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
  }
  .product-tab-menu.template-3 .tab-menu-title .title {
    text-align: center;
  }
  .product-tab-menu.template-4 .menu-product-tabs.nav-tabs .nav-item {
    margin: 0;
    padding: 0;
  }
  .product-tab-menu.template-2 {
    border-bottom: 1px solid #ddd;
  }
  .product-tab-menu.template-2 .menu-product-tabs.nav-tabs .nav-item + .nav-item {
    margin: 0;
  }
  .product-tab-menu.template-2 .menu-product-tabs.nav-tabs .nav-link {
    padding: 0 0 10px;
  }
}
/* Home Instagram */
@media (max-width: 991.98px) {
  .instagram-shop .widget-hotspot {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 20px;
  }
}
/*  Home Barber */
@media (max-width: 1199.98px) {
  .slider-style-6 .page-header-sliders .inner-text .title {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 45px;
  }
  .slider-style-6 .page-header-sliders .inner-text .title span {
    font-size: 50px;
  }
  .heading-collection-barber {
    padding-left: 15px;
    padding-top: 40px;
  }
  .heading-collection-barber h2 {
    font-size: 60px;
    margin-bottom: 25px;
  }
  .heading-collection-barber .line {
    margin-bottom: 25px;
  }
  .heading-collection-barber .popup-video {
    margin-top: 15px;
  }
  .collection-barber-item > div > p {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .slider-style-6 .page-header-sliders .item-image {
    min-height: 500px;
  }
  .heading-collection-barber h2 {
    font-size: 40px;
  }
  .heading-collection-barber > p {
    display: none;
  }
  .collection-barber-item .title {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .heading-collection-barber {
    text-align: center;
  }
  .heading-collection-barber .line {
    margin: 0 auto 15px;
  }
  .slider-style-6 .page-header-sliders .inner-text .title {
    font-size: 50px;
    margin-bottom: 25px;
  }
  .slider-style-6 .page-header-sliders .inner-text .title span {
    font-size: 35px;
  }
  .slider-style-6 .page-header-sliders .inner-text .sub-title {
    display: none;
  }
  .slider-style-6 .page-header-sliders .slider_mgs_carousel .owl-item .slide-text .inner-text {
    max-width: 70%;
  }
  .slider-style-6 .slider_info {
    bottom: -10px;
    right: 30px;
  }
}
@media (max-width: 575.98px) {
  .collection-barber-item > div {
    order: 2;
  }
  .collection-barber-item > div.thumb {
    order: 1;
    margin-bottom: 40px;
  }
  .slider-style-6 .slider_info {
    display: none;
  }
}
