@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Splash&display=swap');

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

body {
    font-family: 'Poppins', sans-serif !important;
}

.footer-copyright li {
    list-style: none;
    float: left;
}

.footer-copyright li span.pb-separator {
    margin: 0 20px;
}

.header-top {
    background: #5d2288 !important;
    padding: 7px 0 7px;
}

#free-shipping-bar {
    background: inherit !important;
    color: #fff !important;
    border-bottom: 0px !important;
    line-height: inherit !important;
    min-height: fit-content !important;
}

/*.vc-small-screen .category-wrapper {
    display: none !important;
}*/

.ex-vat {
    color: #A8A8A8 !important;
    font-size: 14px !important;
}

.main-header-section {
    padding-top: 15px;
}

.top-navmenu {
    display: flex;
}

.dekstop-menu.top-navmenu .nav {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 100%;
    flex-flow: nowrap;
}

.top-navmenu ul li a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: normal;
    color: #2a567b;
    font-weight: 600;
    text-align: left;
    padding: 5px 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dekstop-menu.top-navmenu ul li>a {
    padding: 0px 0px;
    padding-left: 4px;
}
.child-menu{
    padding-top:  10px !important;
    padding-bottom:  10px !important;

}
.dekstop-menu.top-navmenu ul li ul li a {
    padding: 7px 12px;
}

.header .top-navmenu .nav li>.icon {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #000;
    display: none;
}

.header .top-navmenu .nav .child-menu:not(:has(.child-menu)) {
    max-height: 400px;
    overflow-y: auto;    scrollbar-width: thin;    scrollbar-color: #ccc #f5f5f5; 
}


.dropdown-right-icon {
    background-image: URL(../images/icon-dropdown-left.svg);
    width: 8px;
    height: 8px;
    margin-left: auto;
    margin-bottom: 2px
}

.icon-menu-close {
    background-image: URL(../images/icon-menu-close.svg);
    width: 24px;
    height: 24px;
    margin-left: auto
}

.icon-menu-close-adj {
    background-image: URL(../images/cross-icon-adj.svg);
    margin-left: auto
}

/* .header .top-navmenu .nav > li > .child-menu {
    max-height: 300px;
    overflow-y: auto;
    scrollbar-width: none; 
        -ms-overflow-style: none;
}
.header .top-navmenu .nav > li > .child-menu::-webkit-scrollbar {
    display: none; 
} */
.header .top-navmenu .nav>li:hover {
    background-color: #f2f2f2;
}

.header .top-navmenu .nav>li:hover>ul {
    left: auto;
    min-width: 100%;
}

.header .top-navmenu .nav ul {
    position: absolute;
    border: 1px solid #c7c7c7;
    background-color: #fff;
    z-index: 10000;
    left: -99999em;
    margin: 0;
    padding: 0;
    box-shadow: 1px 1px 1px 0 rgb(0 0 0 / 40%);
    white-space: normal;
    min-width: 200px !important;
}

.header .top-navmenu .nav>li>ul>li:hover>ul {
    left: 100%;
    top: 0;
}


.header .top-navmenu .nav li {
    position: relative;
    list-style-type: none;
    display: block;
}

.header .top-navmenu .nav>li>a {
    margin-bottom: 1px;
}

.header .top-navmenu .nav li>.icon {
    background-size: cover;
}

#free-shipping-bar .free-shipping-banner span {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}

.main-container-wrapper .sticky-header {
    height: auto !important;
    box-shadow: 0 0px 1px rgb(0 0 0 / 16%), 0 0px 1px rgb(0 0 0 / 23%);
}

.header .search-bar {
    margin: 0;
}

header .search-bar #search-form {
    width: 100%;
    height: auto;
    margin: 0;
}

header .search-bar #search-form input,
header .search-bar #search-form select {
    border: 0;
    height: 60px;
    font-size: 15px !important;
    box-shadow: none;
    padding-left: 30px;
    font-family: "Poppins";
    color: #888c85 !important;
    font-weight: 500;
    border-radius: 31px;
    background-color: #f7f7f7;
}

header .search-bar #search-form .selectdiv {
    display: none;
}

header .search-bar #search-form .image-search-container {
    display: none !important;
}

header .search-bar #search-form #header-search-icon {
    position: absolute;
    right: 15px;
    background: none;
    color: #c71f91;
    height: 60px;
    line-height: 54px;
}


header .search-bar #search-form #header-search-icon i {
    color: #c71f91 !important;
    font-size: 20px;
}

header #search-form .suggestion-block * {
    height: auto;
}

header #search-form .search-form>div,
header #search-form .search-form>div>div.btn-group {
    width: 100%;
    max-width: 100%;
}

header #search-form .search-form>div>div.btn-group {
    padding-right: 0;
}

header #search-form .search-form .suggests {
    height: auto !important;
    z-index: 9;
}

header #search-form .search-form .suggests .suggestion-block {
    border-radius: 5px 5px 10px 10px;
    box-shadow: 0 1em 2em 1em rgba(0, 0, 0, .2);
    margin: 0em auto;
    border-top: 0px;
    max-width: 1000px;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: white;
    padding: 0 0px 0 10px;
}

header #search-form .camera-icon {
    display: none;
}

.header .logo {
    max-height: 130px;
    height: auto;
    padding-left: 0px !important;
}

header .header-top .header-top-center a {
    color: #FFFFFF;
    text-decoration: underline;
}

header .header-top .header-top-center,
.header-top-content>div,
header .header-top .header-top-center,
.header-top-content>div p,
header .header-top .header-top-center,
.header-top-content>div p a,
.header-top p,
.header-top a {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 22px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}

.header-top:last-child,
.header>.header-top:nth-child(2) {
    background: #c5178d !important;
    padding-top: 10px;
    padding-bottom: 0px;
}

.header-top-content>div p {
    margin-bottom: 0px;
}

h2.suggestion-title {
    background: #e14fb1 !important;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #fff;
    max-width: 100%;
}

.search-form .suggests .suggestion-block-prod {
    padding-left: 0 !important;
}

.search-form .suggests .suggestion-block-category {
    padding-right: 0 !important;
}

.search-form .suggests .suggestion-block-prod .lg-card-container {
    padding: .2em;
    display: flex;
    border-bottom: 1px solid #eee;
    box-shadow: none;
    margin: 0;
}

.search-form .suggests .suggestion-block-prod .lg-card-container .product-img img {
    max-width: 100%;
}

.search-form .suggests .suggestion-block-prod .lg-card-container>div {
    padding: 0 0;
}

.search-form .suggests .suggestion-block-prod .lg-card-container>div.product-name {
    padding: 0 10px;
}

.search-form .suggests .suggestion-block-prod .lg-card-container>div.product-name .pro-title {
    margin-bottom: .2em;
    color: inherit;
    overflow: hidden;
    text-align: inherit;
    max-width: 100%;
    font-weight: 600;
    font-size: 14px;
}

.search-form .suggests .suggestion-block-prod .lg-card-container>div.product-name .product-price span {
    color: red;
    font-size: 16px;
    font-weight: 700;
}

.search-form .suggests .suggestion-block-prod .lg-card-container>div.pro-order-link a.button.btn {
    border-radius: .5em;
    cursor: pointer;
    font-size: 12px;
    color: white;
    margin: .2em auto;
    border: none !important;
    padding: 9px 3px !important;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    background: #e14fb1 !important;
    max-width: 100%;
    height: auto !important;
    line-height: 1;
    text-align: center;
    display: block;
}

.search-form .suggests .suggestion-block-prod .lg-card-container>div.pro-order-link .btn-add-to-cart {
    width: 100%;
    padding: 10px 3px 10px 3px !important;
    background: #e14fb1 !important;
    border: 0 !important;
    border-radius: 0.5em !important;
    font-size: 12px;
    color: white;
    border: none !important;
}

.search-form .suggests .suggestion-block-prod .lg-card-container>div.pro-order-link .btn-add-to-cart i.material-icons {
    display: none;
}

.search-form .suggests .suggestion-block-prod .lg-card-container>div.pro-order-link .btn-add-to-cart:hover {
    color: #fff !important;
}

.search-form .suggests .suggestion-block-prod .lg-card-container>div.pro-order-link .btn-add-to-cart .fs14 {
    font-size: 12px;
    top: 0;
}

.search-form .suggests .suggestion-block-category .category-list a {
    padding: 2px 10px 2px 0px;
    display: block;
    font-weight: 600;
    font-size: 16px;
}

