.header-relatedProducts ul li button{

        display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 5px !important;
    height: 40px !important;
    background-color: #d9d9d9 !important;
    border-radius: 10px !important;
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    cursor:pointer;
    border: none !important;
    min-width: 170px !important;
}
.header-relatedProducts ul li button.active{
    color: #fff !important;
    background-color: #FC7323 !important;
    border: none !important;
}
.header-relatedProducts p{
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
.header-relatedProducts ul  {
        margin-right: 0 !important;
        display: flex !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .header-relatedProducts ul li {
        padding: 0 !important;
    }
}
.innerProductBoxTabsWrapper .innerProductBoxTabsWrapper__tabs ul li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 5px !important;

    height: 40px !important;
    background-color: #d9d9d9 !important;
    border-radius: 10px !important;
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    border: none !important;
    min-width: 170px !important;

}




.innerProductBoxTabsWrapper .innerProductBoxTabsWrapper__tabs ul li.active a {
    color: #fff !important;
    background-color: #FC7323 !important;
    border: none !important;
}


.innerProductBoxTabsWrapper .innerProductBoxTabsWrapper__tabs ul li a:hover {
    color: #fff !important;
    background-color: #FC7323 !important;
    border: none !important;
}





.opaque {
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

.hidden {
    display: none
}

.modal#galleryModal {
    padding-top: 0
}

.modal#galleryModal .modal-title {
    padding-right: 20px
}

.modal#galleryModal .modal-content .modal-body {
    padding: 0
}

.modal#galleryModal .galleryModal_content {
    position: relative
}

.modal#galleryModal .galleryModal_content #gallery_modal_left {
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

@media only screen and (max-width: 480px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_left {
        width:150px
    }
}

