@import url('fonts/poppins/stylesheet.css');

body {
    font-family: 'Poppins', sans-serif;
}

.my-row {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    position: fixed;
    z-index: 9999;
    top: 0;
}

.my-menu-item {
    width: 30%;
    padding: 0;
    margin: 0;
    right: 0;
}

.my-menu {
    width: 20%;
}

.my-menu ul {
    display: flex;
    margin: 0;
}

.my-menu ul li {
    display: flex;
    list-style-type: none;
    padding: 0px 20px;
    color: #000;
}

.my-search-line {
    width: 21%;
    position: absolute;
    right: 30px;
    top: 34px;
}

.my-menu-item ul li a span i {
    color: #000;
    font-size: 19px;
    /* top: -1px; */
    /* display: flex; */
    /* align-items: center; */
}

span.caret {
    display: none;
}

.my-menu ul li {
    font-weight: 500;
    font-size: 15px;
}

.my-menu ul li:first-child {
    background: var(--var-theme-color);
    color: white;
    border-radius: 4px;
}

.header-first-part {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-start;
    padding: 0 !important;
}

.jeans-banner {
    background-image: url(/image/catalog/jale/bershkajeans.jpg);
    background-repeat: no-repeat;
    padding: 23rem;
    position: relative;
    margin: 1rem 0;
    height: 570px;
}

.product-slide {
    z-index: 99;
    display: inline-block;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0.5rem;
    height: 100% !important;
    position: relative;
}

.my-banner-content {
    position: absolute;
    z-index: 999;
    margin: 6rem 5rem;
}

.my-three-banner-content {
    position: relative;
    width: 33.333%;
}

.my-three-banner-text>span {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
}

.my-three-banner-content:hover .my-three-banner-img>img {
    transform: scale(1.1);
    /* opacity: 0.8; */
    filter: brightness(75%) saturate(140%);
}

.my-three-banner-img>img {
    transition: .3s ease-in-out;
    min-width: 100%;
    min-height: 100%;
}


.product-banner-sentence span h2 {
    font-size: 40px;
    font-weight: 800;
}

button.btn.my-shop-btn span {
    font-weight: 600;
    color: white;
}

button.btn.my-shop-btn span:hover {
    color: white;
}

.my-shop-btn {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 19px;
    color: white;
    font-weight: 800;

}

.my-three-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
}

.my-three-banner-img {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* position: relative; */
    overflow: hidden;
    padding-right: 3px;
}