.search-form .suggests .suggestion-block-category .lg-card-container {
    box-shadow: none;
}

.sticky-header.header.header-shadow .header-right {
    top: 0;
}

.header__phone-actions>br {
    display: none;
}

.sticky-header.header.header-shadow .header__phone-actions {
    left: -220px;
    max-width: 245px;
    top: 8px;
}

.sticky-header.header.header-shadow .material-icons,
.sticky-header.header.header-shadow .material-icons-outlined {
    padding: 0 0px 0 0;
    background: none;
    border: 0;
}

.sticky-header.header.header-shadow .header-right .header__login-actions a {
    background: none;
    padding: 0;
    border: 0;
    color: #e14fb1 !important;
}

.sticky-header.header.header-shadow .logo {
    max-height: 70px;
    transition: all 0.3s;
    padding-left: 0;
}

.main-container-wrapper .sticky-header.header.header-shadow {
    height: auto !important;
}

header.sticky-header.header.header-shadow .left-wrapper .mini-cart-btn #mini-cart .mini-cart-content {
    margin-right: 8px;
}

header .header-right .left-wrapper .mini-cart-btn.mini-cart-btn {
    margin-left: 8px;
    margin-bottom: 0;
    margin-top: 0;
}

.sticky-header.header .sroll-search {
    display: none;
}

.sroll-search .btn {
    color: #759390 !important;
    padding: 0;
}

.sroll-search .btn i.rango-search {
    font-size: 22px;
}

/*.sticky-header.header.header-shadow .sroll-search{display: inline-block;}*/
.sticky-header.header.header-shadow .search-bar #search-form {
    width: 100%
}

.main-menu {
    margin-top: 20px;
    border-top: 1px solid #c9c9c9;
}

.sticky-header.header-shadow .main-menu {
    box-shadow: 0 2px 3px #efefef;
    border-top: 1px solid #efefef;
}

.mega-menu {
    left: 0;
    position: absolute;
    display: none;
    padding: 20px;
    overflow: hidden;
    width: 100%;
    z-index: 5;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.4);
    padding: 20px;
    max-width: 1280px;
    display: none;
}

.header-top-navmenu {
    position: relative;
    padding: 0 10px;
}

.main-menu .navbar-nav .nav-item a {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #737373;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    padding: 18px 17px
}

.main-menu .navbar-nav .nav-item a:hover,
.main-menu .navbar-nav .nav-item a.active {
    background: none;
    color: #c72092;
}

.main-menu .navbar-nav .nav-item ul.dropdown-menu li a {
    text-align: left;
    padding: 7px 10px;
    font-size: 14px;
    text-transform: none;
}

.header-right {
    display: block;
    top: 0px;
    position: relative;
}

header .header-right .left-wrapper {
    display: flex;
    align-items: center;
    font-family: "Poppins";
    float: none;
}

header .header-right .left-wrapper .mini-cart-btn.mini-cart-btn {
    margin-left: 8px;
    margin-bottom: 0;
    margin-top: 0;
}

.header #account .welcome-content {
    display: flex !important;
    align-items: center;
}

.header #account .welcome-content,
header .left-wrapper .mini-cart-btn #mini-cart .mini-cart-content {
    width: 55px;
    height: 54px;
    border-radius: 27px;
    background-color: #f7f7f7;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0 12px;
}

header .left-wrapper .wishlist-btn {
    width: 55px;
    height: 54px;
    border-radius: 27px;
    background-color: #f7f7f7;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0;
}

header .left-wrapper .wishlist-btn i {
    margin-right: 0 !important;
}

header .left-wrapper .mini-cart-btn #mini-cart {
    display: flex;
    align-items: center;
}

.header-right .header__login-actions {
    margin-left: 15px;
}

.header-right .header__login-actions a {
    border: 2px solid #c72092;
    box-shadow: none;
    padding: 5px 26px;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    background-color: #c72092;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    padding: 12px 30px;
}

header .left-wrapper .mini-cart-btn #mini-cart .mini-cart-content .cart-text,
.header #account .account-text {
    color: #888;
    font-size: 15px;
    /* font-family: "Poppins"; */
}

header .left-wrapper .mini-cart-btn #mini-cart .mini-cart-content .cart-text {
    display: none;
}

header .left-wrapper .compare-btn .badge-container .badge,
header .left-wrapper .wishlist-btn .badge-container .badge,
header .left-wrapper .mini-cart-btn .badge-container .badge {
    background: #5D2288;
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
}

.form-header h3 {
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.form-btn .theme-btn:hover {
    background: none !important;
    color: #000 !important;
}

.form-btn .theme-btn {
    border-color: #000 !important;
    min-width: 260px;
    margin-top: 0;
    transition: all ease 0.5s;
    font-family: 'Poppins', sans-serif;
}

.modal-container {
    border-radius: 10px;
    filter: drop-shadow(0px 1px 23px rgba(0, 0, 0, 0.17));
    background-color: #ffffff;
    z-index: 999;
}

/*cart-modal-content*/

.mini-cart-btn #cart-modal-content {
    z-index: 999;
    position: fixed;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 33%;
    max-width: 420px;
    padding-bottom: 200px;
}

.mini-cart-btn #cart-modal-content .mini-cart-container {
    max-height: 470px;
    overflow: auto;
    padding: 0 10px;
}

.mini-cart-btn #cart-modal-content .small-card-container {
    padding-bottom: 1px;
}

.mini-cart-btn .small-card-container .product-image {
    background-size: contain;
    width: 100%;
    height: 50px;
}

.mini-cart-btn #cart-modal-content .cart-remove {
    float: right;
    padding-top: 8px;
}

.mini-cart-btn #cart-modal-content .small-card-container .remove-item {
    height: 20px;
    padding: 4px;
    position: static;
    float: right;
    width: auto;
    background: 0 0;
}

#cart-modal-content .small-card-container .remove-item .rango-close {
    color: red;
    font-family: "League Spartan", sans-serif !important;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}

#cart-modal-content .remove-item .rango-close i {
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -3px;
    margin-right: 7px;
}

.mini-cart-btn .small-card-container .card-body .product-name {
    font-size: 14px;
    letter-spacing: 0;
    color: #3d3d3d;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.mini-cart-btn .small-card-container .card-body {
    padding: 0 !important;
}

.mini-cart-btn #cart-modal-content .modal-footer a.remove-decoration {
    background-color: #0064d2 !important;
    border-color: #0064d2 !important;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px;
    vertical-align: top;
    text-align: center !important;
    font-size: 13px;
}

.category-block.min-cart .product-card .product-image img {
    height: 60px;
    width: auto;
}

.category-block.min-cart .product-card .product-image {
    height: 90px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #c2c2c2;
    border-radius: 10px;
}

.min-cart.you-may-like {
    margin-top: 25px;
}

.min-cart.you-may-like .lg-card-container.list-card .product-information {
    height: auto;
}

.min-cart.you-may-like .lg-card-container.list-card .product-information .product-price span {
    font-size: 16px;
    text-transform: uppercase;
    color: #e35620;
    font-weight: 700;
}

.min-cart.you-may-like .lg-card-container.list-card .product-information .add-to-cart-btn .btn-add-to-cart {
    padding: 8px 20px 4px 20px !important
}

.min-cart.you-may-like .lg-card-container.list-card .product-information .add-to-cart-btn .btn-add-to-cart i.material-icons {
    display: none;
}

.min-cart.you-may-like .lg-card-container.list-card .product-information .add-to-cart-btn .btn-add-to-cart span {
    vertical-align: middle;
}

.mini-cart-header {
    padding: 10px 10px 0;
}

.mini-cart-header h1 {
    font-weight: 700;
}

.mini-cart-btn #cart-modal-content .small-card-container .card-total-price {
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
    float: none;
}

.mini-cart-btn .cart-price {
    display: table;
    width: 100%;
    margin-bottom: 1px;
}

#cart-modal-content .small-card-container input {
    width: 50px;
    height: 30px;
}

.category-block.min-cart .main-container-wrapper .product-card .product-image img {
    max-width: 80% !important;
}

.category-block.min-cart .product-list .product-information .product-name span.fs16 {
    font-size: 14px;
}

.category-block.min-cart .product-list .product-information>div>div {
    margin-bottom: 5px;
}

