html,
body {
    font-family: 'Manrope', sans-serif;
    color: var(--black);

}

:root {
    --main-theme-color: #C3B0C6;
    --second-theme-color: #EFD4D9;
    --dark-purple: #7D6F85;
    --black: #0D0D0D;
    --black-75: rgba(13, 13, 13, 0.75);
    --black-50: rgba(13, 13, 13, 0.5);
}


h1.plus,
h2.plus {
    font-weight: 400;
    font-size: 81px;
    line-height: 1.4;
}

h1 {
    font-weight: 500;
    font-size: 41px;
    line-height: 1.4;
}

h2,
.category-description-container .headingtitle h1,
.headingtitle h1 {
    font-weight: 500;
    font-size: 34px;
    line-height: 1.4;
    text-transform: uppercase;
}

h3 {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.4;
}

h4 {}

h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
}

h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
}

h6.light {
    font-weight: 400;
}

p {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
}

p.sm {
    font-weight: 400;
    font-size: 13px;
}

/* main theme styles */

.bg-gray {
    background-color: #f3f4f8;
}

.category-description-container,
.home-slick-container .home-slick,
.product-tabs #accordion .card-body,
#columnleft .boxcontainer,
.contact-form-shop .inner {
    background-color: #f3f4f8;
}

#breadcrumb_static {
    border-bottom: solid 1px #f0eaea;
}

.top-bar,
.footer {
    background-color: var(--second-theme-color);
}

.footer-copyright {
    background: #fff;
}

.footer-copyright {
    border-top: solid 1px #2d2d2d;
}

.footer h5 {
    font-weight: 600;
}

.options a.wishlist .wishlist-counter {
    background: var(--second-theme-color);
    color: #000;
}

.options .shoppingcart_options_image .cart_show_amount {
    background: var(--second-theme-color);
    color: #000;
}

.specialheader .logo-small img {
    max-width: 170px;
}

.content.login .title {
    font-weight: 600;
}

.product-presentation .text h2:not(:empty):after,
.product-visited h4:not(:empty):after,
.xsell h4:not(:empty):after {
    /*	display: none;*/
    background-image: none;
    height: 3px;
    background: var(--second-theme-color);
    bottom: 0;
    width: 100px;
}

.xsell h4,
.product-visited h4 {
    margin-bottom: 0;
}

.product-presentation .text-center.text h2:not(:empty):after {
    left: 50%;
    transform: translateX(-50%);
}

.product-presentation .text h2 {
    padding-bottom: 10px;
    margin-bottom: 40px;
    color: var(--second-theme-color);
    font-weight: 600;
}

.productboxwrap .productbox .inner .buttons .btn,
.btn.btn-primary,
.shop-btn,
#wishlist_form .wishlist_product .inner .buttons .btn,
.account.menu .box .item.current,
.extended_filters_category .flabel,
.filters-actions span,
.categorydescription .read-more,
.product-main-row .product-c-2 .inside .productQuantity i,
.shoppingcart .actionbar span i,
.shoppingCart .productCart .productItemCart .productQuantityCart i,
nav#ddfullscreenmenu ul li a {
    border-radius: 0px;
    border-width: 2px;
}

.btn.btn-primary.btn-primary--arrow {
    transition: all 0.4s ease;
    font-weight: 400;
    position: relative;
    color: var(--black);
}

.btn.btn-primary.btn-primary--arrow::before {
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 8px;
    left: -8px;
    position: absolute;
    border: 2px solid #efd4d9;
    transition: all 0.4s ease;
}

.btn.btn-primary.btn-primary--arrow:active,
.btn.btn-primary.btn-primary--arrow:focus {
    background-color: var(--second-theme-color) !important;
    border-color: var(--second-theme-color) !important;
    color: var(--black);
}

@media screen and (min-width:1368px) {
    .btn.btn-primary.btn-primary--arrow:hover {
        background: #f5e4e7 !important;
        border-color: #f5e4e7 !important;
    }

    /* #f5e4e7 */
    .btn.btn-primary.btn-primary--arrow:hover::before {
        top: -2px;
        left: -2px;
    }
}


