.header-logo, .header-cart {
    width: 20%;
}

.header-cart {
    flex-grow: unset;
}

.search-header-bar {
    height: 100px;
}

.search-header-bar > * {
    height: 100%;
}

.search-input > div {
    width: 100%;
}

.search-input-icon {
    position: absolute;
    font-size: 22px;
    top: 8px;
    left: 4px;
}


.rtl .search-input-icon {
    left: unset;
    right: 4px;
    top: 9px;
}

.search-input-input {
    padding-left: 30px;
    min-height: 40px;
    max-height: 40px;
}

.rtl .search-input-input {
    padding-left: inherit;
    padding-right: 30px;
}


.icon-shopping_cart_black_36dp-1-1, .sm-search-icon > span {
    font-size: 32px;
}
.icon-shopping_cart_black_36dp-1-1 .path1 {
    position: absolute;	
}
.icon-shopping_cart_black_36dp-1-1 .path1:before {
    color: unset;
}

.icon-shopping_cart_black_36dp-1-1 .path2:before {
    color: unset;
    margin: 0;	
}

.icon-language_black_24dp .path1:before {
    color: unset;
}

.cart-badge {
    position: absolute;
    right: 20px;
    top: -8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    color: #fff;
    text-align: center;
    border-radius: 0;
    background-color: var(--btn-color);
}

.rtl .cart-badge {
    right: unset;
    left: 20px;
}

.top-main-menu-wrapper {
    margin-right: -22px;
    margin-left: -22px;
}

.ic.menu {
    text-align: left;
    position: relative;
    right: 4px;
}

.rtl .ic.menu {
    text-align: right;
    right: unset;
    left: 4px;
}

.ic.menu, .sm-search-icon {
    margin-right: 20px;
}

.icon-menu-top {
    margin-right: 10px !important;
}

.rtl .ic.menu, .sm-search-icon {
    margin-right: unset;
    margin-left: 20px;
}

.rtl .icon-menu-top {
    margin-right: unset !important;
    margin-left: 10px !important;
}

.icon-menu-top > span {
    font-size: 32px;
}

.icon-menu_open_black_24dp-1:before {
    color: unset;
}

.footer .apps-social-icons:nth-child(2) {
    padding-left: 0px;
}

.rtl .footer .apps-social-icons:nth-child(2) {
    padding-right: 0px;
    padding-left: 15px;
}

.footer .google-app-stores {
    margin-left: -4px;
    margin-right: -4px;
}

.footer .icons-wrapper {
    padding: 0px;
}

.footer-about-us-links-div {

}


.footer-about-us-div {
    padding-right: 20%;
}

.rtl .footer-about-us-div {
    padding-right: unset;
    padding-left: 20%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.main-slider .slick-dots {
    bottom: 12px;
}

.main-slider .slick-dots li button:before {
    font-size: 14px;
}

.features-section-img {
    max-height: 90px;
    max-width: 90px;
}

.slick-next.slick-arrow > span, .slick-prev.slick-arrow > span {
    color: var(--primary-color);
    font-size: 3.3rem;
}

.category-item a, .category-item img {
    display: block;
    text-align: center;
    width: 100%;
}

.category-item img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.category-item h3 {
    margin-top: 15px;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    color: var(--primary-color);
    white-space: break-spaces;
}

.category-page-slider .category-item h3 {
    font-size: 1.2rem;
}

.slider-container {
    padding-left: 15px;
    padding-right: 15px;
}

.main-slider .slider-item {

}

.section-title {
    padding-left: 0px;
    padding-right: 0px;
}

.products-slider .prod-col, .categories-slider .cat-col {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    width: auto;
}

.category-page-slider .categories-slider.s-slider {
    margin-right: -15px;
    margin-left: -15px;
}

.category-page-slider .home-categories-section .section-title {
    margin-right: -15px;
    margin-left: -15px;
}

.category-page-slider .products-slider .prod-col, .categories-slider .cat-col {
    padding-left: 15px;
    padding-right: 15px;
}

.categories-slider-wrapper, .products-slider-wrapper, .testimonials-slider-wrapper, .partners-slider-wrapper {
    margin-right: -15px;
    margin-left: -15px;
}

.products-list .prod-col, .bundle-offer-products .prod-col {
    width: 20%;
    padding: 15px;
}

.select-dropdown .dropdown-item {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
}

#filters-form-collapse-sm {
    text-align: center;
    background-color: white;
    margin: 30px;
    margin-bottom: 0;
}

