@font-face {
    font-family: 'Geoform';
    src: url('../fonts/Geoform.eot');
    src: url('../fonts/Geoform.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geoform.woff2') format('woff2'),
        url('../fonts/Geoform.woff') format('woff'),
        url('../fonts/Geoform.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geoform';
    src: url('../fonts/Geoform-Bold.eot');
    src: url('../fonts/Geoform-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geoform-Bold.woff2') format('woff2'),
        url('../fonts/Geoform-Bold.woff') format('woff'),
        url('../fonts/Geoform-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geoform';
    src: url('../fonts/Geoform-Medium.eot');
    src: url('../fonts/Geoform-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geoform-Medium.woff2') format('woff2'),
        url('../fonts/Geoform-Medium.woff') format('woff'),
        url('../fonts/Geoform-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Geoform';
    src: url('../fonts/Geoform-Italic.eot');
    src: url('../fonts/Geoform-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Geoform-Italic.woff2') format('woff2'),
        url('../fonts/Geoform-Italic.woff') format('woff'),
        url('../fonts/Geoform-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/* Preloader */
.preloader {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    flex-wrap: nowrap;
    flex-direction: column;
}

.full-width-content {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

body{
    font-family: 'Geoform' !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1{
    font-size: 48px !important;
    font-weight: bold !important;
}

h2{
    font-size: 40px !important;
    font-weight: bold !important;
}

h3{
    font-size: 30px !important;
    font-weight: bold !important;
}

a:visited,
a:active,
a:focus{
    text-decoration: none !important;
}

.horizontal.small-db,
.horizontal.big-db{
    padding: 7px 13px;
    box-shadow: unset;
    font-weight: bold !important;
    font-size: 14px !important;
}


.box-heading{
    background: none !important;
}

.btn-main{
    display: flex;
    margin-top: 20px;
}

.btn-main a{
    background: #000;
    color: #fff;
    font-size: 20px;
    width: 180px;
    padding: 5px 0;
    text-align: center;
    transition: .2s ease;
}

.btn-main a:hover{
    background: #fff;
    color: #000;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.button:hover, .btn:hover{
    border: 1px solid #000 !important;
}

.owl-nav button i{
    font-family: "Font Awesome 5 Free", FontAwesome;
}

.prev,
.next{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    background: #efefef !important;
}

.prev span:before{
    content:"\f104" !important;
}

.next span:before{
    content:"\f105" !important;
}

.prev span:before,
.next span:before{
    color: #212121 !important;
    font-size: 30px;
    font-weight: 300;
}


/* Header */
#top-bar .col-sm-3{
    width: 100%;
}

#top-bar .welcome-text {
    text-align: center;
    font-size: 14px;
    padding: 0;
}

#top-bar #top-bar-right{
    display: none;
}

.is-sticky #top-bar{
    display: none;
}

#top .container{
    padding: 5px 0 !important;
}

ul.megamenu{
    background: none;
    display: flex;
    gap: 20px;
}

.with-sub-menu.hover a span:after {
    content: "\f078" !important;
    color: #7d7d7d;
    position: relative;
    left: unset !important;
    top: 5px;
    width: auto !important;
    height: auto !important;
    float: right !important;
    font: normal normal normal 13px / 1 FontAwesome;
    font-weight: 400;
    margin-left: 20px;
}

ul.megamenu > li > a:focus{
    text-decoration: none;
}

ul.megamenu li a strong{
    text-transform: uppercase !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

ul.megamenu li .sub-menu .content{
    text-align: left;
    padding: 15px;
    background: #fff !important;
    border: none;
}

ul.megamenu li .sub-menu .content .menu a{
    margin: 0;
    padding: 5px 10px;
    background: none;
    height: auto;
    font-weight: 500;
    color: #4B4B4B;
    font-size: 15px;
}

ul.megamenu li .sub-menu .content .menu a:hover{
    text-decoration: underline;
}

ul.megamenu li .sub-menu .content .menu > ul > li{
    padding: 0;
}

ul.megamenu > li > a:before{
    bottom: 5px;
}

ul.megamenu > li > a:hover::before {
    visibility: visible !important;
}

#header-center{
    display: flex;
    justify-content: center;
    padding: 0;
}

#header-right{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.search_form .button-search{
    display: block !important;
}

#top .search_form input {
    display: block !important;
    padding: 0 40px 0 20px;
    border-color: transparent !important;
    border-radius: 18px;
    background: #f2f2f2;
    font-size: 14px;
    color: #616161 !important;
}

.search_form .button-search:before{
    display: none;
}

.easydrawer #total_price {
    display: flex;
    align-items: center;
    background-color: #b81817;
    color: #fff;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    justify-content: center;
    position: absolute;
    top: -3px;
    right: -10px;
}


/* Homepage*/
.homepage .main-content .container{
    padding-bottom: 0;
}

.homepage .main-content .container .row:nth-child(2){
    display: none;
}

/* Home Services */
.services-row{
    display: flex;
    justify-content: center;
    padding: 30px !important;
    background: #efefef;
    border-radius: 32px;
    margin-top: 50px;
}

.services-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.services-container h3{
    font-weight: 800 !important;
    font-size: 20px !important;
}

.services-container p{
    width: 80%;
    margin-bottom: 0;
}

/* Home Categories */
.home-category{
    margin-top: 80px;
}

.home-category h2{
    text-align: center;
    margin-bottom: 40px;
}

.home-category .category-row{
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 500px;
}

.home-category .category-column{
    width: 33%;
    border-radius: 30px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transition: transform 0.25s ease;
}