@media only screen and (max-width: 414px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_left {
        width:100px
    }
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left {
    height: calc(100vh - 220px)
}

@media all and (orientation: landscape) and (max-height:700px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left {
        height:450px
    }
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left .tabs {
    position: relative
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left .tabs:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #ececec;
    right: 19px;
    top: 0;
    position: absolute
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul {
    padding-right: 20px
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li {
    text-align: center;
    border-bottom: 1px solid #ececec;
    position: relative
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li:first-child {
    border-top: 1px solid #ececec
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li:last-child {
    border-bottom: 1px solid #ececec
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li:after {
    content: '';
    right: -14px;
    top: 50%;
    margin-top: -13px;
    position: absolute;
    display: none;
    z-index: 2
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li a {
    width: 100%;
    display: block;
    height: 100%;
    padding: 10px
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li a img {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    filter: alpha(Opacity=70);
    opacity: .7
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li.active a img {
    filter: alpha(enabled=false);
    opacity: 1
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left ul li.active:after {
    display: block
}

.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left .slimScrollBar,.modal#galleryModal .galleryModal_content #gallery_modal_left .gallery_modal_left .slimScrollRail {
    display: block!important
}

.modal#galleryModal .galleryModal_content #gallery_modal_right {
    width: 100%;
    padding-right: 20px;
    padding-left: 200px;
    float: right;
    position: relative;
    display: table;
    table-layout: fixed
}

@media only screen and (max-width: 480px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_right {
        padding-left:150px
    }
}

@media only screen and (max-width: 414px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_right {
        padding-left:100px
    }
}

.modal#galleryModal .galleryModal_content #gallery_modal_right .gallery_modal_right {
    height: calc(100vh - 220px);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    width: 100%
}

.modal#galleryModal .galleryModal_content #gallery_modal_right .gallery_modal_right video {
    width: 75%
}
@media all and (orientation: landscape) and (max-height:700px) {
    .modal#galleryModal .galleryModal_content #gallery_modal_right .gallery_modal_right {
        height:450px;
        display: block
    }

    .modal#galleryModal .galleryModal_content #gallery_modal_right .gallery_modal_right img {
        height: 400px;
        margin-top: 25px
    }
}

.btn {
    border-radius: 10px !important;
}


.products__comments h5:after,
.expert__state__box__desc .comment__send__btn:after,
#single__tab1__sections .single__article__section .single__article__section__title span:before,
.faq__area h5:after,
.single_tab_content .tab-content .single_tab2 h3:before,
.suppliers__area h4:before,
.single__product__gallery-deal .single__product__gallery--special-deal:after,
.single__product__attributes .single__product__param__top:before,
.single__product__attributes .single__product__config .single__product__add .single__product__add--basket:after,
.single__product__guarantee:before,
.show__all__suppliers:after {
    display: inline-block;
    font-family: "Material-Design-Iconic-Font";
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
}


#single__product {
    background-color: #fff;
    box-shadow: 0px 12px 12px 0px rgba(180, 179, 180, 0.11);
    border: 1px solid #d9d9d9;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 45px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    #single__product {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width : 991px) {
    #single__product {
        display: block;
    }
}

.single__product {
    margin-top: 10px;
}

.single__product__info {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding: 10px 40px 0px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

@media only screen and (max-width: 1500px) {
    .single__product__info {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .single__product__info {
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        padding: 0 20px 20px 20px;
        background: #fdfdfd;
    }
}

.single__product__gallery {
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    flex-basis: 400px;
    -ms-flex-preferred-size: 480px;
    flex-basis: 480px;
}

@media only screen and (max-width: 1500px) {
    .single__product__gallery {
        -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    }
}

@media only screen and (max-width: 1199px) {
    .single__product__gallery {
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
    }
}


.single__product__headline {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 10px;
    display: -ms-flexbox;
    display: flex;
    min-height: 85px;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width : 991px) {
    .single__product__headline {
        min-height: 0;
        padding-top: 10px;
        padding-bottom: 0;
    }
}

.single__product__headline h1 {
    line-height: 2;
    color: #000;
    font-size: 19px;
    font-weight: bold;
}

@media only screen and (max-width : 991px) {
    .single__product__headline h1 {
        font-size: 15px;
    }

    .single__product__headline h1 span {
        font-size: 11px;
        text-align: left;
    }
}

.single__product__headline h1 span {
    color: #A5A5A5;
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-top: 8px;
}

.single__product__headline .rate_cnt {
    margin-right: auto;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #676767;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.692;
}

@media only screen and (max-width : 991px) {
    .single__product__headline .rate_cnt {
        margin-right: 0;
        align-self: flex-end;
    }
}

.single__product__headline .rate_cnt .img__cnt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 18px;
    position: relative;
    direction: ltr;
    width: 50px;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 7px;
}

@media only screen and (max-width : 991px) {
    .single__product__headline .rate_cnt .img__cnt {
        display: inline-block;
    }
}

.single__product__headline .rate_cnt b {
    display: block;
    font-weight: 300;
}

@media only screen and (max-width : 991px) {
    .single__product__headline .rate_cnt b {
        display: inline-block;
    }
}

.single__product__attributes {
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    transition-property: all;
    transition-duration: 0.3s;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width : 991px) {
    .single__product__attributes {
        display: block;
    }
}

.single__product__attributes .single__product__config {
    min-height: 300px;
    padding: 15px 0 0 20px;
    max-width: unset;
    -ms-flex-positive: 0.9;
    flex-grow: 0.9;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex: 1 0 480px;
    flex: 1 0 480px;
    /* max-width: 700px; */
    margin-left: 20px;
    border-left: 1px solid #f1f2f4;
}

@media only screen and (max-width: 1199px) {
    .single__product__attributes .single__product__config {
        -ms-flex: 1 0 320px;
        flex: 1 0 320px;
    }
}

@media only screen and (max-width : 991px) {
    .single__product__attributes .single__product__config {
        max-width: 100%;
        padding: 15px 0 0 0;
    }
}

.single__product__attributes .single__product__config .single__product__directory {
    margin: 0 0 15px;
    color: #515151;
    font-size: 12px;
    font-weight: 300;
}

.single__product__attributes .single__product__config .single__product__directory ul {
    margin-right: 0;
    list-style: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
}

.single__product__attributes .single__product__config .single__product__directory ul li {
    margin-right: 35px;
    display: inline-block;
}

.single__product__attributes .single__product__config .single__product__directory ul li:first-child {
    margin-right: 0;
}

.single__product__attributes .single__product__config .single__product__directory ul li a {
    font-weight: bold;
    color: #000;
}

.single__product__attributes .single__product__config .single__product__directory ul li b {
    font-weight: bold;
    color: #000;
}

.single__product__attributes .single__product__config .single__product__variants {
    margin: 20px 0 10px;
    color: #515151;
    vertical-align: top;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.692;
    display: block;
}

@media only screen and (max-width : 480px) {
    .single__product__attributes .single__product__config .single__product__variants {
        display: block;
    }
}

.single__product__attributes .single__product__config .single__product__variants>b {
    display: -ms-flexbox;
    display: flex;
    font-size: inherit;
    color: inherit;
    padding-left: 20px;
    color: #515151;
    font-weight: 300;
    font-size: 12px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    white-space: nowrap;
    min-width: 85px;
}

@media only screen and (max-width : 480px) {
    .single__product__attributes .single__product__config .single__product__variants>b {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        clear: both;
        padding-left: 0;
    }
}

.single__product__attributes .single__product__config .single__product__variants ul {
    margin-right: -8px;
    list-style: none;
    padding: 0;
    display: inline-block;
    max-width: calc(100% - 85px);
}

@media only screen and (max-width : 480px) {
    .single__product__attributes .single__product__config .single__product__variants ul {
        display: block;
        width: 100%;
        clear: both;
        max-width: 100%;
    }
}

.single__product__attributes .single__product__config .single__product__variants ul li {
    margin: 0 8px 8px 0;
    display: inline-block;
}

.single__product__attributes .single__product__config .single__product__variants ul li label {
    position: relative;
    margin-bottom: 0;
}

.single__product__attributes .single__product__config .single__product__variants ul li label input {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    opacity: 0;
    cursor: pointer;
}

.single__product__attributes .single__product__config .single__product__variants ul li label input:checked~b {
    border-color:   #FC7323;
}

.single__product__attributes .single__product__config .single__product__variants ul li label b {
    height: 33px;
    line-height: 30px;
    display: block;
    border: 1px solid #DDD;
    min-width: 95px;
    border-radius: 4px;
    padding-right: 5px;
    padding-left: 5px;
    color: #515151;
    font-size: 12px;
    font-weight: 300;
    transition-property: all;
    transition-duration: 0.3s;
}

.single__product__attributes .single__product__config .single__product__variants ul li label b span {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-left: 10px;
    border-radius: 4px;
}

.single__product__guarantee {
    /* margin: 10px 0 15px; */
    color: #515151;
    font-size: 13px;
    font-weight: 300;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.single__product__guarantee:before {
    content: "ï‡‡";
    font-size: 20px;
    display: inline-block;
    margin-left: 10px;
    color:   #FC7323;
    vertical-align: middle;
}

.single__product__attributes .single__product__config .single__product__items {
    padding-top: 20px;
    padding-bottom: 15px;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    min-height: 100px;
    margin-bottom: 20px;
}

.single__product__attributes .single__product__config .single__product__items ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single__product__attributes .single__product__config .single__product__items ul li {
    margin-bottom: 5px;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
    padding-left: 40px;
    color: #525252;
    font-size: 15px;
    font-weight: 300;
}

@media only screen and (max-width: 1199px) {
    .single__product__attributes .single__product__config .single__product__items ul li {
        font-size: 13px;
        padding-left: 20px;
    }
}

@media only screen and (max-width : 480px) {
    .single__product__attributes .single__product__config .single__product__items ul li {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.single__product__attributes .single__product__config .single__product__items ul li:before {
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background-color:   #FC7323;
    border-radius: 50%;
    margin-left: 5px;
    content: "";
}

.single__product__attributes .single__product__config .single__product__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 380px;
    padding-top: 10px;
}

.single__product__attributes .single__product__config .single__product__price .single__product__price__in {
    line-height: 28px;
    color: #EA5F53;
}

.single__product__attributes .single__product__config .single__product__price .single__product__price__in>b {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    color: #525252;
    font-size: 14px;
}

.single__product__attributes .single__product__config .single__product__price .single__product__price__in del {
    min-width: 100px;
    padding-left: 10px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #ACACAC;
    text-decoration: line-through;
}

@media only screen and (max-width: 1199px) {
    .single__product__attributes .single__product__config .single__product__price .single__product__price__in del {
        display: block;
        width: 100%;
    }
}

.single__product__attributes .single__product__config .single__product__price .single__product__price__in .single__product__price--new {
    font-size: 31px;
}

@media only screen and (max-width: 1500px) {
    .single__product__attributes .single__product__config .single__product__price .single__product__price__in .single__product__price--new {
        font-size: 26px;
    }
}

.single__product__attributes .single__product__config .single__product__price .single__product__price__in .single__product__price--currency {
    font-size: 22px;
    margin-right: 5px;
}

@media only screen and (max-width: 1500px) {
    .single__product__attributes .single__product__config .single__product__price .single__product__price__in .single__product__price--currency {
        font-size: 18px;
    }
}

.single__product__attributes .single__product__config .single__product__price .single__product__price--offer {
    font-size: 19px;
    line-height: 32px;
    margin-right: auto;
    background-color: #EA5F53;
    color: #fff;
    border-radius: 20px;
    letter-spacing: 0.5px;
    position: relative;
    height: 32px;
    padding: 0 20px;
    top: 2px;
}

.single__product__attributes .single__product__config .single__product__price .single__product__price--offer:before {
    position: absolute;
    bottom: 100%;
    right: 15px;
    font-size: 13px;
    line-height: 22px;
    color: #7F7F7F;
    content: attr(data-title);
}

.single__product__attributes .single__product__config .single__product__price .single__product__price--offer[data-title] {
    margin-top: 22px;
}

@media only screen and (max-width: 1199px) {
    .single__product__attributes .single__product__config .single__product__price .single__product__price--offer[data-title] {
        margin-top: 57px;
    }
}

.single__product__attributes .single__product__config .single__product__price> :not(:first-child) {
    margin-right: 15px;
}

.single__product__attributes .single__product__config .single__product__add {
    margin-top: 10px;
    white-space: nowrap;
    position: relative;
    padding-bottom: 45px;
    display: -ms-flexbox;
    display: flex;
}

.single__product__attributes .single__product__config .single__product__add .btn {
    background-color:   #FC7323;
    border-color:   #FC7323;
    color: #ffffff;
}

.single__product__attributes .single__product__config .single__product__add .btn svg {
    fill: #fff;
    vertical-align: middle;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    margin-left: 5px;
}

@media only screen and (max-width: 1199px) {
    .single__product__attributes .single__product__config .single__product__add {
        display: block;
    }
}

@media only screen and (max-width : 991px) {
    .single__product__attributes .single__product__config .single__product__add {
        display: flex;
    }
}

@media only screen and (max-width : 991px) {
    .single__product__attributes .single__product__config .single__product__add {
        padding-bottom: 0;
    }
}

@media only screen and (max-width : 480px) {
    .single__product__attributes .single__product__config .single__product__add {
        display: block;
    }
}

.single__product__attributes .single__product__config .single__product__add .single__product__add--basket {
    -ms-flex-align: center;
    align-items: center;
    float: right;
    margin-left: 20px;
    width: 380px;
    transition-property: all;
    transition-duration: 0.3s;
    max-width: 100%;
    height: 55px;
    border: 1px solid #B78122;
    padding: 8px 80px 10px 10px;
    position: relative;
    background-color:   #FC7323;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

@media only screen and (max-width: 1500px) {
    .single__product__attributes .single__product__config .single__product__add .single__product__add--basket {
        width: 220px;
        font-size: 14px;
        padding-right: 70px;
        margin-left: 10px;
        padding-top: 14px;
    }
}

@media only screen and (max-width: 1199px) {
    .single__product__attributes .single__product__config .single__product__add .single__product__add--basket {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width : 991px) {
    .single__product__attributes .single__product__config .single__product__add .single__product__add--basket {
        margin-left: 20px;
    }
}

@media only screen and (max-width : 480px) {
    .single__product__attributes .single__product__config .single__product__add .single__product__add--basket {
        font-size: 13px;
        padding-top: 16px;
        width: 100%;
    }
}

.single__product__attributes .single__product__config .single__product__add .single__product__add--basket:before {
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    content: "";
    height: 90px;
    width: 120px;
    right: -55px;
    position: absolute;
    top: -20px;
    background-color: #fff;
    opacity: 0.21;
    border-radius: 100%;
}

.single__product__attributes .single__product__config .single__product__add .single__product__add--basket:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px;
    color: #fff;
    font-size: 30px;
    content: "ï‡Š";
}

.single__product__attributes .single__product__config .single__product__add .single__product__add--basket:hover:before {
    width: 900px;
    height: 900px;
    right: 0;
    top: -450px;
    transform: unset;
}

.single__product__attributes .single__product__config .single__product__add .single__product__add--delivery {
    -ms-flex-align: center;
    align-items: center;
    float: right;
    width: 310px;
    transition-property: all;
    transition-duration: 0.3s;
    max-width: 100%;
    height: 55px;
    border: 1px solid #666666;
    padding: 8px 80px 10px 10px;
    position: relative;
    background-color: #999999;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}

@media only screen and (max-width: 1500px) {
    .single__product__attributes .single__product__config .single__product__add .single__product__add--delivery {
        width: 210px;
        padding-top: 14px;
        padding-right: 70px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 1199px) {
    .single__product__attributes .single__product__config .single__product__add .single__product__add--delivery {
        width: 100%;
        margin-bottom: 10px;
        margin: 0;
    }
}

@media only screen and (max-width : 480px) {
    .single__product__attributes .single__product__config .single__product__add .single__product__add--delivery {
        font-size: 13px;
        padding-top: 16px;
        width: 100%;
    }
}

.single__product__attributes .single__product__config .single__product__add .single__product__add--delivery:before {
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    content: "";
    height: 90px;
    width: 120px;
    right: -55px;
    position: absolute;
    top: -20px;
    background-color: #fff;
    opacity: 0.21;
    border-radius: 100%;
}

.single__product__attributes .single__product__config .single__product__add .single__product__add--delivery:hover:before {
    width: 900px;
    height: 900px;
    right: 0;
    top: -450px;
    transform: unset;
}

.single__product__attributes .single__product__params {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 263px;
    flex: 0 0 263px;
    /* flex-basis: 259px;
    flex-basis: 263px; */
    margin-right: auto;
    padding: 12px 0 12px;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 300px;
    /* -ms-flex-preferred-size: 263px;
    flex-basis: 245px; */
    align-content: baseline;
}

@media only screen and (max-width: 1199px) {
    .single__product__attributes .single__product__params {
        flex-basis: 200px;
    }
}

@media only screen and (max-width : 991px) {
    .single__product__attributes .single__product__params {
        display: block;
        width: 100%;
        clear: both;
        min-height: 0;
    }
}

.single__product__attributes .single__product__param__top {
    display: block;
    background-color: #FFF;
    border: 1px solid #F5F5F5;
    border-radius: 10px;
    padding: 15px;
    font-size: 12px;
    color: #1CA2BD;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .single__product__attributes .single__product__param__top {
        padding: 10px;
    }
}

.single__product__attributes .single__product__param__top:before {
    vertical-align: middle;
    display: inline-block;
    margin-left: 15px;
    font-size: 38px;
    content: "ï‡”";
    color: #CBCBCB;
}

@media only screen and (max-width: 1199px) {
    .single__product__attributes .single__product__param__top:before {
        font-size: 24px;
        margin-left: 5px;
    }
}

.single__product__attributes .single__product__spec {
    /*flex: 1 0 auto;*/
}

.single__product__attributes .single__product__spec h6 {
    color: #535353;
    font-size: 14px;
    margin-bottom: 13px;
    font-weight: normal;
}

.single__product__attributes .single__product__spec ul li {
    margin-bottom: 5px;
    color: #535353;
    position: relative;
    font-size: 11px;
    padding-right: 15px;
}

.single__product__attributes .single__product__spec ul li:after {
    position: absolute;
    right: 0;
    top: 7px;
    background-color: #CBCBCB;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    display: block;
}

.single__product__attributes .single__product__spec .single__product__spec--more {
    color: #1CA2BD;
    font-size: 12px;
    font-weight: 300;
    transition-property: all;
    transition-duration: 0s;
    padding-right: 15px;
    position: relative;
    display: block;
}

.single__product__attributes .single__product__spec .single__product__spec--more span {
    font-size: 0;
}

.single__product__attributes .single__product__spec .single__product__spec--more:after {
    position: absolute;
    right: 0;
    top: 2px;
    content: "+";
    font-size: 12px;
}

.single__product__attributes .single__product__spec .single__product__spec--more.active {
    font-size: 0;
}

.single__product__attributes .single__product__spec .single__product__spec--more.active span {
    font-size: 12px;
}

.single__product__attributes .single__product__spec .single__product__spec--more.active:after {
    top: -2px;
    content: "_";
}

.single__product__feature {
    border-top: 1px solid #f1f2f4;
    width: 100%;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: auto;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
}

@media only screen and (max-width: 1199px) {
    .single__product__feature {
        display: none;
    }
}

.single__product__feature .home__top__slug {
    width: 100%;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
}

.single__product__feature .home__top__slug ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single__product__feature .home__top__slug ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
    margin: 0 3px;
}

.single__product__feature .home__top__slug ul li .img_cnt {
    line-height: 96px;
    display: inline-block;
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single__product__gallery__in {
    position: relative;
    height: 100%;
    border-left: 1px solid #f1f2f4;
}

.single__product__gallery__in .single__product__gallery__in__item {
    display: -ms-flexbox;
    display: flex;
    height: calc(100% - 100px);
    padding: 17px 0;
}

.single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options {
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    list-style: none;
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    margin-right: 19px;
    z-index: 2;
}

@media only screen and (max-width : 991px) {
    .single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options {
        margin-right: 10px;
    }
}

@media only screen and (max-width : 767px) {
    .single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options {
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
    }
}

.single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li {
    display: block;
    margin-top: 10px;
    position: relative;
}

.single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li.is-diviter {
    margin-top: auto;
    margin-bottom: 10px;
}

@media only screen and (max-width : 991px) {
    .single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li.is-diviter {
        display: none;
    }
}

.single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li>a {

    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    text-align: center;
    line-height: 28px;
    position: relative;
}

@media only screen and (max-width : 767px) {
    .single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li>a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

.single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li>a i {
    color: #666;
    font-size: 23px;
    line-height: 28px;
}

@media only screen and (max-width : 767px) {
    .single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li>a i {
        font-size: 25px;
        line-height: 40px;
    }
}

.single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li>a i.zmdi-play {
    font-size: 23px;
}

@media only screen and (max-width : 767px) {
    .single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li>a i.zmdi-play {
        font-size: 23px;
    }
}

/* .single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li:last-child {
    margin-top: 0;
} */

@media only screen and (max-width : 991px) {
    .single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__options>li:last-child {
        display: none;
    }
}

.single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__img {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__img img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    min-height: 100px;
    min-width: 101px;
    /* max-width: 85%;
    max-height: 85%; */
    vertical-align: top;
    display: block;
    margin: 0 auto;
    height:400px;
}

.single__product__gallery__in .single__product__gallery__in__items {
    border-top: 1px solid #f1f2f4;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0 27px;
}

@media only screen and (max-width : 991px) {
    .single__product__gallery__in .single__product__gallery__in__items {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
}

.single__product__gallery__in .single__product__gallery__in__items>.item {
    height: 68px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    padding: 0 10px;
    position: relative;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width : 991px) {
    .single__product__gallery__in .single__product__gallery__in__items>.item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.single__product__gallery-deal {
    background: #FDEFED;
    border-left: 1px solid #F8CDCA;
    padding: 10px 34px 10px 30px;
    box-shadow: 0 -1px 0 #ffcdd3, 1px 0 0 #ffcdd3;
    position: relative;
    min-height: 63px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width : 991px) {
    .single__product__gallery-deal {
        padding: 10px;
        min-height: 50px;
        flex-direction: column;
    }

    .single__product__gallery-deal .single__product__gallery--special-deal {
        padding: 3px 0 0 0 !important;
    }

    .single__product__gallery-deal .single__product__gallery--special-deal::after {
        margin: 0;
    }
}

.single__product__gallery-deal .single__product__gallery--special-deal {
    padding: 3px 24px 0 0;
    color: #ff0000;
    font-size: 24px;
    vertical-align: middle;
}

.single__product__gallery-deal i {
    font-size: 22px;

    color: red;
    display: inline-block;
    margin-right: 7px;
    /* vertical-align: middle; */
}

.single__product__gallery-deal:not(.u-hidden)+.single__product__gallery__in {
    border-left: 1px solid #ffcdd3;
    box-shadow: 1px 0 0 #ffcdd3, 0 1px 0 #ffcdd3;
    height: calc(100% - 96px);
}

@media only screen and (max-width : 991px) {
    .single__product__gallery-deal:not(.u-hidden)+.single__product__gallery__in {
        border-bottom: 1px solid #ffcdd3;
    }
}

.suppliers__area {
    margin-bottom: 20px;
}

.suppliers__area h4 {
    margin-bottom: 20px;
    font-size: 17px;
    color: #515151;
    font-weight: normal;
}

.suppliers__area h4:before {
    content: "ï‡”";
    font-size: 38px;
    display: inline-block;
    color: #CBCBCB;
    vertical-align: middle;
    margin-left: 10px;
}

@media only screen and (max-width : 767px) {
    .suppliers__area h4 {
        font-size: 14px;
    }
}


.c-table-suppliers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #333333;
}

.c-table-suppliers__cell,
.c-table-suppliers__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.c-table-suppliers__row {
    width: 100%;
}

.c-table-suppliers__row:nth-child(2n) {
    background-color: #FCFCFC;
}

.c-table-suppliers__cell {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 20px 30px;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 1400px) {
    .c-table-suppliers__cell {
        padding: 10px;
    }
}

.c-table-suppliers__cell--title {
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    width: 320px;
    text-align: right !important;
    justify-content: right !important;
    padding: 20px 30px;
}

@media only screen and (max-width: 1400px) {
    .c-table-suppliers__cell--title {
        padding: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .c-table-suppliers__cell--title {
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        width: 220px;
    }
}

.c-table-suppliers--summary .c-table-suppliers__head {
    margin-bottom: 15px;
}

.c-table-suppliers--summary .c-table-suppliers__head .c-table-suppliers__cell {
    background: #666666;
    border-right: 1px solid #767676;
    color: #fff;
    font-size: 14px;
    -ms-flex-pack: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    font-weight: normal;
    padding: 12px 20px;
}

@media only screen and (max-width: 1400px) {
    .c-table-suppliers--summary .c-table-suppliers__head .c-table-suppliers__cell {
        padding: 10px;
    }
}

.c-table-suppliers--summary .c-table-suppliers__head .c-table-suppliers__cell.c-table-suppliers__cell--title {
    padding: 12px 30px;
}

@media only screen and (max-width: 1400px) {
    .c-table-suppliers--summary .c-table-suppliers__head .c-table-suppliers__cell.c-table-suppliers__cell--title {
        padding: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .c-table-suppliers--summary .c-table-suppliers__head .c-table-suppliers__cell.c-table-suppliers__cell--title {
        font-size: 12px;
        padding: 10px;
    }
}

.c-table-suppliers--summary .c-table-suppliers__head .c-table-suppliers__cell:last-child {
    border-left: 1px solid #666666;
}

.c-table-suppliers__cell--conditions {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    text-align: center;
}

@media only screen and (max-width: 1400px) {
    .c-table-suppliers__cell--conditions {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
}

.c-table-suppliers__cell--conditions i {
    font-size: 23px;
    vertical-align: middle;
    margin-left: 10px;
    color:   #FC7323;
;
}

.c-table-suppliers__cell--guarantee {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
}

.c-table-suppliers__cell--action {
    -ms-flex-preferred-size: 20.7%;
    flex-basis: 20.7%;
    max-width: 320px;
}

.c-table-suppliers__cell--action .btn {
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.c-table-suppliers__cell--action .btn i {
    position: relative;
    top: 5px;
    font-size: 26px;
    display: inline-block;
    margin-left: 4px;
}

@media only screen and (max-width: 1199px) {
    .c-table-suppliers__cell--action .btn i {
        top: 9px;
    }
}

.c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell {
    border-right: 1px solid #ECECEC;
}

.c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell:last-child {
    border-left: none;
}

.c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell--guarantee {
    font-size: 13px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #333;
    font-weight: 300;
    text-align: center;
}

.c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell--guarantee p {
    width: 100%;
}

.c-table-suppliers__cell--price {
    -ms-flex-preferred-size: 16.5%;
    flex-basis: 16.5%;
    -ms-flex-pack: center;
    justify-content: center;
    color: #76787A;
    font-size: 27px;
}

@media only screen and (max-width: 1199px) {
    .c-table-suppliers__cell--price {
        font-size: 22px;
    }
}

.c-table-suppliers__cell--price span {
    font-size: 18px;
}

.c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell--conditions {
    font-size: 13px;
    font-weight: 300;
    color: #515151;
    text-align: center;
}

.c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell--conditions p {
    width: 100%;
}

.c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell--conditions a {
    color: #515151;
}

.c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell--title {
    font-size: 17px;
    color: #1CA2BD;
    border-right: none;
}

@media only screen and (max-width: 1199px) {
    .c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell--title {
        font-size: 14px;
    }
}

.c-table-suppliers--main .c-table-suppliers__body .c-table-suppliers__cell--title a {
    color: #000;
}

.show__all__suppliers {
    background-color: #FFFFFF;
    height: 55px;
    line-height: 55px;
    color: #000;
    font-size: 15px;
    display: block;
    border-top: 1px solid #ECECEC;
    transition-property: background;
    transition-duration: 0.3s;
    text-align: center;
}

.show__all__suppliers span {
    font-size: 0;
}

.show__all__suppliers:after {
    font-size: 21px;
    content: "ï‹¹";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
    transition-property: all;
    transition-duration: 0.3s;
}

.show__all__suppliers.active {
    font-size: 0;
}

.show__all__suppliers.active:after {
    transform: rotate(180deg);
}

.show__all__suppliers.active span {
    font-size: 15px;
}

#suppliers__area {
    background-color: #fff;
}

@media only screen and (max-width : 991px) {
    #suppliers__area {
        overflow-y: hidden;
        overflow-x: scroll;
    }

    #suppliers__area .c-box {
        width: 1100px;
    }
}

.single_tab {
    width: 100% !important;
    overflow: visible;
}

.single_tab .tabs {
    transition-property: all;
    transition-duration: 0.3s;
    background: #F8F8F8;
    width: 100%;
    float: right;
    clear: both;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
}

@media only screen and (max-width : 767px) {
    .single_tab .tabs {
        margin-bottom: 0;
    }
}

.single_tab .tabs ul li {
    transition-property: all;
    transition-duration: 0.3s;
    float: right;
}

@media only screen and (max-width : 567px) {
    .single_tab .tabs ul li {
        margin-left: 10px;
    }
}

@media only screen and (max-width : 567px) and (max-width : 480px) {
    .single_tab .tabs ul li {
        margin-left: 0;
    }
}

@media only screen and (max-width : 567px) {
    .single_tab .tabs ul li:last-child {
        margin-left: 0;
    }
}

.single_tab .tabs ul li:last-child {
    margin-left: 0;
}

.single_tab .tabs ul li:first-child a {
    border-right: 1px solid #DEDEDE;
}

.single_tab .tabs ul li:first-child.active a {
    border-right-color: transparent;
}

.single_tab .tabs ul li a {
    min-width: 200px;
    height: 57px;
    line-height: 57px;
    color: #6F6F6F;
    font-size: 16px;
    position: relative;
    display: block;
    text-align: center;
    border-left: 1px solid #DEDEDE;
    transition-property: all;
    transition-duration: 0s;
}

@media only screen and (max-width : 991px) {
    .single_tab .tabs ul li a {
        min-width: 0;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 14px;
    }
}

@media only screen and (max-width : 567px) {
    .single_tab .tabs ul li a {
        font-size: 12px;
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width : 480px) {
    .single_tab .tabs ul li a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 11px;
    }
}

.single_tab .tabs ul li a i {
    display: inline-block;
    margin-left: 7px;
    vertical-align: middle;
    font-size: 28px;
    color: #A4A4A4;
}

@media only screen and (max-width : 567px) {
    .single_tab .tabs ul li a i {
        font-size: 20px;
        margin-left: 5px;
    }
}

@media only screen and (max-width : 480px) {
    .single_tab .tabs ul li a i {
        display: none;
    }
}

.single_tab .tabs ul li a:after {
    top: -1px;
    height: 4px;
    background-color:   #FC7323;
    width: 100%;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.3s;
}

.single_tab .tabs ul li a:before {
    bottom: -1px;
    height: 1px;
    background-color: #FFF;
    width: 100%;
    display: block;
    content: "";
    position: absolute;
    right: 0;
    opacity: 0;
    transition-property: all;
    transition-duration: 0.3s;
}

.single_tab .tabs ul li.active a {
    background-color: #fff;
}

.single_tab .tabs ul li.active a:after,
.single_tab .tabs ul li.active a:before {
    opacity: 1;
}

.single_tab.scroll-to-fixed-fixed .tabs {
    box-shadow: 0 5px 10px 0 rgba(181, 181, 181, 0.2);
}

.single_tab.scroll-to-fixed-fixed .tabs ul li a:after {
    display: none;
}

@media only screen and (max-width : 767px) {
    .single_tab.scroll-to-fixed-fixed {
        box-shadow: none;
        border-bottom: none;
        position: static !important;
    }
}

.product__slider.product__slider--v3 .product__slider__cnt {
    margin-bottom: 30px;
}

@media only screen and (max-width : 767px) {
    .spacer_area {
        display: none !important;
    }
}

.alignLeft {
    float: left;
    margin-right: 20px;
}

@media only screen and (max-width : 991px) {
    .alignLeft {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.alignRight {
    float: right;
    margin-left: 20px;
}

@media only screen and (max-width : 991px) {
    .alignRight {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.alignCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.single_tab_content {
    margin-bottom: 50px;
}

@media only screen and (max-width : 991px) {
    .single_tab_content {
        padding-top: 20px;
    }
}

.single_tab_content .tab-content {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 40px;
}

@media only screen and (max-width : 991px) {
    .single_tab_content .tab-content {
        padding: 20px;
    }
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content {
        padding: 10px;
    }
}

.single_tab_content .tab-content div>div>h2 {
    margin-bottom: 30px;
    color: #6F6F6F;
    font-size: 29px;
    font-weight: bold;
    line-height: 1.5;
    font-weight: normal;
}

@media only screen and (max-width : 991px) {
    .single_tab_content .tab-content div>div>h2 {
        font-size: 25px;
    }
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content div>div>h2 {
        margin-bottom: 20px;
        font-size: 19px;
    }
}

.single_tab_content .tab-content div>div>h2 span {
    color: #A7A7A7;
    font-size: 17px;
    display: block;
}

@media only screen and (max-width : 991px) {
    .single_tab_content .tab-content div>div>h2 span {
        font-size: 16px;
    }
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content div>div>h2 span {
        font-size: 14px;
        margin-top: 5px;
    }
}

.single_tab_content .tab-content .single_tab1 .short__desc {
    background: #FCFCFC;
    color: #404040;
    font-size: 16px;
    line-height: 2.2;
    padding: 40px 50px 25px;
    min-height: 310px;
    position: relative;
    margin-right: -24px;
    margin-left: -16px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
    .single_tab_content .tab-content .single_tab1 .short__desc {
        font-size: 14px;
    }
}

@media only screen and (max-width : 991px) {
    .single_tab_content .tab-content .single_tab1 .short__desc {
        font-size: 13px;
    }
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content .single_tab1 .short__desc {
        margin-bottom: 20px;
        padding: 20px;
        font-size: 12px;
        margin-left: 0;
        margin-right: 0;
    }
}

.single_tab_content .tab-content .single_tab1 .short__desc:after {
    width: 165px;
    height: 165px;
    position: absolute;
    content: "";
    top: 70px;
    right: 81px;
    background: url("../images/pen.svg") no-repeat 50% 50%;
    background-size: 100%;
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content .single_tab1 .short__desc:after {
        display: none;
    }
}

.single_tab_content .tab-content .single_tab1 .short__desc #short__desc {
    position: relative;
    overflow: hidden;
    max-height: 455px;
}

.single_tab_content .tab-content .single_tab1 .short__desc #short__desc.active {
    max-height: none;
}

.single_tab_content .tab-content .single_tab1 .short__desc .short__desc__more {
    display: none;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
    color: #2196F3;
    background: #fcfcfc;
    cursor: pointer;
    font-size: 16px;
    transition-property: all;
    transition-duration: 0s;
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content .single_tab1 .short__desc .short__desc__more {
        font-size: 15px;
    }
}

.single_tab_content .tab-content .single_tab1 .short__desc .short__desc__more span {
    font-size: 0;
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content .single_tab1 .short__desc .short__desc__more span {
        font-size: 0;
    }
}

.single_tab_content .tab-content .single_tab1 .short__desc .short__desc__more.active {
    font-size: 0;
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content .single_tab1 .short__desc .short__desc__more.active {
        font-size: 0;
    }
}

.single_tab_content .tab-content .single_tab1 .short__desc .short__desc__more.active span {
    font-size: 14px;
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content .single_tab1 .short__desc .short__desc__more.active span {
        font-size: 13px;
    }
}

.single_tab_content .tab-content .single_tab1 .short__desc .short__desc__more.active:after {
    display: none;
}

.single_tab_content .tab-content .single_tab1 .short__desc .short__desc__more:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    opacity: 1;
    bottom: 30px;
    height: 105px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(252, 252, 252, 0.99) 99%, #fcfcfc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#fcfcfc", GradientType=0);
}

.single_tab_content .tab-content .single_tab1 .more__desc {
    margin-bottom: 100px;
    padding-top: 45px;
    padding-left: 70px;
    padding-right: 70px;
}

@media only screen and (max-width: 1199px) {
    .single_tab_content .tab-content .single_tab1 .more__desc {
        font-size: 14px;
        padding-top: 20px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width : 991px) {
    .single_tab_content .tab-content .single_tab1 .more__desc {
        font-size: 13px;
        padding: 0;
        margin-bottom: 30px;
    }
}

.single_tab_content .tab-content .single_tab2 {
    padding-bottom: 100px;
}

.single_tab_content .tab-content .single_tab2 h3 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #4D4D4D;
    padding-right: 20px;
    position: relative;
}

.single_tab_content .tab-content .single_tab2 h3:before {
    content: "ï‹´";
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 27px;
    color: #000;
    line-height: 0.7;
}

.single_tab_content .tab-content .single_tab2 .spec__list {
    list-style: none;
    padding: 0;
    margin-bottom: 70px;
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content .single_tab2 .spec__list {
        margin-bottom: 30px;
    }
}

.single_tab_content .tab-content .single_tab2 .spec__list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px -8px;
}

@media only screen and (max-width : 480px) {
    .single_tab_content .tab-content .single_tab2 .spec__list li {
        margin: 10px 0;
        display: block;
    }
}

.single_tab_content .tab-content .single_tab2 .spec__list li>div {
    -ms-flex: 0 0 22.2%;
    flex: 0 0 22.2%;
    max-width: 22.2%;
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    padding-right: 8px;
    padding-left: 8px;
}

@media only screen and (max-width : 480px) {
    .single_tab_content .tab-content .single_tab2 .spec__list li>div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
    }
}

.single_tab_content .tab-content .single_tab2 .spec__list li>div>span {
    display: block;
    background: #fafafa;
    padding: 15px 18px 15px;
    font-size: 13px;
    line-height: 1.692;
    color: #4d4d4d;
    letter-spacing: -0.3px;
    min-height: 47px;
    position: relative;
    height: 100%;
}

@media only screen and (max-width : 480px) {
    .single_tab_content .tab-content .single_tab2 .spec__list li>div>span {
        padding: 10px;
        min-height: 0;
    }
}

.single_tab_content .tab-content .single_tab2 .spec__list li>div.spec__list-value {
    -ms-flex: 0 0 77.8%;
    flex: 0 0 77.8%;
    max-width: 77.8%;
}

@media only screen and (max-width : 480px) {
    .single_tab_content .tab-content .single_tab2 .spec__list li>div.spec__list-value {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
    }

    .single_tab_content .tab-content .single_tab2 .spec__list li>div.spec__list-value>span {
        background-color: transparent;
    }
}

.single_tab_content .tab-content .single_tab3 {
    padding-bottom: 50px;
}

@media only screen and (max-width : 991px) {
    .single_tab_content .tab-content .single_tab3 .expert__state__box__info {
        margin-bottom: 20px;
    }
}

.single_tab_content .tab-content .single_tab3>h2 span {
    margin-top: 10px;
    color: #6F6F6F;
    font-size: 17px;
    font-weight: bold;
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content .single_tab3>h2 span {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .single_tab_content .tab-content .single_tab3 .expert__state__box__desc {
        padding-right: 40px;
        max-width: calc(100% - 40px);
        margin-bottom: 20px;
        display: block;
    }

    .single_tab_content .tab-content .single_tab3 .expert__state__box__desc p {
        margin-bottom: 10px;
    }

    .single_tab_content .tab-content .single_tab3 .expert__state__box__desc h5 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width : 991px) {
    .single_tab_content .tab-content .single_tab3 .expert__state__box {
        overflow: hidden;
    }
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content .single_tab3 .expert__state__box {
        margin-top: 15px;
    }
}

.single_tab_content .tab-content .single_tab4>h2 {
    margin-bottom: 20px;
}

.single_tab_content .tab-content .single_tab4>h2 span {
    margin-top: 5px;
    color: #6F6F6F;
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (max-width : 767px) {
    .single_tab_content .tab-content .single_tab4>h2 span {
        font-size: 14px;
    }
}

.single_tab_content .tab-content .single_tab4 textarea {
    height: 90px;
    margin-bottom: 20px;
}

.faq__area {
    padding-top: 65px;
}

@media only screen and (max-width : 767px) {
    .faq__area {
        padding-top: 25px;
    }
}

.faq__area h5 {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
    margin-bottom: 18px;
    padding-right: 20px;
    color: #515151;
    font-size: 15px;
    position: relative;
    font-weight: normal;
}

.faq__area h5 span {
    color: #808080;
    font-size: 12px;
}

.faq__area h5:after {
    content: "ï‹´";
    font-size: 24px;
    color: #00a049;
    right: 1px;
    top: 1px;
    position: absolute;
    transform: rotate(-45deg);
}



#single__tab1__sections {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
}

@media only screen and (max-width : 767px) {
    #single__tab1__sections {
        padding-left: 0;
        padding-right: 0;
    }
}

#single__tab1__sections .single__article__section {
    margin: 11px 0;
    padding-right: 51px;
    position: relative;
    padding-bottom: 10px;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}

@media only screen and (max-width : 767px) {
    #single__tab1__sections .single__article__section {
        padding-right: 20px;
    }
}

#single__tab1__sections .single__article__section:before {
    background: #eee;
    position: absolute;
    top: 43px;
    right: 18px;
    bottom: 0;
    width: 1px;
    content: "";
    display: block;
}

@media only screen and (max-width : 767px) {
    #single__tab1__sections .single__article__section:before {
        display: none;
    }
}

#single__tab1__sections .single__article__section .single__article__section__title {
    color: #494949;
    cursor: pointer;
    font-size: 22px;
    position: relative;
    margin-bottom: 20px;
    margin-right: -50px;
    padding-right: 50px;
}

@media only screen and (max-width : 767px) {
    #single__tab1__sections .single__article__section .single__article__section__title {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#single__tab1__sections .single__article__section .single__article__section__title span {
    width: 32px;
    height: 32px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: #fff;
    border-radius: 15px;
    outline: none;
}

@media only screen and (max-width : 767px) {
    #single__tab1__sections .single__article__section .single__article__section__title span {
        background-color: transparent;
    }
}

#single__tab1__sections .single__article__section .single__article__section__title span:before {
    content: "ï‰³";
    color: #fff;
    font-size: 25px;
    position: absolute;
    left: 50%;
    top: 3px;
    transform: translateX(-50%);
}

@media only screen and (max-width : 767px) {
    #single__tab1__sections .single__article__section .single__article__section__title span:before {
        color: #4D4949;
        left: 45px;
        top: 10px;
        font-size: 22px;
    }
}

#single__tab1__sections .single__article__section .single__article__section__title.active span:before {
    content: "ï‰¸";
}

#single__tab1__sections .single__article__section .single__article__section__content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width : 767px) {
    #single__tab1__sections .single__article__section .single__article__section__content {
        padding-bottom: 0;
        margin-right: -20px;
    }
}

