@font-face {
    font-family: woodmart-font;
    font-style: normal;
    font-weight: 400;
    src: url("/catalog/view/theme/sanayedasti2/fonts/shabnam/woodmart-font.woff2")
        format("woff2"),
}
  
@font-face {
    font-family: shabnam;
    src: url("/catalog/view/theme/sanayedasti2/fonts/shabnam/Shabnam-Medium-FD-WOL.woff2")
        format("woff2");
}
  
@font-face {
    font-family: shabnam;
    font-style: normal;
    font-weight: 500;
    src: url("/catalog/view/theme/sanayedasti2/fonts/shabnam/Shabnam-Medium-FD-WOL.woff")
        format("woff");
}
  
/*@font-face {*/
/*    font-family: shabnam;*/
/*    font-style: normal;*/
/*    font-weight: bold;*/
/*    src: url("/catalog/view/theme/sanayedasti2/fonts/shabnam/Shabnam-FD-WOL.woff")*/
/*        format("woff2");*/
/*}*/

/*@font-face {*/
/*    font-family: shabnam;*/
/*    font-style: normal;*/
/*    font-weight: bold;*/
/*    src: url("/catalog/view/theme/sanayedasti2/fonts/shabnam/Shabnam-FD-WOL.woff2")*/
/*        format("woff");*/
/*}*/

/*@font-face {*/
/*    font-family: shabnam;*/
/*    src: url("/catalog/view/theme/sanayedasti2/fonts/shabnam/Shabnam-Bold-FD-WOL.woff2")*/
/*        format("woff2");*/
/*}*/


/*@font-face {*/
/*    font-family: shabnam;*/
/*    src: url("/catalog/view/theme/sanayedasti2/fonts/shabnam/Shabnam-Bold-FD-WOL.woff")*/
/*        format("woff");*/
/*}*/

/*@font-face {*/
/*    font-family: shabnam;*/
/*    font-style: normal;*/
/*    font-weight: 300;*/
/*    src: url("/catalog/view/theme/sanayedasti2/fonts/shabnam/Shabnam-Light-FD-WOL.woff")*/
/*        format("woff");*/
/*}*/

/*@font-face {*/
/*    font-family: shabnam;*/
/*    src: url("/catalog/view/theme/sanayedasti2/fonts/shabnam/Shabnam-Light-FD-WOL.woff2")*/
/*        format("woff2");*/
/*}*/



body {
    font-family: "shabnam";
    background: white;
}

span {
    font-family: "shabnam" !important;
}

a:hover {
    color:#b57d24 !important;
}
.part-one-header .link-part-one{
   background-color: rgb(173, 30, 23);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; 
    height: 60px;
    width: 100%;
     display: block;
}

.all-header-page .container-fluid {
    padding:0 !important;
}
.logo-middle-header-theme img{
   max-width: 90px !important;
}
.all-header-page {
   position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
   
}
.part-two-header .cart-login-header {
    display: flex;
    justify-content: flex-start;
} 

.mega-menu-theme {
    display: flex;
    justify-content: center;
}
.mega-menu-theme ul.megamenu {
    display: flex;
    justify-content: center;
}
.cart-header .icart {
    padding:0;
     color: #000000 !important;
    font-size: 20px;
}
.cart-header span {
   position: absolute;
    top: 0;
    z-index: 1;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #b57d24;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.search-cart-header {
    display: flex;
    justify-content: center;
}

.search-cart-header .search-block-header-theme {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding:0 15px;
}
.search-cart-header .search-block-header-theme {
    font-size: 19px;
    cursor: pointer;
}  
.part-two-header .cart-login-header a {
    color: #000000 !important;
    display: flex;
}
.cart-login-header .icon-profile{
    color: #000000 !important; 
}
.part-two-header {
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}

.mega-menu-theme .container-megamenu.horizontal ul.megamenu > li {
    margin-left: 20px;
}

.mega-menu-theme ul.megamenu .sub-menu {
    position: absolute;
    right: 0 !important;
    top: 50px;
    z-index: 999;
    display: block !important;
    border-radius: 10px !important;
    background: #FFF !important;
    transition: all .2s ease-in-out;
    left: auto !important;
    transform: translate3d(0, 18px, 0);
    box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
}
.mega-menu-theme ul.megamenu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}


.categories .hover-menu .menu li .main-menu:first-child {
    /*font-weight:800 !important;*/
}

.first-title-menu  .menu ul li:first-child {
    font-weight:800 !important; 
    color:red !important;
}

.top-foote-theme .content-top-footer{
   text-align: center; 
}

.top-foote-theme .content-top-footer .ptext-top-footer{
  font-size: 16px;
    font-weight: 700;
    color: black;
    font-family: 'Shabnam' !important;
}

.text-about-theme h1 {
    display: inline;
    padding: 10px 0;
    /*border-bottom: 2px solid #b57d24;*/
    color: black;
    font-size: 22px;
    font-weight: 700;
}

.text-about-theme h1:after {
   content: " ";
    position: absolute;
    top: 50px;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    right: 0;
    left: auto;
    background-color: #b57d24;
    margin: 0 15px;
    
}  

.text-about-theme p {
    /*color: black;*/
    text-align: justify;
}

.all-footer-pages {
    background-color: #ffffff;
    border-top: 0;
}

.logo-footer img{
    width:150px;
}

.ulfooter-theme p {
    font-weight: 700;
    font-size: 18px;
    color: black;
    margin-bottom: 15px;
}

.ulfooter-theme p {
  font-size: 15px;  
} 
.ulfooter-theme
{
    padding:0 !important;
}

.copyright-footer  {
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 16px;
} 
.copyright-footer  a{
   color: #fff;  
   font-weight: 700;
}    
.all-footer-pages .container-fluid{
    padding-bottom:20px;
}

.home-slider-theme .container-fluid{
    padding:0;
}

.home-slider-theme .col-lg-12{
    padding:0;
}

.img-content-module-blog  {
    width: 100%;
    height: 100%;
    position: relative;
}    

.img-content-module-blog:after {
    content:"";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: background-color .5s cubic-bezier(0, 0, .44, 1.18);
}