.home-category .category-column.double{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-category .category-column .men,
.home-category .category-column .kids{
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
    border-radius: 30px;
    transition: transform 0.3s ease;
}

.category-column.women{
    background: url("/templates/victory/image/data/theme/text_block/home-category-women_090525160842.png");
}

.category-column .men{
    background: url("/templates/victory/image/data/theme/text_block/home-category-men_090525160900.png");
}

.category-column .kids{
    background: url("/templates/victory/image/data/theme/text_block/home-category-kids_090525160900.png");
}

.category-column.new-arrivals{
    background: url("/templates/victory/image/data/theme/text_block/home-category-new-arrivals_090525160900.png");
}

.category-column .men,
.category-column .kids,
.category-column.women,
.category-column.new-arrivals{
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-category .women:hover,
.home-category .men:hover,
.home-category .kids:hover,
.home-category .new-arrivals:hover{
    transform: scale(1.05);
}

.category-column h1,
.category-column a{
    color: #fff;
    width: 50%;
}

.category-column a{
    margin-bottom: 20px;
    text-decoration: underline;
    font-size: 20px;
    transition: .1s ease;
}

.category-column a:hover{
    transform: scale(1.08);
    color: #fff;
}

/* Home Product Seller */
.home-best-seller{
    margin: 100px 0 30px;
}

.home-best-seller .box-heading{
    justify-content: center !important;
    font-size: 40px !important;
    text-transform: capitalize !important;
    margin: 0;
}

.home-best-seller .next,
.home-best-seller .prev{
    top: 40% !important;
}

.home-best-seller .prev{
    left: 20px !important;
}

.home-best-seller .next{
    right: 20px !important;
}

.product .right{
    text-align: center;
}


/* Home Contact Us */
.home-contact{
    display: flex;
    padding-top: 80px;
    padding-bottom: 180px;
    background:url(/templates/victory/catalog/view/theme/stowear/img/bg-menu.png) bottom left repeat-x;
}

.home-contact h1{
    margin: 0 0 25px;
}

.home-contact p{
    font-size: 20px;
}

.home-contact-column:nth-child(1){
    width: 30%;
    z-index: 1;
}

.home-contact-column:nth-child(2){
    width: 70%;
    display: flex;
    gap: 25px;
}

.home-contact-bg{
    position: absolute;
    right: -20px;
    top: 150px;
    width: 80%;
}

.home-contact-left,
.home-contact-right{
    z-index: 1;
}

.home-contact-left img:nth-child(1){
    position: relative;
    top: 120px;
}

/* Review Text Block */
.customer-feedback-home{
    margin: 80px 0;
  }
  
.customer-feedback-home h3{
    font-size: 40px !important;
    color: #d10b0b;
    text-align: center;
    margin: 5px 0;
}

.customer-feedback-home h2{
    text-align: center;
    font-weight: bold !important;
    margin: 5px 0;
}

.feedback-table {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 45px;
    margin-top: 20px;
}

.who {
    display: flex;
    flex-direction: column;
}

.customer-feedback-home .stars{
    color: #ffba00;
    margin: 10px 0 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
}

.customer-feedback-home p{
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-style: italic;
}

.stars{
    text-align: center;
}

.who{
    margin: 20px 0 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
  
.feedback-table .owl-nav {
    position: absolute;
    top: 45%;
    margin: 0;
    width: 100%;
}

.feedback-table .owl-nav .owl-prev,
.feedback-table .owl-nav .owl-next {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    background-color: #efefef !important;
}

.feedback-table .owl-nav .owl-prev {
    left: -40px !important;
    position: absolute;
}

.feedback-table .owl-nav .owl-next {
    right: -40px !important;
    position: absolute;
}

.feedback-table .owl-nav .owl-next i:before,
.feedback-table .owl-nav .owl-prev i:before{
    font-size: 30px;
    font-weight: 300;
    color: #212121;
}

/* Home Subscribe Box */
.ne_subscribe{
    text-align: center;
    background: url(/templates/victory/image/data/theme/text_block/home-subscribe_130525163618.png);
    background-size: cover;
    padding: 50px 0;
}

.ne_subscribe h2,
.ne_subscribe p{
    color: #ffffff;
}

.ne_subscribe p{
    font-size: 24px;
}

.home-subscribe .email-input{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0 0;
}

.home-subscribe input.subscribe_email{
    background: #dedede;
    width: 420px;
    margin: 0;
    font-size: 18px;
    padding: 6px 20px;
}

.home-subscribe .ne_submit{
    display: flex;
    align-items: center;
    background: #fff;
    color: #000 !important;
    font-size: 20px;
    text-transform: capitalize;
    padding: 0 40px;
    border: none;
}

.home-subscribe .ne_submit:hover{
    background: #000;
    color: #fff !important;
}


/* Page Banner */
.breadcrumb .clearfix{
    padding: 0 !important;
}

.breadcrumb .background{
    padding: 150px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center;
    background: url(/templates/victory/image/data/theme/information-page/info-bg_190525153147.png);
}

.breadcrumb #title-page,
.title_page_cat{
    margin: 0;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: normal !important;
    text-transform: capitalize !important;
    color: #fff !important;
    text-align: center;
}

.breadcrumb .container ul {
    display: none;
}


/* Product Category Page */
.product-category #category_img .cat-banner {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.product-category #category_img .container{
    width: 100%;
    padding: 0;
}

.product-category #category_img img {
    width: 100%;
    object-fit: cover;
}

.product-category .title_details {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.product-category .breadcrumb{
    display: none;
}

.product-category #mfilter-content-container .category-info{
    display: none;
}

.product-grid .row:first-child .product {
    margin-top: 0;
}

.product-grid .row .product {
    margin-bottom: 10px;
}

.product-filter .options{
    display: none;
}

.product-filter .list-options select{
    background-color: unset;
    border: none;
    border-bottom: 1px solid #939393;
    padding: 0 20px 0 0;
    border-radius: 0;
}

.product .product-color-options{
    display: none;
}

.sale_save_holder .sale{
    display: none;
}

.product .right{
    margin: 10px 0;
}

.product .right .name a{
    font-weight: 500;
    font-size: 18px !important;
}

.product .right .name,
.product .right .price{
    padding: 0;
}

div.pagination{
    width: 100%;
    display: flex;
    justify-content: center;
}

div.pagination .links{
    margin-top: 10px;
}

div.pagination .results{
    display: none;
}

div.pagination .links li {
    display: flex;
}

div.pagination .links span, 
div.pagination .links a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none !important;
    font-size: 14px;
    padding: 5px !important;
    background: #F2F6F7;
}

