@import "inner-style-front.css";



.modal-content {
    background-color: #f7f7f7;
}


.form-control,
.select2.select2-container--default .select2-selection--single {
    border-color: #d9d9d9;
}

#header {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

.single__page .single__desc .single__desc__data {
    flex: 1 0 calc(100% - 313px);
}

@media screen and (max-width:991px) {

    .single__page .single__desc .single__desc__btnWrap {
        max-width: unset;
    }
}

.zoomLens,
.zoomContainer {
    z-index: 9 !important;
    /* position: static !important; */
    display: none !important;
}


.langSelect {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-left: 15px;
}

.langSelect .langSelectLink {
    display: flex;
    align-items: center;
}

.langSelect .langSelectLink i {
    margin-right: 5px;
    transition: all 0.3s;
}

.langSelect .langSelectLink.active i {
    transform: rotate(-180deg);
}

.langSelect #langSelect {
    display: none;
    position: absolute;
    right: -6px;
    width: 30px;
    padding: 5px 5px 2px;
    top: 100%;
    z-index: 2;
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .15);
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

.langSelect #langSelect ul li {
    margin-bottom: 2px;
}

.langSelect #langSelect ul li:last-child {
    margin-bottom: 0;
}

.langSelect #langSelect ul li a {
    color: #000;
}

.langSelect #langSelect ul li a:hover {
    color: #ff8c00;
}


.adsArea a::before {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.headerTitleWrapper .viewMore svg {
    transform: scaleX(-1);
}

.newsletter_form .form-group .zmdi-email {
    right: auto;
    left: 21px;
}

.newsletter_form .form-group .newsletter_btn {
    left: auto;
    right: 5px;
}

.footerTop {
    flex-direction: row-reverse;
}

.headerTitleWrapper .headerTitle svg {
    margin-left: 0px;
    margin-right: 20px;
}

.headerTitleWrapper .headerTitle::after {
    right: 0;
    left: 30px;
}

.singleNewsTools__nextPrev a svg {
    transform: scaleX(-1);
}

.block.toggleBlock .blockTitle {
    margin-right: 0;
    margin-left: 30px;
    padding-left: 10px;
}

.block.toggleBlock .blockTitle svg {
    position: absolute;
    right: auto;
    left: -30px;
    bottom: -1px;
}

.homeMiddleSearch .headerTitleWrapper .headerTitle {
    font-size: 15px;
}

.homeMiddleSearch .headerTitleWrapper .headerTitle::after {
    right: 0;
    left: 29px;
}

.chb label span::before {
    margin-right: 10px;
}

.paginationContainer .pagination li.pag-prev a i{
    transform: scaleX(-1);
}
.paginationContainer .pagination li.pag-next a i{
    transform: scaleX(-1);
}

.modal .modal-dialog{
    text-align: left
}

.homeMiddleSearch .headerTitleWrapper .headerTitle{
    font-size: 15px;
}

.newsletter_form .form-group .zmdi-smartphone-android{
    left: 24px;
    right: auto;
}
.copyright #ham3d{
    float: right;
}
.copyright #ham3d p{
    left: auto;
    right: 2px;
}
.copyright #copyright{
    float: left;
}
.mobileMenu .masehMenu #mobileMenu li a:not(:only-child)::after,
.mobileMenu .masehMenu #mobileMenu li a:not(:only-child).hasChildren::after {
    left: auto;
    right: 17px;
}

.megaMenuTabs .tabs ul li a{
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.share_modal__content__col #cap_code_send_friend{
    top: 10px !important;
}


/* --------------------------------------------------- */


.categoryWrap{
    margin: 30px 0;
}

.categoryItem{
    background-color: #fff;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.categoryItem__image{
    text-align: center;
    position: relative;
}

.categoryItem__image img{
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}


.categoryItem__content{
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
}
.categoryItem__content--title{
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    transition: all 0.3s ease-in-out;
}