.text-content-module-blog {
    position: absolute;
    top: 0;
    left: 0;
    margin: 10px 40px;
}

.text-content-module-blog h4{
  color: white;
    font-weight: 800;
    font-size: 20px;  
}    

.blog-module-theme .container-fluid {
    padding:0;
}

.blog-module-theme .col-md-12 {
  padding:0;   
}    

.blog-module-theme .col-md-6 {
    padding-left: 5px;
        padding-right: 5px;
}    
.mySwiper-blog-home {
    overflow:hidden;
}
.content-blog-all-theme {
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
    transition: box-shadow .35s ease;
}

.content-blog-all-theme .image-blog-theme {
    position: relative;
}

.content-blog-all-theme .date-theme {
    box-shadow: 0 0 9px rgba(0, 0, 0, .1);
    background-color: white;
    position: absolute;
    top: 0;
    margin: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: black;
    min-width: 60px;
}

.content-blog-all-theme .date-theme .day{
    padding-top: 6px;
    font-size: 24px;
}   

.content-blog-all-theme .date-theme .month{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}    

.content-blog-all-theme .text-on-image {
   display: inline-block;
    overflow: hidden;
    padding-right: 10px;
    padding-left: 10px;
    height: 25px;
    background-color: #b57d24;
    color: #fff;
    line-height: 25px;
    position: absolute;
    bottom: -10px;
    z-index: 9;
    right: 15px;
    left: 15px;
    text-align: center;
}


.content-blog-all-theme .text-on-image p{
    margin:0;
}    

.content-blog-all-theme .blog-title-black {
    padding: 25px;
    background-color: #fff;
    text-align: center;
}

.content-blog-all-theme .image-blog-theme:after {
    
   content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .7s ease; 
}  

.content-blog-all-theme:hover .image-blog-theme:after {
    opacity: 1;
}

.post-image-mask {
    position: absolute;
    top: 35%;
    right: 50%;
    margin-top: -5px;
    margin-right: -22px;
    text-align: center;
    font-size: 0;
}
.content-blog-all-theme:hover .post-image-mask:before {
    transition-delay: .3s;
    animation-delay: .3s;
}

.content-blog-all-theme:hover .post-image-mask:before {
   opacity: 1;
    animation: wd-fadeInRight .2s ease;
}

@keyframes wd-fadeInRight {

0% {
    transform: translate3d(50px, 0, 0);
}
100% {
    transform: none;
}

}

@keyframes wd-fadeOutLeft {

0% {
   transform: none;
}
100% {
   
      transform: translate3d(-50px, 0, 0);
}

}


.content-blog-all-theme:hover .post-image-mask span {
   transition-delay: .1s;
    animation-delay: .1s;
}

.content-blog-all-theme:hover .post-image-mask span, .content-blog-all-theme:hover .post-image-mask:after, .content-blog-all-theme:hover .post-image-mask:before {
    opacity: 1;
    animation: wd-fadeInRight .3s ease;
}
.post-image-mask:after {
    margin-left: 0;
}
.post-image-mask span, .post-image-mask:after, .post-image-mask:before {
    display: inline-block;
    margin-left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle;
    opacity: 0;
    transition: opacity .2s ease;
    animation: wd-fadeOutLeft .3s ease;
}
.post-image-mask:after, .post-image-mask:before {
    content: "";
}


.blog-section-home-title h2 {
    font-size: 22px;
    color: black;
    font-weight: 600;
}

.blog-section-home-title h2:after {
    content: " ";
    position: absolute;
    top: 60px;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    right: 0;
    left: auto;
    background-color: #b57d24;
    margin: 0 15px;
}

.share-social-media .social-media-blog  {
    display: flex;
    list-style: none;
    justify-content: center;
    position: absolute;
    bottom: 49px;
    left:50px;
    background: #000000;
   padding: 3px 5px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    
}

.blog-title-black .author-share {
    display: flex;
    justify-content: center;
}

.social-media-blog li {
    margin: 0 10px;
}
.social-media-blog li a{
    color:white;
    font-size: 15px;
    
} 

.share-social-media:hover .social-media-blog {
    opacity:1;
    visibility: visible;
    animation: wd-fadeInTooltip .3s ease;
}
@keyframes wd-fadeInTooltip {
0% {
    opacity: 0;
}
100% {
    opacity: .9;
}
}


.social-media-blog :before {
    /*content: "";*/
    /*position: absolute;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    /*border-color: transparent;*/
    /*top: 100%;*/
    /*margin-left: -5px;*/
    /*left: 50%;*/
    /*border-width: 5px 5px 0;*/
    /*border-top-color: #000;*/
}

.blogname {
    font-size: 16px;
    font-weight: 700;
    color: black;
}

.author-share .name-author {
    margin: 0 10px;
}

.image-blog-theme img {
    min-height: 231px;
}

.media-author img {
    display: inline-block;
    margin: 0 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    vertical-align: top;
}

.name-author .media-author {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #bbb;
}

.blog-section-home {
  padding: 5rem 0;  
}


.blog-section-home-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-section-home-title .see-all {
    color: #b57d24;
    font-size: 16px;
}


.blog-section-home-title .see-all i{
   margin: 0 9px;
    font-size: 18px;
}

.mySwiper-tablist6 {
    overflow:hidden;
}

.mySwiper-tablist6 .information-tab6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.mySwiper-tablist6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease-out;
    will-change: transform;
    border-radius: 15px;
    display:block;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, .12);*/
    transition: 0.72s;
}

.mySwiper-tablist6 .swiper-slide:hover img {
    transform: scale(1.08);
}

.mySwiper-tablist6 .swiper-slide .image-tablist-nafis {
    background: #FFF;
    border-radius: 16px;
    display: flex;
    width: 100%;
    aspect-ratio: 9 / 12;
    align-items: center;
    justify-content: center;
    /* padding: 2rem; */
    overflow: hidden;
    margin-bottom: 1rem;
}


.title-tablist-theme6-theme h3 {
    font-size: 22px;
    color: black;
    font-weight: 700;
}