.btn.btn-primary.btn-primary--arrow span {
    color: var(--black);
    margin-bottom: 0;
}

.btn.btn-primary.btn-primary--arrow::after:not(.shop-btn.update-shopping-cart.final) {
    content: "\f30b";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 17px;
    margin-left: 25px;
}

.productboxwrap .productbox .inner .buttons .btn,
.btn.btn-primary,
.shop-btn,
#wishlist_form .wishlist_product .inner .buttons .btn,
.account.menu .box .item.current {
    background: var(--second-theme-color);
    border-color: var(--second-theme-color);
    font-weight: 700;
    font-size: 16px;
    color: var(--black-75);
    transition: all .4s ease;
}

@media screen and (min-width:1368px) {

    nav#ddfullscreenmenu ul li a:hover,
    .extended_filter_field_container .ffield .chooseProductListingItemsPerPageList li.selected,
    .filters-actions-wrap .filter-drop-menu li.selected,
    .product-listing-action .next_page:hover,
    .product-listing-action .previous_page:hover,
    .products-carousel .slick-dots li button:before {
        background: var(--second-theme-color);
    }

    .productboxwrap .productbox .inner .buttons .button1:hover,
    .btn.btn-primary:hover,
    .btn.btn-primary:focus,
    .btn.btn-primary:active,
    .shop-btn:hover,
    #wishlist_form .wishlist_product .inner .buttons .btn:hover,
    .product-main-row .product-c-2 .inside .productQuantity i:hover {
        background: #f5e4e7 !important;
        border-color: var(--second-theme-color) !important;
        color: var(--black-75);
    }

}

.productboxwrap .productbox .inner .buttons .button2:hover,
.productboxwrap .productbox .inner .buttons .button3:hover {
    background: #efd5d9;
    border-color: var(--second-theme-color) !important;

}

.main-menu-wrap .first-level li a:hover,
.search-title h3,
.shoppingCartDescription .description.total #cart-value,
.progress-steps li.active i,
.progress-steps li.done i,
.productboxwrap .productbox .inner .caption .price #value .productSpecialPrice,
#quickviewModal .productprice .productSpecialPrice,
#columnleft .boxcontainer .categoryboxcontainer a.active:before,
.productattributes .plabel,
.category-description-container .headingtitle h1 {
    color: var(--black-75);
}

.shop-btn.outline {
    color: black;
}

.shop-btn.outline:hover {
    color: var(--black-75);
}

#shopping-cart-items-wrapper .goto>a {
    transition: all .4s ease;
}

#shopping-cart-items-wrapper .goto #gotocheckout:hover {
    background-color: #f5e4e7 !important;
}

.footer .newsletter .social a:hover,
.home-slick-container .slick-dots li.slick-active button:before,
.shoppingCart .productCart .productItemCart .productQuantityCart i,
.radio-holder input:checked~.radiobtn:before,
.shipping-module input:checked~.radiobtn:before,
.mainwrap input[type=checkbox]:checked+label:before,
.productboxwrap .productbox .inner .tag,
form.cart_quantity_form .headingtitle .offer-tag .discount,
.my-acount-wrap .headingtitle h1:after,
.contact-form h3:after,
.ffield input[type=checkbox]:checked+label:before,
.filters-actions span,
.price_range_field .irs--round .irs-bar,
.price_range_field .irs--round .irs-from,
.price_range_field .irs--round .irs-to,
.price_range_field .irs--round .irs-single,
.sortListElement.selected,
.to-top-filters,
.categorydescription .read-more {
    background: var(--second-theme-color);
}

.extended_filters_category .flabel {
    border-color: var(--second-theme-color);
    border-width: 2px !important;
}

select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
.mainwrap input[type=checkbox]+label:before,
.product-tabs #accordion .card-header:not(.collapsed),
.extended_filters_category.active-category .flabel,
.ffield input[type=checkbox]+label:before,
.price_range_field .irs--round .irs-handle,
#columnleft .boxcontainer .heading {
    border-color: var(--second-theme-color) !important;
    color: var(--black-75) !important;
}