div.pagination .links li.active span{
    background: #000;
    color: #fff;
}


.product-category .box .box-heading {
    font-size: 20px;
    text-align: left;
    text-transform: capitalize;
    padding: 10px 0;
}

.product-category .box-category {
    border: none;
}

.product-category .accordion {
    padding: 15px 0 10px 0 !important;
}

.product-category #accordion-category li {
    text-align: left;
    margin: 7px 0;
}

.product-category #accordion-category a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.product-category #accordion-category li:hover {
    cursor: pointer;
}
  
.product-category .box-content li a.active:after,
.product-category .box-category ul ul:before {
    content: none;
}

.product-category .mfilter-button {
    border: solid 1.5px #939393;
    background: #fff;
    padding: 5px 15px;
    top: 20px;
}

.product-category #column_left .box:nth-of-type(2) .box-heading {
    padding-bottom: 25px;
    margin-bottom: 0;
}

.product-category .mfilter-button a {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
}

.product-category .box-heading {
    border-bottom: solid 1px #dbdbdb;
    padding-left: 0;
    padding-bottom: 10px;
}

.product-category .mfilter-box{
    margin-top: 20px !important;
}

.product-category .mfilter-heading-text {
    text-align: left;
}

.product-category .mfilter-heading-text span {
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
}

.product-category .mfilter-content-wrapper .mfilter-options {
    padding-left: 0;
}

.product-category .mfilter-content-wrapper {
    border: none;
}

.product-category #mfilter-opts-price-max,
.product-category #mfilter-opts-price-min {
    border: solid 1px #acacac;
    background-color: #f5f5f5;
}

#mfilter-price-slider .ui-slider-range{
    background: #000 !important;
}


.product-category #mfilter-price-slider .ui-slider-handle {
    background: #000;
    border: none !important;
    margin-left: -2px;
}

.product-category .mfilter-price-inputs {
    margin-bottom: 25px;
}

.product-category .mfilter-price .mfilter-price-slider {
    margin-bottom: 25px;
}

.product-category .mfilter-price .mfilter-content-opts {
    border-bottom: solid 1px #dedede;
    margin-bottom: 10px;
}

.product-category li.mfilter-price {
    margin-top: 12px;
}

.product-category #mfilter-opts-search {
    border: solid 1px #acacac;
    background: #f5f5f5;
}

.product-category .mfilter-button-reset i {
    display: none;
}

.product-category .mfilter-content-wrapper,
.product-category .mfilter-search #mfilter-opts-search {
    width: 100% !important;
}

.\35 .panel .active {
    text-decoration: underline;
}

.product-category .mfilter-heading.mfilter-collapsed .mfilter-head-icon{
    transform: unset;
}

.product-category .mfilter-heading.mfilter-collapsed .mfilter-head-icon::before {
    content: "+";
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
}

.product-category .mfilter-heading .mfilter-head-icon:before{
    content:"-";
    font-size: 25px;
}

/* Product Category Color Filter */
#column_left li[data-id="56"]{
    margin: 15px 0;
    padding: 10px 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

#column_left li[data-id="56"] .mfilter-tb {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

#column_left li[data-id="56"] .mfilter-option.mfilter-tb-as-tr {
    width: auto;
}

.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] .mfilter-col-input {
    border: 0;
    background: none;
    width: 100%;
    height: 100%;
}

.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] .mfilter-col-input input{ 
    width: 100%;
    height: 100%;
}

.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] label {
    display: none;
}

.mfilter-box .mfilter-col-count{
    display: none;
}


.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] .color-circle {
    border-radius: 30px;
    width: 32px;
    height: 32px;
    display: block;
    border: 1px solid #bdbdbd;
}

.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] .mfilter-input-active span {
    border: 3px solid orange !important;
}

#column_left li[data-id="56"] .mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input:before{
    display: none;
}

.mfilter-tb-as-tr {
    border-top: none !important;
    gap: unset;
}

label.mfilter-tb-as-td{
    width: 100% !important;
    font-weight: normal;
}

li[data-base-type="option"] .mfilter-tb-as-tr .mfilter-col-input {
    border-color: #b5b2ad !important;
    width: 20px !important;
    height: 20px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: none;
    width: 100%;
    height: 100%;
}

.mfilter-tb-as-tr.mfilter-input-active .mfilter-col-input:before{
    color: #000;
}

.mfilter-tb-as-tr .mfilter-col-input input{
    width: 100%;
    height: 100%;
}

#column_left li[data-id="11"]{
    margin: 0 0 10px;
    padding: 0 0 15px;
    border-bottom: 1px solid #dbdbdb;
}

/* Product Category Colour CSS */
.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] input[value="Baige"] + .color-circle {
    background: #eacfa8;
}

.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] input[value="Black"] + .color-circle {
    background: #000;
}

.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] input[value="Blue"] + .color-circle {
    background: #212571;
}

.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] input[value="White"] + .color-circle {
    background: #ffffff;
}

.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] input[value="Dark Gray"] + .color-circle {
    background: #616161;
}