#filters-form-collapse-sm .filters-block {
    margin-top: 40px;	
}

#products-list-filter-form-close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}

.rtl #products-list-filter-form-close {
    right: unset;
    left: 0;
}


.products-container .products-list {
    margin-bottom: 24px;
}

.cart-header-total {
    margin-right: 10px;
    font-size: 1.6rem;
    color: var(--header-text-color-primary-bg, var(--text-color-primary-bg));
}

.rtl .cart-header-total {
    margin-right: unset;
    margin-left: 10px;
}

.form-control {
    border-radius: 0;
}


.box-1-1 {
    position: relative;
    width: 100%;
}

.box-1-1:before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.box-1-1 .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Other ratios - just apply the desired class to the "box" element */
.box-1-1.ratio2_1:before {
    padding-top: 50%;
}

.box-1-1.ratio1_2:before {
    padding-top: 200%;
}

.box-1-1.ratio4_3:before {
    padding-top: 75%;
}

.box-1-1.ratio16_9:before {
    padding-top: 56.25%;
}

.box-1-1.ratio21_9:before {
    padding-top: 42.85%;
}

.product-item-out-of-stock .thumb {
    filter: unset;
}

.product-crd-spec {
    min-height: 81px;
}

.gallery-section + .gallery-section {
    padding-top: 0px;
}

.ic-menu-back {
    font-size: 22px;
    margin-right: 16px;
    font-weight: bold;
}

.rtl .ic-menu-back {
    margin-right: unset;
    margin-left: 16px;
}

body .home {
    margin-top: 0;
}
body section:first-child {
   padding-top: 0px!important;
}

.code-section .overlay-color {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 20px 0px;
}

.code-section .overlay-color .code-contain {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    height: 100%;
}

.code-section .overlay-color .code-contain .code-image {
    margin-right: unset;
    margin-left: 25px;
}

.code-section .overlay-color .code-contain .code-image {
    position: absolute;
}

.code-section .overlay-color .code-contain span.promo-text {
    color: #fff;
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.code-section .overlay-color .code-contain span#coupon-text {
    display: block;
    margin-top: 10px;
}

.code-section .overlay-color .code-contain .code-image img {
    width: 40px;
    -webkit-animation: round 12s infinite linear;
    animation: round 12s infinite linear
}


.code-section .overlay-color .code-contain .code-image i {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #cca45d;
    font-size: 21px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.cart-goal-wrap{
    margin-top: 15px;
    width: 100%;
}

.progress-bar-wrap {
    position: relative;
    height: 6px;
    margin: 0 13px;
}

.minimog-progress .progress-bar-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: -13px;
    right: -13px;
    height: 100%;
     border-radius: 0;
    background: #e1e1e1;
}