.price_range_field .irs--round .irs-from:before,
.price_range_field .irs--round .irs-to:before,
.price_range_field .irs--round .irs-single:before {
    border-top-color: var(--second-theme-color);
    color: var(--black-75);
    color: var(--black-75) !important;
}

.irs--round .irs-grid-text {
    color: #7f7f7f;
}

.home-slick-container .home-slick .caption h1 {}

.radio-holder label,
.shipping-module label {
    padding-top: 0;
}

.productboxwrap .productbox .inner .caption .title {
    font-weight: 600;
    font-size: 17px;
}

.productboxwrap .productbox .inner .caption .price #value {
    color: black;
    font-size: 19px;
}

.productboxwrap .productbox .inner .caption .price #text {
    display: none;
}

.category-description-container .headingtitle h1 {
    font-weight: 600;
}

.product-tabs #accordion .card-header {
    border-width: 2px
}

.product-tabs #accordion .card-body {
    border-radius: 3px;
}

#columnleft .boxcontainer .heading {
    font-weight: 700;
}

.slick-prev,
.slick-next {
    display: block;
    width: 0;
    height: 0;
}

.custom-arrow--pink path {
    fill: #EFD4D9;
}

.custom-arrow--pink svg {
    width: 34px;
    filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 0.1));
}

.custom-arrow-left.custom-arrow-left--outer-side-by-side {
    left: -20px;
}

.custom-arrow-right.custom-arrow-right--outer-side-by-side {
    right: -20px;
}

.custom-arrow-left--shadow {
    width: 66px;
    height: 66px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--second-theme-color);
    transition: all 0.4s ease;
    position: relative;
    z-index: 4;
}

.custom-arrow-left--shadow::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 8px;
    left: -8px;
    border: 2px solid var(--second-theme-color);
    transition: all 0.4s ease;
    z-index: 3;
}

@media screen and (min-width:1368px) {
    .custom-arrow-left--shadow:hover::before {
        top: 0;
        left: 0;
    }

    .custom-arrow-left--shadow:hover {
        background-color: #f5e4e7;
    }
}


.custom-arrow-left--shadow svg {
    width: 30px;
}

.custom-arrow-left--shadow svg path {
    fill: #0D0D0D;
    fill-opacity: 0.5;
    transition: all 0.4s ease;
}

.custom-arrow-left,
.custom-arrow-right {
    z-index: 10;
    cursor: pointer;
    filter: drop-shadow(0px 2px 2px rgb(0 0 0 / 0.1));
}

.custom-arrow-left {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}


.custom-arrow-left.custom-arrow-left--outter {
    left: -77px;
}


.custom-arrow-right {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.custom-arrow-right.custom-arrow-right--outter {
    right: -80px;
}

.about-company {
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.about-company:not(.contact)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.about-company img.about-us__logo {
    filter: invert(1);
}

.footer {
    background-size: cover;
}

.findus-footer-wrapper {
    display: flex;
    flex-direction: column;
}

.findus-footer-item {
    display: flex;
    transition: all 0.4s ease;
}

.findus-footer-item:hover {
    text-decoration: none !important;
    opacity: 0.7;
}

.findus-footer-item>i {
    font-size: 40px;
    margin-right: 20px;
}

.findus-footer-item h6 {
    text-transform: uppercase;
}

.findus-footer-item>div>p:not(:last-child) {
    margin-bottom: 5px;
}

.findus-footer-item:not(:last-child) {
    margin-bottom: 10px;
}

.footer-terms-wrapper {
    column-count: 2;
}

.section-mrg-pad {
    margin: 28px 0;
    padding: 28px 0;
}

.categorybox .image {
    height: 400px;
}

.categorybox .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.jsHomeCategoriesCarousel .slick-list {
    overflow: hidden;
    max-width: 100%;
}

.jsHomeCategoriesCarousel .categorybox,
.jsProductsCarouselThreePoducts .productbox {
    -ms-flex: unset !important;
    flex: unset !important;
    max-width: unset !important;
}

.link-arrow {
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
}

.link-arrow svg {
    margin-left: 13px;
    transition: all 0.4s ease;
}

.categorybox>a:hover .link-arrow svg {
    transform: translateX(7px);
}

.categorybox h5 {
    transition: all 0.4s ease;
}

.categorybox>a:hover h5,
.categorybox>a:hover .link-arrow {
    /* color: var(--second-theme-color); */
}

/* .categorybox>a {
    position: relative;
}

.categorybox .title {
    position: absolute;
    left: 20px;
    bottom: 20px;
} */

.line-bottom {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.line-bottom::before {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 76px;
    height: 2px;
    background: var(--second-theme-color);
}

.category-img__wrapper {
    width: 100%;
    height: 630px;
    position: relative;
}

.category-img__wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}

.category-img__wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.categories-side__links-wrapper {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
}

.categories-side__links-wrapper h2,
.categories-side__links-wrapper p {
    color: #fff;
}

.categories-side__links-wrapper .btn {
    margin-top: 36px;
}

.product-main-row .product-c-2 .inside .productprice #value .productSpecialPrice {
    color: #C41A1C;
}

.product-main-row .product-c-2 .productattributes .pfield .radio-holder label,
#quickview_cart_quantity .productattributes .pfield .radio-holder label {
    padding-left: 0;
    padding: 11px;
    border: solid 2px #f5e4e7;
    font-size: 15px;
    color: var(--black);
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    height: 100%;
    text-align: center;
    line-height: 1.3;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.product-main-row .product-c-2 .productattributes .pfield .radio-holder.color label,
#quickview_cart_quantity .productattributes .pfield .radio-holder.color label {
    border: unset;
    padding: 0;
}