.mfilter-box .mfilter-attributes[data-seo-name="56-colour"] input[value="Green"] + .color-circle {
    background: #797302;
}

/* Product Page */
.product-product .breadcrumb .background{
    background: none;
}

.thumbnails ul li a img.active {
    border: 2px solid #000;
}

.product-info .product-center{
    margin-top: 0;
}

.product-product .breadcrumb #title-page {
    display: none;
}

.product-product .breadcrumb .background {
    padding: 0;
}

.product-product .breadcrumb .container ul {
    display: block;
    float: left;
    margin: 20px 0;
    padding: 0 !important;
    text-align: left !important;
}

.product-product .breadcrumb .container ul li{
    padding: 0;
}

.product-product .breadcrumb .container ul li::before{
    content: "/";
    font-size: 14px;
    padding: 0;
    margin: 0 5px 0 3px;
}

.product-product .breadcrumb .container ul li a {
    font-size: 14px;
    color: #000 !important;
}

.product-product .breadcrumb .container ul li:last-child a{
    color: #797979 !important;
}

.product-product .breadcrumb .container{
    width: 1220px;
}

.product-product .center-column{
    padding-top: 10px;
}

.product-product #quickview_product{
    border-bottom: 1px solid #E2E2E2;
}

.product-product .product-title{
    font-weight: bold !important;
    margin: 0 0 5px;
    font-size: 40px;
    text-transform: capitalize;
}

.product-info .description,
.product-info .price,
.product-info .options,
.product-info .cart{
    background: none;
}

.product-info .options .option,
.product-info .price{
    padding: 0 !important;
}


.reviews .rating {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.product-info .rating i {
    font-size: 16px;
}

.product-info .options h2{
    display: none;
}

.other-attributes{
    display: flex;
    align-items: center;
    gap: 20px;
}

a.colorOption{
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
}

a.colorOption.currentColorOption{
    border: 4px double #000 !important;
}

.colorseries{
    margin-bottom: 10px;
}

.colorseries .coloroption-text{
    margin-bottom: 15px;
}

.colorseries .coloroption-color{
    display: flex;
    gap: 15px;
}

div[itemprop="offerDetails"] .price {
    display: block;
}

.price{
    display: none;
}

.sales_promo {
    margin-bottom: 10px;
}

.sales_promo h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.75px;
    text-transform: uppercase !important;
    margin-bottom: 0;
}

.sales_promo #text {
    font-size: 16px;
    color: #212121 !important;
    margin-bottom: 5px !important;
}

.sales_promo #text:before {
    content: "\f02b";
    font-family: "Font Awesome 5 Free", FontAwesome;
    color: #000;
    padding-right: 8px;
}

.option-item {
    background: #fff;
    border: 1px solid #cccccc !important;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    width: 70px;
    margin-top: 15px;
}

#product .option input[type="radio"]{
    display: none;
}

#product .option input[type="radio"] + label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-right: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.option-item.checked {
    border: 1px solid #000 !important;
    background: #000;
    color: #fff;
}

.priceOption {
    display: none;
}

a.color-option{
    border: none !important;
    margin: 10px 3px 3px !important;
    width: 38px !important;
    height: 38px !important;
}

a.color-option.color-active{
    border: 4px double #000 !important;
    padding: unset !important;
    width: 34px !important;
    height: 34px !important;
}

a.color-option:hover{
    padding: unset !important;
}

.add-to-cart p{
    display: none !important;
}

.product-info .cart .add-to-cart .quantity input {
    color: #212121;
    text-align: center;
    background: transparent !important;
    padding: 10px 30px;
    height: 48px;
    margin: 0;
    border: 1px solid #bfbfbf;
    width: 100%;
    font-size: 20px !important;
    line-height: 48px;
}

.product-info .cart .add-to-cart .quantity #q_down,
.product-info .cart .add-to-cart .quantity #q_up {
    position: absolute;
    right: 11px;
    height: 17px;
    width: 18px;
    font-size: 8px;
    line-height: 17px;
    display: block;
    text-align: center;
    border: 0;
    height: 48px;
    top: 0;
    padding-top: 0;
    line-height: 48px;
    width: 30px;
    color: #606060 !important;
}

.product-info .cart .add-to-cart .quantity #q_down {
    left: 11px;
    right: auto;
}

.product-info .cart .add-to-cart .button {
    font-size: 16px;
    height: 48px;
    letter-spacing: 1.3px;
    padding: 0px 55px;
    margin-left: 10px;
    width: 300px;
    font-weight: 400 !important;
    line-height: 48px;
    border: 1px solid #000;
}

.review .rating{
    display: none;
}

.product-info .cart .links a:hover i{
    font-weight: 900;
}

.share{
    display: flex;
    gap: 10px;
    align-items: center;
}

.sharethis-inline-share-buttons{
    display: flex !important; 
    z-index: 1 !important;
}

#st-1 .st-btn{
    border-radius: 50% !important;
    width: 35px !important; 
    height: 35px !important;
    padding: 0 !important;
    background: #f0f0f0 !important;
    border: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* Hide the default image */
#st-1 .st-btn[data-network='facebook'] img,
#st-1 .st-btn[data-network='twitter'] img,
#st-1 .st-btn[data-network='email'] img,
#st-1 .st-btn[data-network='whatsapp'] img,
#st-1 .st-btn[data-network='sharethis'] img{
    display: none;
}

#st-1 .st-btn[data-network='facebook']:before,
#st-1 .st-btn[data-network='twitter']:before,
#st-1 .st-btn[data-network='email']:before,
#st-1 .st-btn[data-network='whatsapp']:before,
#st-1 .st-btn[data-network='sharethis']:before{
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
}