.title-tablist-theme6-theme h3:after {
    content: " ";
    position: absolute;
    top: 60px;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    right: 0;
    left: auto;
    background-color: #b57d24;
    margin: 0 15px;
    
}    

.tablist-theme6-section {
    padding: 70px 0;
}
.tablist-theme6-section .discount-tablist {
    position: absolute;
    top: 0;
    background-color: #de4b39;
    color: white;
    border-radius: 20px 0 0 20px;
    min-width: 50px;
    text-align: center;
    font-weight: 600;
}

.information-tab6 .name-tablist-theme {
   margin: 22px 0 0;
}

.information-tab6 .name-tablist-theme a{
 color: black;
    font-size: 15px;   
    
} 

.information-tab6 .normal .invalid {
    color: #bbb;
    font-size: 13px;
}
.information-tab6 label.tqtab {
    font-size: 18px !important;
    margin: 0px !important;
    color: #de4b39;
}

.information-tab6 .price .normal  del{
    color: #bbb !important;
    font-size: 13px;
    font-weight:200;
}
.image-tablist-theme {
    box-shadow: 0 0 4px rgba(0, 0, 0, .12);
}

.part-one-column {
    width: 24.83%;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.part-two-column {
    width: 74.45%;
}


.part-two-column .row-one-pace-two {
    display: flex;
    height: fit-content;
    gap: 2px 2px;
    padding: 0 0 2px 0;
}

.all-part-two-column-two {
    display: flex;
}

.part-two-column-two {
    display: flex;
    width: 66.6%; 
    flex-direction: column;
    gap: 0px 2px;
    padding: 0 0px 0 2px;
}
.part-two-column-two-row-three {
    display: flex;
    gap: 2px;
    padding: 2px 0;
}

.part-two-row-four {
    display: flex;
    width: 33.3%;
    gap: 2px 2px;
}

.column-category-module {
    display: flex;
    gap: 2px;
}


.p1-text-csm p {
    position: absolute;
    top: 0;
    margin: 20px;
    color: black;
    font-size: 22px;
    font-weight: 100;
}

.p2-text-csm p {
    position: absolute;
    top: 50%;
    margin: 30px;
    color: black;
    font-size: 22px;
    font-weight: 100;
}

.p3-text-csm p {
    position: absolute;
    top: 21%;
    margin: 0 21px;
    color: black;
    font-size: 22px;
    font-weight: 100;
}

.p4-text-csm p{
    color: black;
    font-size: 22px;
    font-weight: 100;
    position: absolute;
    top: 7%;
    margin: 0 40px;
}

.p5-text-csm p{
    color: black;
    font-size: 22px;
    font-weight: 100;
    position: absolute;
    top: 33%;
    left: 30%;
}

.p6-text-csm p{
    position: absolute;
    bottom: 25%;
    margin: 25px;
    color: black;
    font-size: 22px;
    font-weight: 100;
}

.p7-text-csm p{
    position: absolute;
    bottom: 25%;
    margin: 25px;
    color: black;
    font-size: 22px;
    font-weight: 100;
}

.p8-text-csm p{
    position: absolute;
    bottom: 25%;
    margin: 25px;
    color: black;
    font-size: 22px;
    font-weight: 100;
}
.p9-text-csm p {
    position: absolute;
    bottom: 18%;
    right: 37%;
    margin: 30px;
    color: black;
    font-size: 22px;
    font-weight: 100;
}

.p10-text-csm p {
    position: absolute;
    bottom: 9%;
    margin: 0 30px;
    color: black;
    font-size: 22px;
    font-weight: 100;
}



.search-block-header-theme #sosearchpro {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 100;
    justify-content: Center;
    opacity: 0;
    visibility: hidden;
    transition: .6s cubic-bezier(0.4, 0, 0, 1);
    box-shadow: 0 0 14px rgba(0, 0, 0, .08);
    /*transition: opacity .5s cubic-bezier(.19, 1, .22, 1) .5s, visibility .5s cubic-bezier(.19, 1, .22, 1) .5s, transform .5s cubic-bezier(.19, 1, .22, 1);*/
    transform: translate3d(0, 100%, 0);
}

.search-block-header-theme #sosearchpro.showsearch {
    opacity: 1;
    visibility: visible;
    background-color: #ffffff;
   transform: translate3d(0,19%, 0);
}

#cart-total .items_cart {
    display:none;
}
#cart-total .items_cart2 {
   display:none; 
}
#cart-total .items_carts {
   background-color:unset;
   font-size: 13px;
     color: #000000 !important;
}
#cart-total  {
   background-color:unset;
}
.cart-links-to-pay-and-basket .cart-sidenav {
    background-color: #f7f7f7;
    padding: 10px;
    margin: 10px 12px;
    text-align: center;
    border-radius: 5px;
}

.cart-links-to-pay-and-basket .checkout-sidenav {
      background-color: #00b17a;
    padding: 10px;
    margin: 10px 12px;
    text-align: center;
    border-radius: 5px;
    
}
.list-item-products-in-cart {
    overflow: auto;
}
.cart-links-to-pay-and-basket table  {
    margin: 5px;
}

.cart-links-to-pay-and-basket table .text-right  {
    font-size: 15px;
    color: black;
    text-align:center;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 0px !important;
  overflow: hidden;
}

.sidenav a {
  text-decoration: none;
  font-size: 15px;
    color: #000000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  font-size: 30px;
    color: black;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 15px;
        color: black;
        text-align: center;}
}

.mystyle {
    width:350px;
    opacity:1 !important;
    visibility: visible !important;
    margin-top: 0 !important;
}

.btn-remover-sidenav button {
    background-color: unset;
    border: unset;
    box-shadow: unset;
    padding: 0;
}

.btn-remover-sidenav button:hover {
    background-color: unset;
    border: unset;
    box-shadow: unset;
    padding: 0;
}

.btn-remover-sidenav button:active {
    background-color: unset;
    border: unset;
    box-shadow: unset;
    padding: 0;
}
.btn-remover-sidenav button:focus {
    background-color: unset !important;
    border: unset;
    box-shadow: unset;
    padding: 0;
}

.empty-basket{
   text-align:center;
}
.empty-basket p {
    font-size: 15px;
    color: black;
}