.category-block.min-cart .product-list .cat-min-cart-header {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 37px;
    text-transform: uppercase;
    color: #232323;
    font-weight: 700;
    font-family: "Poppins";
}

.category-block.min-cart .product-list {
    max-height: 30vh;
    overflow: auto;
}

span.close-mini-bar {
    float: right;
    font-weight: normal;
    font-size: 28px;
    padding: 5px 18px;
}

.category-block.min-cart .product-list .add-to-cart-btn,
.mini-cart-btn #cart-modal-content .modal-footer button.theme-btn,
.search-bar-desktop #search-form {
    width: 100%;
}


.mini-cart-btn #cart-modal-content #deliveryAddress {
    text-align: center;
}

.mini-cart-btn #cart-modal-content #deliveryAddress h2 {
    font-size: 19px;
    font-weight: 600;
}

.mini-cart-btn #cart-modal-content #deliveryAddress .routInfo {
    font-size: 15px;
    color: #666;
    font-weight: 400;
}

.mini-cart-btn #cart-modal-content #deliveryChecker .searchDelivery-header {
    margin: 15px -1% 0px -1%;
}

.mini-cart-btn #cart-modal-content #deliveryChecker .searchDelivery-header .search_delivery select {
    display: inline-block;
    margin: 0 1%;
    width: 47.4%;
    box-sizing: border-box;
}

.mini-cart-btn #cart-modal-content #deliveryChecker .searchDelivery-header .search_delivery {
    margin-bottom: 15px;
}

.mini-cart-btn #cart-modal-content #deliveryChecker .searchDelivery-header #delivery-search-result {
    font-size: 14px;
    color: #666;
    text-align: center;
    font-weight: 400;
}

.mini-cart-btn #cart-modal-content #deliveryChecker .searchDelivery-header .search_delivery button.btn {
    font-family: 'Poppins';
    border: 2px solid #618720 !important;
    background-color: #618720 !important;
    text-transform: uppercase;
    width: 100%;
    box-shadow: none;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    cursor: pointer;
    margin: 15px 1% 0 1%;
}

.mini-cart-btn #cart-modal-content #deliveryChecker .searchDelivery-header .search_delivery button.btn:hover {
    color: #618720;
    background: none !important;
}

.mini-cart-btn #cart-modal-content #deliveryChecker .change_delivery-header {
    margin-bottom: 15px;
    text-align: center;
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-top: 15px;
}

.mini-cart-btn #cart-modal-content #deliveryChecker .change_delivery-header:hover {
    color: #E35620;
}

.searchDelivery-header .close {
    top: inherit !important;
}


#home-right-bar-container .slides-container .VueCarousel .VueCarousel-slide .show-content {
    display: table;
    top: 50%;
    transform: translate(0, -50%);
    bottom: 0;
    height: auto;
    max-width: 1270px;
    margin: 0 auto;
    right: 0;
    text-align: left;
}

.slides-container .VueCarousel .VueCarousel-slide .show-content h1 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #c5178d;
    font-weight: 600;
    font-family: "Poppins";
    line-height: 1;
    margin-bottom: 35px;
}

.slides-container .VueCarousel .VueCarousel-slide .show-content h1 strong {
    font-size: 83px;
    color: #414041;
    font-weight: 400;
    font-family: "Splash";
    display: block;
    line-height: 1;
    margin-top: -28px;
    margin-left: 10px;
}

#home-right-bar-container .slides-container .VueCarousel .VueCarousel-slide .show-content p {
    display: table;
    font-size: 16px;
    line-height: 25px;
    color: #414041;
    font-weight: 400;
    font-family: "Poppins";
    margin-bottom: 25px;
    max-width: 500px;
}

.clientslist-main .VueCarousel-slide {
    justify-content: center;
    align-items: center;
    display: flex;
}

.slider-btn a.btn {
    border-radius: 50px;
    background-color: #414041;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    padding: 12px 50px 12px 20px;
    border: 2px solid #414041;
    margin-right: 15px;
    position: relative;
    min-width: 216px;
}

.slider-btn a.btn:hover {
    color: #414041;
    background: rgba(65, 64, 65, 0);
}

.slider-btn a.btn.light-btn {
    color: #414041;
    background: rgba(65, 64, 65, 0);
}

.slider-btn a.btn.light-btn:hover {
    color: #ffffff;
    background: #414041;
}

.slider-btn a.btn em {
    position: absolute;
    font-style: normal;
    right: 25px;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    background-color: #ffffff;
    font-size: 21px;
    text-transform: uppercase;
    color: #414041;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0 1px;
}

.slider-btn a.btn:hover em {
    color: #fff;
    background: #414041;
}

.slider-btn a.btn.light-btn em {
    background-color: #414041;
    color: #fff;
}

.slider-btn a.btn.light-btn:hover em {
    background-color: #fff;
    color: #414041;
}

.footer-top {
    margin-bottom: -75px;
    display: table;
    width: 100%;
    z-index: 1;
    position: relative;
    margin-top: 50px;
}

.footer-top .newsletter-subscription {
    background: url(../images/newslatter-bg.png) no-repeat right center;
    width: 65%;
    float: right;
    padding: 43px 70px;
    display: flex;
    align-items: center;
    height: auto;
    background-size: 100% 100%;
}

.footer-top .newsletter-subscription .newsletter-wrapper {
    display: table;
    width: 100%;
}

.footer-top .newsletter-subscription .newsletter-wrapper h3 {
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    margin-bottom: 20px;
}

.footer-top .subscriber-form-div .control-group {
    position: relative;
    height: 70px;
    border-radius: 35px;
    background-color: #ffffff;
    max-width: 770px;
    padding: 7px 30px;
    align-items: center;
    display: flex;
}

.footer-top .subscriber-form-div .control-group input.control {
    border: 0;
    padding: 0px;
    font-size: 18px;
    line-height: 22px;
    color: #888c85;
    font-weight: 500;
    font-family: "Poppins";
    width: 100%;
}

.footer-top .subscriber-form-div .subscribe-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 50px;
    background-color: #c5178d !important;
    font-size: 18px;
    line-height: 37px;
    color: #ffffff !important;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    padding: 7px 50px;
    bottom: 5px;
    margin: 0;
    border-color: #c5178d !important;
}

.footer-btm {
    background: #262626;
    padding: 30px 0px;
}

.footer-btm ul {
    margin: 0;
}

.footer-btm ul li {
    font-size: 16px;
    line-height: 32px;
    color: #5e5e5e;
    font-weight: 500;
    font-family: "Poppins";
}

.footer-btm ul li a {
    color: #bcbcbc;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    font-family: "Poppins";
}

.footer .footer-content {
    background: #414041;
    padding-top: 130px;
    padding-bottom: 60px;
}

.footer .footer-content h3 {
    font-size: 22px;
    line-height: 60px;
    color: #e150b2;
    font-weight: 600;
    font-family: "Poppins";
}

.footer .footer-content .column-menu-wrap ul li a {
    font-size: 17px;
    line-height: 40px;
    color: #bababa;
    font-weight: 400;
    font-family: "Poppins";
}


.ft-left-info p {
    font-size: 15px !important;
    line-height: 20px !important;
    color: #bababa !important;
    font-weight: 400 !important;
    font-family: "Poppins" !important;
}

.ft-left-btm h4 {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}

.ft-left-btm>div {
    margin-bottom: 10px;
}

.ft-rg-btm {
    border-top: 2px solid #aaabaa;
    padding-top: 30px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.ft-rg-btm a {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
}

.category-module {
    margin: 50px 0;
}

.sec-title h3 {
    font-size: 55px;
    letter-spacing: normal;
    color: #414041;
    font-weight: 600;
    font-family: "Poppins";

}

.sec-title {
    margin-bottom: 35px;
}

.sec-title h3 span {
    color: #c5178d;
    font-weight: 400;
    font-family: "Splash";
}

.category-module .category-item {
    border-radius: 15px;
    margin: 8px 0 30px 0;
    margin-top: 0;
    text-align: center;
    position: relative;
    text-align: center;
    padding: 20px 0px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c5178d;
}

.category-item img {
    max-width: 100%;
    height: 329px;
    width: 100%;
    display: none;
}

.category-module .category-name {
    text-align: left;
    text-transform: none;
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-decoration: none;

    /*  -webkit-text-stroke: 0.51px black;
    
    -webkit-font-smoothing: antialiased;*/
}

.category-list-main .category-item:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 4px 20px 25px rgba(1, 1, 1, 0.2);
}