#st-1 .st-btn[data-network='facebook']:before{
        background: url("/templates/victory/image/data/theme/icons/facebook-icon-black_190525123056.png") no-repeat center center;
}

#st-1 .st-btn[data-network='twitter']:before{
        background: url("/templates/victory/image/data/theme/icons/x-icon-black_190525123056.png") no-repeat center center;
}

#st-1 .st-btn[data-network='email']:before{
        background: url("/templates/victory/image/data/theme/icons/email-icon-black_190525123056.png") no-repeat center center;
}

#st-1 .st-btn[data-network='whatsapp']:before{
        background: url("/templates/victory/image/data/theme/icons/whatsapp-icon-black_190525123835.svg") no-repeat center center;
}

#st-1 .st-btn[data-network='sharethis']:before{
        background: url("/templates/victory/image/data/theme/icons/plus-icon-black_190525123056.png") no-repeat center center;
}

.htabs a:nth-child(3){
    display: none !important;
}

.htabs{
    display: flex;
    justify-content: center;
    background: none;
    padding: 25px 0 15px;
    gap: 60px;
}

.htabs a{
    color: #000 !important;
    text-transform: capitalize !important;
    font-weight: bold !important;
    padding: 0 0 5px;
    margin: 0;
    font-size: 24px !important;
}

.htabs a.selected{
    border-color: #000 !important;
}

#tab-description h2:first-child{
    display: none;
}

.tags_product{
    display: none;
}

.related-products-sect{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    width: 100%;
}

.related-products-sect .box-heading{
    margin: 0;
    padding: 0;
}

.related-products-sect .box-heading h2{
    text-align: center;
    font-size: 40px !important;
    text-transform: capitalize;
    padding: 0;
}

/* .related-products-sect .next, 
.related-products-sect .prev {
    margin: 0 !important;
    top: 50%;
    z-index: 2;
    position: absolute;
    transition: 0.3s ease-in-out;
    background-size: contain;
    cursor: pointer;
    line-height: 55px;
    width: 48px !important;
    height: 48px !important;
} */

.related-products-sect .next, .related-products-sect .prev {
    margin: 0 !important;
    top: 50%;
    z-index: 2;
    position: absolute;
    width: 48px !important;
    height: 48px !important;
    cursor: pointer;
    background: fff;
    /* box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); */
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.related-products-sect .next{
    right: -30px;
}

.related-products-sect .prev{
    left: -30px;
}

.related-products-sect .next span:before{
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free", FontAwesome;
}

.related-products-sect .prev span:before{
    content: "\f104" !important;
    font-family: "Font Awesome 5 Free", FontAwesome;
}

.review-form-sect{
    width: 80%;
}

#tab-review .rating-review-detail {
    margin-top: 20px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#tab-review .rating-review-detail .rating-review {
    display: inline-flex;
    align-items: center;
}

.rating-review-detail .fa-star:before {
    color: #d5d5d5 !important;
}

#tab-review .rating-review-detail .rating-review p {
    margin-bottom: 0;
    color: #000;
}

.add-review-button {
    float: right;
    margin: 0 !important;
}

.write-review-btn {
    background: #000;
    border: 1px solid #616161;
    color: #fff;
    padding: 0 35px;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0px;
    display: inline-block;
    border-radius: 5px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    height: 48px;
    line-height: 48px;
    transition: 0.3s !important;
}

.write-review-btn:hover {
    background: #fff;
    color: #111c30 !important;
    border: 1px solid #000;
}

.review_form {
    height: 100% !important;
    display: flex;
}

.review_form p {
    color: #212121;
    margin-top: 10px !important;
    font-size: 15px;
    font-weight: 500;
}

.review_form input[type="text"] {
    border-color: #dbdbdb;
    font-size: 16px;
    background: #fff;
}

.star-review-rating {
    padding: 0;
}

.star-review-rating:not(:checked) > input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.star-review-rating:not(:checked) > label {
    width: 22px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 20px;
    color: #191919;
    margin-right: 8px;
    transition: 0.3s;
    margin-top: 5px;
}

.star-review-rating:not(:checked) > label:before {
    content: "\f005";
    font-weight: 100 !important;
    font-family: "Font Awesome 5 Free";
}

.star-review-rating label.active {
    color: #191919;
}

.star-review-rating:not(:checked) > label.active:before {
    content: "\f005";
    font-weight: 900 !important;
    font-family: "Font Awesome 5 Free";
    color: #ffd31a;
}

.entry_review textarea {
    width: 83.33% !important;
    border: solid 1px #dbdbdb !important;
    height: 160px !important;
    background: #fff !important;
    font-size: 16px;
}

.text_note {
    float: right !important;
    padding-left: 0 !important;
    margin-bottom: 10px; 
}

#collapsereview .recaptcha {
    float: right !important;
    margin: 25px 0;
    padding-left: 0 !important;
}

#button-review {
    color: #fff !important;
    display: inline-block;
    padding: 0 30px;
    background-color: #000 !important;
    font-size: 13px;
    font-weight: 500 !important;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: 1px solid #000 !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    letter-spacing: 1.3px;
}

#button-review:hover {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

div#review {
    margin-top: 40px;
    padding-top: 15px;
    border-top: 1px solid #dbdbdb;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

.review-list {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.review-list .rating {
    float: none !important;
    order: 1;
}

#review .review-list .text {
    margin: 7px 0;
    padding: 0;
    border: transparent !important;
    background: transparent !important;
    display: inline-block;
    font-size: 15px;
    order: 2;
    color: #212121;
}

.author {
    order: 3;
}

#tab-review .review-photos{
    display: none;
}

.author span {
    display: none;
}

#tab-review .pagination {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}

.review-list .text:after,
.review-list .text:before{
    display: none;
}