#single__tab1__sections .single__article__section .single__article__section__content .post {
    font-size: 14px;
}

@media only screen and (max-width : 991px) {
    #single__tab1__sections .single__article__section .single__article__section__content .post {
        font-size: 13px;
    }
}

.expert__state__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px -30px 55px;
}

@media only screen and (max-width: 1199px) {
    .expert__state__box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width : 991px) {
    .expert__state__box {
        display: block;
        margin-bottom: 20px;
    }
}

.expert__state__box__info {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media only screen and (max-width : 991px) {
    .expert__state__box__info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.expert__state__box__info .expert__state__box__info__rating {
    list-style: none;
    padding: 33px 33px 33px 60px;
    background: #fcfcfc;
    border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
    .expert__state__box__info .expert__state__box__info__rating {
        padding: 20px;
    }
}

.expert__state__box__info .expert__state__box__info__rating li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.expert__state__box__info .expert__state__box__info__rating li>.cell {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

.expert__state__box__info .expert__state__box__info__rating li>.cell .c-rating {
    background-color: #D4D4D4;
    position: relative;
    height: 4px;
    border-radius: 4px;
}

.expert__state__box__info .expert__state__box__info__rating li>.cell .c-rating input {
    position: absolute;
    opacity: 0;
    width: 20%;
    right: 0;
    top: 0;
    height: 4px;
    display: block;
    z-index: 1;
    margin: 0;
    cursor: pointer;
}

.expert__state__box__info .expert__state__box__info__rating li>.cell .c-rating input:nth-child(2) {
    right: 20%;
}

.expert__state__box__info .expert__state__box__info__rating li>.cell .c-rating input:nth-child(3) {
    right: 40%;
}

.expert__state__box__info .expert__state__box__info__rating li>.cell .c-rating input:nth-child(4) {
    right: 60%;
}

.expert__state__box__info .expert__state__box__info__rating li>.cell .c-rating input:nth-child(5) {
    right: 80%;
}

.expert__state__box__info .expert__state__box__info__rating li>.cell .c-rating b {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-right: 11px;
    color: #6F6F6F;
    font-size: 13px;
    line-height: 1.692;
    transform: translateY(-50%);
    font-weight: normal;
}

@media only screen and (max-width : 480px) {
    .expert__state__box__info .expert__state__box__info__rating li>.cell .c-rating b {
        display: none;
    }
}

.expert__state__box__info .expert__state__box__info__rating li>.cell .c-rating .c-rating__rate {
    height: 100%;
    background-color: #2196F3;
    width: 0;
    border-radius: 4px;
}

.expert__state__box__info .expert__state__box__info__rating li>.cell:first-child {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

@media only screen and (max-width : 480px) {
    .expert__state__box__info .expert__state__box__info__rating li>.cell:first-child {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        font-size: 12px;
    }
}

.expert__state__box__info .expert__state__box__info__rating li>.cell:last-child {
    -ms-flex: 0 0 55%;
    flex: 0 0 45%;
    max-width: 55%;
}

@media only screen and (max-width : 480px) {
    .expert__state__box__info .expert__state__box__info__rating li>.cell:last-child {
        flex: 0 0 45%;
        max-width: 45%;
    }
}

.expert__state__box__info .expert__state__box__info__rating li:first-child {
    margin-top: 0;
}

.expert__state__box__spec {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media only screen and (max-width: 1199px) {
    .expert__state__box__spec {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width : 991px) {
    .expert__state__box__spec {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.expert__state__box__spec .expert__state__box__spec__in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -10px 40px;
}

@media only screen and (max-width: 1199px) {
    .expert__state__box__spec .expert__state__box__spec__in {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width : 991px) {
    .expert__state__box__spec .expert__state__box__spec__in {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width : 667px) {
    .expert__state__box__spec .expert__state__box__spec__in {
        display: block;
    }
}

.expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-positive {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media only screen and (max-width : 667px) {
    .expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-positive {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-positive span {
    display: block;
    color: #00a049;
    font-size: 16px;
    margin-bottom: 10px;
}

.expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-positive ul li {
    padding-right: 18px;
    margin-bottom: 10px;
    color: #535353;
    font-size: 11px;
    font-weight: 300;
    position: relative;
}

@media only screen and (max-width : 667px) {
    .expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-positive ul li {
        font-size: 12px;
    }
}

.expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-positive ul li:before {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background-color: #00a049;
}

.expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-negative {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media only screen and (max-width : 667px) {
    .expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-negative {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-negative span {
    display: block;
    color: #D32F2F;
    font-size: 16px;
    margin-bottom: 10px;
}

.expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-negative ul li {
    padding-right: 18px;
    margin-bottom: 10px;
    position: relative;
    color: #535353;
    font-size: 11px;
    font-weight: 300;
}

@media only screen and (max-width : 667px) {
    .expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-negative ul li {
        font-size: 12px;
    }
}

.expert__state__box__spec .expert__state__box__spec__in .expert__state__box__spec__in-negative ul li:before {
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    background-color: #D32F2F;
}

.expert__state__box__desc {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 100px;
    padding-left: 100px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media only screen and (max-width: 1199px) {
    .expert__state__box__desc {
        padding-right: 0;
        padding-left: 10px;
    }
}

.expert__state__box__desc h5 {
    margin-bottom: 20px;
    color: #5A5A5A;
    font-size: 18px;
}

@media only screen and (max-width : 767px) {
    .expert__state__box__desc h5 {
        font-size: 14px;
    }
}

.expert__state__box__desc p {
    color: #5A5A5A;
    line-height: 2.2;
    margin-bottom: 20px;
    font-size: 15px;
    clear: both;
}

@media only screen and (max-width: 1199px) {
    .expert__state__box__desc p {
        font-size: 14px;
    }
}

.expert__state__box__desc .comment__send__btn {
    -ms-flex-align: center;
    align-items: center;
    display: block;
    transition: all 0.3s ease-in-out;
    min-width: 255px;
    height: 55px;
    border: 1px solid #797979;
    padding: 13px 80px 10px 10px;
    position: relative;
    background-color: #797979;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    float: right;
    clear: both;
}

.expert__state__box__desc .comment__send__btn:before {
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    content: "";
    height: 90px;
    width: 135px;
    right: -55px;
    position: absolute;
    top: -20px;
    background-color: #fff;
    opacity: 0.21;
    border-radius: 100%;
}

.expert__state__box__desc .comment__send__btn:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px;
    color: #fff;
    font-size: 30px;
    content: "ï‰";
}

.expert__state__box__desc .comment__send__btn:hover:before {
    width: 900px;
    height: 900px;
    right: 0;
    top: -450px;
    transform: unset;
}



.products__comments {
    padding-top: 10px;
}

@media only screen and (max-width: 1199px) {
    .products__comments {
        clear: both;
        width: 100%;
    }
}

.products__comments h5 {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 15px;
    margin-bottom: 18px;
    padding-right: 20px;
    color: #515151;
    font-size: 15px;
    position: relative;
    font-weight: normal;
}

.products__comments h5:after {
    content: "ï‹´";
    font-size: 24px;
    color: #00a049;
    right: 1px;
    top: 1px;
    position: absolute;
    transform: rotate(-45deg);
}

.product__comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #F3F3F3;
    border-radius: 4px;
    background-color: #FCFCFC;
    padding: 40px 30px;
}

@media only screen and (max-width: 1199px) {
    .product__comment {
        padding: 20px;
    }
}

.product__comment .product__comment__text {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 30px;
    padding-left: 30px;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

@media only screen and (max-width: 1199px) {
    .product__comment .product__comment__text {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width : 991px) {
    .product__comment .product__comment__text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.product__comment .product__comment__text .product__comment__author {
    color: #5F5F5F;
    font-size: 18px;
}

.product__comment .product__comment__text .product__comment__date {
    display: block;
    color: #ADADAD;
    font-size: 14px;
    margin-bottom: 20px;
}

@media only screen and (max-width : 991px) {
    .product__comment .product__comment__text .product__comment__date {
        margin-bottom: 10px;
    }
}

.product__comment .product__comment__text p {
    line-height: 2.2;
    color: #505050;
    font-size: 13px;
    margin-bottom: 10px;
    min-height: 150px;
}

.product__comment .product__comment__text .product__comment__more__hide {
    display: none;
}

.product__comment .product__comment__text .product__comment__more {
    color: #00a049;
}

.product__comment .product__comment__text .product__comment__like strong {
    color: #515151;
    font-size: 12px;
    float: right;
    margin-left: 25px;
    height: 31px;
    line-height: 31px;
    font-weight: normal;
}

@media only screen and (max-width : 480px) {
    .product__comment .product__comment__text .product__comment__like strong {
        margin-left: 0;
        width: 100%;
    }
}

.product__comment .product__comment__text .product__comment__like .like_btn {
    float: right;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    background-color: #FFF;
    height: 31px;
    line-height: 31px;
}

@media only screen and (max-width : 480px) {
    .product__comment .product__comment__text .product__comment__like .like_btn {
        margin-left: 10px;
    }
}

.product__comment .product__comment__text .product__comment__like .like_btn.like_btn--no {
    margin-left: 0;
}

.product__comment .expert__state__box__info {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

@media only screen and (max-width: 1199px) {
    .product__comment .expert__state__box__info {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width : 991px) {
    .product__comment .expert__state__box__info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }
}

.product__comment .expert__state__box__info .expert__state__box__info__rating {
    padding-left: 0;
}

@media only screen and (max-width : 991px) {
    .product__comment .expert__state__box__info .expert__state__box__info__rating {
        padding-right: 0;
    }
}

#faq__area .faq__item {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    clear: both;
}

@media only screen and (max-width : 767px) {
    #faq__area .faq__item {
        margin-bottom: 20px;
    }
}

#faq__area .faq__item .faq__item {
    margin-top: -40px;
    top: -2px;
    z-index: 2;
    margin-bottom: 0;
}

#faq__area .faq__item .faq__item .faq__item__desc {
    background-color: #FFF;
    border-radius: 0px 0px 4px 4px;
}

#faq__area .faq__item__title {
    padding-top: 55px;
    text-align: center;
    margin-bottom: 15px;
    color: #4D4D4D;
    font-size: 30px;
    width: 150px;
    float: right;
}

@media only screen and (max-width : 767px) {
    #faq__area .faq__item__title {
        padding-top: 0;
        font-size: 20px;
        width: auto;
    }
}

#faq__area .faq__item__title i {
    font-size: 72px;
    color: #C7C7C7;
    display: block;
}

@media only screen and (max-width : 767px) {
    #faq__area .faq__item__title i {
        font-size: 50px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
}

#faq__area .faq__item__title i.zmdi-info-outline {
    color:   #FC7323;
}

#faq__area .faq__item__desc {
    border: 1px solid #F3F3F3;
    background-color: #FCFCFC;
    border-radius: 4px;
    color: #505050;
    font-size: 13px;
    padding: 30px;
    width: calc(100% - 150px);
    float: right;
}

@media only screen and (max-width : 767px) {
    #faq__area .faq__item__desc {
        width: 100%;
        padding: 20px;
    }
}

#faq__area .faq__item__desc p {
    line-height: 2.2;
    margin-bottom: 15px;
}

#faq__area .faq__item__desc .faq__item__date {
    color: #ADADAD;
    display: block;
    font-size: 12px;
}

@media only screen and (max-width : 991px) {
    .zoomContainer {
        display: none !important;
    }
}


#galleryModal2 {
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#galleryModal2 .modal-content {
    overflow: visible;
}

@media only screen and (max-width : 767px) {
    #galleryModal2 .modal-content {
        height: 100%;
    }
}

#galleryModal2 .modal-content .modal-body {
    overflow: visible;
}

@media only screen and (max-width: 1199px) {
    #galleryModal2 .modal-content .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width : 767px) {
    #galleryModal2 .modal-content .modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width : 767px) {
    #galleryModal2 .modal-content .modal-body {
        height: 100%;
    }
}

#galleryModal2:before {
    display: none;
}

#galleryModal2 .modal-dialog {
    height: 80vh;
    display: inline-block;
    text-align: left;
    max-width: 90vw;
    direction: ltr;
    overflow: visible !important;
    margin: 10vh auto;
}