.all-content-side-nav {
    display: flex;
   justify-content: space-around;
    align-items: center;
}
.information-product-sidenav {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.price-sidenav {
    display: flex;
    align-items: center;
}

.price-sidenav h1{
   margin: 0; 
   color: #de4b39;
    font-weight: 700;
    font-size: 13px;
}

.price-sidenav h2{
   margin: 0; 
   color: #a59a9a;
    margin-left: 10px;
}
.padding-in-overlay-cart {
    margin-top: 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.img-product-sidenav a{
    text-align: right;
}
.img-product-sidenav img{
 border: unset;
    width: 100px;
    height: 100px;   
}    

.control-menu-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    padding: 12px;
    border-bottom: 1px solid #d9d7d7;
}
.control-menu-cart p{
    margin: 0;
    color: black;
    font-size: 20px;
    font-weight: 700;
}  
.btn-remover-sidenav i {
    font-size: 15px;
    color: black;
    font-weight: 100;
}
.btn-danger:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: unset !important;
} 
.cart-links-to-pay-and-basket {
  margin: 10% 0 28% 0;
  border-top: 1px solid #d9d7d7;
}

.search-block-header-theme form {
    width:100%;
    position: absolute;
    top: 0;
     border-bottom: 1px solid black !important;
}

.search-block-header-theme #sosearchpro .input-group-btn {
    left: 50px;
    display: none;
}

.search-block-header-theme #sosearchpro .autosearch-input {
    width: 100% !important;
    border-radius: 0;
    border: 0;
    
}

input::placeholder {
    color: #fff;
}

#search0 .closebtn {
    font-size: 50px;
    display: flex;
    align-items: center;
    padding: 12px;
    font-weight: 700;
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.search-block-header-theme #sosearchpro .autosearch-input {
    height: 100px !important;
    font-size: 50px;
    color: black;
    text-align: center;
}

.search-block-header-theme #sosearchpro .input-group {
    display: flex !important;
    justify-content: center;
    flex-direction: row-reverse;
}

.mega-menu-theme .navbar-default .megamenu li a {
    color: #000000 !important;
}
.search-block-header-theme i {
      color: #000000 !important;
}
.breadcrump-style {
    
    display: flex !important;
    align-items: center;
}

.breadcrump-style li{
  display: flex !important;
    align-items: center;  
    color:black;
    padding: 0 !important;
    margin: 0 !important;
    
} 
.breadcrump-style li a{
   font-size: 20px !important; 
   padding: 0 10px !important;
} 

.breadcrump-style li i{
   font-size: 23px !important; 
} 

.breadcrump-style li img{
   width: 40px;
    height: 40px;
} 

 .breadcrumb > li:after {
    display:none;
}

.child-category-theme {
    padding: 0 30px;
    margin: 30px 0;
}

.all-information-child-category p {
    font-size: 14px;
    color: black;
}

.all-information-child-category  {
    border: 1px solid #ddd;
     background-color: unset !important; 
    border-radius: 5px;
    text-align: center;
    padding: 5px;
} 
.pd-0 {
    padding:0 !important;
}

.heading-title {
   padding: 5px;
    margin-top: 11% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.heading-title p{
font-size: 30px !important;
    color: black !important;
    font-weight: 600;
    padding: 0 10px !important;

}

ul.breadcrumb li:last-child a {
    color: black;
}

ul.breadcrumb li:last-child i {
    display:none;
}

.top-listing-theme {
    border-bottom: 1px solid #d9d5d5;
}
.module.so_filter_wrap .modcontent .so-filter-content-opts-container .input-group .btn.btn-default {
    padding: 7px;
    color: #555;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    box-shadow: unset;
}

.filternav-theme {
    width: 100%;
    margin-top: 10px;
    margin-right: 0 !important;
}

.listing-product-theme {
    float: none;
    width: 100% !important;
    margin: 0 !important;
}

.bread-resualt-theme {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 15px;
}

.sort-category-theme {
    border: 0;
    border-bottom: 1px solid #0000001a;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    color: black;
    padding: 0 40px;
}
.flex-filter-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}
.flex-filter-sort .openfilter {
    font-size: 15px;
    cursor: pointer;
    color: black;
    font-weight: 700;
    margin: 20px;
}
#mySidenavfilter {

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;
 height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  overflow: auto;
  
}


#mySidenavfilter a {
  
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

#mySidenavfilter a:hover {
  color: #f1f1f1;
}

#mySidenavfilter a span:hover {
  color: #b57d24;
}

#mySidenavfilter .closebtn {
  font-size: 36px;
  text-align: end;
    color: black;
   padding: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #0000001b;
   
}

#mySidenavfilter .closebtn span{
    font-size: 18px;
  text-align: end;
    color: black;
     padding: 0 5px;
}    

@media screen and (max-height: 450px) {
  #mySidenavfilter {padding-top: 15px;}
  #mySidenavfilter a {font-size: 18px;}
  
}
.bread-resualt-theme .col-md-6 {
    padding:0 !important;
}

.bread-resualt-theme .breadcrump-style {
    padding:0 10px !important;
}

.price-range-filter-theme .clear_filter {
    display: flex;
    justify-content: center;
}
.so-option-container:hover label{
       color: #b57d24 !important;
}
.so-option-container:hover span{
       color: #b57d24 !important;
}

.option-container-filter-theme {
    display: flex;
    align-items: center;
    padding: 0 !important;
}

.option-container-filter-theme label{
   margin-right:10px; 
}

.option-container-filter-theme .option-count{
 display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;   
    padding: 0 15px !important;
}

.module.so_filter_wrap .modcontent ul li.so-filter-options .so-filter-content-opts .so-filter-content-opts-container .opt-select ~ .opt-select {
    border-top: 0 !important;
}

.option-container-filter-theme .option-count span{
padding-right: 5px;
    padding-left: 5px;
    min-width: 30px;
    height: 20px;
    border: 1px solid #0000001b;
    border-radius: 35px;
    color: #777;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease;
} 
.option-container-filter-theme  label{
  width:100%;  
}    