.minimog-progress .minimog-progress-bar {
    position: relative;
    border-radius: inherit;
    height: 100%;
    max-width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.minimog-progress .minimog-progress-bar:before {
    position: absolute;
    content: "";
    top: 0;
    left: -13px;
    right: -13px;
    height: 100%;
     border-radius: 0;
    background: #f1c727;
}

.minimog-progress .progress-value {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 26px;
    height: 26px;
    background: #fff;
    color: #f1c727;
    fill: #f1c727;
    border: 1px solid #f1c727;
    border-radius: 50%;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
}

.minimog-progress .progress-value svg {
    width: 1em;
    height: 1em;
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.slick-initialized .slick-slide.slider-load-more-button{
	height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: unset;
    padding: 0;
    width: 200px!important;
    margin: 0px!important;
    flex: 200px!important;
}
.slick-initialized .slick-slide.slider-load-more-button button { 
    margin: 0 10px;
}

@media (max-width: 768px) {
    .header-cart {
        flex-grow: 1;
        width: 30%;
    }

    .header-logo {
        width: 70%;
    }

    .search-header-bar {
        height: 64px;
    }


    .footer .apps-social-icons:nth-child(2) {
        padding-left: 15px;
    }

    .rtl .footer .apps-social-icons:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer .icons-wrapper {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .footer-about-us-div {
        padding-right: 0;
    }

    .rtl .footer-about-us-div {
        padding-right: unset;
        padding-left: 0;
    }

    .category-page-slider .categories-slider.s-slider {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .category-page-slider .products-slider .prod-col, .categories-slider .cat-col {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .products-slider .prod-col, .categories-slider .cat-col, .testimonials-slider .testimonials-customer-card, .partners-slider .partners-item {
        display: inline-block;
        vertical-align: top;
    }

    .partners-slider .partners-item {
        vertical-align: middle;
    }

    .products-slider, .testimonials-slider, .partners-slider {
        overflow-y: hidden;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .testimonials-slider::-webkit-scrollbar {
        width: 0 !important
    }


    .categories-slider-wrapper, .products-slider-wrapper, .testimonials-slider-wrapper, .partners-slider-wrapper {
        overflow-x: hidden;
        margin-right: 0px;
        margin-left: 0px;
    }

    .slider-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .main-slider, .main-slider .slider-item {

    }

    .main-slider .slick-dots li button:before {
        font-size: 10px;
    }


    .main-slider .slick-dots {
        bottom: 4px;
    }

    .section-title {
        padding-right: 15px;
        padding-left: 15px;
    }

    .products-list .prod-col, .bundle-offer-products .prod-col {
        margin: 0 auto;
        width: auto;
    }

    .products-list .prod-col {
        width: 50%;
    }

    .product-item {
        width: 135px;
    }

    .products-list .prod-col .product-item {
        width: 100%;
    }

    .sm-search-div {
        display: block;
    }

    .icon-shopping_cart_black_36dp-1-1, .sm-search-icon > span {
        font-size: 28px;
    }

    .icon-menu-top {
        width: 32px;
    }

    .header .logo {
        margin-bottom: 5px;
    }

    .header .logo img {
        height: 40px;
        width: auto;
    }

    /* SLIDERS */
    .big-slider .slick-slide {
        transition: all .2s ease;
        margin-top: 60px;
        margin-bottom: 60px!important;
        margin-left: 30px;
        background-color: #fff;
        border-radius: 0px;
    }

    .big-slider .slick-center {
        transform: scale(1);
        background-color: white;
        padding: 0;
        border-radius: 0px;
    }

    .products-slider-home .product-box .block-p-qty {
        width: 100px;
    }

}

/*------------- Testimonials ----------*/
.sng_rev_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin: 0 auto 0.5rem;
}
.rev_desc {
    position: relative;
}

.d_ico i {
    color: #000000;
    font-size: 30px;
    margin-right:0.6rem;
}
.d_capt h5 {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
    font-weight: 300;
    color: #2E2727;
}

.circle{
    border-radius: 50%;
}

/*------------------ TOP SEARCH -------------------- */
.header-search-form .search-box {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: -1px;	
	display: none;
}

.gougi-search-form-container {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
	height: 100vh;
    display: flex;
    justify-content: center;
    align-items: stretch;
    background-color: rgba(18, 18, 18, 0.4);
    opacity: 0;
    visibility: hidden;
}

.gougi-search-form-container.is-open {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

.gougi-search-form-container.is-open .gougi-search-form__inner {
    animation: open-modal 1s linear forwards;
}

.gougi-search-form-container .cate-dropdown {
    float: none;
}

.gougi-search-form {
    position: relative;
    margin-bottom: 0;
}

.gougi-search-form .cate-dropdown {
    cursor: pointer;
    border-left: 1px solid #e5e5e5 !important;
}

.gougi-search-form-container.js-search-form.is-open .gougi-search-form__inner {
    width: 100%;
    position: relative;
    padding: 56px 0 62px 0;
    background-color: #fff;
}

@media (max-width: 768px) {
    .gougi-search-form-container.js-search-form.is-open .gougi-search-form__inner {
        padding-bottom: 15px;
    }
}

.logged-in.admin-bar .gougi-search-form-container.js-search-form.is-open .gougi-search-form__inner {
    padding-top: 80px;
}

.gougi-search-form__inner {
    width: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .gougi-search-form__inner {
        width: 90%;
    }
}

.gougi-search-form__inner .gougi-search-form__suggestions {
    position: relative;
    width: 100%;
    z-index: 100;
    max-height: 400px;
    max-width: 100%;	
    overflow-y: auto;
    background-color: var(--card-color);
    top: 99%;
    padding: 0 20px 30px 20px;
    left: 0;
    display: none;
}

.gougi-search-form__inner .gougi-search-form__suggestions.open {
    display: block;
}

.gougi-search-form__inner .gougi-search-form__suggestions .autocomplete-suggestions {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: auto;
}

.gougi-search-form__inner .gougi-search-form__suggestions .gougi-btn-view-all a {
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
    display: block;
    margin-top: 16px;
}

.gougi-search-form__inner .gougi-search-form__suggestions .gougi-btn-view-all a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.gougi-search-form__inner .gougi-search-form__suggestions::-webkit-scrollbar {
    width: 6px;
}

.gougi-search-form__inner .gougi-search-form__suggestions::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 0;
    opacity: .8;
}

.gougi-search-form__inner .gougi-search-form__suggestions::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}

.gougi-search-form__inner select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(arrow-down.svg) 10% 50% no-repeat;
	background-size: 15px;
    padding-right: 20px;
    padding-left: 10px;
    position: relative;
    border-radius: 0px;
    color: #121212 !important;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
}

.search-top-block {
    display: flex;
    justify-content: space-between;
    margin: 0px 10px;
    padding-bottom: 10px;
    font-size: 12px;	
    border-bottom: 1px solid #cfcfcf;
    color: #6a6a6a;
}

.search-top-block .search-results,
.search-top-block .all-results {
    color: #6a6a6a;
}

@media (min-width: 1200px) {
    .gougi-search-form__inner select {
        padding-left: 10px;
        padding-right: 10px;
        width: 171px;
    }
}

.gougi-search-form__inner .gougi-search-form {
    display: flex;
    flex-direction: row-reverse;
    background-color: #efefef;
    max-width: 1170px;
    margin: 0 auto;
}

@media (max-width: 425px) {
    .gougi-search-form__inner .gougi-search-form {
        max-width: 350px;
    }
}

.gougi-search-form__inner .gougi-search-form__field {
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
}

.widget-ajax-search-gougi.gougi-search-form__inner .gougi-search-form {
    border-radius: 0;
}

.gougi-search-form__inner.horizontal-form {
    max-width: 100%;
}

@media (max-width: 768px) {
    .gougi-search-form__inner.horizontal-form {
        width: 100%;
    }

    .autocomplete-suggestion{
        padding-right: 0;
        width: 49%;
    }
}

.autocomplete-suggestion {
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 20px;
}

.gougi-search-form__loader {
    position: absolute;
    right: 0;
    top: 50%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    margin-top: -14px;
}

.gougi-search-form__loader.is-active {
    opacity: 1;
    visibility: visible;
}

.gougi-search-form__field {
    display: block;
    width: 100%;
    border: 0;
    padding: 15px 0;
    background-color: transparent;
    color: #121212;
    font-size: 16px;
}

.gougi-search-form__close {
    transition: color 0.3s, transform 0.3s;
    cursor: pointer;
}

.logged-in.admin-bar .gougi-search-form__close {
    top: 50px;
}

.gougi-search-form__desc {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}

.autocomplete-suggestion {
    display: inline-block;
    padding-right: 30px;
    padding-bottom: 0px;
}


.autocomplete-suggestion a {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.autocomplete-suggestion a:hover {
    color: #121212 !important;
}

.autocomplete-suggestion:last-of-type {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.autocomplete-suggestion .autocomplete-suggestion__content {
    font-size: 12px;
    margin: 0px 10px;	
    text-align: start;	
}

.autocomplete-suggestion__thumbnail {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 0;
}

.autocomplete-suggestion__title {
    margin: 10px 0 0;
    font-weight: 300;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
}

.autocomplete-suggestion__title .gougi-hl-text {
    font-weight: 300;
}

.header-search-form {
	background: var(--card-color);
}

.widget-ajax-search-gougi .gougi-search-form {
    border: 0;
     border-radius: 0;
}

.widget-ajax-search-gougi .gougi-search-form--horizontal {
    display: flex;
    padding: 3px;
    padding-right: 38px;
    align-items: center;
}

.widget-ajax-search-gougi .gougi-search-form--horizontal input {
    border: none;
    border-radius: 0 !important;
}

.widget-ajax-search-gougi .gougi-search-form--horizontal .gougi-search-form__loader {
    position: absolute;
    color: #B7B7B7;
    opacity: 0;
    visibility: hidden;
    left: 50%;
}

.widget-ajax-search-gougi .gougi-search-form--horizontal .gougi-search-form__loader.is-active {
    opacity: 1;
    visibility: visible;
}

.widget-ajax-search-gougi .gougi-search-form__field {
    display: block;
    width: 100%;
    padding: 0 40px;
    background-color: var(--card-color);
    font-size: 16px;
    color: #000000;
    min-height: 42px;
}

.widget-ajax-search-gougi .gougi-search-form__product-categories {
    width: auto;
    cursor: pointer;
    border: none;
    height: 100%;
}

.widget-ajax-search-gougi select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(arrow-down.svg) 10% 50% no-repeat;
	background-size: 15px;
    padding-right: 18px;
    padding-left: 21px;
    position: relative;
    border: none !important;
}

.widget-ajax-search-gougi .gougi-search-form__loader {
    position: absolute;
    right: 40px;
    font-size: 26px;
    color: #B7B7B7;
    opacity: 0;
    visibility: hidden;
}

.widget-ajax-search-gougi .gougi-search-form__loader.is-active {
    opacity: 1;
    visibility: visible;
}

.widget-ajax-search-gougi .search-submit {
    position: absolute;
    border: 0;
    border-radius: 0;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    background-color: transparent;
}

.widget-ajax-search-gougi .js-search-button {
    padding: 4px;
    margin-left: 10px;
}

.widget-ajax-search-gougi.gougi-search-form__inner.style-2 .gougi-search-form {
     border-radius: 0;
    border-left: none;
}

.widget-ajax-search-gougi.gougi-search-form__inner.style-2 .search-submit {
    height: 42px;
}

@keyframes open-modal {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    2.083333% {
        -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    4.166667% {
        -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    6.25% {
        -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    8.333333% {
        -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    10.416667% {
        -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    39.583333% {
        -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    41.666667% {
        -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    43.75% {
        -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    45.833333% {
        -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    47.916667% {
        -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    50% {
        opacity: 1;
        -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    52.083333% {
        -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    54.166667% {
        -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    56.25% {
        -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    58.333333% {
        -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    60.416667% {
        -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    89.583333% {
        -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    91.666667% {
        -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    93.75% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    95.833333% {
        -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    97.916667% {
        -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

.product-info-block .main-add-block {
    width: 90%;
    margin: auto;
	margin-top: 15px;
}
.product-info-block .add-to-cart-block .block-p-qty {
	height: 45px;
    background: #fff;
    overflow: hidden;
}
.product-info-block .add-to-cart-block .block-p-qty .btn-number {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-info-block .add-to-cart-block .block-p-qty input {
    height: 45px;
	padding-top: 2px;
    background: transparent;
}
.product-info-block .add-to-cart-block .btn-add-cart {
    height: 45px;
}
.product-info-block .add-to-cart-block .btn-add-cart > span{
    font-size: 18px;
}
.product-info-block.out-stock .add-to-cart-block {
	display: none;
}
.product-info-block.out-stock .notify-block {
	display: block!important;
}

.sticky-cart {
    display: flex;
    justify-content: center;
    position: fixed;
    align-items: center;
    left: 0;
    z-index: 999;
    width: 100%;
    background: 0 0;
    transition: all .25s;
    bottom: 0;
    padding: 10px;
    padding-bottom: 20px;
    border-top: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    transform: translateY(100%);
}
.sticky-cart .block-p-qty {
    width: 50%;	
}
.sticky-cart button.btn-add-cart {
    font-size: 18px;
    font-weight: 300;
    background-color: var(--btn-color);
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.5s ease;	
}
.sticky-cart button.btn-add-cart.justify-content-center {
    align-items: center;	
}
.sticky-cart.open {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.product-page .sticky-cart .mini-price {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.33%;
    text-align: center;
    height: 50px;
    padding-top: 3px;
}
.product-page .sticky-cart .btn-add-cart {
	width: 33.33%;
    height: 50px;
    text-align: center;
    margin-inline-end: 10px;
    font-size: 18px!important;
}
.product-page .sticky-cart .applepay-btn {
	display: flex;
    justify-content: center;
	width: 33.33%;
    height: 50px;
}

.product-page .sticky-cart.only-btn .mini-price {
    width: 50%;
    gap: 4px;
    color: var(--btn-color);
}
.product-page .sticky-cart.only-btn .btn-add-cart {
	width: 50%;
	margin: 0px;
}
.product-page .sticky-cart.only-btn .applepay-btn {
	display: none;
}

.button.disabled {
    background: #cdcfd0;
}

.load-more-btn{
    font-weight: 300;
}

.header-search-form .gougi-search-form__inner {
	width: 100%!important;
    max-width: 100%;	
    text-align: center;	
    padding: 0px;
	z-index: 9999;
}
.header-search-form .gougi-search-form__inner .gougi-search-form {
    max-width: 100%!important;
}
.header-search-form .gougi-search-form__inner .gougi-search-form__suggestions.open {
	margin-top: 0px;
    border-radius: 0;
    padding: 10px;
	padding-bottom: 0px;
    padding-top: 10px;	
}
.header-search-form .gougi-search-form__close {
    display: flex;
    align-items: center;	
	text-align: center;
    width: 30px;	
    color: var(--primary-color);
    background-color: var(--card-color);
}
.header-search-form .gougi-search-form__close:hover i {
    transform: rotate(90deg);
}
.header-search-form .gougi-search-form__close i {
    width: 15px;
    height: 15px;
    transition: transform 0.3s;	
    -webkit-mask-size: cover;	
}

.header-search-form .search-box.open  {
	display: block;
}
.header-search-form .gougi-search-form-container.is-open {
    z-index: 999;	
}
.header-search-form .autocomplete-suggestion {
    width: 100%;
    padding-right: 0px;
    text-align: center;
    border-radius: 0;
    margin: 10px 0px;
}
.header-search-form .no-results {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;	
	margin: auto;
    margin-top: 25px;
    margin-bottom: 35px;
}
.header-search-form .autocomplete-suggestions .loading-results{
	text-align: center;
	margin: auto;
    margin-top: 25px;
    margin-bottom: 20px;
}
.header-search-form .search-submit {
    display: flex;
    align-items: center;	
    justify-content: flex-start;
    width: 50px;
    min-width: 50px;
    height: 40px;
	-webkit-appearance: unset;
    padding: 0 6px;
}
.c-offcanvas-bg,
.header-search-form .gougi-search-form-container.is-open {
    transition: opacity 0.5s ease;	
	opacity: 0;
}
.header-search-form .gougi-search-form-container.is-open,
.c-offcanvas-bg.is-open {
    opacity: 1;	
}
@keyframes ticker-ltr {
  0%   { transform: translate3d(-100%, 0, 0); visibility: visible; }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes ticker-rtl {
  0%   { transform: translate3d(0%, 0, 0); visibility: visible; }
  100% { transform: translate3d(-100%, 0, 0); }
}
.announcement-slider * {
	direction: rtl;
	box-sizing: border-box;
}
.announcement-slider {
	direction: ltr;
	overflow: hidden;
	height: 27px;
    width: 100%;	
	box-sizing: content-box;
}
.announcement-slider .ticker {
    display: inline-flex;
    white-space: nowrap;
    padding-left: 100%;
    box-sizing: content-box;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker-ltr;
    animation-duration: 30s;
}
.announcement-slider .announcement-item {
	display: flex;
    flex-direction: row;
	align-items: center;
    justify-content: center;	
    margin: 0 100px;
    font-size: 14px;
	font-weight: 300;
}
.announcement-slider .announcement-item .icon {
    height: 27px;
    width: 27px;
    max-width: 27px;
    margin: 0 3px;
    background-color: transparent;
    border-radius: 0;
    margin-left: 6px;
    padding-bottom: 2px;
}
html[dir="rtl"] .announcement-slider .ticker,
html[dir="rtl"] .announcement-slider .ticker-item {
   direction: rtl;
}
html[dir="ltr"] .announcement-slider .ticker {
    animation-name: ticker-rtl;	
}
.checkbox-container input#is_review_customer_anonymous,
.checkbox-container input.custom-checkbox-input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.nav-tabs .nav-item {
    cursor: pointer;
    font-size: unset;	
}
.nav-tabs .nav-link {
	border: 0;
    border-radius: 0px;
    color: var(--primary-color);
    font-weight: 300;
    font-size: 17px;	
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary-color);
    background-color: unset;
    font-weight: 300;
    font-size: unset;		
}
.nav-tabs .nav-link:after {
    position: relative;
    display: block;
    content: "";
    bottom: -3px;
    left: 0;
    height: 1px;
    width: 0;
    background: var(--btn-color);
    transition: width .25s ease-in-out;
}
.nav-tabs .nav-link.active:after {
    width: 100%;
}
@keyframes lazyLoader {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(100%);
}
}
i.icon.loader:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 200%;
    background-color: var(--primary-color);
    -webkit-animation: lazyLoader 3s infinite;
    animation: lazyLoader 3s infinite;
    -webkit-animation-timing-function: cubic-bezier(.43,.43,.25,.99);
    animation-timing-function: cubic-bezier(.43,.43,.25,.99);	
}
i.icon.loader {
    position: absolute;
    display: block;
    height: 2px;
    width: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    margin: auto;
    pointer-events: none;
    background-color: var(--second-color);
    z-index: -1;
    transition: all .2s ease-in-out;
    overflow: hidden;
}
.lazyload i.icon.loader,
.lazyloading i.icon.loader {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.lazyloaded i.icon.loader {
	display: none;
}


@media screen and (min-width: 800px){
.rtl .c-offcanvas--left {
    width: 35%;
    transform: translate3d(-100%, 0, 0);
}
.ltr .c-offcanvas--right {
    width: 35%;
    transform: translate3d(100%,0,0);
}
.c-offcanvas.is-open {
    transform: translate3d(0,0,0);
}
.header-search-form .autocomplete-suggestion {
    min-width: 20%;
}
.product-box .product-details > h3 > a,
.products-list .block-product > h3 > a {
	width: 185px;	
}
.products-slider-home.big-slider .slick-dots {
    bottom: -25px;
}
.logo img {
    width: 150px;
    margin: 5px;
}
.home .code-section .container > .row {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.products-slider-home.big-slider .product-item-slide.col-6 {
    max-width: 35%;
    flex: 0 0 auto;
}
.payment-session-bar .btn-confirm {
    margin-top: 0px;	
}
.product_img img,
.qv_product_images img {
    height: auto;	
}
section .container {
	max-width: 100%;
}
.section {
    padding: 20px 0;
}
.section-logos {
    margin-bottom: 0px;
}
.products-container .products-list > div.col-6:only-child {
    max-width: 100%!important;
    margin-right: 15%!important;
}
.inside-page-container .product-images-block {
    order: 2;	
}
.list-item-cart .product .product-img img {
    min-height: 200px;
    height: 200px;
    width: 200px;
}
.cart-page .list-item-cart .error-message {
	width: 25%;
    text-align: center;	
}
.slider-home .item-slider .content-slider {
    display: flex;
    align-items: center;	
}
.quick-view-modal .modal-content {
    width: 100%;	
}
.block-quick-view .col-md-6.gallery-img {
    margin: 0;	
}
.block-quick-view #qv_product_images img {
    height: 100%;	
}
.side-cart-items .block-p-qty input {
    width: 150px;
}
.inside-page-container .welcome-user {
    margin-top: 20px;	
}
.block-payments-widget.full-widget .tamara-product-widget {
    padding-top: 30px!important;
}
.product-questions .faq-item {
	padding: 0;
}
.product-questions #faq-text-questions {
    padding: 0 20px;
}
.products-slider-home.big-slider .slick-track {
	display: flex;
    flex-wrap: nowrap;
}
.categories-row .sl_cat_01 img,
.categories-grid .sl_cat_01 img {
    width: 260px;
    height: 260px;
}
#toast-container .toast-message br {
	display: none;
}
.block-side-cart .side-cart-items li .title-m {
    width: 260px;
}
.categories-slider .cats_side_wrap .sl_cat_01 img {
    width: 230px;
    height: 230px;
}
.wishlist-page .inside-page-container {
	max-width: 60%;
	margin: auto;
}
.wishlist-page .inside-page-container .remove-product-btn {
	display: flex;
	align-items: center;
}
.ltr .product-images-block .thumb-gallery .product-wishlist {
    right: 15px;
    left: auto;	
}
}