#galleryModal2 .modal-dialog.modal-big {
    width: 100%;
}

@media only screen and (max-width : 767px) {
    #galleryModal2 .gallery_modal__main {
        height: 100%;
    }

    #galleryModal2 .gallery_modal__main .swiper-container {
        height: 100%;
    }
}

#galleryModal2 .c-remodal-gallery__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    height: 100%;
}

@media only screen and (max-width : 767px) {
    #galleryModal2 .c-remodal-gallery__main {
        display: block;
        height: 100%;
    }
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__content {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 85.5%;
    flex: 0 0 85.5%;
    max-width: 85.5%;
    height: 100%;
    margin: auto;
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__content .swiper-pagination {
    direction: ltr;
}

@media only screen and (min-width : 768px) {
    #galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__content .swiper-pagination {
        display: none !important;
    }
}

@media only screen and (max-width : 767px) {
    #galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__content {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__content .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 100%;
    position: relative;
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__content .wiper-container {
    height: 100%;
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    -ms-flex: 0 0 14.5%;
    flex: 0 0 14.5%;
    max-width: 14.5%;
    padding: 13px 0 13px 0;
    border-left: 1px solid #eaeaea;
    text-align: center;
    height: 100%;
    max-height: 80vh;
}

@media only screen and (max-width : 767px) {
    #galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside {
        display: none;
    }
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside .swiper-button-next {
    bottom: -60px;
    left: 50%;
    right: auto;
    z-index: 99;
    margin-top: 0;
    top: auto;
    margin-left: -35px;
    transform: rotate(90deg);
    background-color: rgba(255, 255, 255, 0.8);
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside .swiper-button-prev {
    bottom: auto;
    top: -25px;
    z-index: 99;
    left: 50%;
    right: auto;
    margin-top: 0;
    margin-left: -35px;
    transform: rotate(90deg);
    background-color: rgba(255, 255, 255, 0.8);
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20%;
    cursor: pointer;
    position: relative;
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside .swiper-slide:before {
    height: 100%;
    width: 2px;
    left: 0;
    position: absolute;
    display: block;
    content: "";
    z-index: 5;
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside .swiper-slide img {
    transition-property: all;
    transition-duration: 0.3s;
    opacity: 0.45;
    max-width: 100%;
    max-height: 80%;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    #galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside .swiper-slide img {
        max-height: 100%;
    }
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside .swiper-slide.swiper-slide-active:before {
    background: #D1AB66;
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside .swiper-slide.swiper-slide-active img {
    opacity: 1;
}

#galleryModal2 .c-remodal-gallery__main .c-remodal-gallery__aside .swiper-container {
    height: 80vh;
}

/*------------------------------------*\
    ^edit
\*------------------------------------*/


.single__product__gallery-deal::before {
    float: right;
    display: block;
    content: "";
    height: 42px;
    width: 200px;

    background-image: url(../img/offer4.png);
    background-repeat: no-repeat;
}

.compare__icon {
    content: "";
    background-image: url(../img/compare.png);
    background-repeat: no-repeat;
    transform: scale(0.7);
    display: inline-block;
    margin-right: -16.5px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: 50%;
    height: 24px;
    width: 33px;
}

.prices__icon {
    content: "";
    background-image: url(../img/prices.png);
    background-repeat: no-repeat;
    transform: scale(0.7);
    position: absolute;
    margin-right: -16.5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 50%;
    height: 16px;
    width: 33px;
}

.single__product__gallery__in .single__product__gallery__in__items>.item>a {
    width: 68px;
    height: 68px;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.single__product__gallery__in .single__product__gallery__in__items>.item>a:hover {
    border-color: #000;
}


.single__product__config .ticket__name {
    flex: 1 0 80px;
    max-width: 80px;
    margin-bottom: 0;
}

@media only screen and (max-width : 991px) {
    .single__product__config .ticket__name {
        flex: 1 0 auto;
        max-width: unset;
        text-align: center;
        justify-content: center;
    }

    .ticket .ticket__info .ticket__info--txt {
        display: block !important;
        font-size: 13px;
        line-height: 1;
        margin-top: 10px;
    }
}

.single__product__params--btn.btn {
    margin-top: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color:   #FC7323;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.single__product__params--btn.btn:focus,
.single__product__params--btn.btn:hover {
    background-color:   #FC7323;
}

.single__product__params--btn.btn svg {
    margin-left: 10px;
    vertical-align: middle;
    fill: #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.single__product__params--btn2.btn {
    margin-top: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #196ec0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.single__product__params--btn2.btn:focus,
.single__product__params--btn2.btn:hover {
    background-color: #2192ff;
}

.single__product__params--btn2.btn svg {
    margin-left: 10px;
    vertical-align: middle;
    fill: #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}


.single__product__price {
    padding-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width : 991px) {
    .single__product__price {
        margin-top: 0px;
        width: 100%;
        text-align: center;
    }
}

.single__product__price--profit {
    font-size: 12px;
    color: #fff;
    padding: 7px 14px;
    border-radius: 5px;
    background-color: rgba(170 ,247 ,44, .1);
    color: #FC7323;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.single__product__price--new {
    color:   #FC7323;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    order: 2;
}

.single__product__price--new span {
    font-size: 30px;
    font-weight: bold;
    color:   #FC7323;
}

.single__product__price--old {
    color: #808080;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    font-size: 18px;
}

.single__product__price--offer {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    border-radius: 10px;
    background:   #FF6500;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.single__product__price--offer span {
    font-size: 12px;
}

.single__product__params .nums {
    width: 100%;
}

.single__product__gallery__img a {
    display: inline-block;
    position: relative;
}


.ticketMoreShow {
    padding: 2px 10px;
    border-radius: 25px;
    font-size: 11px;
    background-color: #00b9ff;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

.modal-dialog.modal-big {
    height: 80vh;
    display: inline-block;
    text-align: left;
    max-width: 80vw;
    direction: ltr;
    overflow: visible !important;
    margin: 10vh auto;
    width: 100%;
}

.videoModal {
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}

.videoModal .modal-content {
    overflow: visible;
}

@media only screen and (max-width: 1199px) {
    .videoModal .modal-content {
        height: 100%;
    }
}

.single__product__variants--select {
    min-width: 200px !important;
    max-width: 200px !important;
    width: 200px !important;
}

.single__product__variants--select .select2.select2-container--default .select2-selection--single {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.single__product__variants--select .select2.select2-container--default .select2-selection--single {
    height: 35px;
}

.single__product__variants--select .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 33px;
    line-height: 33px;
}

.single__product__variants--select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.single__product__variants--select .select2.select2-container--default .select2-selection--single .select2-selection__arrow::after {
    line-height: 33px;
}

.single__product__insurance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    background-color: rgba(0, 64, 255, 0.08);
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    color: #23254e;
    height: 35px;
}

.single__product__insurance .single__product__insurance--name {}

.single__product__insurance .single__product__insurance--name svg {
    fill: #0040ff;
    vertical-align: middle;
    margin-left: 5px;
}

.single__product__fast {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    background-color: rgba(247, 247, 247, 0.9);
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
    height: 35px;
}

.single__product__fast .single__product__fast--name {}

.single__product__fast .single__product__fast--name svg {
    vertical-align: middle;
    margin-left: 5px;
}

.single__product__bonus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px;
    background-color: rgba(254, 255, 134, 0.6);
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
    height: 35px;
}

.single__product__bonus .single__product__bonus--name {}

.single__product__bonus .single__product__bonus--name svg {
    vertical-align: middle;
    margin-left: 5px;
}

.textImport {
    color: #ef4056;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
}

.productPage__icon {
    margin-bottom: 10px;
    flex: 1 0 auto;
}

.productPage__icon li {
    border-top: 1px solid #D9D9D9;
    display: flex;
}

.productPage__icon li:last-child {
    border-bottom: 1px solid #D9D9D9;
}

.productPage__icon--image {
    flex: 1 0 60px;
    max-width: 60px;
    background-color: #F7F7F7;
    padding: 10px;
    text-align: center;
}

.productPage__icon--detail {
    padding: 5px 10px;
    align-self: center;
    font-size: 12px;
    color: #000;
}


@media only screen and (max-width : 991px) {
    .productPage__icon--image {
        flex: 1 0 50px;
        max-width: 50px;
    }
}





/* ----- */



.productFixed {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}


.productFixed .nums .minus:hover:after,
.productFixed .nums .plus:hover:after {
    color:   #FC7323;
}

.productFixed .nums {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.productFixed .nums .plus {
    width: 50px;
    height: 48px;
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FFF;
}

.productFixed .nums .plus:after {
    color: #808080;
    font-size: 21px;
    line-height: 48px;
    content: "+";
    transition-property: all;
    transition-duration: 0.3s;
}

.productFixed .nums .minus {
    width: 50px;
    height: 48px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FFF;
}

.productFixed .nums .minus:after {
    color: #808080;
    font-size: 21px;
    line-height: 48px;
    content: "-";
    transition-property: all;
    transition-duration: 0.3s;
}

.productFixed .nums #number {
    border: none;
    width: 100%;
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    color: #808080;
    font-size: 18px;
}
.productFixed .nums #quantity {
    border: none;
    width: 100%;
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    color: #808080;
    font-size: 18px;
}
.productContent {
    padding-bottom: 40px;
}

.productContent .productContentWrap {
    background: #fff;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    margin-top: 0px;
    padding: 20px;
}

@media only screen and (max-width : 991px) {
    .productContent {
        padding-bottom: 20px;
    }

    .productContent .productContentWrap {
        padding: 10px;
    }
}

.productContent .productContentWrap .commentSec {
    -webkit-filter: none;
    filter: none;
    border-radius: 0px;
    padding: 0px;
}

@media only screen and (min-width : 992px) {

    .productContent__compare .pc__list,
    .productContent__compare .pc__content {
        min-width: unset;
    }
}

@media only screen and (min-width : 992px) {
    .productContent__compare .pc__list>li {
        min-width: unset;
    }
}

.productContent__compare .block {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.productContent__chart {
    text-align: center;
}

.productContent .tblCnt ul li {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media only screen and (max-width : 567px) {
    .productContent .tblCnt ul li {
        display: block;
    }
}

.productContent .tblCnt ul li .stl_r {
    width: calc(35% - 20px);
    padding: 12px 20px;
    align-self: stretch;
    font-size: 14px;
    color: #000000;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

@media only screen and (max-width : 991px) {
    .productContent .tblCnt ul li .stl_r {
        font-size: 13px;
    }
}

@media only screen and (max-width : 767px) {
    .productContent .tblCnt ul li .stl_r {
        font-size: 12px;
        padding: 10px;
        width: calc(33% - 4px);
    }
}

@media only screen and (max-width : 567px) {
    .productContent .tblCnt ul li .stl_r {
        font-weight: bold;
        align-self: normal;
        width: 100%;
        font-size: 13px;
        padding-bottom: 8px;
        border-bottom: none;
    }
}

.productContent .tblCnt ul li .stl_l {
    font-size: 14px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    width: 65%;
    padding: 12px 20px;
    border-radius: 10px;
    align-self: stretch;
}

@media only screen and (max-width : 991px) {
    .productContent .tblCnt ul li .stl_l {
        font-size: 13px;
    }
}

@media only screen and (max-width : 767px) {
    .productContent .tblCnt ul li .stl_l {
        font-size: 12px;
        padding: 10px;
        width: 67%;
    }
}

@media only screen and (max-width : 567px) {
    .productContent .tblCnt ul li .stl_l {
        align-self: normal;
        width: 100%;
    }
}

.productContent__table .block .blockTitle {
    padding-bottom: 0;
}

.productPage__item {
    border-right: 1px solid #D9D9D9;
    padding-block: 10px;
    height: 100%;
    padding-right: 20px;
}

@media only screen and (max-width : 991px) {
    .productPage__item {
        border-right: none;
        padding-right: 0px;
    }
}

.productPage__item--label {
    margin-right: 10px;
    margin-bottom: 15px;
}

.productPage__item--titr {
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.productPage__item--titr:before {
    content: "";
    height: 1px;
    background-color:   #FC7323;
    position: absolute;
    right: -20px;
    left: -20px;
    top: 50%;
}

@media only screen and (max-width : 991px) {
    .productPage__item--titr:before {
        right: 0px;
        left: 0px;
    }
}

.productPage__item--titr span {
    background-color: #fff;
    display: inline-block;
    text-align: center;
    padding-inline: 10px;
    position: relative;
}

@media only screen and (max-width : 991px) {
    .productPage__item--titr span {
        padding-inline: 5px;
    }
}

.productPage__item .nums {
    width: 100%;
}

.productPage__item--select {
    margin-bottom: 20px;
}

.productPage__item--btn {
    margin-top: 20px;
    width: 100%;
    border: none;

    height: 50px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    background-color:   #FC7323;
    transition-property: all;
    transition-duration: 0.3s;
}
.basketBoxSendItem .item input {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    /*filter: alpha(Opacity = 0);*/
    /*opacity: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*cursor: pointer;*/
    /*z-index: 2;*/
    display:none;
}
.basketBoxSendItem .item .itm {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    padding-right: 55px;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-left: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    min-height: 121px;
}
.basketBoxSendItem .item .itm:before {
    background-color: #f7f7f7;
    position: absolute;
    right: 0;
    width: 40px;
    content: '';
    top: 0;
    display: block;
    height: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.warrantyBoxSendItem .item input:checked~.itm::before {
    background-color:   #FC7323;
}
.basketBoxSendItem .item .itm:after {
    display: inline-block;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
    content: "";
    font-size: 21px;
    margin-left: 7px;
    top: 4px;
    color: #999;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -7.5px;
    height: 15px;
    line-height: 15px;
}
.basketBoxSendItem .item input:checked~.itm:after {
    color: transparent;
}
.warrantyBoxSend .item .itm {
    min-height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    cursor:pointer;
}
.basketBoxSendItem .item {
    height: 100%;
    display: block;
    position: relative;
}
.warrantySelectBox .single__product__variants--select {
    min-width: 100% !important;
    max-width: 100% !important;
    width: 100% !important;
}
.basketBoxSend>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block.toggleBlock .blockTitle span:after {
    content: '\2B9D';
    font-size: 21px;
    line-height: 1.4;
    margin-right: 10px;
}
.block.toggleBlock .blockTitle.active span:after {
    content: '\2B9F' !important;
}
    .basketBoxSend>.row>div {
        margin-bottom: 20px;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }
    .basketBoxSendItem {
        font-weight: 400;
        width: 100%;
        height: 100%;
    }
    .warrantyBoxSendItem .item input:checked~.itm {
        border-color:   #FC7323;
    }
    @media only screen and (max-width : 991px) {
        .productPage__item--btn {
            margin-top: 20px;
        }
    }

    .productPage__item--btn:hover {
        background-color: #19B36A;
    }

    .productPage__item--btn svg {
        margin-left: 10px;
        vertical-align: middle;
        fill: #ffffff;
        transition-property: all;
        transition-duration: 0.3s;
    }

    .productPage__item__price {
        padding-top: 10px;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    @media only screen and (max-width : 991px) {
        .productPage__item__price {
            margin-top: 0px;
            width: 100%;
            text-align: center;
        }
    }

    .productPage__item__price--profit {
        font-size: 12px;
        color: #fff;
        padding: 5px 15px;
        border-radius: 15px;
        background: rgba(217, 0, 0, 0.5);
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .productPage__item__price--new {
        color:   #FC7323;
        font-size: 18px;
        font-weight: normal;
        vertical-align: middle;
        display: inline-block;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        order: 2;
    }

    .productPage__item__price--new span {
        font-size: 30px;
        font-weight: bold;
        color:   #FC7323;
    }

    .productPage__item__price--old {
        color: #808080;
        text-decoration: line-through;
        display: inline-block;
        vertical-align: middle;
        line-height: 25px;
        font-size: 18px;
    }

    .productPage__item__price--offer {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 20px;
        border-radius: 10px;
        background:   #FC7323;
        margin-right: 10px;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        color: #fff;
    }

    .productPage__item__price--offer span {
        font-size: 12px;
    }

    .productPage__item--info {
        margin-bottom: 10px;
    }

    .productPage__item__product {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #D9D9D9;
    }

    .productPage__item__product--image {
        flex: 1 0 70px;
        max-width: 70px;
    }

    .productPage__item__product--detail {
        padding-right: 10px;
        font-size: 14px;
        line-height: 24px;
        color: #000;
    }

    @media only screen and (max-width : 1199px) {
        .productPage__item__product--detail {
            font-size: 12px;
            line-height: 2;
        }
    }

    .productPage__item--data {
        line-height: 2;
        margin-bottom: 20px;
    }

    .productContentWrap .headerTitle {
        width: 100%;
        display: inline-flex;
        align-items: center;
        margin-bottom: 10px;
        position: relative;
        overflow: hidden;
    }

    @media only screen and (max-width : 767px) {
        .productContentWrap .headerTitle {
            margin-bottom: 10px;
        }
    }

    .productContentWrap .headerTitle .title {
        position: relative;
        color: #000;
        font-size: 18px;
        font-weight: 700;
        text-align: right;
        padding-left: 15px;
    }

    @media only screen and (max-width : 991px) {
        .productContentWrap .headerTitle .title {
            padding-left: 10px;
        }
    }

    @media only screen and (max-width : 767px) {
        .productContentWrap .headerTitle .title {
            font-size: 16px;
            padding-left: 5px;
        }
    }

    .productContentWrap .headerTitle .title:before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateX(-100%);
        left: 0;
        width: 100vw;
        height: 2px;
        background-color: #D9D9D9;
        border-radius: 2px;
        margin-top: -1px;
    }

    /* -----------------comment--------------- */


    .comments__top {
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #F7F7F7;
        border-radius: 15px;
        flex-wrap: wrap;
        margin-block: 20px;
        padding: 20px 30px;
    }

    @media only screen and (max-width : 767px) {
        .comments__top {
            padding: 0px;
            padding-bottom: 0;
            margin-bottom: 20px;
        }
    }

    @media only screen and (max-width : 480px) {
        .comments__top {
            margin-bottom: 0;
        }
    }

    .comments__top .commentWrapper {
        display: flex;
        align-items: center;
        width: 100%;
    }

    @media only screen and (max-width : 767px) {
        .comments__top .commentWrapper {
            text-align: center;
            display: block;
            padding-block: 20px;
        }
    }

    .comments__top .commentWrapper .btn {
        margin-left: 0;
    }

    @media only screen and (max-width : 991px) {
        .comments__top .commentWrapper .btn {
            margin-bottom: 0;
            float: none;
        }
    }

    .comments__top .commentWrapper .headerTitle {
        font-size: 20px;
        margin-bottom: 0;
        font-weight: bold;
        color: #000;
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #D9D9D9;
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .comments__top .commentWrapper .headerTitle:before {
        display: none;
    }

    @media only screen and (max-width : 767px) {
        .comments__top .commentWrapper .headerTitle {
            border-left: none;
            font-size: 18px;
            text-align: center;
            display: block;
            margin: 0;
            padding: 0;
        }
    }

    .comments__top .commentWrapper p {
        display: inline-block;
        font-size: 12px;
        color: #000;
    }

    @media only screen and (max-width : 767px) {
        .comments__top .commentWrapper p {
            text-align: center;
        }
    }

    .comments__top .commentBtn {
        display: flex;
        align-items: center;
    }

    .comments__top .commentBtn p {
        margin-left: 10px;
        display: inline-block;
        font-size: 16px;
        color: #000;
    }

    .comments__top p {
        line-height: 30px;
        font-size: 14px;
        color: #808080;
    }

    @media only screen and (max-width : 667px) {
        .comments__top p {
            width: 100%;
            line-height: 2;
            margin-bottom: 10px;
            font-size: 13px;
        }
    }

    .comments__top .commentRate {
        margin-right: auto;
    }

    @media only screen and (max-width : 767px) {
        .comments__top .commentRate {
            text-align: center;
        }
    }

    .comments__top .commentRate strong {
        text-align: center;
        display: block;
        font-size: 12px;
        font-weight: normal;
        color: #000;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .comments__top .commentRate .rate_cnt {
        display: inline-flex;
        align-items: center;
    }

    .comments__top .commentRate b {
        color: #000;
        font-weight: normal;
        font-size: 14px;
        margin-right: 5px;
    }

    #comments .comment {
        padding-right: 0px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        position: relative;
        border-bottom: 1px solid #D9D9D9;
    }

    #comments .comment:last-child {
        margin-bottom: 0;
        border: none;
    }

    #comments .comment .commentProfileWrapper {
        display: flex;
        align-items: center;
    }

    #comments .comment .commentProfile {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
        position: relative;
        margin-left: 10px;
        background: transparent;
        width: auto;
        height: auto;
    }

    @media only screen and (max-width : 767px) {
        #comments .comment .commentProfile {
            display: none;
        }
    }

    #comments .comment .commentProfile svg {
        fill: #000;
    }

    #comments .comment .commentTools {
        min-height: 45px;
        padding: 10px 0 10px 20px;
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        align-items: center;
        background-color: transparent;
    }

    #comments .comment .commentTools .commentAuthor {
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }

    #comments .comment .commentTools .commentDate {
        color: #000000;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 1px solid #D9D9D9;
        font-size: 14px;
        display: inline-flex;
        align-items: center;
    }

    @media only screen and (max-width : 991px) {
        #comments .comment .commentTools {
            padding-left: 0;
        }

        #comments .comment p {
            padding-left: 0;
        }

        #comments .comment .commentTools .commentDate {
            margin-right: auto;
        }
    }

    #comments .comment p {
        padding-left: 20px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 30px;
        color: #000;
    }

    @media only screen and (max-width : 991px) {
        #comments .comment p {
            margin-right: 0;
        }
    }

    #comments .comment .commentOption {
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    @media only screen and (max-width : 991px) {
        #comments .comment .commentOption {
            padding-left: 0px;
            margin-right: 0;
        }
    }

    #comments .comment .commentOption .commentRate {
        margin-left: 10px;
    }

    @media only screen and (max-width : 991px) {
        #comments .comment .commentOption .commentRate {
            width: 100%;
            margin-left: 0;
        }
    }

    #comments .comment .commentOption .commentRate strong {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 400;
        color: #3E3B41;
        margin-left: 10px;
        line-height: 25px;
    }

    #comments .comment .commentOption .commentRate .commentLike {
        color: #000;
        display: inline-block;
        vertical-align: middle;
        padding-left: 12px;
        padding-right: 12px;
        height: 25px;
        line-height: 25px;
        border-radius: 5px;
        font-weight: 700;
        font-size: 14px;
        margin-left: 10px;
        transition-property: all;
        transition-duration: 0.3s;
    }

    @media only screen and (max-width : 991px) {
        #comments .comment .commentOption .commentRate .commentLike {
            margin-left: 0;
        }
    }

    #comments .comment .commentOption .commentRate .commentLike:after {
        position: relative;
        top: -2px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 6px;
        font-size: 16px;
        content: "ï‡ž";
        color: #ffffff;
        transition-property: all;
        transition-duration: 0.3s;
    }

    #comments .comment .commentOption .commentRate .commentLike:hover {
        background-color: #000;
    }

    #comments .comment .comment {
        margin-top: 20px;
        border-bottom: none;
        margin-bottom: 0;
        padding: 20px;
        padding-top: 10px;
        background-color: #F7F7F7;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
    }

    #comments .comment .comment .commentProfile {
        background-color: transparent;
    }

    .commentSec {
        background: #fff;
        filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
        border-radius: 10px;
        padding: 20px;
    }

    #comments .comment .commentOption .commentRate .commentLike:after {
        display: inline-block;
        font-family: "Material-Design-Iconic-Font";
        font-feature-settings: normal;
        font-kerning: auto;
        font-language-override: normal;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        text-rendering: auto;
        color: #000;
    }


    .tbl_cnt {
        padding-top: 5px;
    }

    .tbl_cnt .rowGrid .colGrid2 {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
    }

    .tbl_cnt .rowGrid .colGrid1 {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
    }

    @media only screen and (max-width : 991px) {
        .tbl_cnt .rowGrid .colGrid2 {
            -ms-flex: 1 0 100%;
            flex: 1 0 100%;
            max-width: 100%;
        }
    }

    .tbl_cnt .rowGrid .stl_r {
        width: 30%;
        padding: 12px 20px;
        align-self: stretch;
        font-size: 14px;
        color: #000000;
        background-color: #F7F7F7;
        border: 1px solid #D9D9D9;
        border-radius: 0 10px 10px 0;
    }

    @media only screen and (max-width : 1199px) {
        .tbl_cnt .rowGrid .stl_r {
            width: calc(30% - 0px);
        }
    }

    @media only screen and (max-width : 991px) {
        .tbl_cnt .rowGrid .stl_r {
            font-size: 13px;
        }
    }

    @media only screen and (max-width : 767px) {
        .tbl_cnt .rowGrid .stl_r {
            font-size: 12px;
            padding: 10px;
            width: calc(33% - 4px);
        }
    }

    @media only screen and (max-width : 567px) {
        .tbl_cnt .rowGrid .stl_r {
            border-radius: 23px;
            font-weight: bold;
            align-self: normal;
            width: 100%;
            font-size: 13px;
            padding-bottom: 8px;
            margin-bottom: 5px;
        }
    }

    .tbl_cnt .rowGrid .stl_l {
        font-size: 14px;
        color: #000000;
        background-color: #ffffff;
        border: 1px solid #d9d9d9;
        border-right: none;
        border-radius: 10px 0 0 10px;
        width: 70%;
        padding: 12px 20px;
        align-self: stretch;
    }

    @media only screen and (max-width : 1199px) {
        .tbl_cnt .rowGrid .stl_l {
            width: 70%;
        }
    }

    @media only screen and (max-width : 991px) {
        .tbl_cnt .rowGrid .stl_l {
            font-size: 13px;
        }
    }

    @media only screen and (max-width : 767px) {
        .tbl_cnt .rowGrid .stl_l {
            font-size: 12px;
            padding: 10px;
            width: 67%;
        }
    }

    @media only screen and (max-width : 567px) {
        .tbl_cnt .rowGrid .stl_l {
            align-self: normal;
            width: 100%;
            border-radius: 23px;
            border-right: 1px solid #d9d9d9;
        }
    }


    /* .sidebarFixed{
        transform: translateY(160px) !important;
    } */


    /* ------------- */

    .offerSlider2 .slick-slide {
        margin-right: 10px;
        margin-left: 10px;
    }

    .offerSlider2 .slick-list {
        margin-right: -10px;
        margin-left: -10px;
    }

    .offerSlider2 .slick-track {
        display: flex;
    }

    .offerSlider2 .slick-slide {
        height: inherit;
    }

    @media only screen and (max-width : 767px) {
        .next-galery {
            display: none;
        }

        .prev-galery {
            display: none;
        }

        .single__product__gallery__in .single__product__gallery__in__item .single__product__gallery__img img {
            max-width: 85%;
            max-height: 85%;
        }

        .single__product__attributes .single__product__config .single__product__directory ul {
            flex-wrap: wrap;
            width: 100%;
        }

        .single__product__attributes .single__product__config .single__product__directory ul li {
            flex: 1 0 50%;
            max-width: 50%;
            margin-bottom: 10px;
            margin-right: 0;
        }

        .single__product__attributes .single__product__config {
            margin-left: 0;
            border-left: unset;
        }

        .single__product__headline {
            flex-direction: column;
        }
    }



    /* -------------------------------------------- */

    .chb.ticket__chb {
        margin: 0;
        line-height: 1;
    }

    .chb.ticket__chb * {
        margin: 0;
        line-height: 1;
    }


    .chb.ticket__chb label span::before {
        top: 0;
        line-height: 1;
        margin-left: 0;
    }

    /* .single__product__config .ticket__name {
        flex: 1 0 45px;
        max-width: 45px;
    } */

    .ticket.tickChb {
        height: auto;
    }

    .ticket.tickChb .ticket__name {
        flex: 1 0 45px;
        max-width: 45px;
    }

    .ticket.tickChb .ticket__info {
        display: block;
        padding: 10px;
    }

    .ticket.tickChb .ticket__info .ticket__info--txt {
        text-align: right;
        margin-bottom: 5px;
    }

    .ticket.tickChb .ticket__info .ticket__info--footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .ticket.tickChb .ticket__info .ticket__info--footer .ticketMoreShow {
        margin-top: 0;
    }


    .basketTable.basketTicket {
        border: none;
    }


    .basketTable.basketTicket .ticket.tickChb {
        margin: 0;
    }

    @media screen and (max-width:991px) {
        .ticket__info {
            flex: auto !important;
        }
    }

    @media screen and (max-width:991px) {
        .ticket.tickChb .ticket__info .ticket__info--txt {
            font-size: 12px;
            line-height: 1.5;
            margin-top: 0;
        }
    }

    @media screen and (min-width:1360px) {
        #basketBillModal .modal-lg {
            width: 1050px;
        }
    }

    .offerSlider3 .slick-slide {
        margin-right: 10px;
        margin-left: 10px;
    }

    .offerSlider3 .slick-list {
        margin-right: -10px;
        margin-left: -10px;
    }

    .offerSlider3 .slick-track {
        display: flex;
    }

    .offerSlider3 .slick-slide {
        height: inherit;
    }
    .search_prod_icon .search_icon_like {
        cursor: pointer;
        width: 33px;
        height: 33px;
    }
    @media screen and(min-width:900px){
        .attr_children{
            padding:15px 0 !important;
        }
    }
    .point-product span{
        font-size: 15px;
    }
    .color_name{
        color: #8f8c8c;
    }

    @media screen and (max-width:867px){
        .point-product{

            justify-content: space-around;;
        }
    }

    .product-title {
        font-weight: 900;
        font-size: 15px !important;
        padding-right: 17px;
        color: #000 !important;
        border-top: 4px solid #efefef;
        border-bottom: 4px solid #efefef;
        margin-bottom: 20px;
    }

    input[type='radio'] {
        display: none;
    }

    .product_color > img {
        border: 3px solid #fff;
        outline: 1px solid #ccc;
    }

    #product_attr_variations_categories > label> .ActiveBorder {
        box-shadow: 0px 3px 4px -2px !important;
    }
    #product_attr_variations_categories .product_color {
        background-color: #f6f6f6 !important;
        /* padding: 1px 24px; */

        width: 216px !important;
        border-radius: 0 !important;
        margin-right: 14px !important;
        color: #8f8c8c !important;
        padding-top: 5px !important;
        display: block !important;
        text-align: center !important;

    }
    label >.ActiveBorder > img{
        border: 4px solid var(--yellow) !important;
        outline: none !important;
    }

    .color_base {
        color: #7DCACE;
    }
    .img-variations{
        width: 30px !important;
        height: 30px !important;
    }

    .btn:hover, .btn:active, .btn:focus {
        color: white !important;
        border-color: var(--yellow) !important;
        background-color: var(--yellow) !important;
    }

    .btn:hover .color_base {
        color: white !important;
    }

    .variationItem {
        width: 142px;
        height: auto;
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .display-none {
        display: none;
    }

    .old_price {
        font-size: 17px;
    }

    .margin-auto {
        margin: 5px auto;
    }

    .discount {
        display: flex;
        width: 71px;
        color: white;
        text-align: center;
        background: #7DCACE;
        vertical-align: middle;
        justify-content: center;
        align-items: center;
        padding: 5px;
        font-family: arial;
        font-size: 20px;
    }

    .product_productInfoRightSide__04W6P > div {
        display: flex;
        flex-wrap: wrap;
    }

    .product_technical__qvJms {
        width: auto;
        min-height: 312px;
        margin-left: 2%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: baseline;
        margin-top: 30px;
    }

    .product_technical__qvJms > header {
        font-weight: 700;
        color: #666;
        font-size: 16px;
        margin-bottom: 10px !important;
    }
    .single-product{
        background-color: #f6f6f6 !important;
    }

    .brand-image{
        border: 1px solid #f6f6f6;
    }

    .product_technical__qvJms > ul {
        width: 100%;
    }

    .product_productInfoRightSide__04W6P > div > * {
        margin-bottom: 10px;
    }

    .product_technical__qvJms > ul > li:first-of-type {
        border-top: 1px solid #eee;
    }

    .product_technical__qvJms > ul > li {
        min-height: 40px;
        display: flex;
        border-bottom: 1px solid #eee;
    }

    .product_technical__qvJms > ul > li > span {
        width: 68px;
        min-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #d3e3f2;
    }

    .product_technical__qvJms > ul > li > h3 {
        width: calc(100% - 68px);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 4px 8px 4px 0;
        font-size: 14px;
        color: #1e3b58;
        font-weight: 400;
    }

    h3 {
        margin: 0 !important;
    }
    .attribute_value{
        border-top: 1px solid #ccc;

        padding: 13px !important;
        font-weight: 900;
    }

    .property-org {

        text-align: right;
        color: #7f7d7d;
        padding-right: 18px;
        padding-top: 20px;
        margin-bottom: 7px;
    }

    .arrow_icon {
        width: 20px;
        height: auto;
    }

    .product_final_price_span {
        font-size: 17px;
    }

    .color_base {
        color: white;
        font-weight: normal;
        padding: 5px;
    }

    .old_price {
        padding: 8px;
    }

    .oldPrice {
        color: red !important;
        padding: 8px;
    }

    .list-group-item {
        border-bottom: 1px solid #e2e2e2 !important;
        border-top: 1px solid #e2e2e2 !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        padding: 2px 20px !important;

    }
    .deActive{
        background-color:#ccc;
    }

    .new-price {
        margin: 0 !important;
    }
    .w-icon-heart {
        font-size: 25px;
    }

    .w-icon-compare {
        font-size: 25px;
    }

    .search_icon_like {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .search_prod_icon .search_icon_like::before {
        top: 0;
        position: relative;
        right: 0;
    }
    .fa-arrow-right-arrow-left{
        font-size: 20px;
        margin-left: 11px;
        /* margin-bottom: 0px; */
        vertical-align: 4px;
    }

    .search_prod_icon, .search_prod_btn {
        position: relative;
        margin-right: 20px;
    }
    .variationItem{
        background-color: #f6f6f6;
        /* padding: 1px 24px; */
        width: 180px;
        margin-right: 14px;
        color: #8f8c8c;
        padding-top: 5px;
    }
    .product_final_price_span{
        margin-left: 4px;
    }
    .previous_product_price_span{
        margin-left: 4px;
        font-weight: 800;
    }
    .square-red{
        width:22px;
        margin-top:10px;
        height:8px;
        background-color:red
    ;
        margin-left:10px;
    }
    .regular-price{
        background-color: #f6f6f6;
        padding: 3px 40px;
        font-size: 17px;
        font-weight: 800;
    }
    .discount{
        height: 83px;
        margin-left: 6px;
        background-color: red;
        font-weight: 800;
    }
    .del-box::after{
        content: ' ';
        display: block;
        height: 2px;
        /* transform: translate3d(10px, 1px, 24px); */
        width: 94px;
        top: 13px;
        /*transform: rotate(-5deg);*/
        left: -3px;
        position: absolute;
        background-color: red;
    }
    .del-box{
        position: relative;
    }
    .price > span{
        font-weight: 800;
    }
    .variationSelected{
        box-shadow: 0px 3px 4px -2px;
    }
    .product-qty-form > i{
        background-color: var(--yellow);
        width: 19px;
        padding: 4px;
        font-size: 10px;
        height: 19px;
        color: #fff;
    }
    #addToCartBtn{
        text-align: center;  background-color: var(--yellow);
        color: red;
        padding: 7px 20px;
        font-weight: bold;}

    #quantity{
        width: 36px;
        background: #F6F6F7;
        outline: none;
        border: none !important;
        height: 30px !important;
        font-weight: 900 !important;
        color: #8f8c8c !important;
    }

    .dots-point{
        height: 5px !important;
        margin-left: 15px !important;
        width: 5px !important;
        background-color: lightgrey !important;

    }
    .product_main_details .list-group .list-group-item {
        font-size: 13px !important;
    }

    .title-attribute{
        margin-top: -16px !important;
        padding-top: 20px !important;
        font-size: 15px !important;
        font-weight: bold !important;
    }
    .discount-image{
        height: 97px !important;
        width: 97px !important;
        font-size: 27px !important;
    }

    @media screen and (min-width:867px){
        .height-static{
            height: 1240px important;
        }

    }

    @media screen and (max-width: 992px)
    {
        .timer-title p {
            margin: 5px auto 13px !important;
        }
    }

    .timer-title p {
        margin-top: 10px !important;
    }
    @media screen and (max-width: 992px)
    {

        .timer-title p {
            padding: 9px 0px !important;
            font-size: 12px !important;
        }
    }
    .timer-title p {
        background: red !important;
        color: #fff !important;
        padding: 15px 0px !important;
        font-size: 15px !important;
        font-weight: 820 !important;
        width: 117px !important;
    }


    @media screen and (max-width: 992px)
    {
        .text_countdown {
            margin: 0 !important;
        }
    }

    .text_countdown {
        text-align: center !important;
        font-size: 13px !important;
        font-weight: 100 !important;
        display: inline-block !important;
    }







    @media screen and (max-width: 420px)
    {
        .countdown-timer {
            display: flex !important;
            justify-content: space-around !important;
        }
    }
    .brand-sec{
        padding-left: 50px ;
    }
    @media screen and (max-width: 992px)
    {
        .countdown-timer {
            padding: 0 !important;
        }
        .brand-sec{
            padding-left: 0px ;
        }
    }
    .countdown-timer {
        font-weight: bold !important;

        font-size: 20px !important;
        display: inline-block !important;
        /* padding: 5px 40px; */
        /* border-radius: 53px; */

    }
    .countdown-timer {

        width: 259px !important;
    }
    @media screen and (max-width: 552px)
    {
        .countdown-timer {
            width: 247px !important;
        }
    }

    .countdown-timer .text_countdown:nth-child(4)::after {
        content: ' ' !important;
    }
    .text_countdown::after {
        content: ':' !important;
        display: inline-block !important;
        font-size: 20px !important;
        color: black !important;
    }

    @media screen and (max-width: 552px)
    {
        .countdown-timer .number_countdown {
            width: 30px !important;
        }
    }

    .countdown-timer .number_countdown {
        text-align: center !important;
        line-height: 45px !important;
        display: inline-block !important;
        font-size: 17px !important;

        color:red !important;


        /* border-radius: 15px; */
        /* color: #000; */
        /* border: 1px solid #979898; */
        font-weight: 100 !important;
    }




    .infFix {
        position: sticky;
        z-index: 200;
        transition: all 0.3s;
        padding-left: 10px;
        padding-right: 10px;
    }

    .infFix .infFix__nav {
        background: #fff;
        -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
        border-radius: 10px;
        display: flex;
    }

    .infFix .infFix__nav li a {
        height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 10px;
        margin-right: 10px;
        position: relative;
    }

    .infFix .infFix__nav li a:after {
        content: "";
        position: absolute;
        height: 4px;
        border-radius: 6px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #FC7323;
        opacity: 0;
    }

    #header {
        position: sticky;
        top: 0;
        z-index: 995;
    }

    .infFix .infFix__nav li a.mPS2id-highlight:after {
        opacity: 1;
    }






    .single__page {
        border-top: 1px solid #d9d9d9;
        background-color: #f7f7f7;
        position: relative;
        margin-bottom: 30px
    }

    @media only screen and (max-width: 767px) {
        .single__page {
            margin-bottom:20px
        }
    }

    .single__page:after {
        content: "";
        background-color: #fff;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 30px;
        width: 100%
    }

    @media only screen and (max-width: 991px) {
        .single__page:after {
            display:none
        }
    }

    #single__page {
        position: relative;
        z-index: 1;
        margin-top: 65px
    }

    @media only screen and (max-width: 767px) {
        #single__page {
            margin-top:20px
        }
    }

    #single__page>.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    @media only screen and (max-width: 991px) {
        #single__page>.row {
            -webkit-box-orient:vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }
    }

    #single__page .single__page--devider {
        height: 100%
    }

    .innerPageTitle {
        font-size: 24px;
        font-weight: 700;
        line-height: 33px
    }

    @media only screen and (max-width: 767px) {
        .innerPageTitle {
            font-size:18px
        }
    }

    .innerPageSubTitle {
        color: grey;
        font-size: 12px;
        line-height: 25px;
        font-weight: 400
    }

    .product_gallery {
        width: 100%;
        position: relative;
        text-align: center;
        height: 100%
    }

    @media only screen and (max-width: 991px) {
        .product_gallery {
            padding-bottom:25px
        }
    }

    @media only screen and (max-width: 991px) {
        .product_gallery__title {
            padding-top:10px
        }
    }

    .product_gallery .innerPageTitle {
        display: none
    }

    @media only screen and (max-width: 991px) {
        .product_gallery .innerPageTitle {
            display:block
        }
    }

    .product_gallery .innerPageSubTitle {
        display: none
    }

    @media only screen and (max-width: 991px) {
        .product_gallery .innerPageSubTitle {
            display:block
        }
    }

    .product_gallery>ul {
        position: absolute;
        left: 20px;
        top: 50%;
        z-index: 999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    @media only screen and (max-width: 991px) {
        .product_gallery>ul {
            position:static;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 20px
        }
    }

    .product_gallery>ul>li {
        display: inline-block
    }

    .product_gallery>ul>li>a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .product_gallery>ul>li .zmdi:before {
        font-size: 21px;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        color: #bfbfbf
    }

    .single_slideshow_big {
        position: relative;
        overflow: hidden;
        display: inline-block;
        margin-bottom: 43px
    }

    @media only screen and (max-width: 767px) {
        .single_slideshow_big {
            margin-bottom:0;
            padding: 40px
        }
    }

    .single_slideshow_big:before {
        content: "";
        width: 372px;
        height: 372px;
        border-radius: 50%;
        background-color: #000;
        z-index: -1;
        position: absolute;
        right: 50%;
        top: 50%;
        -webkit-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%)
    }

    @media only screen and (max-width: 767px) {
        .single_slideshow_big:before {
            width:300px;
            height: 300px
        }
    }

    .single_slideshow_big img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .single_slideshow_mini {
        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;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    @media only screen and (max-width: 567px) {
        .single_slideshow_mini {
            position:static;
            width: 100%;
            text-align: center
        }
    }

    .single_slideshow_mini .item {
        border: solid 1px #d9d9d9;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        width: 78px;
        height: 78px;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        margin: 5px
    }

    @media only screen and (max-width: 1199px) {
        .single_slideshow_mini .item {
            margin-left:3px;
            margin-right: 3px;
            width: 66px;
            height: 66px
        }
    }

    @media only screen and (max-width: 991px) {
        .single_slideshow_mini .item {
            width:70px;
            height: 70px;
            margin-left: 2px;
            margin-right: 2px
        }
    }
    .next-galery {
        position: absolute;
        right: 0;
        top: 50%;
        background: url(../assets/images/arrow.png);
        width: 26px;
        height: 65px;
        border: none;
        box-shadow: none;
        background-position: top right;
        z-index: 1 !important;
    }
    @media only screen and (max-width: 567px) {
        .single_slideshow_mini .item {
            width:60px;
            height: 60px;
            margin: 5px
        }
    }

    .posr {
        position: relative;
    }

    .prev-galery {
        position: absolute;
        left: 0;
        top: 50%;
        background: url(../assets/images/arrow.png);
        width: 26px;
        height: 65px;
        border: none;
        box-shadow: none;
        background-position: top left;
        z-index: 1 !important;
    }

    .prev-galery:hover {
        background-position: bottom left;
    }

    .next-galery {
        position: absolute;
        right: 0;
        top: 50%;
        background: url(../assets/images/arrow.png);
        width: 26px;
        height: 65px;
        border: none;
        box-shadow: none;
        background-position: top right;
        z-index: 1 !important;
    }

    .next-galery:hover {
        background-position: bottom right;
    }

    .maxWidth {
        max-width: 100%;
    }

    .zoom-in {
        background: url(../assets/images/zoom.png);
        background-position: left;
        width: 34px;
        height: 36px;
        border: none;
        box-shadow: none;
    }

    .zoom-out {
        background: url(../assets/images/zoom.png);
        background-position: 74px;
        width: 34px;
        height: 36px;
        border: none;
        box-shadow: none;
    }

    .reset {
        background: url(../assets/images/zoom.png);
        background-position: right;
        width: 34px;
        height: 36px;
        border: none;
        box-shadow: none;
    }

    .zoom_btns {
        position: absolute;
        bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
        background-color: white;
    }

    .gallery_modal_left .zmdi-play-circle {
        position: absolute;
        z-index: 999;
        font-size: 40px;
        right: 50%;
        top: 50%;
        transform: translateX(50%) translateY(-50%);
    }

    .no-pseudo:before {
        display: none !important;
    }

    .no-pseudo:after {
        display: none !important;
    }

    .header__icon svg path#Path_252 {
        fill:   #FC7323;
    }

    .brandMainSec {
        padding-top: 40px;
    }

    .brandSlider {
        border: 1px solid #d9d9d9;
        padding: 40px 20px;
        border-radius: 30px;
    }

    .product_gallery>ul>li .zmdi::before {
        font-size: 25px;
    }
    @media (orientation: landscape) and (max-height: 700px) {
        .modal#galleryModal .galleryModal_content #gallery_modal_right .gallery_modal_right img {
            height: 400px;
            margin-top: 25px;
        }
    }