.option-container-filter-theme .option-count span:hover{
        color: #fff !important;
    background-color: #b57d24;
    border-color: #b57d24;
    
}    

.product-card-over-img {
    background-color: rgba(111, 115, 119, .07);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}

.filed-img-item-theme:hover img{
    transform: scale(1.1);
}
.filed-img-item-theme img{
    width: 100%;
    transition: .6s;
}
.filed-img-item-theme {
width: 100%;
    position: Relative;
    overflow: hidden;
}

.content-container-category-theme .name-product-category a {
    color: black;
    font-size: 15px;
    font-weight: 600;
    word-break: break-word;
}

.discount-category-theme {
    position: absolute;
    top: 0;
    background-color: #de4b39;
    color: white;
    border-radius: 20px 0 0 20px;
    min-width: 50px;
    text-align: center;
    font-weight: 600;
    z-index: 9;
}

.content-container-category-theme {
    padding-top:0 !important;
}

.node.view-mode-teaser .discount-percent span {
border: 0;
    background-color: unset;    
    
}

.view-content-theme {
    margin: 50px 0;
}
.listing-product-theme .view-content-theme .view-rows-content-theme {
    margin-top: 35px !important;
}

.view-rows-content-theme .content-container-category-theme .price {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.content-container-category-theme .name-product-category {
    height: fit-content !important;
    min-height: 25px;
    margin: 15px 0 !important;
    padding: 4px !important;
}

.view-rows-content-theme .category-listing-design-img .price2 .price4 .price {
    display: flex !important;
    flex-direction: column;
}

.content-container-category-theme .price .normal{
    
  padding: 15px 0 !important;  
  color:#bbb;
}
.catmainsizee .node .price .special {
    font-size: 15px !important;
    color: #de4b39;
   font-family: unset !important;
}

.breadcrumb-theme {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 0 15px 0 15px;
 margin-top:11%;
    background: #f4f4f4;
}
.breadcrumb-theme .breadcrump-style {
    padding: 0 7px !important;
    margin: 16px 0;
}
.breadcrumb-theme .breadcrump-style li a {
    font-size: 15px !important;
    padding: 0 10px !important;
}
.breadcrumb-theme .breadcrump-style li i {
    font-size: 20px !important;
}
.mySwiper2 .swiper-slide img{
    margin: 15px 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.price-product-theme {
    display: flex;
    justify-content: flex-start;
}

.price-product-theme .normal.invalid{
    
  text-align: center;
    text-decoration: line-through;
    color: #bbb;
    font-size: 20px;  
    padding: 0 0 15px 0;
}

.price-product-theme .normal{
    
  font-size: 23px;
    color: black; 
}


.price-product-theme .discount-product-page {
    font-size: 1rem;
    padding: 0 .3rem;
    margin-right: .3rem;
    border-radius: .3rem;
    background-color: #de4b39 !important;
    color: white;
}

.garanti-product strong {
    color: #ff0000;
    font-size: 15px;
}
.add-to-cart-theme {
  display: flex;
  flex-direction: row-reverse;
    justify-content: flex-end;
    margin: 40px 0;
}

.color-product-theme p {
    font-weight: 700;
    color: black;
    font-size: 15px;
}

.mySwiper-color a {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    cursor: pointer;
}

.mySwiper-color span {
    font-weight: 600;
    font-size: 15px;
    padding: 3px;
}

.butcart-pageproduct button {
    border-radius: 5px !important;
    color: #fff;
    background-color: #00b17a ;
    padding: 10px 20px !important;
    font-size: 13px ;
}
.add-to-cart-theme .quantity-control {
    display: flex;
    justify-content: flex-start;
    margin: 0 10px !important;
}

.add-to-cart-theme .product_quantity_down
{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}   

.add-to-cart-theme .product_quantity_up
{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}   

.information-product-theme .mobnavd h1{
    color:black !important;
}

.btn-primary:hover {
    background-color: #b57d24;
    color: #fff;
}

.text-additional-product-theme p {
    color: #000;
    background-color: #ffe3d3;
    border-radius: 5px;
    line-height: 2;
    font-size: 14px;
    padding: 10px;
    width: fit-content;
    margin-top: 10px;
}

.text2-additional-product-theme p {
  color: #000000;
    background-color: #d7eef6;
    border-radius: 5px;
    line-height: 2;
    font-size: 14px;
    padding: 10px;
    width: fit-content;
    margin-top: 10px;
    text-align: center;  
    
}    

.button-theme-product .box-wish-cat a {
    display: flex;
    align-items: center;
    color: black;
    font-weight: 700;
    border-bottom: 1px solid #0000001b;
    padding: 0 0 12px 0;
}

.brand-wish-compare .brand-product-theme {
    display: flex;
    align-items: baseline;
}

.brand-wish-compare .brand-product-theme p{
 color: black;
    font-weight: 700;
    font-size: 15px;   
    margin: 11px 0;
} 
.brand-wish-compare .brand-product-theme span{
 margin: 0 10px;
    font-size: 15px;
    color:#777777;
} 
.brand-wish-compare .category-product-theme {
    display: flex;
    align-items: baseline;
}
.brand-wish-compare .category-product-theme p{
 color: black;
    font-weight: 700;
    font-size: 15px; 
    margin: 0;
}

.brand-wish-compare .category-product-theme span{
 margin: 0 10px;
    font-size: 15px;
    color:#777777;
} 

.price-product-theme .product-price-page .special {
    color: #de4b39;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.mySwiper-thumb .swiper-slide {
    
    display:flex;
}
.product-images-theme-extra {
    display: flex;
    justify-content: flex-start;
}

.description-product-theme .active .innertab{
    color: #b57d24;
    border-bottom: 1px solid #b57d24;
    padding: 0 30px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}

.description-product-theme .innertab {
    color: black;
    padding: 0 30px;
    font-size: 18px; 
    cursor: pointer;
} 

.mobiledsc {
    display:none;
}

#error-not-found {
    margin-bottom: 5rem;
}

.p-cart__emptyCardContent .c-btn__primary--is-medium {
    padding: 11px;
    background-color: #b57d24;
    color: white;
    border-radius: 5px;
}

.p-cart__emptyCardContent:hover .c-btn__primary--is-medium {
    
 color: white !important;   
}   

@media screen and (max-width: 577px) {
    
  .mobiledsc {
    display:block;
}  
 .dscntpr {
     display:none;
 }   
}    




.content-related-product h3 {
    height: 30px !important;
}

.content-related-product h3 a{
   color: black;
    font-weight: 600;
    font-size: 15px; 
}  
.container-related-product .name-product-swip-under-pro .active h3:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: 40px;
    height: 2px;
    background-color: #b57d24;
}