.category-module .category-list-main .category-name {
    text-align: center;
}

.sec-btn .btn {
    border-radius: 50px;
    font-size: 18px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    padding: 18px 50px;
}

.sec-btn .btn-primary {
    background: #c5178d !important;
    border: 2px solid #c5178d !important;
}

.sec-btn .btn-primary:hover {
    color: #c5178d !important;
    background: none !important;
}


.sec-title h3.light-text,
.sec-title h3.light-text span {
    color: #fff;
}

.coupns-banner-img {
    width: 100%;
}

.home-about {
    background-image: url(../images/about-bg1.png);
    position: relative;
    padding: 45px 0 30px 0;
    margin: 50px 0 100px 0;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-about p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: "Poppins";
}

.home-about .about-left {
    padding-right: 50px;
}

.sec-btn .btn-primary.light-btn {
    color: #c5178d !important;
    background: #fff !important;
    border-color: #fff !important;
}

.sec-btn .btn-primary.light-btn:hover {
    color: #fff !important;
    background: #c5178d !important;
    border-color: #c5178d !important;
}





.product-card-new {
    width: 100%;
    margin: 0;
    padding: 0 10px;
}

.product-card-new .card-body {
    padding: 30px 0 15px 0;
}

.product-card-new .product-name {
    margin-bottom: 15px !important;
}

.product-card-new .product-name a span {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 27px;
    color: #5f5e5f;
    font-weight: 600;
    font-family: "Poppins";
}

.product-card-new .card-body .product-name,
.product-card-new .card-body .product-rating {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
}

.product-card-new .card-body .product-price span {
    font-size: 30px;
    line-height: 1.2;
    color: #5f5e5f;
    font-weight: 600;
    font-family: "Poppins";
}

.product-card-new .card-body .add-to-cart-btn .btn-add-to-cart {
    border-radius: 50px !important;
    background-color: #c5178d !important;
    border: 2px solid #c5178d !important;
    font-size: 18px !important;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    padding: 12px 45px !important;
    width: auto;
}

.product-card-new:hover,
.lg-card-container:hover,
.general-container:hover {
    box-shadow: none !important;
}


.product-card-new .product-image-container {
    max-height: 330px;
    position: relative;
    border-radius: 15px;
    /*background-color: #f1f4f1;*/
    text-align: center;
    padding: 10px;
}

.product-card-new .product-image-container img {
    width: auto;
    min-height: 290px;
    max-height: 330px;
    object-fit: contain;
}

.product-card-new .card-body .compare-icon {
    display: none !important;
}

.product-card-new .card-body .wishlist-icon {
    display: flex !important;
    right: 30px;
    left: auto;
    top: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #ffffff;
    text-align: center !important;
    justify-content: center;
    align-items: center;
}

.product-card-new .card-body .wishlist-icon i {
    color: #ba75ef;
}

.home-newarrivals {
    padding: 20px 0 50px 0;
}

.carousel-products .VueCarousel-navigation {
    display: none;
}

.pagination-hide .VueCarousel-pagination {
    display: block;
}

.pagination-hide .VueCarousel-pagination .VueCarousel-dot-container button.VueCarousel-dot {
    padding: 0 !important;
    background-color: #aaabaa !important;
    margin-left: 5px;
    margin-right: 5px;
    border: 4px solid #aaabaa !important;
}

.pagination-hide .VueCarousel-pagination .VueCarousel-dot-container button.VueCarousel-dot.VueCarousel-dot--active {
    background-color: #fff !important;
    border: 4px solid #ba75ef !important;
    padding: 0 !important;
}

.clientslist-main .pagination-hide .VueCarousel-pagination {
    display: none;
}

.mini-cart-header {
    padding: 0 0 0px 0;
}

.mini-cart-header h1 {
    font-size: 30px;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 20px;
}

.mini-cart-btn #cart-modal-content .mini-cart-container {
    padding: 0;
}

.mini-cart-btn #cart-modal-content .small-card-container {
    padding-bottom: 10px;
}

#cart-modal-content .small-card-container .product-image-container {
    border: 1px solid #c2c2c2;
    padding: 5px;
    border-radius: 10px;
    margin: 0;
}

.mini-cart-btn .small-card-container .card-body {
    padding-left: 15px !important;
}

.mini-cart-btn .small-card-container .card-body .product-name {
    font-size: 14px;
    letter-spacing: 0px;
    color: #3c3c3c;
    font-weight: 600;
    font-family: "Poppins";
}

.mini-cart-btn .small-card-container .card-body .card-current-price {
    position: relative;
    margin-top: 0px;
}

.mini-cart-btn .small-card-container .card-body .card-current-price>div {
    display: inline-block !important;
    flex: none !important;
    width: auto;
    vertical-align: middle;
}


.mini-cart-btn .quantity.control-group .input-btn-group {
    display: flex;
    align-items: center;
}

.mini-cart-btn .quantity .input-btn-group button {
    height: 25px;
    padding: 1px 5px;
    border-color: rgba(104, 104, 104, 0.55);
    border-right-color: rgba(104, 104, 104, 0.55);
    line-height: 1;
}

.mini-cart-btn .quantity .input-btn-group button .rango-plus,
.mini-cart-btn .quantity .input-btn-group button .rango-minus {
    margin: 0;
}

.mini-cart-btn #cart-modal-content .small-card-container input {
    border: 1px solid rgba(104, 104, 104, 0.55) !important;
    border-radius: 0;
    height: 25px;
    vertical-align: middle;
    margin: 0px;
    line-height: 1;
}

.quantity .input-btn-group button .rango-plus,
.quantity .input-btn-group button .rango-minus {
    font-size: 13px;
    vertical-align: middle;
    font-weight: 700;
}

.quantity .input-btn-group button.decrease {
    border-radius: 7px 0 0 7px;
}

.quantity .input-btn-group button.increase {
    border-radius: 0px 7px 7px 0px;
}

.cart-modal-content.modal-content {
    padding: 10px 20px;
    padding-bottom: 10px;
}

.mini-cart-btn .quantity .input-btn-group button.update_qty {
    padding: 2px 10px;
    height: auto;
    font-size: 15px;
    border: 2px solid #618720;
    background-color: #618720;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 5px;
}

.mini-cart-btn .quantity .input-btn-group button.update_qty:hover {
    color: #618720;
    background: none;
}

.mini-cart-btn #cart-modal-content .small-card-container .card-total-price {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 41px;
    color: #e35620;
    font-weight: 700;
    font-family: "Poppins";
}

#cart-modal-content .small-card-container input {
    border: 0;
    border-left: 2px solid #ccc;
    color: #828282;
    height: 18px;
    width: 30px;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 41px;
    color: #353438;
    font-weight: 500;
    font-family: "Poppins";
}


.mini-cart-btn #cart-modal-content .cart-remove {
    padding-top: 0;
}

.mini-cart-btn #cart-modal-content .small-card-container .remove-item {
    height: auto;
    line-height: 1;
    padding: 2px 0;
}

#cart-modal-content .small-card-container .remove-item .rango-close {
    font-size: 0 !important;
    color: #828282;
    font-size: 18px;
}

.mini-cart-footer {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

#cart-modal-content .modal-footer {
    padding: 15px 0;
}

.modal-footer> :not(:last-child) {
    font-size: 14px;
    line-height: 37px;
    color: #000000;
    font-weight: 600;
    font-family: "Poppins";
    padding: 0;
    margin: 0;
}

.modal-footer> :not(:first-child) {
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #3d3d3d;
    font-weight: 700;
    margin: 0;
}

.theme-btn,
.account-content .account-layout .bottom-toolbar .pagination .page-item,
.cart-details .continue-shopping-btn {
    font-family: 'Poppins';
    text-transform: uppercase;
    box-shadow: none;
    padding: 12px 19px;
    color: white;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    border-radius: 8px;
    margin-top: 25px;
    border: 2px solid #5D2288 !important;
    background-color: #5D2288 !important;
}

.theme-btn:hover,
.account-content .account-layout .bottom-toolbar .pagination .page-item:hover,
.cart-details .continue-shopping-btn:hover,
.btn-add-to-cart:hover {
    background-color: #c5178d !important;
    border-color: #c5178d !important;
}