.price_mobile_footer{
    position: fixed;
    left: 0;
    bottom: 0;
        box-shadow:0px 1px 5px rgba(0,0,0,.2);
    width: 100%;
    height: 102px;
    z-index: 99999;
    background: #fff;
}
.mobile-price-box .single__product__price{
    height:100% !important;
}
.mobile-price-box .single__product__price--new{
    font-size:13px;
}
.mobile-price-box  .single__product__price--new span{
    font-size: 15px;
}

@media screen and (max-width: 768px){
   #addToCartBtn,#price_info{
       display:none !important;
   }
}

@media screen and (max-width: 1200px){
   .basketBoxSendItem .item .itm{
       padding-right:20px;
   }
   .basketBoxSendItem .item .itm::before{
       content:none;
   }
   .itm::before{
       display:none;
       content:none;
   }
   .title-active{
       display:none;
       
   }
   .title::after{
       content:none;
   }
   .basketBoxSendItem .item .itm::after{
       content:unset !important;
   }
}
#addToCartBtn2{

        text-align: center;
        background-color: #FC7323;
        color: #fff;
        padding: 7px 20px;
        font-weight: bold;

}

header.Masai-header .search-area form.search button{
    background-color: transparent !important;
    width: auto;
    height: auto;
    border: none;
    box-sizing: none;
    position: absolute;
    left: 7px;
    top: 7px;
    line-height: 0;
}

input[type="radio"]:checked ~ .title-active{
    /*border-color:#FC7323;*/
    border-color:#fff;
}

.title-active{
    width:20px !important;
    height:20px !important;
    border-radius:50%;
    border: 4px solid #b9b9b9;
    background:transparent;
    position:absolute;
    right:0;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:1;
}

.title-active::after{
        content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:100;

}
