.categoryItem__content--tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 22px;
    background-color: #000;
    border-radius: 11px;
    font-size: 12px;
    color: #fff;
    transition: all 0.3s ease-in-out;

}
.paginationContainer .pagination li.pag-prev a {
    background-color: #bfbfbf;
    color: #fff;
  }
  .paginationContainer .pagination li.pag-next a {
    background-color: #bfbfbf;
    color: #fff;
  }

  .paginationContainer .pagination li.active a, .paginationContainer .pagination li:hover a {
    background: #d21113;
  }

  .categoryItem:hover{
    border-color: #d21113;
    transform: none !important;
  }

 
  .categoryItem:hover .categoryItem__content--title {
    color: #d21113;
  }

  .categoryItem:hover .categoryItem__content--tag {
    background-color: #d21113;
  }



  #category_page .category_page--sidebar{
    display: none;
  }
  #category_page .category_page--content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }

  #products > ul > li {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 10px;
  }

  #category_page .category_page--content.full-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 296px);
    flex: 0 0 calc(100% - 296px);
    max-width: calc(100% - 296px);
  }

  #products > ul.smallList li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    max-width: 25%;
  }
  .productFilterSec__head--filter{
    margin-left: 20px;
  }
  .productFilterSec__head--filter .filterShow {
    display: inline-block;
  }
  .productFilterSec__head--filter .filterHide {
    display: none;
  }
  
  .productFilterSec__head--filter.active .filterShow {
    display: none;
  }


  .productFilterSec__head--filter.active .filterHide {
    display: inline-block;
  }

  .search__filter__area{
    margin-top: 20px;
  }

  .filterColR{
    display: flex;
    align-items: center;
  
  }


  @media only screen and (max-width: 1199px) {
    #products > ul > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    #products > ul.smallList li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
      }
      .pageFilterWrapper{
        width: 100%;
        margin-top: 5px;
      }
  }

  @media only screen and (max-width: 991px) {
    .filterColR{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
      }
    
    #products > ul > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }
    #products > ul.smallList li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      #category_page .category_page--content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
      }
      #category_page .category_page--content.full-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 250px) !important;
        flex: 0 0 calc(100% - 250px) !important;
        max-width: calc(100% - 250px) !important;
      }
      
    }
    
    @media only screen and (max-width: 767px) {
        #category_page .category_page--sidebar {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
            padding-top: 10px;
            padding-left: 10px;
            padding-right: 10px;
            padding-bottom: 10px;
          }
        .sidebar_toggle_aside {
            -webkit-transition-property: all;
            transition-property: all;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            position: static !important;
            right: unset;
            top: unset;
            background: #fff;
            overflow-y: initial;
            height: auto;
            margin-bottom: 20px;
            z-index: 80;
          }
      #category_page .category_page--content.full-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
      }
    #products > ul > li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }

  }


  @media only screen and (max-width: 480px) {
  
  }

  .product__title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
  }
  @media only screen and (max-width: 1199px) {
    .categoryWrap .rowGrid .colGrid5{
      flex: 1 0 25%;
      max-width: 25%;
    }
  }

  @media only screen and (max-width: 991px) {
    .categoryWrap .rowGrid .colGrid5{
      flex: 1 0 33.33%;
      max-width: 33.33%;
    }
  }


  @media only screen and (max-width: 767px) {
    .categoryWrap .rowGrid .colGrid5{
      flex: 1 0 50%;
      max-width: 50%;
    }
  }





/* --------------------------------------- */


.product{
  border: none !important;
}

.product__title{
  text-align: center;
  padding-right: 0;
  padding-left: 0;
}
.product__price{
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
}

.product__price--old{
  margin-top: 10px;
}

.page_products{
  border: none !important;
  padding: 18px 0;
}

.block{
  border: none !important;
}
#products > ul > li .product{
  padding-top: 0;
  padding-bottom: 0;
}

#products > ul > li .product:hover .product__title{
  color: #d21113;
}

.prodBox__image--hover {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  opacity: 0;
  -webkit-animation: zoom-fade-out .5s ease 0s forwards;
  animation: zoom-fade-out .5s ease 0s forwards;
}

.prodBox__image{
  position: relative;
}

#products > ul > li .product:hover .prodBox__image--hover {
  -webkit-animation: fade-in-small .5s cubic-bezier(.26,.54,.32,1) 0s forwards;
  animation: fade-in-small .5s cubic-bezier(.26,.54,.32,1) 0s forwards;
}

#products > ul > li .product:hover .product__image .origin{
  transform: none !important;
}

#products > ul > li .product:hover{
  box-shadow: unset !important;
}

@keyframes zoom-fade-out {
  0% {
    opacity:1
  }
  100% {
    opacity:0
  }
}

@keyframes fade-in-small {
  0% {
    opacity:0
  }
  100% {
    opacity:1
  }
}

.generalBanners{
  display: block;
  margin: 20px 0;
}

.generalBanners img{
  width: 100%;
}



/* --------------------------------------------- */

#loginModal .loginArea__content{
  padding: 0 20px;
}

/* ---------------------descBox------------------------ */
.descBox {
    text-align: center;
    padding: 20px 30px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width : 767px) {
    .descBox {
        padding: 15px;
    }
}

.descBox.full .descBox__info {
    height: auto;
}

.descBox.full .descBox__btn--title1 {
    display: none;
}

.descBox.full .descBox__btn--title2 {
    display: inline-block;
}

.descBox.full .descBox__btn .zmdi-chevron-down {
    display: none;
}

.descBox.full .descBox__btn .zmdi-chevron-up {
    display: inline-block;
}

.descBox__title {
    width: 100%;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width : 767px) {
    .descBox__title {
        margin-bottom: 10px;
    }
}

.descBox__title .title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.descBox__info {
    height: 120px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    text-align: justify;
}

.descBox__btn {
    color: #000;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}

.descBox__btn--title1 {
    display: inline-block;
}

.descBox__btn--title2 {
    display: none;
}

.descBox__btn .zmdi-chevron-down {
    display: inline-block;
    margin-right: 5px;
}

.descBox__btn .zmdi-chevron-up {
    display: none;
    margin-right: 5px;
}

.descBox__info{
    height: auto;
}

.descBox__info.heightBox{
    height: 120px;
}
/* ---------------------descBox------------------------ */

.megaMenuTabs .megaMenuList>ul {
  height: 400px;
}