.mini-cart-btn #cart-modal-content .modal-footer a.remove-decoration {
    font-family: 'Poppins';
    background-color: #c5178d !important;
    border-color: #c5178d !important;
    text-transform: uppercase;
    box-shadow: none;
    padding: 14px 10px;
    color: white;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    border-radius: 8px;
    margin-top: 25px;
    margin-left: 5px;
}

span.close-mini-bar {
    font-size: 0;
    padding: 0;
}

span.close-mini-bar:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 27px;
    color: #b5b5b5;
}


#cart-modal-content .rango-close::before,
#cart-modal-content .small-card-container .card-current-price label.fw5,
.category-block.min-cart .product-list .compare-icon,
.category-block.min-cart .product-list .product-information .product-rating,
.category-block.min-cart .product-list .wishlist-icon,
.header .top-navmenu .nav>li>a .icon,
.home-newarrivals .carousel-products-header,
.ordersummaryhtml .cart-item-list .rango-close,
.search-bar-desktop .selectdiv,
header .left-wrapper .mini-cart-btn #mini-cart .mini-cart-content+.down-arrow-container {
    display: none;
}


.product-card-new .sticker {
    border-radius: 15px 15px 15px 0px;
    top: 0;
    left: 10px;
    padding: 4px 14px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.product-card-new .sticker.new {
    background-color: #ba75ef;
    margin-top: 5px;
}

img {
    max-width: 100%;
}

.carousel-products .VueCarousel-slide {
    padding: 10px;
}

.VueCarousel .VueCarousel-slide .product-card-new {
    margin: 0 1% 2% 1% !important;
    border: 1px solid #c7c7c7 !important;
    padding: 15px 15px;
}

/*Categorey Section*/

.categorey-banner {
    position: relative;
}

.categorey-banner img {
    width: 100%;
    height: 525px;
    object-fit: cover;
}

.categorey-banner .cat-banner-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    margin: auto;
}

.cat-banner-content h2 {
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.cat-banner-content .category-description p,
.cat-banner-content .category-description span {
    font-family: 'Poppins' !important;
    font-size: 22px !important;
    line-height: 1.2;
    color: #fff !important;
}


.category-page-wrapper {
    padding-top: 50px !important;
}

.category-block .card.grid-card.product-card-new {
    border-radius: 15px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 15px 15px;
    width: 18.5rem;
    margin: 0 1% 2% 1%;
    border: 1px solid #c7c7c7 !important;
}

.category-block .product-card-new .card-body {
    padding: 22px 0 0 0;
}

.category-block .product-card-new .card-body .product-name {
    margin-bottom: 20px;
}

.category-block .product-card-new .card-body .product-name a span {
    font-size: 23px;
    color: #3c3c3c;
    font-weight: 700;
    font-family: "Poppins";
}

.category-block .product-card-new .card-body .product-price span {
    font-size: 35px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Poppins";
}

.category-block .product-card-new .card-body .wishlist-icon {
    left: auto;
    right: 10px;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #f1f4f1;
    justify-content: center;
    align-items: center;
}

.category-block .product-card-new .card-body .wishlist-icon i {
    color: #a6a6a6;
}


.left-filter-box {
    border-radius: 8px;
    background-color: rgba(247, 247, 247, 0);
    border: 1px solid rgba(72, 95, 51, 0.3);
    max-width: 175px;
}

.left-filter-box a {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
    color: #485f33 !important;
    font-weight: 300;
    font-family: "Poppins";
    cursor: pointer;
}

.left-filter-box a .material-icons {
    font-size: 0;
    position: relative;
    position: relative;
    height: auto;
    top: 5px;
}

.left-filter-box a .material-icons:before {
    content: "";
    background: url(../images/filter-icon.png) no-repeat center center;
    width: 19px;
    height: 18px;
    display: inline-block;
}


.short-by-inner {
    width: 123px;
    border-radius: 8px;
    background-color: rgba(247, 247, 247, 0);
    border: 1px solid rgba(72, 95, 51, 0.3);
    text-align: center;
    position: relative;
    float: right;
}

.short-by-inner select {
    font-size: 16px;
    color: #485f33;
    font-weight: 300;
    font-family: "Poppins";
    background: none;
    padding: 12px 5px 12px 37px;
    width: auto;
    max-width: 120px;
    cursor: pointer;
}

.short-by-inner i.material-icons {
    position: absolute;
    left: 15px;
    top: 15px;
    bottom: auto;
    margin: auto;
    font-size: 0;
    z-index: 0;
}

.short-by-inner i.material-icons:before {
    content: "";
    background: url(../images/short-by.png) no-repeat center center;
    width: 19px;
    height: 18px;
    display: inline-block;
}

.result-found {
    font-size: 16px;
    color: #888888;
    font-weight: 300;
    font-family: "Poppins";
    text-align: center;
}

.category-page-wrapper>.row {
    margin-bottom: 30px;
}

.category-page-wrapper>.row:first-child {
    align-items: center;
}

.category-page-wrapper .category-container.right {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
}

.category-page-wrapper .layered-filter-wrapper.left {
    border-radius: 15px;
    background-color: #f7f7f7;
    border: 1px solid #c7c7c7;
    padding: 20px;
}

.category-page-wrapper .layered-filter-wrapper.left>div h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: 700;
    font-family: "Poppins";
    margin-bottom: 20px;
}

.category-page-wrapper .category-container.right .category-block .row {
    margin: 0 -10px !important;
    width: auto !important;
    max-width: inherit;
}

/*.reviews, .product-rating {display: none !important;}*/

.pagination {
    justify-content: center;
    margin-top: 25px;
}

.pagination .page-item {
    padding: 2px 10px;
    margin: 0 3px;
    line-height: 30px;
    border-radius: 5px;
    border: 0 !important;
    height: 32px;
}

.pagination .page-item.active,
.pagination .page-item:hover {
    color: #fff !important;
    border-bottom: 2px solid #E35620;
    background: #E14FB1;
}
a.page-item.disabled {
    pointer-events: none;
}
.checkout-process {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #242424;
}

.checkout-process .col-main {
    width: 100%;
    margin-right: 0%;
}

.checkout-process .col-main ul.checkout-steps {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #c7c7c7;
}

.checkout-process .col-main ul.checkout-steps li {
    height: 48px;
    display: flex;
}

.checkout-process .col-main ul.checkout-steps li .decorator {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    display: inline-flex;
    border: 1px solid #c7c7c7;
    background-repeat: no-repeat;
    background-position: 50%;
}

.checkout-process .col-main ul.checkout-steps li .decorator.address-info {
    background-image: url(/themes/default/assets/images/address.svg);
}

.checkout-process .col-main ul.checkout-steps li .decorator.shipping {
    background-image: url(/themes/default/assets/images/shipping.svg);
}

.checkout-process .col-main ul.checkout-steps li .decorator.payment {
    background-image: url(/themes/default/assets/images/payment.svg);
}

.checkout-process .col-main ul.checkout-steps li .decorator.review {
    background-image: url(/themes/default/assets/images/finish.svg);
}

.checkout-process .col-main ul.checkout-steps li.completed {
    cursor: pointer;
}

.checkout-process .col-main ul.checkout-steps li.completed .decorator {
    background-image: url(/themes/default/assets/images/complete.svg);
}

.checkout-process .col-main ul.checkout-steps li span {
    margin-left: 7px;
    margin-top: auto;
    margin-bottom: auto;
}

.checkout-process .col-main ul.checkout-steps li.active {
    color: #2650ef;
}

.checkout-process .col-main ul.checkout-steps li.active .decorator {
    border: 1px solid #2650ef;
}

.checkout-process .col-main .step-content {
    padding-top: 20px;
}

.checkout-process .col-main .step-content .form-header {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 30px;
}

.checkout-process .col-main .step-content .form-header .checkout-step-heading {
    font-size: 24px;
    font-weight: 700;
    float: left;
}

.checkout-process .col-main .step-content .form-header .btn {
    float: right;
    font-size: 14px;
}

.checkout-process .col-main .step-content .form-container {
    border-bottom: 1px solid #c7c7c7;
    padding-top: 20px;
    padding-bottom: 20px;
}

.checkout-process .col-main .step-content .shipping-methods {
    font-size: 16px;
}

.checkout-process .col-main .step-content .shipping-methods .ship-method-carrier {
    margin-bottom: 15px;
    font-weight: 700;
}

.checkout-process .col-main .step-content .payment-methods .radio-container {
    padding-left: 28px;
}

.checkout-process .col-main .step-content .payment-methods .control-info {
    margin-left: 28px;
}