.product-main-row .product-c-2 .productattributes .pfield .radio-holder label i,
#quickview_cart_quantity .productattributes .pfield .radio-holder label i {
    display: block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    border: solid 2px #0000000d;
}

.bar .extended_filters_category[data-category-tag="xrwma"] label i {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 7px;
    border-radius: 3px;
    background-size: cover;
    border: 1px solid #ebebeb;
}

.bar .extended_filters_category[data-category-tag="xrwma"] label::before {
    opacity: 0;
}

.bar .extended_filters_category[data-category-tag="xrwma"] label {
    display: inline-flex;
    padding-left: 0;
    align-items: center;
}

.bar .extended_filters_category[data-category-tag="xrwma"] .ffield input[type=checkbox]:checked+label::before {
    opacity: 1;
}

.product-main-row .product-c-2 .productattributes .pfield .radio-holder.parentSelected label i,
#quickview_cart_quantity .productattributes .pfield .radio-holder.parentSelected label i {
    border: solid 6px #efd4d9;
}

.product-main-row .product-c-2 .productattributes .pfield .radio-holder label span,
#quickview_cart_quantity .productattributes .pfield .radio-holder label span {
    display: none;
    position: absolute;
    top: -40px;
    background: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 7px;
    white-space: nowrap;
    border-radius: 2px;
    animation: fadeIn ease 20s;
    -webkit-animation: fadeIn ease 0.4s;
    -moz-animation: fadeIn ease 0.4s;
    -o-animation: fadeIn ease 0.4s;
    -ms-animation: fadeIn ease 0.4s;
    left: 50%;
    transform: translateX(-50%);
}

.product-main-row .product-c-2 .productattributes .pfield .radio-holder.color label:hover span,
#quickview_cart_quantity .productattributes .pfield .radio-holder.color label:hover span {
    display: block;
}

.product-main-row .product-c-2 .productattributes .pfield .radio-holder:not(.color):hover label,
#quickview_cart_quantity .productattributes .pfield .radio-holder:not(.color):hover label {
    background: #f9eef0;
}

.product-main-row .product-c-2 .productattributes .pfield .radio-holder.parentSelected:not(.color) label,
#quickview_cart_quantity .productattributes .pfield .radio-holder.parentSelected:not(.color) label {
    background: #f5e4e7;
}

.product-main-row .radio-holder input:checked~.radiobtn:after {
    display: none;
}

.product-main-row .product-c-2 .productattributes .pfield .radio-holder .radiobtn::before,
#quickview_cart_quantity .productattributes .pfield .radio-holder .radiobtn::before {
    display: none;
}