.container-related-product .name-product-swip-under-pro .active {
    position: relative;
}

.container-related-product .name-product-swip-under-pro .active h3 {
   font-size: 22px;
    color: black;
    font-weight: 700;
}

.description-page-pro {
    padding: 15px;
    color: black;
    font-family: 'Shabnam';
}
.btn-outline-primary {
    border: 2px solid #b57d24;
}
.btn-primary {
    background-color: #b57d24;
    color: #fff;
}
.btn-primary:hover {
   
    color: #fff !important;
}
.btn-outline-primary:hover {
  color:#b57d24 !important;
    border-color: #b57d24;
}


.garanti-product {
    margin-top: 17px;
}

.wall-post-form .form-actions .form-submit {
    background-color: #b57d24;
} 
.profile-guide h2 {
    color: #b57d24;
}
.follow-suggestions h2 {
    color: #b57d24;
}

.btn-info {
    background-color: #b57d24;
    color: #fff;
    border: 1px solid #b57d24;
}
.btn-info:hover {
    background-color: #b57d24;
    color: #fff !important;
     border: 1px solid #b57d24;
}

.title-information-contact h1:after {
   content: "";
    position: absolute;
    top: 60px;
    right: 0;
    width: 40px;
    height: 2px;
    background-color: #b57d24;
    margin: 13px;
}

.title-information-contact h1 {
    
  font-size: 25px;
    color: black;
    font-weight: 700;  
}   

.infotmation-branch {
    display: flex;
    margin-top: 15px;
}