.checkout-process .col-main .step-content .payment-methods .instructions {
    margin-top: 10px;
    margin-left: 30px;
}

.checkout-process .col-main .step-content .payment-methods .instructions label {
    font-weight: 600;
    font-size: 14px;
}

.checkout-process .col-main .step-content .payment-methods .instructions p {
    margin: 0;
    font-size: 14px;
    color: #777;
    font-style: italic;
}

.checkout-process .col-main .step-content .address-summary {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.checkout-process .col-main .step-content .address-summary div.billing-address {
    margin-right: 25%;
}

.checkout-process .col-main .step-content .address-summary div.billing-address .horizontal-rule,
.checkout-process .col-main .step-content .address-summary div.shipping-address .horizontal-rule {
    width: 40px;
    background: #242424;
}

.checkout-process .col-main .step-content .address-summary .label {
    width: 10%;
}

.checkout-process .col-main .step-content .address-summary .address-card-list {
    width: 85%;
}

.checkout-process .col-main .step-content .cart-item-list .item .row .title {
    width: 100px;
    display: inline-block;
    color: #a5a5a5;
    font-weight: 500;
    margin-bottom: 10px;
}

.checkout-process .col-main .step-content .cart-item-list .item .row .value {
    font-size: 18px;
    font-weight: 600;
}

.checkout-process .col-main .step-content .order-description {
    display: inline-block;
    width: 100%;
}

.checkout-process .col-main .step-content .order-description .shipping {
    margin-bottom: 25px;
}

.checkout-process .col-main .step-content .order-description .decorator {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    border: 1px solid #c7c7c7;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
}

.checkout-process .col-main .step-content .order-description .decorator .icon {
    margin-top: 7px;
}

.checkout-process .col-main .step-content .order-description .text {
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
}

.checkout-process .col-main .step-content .order-description .text .info {
    font-weight: 500;
    margin-top: 2px;
}

.checkout-process .col-right {
    width: 25%;
    padding-left: 40px;
}

/*************************Checkout **********************/
.checkout-process {
    max-width: 100%;
    font-family: "Poppins";
}

.checkout-process .col-main ul.checkout-steps li.active {
    color: #5D2288 !important;
}

.checkout-process .col-main ul.checkout-steps li.active .decorator {
    border: 1px solid #5D2288 !important;
}

.checkout-process .order-summary-container {
    top: 185px;
}

.checkout-process .col-main .step-content .form-header {
    height: auto !important;
    font-family: "Poppins";
}

.checkout-process .col-main .step-content .form-header h1 {
    margin-bottom: 0 !important;
}

.checkout-process .step-content form .control-group label {
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: "Poppins";
}

.checkout-process .step-content form .control-group {
    margin-bottom: 10px;
}

.checkout-process .step-content form .control-group .control {
    border-radius: 50px;
    height: 46px;
    width: 100%;
    border: 1px solid #eae6e6;
    padding: 10px 20px;
    box-sizing: border-box;
    font-family: "Poppins";
    background: #fff;
}


.checkout-process .step-content .button-group {
    margin-top: 15px;
}

.checkout-process .step-content .button-group .btn {
    font-size: 16px !important;
    line-height: 1.2;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    padding: 12px 20px !important;
    width: auto;
    border: 2px solid #c72092 !important;
    box-shadow: none;
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    border-radius: 50px;
    background-color: #c72092 !important;
    text-transform: uppercase;
    text-align: center;
}


.checkout-process .col-main .step-content .checkout-method-group {
    margin-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
}

.checkout-process .col-main .step-content .carrier-title {
    font-size: 22px !important;
    margin-bottom: 15px;
    display: block;
}

.checkout-process .step-content form .control-group label.radio-container {
    margin-bottom: 0;
    margin-right: 15px;
}

.checkout-process .step-content form .control-group .method-label {
    font-size: 20px;
}

.checkout-process input[type="radio"] {
    width: 18px;
    height: 18px;
}

.checkout-process .col-main .step-content .payment-methods .radio-container {
    padding-left: 0 !important;
}

.checkout-process .col-main .step-content .checkout-method-group .line-two.mt-5 {
    margin-top: 2rem !important;
}


.checkout-process .cart-item-list .items-list-checkout .link-color {
    letter-spacing: 0px;
    line-height: 22px;
    font-size: 19px;
    color: #333333;
    font-weight: 700;
    font-family: "Poppins";
    margin-bottom: 10px;
}

.checkout-process .cart-item-list .items-list-checkout .value {
    font-size: 15px;
    line-height: normal;
    color: #5D2288;
    font-weight: 700;
    font-family: "Poppins";
    margin-right: 10px;
}



.checkout-process .col-main .step-content .address-summary>.billing-address,
.checkout-process .col-main .step-content .address-summary>.shipping-address {
    width: 50%;
    margin-right: 0 !important;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.checkout-process .col-main .step-content .address-summary .card-title {
    padding: 5px 10px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    width: 100%;
    margin-bottom: 15px;
}

.checkout-process .col-main .step-content .address-summary .card-title b {
    font-size: 18px;
}

.checkout-process .col-main .step-content .address-summary .card-content ul {
    list-style-type: none;
}

.checkout-process .col-main .step-content .address-summary .card-content ul li {
    margin-bottom: 5px;
    font-size: 15px;
}


.checkout-process .col-main .step-content .cart-item-list {
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
}

.checkout-process .col-main .step-content .cart-item-list h4 {
    font-weight: 700;
    font-family: "Poppins";
    font-size: 22px;
}

.checkout-process .col-main .step-content .order-description .decorator {
    margin-right: 10px;
}

.checkout-process .col-main .step-content .order-description .decorator .icon {
    margin-top: 12px !important;
}

.checkout-process .col-main .step-content .order-description .decorator .icon:before {
    font-family: FontAwesome;
    font-size: 23px;
    font-style: normal;
}

.checkout-process .col-main .step-content .order-description .decorator .icon.shipping-icon:before {
    content: "\f07a";
}

.checkout-process .col-main .step-content .order-description .decorator .icon.payment-icon:before {
    content: "\f0d6"
}

.coupon-container .discount-control .custom-form {
    position: relative;
}

.coupon-container .discount-control .custom-form .control-group {
    position: relative;
}

.coupon-container .discount-control .custom-form .control-group input {
    height: 46px;
    border-radius: 10px;
    width: 100% !important;
    max-width: 100%;
}

.coupon-container .discount-control .custom-form .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    margin: 0;
    padding: 6px 15px;
    color: #5d2288 !important;
}

.coupon-container .discount-control .custom-form .theme-btn:hover {
    border: 2px solid #5D2288 !important;
}



.checkout-process .col-main .step-content .form-header .btn {
    color: #fff;
}

.checkout-process .col-main .step-content .address-holder .address-card .checkout-address-content {
    display: flex;
}

.checkout-process .col-main .step-content .address-holder .address-card .checkout-address-content .radio-container {
    margin-right: 15px;
}

.step-content .address-holder .address-card .checkout-address-content ul {
    list-style-type: none;
}

/*************************Checkout **********************/
/*************************Login popup **********************/
#loginModal .modal-header,
#registerModal .modal-header,
#forgotModal .modal-header {
    border: 0;
    font-size: 0;
    padding: 0;
}

