@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}
.header-wrapper {
    width: 100%;
    padding: 20px;
}

.header-left-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 15%;
}

.header-middle-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55%;
}

.header-right-content {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 15%;
}

.header-left-content > ul {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-left-content > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 1rem; */
    width: 13%;
}



.megamenu-nav .container-megamenu .megamenu-wrapper {
    width: 100%;
}

.megamenu-nav {
    width: 100%;
}

.megamenu-nav .container-megamenu {
    width: 100%;
}

.megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern {
    width: 100%;
}

.megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container ul.megamenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.megamenu li .sub-menu .content .hover-menu a:before {
    display: none;
}

.header-logo {
    /* margin: 0 15px; */
}
.header-language .language-div .pull-left .btn-link {
    display: none;
}
.header-language .language-div {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.header-language .language-div .pull-left .dropdown-menu {
    top: 15px;
    right: -30px;
}
.header-language .language-div .pull-left .dropdown-menu.active{
    display: block;
}
.header-quick-menu > li > div > a > img {
    width: 80%;
}

.header-quick-menu > li > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.header-quick-menu > li > div > .search-btn > img {
    width: 100%;
}

.header-quick-menu > li > div .language-div > i {
    font-size: 18px;
    margin: 0;
    color: rgb(0, 59, 138);
}

.header-quick-menu > li > div > i {
    font-size: 30px;
    margin: 0;
}

.header-quick-menu > li > div > button > i {
    font-size: 17px;
}

.header-quick-menu > li > div > a > i {
    font-size: 18px;
}
.header-left-content > ul > li > .social-link-content > a > i {
    font-size: 18px;
}

.header-quick-menu > li > div > .search-btn {
    display: flex;
    align-items: center;
}

.header-left-content > ul > li:only-child .user-div > a > img {
    width: 16% !important;
}
.twinbanner-container {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    /* padding-right: 1rem; */
    padding-top: 1rem;
}

.twinbanner-container .twinbanner-left-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 2rem; */
}

.twinbanner-container .twinbanner-right-content {
    width: 46%;
    height: 680px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.twinbanner-container .twinbanner-right-content .twinbanner-right-content-image {
    width: 100%;
    padding: 3rem;
    padding-top: 0;
    padding-bottom: 0;
}

.twinbanner-container .twinbanner-right-content .twinbanner-right-content-image > img {
    width: 100%;
}

.twinbanner-container .twinbanner-left-content > span:nth-child(1) {
    font-size: 22px;
    font-weight: 700;
}

.twinbanner-container .twinbanner-left-content > span:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    width: 75%;
}

.twinbanner-container .twinbanner-left-content > span {
    margin-bottom: 1rem;
}
.twinbanner-container .twinbanner-left-content > a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
.twinbanner-right-content::-webkit-scrollbar {
    display: none;
}

.banners-contents-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banners-contents-area > div {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banners-contents-area > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.banners-contents-area > div > a > img {
    width: 100%;
    padding: 1rem;
}

.banners-contents-area .left-banners-image > a > img {
    padding-left: 0;
}

.banners-contents-area .right-banners-image > a > img {
    padding-right: 0;
}

.twinbanner-container.right-aligned {
    flex-direction: row-reverse;
}

.twinbanner-container.right-aligned .twinbanner-left-content {
    /* align-items: flex-end; */
}

.twinbanner-container.right-aligned .twinbanner-left-content> span:nth-child(2) {
    width: auto;
}

.featured-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: 5px 0;
    background: rgb(112, 112, 112);
    margin-bottom: 1rem;
}

.featured-header .featured-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-card-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.product-card-buttons button {
    border: 1px solid;
    background: none;
    display: flex;
    font-size: 12px !important;
    align-items: center;
    justify-content: center;
    width: 55%;
    padding: 5px 0;
    margin: 0 !important;
}

.product-card-buttons button img {
    width: 12px !important;
    margin-right: .2rem;
}
.home-gallery .gallery-lower .gallery-slider a > .product-caption .product-name {
    text-transform: uppercase;
    color: rgb(77, 77, 77);
    font-size: 17px;
}

.footerwebsite .footer-middle .newsletter-wrapper .newsletter-group .newsletter-button {
    position: unset !important;
    width: auto !important;
    height: auto !important;
    padding: 3px 15px !important;
    margin-right: 1rem;
    border: none;
    background: RGB(239, 239, 239);
    font-size: 14px;
}

.footerwebsite .footer-middle .newsletter-wrapper .newsletter-group .newsletter {
    width: 20% !important;
    height: auto !important;
    padding: 3px !important;
    margin-right: 1rem;
    border: none;
    background: RGB(239, 239, 239);
}