.product-main-row .product-c-2 .productattributes .pfield .radio-holder:not(.color),
#quickview_cart_quantity .productattributes .pfield .radio-holder:not(.color) {
    flex: 0 0 calc(25% - 22px);
    height: auto;
}

.product-main-row .product-c-2 .productattributes .pfield .radio-holder,
#quickview_cart_quantity .productattributes .pfield .radio-holder {
    margin: 11px;
}


.pfield.selection-category {
    margin: -11px;
    display: flex;
    flex-wrap: wrap;
}

.show-more-desc {
    font-size: 16px;
    color: var(--black-75);
    padding: 0;
    border: unset;
    outline: unset;
    background: unset;
    margin-top: 10px;
}

.product_description-outer {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--second-theme-color);
}

button:disabled {
    opacity: 0.4 !important;
    cursor: not-allowed;
}

.product-main-row .product-c-2 .product-description .inner {
    overflow: hidden;
    font-size: 15px;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    height: 67px;
}

.product-main-row .product-c-2 .product-description .inner>* {
    font-size: 15px;
}

.product-main-row .product-c-2 .product-description .inner.expand {
    overflow: visible;
    text-overflow: unset;
    -webkit-line-clamp: unset;
    height: auto;
}

.categories-side__links-wrapper p {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    height: 70px;
    margin-bottom: 0;
}

.bg-beige {
    background: #FFFBFA;
}

.productboxwrap.products-carousel-side .productbox {
    margin-bottom: 0;
}

.productboxwrap.products-carousel-side {
    padding-bottom: 0;
}

.product-presentation.about-us.home .text-white p {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -ms-line-clamp: 3;
    line-clamp: 3;
    height: 72px;
    margin-bottom: 0;
}

.btn.btn-default.clear-selections {
    color: red;
    padding-left: 0px !important;
}

.account.menu .box .item.current {
    border-radius: 30px;
}

.size_chart {
    display: flex;
    align-items: center;
}

.size_chart span {
    font-size: 13px;
    line-height: 23px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
}

.size_chart svg {
    margin-right: 8px;
}

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

    .custom-arrow-left.custom-arrow-left--outter {
        left: 0;
    }

    .custom-arrow-right.custom-arrow-right--outter {
        right: 0;
    }

    .box_widget.top {
        top: 72px;
    }

    .product-main-row .product-c-2 .product-description .inner {
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -ms-line-clamp: 2;
        line-clamp: 2;
        height: 45px;
    }

    .productattributes .plabel {
        margin: 12px 0;
    }

    .product-main-row .product-c-2 .inside .productprice #value {
        font-size: 30px;
    }

    form.cart_quantity_form .headingtitle h1 {
        font-size: 35px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .product-main-row {
        padding-top: 25px !important;
    }

    .pfield.selection-category {
        margin: -6px;
    }

    .product-main-row .product-c-2 .productattributes .pfield .radio-holder label i,
    #quickview_cart_quantity .productattributes .pfield .radio-holder label i {
        width: 38px;
        height: 38px;
    }

    .product-main-row .product-c-2 .productattributes .pfield .radio-holder,
    #quickview_cart_quantity .productattributes .pfield .radio-holder {
        margin: 6px;
    }

    .productattributes .plabel {
        font-size: 14px;
    }

    .productboxwrap .productbox .inner .image {
        margin-bottom: 10px;
    }

    .category-img__wrapper {
        height: 530px;
    }

    .custom-arrow-left.custom-arrow-left--outer-side-by-side {
        left: 5px;
    }

    .custom-arrow-right.custom-arrow-right--outer-side-by-side {
        right: 5px;
    }

    .productboxwrap .productbox .inner .caption .buttons {
        margin-top: 10px;
    }

    .productboxwrap .productbox .inner .caption .title {
        -webkit-line-clamp: 1;
        -moz-line-clamp: 1;
        -ms-line-clamp: 1;
        line-clamp: 1;
        overflow: hidden;
        height: 22px;
    }

    .line-bottom,
    .headingtitle {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .line-bottom {}

    .fixed .logo a img {
        max-height: 40px;
    }



    .home-slick-container .home-slick .caption .btn.btn-primary.btn-primary--arrow {
        margin-top: 24px;
    }

    h1.plus,
    h2.plus {
        font-size: 61px;
    }

    h2,
    .headingtitle h1 {
        font-size: 28px;
    }

    h3 {
        font-size: 23px;
    }

    .section-mrg-pad {
        margin: 25px 0;
        padding: 25px 0;
    }

    .custom-arrow-left {
        left: 10px;
    }

    .custom-arrow-right {
        right: 10px;
    }

    .home-slick-container .home-slick .caption {
        width: calc(100% - 140px);
    }

    .home-slick-container .home-slick .slide {
        height: 520px;
    }
}