.modal-container .modal-header .icon.remove-icon {
    position: absolute;
    top: 19px;
    right: 23px;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.modal-container .modal-body {
    padding: 20px 20px 40px 20px;
}

.form-header p {
    font-size: 16px;
    font-weight: 500;
}

.modal-container .form-group .form-style {
    height: 60px;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #aaaaaa;
    font-family: "Poppins";
}

.form-btn {
    margin-bottom: 25px;
}

.form-btn .theme-btn {
    background: #000 !important;
    border-color: #000 !important;
    min-width: 260px;
    margin-top: 0;
    transition: all ease 0.5s;
    font-family: "Poppins";
}

.forgote-password {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #b2b2b2;
}

.forgote-password a.btn-login {
    color: #303030;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}

.new-customer h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 15px;
}

.new-customer a.btn-new-customer {
    color: #303030;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}

/*************************Login popup **********************/



/*************************Account page **********************/

.account-content .sidebar .customer-sidebar .navigation li {
    border-radius: 50px;
    margin-bottom: 5px;
}

.account-content .sidebar .customer-sidebar .navigation li:hover,
.account-content .sidebar .customer-sidebar .navigation li.active {
    color: #5D2288;
}

.sidebar li:hover>a>span {
    color: #5D2288;
}

.account-content .account-layout .account-table-content .address-holder {
    margin: 0;
}

.account-content .sidebar .customer-sidebar {
    top: 185px;
}

.customer-name {
    background: #5D2288;
}

.account-content .account-layout .account-heading {
    color: #5D2288;
    font-size: 32px;
    font-weight: 700;
}

.wishlist-container .product-card {
    align-items: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(35, 35, 35, 0.3);
}

.wishlist-container .lg-card-container.list-card .product-image {
    height: auto;
    border-radius: 10px;
    background-color: #ffffff;
    border: 0;
    padding: 0;
}

.main-container-wrapper .wishlist-container .product-card .product-image,
.reviews-container .lg-card-container.list-card .product-image {
    margin-right: 15px;
}

.main-container-wrapper .wishlist-container .product-card .product-image img,
.reviews-container .lg-card-container.list-card .product-image img {
    object-fit: contain;
    height: auto;
}

.wishlist-container .lg-card-container.list-card .product-information,
.reviews-container .lg-card-container.list-card .product-information {
    height: auto;
}

.wishlist-container .lg-card-container.list-card .product-information .product-name .stars,
.reviews-container .lg-card-container.list-card .product-information .product-name .stars {
    margin: 10px 0;
}

.wishlist-container .lg-card-container.list-card .product-information .product-name a span,
.reviews-container .lg-card-container.list-card .product-information .product-name a span {
    font-size: 20px;
    letter-spacing: 0px;
    color: #3c3c3c;
    font-weight: 600;
    font-family: "Poppins";
}

.wishlist-container .lg-card-container.list-card .product-information .product-price,
.reviews-container .lg-card-container.list-card .product-information .product-price {
    margin-bottom: 6px;
}

.wishlist-container .lg-card-container.list-card .product-information .product-price,
.reviews-container .lg-card-container.list-card .product-information .product-price {
    margin-bottom: 6px;
}

.wishlist-container .lg-card-container.list-card .product-information .product-price span,
.reviews-container .lg-card-container.list-card .product-information .product-price span {
    margin-top: 12px !important;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.wishlist-container .lg-card-container.list-card .product-information .cart-wish-wrap .wishlist-icon {
    margin-left: 5px;
}

.btn-add-to-cart {
    border: 2px solid #5D2288 !important;
    background-color: #5D2288 !important;
    border-radius: 50px !important;
    padding: 3px 14px !important;
}


.account-content .account-layout .account-table-content label {
    font-weight: 500;
}

.account-content .account-layout .account-table-content input,
.account-content .account-layout .account-table-content select,
.account-content .account-layout .account-table-content textarea {
    height: 50px;
    font-size: 16px;
    letter-spacing: 0px;
    color: #000;
    font-weight: 300;
    font-family: "Poppins";
    border: 1px solid #aaaaaa;
    border-radius: 50px;
}

.account-content .account-layout .account-table-content input,
.account-content .account-layout .account-table-content select .account-content .account-layout .account-table-content textarea {
    color: #000;
}

span.radio.col-3.text-center.radio-btns {
    padding-bottom: 25px;
    margin-top: -4px;
}

.account-content .account-layout .account-table-content input[type="checkbox"] {
    height: 15px;
}

.account-content .account-layout .account-table-content .datagrid-filters .search-filter {
    height: auto;
}

.account-content .account-layout .account-table-content .datagrid-filters input,
.account-content .account-layout .account-table-content .datagrid-filters select {
    height: 45px;
}

.search-filter .icon-wrapper {
    padding: 8px 15px;
    height: 45px;
    border-radius: 50px;
    width: auto;
}

.grid-dropdown-header {
    padding: 0px 15px 0px 15px;
    height: 47px;
    border-radius: 50px;
}

.grid-container .datagrid-filters .filter-right .dropdown-filters .control-group {
    margin-bottom: 0;
}

.velocity-divide-page.account-content .left {
    width: 300px;
}

.account-content .account-layout.right {
    padding-left: 340px !important;
}


.compare-products .wishlist-icon {
    right: 35px;
}

.compare-products .material-icons.cross {
    right: 0;
}

/*************************Account page **********************/

.VueCarousel .VueCarousel-inner {
    gap: 16px !important;
}

@media only screen and (max-width: 770px) {
    .header-top{
        padding: 7px 0 4px;
    }
    .header-top p,  .header-top a{
        font-size: 14px !important;
        margin-bottom: 5px;
    }
    .header-top:last-child{
        padding-top: 6px;
    }
    #free-shipping-bar .free-shipping-banner span{
        font-size: 14px;
    }
    .checkout-process .col-main {
        width: 100%;
        padding-right: 0;
    }

    .checkout-process .col-main ul.checkout-steps {
        border-bottom: none;
        padding-bottom: 0;
    }

    .checkout-process .col-main ul.checkout-steps span {
        display: none;
    }

    .checkout-process .col-main ul.checkout-steps .line {
        flex-grow: 1;
        border-bottom: 1px solid #c7c7c7;
        margin-left: 5px;
        margin-right: 5px;
    }

    .checkout-process .step-content {
        padding-top: 0;
    }

    .checkout-process .step-content .control-group .control {
        width: 100%;
    }

    .checkout-process .col-right {
        display: none;
    }
}

@media only screen and (max-width: 480px) {

    .checkout-process .col-main .step-content .address,
    .checkout-process .col-main .step-content .order-description {
        display: flex;
        flex-direction: column;
    }

    .checkout-process .col-main .step-content .address .billing-address,
    .checkout-process .col-main .step-content .address .pull-left,
    .checkout-process .col-main .step-content .order-description .billing-address,
    .checkout-process .col-main .step-content .order-description .pull-left {
        width: 100% !important;
    }

    .checkout-process .col-main .step-content .address .pull-right,
    .checkout-process .col-main .step-content .address .shipping-address,
    .checkout-process .col-main .step-content .order-description .pull-right,
    .checkout-process .col-main .step-content .order-description .shipping-address {
        width: 100% !important;
        margin-top: 20px;
    }
}

.prices-div span {
    font-size: 16px;
}

.sticker.bulk-purchase {
    background-color: #5d2288;
    right: 10px;
    left: unset;
    border-radius: 15px 15px 0px 15px;
    top: 5px;
}

.main-container-wrapper>.visible-xs {
    display: none;
}

.line-through {
    text-decoration: line-through;
    float: right;
    margin-left: 5px;
}

.cart-price {
    margin-left: auto;
}
.VueCarousel-slide .bg-image {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.VueCarousel-slide .bg-image img{
    height: 105px;
}
@media screen and (max-width: 1370px) {

    #home-right-bar-container .slides-container .VueCarousel .VueCarousel-slide .show-content {
        left: 25px;
        right: 15px;
    }


}



@media screen and (max-width: 1199px) {

    .slides-container .VueCarousel .VueCarousel-slide .show-content h1 {
        font-size: 45px;
    }

    .slides-container .VueCarousel .VueCarousel-slide .show-content h1 strong {
        font-size: 50px;
        margin-top: -20px;
    }

    .sec-title h3 {
        font-size: 38px;
    }

    .product-card-new .product-name a span {
        font-size: 17px;
    }

    .product-card-new .card-body .product-price span {
        font-size: 22px;
    }

    .home-newarrivals {
        padding: 20px 0 0px 0;
    }

    .category-module .category-name {
        font-size: 25px;
    }


    .footer-top .newsletter-subscription {
        padding: 40px;
    }

    .footer-top .newsletter-subscription .newsletter-wrapper h3 {
        font-size: 22px;
    }

    .ft-left-info img {
        max-width: 150px;
    }

    .footer .footer-content h3 {
        line-height: 1.2;
        font-size: 16px;
    }

    .footer .footer-content .column-menu-wrap ul li a {
        font-size: 13px;
    }

    .footer-btm ul li,
    .footer-btm ul li a {
        font-size: 13px;
    }

}

@media screen and (max-width: 992px) {
    .slides-container .VueCarousel .VueCarousel-slide .show-content h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .slides-container .VueCarousel .VueCarousel-slide .show-content h1 strong {
        font-size: 36px;
        margin-top: -14px;
    }

    .slider-btn a.btn {
        min-width: 165px;
        padding: 7px 50px 7px 14px;
        font-size: 14px;
    }

    .slider-btn a.btn em {
        right: 10px;
    }

    .main-content-wrapper .vc-header>div.vc-small-screen img {
        width: auto;
        height: auto;
    }

    .category-item img {
        height: 225px;
    }

    .sec-btn .btn {
        padding: 12px 25px;
        font-size: 16px;
    }


    .home-about {
        padding: 50px 0 50px 0;
        margin: 50px 0 40px 0;
    }

    .product-card-new .card-body .add-to-cart-btn .btn-add-to-cart {
        padding: 10px 22px !important;
        width: 100%;
    }

    .VueCarousel .VueCarousel-slide .product-card-new {
        min-height: 403px;
        min-width: 280px !important;
    }

    .sec-title {
        margin-bottom: 25px;
    }

    .sec-title h3 {
        font-size: 30px;
    }

    .category-module .category-name {
        font-size: 18px;
        display: block;
        width: 100%;
        text-align: center;
    }

    .home-about p {
        font-size: 14px;
        line-height: 23px;
    }


    .footer .footer-content {
        padding-top: 65px;
        padding-bottom: 30px;
    }

    .footer-top .newsletter-subscription {
        padding: 20px;
    }

    .footer-top .subscriber-form-div .control-group {
        height: 55px;
    }

    .footer-top .subscriber-form-div .subscribe-btn {
        padding: 7px 23px;
        font-size: 14px;
        line-height: normal;
    }

    .footer-top .subscriber-form-div .control-group input.control {
        font-size: 15px;
    }

    .category-page-wrapper .row.category-list-row .col-3,
    .category-page-wrapper .row.category-list-row .col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .category-page-wrapper .layered-filter-wrapper.left {
        display: block;
    }

    .main-content-wrapper .vc-header>div.vc-small-screen .hamburger-wrapper {
        margin-top: 7px;
        height: auto !important;
    }

    .main-content-wrapper .vc-header>div.vc-small-screen .col-6 .hamburger-wrapper {
        display: none;
    }

    .main-content-wrapper .vc-header>div.vc-small-screen .hamburger-wrapper {
        margin-top: 7px;
        height: auto !important;
    }

    .hamburger-wrapper.sec-btn.d-block button {
        padding: 7px;
        font-size: 14px;
        width: 102% !important;
        border-radius: 4px;
        margin-left: -1%;
        margin-bottom: 10px;
    }

    .main-container-wrapper>.visible-xs {
        display: block;
    }

    header .logo {
        padding-left: 0px;
        margin-top: 3px;
    }
}


@media screen and (max-width: 767px) {

    .slider-container {
        margin: 0;
    }

    #home-right-bar-container .slides-container .VueCarousel .VueCarousel-slide .show-content p {
        font-size: 14px;
    }

    .home-about .about-right {
        margin-top: 25px;
    }

    .home-about .about-left {
        padding-right: 0;
    }


    .category-module .category-list-main .col-6,
    .category-module .category-list-main .col-4 {
        flex: 0 0 50%;
        max-width: 50% !important;
    }

    .sec-title h3 {
        font-size: 22px;
    }

    .footer-top .newsletter-subscription {
        width: 100%;
    }

    .footer .footer-content .footer-statics {
        padding: 30px 20px;
    }


    .container .container-fluid {
        padding-right: 0px;
        padding-left: 0px;
    }

    .full-content-wrapper div>.container-fluid>.row {
        padding: 0 0;
    }

    .ft-rg-btm {
        padding-top: 20px;
        margin-top: 0;
    }

    .ft-left-info .ft-left-btm img {
        max-width: 40px;
    }

    .footer-btm {
        padding: 10px 0px;
    }

    .ft-left-info p {
        font-size: 13px !important;
        text-align: left !important;
    }

    .product-card-new .card-body .add-to-cart-btn .btn-add-to-cart i.material-icons {
        display: none;
    }

    .product-card-new .card-body .add-to-cart-btn .btn-add-to-cart span {
        top: 0;
    }

    .product-card-new .card-body .wishlist-icon {
        top: 20px;
        right: 4px;
        width: 35px;
        height: 35px;
    }

    .product-card-new .card-body .wishlist-icon i {
        font-size: 18px;
    }

    .category-block .product-card-new .card-body .product-name a span {
        font-size: 18px;
    }

    .category-block .product-card-new .card-body .product-price span {
        font-size: 26px;
        line-height: 1;
    }

    .category-page-wrapper>.row .col-3.left-filter,
    .category-page-wrapper>.row .col-7.result-found,
    .category-page-wrapper>.row .col-2.short-by {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .category-block .card.grid-card.product-card-new {
        width: 48%;
        max-width: inherit;
    }

    .checkout-process .col-main .step-content .address-summary {
        display: table;
        width: 100%;
    }

    .checkout-process .col-main .step-content .address-summary>.billing-address,
    .checkout-process .col-main .step-content .address-summary>.shipping-address {
        width: 1000%;
        margin-right: 0 !important;
    }

}

@media screen and (max-width: 650px) {
    .slider-container {
        min-height: fit-content;
    }

    #home-right-bar-container .slides-container .VueCarousel .VueCarousel-slide img.banner-icon {
        height: auto;
        width: 100%;
    }

    #home-right-bar-container .slides-container .VueCarousel .VueCarousel-slide .show-content {
        width: auto;
        left: 15px;
    }

    .slider-btn a.btn {
        min-width: 134px;
        padding: 7px 32px 7px 1px;
        font-size: 14px;
        margin-right: 0px;
    }

    .slides-container .VueCarousel .VueCarousel-slide .show-content h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .slides-container .VueCarousel .VueCarousel-slide .show-content h1 strong {
        font-size: 25px;
        margin-top: -8px;
    }

    .footer-top .subscriber-form-div .subscribe-btn {
        padding: 2px 8px;
    }

    .footer-top .subscriber-form-div .control-group {
        height: 45px;
        padding: 7px 100px 7px 18px;
    }

    .category-item img {
        height: auto;
    }

    .footer .footer-content .footer-statics {
        padding: 30px 20px 0px 20px;
    }

    .product-card-new .product-name a span {
        font-size: 15px;
        line-height: 1.2;
    }

    .product-card-new .card-body .product-price span {
        font-size: 18px;
    }

    .pagination-hide .VueCarousel-pagination .VueCarousel-dot-container {
        margin-top: 0;
    }

    .VueCarousel-wrapper .product-card-new .product-image-container {
        max-height: 220px;
    }

    .VueCarousel-wrapper .product-card-new .product-image-container img {
        height: 160px;
        min-height: inherit;
    }

    .category-page-wrapper .category-container.right .category-block .row {
        width: 100% !important;
        margin: 0 0 !important;
    }

    .category-block .card.grid-card.product-card-new .product-image-container img {
        min-height: 120px;
        max-height: 150px;
    }

    .category-block .card.grid-card.product-card-new .card-body .add-to-cart-btn .btn-add-to-cart {
        width: auto !important;
        padding: 5px 15px !important;
    }

    .category-block .card.grid-card.product-card-new {
        padding: 10px;
    }

    .category-block .product-card-new .card-body .wishlist-icon {
        /*left: 10px;*/
        width: 35px;
        height: 35px;
    }

    .category-block .product-card-new .card-body .wishlist-icon i {
        font-size: 20px;
    }

    .category-block .card.grid-card.product-card-new .card-body .product-name {
        margin-bottom: 5px;
    }

    .category-block .card.grid-card.product-card-new .card-body .product-price {
        margin-bottom: 0px;
    }

    .category-block .product-card-new .card-body .product-price span {
        font-size: 20px;
    }

    .category-page-wrapper .category-container>div {
        padding: 0 0;
    }

    .product-card-new .product-image-container img {
        object-fit: contain;
    }


}


@media only screen and (max-width: 480px) {

    .category-page-wrapper>.row .col-3.left-filter,
    .category-page-wrapper>.row .col-7.result-found,
    .category-page-wrapper>.row .col-2.short-by {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }

    .left-filter-box {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

    .short-by-inner {
        display: inline-block;
        float: none;
        width: 100%;
    }

    .pagination a.page-item {
        display: none;
    }

    .pagination .page-item:first-child,
    .pagination .page-item:nth-child(2),
    .pagination .page-item:nth-last-child(2),
    .pagination .page-item:last-child,
    .pagination .page-item.active,
    .pagination .page-item.disabled {
        display: block;
    }

}