.footerwebsite .footer-middle .newsletter-wrapper .newsletter-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footerwebsite .footer-middle .middle-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerwebsite .footer-middle .middle-heading > span:nth-child(1) {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.footerwebsite .footer-middle .middle-heading > span:nth-child(2) {
    font-weight: 400;
    font-size: 13px;
    text-align: center;
}

.footerwebsite .footer-middle {
    padding-top: 2rem !important;
}
.footerwebsite .footer-middle .newsletter-wrapper {
    width: 100%;
}
.footer-social {
    background: #efefef;
}

.footer-social > a > i {font-size: 20px;}

.footer-social > a {
    margin: 0.5rem 1rem;
}
.footer-social > a > img {
    width: 25px;
    height: 25px;
}
.footer-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0;
}

.footer-content-wrapper .footer-logo {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content-wrapper .footer-logo > a >  img {
    width: 150px;
}

.footer-content-wrapper .footer-logo > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-content-wrapper .footer-content {
    display: flex;
    width: 80%;
    justify-content: center;
}

.footer-content-wrapper .footer-content > ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-content-wrapper .footer-content > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    margin-bottom: .5rem;
}
.footer-content-wrapper .footer-content > div {
    display: flex;
    flex-direction: column;
    width: 33.3%;
}

.footer-content-wrapper .footer-iyzico {
    width: 35%;
    display: flex;
    align-items: center;
}

.footer-content-wrapper .footer-iyzico > img {
    width: 85% !important;
}

.footer-content-wrapper .footer-content > div > a {
    font-weight: 500;
    font-size: 14px;
}

/*product-page*/

.product-related-header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    padding: 5px 0;
    background: rgb(112, 112, 112);
    margin-bottom: 1rem;
}