/* About Us Page */
.info-4 .breadcrumb .background{
    background: url("/templates/victory/image/data/theme/information-page/about-us/about-us-hero_190525132926.png") !important;
    background-position: center left 60%;
}

.info-4 .main-content .col-sm-12 .box-information{
   display: none; 
}

.about-us h1{
    text-transform: capitalize !important;
}

.about-section1 h2,
.about-section2 h2{
    width: 180px !important;
}

.about-section1{
    margin-top: 50px;
    display: flex;
}

.about-section1 .about-column{
    width: 50%;
}

.about-section1 .about-column:first-child{
    display: flex;
    flex-direction: column;
}

.about-section1 .about-column:first-child p{
    width: 90%;
}

.about-section2{
    display: flex;
    padding: 100px 0 150px;
    border-bottom: 1px solid #E2E2E2;
}

.about-bg {
    position: absolute;
    width: 50%;
}

.about-section2 .about-column:first-child{
    width: 60%;
    display: flex;
}

.about-section2 .about-column:last-child{
    width: 40%;
}

.about-left{
    position: relative;
    top: -40px;
    left: 20px;
}

.about-right{
    position: relative;
    top: 120px;
    right: -40px;
}

.about-section3{
    padding: 50px;
}

.about-section3 h1{
    text-align: center;
    text-transform: uppercase !important;
}

.about-section3 p{
    text-align: center;
    width: 65%;
    margin: 0 auto;
    line-height: 1.88;
}

.about-section3 .btn-main{
    justify-content: center;
    margin-top: 20px;
}


.information-information .breadcrumb .background{
    background: url(/templates/victory/image/data/theme/information-page/info-bg_190525153147.png);
}

.information-information .main-content .box-information {
    background: url(/templates/modular/catalog/view/theme/stowear/img/bg-menu.png) bottom left repeat-x;
    padding: 20px 0;
}

.information-information .main-content .box-content {
    margin: 0;
}

.information-information .main-content .box-content ul {
    display: flex;
    list-style: none;
    column-gap: 40px;
    justify-content: center;
    margin-bottom: 0;
    padding: 0;
}

.information-information .main-content .box-content ul li {
    font-size: 18px !important;
    font-weight: bold !important;
    position: relative;
    padding: 2px 0;
}

.information-information .main-content .box-content li a.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    bottom: 0;
}

.information-information .main-content .box-content ul li:nth-child(1),
.information-information .main-content .box-content ul li:nth-child(2),
.information-information .main-content .box-content ul li:nth-child(7),
.information-information .main-content .box-content ul li:nth-child(8),
.information-information .main-content .box-content ul li:nth-child(9),
.information-information .main-content .box-content ul li:nth-child(10){
    display: none;
}

.information-information h3{
    font-size: 16px !important;
    margin: 20px 0;
    text-transform: capitalize !important;
}

.refund-policy:nth-child(2){
    width: 80%;
}

.return-policy,
.refund-policy{
    line-height: 1.88;
}


/* FAQ Page */
.info-7 .main-content .col-sm-12 .box-information{
   display: none; 
}

.titl_faq.active {
    border-radius: 24px 24px 0 0;
}

.titl_faq.active, .titl_faq.active + .fold-table {
    background: #efefef;
}

.titl_faq.active + .fold-table {
    border-radius: 0 0 24px 24px !important;
}

.titl_faq {
    cursor: pointer;
    padding: 20px 30px;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: normal !important;
    line-height: 1.6 !important;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
}

.fold-table td {
    padding: 0 30px 20px;
    line-height: 1.88;
}

p.titl_faq:after {
    content: "\2b";
    transform: rotatex(30deg);
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 500 !important;
    font-size: 25px !important;
    color: #9e9e9e;
    transition-duration: 0.3s;
}

p.titl_faq.active:after {
    transform: rotate(45deg);
    color: #000;
}


/* Terms Conditions Page */
.info-5 .titl_faq{
    padding: 15px 0;
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
}

.info-5 p.titl_faq:after{
    top: 10px;
    right: 0;
    color: #000;
}

.info-5 .titl_faq.active, 
.info-5 .titl_faq.active + .fold-table{
    background: none;
    border: none;
}

.info-5 .fold-table td{
    padding: 0 0 20px;
}

/* Login Page */
.login-content2 form h2{
    font-size: unset !important;
}

/* Account Pages */
.account-account .main-content .col-sm-3,
.account-edit .main-content .col-sm-3,
.account-password .main-content .col-sm-3,
.account-address .main-content .col-sm-3,
.account-wishlist .main-content .col-sm-3,
.account-order .main-content .col-sm-3,
.account-account-vouchers .main-content .col-sm-3,
.account-newsletter .main-content .col-sm-3,
.account-logout .main-content .col-sm-3,
.account-address-insert .main-content .col-sm-3,
.account-address-update .main-content .col-sm-3,
.account-address-delete .main-content .col-sm-3,
.account-forgotten .main-content .col-sm-3,
.account-success .main-content .col-sm-3,
.account-return-insert .main-content .col-sm-3,
.account-reward .main-content .col-sm-3{
    padding-top: 45px;
}

.account-account .main-content .col-sm-3 .box,
.account-edit .main-content .col-sm-3 .box,
.account-password .main-content .col-sm-3 .box,
.account-address .main-content .col-sm-3 .box,
.account-wishlist .main-content .col-sm-3 .box,
.account-order .main-content .col-sm-3 .box,
.account-account-vouchers .main-content .col-sm-3 .box,
.account-newsletter .main-content .col-sm-3 .box,
.account-logout .main-content .col-sm-3 .box,
.account-address-insert .main-content .col-sm-3 .box,
.account-address-update .main-content .col-sm-3 .box,
.account-address-delete .main-content .col-sm-3 .box,
.account-forgotten .main-content .col-sm-3 .box,
.account-success .main-content .col-sm-3 .box,
.account-return-insert .main-content .col-sm-3 .box,
.account-reward .main-content .col-sm-3 .box{
    padding: 20px;
    border: 1px solid #adadad;
    border-radius: 5px;
}