.address-contact-branch-theme {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.address-contact-branch-theme p {
  margin: 10px 22px;
    text-align: justify;
    color: black !important;
}
.address-contact-branch-theme p:first-child {
   font-size: 20px;
    color: black;
}

.address-contact-branch-theme p a {
    display: block;
    color: black;
}
.contact-theme {
    margin-bottom: 60px;
}

.image-top-about{
        height: 900px;
    width: 100%;
    background-image: url(/image/catalog/d495ed878e9be69/programmer/desktop-8.png);
    background-position: 40% 30%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0;
   
}
.about-theme .col-md-12 {
    padding:0;
}
.about-theme .container-fluid {
    padding:0;
}

.title-about-theme h1 {
    text-align: right;
    color: black;
    font-weight: 700;
    font-size: 30px;
}

.title-about-theme h1:after {
    content: "";
    position: absolute;
    top: 60px;
    right: 0;
    width: 40px;
    height: 2px;
    background-color: #b57d24;
    margin: 13px;
}


.content-about-theme  p {
   color: black;
    font-size: 16px;
    text-align: right; 
}    

.content-about-theme {
   text-align: center;
}

.content-about-theme img {
    width:400px;
}

.text-of-product-about-theme p:first-child {
    color: black;
    font-size: 20px;
    font-weight: 700;
}

.text-of-product-about-theme p {
    
   color: black;
    font-size: 15px; 
}

.content-example-product-about {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-title-blog {
    margin: 11% 0 0 0;
}

.header-title-blog .heading-title-blog  {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.header-title-blog .heading-title-blog  p {
    font-size: 30px;
    color: black;
    margin: 20px 0 0 0;
    font-weight: 700;
}

.header-title-blog .breadcrump-style {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.header-title-blog .breadcrump-style li a{
  
  color: black;
    font-size: 13px !important;  
    
}    

.header-title-blog .breadcrump-style li:last-child span{
    display:none;
}    

.all-blog-theme {
    margin-top: 50px;
}

.article-title-theme h4 {
   margin: 20px 0;
    height: auto;
    padding-bottom: 20px;color: black;
    font-size: 18px !important;
    text-align: center;
}

.article-title-theme h4 a{
   color: black;
    font-weight: 600; 
} 

.part-blog-page-theme:hover img{
    transform: scale(1.25);
    overflow: hidden;
}

.part-blog-page-theme .image-blog-theme {
    overflow: hidden;
}
.part-blog-page-theme img{
  transition: .55s ease-out;  
} 

.home-slider-mobile {
    display:none;
} 



/*bottom fix bar*/
@media screen and (max-width: 991px) {
    .category-and-list-bottom-fix-mobile {
        display: flex;
    }
    .fix-category-lists-store-128.show {
        display: flex;
    }
    .fix-category-lists-store-128 {
        display:none;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        /* top: 57px; */
        top: 0;
        bottom: 65px;
        width: 100%;
        right: 0;
        background: #FFF;
        /* overflow-y: scroll; */
        z-index: 9998;
        display: none;
    }
    .whole-catgory-keeper-store-128-mobile {
        display: flex;
    }
    .whole-catgory-keeper-store-128-mobile {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    .right-cat-image-and-name-clickable {
        width: 110px;
    }
    .right-cat-image-and-name-clickable ul {
        margin: 0;
        padding: 0;
        border: 1px solid var(--config_color_1);
    }
        .right-cat-image-and-name-clickable ul li {
        background: var(--config_color_1);
        color: #000;
        text-align: center;
        padding: 5px;
        border-left: 1px solid var(--config_color_1);
        border-bottom: 1px solid #ffffff;
    }
        .right-cat-image-and-name-clickable ul li img {
        width: 50px;
        border: 1px solid #FFF;
        height: 50px;
        border-radius: 50%;
    }
        .open-content-left-menu {
        position: absolute;
        display: none;
        left: 0;
        right: auto;
        top: 0;
        width: calc(100% - 110px);
        background: #fff;
        height: 100%;
        overflow-y: auto;
        padding: 10px;
    }
        .right-cat-image-and-name-clickable ul li.active .open-content-left-menu {
        display: block;
    }
    .right-cat-image-and-name-clickable ul li.active {
    background: #FFF;
    border-left: 0;
}
        .first-link-opencat {
        text-align: right;
        display: block;
        margin: 0 0 10px 0;
        display: flex;
        font-weight: Bold;
        color: #000;
        font-size: 17px;
        line-height: Normal;
        align-items: center;
    }
}
.category-and-list-bottom-fix-mobile {
    position: fixed;
    /* position: fixed; */
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    /*display: none;*/
     display: flex; 
    align-items: center;
    justify-content: space-between;
    background: white;
    padding: 10px;
    border-top: 1px solid var(--config_color_1);
    z-index: 9999999;
}
.cat-mobile-items {
    text-align: center;
    flex: 1 1 0%;
}
.cat-mobile-items a {
    display: flex;
    align-items: center;
    justify-content: Center;
    flex-direction: Column;
}
.cat-mobile-items p {
    font-size: .9rem;
    line-height: 1.2;
    overflow: hidden;
    white-space: Nowrap;
    font-weight: bold;
    text-overflow: ellipsis;
    color: black;
    margin: 5px 0 0 0;
}
.cat-mobile-items svg{
    fill:var(--config_color_1);
}
.img-title-category {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.img-title-category p {
    margin: 10px 0;
}

.first-link-opencat i {
    margin-bottom: 3px;
    margin-right: 5px;
}
.img-text-fix-menu {
    margin: 10px;
    color: white;
    font-weight: 700;
    font-size: 16px;
}
.right-cat-image-and-name-clickable ul li.active p {
    color: var(--config_color_1);
}
.right-cat-image-and-name-clickable ul li.active img {
 border: 1px solid var(--config_color_1);   
}  
.accordion-child-open-subcat {
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
}
.subcat-title {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: right;
    display: flex;
    align-items: Center;
    justify-content: Space-between;
}
.accordion-child-open-subcat .subcat-title i {
    font-size: 22px;
    color: #000;
}
/**/
/**/




.text-of-product-about-theme {
    margin-right: 20px;
    text-align: center;
}

.text-of-product-about-theme a {
    background-color: #00B17A;
    border-color: #00B17A;
    padding: 10px;
    color: white;
    border-radius: 5px;
}

.text-desc-theme p {
    font-size: 16px !important;
}

.text-desc-theme img {
    width: 50%;
    margin-bottom: 6rem;
}
.main-content-about {
   padding: 40px;
    text-align: center;
    color: black;
    font-size: 20px;
    margin: 57px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.form-standard-actions .form-actions .form-submit {
    
    background-color: #b57d24;
}  

.form-standard-actions .form-actions .form-submit:hover {
    background-color: #b57d24;
}


@media screen and (max-width: 575px) {
    
.header-mobile-theme .container-fluid{
    padding:0 !important;
}    

/*menu*/


.overlay {
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  right: 0;
  top: 0;
  background-color:white;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-content {
  width: 100%; 
  text-align: center; 
}

.overlay a {
  padding: 0px 5px;
  text-decoration: none;
  font-size: 36px;
  color:black;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay a:hover, .overlay a:focus {
  /*color: #f1f1f1 !important;*/
}

.overlay .closebtn {
  font-size: 30px;
}



.nav-sidebar-header svg{
    width: 25px !important;
    height: 25px !important;
    cursor: pointer;
}

.nav-sidebar-header svg > * {
    stroke: black;
    
}

.menu-mobile-theme {
  display: flex;
    align-items: center;
    justify-content: space-between;  
}


.mob-category-menu {
   display:none; 
}

.modal-product ul li {
    font-size: 14px;
}

.table td, .table th {
    font-size: 14px;
}


.overlay .container-megamenu.horizontal ul.megamenu > li {
margin-left:0 !important;
}    
.overlay .text-logo-menu-mobile p{
    margin: 15px 5px;
    font-weight: 700;
    color: black;
}
.nav-sidebar-header {
    display: flex;
}
.part-two-header-mobile {
    position: absolute;
    z-index: 9;
    width: 100%;
   
}  
.part-one-header .link-part-one {
 height: 40px;   
}    
.col_4yeg {
    padding:0;
    display: none;
}
.pd-rl-80 {
    padding: 0;
}
.all-part-two img {
    width:80px;
}
.part-two-header-mobile .all-part-two {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    align-items: center;
}
.col_x0ek {
 padding:0 !important;   
}  
.home-slider-mobile {
    display:block;
}
.home-slider-theme  {
    display:none;
}
.home-slider-mobile .container-fluid {
    padding:0;
}
.home-slider-mobile .col-md-12 {
    padding:0;
}
.all-part-two .phone svg{
    color: black;
}
.container-megamenu.horizontal ul.megamenu > li > a {
    color: #242424;
}
#myNav .overlay-content .megamenu .logo-middle-header-theme {
    display:none !important;
}
.overlay .megamenu {
    padding:0;
    text-align: justify;
}
.overlay .megamenu li a{
   padding: 15px !important;
}
.responsive ul.megamenu > li.click:before, .responsive ul.megamenu > li.hover:before {
        content: "\f104";
        font-family: FontAwesome;
        color: #242424;
        font-weight: 400;
        font-size: 25px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
        padding: 9px 17px 10px 11px;
        border-right: 1px solid #00000033;
        text-align: end;
    }
.responsive ul.megamenu > li.active > a {
        background: unset !important;
        color: #242424 !important;
}

.responsive ul.megamenu > li.active .close-menu {
        display: none !important;
}  
.container-megamenu ul.megamenu li .sub-menu .content {
    border-top: 1px solid #0000001f;
    box-shadow: unset;
    padding:0 !important;
}   

.responsive ul.megamenu .sub-menu .content .row > div {
        padding: 0 !important;
        margin: 0;
        border-top: 0;
}    
.responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
        padding: 5px 15px !important;
        border-bottom: 1px solid #d7d7d7;
}
.tablist-theme6-section {
    padding: 35px 0;
}
.title-tablist-theme6-theme h3:after {
  margin: 8px 15px;  
}    
.title-tablist-theme6-theme h3 {
margin-bottom: 60px;    
    
}    
.part-one-column {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 2px;
}
.column-category-module {
    display: flex;
    gap: 2px;
    flex-direction: column;
    padding: 0;
}
.part-two-column {
    width: 100%;
}
.category-module-theme .container-fluid {
    padding:0;
}
.p2-text-csm p {
    position: absolute;
    top: 34%;
    font-size: 19px;
} 
.p1-text-csm p {
    font-size: 19px;
}    
.p4-text-csm p {
    font-size: 15px;
    position: absolute;
    top: 45%;
    margin: 5px;
}
.p3-text-csm p {
    top: 54%;
    font-size: 12px;
}
.p5-text-csm p {
 
    font-size: 16px;
    top: 60%;
    left: 40%;
}
.p8-text-csm p {
    position: absolute;
    bottom: 15%;
    font-size: 16px;
    margin: 0 8px;
}   
.p7-text-csm p {
    position: absolute;
    bottom: 12%;
    font-size: 13px;
    margin: 22px 10px;
}   
.p9-text-csm p {
    position: absolute;
    bottom: 11%;
    right: 13%;
    margin: 1px;
    font-size: 14px;
    margin: 0 5px;
}
.p10-text-csm p {
    position: absolute;
    bottom: 5%;
    font-size: 13px;
    margin: 0 5px;
}
.p6-text-csm p {
    position: absolute;
    bottom: 12%;
    margin: 22px;
    font-size: 16px;
}
.text-content-module-blog {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px 18px;
}
.content-module-blog {
    margin: 10px 0;
}
.blog-section-home .col-lg-12 {
    padding: 0;
}
.blog-section-home .container-fluid {
     padding: 0;
}  

.top-foote-theme .container-fluid {
    padding: 0;
}
.top-foote-theme .content-top-footer .ptext-top-footer {
    font-size: 12px;
}
.top-foote-theme .content-top-footer {
        max-height: 150px;
        min-height: 150px;
}
.text-about-theme {
    margin-top: 3rem;
}
.logo-footer {
    text-align:center;
}
.ulfooter-theme {
    min-height: 150px;
}
.copyright-footer {
    margin-bottom: 16% !important;
} 
#error-not-found {
        margin-top: 4rem;
        padding: 0;
}
.heading-title {
   margin-top: 0 !important; 
}
.heading-title p {
    font-size: 25px !important;
}    
.mobile-piece {
    margin: 21% 0 0 0;
}

.bread-resualt-theme {
    display: flex;
    align-items: center;
    justify-content: space-between;
   padding:0;
    flex-direction: column;
    margin:0 0 21px 0;
}
.bread-resualt-theme .breadcrump-style {
    margin: 10px 0;
    padding:0;
}

.sort-category-theme {
 display:none;   
}  

.flex-filter-sort .openfilter {
    margin:0;
}  

.filter-actions-wrapper {
    display:none;    
}
.pd-0-mob {
    padding:0 !important;
}
.listing-product-theme {
    padding:0;
}
.view-content-theme {
    margin: 0 !important;
    padding: 0;
}

.ctg-border .catlisttheme {
 padding: 0 !important;   
}    

.region-side {
     display: block; 
}

.breadcrumb-theme {
    
 margin-top: 25%;   
}  

.mobfgtop {
        margin-top: 0 !important;
        
}        
.information-product-theme {
    margin-top: 50px;
}

.price-product-theme {
    display: flex;
    justify-content: center;
}
.garanti-product {
    text-align: center;
}
.mySwiper-color {
    overflow: hidden;
}

.description-mobile-theme {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 20px 0;
}

.information-product-theme .cscolpad {
    padding-bottom: 10px !important;
}

.description-mobile-theme .accordion {
    box-shadow: 0px 0px 6px 0 #dfdfdf !important;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.dscmobile .accordion i.fatsi {
    float: left;
    margin-top: 13px;
}
.dscmobile .accordion button {
    font-size: 16px;
    margin: 12px 0px;
    color: #000 !important;
    width: 100%;
    text-align: right;
}

.description-mobile-theme .dscmobpr {
    padding: 25px 0;
    color: black;
}
.desktopcompare {
    width: 85%;
}  

.header-title-blog {
    margin: 20% 0 0 0;
}

.box-blog {
    
 min-height: 390px;   
}    

.image-top-about {
  margin: 0;  
}   

#information-about {
    padding:0;
}
.text-of-product-about-theme p {
    margin: 30px 12px;
}

.title-about-theme h1 {
    text-align: center;
    font-size: 25px;
    margin: 30px 0;
}   

.content-example-product-about {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.image-of-product-about-theme {
    margin-top: 20px;
}
.img-stone-about img {
    margin-top: 15%;
}

.desktopboxbasket {
   
    width: 85%;
}    
.breadcrumb-theme .breadcrump-style li a {
    font-size: 12px !important;
    padding: 0 5px !important;
}

.related-comment {
    padding-right: 15px;
}

.main-content-about {
    font-size: 20px;
    margin: 15px;
}

.main-content-about p {
    font-size: 17px;
        margin: 15px;
        padding: 10px 0 !important;
}
.content-container-category-theme .name-product-category a {
    color: black;
    font-size: 13px;
    
}    
.listing-product-theme .view-content-theme .view-rows-content-theme {
    padding: 0 5px;
}
.kala-color {
  margin: 0 10px;  
}  
.node.view-mode-teaser.simple .content-container .content {
    margin-top: 20px;
}

.mySwiper-related {
    overflow:hidden;
    padding: 20px;
}
.infotmation-branch {
    display: flex;
    margin-top: 15px;
    flex-direction: column;
}


}

.no-result-search-product-theme {
    text-align: center;
    font-size: 21px;
    font-weight: Bold;
    line-height: Normal;
    margin: 3.5rem 0 8rem;
    color: #000 !important;
    border: 1px solid #a9a4a4c7;
    padding: 25px;
    border-radius: 10px;
}

@media screen and (max-height: 450px) {
  .overlay a {
      font-size: 20px;
      
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