@media screen and (max-width:1530px) {
    .categorybox .image {
        height: 300px;
    }

    .custom-arrow-left--shadow {
        width: 55px;
        height: 55px;
    }
}

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

    h1.plus,
    h2.plus {
        font-size: 51px;
    }
}

@media screen and (max-width:1200px) {
    .product-main-row .product-title-info {
        margin-left: 16px;
        padding-left: 16px;
    }

    .product-main-row .product-title-info {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
}

@media screen and (max-width:1199px) {
    .product-main-row .product-title-info {
        margin-left: 0px;
        padding-left: 0px;
        border-left: unset;
    }
}

@media screen and (max-width: 1024px) {
    .btn.btn-primary {
        font-size: 14px;
    }

    .category-img__wrapper {
        height: 480px;
    }

    .categories-side__links-wrapper {
        width: calc(100% - 20px);
    }
}

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

    .product-categories-wrap .categorybox .image {
        margin-bottom: 5px;
    }

    .footer-logo img {
        max-width: 250px;
    }

    .productboxwrap .productbox {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .products-carousel .slick-track {
        width: auto;
    }

    h1.plus,
    h2.plus {
        font-size: 41px;
    }

    h2,
    .headingtitle h1 {
        font-size: 24px;
    }

    .link-arrow {
        font-size: 15px;
    }

    .link-arrow svg {
        width: 20px;
        margin-left: 5px;
    }

    .custom-arrow-left--shadow::before {
        z-index: -1;
    }

    .custom-arrow-left--shadow {
        width: 40px;
        height: 40px;
    }

    .custom-arrow-left--shadow svg {
        width: 20px;
    }

    .custom-arrow-left--shadow::before,
    .btn.btn-primary.btn-primary--arrow::before {
        display: none;
    }

    .products-carousel .slick-track {
        margin-bottom: -10px;
    }

    .footer-terms-wrapper {
        display: flex;
        flex-direction: column;
        column-count: unset;
    }

    .findus-footer-wrapper {
        align-items: center;
    }

    .jsSliderOneItem.about-us-slider .about-us-slider__item {
        height: 300px !important;
    }

    .findus-footer-item>i {
        align-items: center;
    }
}

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

    .category-img__wrapper {
        height: 800px;
    }

    .home-slick-container .home-slick .slide {
        height: 420px;
    }

    .custom-arrow-left svg,
    .custom-arrow-right svg {
        width: 30px;
        height: auto;
    }

    .home-slick-container .home-slick .caption {
        width: calc(100% - 100px);
    }

    h1.plus,
    h2.plus {
        font-size: 35px;
    }

    h2,
    .headingtitle h1 {
        font-size: 22px;
    }

    .productboxwrap .productbox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 25px;
    }
}

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

    .category-img__wrapper {
        height: 540px;
    }

    .categorybox .link-arrow {
        display: none;
    }

    .footer-logo img {
        max-width: 200px;
    }

    .products-carousel .slick-track {
        padding: 20px 0;
    }

    .products-carousel .productbox {
        flex: 0 0 50% !important;
        -ms-flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .product-main-row .product-c-1 .product-gallery .extra-images.vertical {
        width: 70px;
    }

    .product-main-row .product-c-1 .product-gallery .extra-images .box {
        height: 70px;
    }

    .product-main-row .product-c-1 .product-gallery .extra-images.vertical .prev-arrow.slick-arrow {
        left: 0;
        font-size: 20px;
    }

    .product-main-row .product-c-1 .product-gallery .extra-images.vertical .next-arrow.slick-arrow {
        right: 0;
        font-size: 20px;
    }
}