.my-three-banner-text {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.my-shop-btn:hover {
    background: none;
    font-size: 15px;
    transition: .25s ease-in-out;
}

.my-shop-btn:active,
.my-shop-btn:focus {
    border: 0px none !important;
    background: transparent !important;
}

.product-slide-img img {
    width: 100%;
}

.my-product-slide {
    background: transparent !important;
}

.product-slide-text h4,
.product-slide-price {
    font-weight: 700;
    color: black;
}

.plural-banner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.plural-banner-content {
    width: 33.333%;
    display: inline-block;
    position: relative;
    text-align: center;
}

button.my-shop-bag {
    background-color: transparent;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    font-size: 23px;
    color: white;
    border: 3px solid white;
    box-shadow: none;
}


.plural-banner-text {
    position: absolute;
    z-index: 999;
    bottom: 19px;
    left: 16px;
    font-size: 14px;
    color: white;
    visibility: hidden;
}

.plural-banner-shop-button {
    position: absolute;
    z-index: 999;
    bottom: 10px;
    right: 16px;
    visibility: hidden;
}

.with-text {
    background-color: black;
}

.with-text p {
    color: white;
    font-size: 40px;
    line-height: 50px;
}

.with-text-alignment {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 0 20px;
}

.plural-banner-content:hover .plural-banner-img>img {
    filter: brightness(75%) saturate(140%);
}

.plural-banner-content:hover .plural-banner-text {
    transition: .3s ease-in-out;
    visibility: visible;
}

.plural-banner-content:hover .plural-banner-shop-button {
    visibility: visible;
    transition: .3s ease-in-out;
}

.plural-banner-img img {
    width: 100%;
}

.social-media-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.social-icontent>a>i {
    font-size: 17px;
}

.list-unstyled>li>p {
    font-size: 9px;
}

.social-icontent>a {
    border: 1.5px solid #c2c5db;
    text-align: center !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    /* background: black; */
    color: #c2c5db;
    margin: 5px;
}

.social-icontent>a>i:hover,
.social-icontent>a:hover {
    color: #c2c5db;
}

.my-marquee>ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.my-marquee>ul>li {
    color: #fff;
    margin: 12px 16px;
    display: flex;
}

.my-marquee>ul>li::before {
    color: white;
    content: "\2022";
    width: 1em;
    font-weight: bold;
}

.my-marquee>ul>li>.green-text {
    font-weight: bold;
    color: #00ca8d;
    animation: neon .08s ease-in-out infinite alternate;
}

marquee.my-marquee {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

.my-breadcrumb {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.first-product-clmn img {
    height: 95%;
    width: 100%;
}

.product-image-row {
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 15%;
    padding-left: 0px;
    margin: 0px 2px;
}

.product-image-row a img {
    width: 100%;
    padding: 0;
    margin: 0;
}

.product-exp-img>ul>li>img {
    width: 100%;
    padding: 100px;
}

.product-exp-img>ul {
    list-style-type: none;
    display: flex;
    align-items: center;
}

.product-exp {
    width: 40%;
    padding: 13rem 8rem;
}

.product-exp span {
    font-weight: 600;
}

.row>.first-product-clmn {
    width: 80%;
    margin: 0;
    float: right;
}

.second-product-clmn {
    width: 100%;
}

.second-product-clmn>h1 {
    color: black;
    font-weight: 600;
}

.variant-pic-content:nth-child(2) {
    margin: 10px;
}

.variant-text span {
    color: #000;
}

.image-wrapper>span>img {
    width: 75px;
    height: 95px;
}

.variant-pic {
    display: flex;
    align-items: center;
}

.variant-pic-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.variant-text {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
}

.variant-pic-content:hover .variant-text {
    opacity: 1;
    visibility: visible;
}

.add-card-button {
    margin-top: 15px;
}

.add-card-button button:first-child {
    background-color: var(--var-theme-color);
    color: white;
    padding: 8px 52px;
    border: 2px solid var(--var-theme-color);
    border-radius: 6px;
    font-size: 17px;
    font-weight: bold;
    transition: .3s ease-in-out;
}

.add-card-button button:first-child:hover {
    background-color: #fff;
    color: var(--var-theme-color);
}

.add-card-button button:nth-child(2),
.add-card-button button:nth-child(3) {
    background-color: transparent;
    color: #000;
    padding: 0px 27px;
    border: none;
    border-radius: 6px;
    font-size: 20px;
}

.add-card-button button:nth-child(2):hover,
.add-card-button button:nth-child(3):hover {
    color: var(--var-theme-color);
}

.product-shipment {
    margin-top: 20px;
    display: flex;
    align-items: flex-end;
}

.product-shipment .product-shipment-item button {
    background-color: transparent;
    border: none;
    color: #000;
}

.product-shipment .vertical-line {
    height: 25px;
}

.product-shipment-item {
    padding: 0 14px;
}

.product-shipment-item:first-child {
    padding-left: 0;
}

.my-first-product-row {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
    margin: 0px;
}

.product-search-area {
    width: 100%;
    display: flex !important;
    flex-wrap: wrap;
}

.product-consult {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    padding-right: 4px;
    margin-bottom: 1;
    overflow: hidden;
    height: 500px;
}

.product-consult-img img {
    width: 100%;
}

.product-consult-text {
    position: absolute;
}

.product-consult-fav {
    display: none;
    position: absolute;
    bottom: 20px;
    top: 6px;
    right: 8px;
}

.product-consult-img {
    margin-bottom: 10px;
    transition: .3s ease-in-out;
}

.product-consult-cart>button {
    background: transparent;
    border: none;
    color: #000;
    font-size: 17px;
}

.product-consult-fav>button {
    color: #000;
    border: none;
    font-size: 20px;
}

.product-consult-price {
    position: absolute;
    bottom: 64px;
}

.product-consult-text,
.product-consult-price {
    color: #000;
    font-weight: bold;
    z-index: 9999;
}

.my-ct-prdct {
    display: flex;
    /* justify-content: center;*/
    flex-wrap: wrap;
    width: 90%;
}

.my-product-table {
    padding-left: 34px;
}

.product-consult-fav>button>i,
.product-consult-cart>button>i {
    transition: .2s ease-in-out;
}

.product-consult-fav:hover i,
.product-consult-cart:hover i {
    color: var(--var-theme-color);
}

.product-consult-text h4 a {
    FONT-WEIGHT: 500;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.product-consult-text h4 a:hover {
    color: var(--var-theme-color);
}

.product-consult-text h4 {
    margin: 0;
}

.product-consult-img:hover {
    opacity: 0.8;
}

.background-slide {
    background: #f2e1d9;
    width: 90%;
    z-index: -1;
    height: 690px;
    position: absolute;
    right: 0;
}

.featured-text {
    width: 100%;
    margin-top: 10%;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.featured-nav-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-nav-area>ul.nav.nav-tabs {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-product {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .featured-pro-cont {
    margin-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 4rem;
} */

.featured-area {
    margin-top: 5rem;
}

.featured-pro-cont>span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7;
    color: #000;

}

.featured-pro-cont>span:nth-child(3) {
    color: #670000;
}

.my-slider {
    width: 97% !important;
}

.horizontal-banner {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 5rem;
}

.banner-area-left>img {
    width: 60%;
}

.banner-area-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: var(--var-theme-light-color);
    position: absolute;
    width: 40%;
    height: 100%;
    padding-bottom: 5rem;
    right: 0;
    padding-left: 5rem;
    color: #000;
    font-size: 13px;
}

.banner-area-left {
    width: 100%;
}

.featured-product-info {
    background: #ffffff80;
    width: 99%;
    margin: 5px 0;
}


.product-slide-text h4:hover {
    color: var(--var-theme-color);
}

.featured-add-fav {
    position: absolute;
    right: 10px;
    bottom: 16px;
    font-size: 25px;
}

.product-consult-cart {
    position: absolute;

    bottom: 20px;
    border: 1px solid var(--var-theme-light-color);
    padding: 7px;
    border-radius: 9px;
    transition: .3s ease-in-out;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

span.menutextcs {
    display: none !important;
}

.caret {
    display: none !important;
}

ul.megamenu>li:first-child {}

ul.megamenu>li:first-child a strong {}

.my-product-container {
    width: 100%;
}

.my-product-thumbnail {
    border: none;
}

.btn-group.my-compare-btn {
    display: flex;
}

button#button-cart {
    width: 35%;
}

.value-button {
    display: inline-block;
    /* border: 1px solid #ddd; */
    margin: 0px;
    width: 40px;
    height: 40px;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}

.value-button:hover {
    cursor: pointer;
}

form #decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

form #increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

form #input-wrap {
    margin: 0px;
    padding: 0px;
}

input#input-quantity {
    text-align: center;
    border: none;
    /* border-top: 1px solid #ddd; */
    /* border-bottom: 1px solid #ddd; */
    margin: 0px;
    width: 40px;
    height: 40px;
    box-shadow: none;
    color: #000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.increase-brow {
    display: flex;
    border: 1px solid #ddd;
    width: 20%;
    border-radius: 7px;
}

.product-thumb.transition.product-consult {
    width: 100%;
}

.image.product-consult-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.similar-prdct-grp {
    display: flex;
    align-items: center;
}

.similar-prdct-grp button {
    background-color: transparent !important;
}

.row.second-product-row {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    float: right;
}

.power-discount-product {
    display: inline-block !important;
    margin-top: 10px !important;
    border-radius: 2px !important;
    background: none !important;
    color: var(--var-theme-color) !important;
    font-weight: 700 !important;
    z-index: 1 !important;
    padding: 0 !important;
}

#power-discount {
    display: none !important;
}

.special-price-line>h2 {
    color: var(--var-theme-color);
    font-size: 30px;
    font-weight: bold;
}

.alert-success {
    color: var(--var-theme-color) !important;
    background-color: #fff !important;
    border-color: var(--var-theme-color) !important;
}

.power-option>ul>li {
    margin-top: 10px;
    background-color: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid var(--var-theme-light-color);
    box-shadow: none;
    border-radius: 50px;
    transition: .3s ease-in-out;
    display: inline-block;
}

.power-option>ul>li>span {
    font-size: 14px;
    font-weight: 600;
    color: var(--var-theme-color);
    margin-left: 4px;
    transition: .3s ease-in-out;
    margin-top: 7px;
}

.power-option>ul>li:hover {
    border: 1px solid var(--var-theme-color);
    background-color: var(--var-theme-color);
    color: white;
    box-shadow: 0 0 3px var(--var-theme-color);
}

.power-option>ul>li:hover span {
    background: var(--var-theme-color);
    color: #fff;
}

.product-consult-price>.price-new,
.product-consult-price {
    font-size: 20px;
    color: var(--var-theme-color);
}

.product-consult-price>.price-old {
    font-size: 14px;
    color: #000;
    text-decoration: line-through;
}

.button-group {
    display: flex;
    justify-content: center;
}

.product-layout.product-list:hover .product-consult-fav {
    display: inline-block;
}

.product-search>.container {
    width: 98%;
    margin: 10px;
}

.product-layout.product-list {
    width: 25%;
}

.product-consult-cart:hover {
    background: var(--var-theme-color);
    border: 1px solid var(--var-theme-color);
}

.product-consult-cart:hover span {
    color: #fff;
}

.product-consult-cart:hover i {
    color: #fff;
}

.row.product-search-area {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.how-show {
    width: 10%;
}

.collapsible-exp-btn {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 18px 18px 18px 9px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: 2px solid transparent;
    border-radius: 10px;
}

.active-collapse,
.collapsible-exp-btn:hover {

    color: var(--var-theme-color);
    border: 2px solid var(--var-theme-color);
}

.collapsible-exp-btn:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active-collapse:after {
    content: "\2212";
    color: var(--var-theme-color);
}

.collapse-desc-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}

.my-product-exp>button>i {
    position: absolute;
    right: 28px;
}

.owl-wrapper {
    left: 0px;
    display: flex !important;
    transform: translate3d(0px, 0px, 0px);
    transition: all 200ms ease 0s;
}

.collapsible-exp-btn:hover:after {
    color: var(--var-theme-color);
}

textarea {
    resize: none;
}

.list-option li:hover,
.list-option li.selected {
    cursor: pointer;
    box-shadow: 0 0 3px var(--var-theme-color) !important;
    background-color: var(--var-theme-color);
}

.list-option li.selected>span {
    background-color: var(--var-theme-color);
    color: #fff;
}

.similar-cart>button {
    background: none;
    border: none;
    color: #000;
}

.product-thumb.transition {
    margin: 3px;
}

.add-to-cart-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;
    z-index: 99;
    width: 100%;
}

.image.product-consult-img:hover .add-to-cart-btn {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.add-to-cart-btn>button {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 50%;
    padding: 0.5rem;
    transition: .2s ease-in-out, transform .3s ease-in-out;
    color: #000;
}

.add-to-cart-btn>button:hover {
    background-color: var(--var-theme-color);
    color: #ffff;
    border: 1px solid transparent;
    transform: scale(1.1);
}

.similar-buttons {
    position: absolute;
    left: 88%;
    transform: translate(-50%);
    top: -10px;
    visibility: hidden;
    transition: .3s ease-in-out;
    width: 100%;
    z-index: 99;
    opacity: 0;
}

.similar-buttons>button {
    background: transparent;
    color: #000;
    padding: 5px 7px;
    margin: 10px 6px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 0px;
    transition: .2s ease-in-out, transform .3s ease-in-out;
    border: 1px solid transparent;
}

.similar-buttons>button:hover {
    color: var(--var-theme-color);
    border: 1.5px solid transparent;
    transform: scale(1.1);
}

.image.product-consult-img:hover .similar-buttons {
    top: 30px;
    opacity: 1;
    visibility: visible;
}

.image.product-consult-img:hover .smlr-cart {
    bottom: 90px;
}

.second-product-row {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    float: right;
}

.banner-area-right>p {
    width: 70%;
    margin-bottom: 3rem;
}

.banner-area-right>h3,
.featured-text>h3 {
    font-size: 26px;
    color: #000;
    font-weight: 800;
    margin-bottom: 3rem;
}

.discover-btn {
    background-color: var(--var-theme-color);
    border: 1px solid var(--var-theme-color);
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 1.5rem;
    width: 25%;
    font-weight: 600;
    letter-spacing: 4px;
}

.discover-btn>a:hover {
    color: #fff;
}

.discover-btn>a {
    color: #fff;
}

.my-featured-area {
    margin-top: 5rem;
}

.myFeaturedSwiper {
    margin-top: 5rem;
}

.owl-carousel {

    background: none !important;
}

.featured-non-tab {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.safe-heading {
    margin-top: 1rem;
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

.light-area {
    width: 98%;
    float: left;
    background: var(--var-theme-light-color);
    padding-top: 3rem;
    margin-right: 0 !important;
    height: 688px;
    z-index: -1;
}

.blue-area {
    width: 98%;
    background: var(--var-theme-blue-color);
    color: #c2c5db !important;
    padding: 0;
    /* margin: 0 !important; */
    padding-top: 8rem;
    height: auto;
    z-index: 2;
    position: absolute;
    margin-top: 18rem;
    right: 0;
}

.bottom-description>a {
    color: #c2c5db;
}

.safe-shop>img {
    width: 45px;
    height: 45px;
}

.footer-menu-blue {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10rem;
}

.footer-menu-blue>.col-sm-2>h5 {
    color: #c2c5db;
}

.footer-menu-blue>.col-sm-2>ul>li {
    margin-bottom: 1.2rem;
}

.footer-menu-blue>.col-sm-2>ul>li>a {
    color: #c2c5db;
    font-size: 14px;
    letter-spacing: 1px;
}

.social-media-icons>img {
    margin-bottom: 2rem;
}

.social-media-icons>p {
    margin-bottom: 2rem;
}

.safe-shop {
    margin-right: 5rem;
}

.featured-heading {
    text-align: center;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: var(--var-theme-color) !important;
    cursor: default;
    background-color: #fff;
    border: transparent !important;
    border-bottom: 3px solid var(--var-theme-color) !important;
    /* border-bottom-color: var(--var-theme-color); */
    border-bottom-width: medium;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--var-theme-color);
}

.nav-tabs>li>a {
    font-size: 14px;
    transition: .3s ease-in-out;
    border: 3px solid transparent;
}

.nav-tabs>li>a:hover {
    border-bottom: 3px solid var(--var-theme-color) !important;
}

.instagram-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7rem;
}

.insta-with-text {
    margin-right: 1rem;
}

.insta-with-text>button {
    background-color: #fff;
    color: var(--var-theme-color);
    border-radius: 0;
    border: 1px solid var(--var-theme-color);
    font-weight: 600;

}

.instagram-area-cont {
    width: 40%;
}

.insta-with-text {
    width: 20%;
}

.instagram-area-cont>img:not:(first-child) {
    width: 100%;
}

.product-breadcrumb {
    background: var(--var-theme-light-color);
    margin: 0;
    width: 90%;
    float: right;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 3rem;
}

.detail-area {
    position: relative;
}

.detail-area>img {
    position: absolute;
    width: 100%;
}

.product-breadcrumb>li>a {
    color: #fff;
    text-shadow: none;
    font-weight: bold;
    font-size: 15px;
}

.product-breadcrumb>li::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -5px;
    width: 18px;
    /* height: 26px; */
    /* border-right: 1px solid #1a1a1a; */
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(120deg);
}

.product__carousel {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
}

.gallery-top {
    width: 80%;
    margin: 0 !important;
    position: relative;
}

.fav-top-button {
    position: absolute;
    z-index: 1;
    margin-top: 1rem;
    margin-right: 1rem;
}

.swiper-container-thumbs .swiper-wrapper {
    max-height: 595px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-thumbs .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
}

.myMainSwiper {
    width: 80%;
    margin: 0 !important;
    position: relative;
}

img.default-full-banner {
    position: absolute;
    width: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
    transition: .3s ease-in-out;
    background: #fd8f5f;
    border: 1px solid #fd8f5f;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ad542d;
    border: 1px solid #ad542d;
    border-radius: 5px;
}

@media(max-width:1025px) {
    .with-text p {
        font-size: 18px;
    }

    .product-consult-text h4 a {
        font-size: 12px;
    }

    .product-consult-fav>button>i {
        font-size: 19px;
    }
}

@media(max-width:769px) {
    .with-text p {
        font-size: 16px;
        line-height: 19px;
    }

    .my-shop-btn {
        font-size: 15px;
    }

    .my-three-banner-text>span {
        font-size: 22px;
    }
}

@media(max-width:426px) {
    .with-text p {
        display: none;
    }

    div.up-row {
        display: none;
    }
}

@media(max-width:376px) {
    .with-text p {
        display: none;
    }

    div.up-row {
        display: none;
    }
}