.product-related-header > span {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-page-wrapper .sogo-container {
    padding: 0;
}

.product-related-wrapper {
    padding: 0 2rem;
}



.product-page-wrapper .sogo-breadcrumb {
    display: none;
}
.sogo-product-container .product-left {
    position: relative;
}

.product-swiper-wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.product-swipers {
    /* border: 2px solid #eff4fa; */
    /* border-radius: 5px; */
    display: flex;
    overflow: hidden;
    width: 70%;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}


img {
    width: 100%;
}

.btn-div-product > button > a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.btn-div-product > button > a > i {
    margin-right: .3rem;
}

.thumbs-product-swiper {
    display: flex;
    width: 30%;
    justify-content: center;
}

.thumbs-product-swiper .swiper-wrapper {
    flex-direction: column;
    align-items: center;
    transform: none !important;
    height: 1030px;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide {
    height: unset !important;
    width: 120% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thumbs-product-swiper .swiper-wrapper .swiper-slide .product-images {
    width: 100%;
    display: flex;
    /* border-radius: 5px; */
    margin-bottom: 0.2rem;
}
.thumbs-product-swiper .swiper-wrapper .swiper-slide-thumb-active .product-images {
    /* border: 1px solid; */
}
.thumbs-product-swiper .swiper-wrapper .swiper-slide .product-images > img {
    cursor: pointer;
    /* border-radius: 6px; */
}
.swiper {
    overflow: hidden;
}

/* .thumbs-product-swiper .swiper-wrapper::-webkit-scrollbar {
    width: 4px;
    background: #e6e6e6;
} */

.thumbs-product-swiper .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
/* .form-group.required.power-option {
    display: none;
} */

.thumbs-product-swiper .swiper-wrapper::-webkit-scrollbar-thumb {
    background: #000;
}

.sogo-product-container .product-right .product-details-upper .name-fav .product-name > span {
    font-weight: 600;
    text-transform: uppercase;
}
.collapse-description > a {
    font-weight: 600;
    text-transform: uppercase;
}

.colorlabel {
    font-weight: 600 !important;
    text-transform: uppercase;
}

.sogo-product-container .product-right .product-details-middle .product-options .power-option .product-option-label {
    font-weight: 600;
}
.description-collapse-content {
    display: flex;
    flex-direction: column;
    height: fit-content;
    border-bottom: 1px solid RGB(147, 147, 147);
}
.store-stock-status-content {
    display: flex;
    flex-direction: column;
    /* height: fit-content; */
    border-bottom: 1px solid RGB(147, 147, 147);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    padding-top: 1rem;
}

.collapse-stock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.collapse-stock > a {
    font-weight: 600;
}

.store-stock-status-content #collapsestock {
    padding-top: 1rem;
}
.share-collapse-content {
    display: flex;
    flex-direction: column;
    /* height: fit-content; */
    border-bottom: 1px solid RGB(147, 147, 147);
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-bottom: 1rem;
    /* padding-top: 1rem; */
}

.share-collapse-content .collapse-share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.share-collapse-content .collapse-share > a {
    font-weight: 600;
    text-transform: uppercase;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons button > img {
    width: 10%;
}

.btn-div-product > button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #000;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons button {
    margin-right: .5rem;
    padding: 7px 7px;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
    background: none !important;
}

.btn-div-product > button > img {
    margin-right: .3rem;
}
button.wishlist-button {
    width: 10%;
    margin-left: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.wishlist-button > img {
    width: 38% !important;
    margin: 0;
}

.btn-div-product .contact-us-btn > i {
    margin-right: .5rem;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > button {
    border: none !important;
    background: none !important;
    margin-right: 0;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .quantity-input-wrapper {
    border: none;
    width: 70% !important;
}

.cart-count-buttons {
    border: 1px solid;
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > button {
    width: auto !important;
    height: auto !important;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .quantity-input-wrapper #input-quantity {
    font-size: 14px;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons {
    padding: 4px 7px;
    align-items: center !important;
    margin-right: .5rem;
    border: 1px solid;
    border-radius: 10px;
}

.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > span {
    width: auto !important;
    padding: 0 1rem 0 0;
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    
}
.sogo-product-container .product-right .product-details-lower .product-cart-buttons .cart-count-buttons > .quantity-input-wrapper > input {
    background: no-repeat;
}
/*product-page-end*/

/*about-(information)*/
.informaiton-wrapper {
    flex-direction: column;
}

.informaiton-wrapper .information-title > span {
    border-bottom: 1px solid #767575;
    width: 100%;
    display: inline-block;
    padding: 0.5rem;
    color: #000;
    cursor: default;
    font-weight: 700;
    font-size: 18px;
}

.informaiton-wrapper .information-title {
    padding: 0px 10px;
    margin-bottom: 2rem;
    display: flex;
    padding-top: 1rem;
}

.about-page-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
}

.about-page-content {}

.about-page-content .about-text {
    width: 60%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
    position: absolute;
    bottom: -3%;
    border: 1px solid rgb(185, 185, 185);
    padding: 2rem;
}

.about-page-content .about-text > span {
    font-size: 15px;
}

.information-content > span {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #fff;
    margin: 3rem 0;
    padding: 1rem;
    line-height: 1.7;
    text-align: center;
}
/*about-(information)-end*/

/*category-page*/

.category-path-container {
    width: 65%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    justify-content: center;
    cursor: pointer;
    padding-bottom: .2rem;
}
.category-path-container > a:nth-child(1):hover {
    color: #FF8D09;
    
}
.category-path-container > a:nth-child(2):hover {
    color: #141414;
}
.category-path-container > a:nth-child(3):hover {
    color: #055BFF;
}
.category-path-container > a:nth-child(4):hover {
    color: #426401;
}
.category-path-container > a:nth-child(5):hover {
    color: #6ecab9;
}
.category-path-container > a:nth-child(6):hover {
    color: #cd7373;
}
.category-path-container > a:nth-child(7):hover {
    color: #c0a27f;
}
.category-path-container > a:nth-child(8):hover {
    color: #4214b4;
}
.category-path-container > a:nth-child(9):hover {
    color: #a86a89;
}
.category-path-container > a:nth-child(10):hover {
    color: #dad58a;
}

.category-path-container::-webkit-scrollbar-thumb {background-color: #db0316;}

.category-path-container::-webkit-scrollbar {
    height: 3px;
    background: #989998;
}

.category-path-container > a {
    position: relative;
    margin-right: 0.4rem;
    display: flex;
    width: auto;
    align-items: center;
    font-weight: 500;
    margin-left: 1rem;
    transition: 0.3s ease-in-out;
    text-transform: capitalize;
}

.category-path-container > a:not(:last-child)::after {
    content: "";
    height: 22px;
    width: 1px;
    background: #000;
    position: absolute;
    right: -11px;
}


.category-product-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
}
.category-product-content .product-card-buttons {
    position: unset !important;
    right: unset !important;
    top: unset !important;
    gap: unset !important;
    display: flex;
    flex-direction: row-reverse;
}

.category-product-content .product-card-buttons > button {
    background: none !important;
    border: none !important;
    width: 28px !important;
    /* height: 28px !important; */
    padding: 1px 6px !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: all !important;
}


.product-image-wrapper {
    position: relative;
}

.category-product-size-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background: #ffffff63;
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: .3s ease-in;
}
.product-image-wrapper:hover .category-product-size-content {
    opacity: 1;
    visibility: visible;
}

.category-product-size-content .size-content{
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 5px 0;
    /* opacity: 0; */
    /* visibility: hidden; */
    /* width: 0; */
    /* overflow: hidden; */
}
.category-product-size-content .size-content > form .power-group > ul{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;

 
}

.product-cart-content {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: #ffffff63;
    justify-content: center;
    align-items: center;
}

.product-cart-content > button {
    width: 100%;
    border: none;
    background: none;
    color: rgb(77, 77, 77);
}

.product-cart-content > button > span {
    font-size: 15px;
    font-weight: 500;
}
.product-cart-content > button > img {
    width: 15px;
    height: 15px;
    /* margin-right: .5rem; */
}


.bf-attr-block-cont {
    flex-direction: column;
}
.category-product-size-content .size-content > form .power-group > ul > li {
    width: auto;
    display: flex;
    align-items: center;
    /* padding: 5px 0; */
    /* border: 1px solid; */
    /* border-top: 0; */
    border-bottom: 0;
    /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
    /* background: #fff; */
}

.category-product-size-content .size-content > form .power-group > ul > li:hover a {
    color: #fff;
}

.category-product-size-content .size-content > form .power-group > ul> li:not(:last-child) {
    /* margin-right: .2rem; */
}

.category-product-size-content .size-content > form .power-group > ul> li:not(:last-child)::after {
    content: "-";
    margin: 0 5px;
}

.category-product-size-content .size-content > form {
    width: 100%;
}

.category-product-size-content .size-content > form .power-group > ul > li > span {
    font-size: 17px;
}

.category-product-size-content .size-content > form .power-group > ul > li:hover {
    /* background: #575555; */
}
.size-header-title {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.size-header-title > span {
    color: #7d7d7d;
    font-weight: 600;
}
.category-product-size-content .size-content > form .power-group > ul > li:hover > span {
    color: #fff;
    background: #575555;
}
.page-content-bread {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #767575;
    align-items: center;
    width: 95%;
}

.page-content-bread .sogo-breadcrumb {
    border: none;
    width: 30%;
} 

.sort-wrapper {
    display: none;
}

.filter-sort .sort-view {
    display: flex;
    align-items: center;
    justify-content: end;
}

.content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-top: 4rem; */
}

.sogo-container {
    /*padding-top: 4rem;*/
}
.filter-sort .sort-view #grid-view, .filter-sort .sort-view #grid-view-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    background: 0 0;
}
.filter-sort {
  width: 30%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* padding: 0 2rem; */
  /* padding-right: 0; */
  /*height: 60px;*/
  background-color: #ffffff;
  /* z-index: 100; */
  border-bottom: 1px solid transparent;
  -webkit-transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border 0.1s ease-in-out;
  -o-transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border 0.1s ease-in-out;
  transition: top 0.3s ease-in-out, background-color 0.3s ease-in-out,
    border 0.1s ease-in-out;
}
.filter-sort .sort-view #show-filter {
  background: 0 0;
  border: 0;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0;
  width: 29%;
}
.filter-sort .filter-side {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid #ccc;
  background-color: #f7f6f6f0;
  overflow: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.filter-sort .filter-side.filter-active {
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}
.filter-sort .sort-view #show-filter > img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
}
.bf-form {
    padding: 1rem 1rem !important;
}

.bf-form > [class^="bf-attr-"] {
    width: 100%  !important;
    margin: 5px;
}

.bf-form > .bf-buttonclear-box {
    display: none;
}
/*category-page-end*/

/*contact-page*/
.contact-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-container .contact-content-top {
    display: flex;
    width: 100%;
    justify-content: start;
    /* align-items: center; */
    margin-bottom: 2rem;
}

.contact-container {
    padding: 0;
    border-top: 1px solid #B1B1B1;
}

.contact-container .contact-content-top .contact-image-content {
    width: 50%;
}

.contact-container .contact-content-top .contact-form-content {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 100px;
}

.contact-container .contact-content-top .contact-image-content > img {
    width: 100%;
}

.contact-container .contact-content-top .contact-form-content .contact-information {
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
    height: fit-content;
    margin-bottom: 2rem;
}

.contact-container .contact-content-top .contact-form-content .contact-information  > div {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: fit-content;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.phone-content {
    width: 50%;
}

.mail-content {
    width: 50%;
}

.address-content {
    width: 100%;
}

.contact-container .contact-content-top .contact-form-content .contact-information > div > img {
    width: 35px;
    height: 35px;
    margin-right: .5rem;
}

.contact-container .contact-content-top .contact-form-content .contact-information > div .content-text {
    display: flex;
    flex-direction: column;
    height: fit-content;
}
.contact-form {
    display: flex;
    width: 100% !important;
    align-items: center;
    justify-content: center;
}

.contact-form > form {
    width: 100%;
    justify-content: center !important;
}

.contact-form > form > fieldset {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form > form > fieldset > legend {
    width: 100% !important;
    font-weight: 700 !important;
}

.contact-form > form > fieldset .contact-form-container {
    width: 100%;
}

.contact-form > form > fieldset .contact-form-container .contact-form-top {
    display: flex;
    flex-wrap: wrap;
}

.contact-form > form > fieldset .contact-form-container .contact-form-top .sogo-input-wrapper {}

.contact-form > form > fieldset .contact-form-container .contact-form-top .sogo-input-wrapper > input {
    border: none;
    border-bottom: 1px solid #A5A5A5;
    font-size: 13px;
}

.contact-form > form > fieldset .contact-form-container .contact-form-bottom .sogo-input-wrapper > textarea {
    border: none;
    border-bottom: 1px solid #A5A5A5;
    font-size: 13px;
}
.contact-container .contact-content-top .contact-form-content .form-header {
    margin-bottom: 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact-container .contact-content-top .contact-form-content .form-header > span {
    font-size: 25px;
    font-weight: 600;
}

.contact-container .contact-content-top .contact-form-content .contact-information > div .content-text > span {
    font-weight: 700;
    font-size: 13px;
}

.contact-container .contact-content-top .contact-form-content .contact-information > div:not(:last-child) {
    margin-bottom: 1rem;
}

.contact-container .contact-content-top .contact-form-content .contact-information > div .content-text > a {
    font-size: 13px;
}

.contact-container .contact-content-top .contact-form-content .contact-information > div .content-text > address {
    font-size: 13px;
    margin-bottom: 0;
}

.contact-content-bottom {
    width: 100%;
}

.contact-content-bottom > iframe {
    width: 100%;
}



/*contact-page-end*/

/*galery*/
.galery-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
    /*margin-top: 2rem;*/
    overflow-x: hidden;
}
.galery-container .sogo-breadcrumb {
    margin-bottom: 1.5rem;
}

.galery-top {
    display: flex;
}

.galery-bottom {
    display: flex;
}

.galery-container .galery-only-content:nth-child(1) {
    margin-right: .7rem;
}

.galery-container .galery-only-content:nth-child(2) {
    margin-left: .7rem;
}

.galery-container .galery-only-content {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.galery-container .galery-only-content > a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.galery-container .galery-only-content > a > img {
    width: 100%;
}

.galery-container .galery-dual-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.galery-container .galery-dual-content > a {
    width: calc(50% - .5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.galery-container .galery-dual-content > a > img {
    width: 100%;
}
.galery-container .galery-dual-content > a:not(:nth-child(2n)) {
    margin-right: .8rem;
}
/*galery-end*/


/*about*/
.about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 2rem;
    /* margin-top: 2rem; */
}
.about-container .sogo-breadcrumb {
    margin-bottom: 1.5rem;
}
.about-container .about-only-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.about-container .about-only-content > a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-container .about-only-content > a > img {
    width: 100%;
}

.about-container .about-dual-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.about-container .about-dual-content > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.about-container .about-dual-content > a > img {
    width: 100%;
}
.about-container .about-dual-content > a:not(:nth-child(2n)) {
    /* margin-right: 2rem; */
}
.about-text-content {
    padding: 0 3rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-text-content > span {
    font-weight: 600;
    width: 80%;
}
/*about-end*/

footer.footerwebsite {
    box-shadow: none !important;
    margin: 0 !important;
    width: 100%;
}


.whatsapp-support {
    position: fixed;
    bottom: 5%;
    left: 3%;
    z-index: 99;
}
.header-language .language-div > img {
    width: 80%;
}

.whatsapp-support .whatsapp-support-content > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: RGB(48, 204, 69);
}

.whatsapp-support .whatsapp-support-content > a > i {
    font-size: 52px;
}

.whatsapp-support .whatsapp-support-content > a > i::before {
    background: #fff;
    border-radius: 50%;
}
button.cart-button-up {
    font-size: 23px;
    /* margin-right: 0.5rem; */
}