.account-account .main-content .col-sm-3 .box-heading,
.account-edit .main-content .col-sm-3 .box-heading,
.account-password .main-content .col-sm-3 .box-heading,
.account-address .main-content .col-sm-3 .box-heading,
.account-wishlist .main-content .col-sm-3 .box-heading,
.account-order .main-content .col-sm-3 .box-heading,
.account-account-vouchers .main-content .col-sm-3 .box-heading,
.account-newsletter .main-content .col-sm-3 .box-heading,
.account-logout .main-content .col-sm-3 .box-heading,
.account-address-insert .main-content .col-sm-3 .box-heading,
.account-address-update .main-content .col-sm-3 .box-heading,
.account-address-delete .main-content .col-sm-3 .box-heading,
.account-forgotten .main-content .col-sm-3 .box-heading,
.account-success .main-content .col-sm-3 .box-headin,
.account-return-insert .main-content .col-sm-3 .box-heading,
.account-reward .main-content .col-sm-3 .box-heading{
    font-size: 18px;
    padding: 0;
}

.account-account .main-content .col-sm-3 .box-content,
.account-edit .main-content .col-sm-3 .box-content,
.account-password .main-content .col-sm-3 .box-content,
.account-address .main-content .col-sm-3 .box-content,
.account-wishlist .main-content .col-sm-3 .box-content,
.account-order .main-content .col-sm-3 .box-content,
.account-account-vouchers .main-content .col-sm-3 .box-content,
.account-newsletter .main-content .col-sm-3 .box-content,
.account-logout .main-content .col-sm-3 .box-content,
.account-address-insert .main-content .col-sm-3 .box-content,
.account-address-update .main-content .col-sm-3 .box-content,
.account-address-delete .main-content .col-sm-3 .box-content,
.account-forgotten .main-content .col-sm-3 .box-content,
.account-success .main-content .col-sm-3 .box-content,
.account-return-insert .main-content .col-sm-3 .box-content,
.account-reward .main-content .col-sm-3 .box-content{
    font-size: 15px;
}

.account-password .center-column h2,
.account-account .center-column h2,
.account-edit .center-column h2,
.account-address .center-column h2,
.account-address-insert .center-column h2,
.account-address-update .center-column h2,
.account-address-delete .center-column h2,
.account-account-vouchers .center-column h1,
.account-return-insert .center-column h2{
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.account-edit .buttons .right,
.account-password .buttons .right,
.account-address .buttons .right,
.account-wishlist .buttons .right,
.account-account-vouchers .buttons .right,
.account-newsletter .buttons .right,
.account-logout .buttons .right,
.account-address-insert .buttons .right,
.account-address-update .buttons .right,
.account-address-delete .buttons .right,
.account-logout .pull-right,
.account-success .buttons .pull-right {
    float: left !important;
    margin-left: 10px;
}

.account-password table.form td,
.account-edit table.form td{
    font-size:  15px;
    display: flex;
}

.account-password table.form td input,
.account-edit table.form td input,
.account-edit table.form td textarea {
    margin: 0 0 10px;
    font-size: 14px;
    width: 300px;
}

.account-address .well .address-item-btn {
    margin-top: 20px;
}

.account-address .address-list .row, .account-address-delete .address-list .row {
    display: flex;
    flex-direction: column;
    position: relative;
}

.account-order .buttons .right {
    float: left;
}

.account-account-vouchers #content .table {
    width: 100%;
    border-collapse: collapse;
}

/* Footer */
.footer-icon {
    display: flex;
    justify-content: flex-end;
}

.footer-icon a {
    margin: 0 15px;
}






