@import "inner-style-programmer.css";



/* front styles */
.headerDrop__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}

.headerDrop__dropMenu {
    min-width: 256px;
    padding: 16px;
}

.headerDrop__dropMenu li a {
    padding-right: 0 !important;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;

    position: relative;

}

.headerDrop__dropMenu li a::after {
    content: "";
    position: absolute;
    width: 86%;
    height: 1px;
    background-color: #d9d9d9;
    bottom: 0;
    left: 0;

}

.headerDrop__dropMenu li:first-child a:after {
    content: none;
}

.headerDrop__dropMenu li:last-child a:after {
    content: none;
}

.headerDrop__dropMenu li a>svg {
    margin-left: 8px;
}

.topInfoLink {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

}

.registerUserInfo {
    display: flex;
    align-items: center;

}

.registerUserInfo svg {
    margin-left: 8px;
}

@media only screen and (max-width: 767px) {
    .headerDrop__btn {
        margin-left: 10px;
        margin-right: 10px;
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        min-width: 90px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .headerDrop__dropMenu {
        right: -40%;
    }

}


.globalBlcCategory ul li.moreLvl ul li a {
    margin-bottom: 10px;
}


/* front css */

.bannerTop img {
    width: 100%;
}

.brandImages {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    text-align: center;
}

.brandImages:hover {
    -webkit-box-shadow: 0 3px 6px #59a5d8;
    box-shadow: 0 3px 6px #59a5d8;
}

.brandsSlider .slick-slide {
    width: 173px;
    margin: 10px;

}

.brandsSlider .slick-slide img {
    width: 100%;
}

.bransList {
    margin-top: 20px;
}

.brandBoxes {
    width: 173px;
    margin: 20px auto;
}

.brandsWrap {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1199px) {

    .bransList .colGrid5 {
        flex: 1 0 25%;
        max-width: 25%;
    }
}

@media screen and (max-width: 991px) {
    .bransList .colGrid5 {
        flex: 1 0 33.33%;
        max-width: 33.33%;
    }

}

@media screen and (max-width: 767px) {

    .bransList .colGrid5 {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 480px) {

    .bransList .colGrid5 {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.itemTitle {
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
}

.itemTitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 120px;
    height: 2px;
    display: inline-block;
    background-color: #59a5d8;
}

.itemPost {
    margin-top: 10px;
}

.itemBrand {
    padding: 22px 30px;
    border-radius: 10px;
    background-color: rgba(89, 165, 216, .2);
    margin: 30px 0;
    display: flex;

}

.itemBrand__image {
    flex: 1 0 173px;
    max-width: 173px;
}

.itemBrand__content {
    flex: 1;
    max-width: 100%;
    margin-right: 20px;
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .itemBrand {
        margin: 20px 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .itemBrand__image {
        flex: 1;
        max-width: 100%;
    }

    .itemBrand__content {

        margin-right: 0;
        margin-top: 20px;
    }

    .productLogoBox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .itemTitle {
        font-size: 16px;
    }

}




/* ----------------------------------------------------- */
.registerHeaderBtn a {
    display: block;
    padding: 0 3px;
}

.registerHeaderBtn:hover a {
    color: #fff;
}

.modal-body .shopping,
.modal-body .checkout {
    line-height: 45px;
}




/* -----------------------------------------7/20------------------------------------- */
.orderInputBox {
    margin-bottom: 20px;
}


#products>ul>li {
    position: relative;
}

.discountFormBox {
    display: flex;
    align-items: center;

}

.discountFormBox__btn {
    margin-right: 10px;
}


@media screen and (max-width:567px) {
    .discountFormBox__btn {
        padding: 0;
        min-width: 60px;
    }

}

.megaMenu {
    min-width: 100% !important;

}

.megaMenu .tab-content {
    min-width: 100% !important;
}

@media only screen and (min-width: 1361px) {
    .megaMenu .tab-content {
        min-width: 100% !important;

    }

}

/* -----------------------------------------7/20------------------------------------- */



.likedProducts {
    border: 1px solid #d9d9d9;
}




/* ----------------------------------- */

.footerSocialIconBoxes {
    display: inline-flex;
    align-items: center;
}

.footerSocialIconBoxes .ftData__btn {
    margin-left: 10px;
}

.ft .ftData__btn svg path {
    fill: #1f3c58;
}

.ft .ftData__btn:hover svg path {
    fill: #fe7201;
}

@media screen and (max-width:567px) {
    .footerSocialIconBoxes .ftData__btn {
        width: 112px;
        padding: 0 10px;
    }
}

.pcInfo>header>h3 {
    font-weight: bold !important;
}

.pcInfo__detail--data {
    color: #000
}


@media only screen and (max-width: 800px) {
    .productContent__chart {
        display: none;
    }
}




/* ------------------------------------------------ */


.product__title {
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.generalSliderWrapper__header2 {
    position: relative;
}

.generalSliderWrapper__header2--seeAll {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    top: 1.5px;
    padding-right: 20px;
    padding-left: 20px;
    z-index: 2;
    transition: all 0.3s ease;
}

.generalSliderWrapper__header2--seeAll:hover {
    color: #FE7201;
}

.generalSliderWrapper__header2--seeAll i {
    margin-right: 10px;
}

.visible-mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .headerTitle .title {
        padding-left: 5px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 567px) {
    .generalSliderWrapper__header2--seeAll {
        top: 50%;
        margin-top: -5px;
        padding: 0 5px;
    }

    .hide-mobile {
        display: none;
    }

    .visible-mobile {
        display: flex;
    }

    .headerTitle .title {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.compareView .chb label {
    font-size: 11px
}

.compareView .chb label span::before {
    font-size: 17px !important;
}

@media only screen and (max-width: 991px) {

    .sliderTabSec__header .tabs>ul {
        justify-content: start !important
    }
}



.itemFormWrapper {
    background-color: #f2f2f2;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

.itemForm .itemForm__title {
    background-color: #f2f2f2;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 0;
}

@media only screen and (max-width: 991px) {
    .itemForm {
        background-color: #f2f2f2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .itemFormWrapper {
        padding: 0;
        border-radius: 0;
    }
}
.itemForm__form{
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .itemForm__form {
        margin-top: 20px;
    }

    .itemForm__info {
        font-size: 12px;
    }

    .itemForm__form button {
        height: 40px;
    }

    .itemForm__form input {
        font-size: 11px;
        height: 40px;
    }
}


.pc__product--name {
    height: 72px !important;
}

/* ---------------------------- */

.map_modal{
    z-index: 1000;
}


.mapModalLayer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0,.5);
    display: none;
}

.closeSearchModal {
    position: absolute;
    left: 30px;
    top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    z-index: 5;
    color: #fff;
  }
  .closeSearchModal svg {
    margin-right: 12px;
  }

  .faqPage {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faqLink {
    margin-top: 30px;
  }
  .faqLink li {
    margin-bottom: 20px;
  }
  .faqLink li a {
    background-color: #fff;
    position: relative;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 20px;
    border: 0;
    border-radius: 0;
  }
  .faqLink li a img {
    margin-left: 15px;
  }
  .faqLink li a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
  }

  .faqView {
    margin-top: 30px;
  }
  .faqView .faq-item {
    padding: 20px 30px;
    border-top: 1px solid #d9d9d9;
    position: relative;
  }
  .faqView .faq-item:last-child {
    border-bottom: 1px solid #d9d9d9;
  }

  .faqView .faq-item .question {
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    padding: 0 0 0 40px;
    margin: 0;
    cursor: pointer;
    position: relative;
  }
  .faqView .faq-item .answer {
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    display: none;
    padding: 0;
    margin: 15px 0 0 0;
  }
  .faqView .faq-item .question::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    background-position: 0 -9px;
    height: 15px;
    width: 9px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    left: 0;
    background-image: url(../../fa/img/icons-s797bea843c.png);
    background-repeat: no-repeat;
  }

  .faqView .faq-item.open .question::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .faqView .faq-item.open {
    background-color: #fff;
    border-top-color: #000;
  }

  .faqView .faq-item.open::before {
    background-color: #000;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
  }
  #slideshow{
    border-radius: 0;
  }
  #slideshow .slideshowSlideItem img{
    width: 100%;
 
  }

.promotion-products .promotionProductLists{
    justify-content: center;
}


  @media only screen and (max-width: 767px) {
    .telHeader {
      display: flex !important;
    }
  }


  .filter-href{
      direction: ltr
  }

  .ordersTable table tr th{
    background-color: #1f3d59 !important;
  }

  .userPanelInfo{
    min-height: 800px;
  }





  /* -------------------------------------- */

.pollsPage .pollsPage__wrap{
    margin-bottom: 40px;
    padding: 30px;
    border-radius: 10px;
    background-color: #fff;
}

.pollsPage__btnWrap{
    margin-top: 10px;
}

.pollsPage__wrap--headTitle{
    font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
    .pollsPage .pollsPage__wrap{
   
        padding: 20px;
      
    }
  }
  @media only screen and (max-width: 767px) {
    .pollsPage .pollsPage__wrap{
   
        margin-bottom: 10px;
        padding: 15px;
      
    }
    .pollsPage__wrap--headTitle{
       margin-top: 0 !important;
    }
    element {
    }
    @media only screen and (max-width: 767px) {
      .pollsPage__wrap--headTitle {
        margin-top: 0 !important;
        font-size: 14px;
    
      }
      
    }
 
  }