@media (max-width: 767px){
    html{
        overflow-x: hidden;
    }

    #top .container{
        padding: 7px 20px !important;
    }

    h1{
        font-size: 40px !important;
    }

    h2{
        font-size: 32px !important;
    }

    h3{

    }

    .breadcrumb .background{
        padding: 70px 0;
    }

    .breadcrumb #title-page,
    .title_page_cat{
        font-size: 35px !important;
    }


    .responsive ul.megamenu > li.active .close-menu {
        height: auto;
    }

    ul.megamenu{
        display: unset;
    }

    .with-sub-menu.hover a span:after{
        display: none;
    }

    .drawer__wrapper a.clearfix {
        padding-left: 0 !important;
    }

    ul.megamenu li .sub-menu {
        background: unset !important;
        border-radius: 0;
        box-shadow: none;
        transform: translatex(-25px);
    }
    .drawer__wrapper .box-heading {
        display: none;
    }

    #drawer-account ul.list-box{
        padding: 0;
    }

    #drawer-information .drawer__wrapper .box-content, #drawer-account .drawer__wrapper .box-content {
        padding: 0 15px;
    }

    .drawer__content ul {
        padding: 0 15px;
        margin-top: 10px;
    }

    #drawer-information .drawer__wrapper .box-content ul li, #drawer-account .drawer__wrapper .box-content ul li {
        background: url(/catalog/view/theme/stowear/img/bg-menu.png) bottom left repeat-x !important;
        padding: 10px 0;
        list-style: none;
        text-transform: capitalize;
    }

    ul.megamenu > li > a.active:before,
    ul.megamenu > li > a:before{
        background: url(/catalog/view/theme/stowear/img/bg-menu.png) bottom left repeat-x !important;
    }

    #drawer-account .drawer__content li a, #drawer-information .drawer__content li a {
        font-weight: 500;
        text-transform: uppercase;
    }



    /* Home Page */
    .services-row{
        flex-direction: column;
        gap: 20px;
    }

    .services-container p{
        width: 100%;
    }
    
    .home-category{
        margin-top: 50px;
    }

    .home-category .category-row{
        flex-direction: column;
        height: auto;
    }

    .home-category .category-column{
        width: 100%;
    }

    .home-category .category-column .men, 
    .home-category .category-column .kids{
        width: 100%;
    }

    .women,
    .men,
    .kids,
    .new-arrivals{
        height: 200px !important;
        padding: 20px 35px !important;
    }

    .home-best-seller{
        margin: 50px 0 0;
    }

    .home-best-seller .next, 
    .home-best-seller .prev{
        top: 30% !important;
    }

    .home-contact{
        flex-direction: column-reverse;
        gap: 10px;
        padding-bottom: 50px;
    }

    .home-contact-column{
        width: 100% !important;
    }

    .home-contact-column:nth-child(2){
        flex-direction: column;
    }

    .home-contact-bg{
        display: none;
    }

    .home-contact-left img{
        position: unset !important;
        width: 100%;
    }

    .home-contact h1{
        font-size: 40px !important;
    }

    .feedback-table{
        padding: unset !important;
    }

    .customer-feedback-home p{
        font-size: 20px;;
    }

    .homepage .main-content .container{
        padding-bottom: 0 !important;
    }

    .home-subscribe .email-input{
        flex-direction: column;
        padding: 0 20px;
        align-items: center;
    }

    .home-subscribe input.subscribe_email{
        width: 100%;
    }

    .home-subscribe .ne_submit{
        justify-content: center;
        padding: 5px 30px;
    }

    /* About Us Page */
    .about-section1{
        margin-top: 0;
    }

    .about-section1 h1,
    .about-section2 h1,
    .about-section3 h1{
        width: auto !important;
        text-align: left;
    }

    .about-section2{
        flex-direction: column-reverse;
        gap: 15px;
    }

    .about-column{
        width: 100% !important;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .about-section1{
        flex-direction: column;
    }

    .about-section1 .about-column:first-child p{
        width: 100%;
    }

    .about-bg{
        display: none;
    }

    .about-left,
    .about-right{
        position: unset;
    }

    .about-left img,
    .about-right img{
        width: 100%;
    }

    .about-section2{
        padding: 50px 0 50px;
    }

    .about-section3{
        padding: 30px 0;
    }

    .about-section3 p{
        width: 100%;
    }

    /* Info Page */
    .information-information .center-column{
        padding-bottom: 40px;
    }

    .information-information h3{
        margin: 0 0 10px;
    }

    .titl_faq{
        padding: 10px 30px 10px 20px !important;
    }

    .info-5 .titl_faq{
        padding: 10px 30px 10px 0 !important;
    }

    .information-information .main-content .box-information{
        padding: 5px 0;
    }

    .information-information .main-content .box-information .box-content ul{
        column-gap: 30px !important;
        padding: 0 15px !important;
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .information-information .main-content .box-information .box-content ul li{
        white-space: pre;
        padding: 10px 0;
    }

    .refund-policy:nth-child(2){
        width: 100%;
    }

    /* Product Category Page */
    .box-category .box-heading {
        padding: 10px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px !important;
    }

    .mfilter-box .box-heading {
        padding: 10px !important;
        margin: 0 !important;
        font-size: 18px !important;
    }

    .visible-xs.mfilter-collapse {
        display: inline-block !important;
        margin-left: 5px;
    }

    .product-category .mfilter-button {
        top: 7px;
    }

    .product-category .product-grid{
        margin-top: unset !important;
    }

    .pagination .links{
        display: flex;
        justify-content: center;
    }

    /* Product page */
    .popup-gallery .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .other-attributes{
        gap: unset;
    }

    .product-product .description{
        padding: 10px 0 0 !important;
    }

    .product-product .cart{
        padding-top: 0 !important;
    }

    .add-to-cart {
        display: flex;
        flex-direction: column;
    }

    #button-cart {
        width: 100%;
        margin: 10px 0 0;
    }

    .htabs{
        column-gap: 30px !important;
        padding: 0 15px !important;
        overflow-x: scroll;
        justify-content: flex-start;
        padding: 0 !important;
        gap: 20px !important;
    }

    .htabs a{
        white-space: pre;
        padding: 10px 0;
        font-size: 18px !important;
    }

    .htabs:before,
    .htabs:after{
        display: none;
    }

    #tab-review .rating-review-detail{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    #review-title{
        display: none;
    }

    .review-form-sect{
        width: 100%;
    }

    .review_form input[type="text"], .entry_review textarea{
        width: 100% !important;
    }

    .review_form p{
        padding-left: 0;
        margin-bottom: 0;
    }

    .review_form{
        flex-direction: column;
    }

    .text_note{
        float: left;
    }

    #collapsereview .recaptcha{
        margin: 25px 0 0;
    }

    div#review{
        margin-top: 0;
    }

    .related-products-sect .box-heading h2{
        font-size: 32px !important;
    }

    .related-products-sect .next, 
    .related-products-sect .prev{
        top: 40%;
    }

    .related-products-sect .prev{
        left: -10px;
    }

    .related-products-sect .next{
        right: -10px;
    }

    .easydrawer #total_price {
        right: unset;
        translate: 15px 10px;
    }

    .footer-panel:nth-child(2){
        margin-top: 40px;
    }

    .footer-panel h4.expanded{
        margin-bottom: 0;
    }


    .footer-panel h4:after{
        color: #fff;
    }

    .footer-icon{
        justify-content: center;
    }
}