

.main-inten {
    height: auto;
    min-height: 100%
}



ul {
    list-style: none;
}


/*Footer*/
.footer-bottom-bg {
    padding: 16px 0;
    background-color: #fc2779;
    color: #fff;
    font-size: 14px;
}

.footer-bottom-bg ul {
    list-style: none;
    margin: 0;
}

.footer-bottom-bg ul li {
    display: inline-block;
    padding: 10px 18px;
}

.bottom-footer-center {
    margin: auto;
    text-align: center;
}

.footer-bottom-bg ul li a {
    text-decoration: none;
    color: white;

}

.copy-size {
    font-size: 22px;
}

.bottom-footer-center p a {
    text-decoration: none;
    color: white;
    font-weight: bolder;
    margin: 1px;
}

.footer-semi-bottom-bg {
    background-color: #f3f3f3;
    color: #003243;
    padding-top: 40px;
    padding-bottom: 40px;
}

.semi-footer-logo span {
    height: 50px;
    width: 50px;
    background-color: #fc2779;
    color: white;
    border-radius: 50%;
    text-align: center;
    float: left;
    line-height: 50px;
}

.semi-footer-text h3 {
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;
    padding: 4px;
}

.semi-footer-text p {
    padding: 0 8px;
}

.semi-footer-social li {
    display: inline-block;
}

.semi-footer-social li a {
    text-decoration: none;
    color: #333;
    margin: 0px 13px;
    -webkit-transition: color 800ms;
    -moz-transition: color 800ms;
    -ms-transition: color 800ms;
    -o-transition: color 800ms;
    transition: color 800ms;
}

.semi-footer-social li a:hover {
    color: #666;
}

.semi-footer-social li svg {
    font-size: 20px;
}

.semi-footer-item > h3 {
    font-size: 17px;
    padding: 6px 0;
}

.semi-footer-item > h3 svg {
    color: #fc2779
}

.footer-middle-bg {
    background-color: #8c8d94;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.footer-menu li {
    margin-bottom: 20px;
}

.footer-middle-bg h2 {
    font-size: 20px;
    margin-bottom: 16px;
    font-weight: normal;
}

.footer-menu ul li a {
    text-decoration: none;
    color: white;
    display: inline-block;
    font-size: 13px;
}

.footer-menu ul li a:hover {
    color: #fc2779;
}

.footer-top-bg {
    background-color: #3f414d;
    padding: 40px 0;
    color: #fff;
    font-size: 15px;
}

.footer-contact svg {
    font-size: 31px;
    margin: 10px 3px;
}

.footer-contact > div > p {
    margin: 0;
}

.footer-newsletter p svg {
    font-size: 23px;
    margin-left: 5px;
}

.footer-newsletter-form input[type=email] {
    background: transparent;
    padding: 3px;
    border: none;
    width: 260px;
    border-bottom: 0.5px solid #737373;
    margin: 0 10px;
    color: white;
}

.footer-newsletter-form button {
    background: transparent;
    cursor: pointer;
    border: none;
    padding: 5px 16px;
    color: white;
    border: 1px solid white;
    border-radius: 4px;
}

/* off picture*/
.off-picture {
    padding: 0;
    margin: 30px auto;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: 800ms;
}

.off-picture:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

.off-picture img {
    width: 100%;
}

.best-brands-item {

    margin: 5px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 800ms;
}

.best-brands-item img {
    width: 100%;

}

.best-brands-item:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

.best-brands h3, .spotlight h3, .quick-links h5, top-brands h3, .choice h3, .buy-guide-header h3, .advice h3, .popup h3, .top-brands h3, .discover h3, .exclusive h3, .off-picture1 h3 {
    text-align: center;
    margin: 12px auto;
    color: #3F4158;
    font-size: 25px;
    font-weight: 400;
}

.carousel-indicators {
    bottom: -50px !important;
}

.advice-media {
    height: 316px;
}

.advice-media video, .advice-media img {
    width: 100%;
    height: 100%;
}

.advice-footer ul li svg {
    color: #fc2779;
}

.advice-footer, .spotlight-caption {
    padding: 4px 11px;
}

.advice-footer ul li {
    margin: 0px 0px 0px 8px;
    display: inline-block;
    color: #fc2779;
    font-size: 13px;

}

.advice-footer ul li .grey {
    color: #8c8d94;
    margin: 0 5px;
}

.advice-footer h6, .spotlight-caption h6 {
    font-size: 15px;
    margin: 7px 0;
}

.spotlight, .choice, .exclusive, .off-picture1, .discover, .top-brands, .popup, .advice, .best-brands {
    margin-top: 50px;
}

.advice-footer p, .spotlight-caption p {
    color: #3f414d;
    font-size: 12px;
    margin: 0;
}

.advice-footer a {
    text-decoration: none;
    color: #fc2779;
}

.spotlight-item-img {
    height: 316px;
}

.spotlight-item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: white;
}

.spotlight-item a {
    text-decoration: none;
    color: black;
}

.top-brand-item {
    text-align: center;

}

.top-brand-image:hover {

    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

.top-brand-content {
    color: #3f414d;
    font-size: 15px;
    margin: 11px;
}

.top-brand-image {
    margin: auto;
    width: 77px;
    height: 77px;
    background: white;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 800ms;
}

.discover-item {
    margin: 12px 0;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
}

.discover-image img {
    max-width: 100%;
    height: auto;
}

.discover-content {
    padding-right: 13px;
}

.discover-content a {
    text-decoration: none;
    color: black;
}

.choice .spotlight-item-img {
    height: 300px;
}

.choice .spotlight-caption {
    text-align: center;
    background-color: white;
    padding: 12px;
}

.choice .spotlight-item {
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.32);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.32);
    margin: 10px 0;
    transition: box-shadow 800ms;
}

.choice .spotlight-item:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

.buy-guide-header h3 a {
    text-decoration: none;
    float: left;
    font-size: 12px;
    margin-top: 14px;
    vertical-align: middle;
    color: #fc2779;
}

.buy-guide-header h3 a svg {
    font-size: 20px;
    font-style: normal;
}

.exclusive-item-img {
    height: 281px;
}

.exclusive-item-img img {
    width: 100%;
    height: 100%;
}

.exclusive-item {
    position: relative;
    margin-top: 10px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: box-shadow 800ms;
    margin-bottom: 10px;
}

.exclusive-item:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

.exclusive-caption {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: white;
    width: 72%;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.exclusive-caption p {
    margin: 0;
    color: #3f414d;
    font-size: 10px;
}

.exclusive-caption h6 {
    font-weight: bold;
    color: #fc2779;
    margin: 0;
}

.exclusive-item a {
    text-decoration: none;
    color: black;
}

.carousel-indicators li {
    margin: 0 6px;
    background-color: #b8b8b8;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #fc2779 !important;
}

.carousel {
    margin-bottom: 60px;
}

.carousel-control-next, .carousel-control-prev {
    width: 3%;
}

.header-right-texts p {
    font-size: 14px;
}

.header-left-icons li {
    padding: 0 10px;
    position: relative;
    display: inline-block;
}

.header-left-icons li:after {
    position: absolute;
    content: "|";
    color: black;;
    left: 0;
    top: 0
}

.header-left-icons li:last-child:after {
    content: "";
}

.header-left-icons li svg {
    margin-left: 7px;
    font-size: 15px;
}

.header-left-icons li a {
    text-decoration: none;
    color: black;
    font-size: 15px;
}

.header-left-icons li a span {
    font-size: 12px;
}

.header-right-texts {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.navbar-list li {
    margin: 0px 15px;
    display: inline-block;
    font-size: 13px;
}

.navbar-list li:hover .hidden-brand-sub {
    display: block;
    z-index: 999;
}

.navbar-list li a {
    text-decoration: none;
    color: black;
}

.nav-brand {
    float: right;
    width: 20%;
}

.navbar-list {
    width: 40%;
    float: right;
}

.navbar-list ul {
    margin: 0
}

.navbar-search {
    width: 20%;
    float: right;
}

.navbar-icons {
    width: 20%;
    float: right;
    text-align: left;
}

.navbar-search input[type=search] {
    background: #f4f4f4;
    font-size: 11px;
    background-image: url(../img/search-icon.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 99% 2px;
    padding-right: 32px;
    transition: width 500ms, border 500ms;
    padding-top: 0;
    padding-bottom: 0;
    height: 40px;
    vertical-align: middle;
    display: inline;
}

.navbar-search input[type=search]:focus {
    box-shadow: none;
    outline: none;
    /* border: none; */
    width: 130%;
    border: 1px solid #fc2779;
}

.cart-li svg {
    font-size: 20px;
}

.navbar-icons li {
    float: left;
    display: inline-block;
    margin: 0 14px;
}

.navbar-icons li a {
    text-decoration: none;
    color: black;
    font-size: 12px;
}

.navbar-icons li i {
    font-size: 20px;
}

.clear {
    clear: both;
}

.navbar-list li a:hover {
    color: #fc2779;
}

.first-ads img {
    max-width: 100%;
    height: auto;
}

.first-ads {

    padding: 0;
    margin: 20px auto;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 80ms;
    -moz-transition: box-shadow 800ms;
    -ms-transition: box-shadow 800ms;
    -o-transition: box-shadow 800ms;
    transition: box-shadow 800ms;
}

.first-ads:hover {

    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}

/*** Minimum Navbar **/
.min-nav-button {
    text-align: right;

}

.min-nav-button a {
    text-decoration: none;
    color: #646464;
    display: block;
    margin-top: 7px;
}

.min-nav-button a i {
    font-size: 22px;
}

/* Media Queries */
@media (min-width: 768px) {
    .c-product__feature-item .icons {
        width: 50px;
    }
    .c-product__feature-item span {
        display: inline-block;
        vertical-align: middle;
    }
    .c-product__feature-col {
        -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;
    }
    .main-header {
        display: block;
    }

    .min-navbar {
        display: none;
    }
}

@media (max-width: 768px) {
    .nav-brand {
        width: 100%;
    }

    .navbar-list {
        width: 100%;
    }

    .main-header {
        display: none;
    }

    .min-navbar {
        display: block;
    }

    .container {
        width: 90%;
    }
}


/* product page style */
.path-list {
    padding: 10px 0
}

.path-list ul {
    margin: 0
}

.path-list li {
    display: inline-block;
}

.path-list li a {
    text-decoration: none;
    color: #888888;
    font-size: 13px;
}

.path-list li::after {
    content: "\f053";
    color: #888888;
    margin-right: 3px;
    margin-left: 5px;
    font-size: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle
}

.path-list li:last-child::after {
    content: none;
}

.product-image-list ul li img {
    display: block;
    margin: auto;
    width: 100%;
}

.product-image-list ul li {
    padding: 9px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin: 3px;
    height: 50px;
    width: 50px;
}

.product-image-list ul li.active {
    border: 1px solid darkpink;
}

.product-image-main img {

    width: 100%;
}

.product-detail {
    border-right: 1px solid #eee;
    padding: 30px 10px 0 !important;
}

/*contact us style*/
.pink-bg {
    background-color: #375699;
    padding: 17px;
    margin: 0 0 20px auto;
}

.faqs-form {
    margin: auto;
}

.help-category-header {
    text-align: center;
}

.help-category-header h5 {
    font-size: 30px;
    margin-bottom: 25px;
    margin-top: 24px;
}

.help-cat-item {
    padding: 10px;
    text-align: center;
    border: 1px solid transparent;
}

.help-cat-i i {
    font-size: 46px;
}

.help-cat-item a {
    text-decoration: none;
    color: #333333;
}

.help-cat-item:hover {
    border: 1px solid #dedede;
}

.help-cat-title {
    font-size: 15px;
    color: rgba(252, 39, 121, 1);
    margin-top: 10px;
}

.help-category {
    border-bottom: 2px solid #375699;
    padding-bottom: 26px;
    margin-bottom: 18px;
}

.contact-us-block {
    text-align: center;
    border-bottom: 2px solid #375699;
    padding-bottom: 11px;
    margin-bottom: 18px;
}


/* Product */
.search-result-header {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 17px;
}

.search-result-header h3 {
    font-size: 22px;
    color: #3f414d;
    margin: auto;
}

.search-product-header {
    text-align: center;
    margin: 34px auto 20px auto;
    color: #3f414d;

}

.search-product-header h3 {
    font-size: 24px;
}

.result-item {
    border: 1px solid #ddd;

}

.result-item:hover .result-offerd-button-add {
    display: block;
}

.result-offered-image img {

    display: block;
    margin: auto;
    max-width: 100%;
    width: auto;
}

.result-offered-image {
    overflow: hidden;

}

.result-offered-title h5 {
    font-size: 14px;
    color: #2a2a2a;
    line-height: 1.7;
    padding: 0 10px;
}

.result-offered-title a:hover {
    text-decoration: none;
}

.result-offerd-button-add, .featured {
    display: none;
}

.result-offerd-text {
    text-align: right;
}

.result-offerd-text a {
    text-decoration: none;
    color: #fc2779;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
}

.product-off {
    color: #fc2779;
}

.product-price{
    margin-top: 20px;
}

.product-price-orgin {
    color: #8c8d94;
    text-decoration: line-through;
    font-size: 11px;
    margin-right: 5px
}

.product-price-offed {
    color: #375699;
}

.result-offerd-button-add {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.result-offerd-button-add a {
    display: inline-block;
}

.result-offerd-button-add a:first-child {
    width: 30%;
    float: right;
    padding: 12px;
    text-decoration: none;
    color: #ec1010;
    font-size: 24px;
    border-top: 1px solid #eee;
    background-color: white;
}

.result-offerd-button-add a:last-child {
    width: 70%;
    float: left;
    background-color: #375699;
    padding: 16px;
    text-decoration: none;
    color: white;
}

.size-section-search {
    padding: 21px;
    color: #888888;
}


.result-offered-price ul li {
    display: inline-block;
    margin: 3px;
    padding: 0 8px;
    color: #375699;
    font-size: 18px;
    font-weight: bold;
}

.featured {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 10px;
}

.featured ul {
    list-style: disc;
}

.featured a:first-child {
    float: left;
    text-decoration: none;
    color: #fa2779;
}

.feature-hover-list {
    padding: 24px;
}

.loadmore-result a {
    display: block;
    margin: 10px auto;
    text-decoration: none;
    color: white;
    background-color: rgba(3, 2, 26, 0.6);
    /* margin: 10px; */
    padding: 6px 28px;
}

.loadmore-result {
    text-align: center;
}

/* * * * * Product Search Page ----> Filter Section Style * * * * */

.search-product-filter {
    background-color: white;
    padding: 10px;
    margin-top: 10px;

}

.search-product-filter input[type=submit] {
    color: white;
    font-size: 13px;
}

.filter-item-header {
    overflow: hidden;
}

.filter-item-body {
    height: 280px;
    overflow-y: auto;
}

.filter-item-choose-options li {
    margin: 10px;
}

.filter-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.filter-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {

    position: absolute;
    top: 0;
    right: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
    border: 1px solid #969696;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.filter-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.filter-checkbox-container input:checked ~ .checkmark {
    background-color: #5cd285;
    border-color: #5cd285;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.filter-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filter-checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-checkbox-container span:first-child {
    padding-right: 33px;
    font-size: 14px;
}

.filter-item-body {
    display: none;
}

.filter-item-header {
    cursor: pointer;
    color: #3f414d;
    padding: 5px 2px;
    font-size: 13px;
}
.float-left {
    float: left !important;
}
.filter-item-header span:first-child {
    color: #cbcbcb;
}

.filter-pink {
    color: #375699 !important;
}
.filter-item-header .fas {
    font-size: 11px;
    color: #375699;
}
.filter-applied {
    background-color: white;
    padding: 10px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.filter-applied-list ul li {
    cursor: pointer;
    display: inline-block;
    border: solid 1px #e1e1e1;
    padding: 5px;
    border-radius: 2px;
    margin: 4px;
}

.filter-applied-list ul li span {
    margin: 4px;
    color: #989898;
}

.filter-applied-header a {
    text-decoration: none !important;
    color: #fc2779 !important;
}

.filter-applied-header {
    margin-bottom: 10px;
    padding: 3px;
    font-size: 14px;
}

#sort-filter {
    margin: 10px auto;
    background-color: white;
    /* border: unset; */
    padding: 7px;
}


/* Customize the label (the container) */

/* Hide the browser's default radio button */

/* Create a custom radio button */
.checkmark2 {
    position: absolute;
    top: 11px;
    right: 0;
    height: 19px;
    width: 19px;
    background-color: white;
    border: 2px solid #979797;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.filter-checkbox-container:hover input ~ .checkmark2 {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.filter-checkbox-container input:checked ~ .checkmark2 {
    background-color: #375699;
    border-color: #acb1aebf;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.filter-checkbox-container input:checked ~ .checkmark2:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.filter-checkbox-container .checkmark2:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#sort-filter .filter-item-body li {
    border-bottom: 1px solid #ebebeb;
}


/* * ** * * * * Product Page Style ** * * * * */



.product-detail h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.rating-product ul li:last-child {
    border-left: none;
}

.product-price ul li {
    display: inline-block;
    margin: 4px 10px;
    padding-left: 10px;
    font-size: 16px;
}

.product-price ul li:first-child {
    /*border-left: 1px solid #dadada;*/
}

.product-offer {
    font-size: 14px;
    color: #3f3f3f;
    padding: 14px 0;
}

.size-choose select {
    border: none;
    font-family: IRANSans;
    font-size: 12px;
    /*margin-top: 11px;*/
}

.size-lists li {
    display: inline-block;
}

.size-lists li a {
    text-decoration: none;
    color: #8c8d94;
    border: 1px solid #8c8d94;
    -webkit-border-radius: 40%;
    -moz-border-radius: 40%;
    border-radius: 40px;
    padding: 4px 8px;
    font-size: 11px;
}

.product-add-to-cart a {

    border-radius: 4px;
}

.product-add-to-cart a:hover {
    text-decoration: none !important;
    color: white !important;
    background-color: #0d994a;
}

.product-auction a {
    text-decoration: none !important;
    color: white !important;
    background-color: #e2081f;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 0;
    font-size: 12px;
    float: right;
    cursor: pointer;

}
.product-auction a:hover {
    text-decoration: none !important;
    color: white !important;
    background-color: #e2081f;
}

.product-features {
    display: none;
    overflow: hidden;
    color: #3f414d;
    background-color: #f7f7f7;
    padding: 0 17px;
    -webkit-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);

    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);

}

.product-fe-list {
    float: right;
    margin: 7px 0px;
}

.product-fe-list ul li {
    display: inline-block;
    margin-right: 14px;
    font-size: 13px;
}

.product-fe-list ul li i {
    margin-left: 9px;
    border-radius: 50%;
    padding: 10px;
    text-shadow: -1px -1px 2px rgb(0, 0, 0);
    background-color: #8c8d94;
    color: white;
    -webkit-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
}

.product-fe-list ul {
    margin-bottom: 0;
}

.product-powered {
    float: left;
}

.product-powered p {
    margin-top: 14px;
    margin-bottom: 0px;
    font-size: 12px;
}

.product-box-buy {
    padding: 15px;
}

.product-add-to-cart {
    /*border-left: 1px solid #eee;*/
    text-align: center;

}

.whole-form {
    border: 1px solid #eee;
    padding: 5px 14px;
    border-radius: 5px;
}

.whole-form input[type=text] {
    border: none;
    font-family: INHERIT;
    font-size: 12px;
}

.whole-form input[type=submit] {
    border: none;
    background-color: white;
    color: #fc2779;
    float: left;
    cursor: pointer;
    font-family: inherit;
    font-size: 12px;
    padding-top: 4px;
}

.delivery-product i {
    margin-left: 8px;
    color: #fc2779;
}

.delivery-product {
    margin-top: 23px;
}

.product-add-to-cart p {
    background-color: #2f314a;
    margin-top: 11px;
    padding: 10px;
    border-radius: 7px;
    color: white;
    width: 62%;
    margin: 10px auto;
}





.product-desc-de__sizeable {
    overflow: hidden;
}

.product-desc-de__sizeable img {
    max-width: 100% !important;
    object-fit: content;
}

.pro-desc-load-more, .display-review-load-more, .see-more-question {
    text-align: center;
    border-top: 1px solid #eee;
}

.pro-desc-load-more a, .display-review-load-more a, .see-more-question a {
    text-decoration: none;
    color: #343637;
    padding: 10px;
    display: inline-block;
}

.pro-desc-load-more a i, .display-review-load-more a i, .see-more-question a i {
    color: #061226;
}

.reviews-qa-tab {
    background-color: #f7f7f7;
    margin: 10px auto;
}

.qa-review-header {

    background-color: white;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.qa-review-header ul li {
    display: inline-block;

}

.qa-review-header ul li:hover a, .qa-review-header ul li.active a {
    color: #fc2779;
    border-bottom: 2px solid #fc2779;
}

.qa-review-header ul li a {
    display: inline-block;
    text-decoration: none;
    color: #60606f;
    padding: 18px;
    border-bottom: 2px solid transparent;
}

.qa-review-header ul {
    margin-bottom: 0px;
}

.review-display-bg {
    background-color: white;
}

.main-rating-display, .main-rating-opend-stars, .write-a-review, .make-new-star {

    float: right;
    width: 50%;
    text-align: center;
    margin-top: 10px;
    padding: 6px;
    margin-bottom: 12px;
}

.star-sec span {

    display: inline-block;
}

.star-sec span:first-child {
    float: right;
}

.star-sec span:last-child {
    float: left;
}

.star-sec .main-progress {
    width: 60%;
}

.progress {
    height: 3px !important;
}

.progress-bar {
    background-color: #3f414d;
}

.make-new-rating {
    overflow: hidden;
}

.hav-pur {
    font-size: 10px;
    color: #3e3e3e;
}

.write-a-review {
    font-size: 13px;
    color: #3e3e3e;
}

.write-a-review a {
    text-decoration: none;
    background-color: #fc2779;
    color: white;
    padding: 15px 23px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
}

.display-review-body {
    background-color: white;
    padding: 17px;
}

.mt43 {
    margin-top: 43px;
}

.display-reviwes-header h3 {
    font-size: 17px;
    margin-bottom: 13px;
    padding-right: 4px;

}

.display-reviews-item {
    border-bottom: 1px solid #3333;
    padding-bottom: 19px;
    margin-bottom: 19px;
    font-size: 14px;
}

.display-reviews-item:nth-last-child(2) {
    margin-bottom: 0;
    border-bottom: 0;
}

.display-review-item-header h4 {
    font-size: 16px;
}

.review-item-dates-rate ul li {
    display: inline-block;
    border-left: 1px solid #eee;
    padding: 0px 6px;
}

.review-item-dates-rate ul li:last-child {
    border-left: none;
}

.review-item-main p a {

    text-decoration: none;
    color: #fc2779;
}

.review-item-main p {
    color: #666;
}

.review-like a {

    text-decoration: none;
    color: #666;
    font-size: 11px;
}

.reviews-tab-body {
    display: none;
}

.q-a-tab-body {
    background-color: white;
    padding: 35px;
}

.q-a-tab-body p {
    text-align: center;
    font-size: 14px;
    color: #232238;
}

.ask-your-q a {
    text-align: center;
    display: block;
    text-decoration: none;
    color: #375699;
    font-size: 19px;
}

.hidden-ask-q form input, .hidden-ask-q form textarea {
    border-color: #eee;
    box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5) !important;
}

.hidden-ask-q label {
    color: #666
}

.hidden-ask-q {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}

.hidden-ask-q a {
    text-decoration: none;
    color: #375699;
    float: left;
    padding-left: 16px;
}

.hidden-ask-q form button {
    background-color: #375699;
    padding: 10px 40px;
    color: white;
    border-color: #375699;
    box-shadow: none !important;
}

.hidden-question-header {
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    font-size: 14px;
}

.hidden-question-nums {
    float: right;

}

.hidden-question-nums p {
    color: #666 !important;
    margin-bottom: 0px;
}

.hidden-question-sort {
    float: left;
    color: #666;
}

.hidden-question-sort a {
    display: inline-block;
    text-decoration: none;
    color: #666;
    border-left: 1px solid #dedede;
    padding: 3px 9px;
}

.hidden-question-sort a:hover, .hidden-question-sort a.active {
    color: #375699;
    border-bottom: 2px solid #375699;
}

.hidden-question-sort a:last-child {
    border-left: none;
}

.question-item {
    padding: 5px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 16px;
    padding-bottom: 35px;
}

.question-item:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0px;
}

.reply-section {
    clear: both;
    margin: 23px;
    background-color: #ddd;
    padding: 24px;
}

.reply-avatar-image, .question-avatar-image {
    width: 60px;
    height: 60px;
    float: right;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-left: 17px;
}

.reply-avatar-image img, .question-avatar-image img {
    width: 100%;
}

.reply-question-item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 23px;
    padding-bottom: 16px;
}

.question-quote p, .reply-main-detail p {
    text-align: right;
}

.question-dependies, .reply-dependies {
    color: #9A9AA3 !important;
}

.question-dependies span, .reply-dependies span {
    font-size: 12px;
    border-left: 1px solid #ebebeb;
    margin: 5px;
    padding-left: 10px;
}

.question-dependies span:last-child, .reply-dependies span:last-child {
    border-left: none;
}

.like-question, .like-question-reply {
    cursor: pointer;
    float: left;
    background-color: #f3f3f3;
    padding: 4px 10px;
    color: #5a5a5a;
    border: 1px solid #ccc;
    border-radius: 3px;

}

.have-a-question {
    text-align: center;
}

.have-a-question a {
    text-decoration: none;
    color: #fc2779;
    text-align: center;
}


/******** about us page ************/
.about-us-page {
    background-color: white;
    padding: 24px;
    margin: 20px auto;
    box-shadow: 0px 1px 2px rgba(170, 170, 170, 0.5);
    position: relative;
    line-height: 35px;
    text-align: justify
}

.page-header-about {
    position: absolute;
    top: 17px;
    right: 0;
    background-color: #375699;
    color: white;
    padding: 10px 42px;
    border-radius: 10px 0px 0px 95px;
}

.about-us-header {
    margin-top: 58px;
    overflow: hidden;
}


/*Contact Us*/
.faqs-search input[type=search] {
    padding: 6px 19px;
    border: none;
    width: 92%;
}

@media (max-width: 580px) {
    .faqs-search input[type=search] {
        width: 83%;
    }
}

.faqs-search button {
    background-color: transparent;
    color: #375699;
    border: none;
    font-size: 26px;
    float: left;
}

.faqs-form {
    width: 80%;
}

.faqs-search {
    background-color: white;
    padding: 9px;
    width: 100%;
    border-radius: 6px;
}

.faqs-form {
    width: 80%;
}

.access-menu-item ul li a {
    text-decoration: none;
    color: rgb(139, 139, 139);
    font-size: 15px;
}

.access-menu-item ul li a:hover {
    color: #fc2779;
}

.access-menu-item h5 {
    margin-bottom: 20px;
}

.nyka-access-footer {
    border-bottom: 3px solid #fc2779;
    padding-bottom: 28px;
}

.contact-footer-copy {
    float: right;
}

.contact-footer-socials {
    float: left;
}

.contact-footer-socials ul li {
    display: inline-block;
}

.contact-footer-socials ul li a {
    display: inline-block;
    text-decoration: none;
    color: #fc2779;
    font-size: 20px;
    margin: 0 10px;
}

.contact-footer-socials ul li a:hover {
    color: #343637;
}

.access-menu-item {
    text-align: center;
}

.con-footer {
    padding: 18px 0;
}

.contact-us-logo img {
    display: block;
    float: left;
}

.back-to-help a {
    text-decoration: none;
    color: #373737;
    display: inline-block;
    margin-top: 15px;
}


/* Image Zoomer*/
* {
    box-sizing: border-box;
}

.img-zoom-container {
    position: relative;
}

.img-zoom-lens {
    cursor: crosshair;
    position: absolute;
    border: 1px solid #d4d4d4;
    /*set the size of the lens:*/
    width: 40px;
    height: 40px;
}

#myresult {
    box-shadow: rgba(202, 202, 202, 0.75) 0px 0px 10px 0px;
}

.img-zoom-result {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 37px;
    width: 50%;
    border: 1px solid #d4d4d4;
    /* width: 300px; */
    height: 500px;
    background-repeat: no-repeat;
}


/** Slider Start **/

.MultiCarousel {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.MultiCarousel .MultiCarousel-inner {
    transition: 1s ease all;
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
    float: left;
}

.MultiCarousel .MultiCarousel-inner .item > div {
    text-align: center;
    padding: 10px;
    margin: 10px;
}

/*.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { left:0; }
.MultiCarousel .rightLst { right:0; }*/

.leftLst {
    cursor: pointer;

    position: absolute;
    cursor: pointer;
    float: right;
    top: 50%;
    left: 0%;
    background-color: white;
    display: inline-block;
    padding: 9px;
    box-shadow: 0px 0px 2px #868686;
}

.rightLst {
    cursor: pointer;

    position: absolute;
    cursor: pointer;
    float: right;
    top: 50%;
    right: 0%;
    background-color: white;
    display: inline-block;
    padding: 9px;
    box-shadow: 0px 0px 2px #868686;
}

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over {
    pointer-events: none;
    background: #ccc;
}

.product-similar {
    overflow: hidden;
}

.MultiCarousel-inner .item .result-item {
    margin: 5px !important;
}

/** Slider End **/

/*Hidden Menus*/
.sub-menu-item {
    width: 16.666667%;
    float: right;
    text-align: center;
}

.sub-menu-item li a {
    text-decoration: none;
    color: rgba(3, 2, 26, 0.5);
    font-size: 12px;
}

.sub-menu-item li a:hover {
    color: #fc2779;
}

.sub-menu-item h4 {
    color: rgba(3, 2, 26, 0.8);
    font-size: 13px;
    margin: 20px 0 10px;
}

.sub-menu-item:nth-child(odd) {
    background-color: white;
}

.sub-menu-item:nth-child(even) {
    background-color: #f7f7f7;

}

.header-very-down ul li:hover .sub-menu-hidden {
    display: block
}

.header-very-down > ul > li {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    font-size: 13px;
    border-bottom: 3px solid transparent;
}

.header-very-down > ul > li:hover {
    border-bottom: 3px solid #fc2779;
    font-weight: 600;
}

.header-very-down > ul > li:hover > a {
    color: #fc2779;
}

.header-very-down ul {
    margin: 0;
}

.header-very-down li a {
    text-decoration: none;
    color: rgba(3, 2, 26, 0.5);
    display: block;
}

.sub-brand-details {
    padding: 30px;
    background-color: #f7f7f7;
}

.sub-brand-header {
    text-align: center;
}

.sub-brand-header li a {
    text-decoration: none;
    color: #333;
    background-color: #d8d8d8;
    display: inline-block;
    padding: 0;
    margin: 0 8px;
    width: 134px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.sub-brand-header li {
    display: inline-block;
    margin: 0;
}

.sub-brand-header li:hover a {
    background-color: #fc2779;
    color: white;
}

.sub-brand-detail-img-item img {

    width: 100%;
    max-height: 100px;

}

.sub-brand-detail-img-item {
    margin-bottom: 10px;
}

.sub-brand-search-form form input[type=search] {
    border: 1px solid #eee;
    padding: 8px;
    /* font-size: 19px; */
    width: 100%;
    background-image: url(../img/search-icon.png);
    background-repeat: no-repeat;
    background-position: 1px 50%;
    background-size: 36px 36px;
    padding-left: 39px;
    height: 40px
}

.sub-brand-list {
    border-top: 1px solid #ddd;
    margin-top: 21px;
    padding-top: 11px;
}

.sub-brand-list li a {
    text-decoration: none;
    color: #212121de;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
}

.hidden-brand-sub {
    display: none;
    position: absolute;
    background-color: white;
    left: 50%;
    transform: translate(-50%, 0);
}

.search-brand-index {
    padding-top: 25px;
}

.header-very-down {

    line-height: 50px;
    position: relative;
}

.sub-menu-hidden {
    display: none;
    position: absolute;
    background-color: white;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    line-height: 30px;
}


/**** Hidden Slide ****/
.hidden-side {
    display: none;
    position: fixed;
    top: 0;
    right: 0px;
    background-color: #f2f2f2;
    height: 100%;
    width: 80%;
    z-index: 99999;
    /* padding: 20px; */
    text-align: left;
    box-shadow: 0px 0px 17px -2px #aeaeae;
    padding: 10px;
}

.hidden-side a {
    text-decoration: none;
    color: #585858;
    display: block;
    padding: 8px;

}

.hidden-side ul li:last-child {
    border-bottom: none;
}

.hidden-side ul li {
    list-style: -moz-gujarati;

}

.hidden-main-ul {
    border-bottom: 1px solid #dedede;
}

.hidden-close {
    text-align: right;
}

.hidden-side ul li a:hover {
    background-color: #fc2790;
}

.hidden-main-ul ul ul {
    display: none;
}

.hidden-side ul li a:hover {
    color: white;
}


/**********/
.product-image-like {
    margin-top: 33px;
}

.product-image-like p a {
    text-decoration: none;
    color: #e2081f;
    display: inline-block;
    float: left;
    font-size: 24px;
}

#demo {
    width: 100%;
}

#demo img {
    width: 100%;
}

.brand-sliders-item {
    width: 100%;
}


.brand-slider-header {
    margin: 20px 0 10px;
}

.brand-slider-header a {
    text-decoration: none;
    color: #fc2790;
}

.brand-slider-header i {
    margin-right: 5px;
}

.d25d {
    width: 33%;
    float: left;
}

.d25d img {
    width: 100%;
}

.d75d {
    width: 67%;
    float: left;
    text-align: center;
    padding: 41px;
    background-color: #ddd;
    vertical-align: middle;
    margin-top: 20 p;
    padding-top: 61px;
}

.d75d p {
    font-size: 11px;
}

.d75d a {
    text-decoration: none;
    color: #fc2779;
}

.tak-image img {
    width: 100%;
}

.header-left-icons {
    text-align: left;
    line-height: 40px;
}

.header-top {
    height: 40px;
    background-image: url(../img/usbar.jpg);
}

.header-top > img {
    width: 100%;
}

.header-left-icons a i {
    color: #2b3e45;
}

.header-left-icons a:hover {
    color: white;
}

.header-left-icons a:hover i {
    color: white;
}

.header-left-icons ul {
    margin: 0;
}

/**** Automata Header text*****/

.header-right-texts p {
    display: none;
    margin: 0;

}

.header-right-texts p.active {
    display: block;
    margin: 0;


}

.header-right-texts p a {
    text-decoration: none;
    color: black;
}

.header-right-texts p a:hover {
    color: white;
}

/******/
.header-mddle {
    border-bottom: solid 1px #e6dede;
    line-height: 62px;
    height: 62px;
}

.header-down {
    overflow: hidden;
}

.navbar-icons li:first-child i {
    font-size: 11px;
    margin-right: 2px;
}

.nav-brand img {
    width: 100px;
    height: 35px;
}

.toTop {
    background-color: #000000a6;
    color: white;
    font-size: 17px;
    /* opacity: 0.85; */
    position: fixed;
    bottom: 20px;
    right: 0;
    border-radius: 5px 0 0 5px;
    padding: 10px 24px;
}

.toTop a {
    text-decoration: none;
    color: white;
}

/**********/
.about-page-image {
    position: relative;
    background-color: #353535;
    height: 500px;
    overflow: hidden;
}

.about-page-image img {
    width: 100%;
    opacity: 0.20;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-page-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.about-page-abs2 {
    position: absolute;
    top: 93%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 0px 0px 12px #fff;
}

.about-page-abs2 li {
    display: inline-block;
    margin: 10px;
    text-shadow: none !important;

}

.about-page-abs2 a {
    text-decoration: none;
    color: white;
}

.about25 {
    width: 25%;
    float: right;
    padding: 20px;

}

.about25 img {
    max-width: 100%;
}

.about75 {
    width: 75%;
    float: left;
    padding: 20px;

}

@media (max-width: 768px ) {
    .about25 {
        width: 40%;


    }

    .about75 {
        width: 60%;


    }
}

@media (max-width: 468px ) {
    .about25 {
        width: 100%;


    }

    .about75 {
        width: 100%;


    }
}

.product-image-list li {
    cursor: pointer;
}

.brand-slider .carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
    border-radius: unset !important;
    background-color: black;
}

.black-narrow ul li {
    list-style: none;
    display: inline-block;

    padding: 10px 3.65%;
}

.black-narrow ul li:last-child {
    padding-left: 0;
}

.black-narrow ul li:first-child {
    padding-right: 0;
}

.black-narrow ul li a {
    text-decoration: none;
    color: white;

}

.black-narrow {
    background-color: black;
    margin: 10px auto;
}

.fourImg-item {
    width: 25%;
    float: right;
}

.fourImg-item img {
    width: 100%;
    height: 350px;
}

.fourImg {
    overflow: hidden;
    margin: 50px auto;
}

.about-brand img {
    width: 100%;
}

.shop-all-brand {
    text-align: center;
}

.shop-all-brand a {
    display: inline-block;
    background-color: black;
    text-decoration: none;
    color: white;
    padding: 13px 58px;
    /* border-radius: 5px; */
    margin: 61px;
}

.social-brand {
    border-top: 2px solid #fc2790;
    padding-top: 21px;
    margin: 0;
    font-size: 13px;
}

.brand-social-item ul li {
    display: inline-block;
}

.brand-social-item ul li a {
    text-decoration: none;
    color: white;
    display: inline-block;
    background-color: black;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 3px;
    text-align: center;
    font-size: 23px;
}

.brand-social-item h5 {
    font-size: 14px;
}

.brand-social-item form {
    width: 72%;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: auto;
}

.brand-social-item form input[type=email] {
    background-color: transparent;
    border: navajowhite;
    padding: 9px;
    width: 80%;
}

.brand-social-item form button {
    background-color: transparent;
    border: navajowhite;
    width: 18%;
    color: #d7d7d7;
    font-size: 21px;
    padding: 3px;
}

.brand-social-item p i {
    border: 2px solid #262626;
    padding: 4px;
    border-radius: 50%;
    margin-left: 17px;
}

.nyka-access-brand-footer {
    border-top: 2px solid #fc2790;
    margin-top: 13px;
    padding-top: 25px;
}

.no-margin .row {
    margin-right: 0;
    margin-left: 0;
}

.nyka-access-brand-footer .col-md-25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (max-width: 768px) {
    .nyka-access-brand-footer .col-md-25 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.nyka-certificate li {
    display: inline-block;
    margin: 16px 50px;
    font-size: 14px;
}

.nyka-certificate {
    margin-top: 20px;
    background-color: #dedede;
}

.nyka-certificate ul {
    margin: 0;
}

.nyka-certificate li i {
    margin-left: 10px;
}

.nyka-footer-parag {
    margin-top: 43px;
    font-size: 13px;
    text-align: justify;
    color: #000000d1;
}

.nyka-black-brand-footer {
    margin-top: 20px;
    background-color: #333;
    text-align: center;
}

.nyka-black-brand-footer ul li {
    display: inline-block;
    margin: 14px 27px;
}

.nyka-black-brand-footer ul li a {
    text-decoration: none;
    color: white;
}

.nyka-black-brand-footer ul {
    margin: 0;
}

.nyka-black-brand-footer ul a:hover {
    color: #fc2790;
}

.nyka-black-brand-footer p {
    color: #535353;
    font-size: 12px;
    margin-bottom: 2px;
}

.social-brand .col-4:last-child .brand-social-item {
    float: left;
    margin-left: 20px;
}

.social-brand .col-4:nth-child(2) .brand-social-item {
    text-align: center;
}

.nyka-black-brand-footer p a {
    text-decoration: none;
    color: #535353;
}

.brand-item-detail h5 a {
    text-decoration: none;
    color: black;
    font-size: 14px;
}

.brand-item-detail h5 a:hover {
    color: #fc2790;
}

.brand-item-detail p {
    margin-bottom: 2px;
}

.brand-price {
    color: #fc2790;
}

.brand-gram {
    color: #eb7487 !important;
    font-size: 13px;
}

.brand-item {
    position: relative;
}

.brand-item-offer {
    position: absolute;
    top: 15%;
    left: 5%;
}

.brand-item-like {
    position: absolute;
    top: 5%;
    left: 5%;
}

.brand-item-like a {
    text-decoration: none;
    color: #fc2790;
}

.brand-item-add-to-bag {
    display: none;
    position: absolute;
    top: 82%;
    left: 37%;
}

.brand-item-add-to-bag a {
    text-decoration: none;
    color: black;
    font-size: 12px;
    background-color: white;
    display: inline-block;
    border: 1px solid black;
    padding: 3px 5px;
}

.bestseller-brand h5 {
    text-align: center;
}

.bestseller-brand h5 span {
    border-bottom: 1px solid #0f0f10;
}

@media (max-width: 768px) {
    #myresult {
        display: none;
    }
}

.product-desc-header ul li {
    display: inline-block;
    padding: 9px;
    border: 1px solid transparent;
    font-size: 14px;
    margin-bottom: -1px;

}

.product-desc-header ul li.active, .product-desc-header ul li:hover {

    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;

}

.product-desc-header ul li.active a, .product-desc-header ul li:hover a {
    color: #375699;
}

.product-desc-header ul li a {
    text-decoration: none;
    color: black;
}

.product-desc-de {
    display: none;
}

#prd-t {
    display: block;

}

.product-desc-header ul {
    margin: 0;
}

.product-desc-header {
    background-color: white;
    border-bottom: 1px solid #eee;
}

.make-a-review {
    display: none;
    padding: 30px;
}

.make-a-review button {
    text-decoration: none;
    background-color: #fc2779;
    color: white;
    padding: 15px 23px;
    display: inline-block;
    font-size: 14px;
}

.hidden-cart {
    display: none;
    font-size: 13px;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 999999;
    background-color: #eeeeee;
    height: 100%;
}

.hidden-cart-close {
    background-color: white;
    padding: 16px;
    text-align: center;
}

.cart-item-pic img {
    width: 100px;
    height: 96px;
    display: block;
    margin: auto;
}

.hidden-cart-item {
    background-color: white;
    margin: 10px;
    padding: 9px;
    box-shadow: 0px 0px 5px #b8b8b8;
}

.bt1 {
    border-top: 1px solid #a6a6a6;
}

.hidden-cart-payment-details h5 {
    text-align: center;
}

.hidden-cart-payment-details-body {
    overflow: hidden;
    background-color: white;
    margin: 10px;
    padding: 5px;
    box-shadow: 0px 0px 5px #b8b8b8;
}

.hidden-cart-payment-details-body li {
    display: block;
    clear: both;
}

.hidden-cart-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
}

.w1 {
    width: 50%;
    background-color: #ffffff;
    padding: 12px;
    text-align: center;
}

.w2 {
    width: 50%;
    background-color: #fc2770;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    color: white;
}

.w2:hover {
    text-decoration: none;
    color: white;
}

.cart-item-details h4 {
    font-size: 16px;
}

.hidden-cart-item .row {
    margin: 0;
}

.hidden-cart-item .row > div {
    padding: 0;
}

.cart-item-delete a {
    text-decoration: none;
    color: #dedede;
}

.hidden-cart-close a {
    text-decoration: none;
    color: #fc2790;
}

.hidden-cart-payment-details h5 {
    font-size: 14px;
}

.min-searc-cart ul {
    margin: 0;
}

.min-searc-cart ul li {
    display: inline-block;
    padding: 6px;
}

.min-searc-cart ul li a {
    text-decoration: none;
    color: #646464;
}

.min-nav-brand img {
    height: 27px;
    text-align: center;
    margin: auto;
    display: block;
    width: 85px;
    margin-top: 3px;
}

.min-navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 1px 0px 5px #dedede;
    background-color: #eeeeee;
}

.search-hidden input {
    padding: 0px 20px;
    border-radius: 20px;
}

.xsearch-hidden {
    display: none;
}

.header-very-down ul ul li {
    display: block;
    width: 100%;
    font-size: 17px;
}

.brand-item {
    background-color: white;
    box-shadow: 0px 0px 8px #e6e5e5;
}

.brand-item:hover {
    border-bottom: 2px solid #000;
}

.brand-item:hover .brand-item-add-to-bag {
    display: block;
}

.bestseller-brand {
    margin-bottom: 50px;
    overflow: hidden;

}

.best-brand .col-12, .best-brand .col-sm-6, .best-brand .col-md-3 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.copyright-inten {
    margin: 0;
    color: #fff;
    color: #eee;
    font-size: 13px;
}

.bottom-footer-center p.copyright-inten a {
    font-weight: normal;
    color: #eee;
}

/* # Semantic UI 2.4.0 - Rating*/
.ui.progress {
    position: relative;
    display: block;
    max-width: 100%;
    border: none;
    margin: 1em 0 2.5em;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, .1);
    padding: 0;
    border-radius: .28571429rem
}

.ui.progress:first-child {
    margin: 0 0 2.5em
}

.ui.progress:last-child {
    margin: 0 0 1.5em
}

.ui.progress .bar {
    display: block;
    line-height: 1;
    position: relative;
    width: 0%;
    min-width: 2em;
    background: #888;
    border-radius: .28571429rem;
    -webkit-transition: width .1s ease, background-color .1s ease;
    transition: width .1s ease, background-color .1s ease
}

.ui.progress .bar > .progress {
    white-space: nowrap;
    position: absolute;
    width: auto;
    font-size: .92857143em;
    top: 50%;
    right: .5em;
    left: auto;
    bottom: auto;
    color: rgba(255, 255, 255, .7);
    text-shadow: none;
    margin-top: -.5em;
    font-weight: 700;
    text-align: left
}

.ui.progress > .label {
    position: absolute;
    width: 100%;
    font-size: 1em;
    top: 100%;
    right: auto;
    left: 0;
    bottom: auto;
    color: rgba(0, 0, 0, .87);
    font-weight: 700;
    text-shadow: none;
    margin-top: .2em;
    text-align: center;
    -webkit-transition: color .4s ease;
    transition: color .4s ease
}

.ui.indicating.progress[data-percent^="1"] .bar, .ui.indicating.progress[data-percent^="2"] .bar {
    background-color: #d95c5c
}

.ui.indicating.progress[data-percent^="3"] .bar {
    background-color: #efbc72
}

.ui.indicating.progress[data-percent^="4"] .bar, .ui.indicating.progress[data-percent^="5"] .bar {
    background-color: #e6bb48
}

.ui.indicating.progress[data-percent^="6"] .bar {
    background-color: #ddc928
}

.ui.indicating.progress[data-percent^="7"] .bar, .ui.indicating.progress[data-percent^="8"] .bar {
    background-color: #b4d95c
}

.ui.indicating.progress[data-percent^="100"] .bar, .ui.indicating.progress[data-percent^="9"] .bar {
    background-color: #66da81
}

.ui.indicating.progress[data-percent^="1"] .label, .ui.indicating.progress[data-percent^="2"] .label {
    color: rgba(0, 0, 0, .87)
}

.ui.indicating.progress[data-percent^="3"] .label {
    color: rgba(0, 0, 0, .87)
}

.ui.indicating.progress[data-percent^="4"] .label, .ui.indicating.progress[data-percent^="5"] .label {
    color: rgba(0, 0, 0, .87)
}

.ui.indicating.progress[data-percent^="6"] .label {
    color: rgba(0, 0, 0, .87)
}

.ui.indicating.progress[data-percent^="7"] .label, .ui.indicating.progress[data-percent^="8"] .label {
    color: rgba(0, 0, 0, .87)
}

.ui.indicating.progress[data-percent^="100"] .label, .ui.indicating.progress[data-percent^="9"] .label {
    color: rgba(0, 0, 0, .87)
}

.ui.indicating.progress[data-percent="1"] .bar, .ui.indicating.progress[data-percent="2"] .bar, .ui.indicating.progress[data-percent="3"] .bar, .ui.indicating.progress[data-percent="4"] .bar, .ui.indicating.progress[data-percent="5"] .bar, .ui.indicating.progress[data-percent="6"] .bar, .ui.indicating.progress[data-percent="7"] .bar, .ui.indicating.progress[data-percent="8"] .bar, .ui.indicating.progress[data-percent="9"] .bar {
    background-color: #d95c5c
}

.ui.indicating.progress[data-percent="1"] .label, .ui.indicating.progress[data-percent="2"] .label, .ui.indicating.progress[data-percent="3"] .label, .ui.indicating.progress[data-percent="4"] .label, .ui.indicating.progress[data-percent="5"] .label, .ui.indicating.progress[data-percent="6"] .label, .ui.indicating.progress[data-percent="7"] .label, .ui.indicating.progress[data-percent="8"] .label, .ui.indicating.progress[data-percent="9"] .label {
    color: rgba(0, 0, 0, .87)
}

.ui.indicating.progress.success .label {
    color: #1a531b
}

.ui.progress.success .bar {
    background-color: #21ba45 !important
}

.ui.progress.success .bar, .ui.progress.success .bar::after {
    -webkit-animation: none !important;
    animation: none !important
}

.ui.progress.success > .label {
    color: #1a531b
}

.ui.progress.warning .bar {
    background-color: #f2c037 !important
}

.ui.progress.warning .bar, .ui.progress.warning .bar::after {
    -webkit-animation: none !important;
    animation: none !important
}

.ui.progress.warning > .label {
    color: #794b02
}

.ui.progress.error .bar {
    background-color: #db2828 !important
}

.ui.progress.error .bar, .ui.progress.error .bar::after {
    -webkit-animation: none !important;
    animation: none !important
}

.ui.progress.error > .label {
    color: #912d2b
}

.ui.active.progress .bar {
    position: relative;
    min-width: 2em
}

.ui.active.progress .bar::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: .28571429rem;
    -webkit-animation: progress-active 2s ease infinite;
    animation: progress-active 2s ease infinite
}

@-webkit-keyframes progress-active {
    0% {
        opacity: .3;
        width: 0
    }
    100% {
        opacity: 0;
        width: 100%
    }
}

@keyframes progress-active {
    0% {
        opacity: .3;
        width: 0
    }
    100% {
        opacity: 0;
        width: 100%
    }
}

.ui.disabled.progress {
    opacity: .35
}

.ui.disabled.progress .bar, .ui.disabled.progress .bar::after {
    -webkit-animation: none !important;
    animation: none !important
}

.ui.inverted.progress {
    background: rgba(255, 255, 255, .08);
    border: none
}

.ui.inverted.progress .bar {
    background: #888
}

.ui.inverted.progress .bar > .progress {
    color: #f9fafb
}

.ui.inverted.progress > .label {
    color: #fff
}

.ui.inverted.progress.success > .label {
    color: #21ba45
}

.ui.inverted.progress.warning > .label {
    color: #f2c037
}

.ui.inverted.progress.error > .label {
    color: #db2828
}

.ui.progress.attached {
    background: 0 0;
    position: relative;
    border: none;
    margin: 0
}

.ui.progress.attached, .ui.progress.attached .bar {
    display: block;
    height: .2rem;
    padding: 0;
    overflow: hidden;
    border-radius: 0 0 .28571429rem .28571429rem
}

.ui.progress.attached .bar {
    border-radius: 0
}

.ui.progress.top.attached, .ui.progress.top.attached .bar {
    top: 0;
    border-radius: .28571429rem .28571429rem 0 0
}

.ui.progress.top.attached .bar {
    border-radius: 0
}

.ui.card > .ui.attached.progress, .ui.segment > .ui.attached.progress {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 100%;
    width: 100%
}

.ui.card > .ui.bottom.attached.progress, .ui.segment > .ui.bottom.attached.progress {
    top: 100%;
    bottom: auto
}

.ui.red.progress .bar {
    background-color: #db2828
}

.ui.red.inverted.progress .bar {
    background-color: #ff695e
}

.ui.orange.progress .bar {
    background-color: #f2711c
}

.ui.orange.inverted.progress .bar {
    background-color: #ff851b
}

.ui.yellow.progress .bar {
    background-color: #fbbd08
}

.ui.yellow.inverted.progress .bar {
    background-color: #ffe21f
}

.ui.olive.progress .bar {
    background-color: #b5cc18
}

.ui.olive.inverted.progress .bar {
    background-color: #d9e778
}

.ui.green.progress .bar {
    background-color: #21ba45
}

.ui.green.inverted.progress .bar {
    background-color: #2ecc40
}

.ui.teal.progress .bar {
    background-color: #00b5ad
}

.ui.teal.inverted.progress .bar {
    background-color: #6dffff
}

.ui.blue.progress .bar {
    background-color: #2185d0
}

.ui.blue.inverted.progress .bar {
    background-color: #54c8ff
}

.ui.violet.progress .bar {
    background-color: #6435c9
}

.ui.violet.inverted.progress .bar {
    background-color: #a291fb
}

.ui.purple.progress .bar {
    background-color: #a333c8
}

.ui.purple.inverted.progress .bar {
    background-color: #dc73ff
}

.ui.pink.progress .bar {
    background-color: #e03997
}

.ui.pink.inverted.progress .bar {
    background-color: #ff8edf
}

.ui.brown.progress .bar {
    background-color: #a5673f
}

.ui.brown.inverted.progress .bar {
    background-color: #d67c1c
}

.ui.grey.progress .bar {
    background-color: #767676
}

.ui.grey.inverted.progress .bar {
    background-color: #dcddde
}

.ui.black.progress .bar {
    background-color: #1b1c1d
}

.ui.black.inverted.progress .bar {
    background-color: #545454
}

.ui.tiny.progress {
    font-size: .85714286rem
}

.ui.tiny.progress .bar {
    height: .5em
}

.ui.small.progress {
    font-size: .92857143rem
}

.ui.small.progress .bar {
    height: 1em
}

.ui.progress {
    font-size: 1rem
}

.ui.progress .bar {
    height: 1.75em
}

.ui.large.progress {
    font-size: 1.14285714rem
}

.ui.large.progress .bar {
    height: 2.5em
}

.ui.big.progress {
    font-size: 1.28571429rem
}

.ui.big.progress .bar {
    height: 3.5em
}

/*!

*/
.ui.rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    white-space: nowrap;
    vertical-align: baseline
}

.ui.rating:last-child {
    margin-right: 0
}

.ui.rating .icon {
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    cursor: pointer;
    width: 1.25em;
    height: auto;
    -webkit-transition: opacity .1s ease, background .1s ease, text-shadow .1s ease, color .1s ease;
    transition: opacity .1s ease, background .1s ease, text-shadow .1s ease, color .1s ease
}

.ui.rating .icon {
    background: 0 0;
    color: rgba(0, 0, 0, .15)
}

.ui.rating .active.icon {
    background: 0 0;
    color: rgba(74, 174, 238, .85)
}

.ui.rating .icon.selected, .ui.rating .icon.selected.active {
    background: 0 0;
    color: rgba(74, 174, 238, .85);
}

.ui.star.rating .icon {
    width: 1.25em;
    height: auto;
    background: 0 0;
    color: rgba(0, 0, 0, .15);
    text-shadow: none
}

.ui.star.rating .active.icon {
    background: 0 0 !important;
    color: #ffe623 !important;
    text-shadow: 0 -1px 0 #ddc507, -1px 0 0 #ddc507, 0 1px 0 #ddc507, 1px 0 0 #ddc507 !important
}

.ui.star.rating .icon.selected, .ui.star.rating .icon.selected.active {
    background: 0 0 !important;
    color: #fc0 !important;
    text-shadow: 0 -1px 0 #e6a200, -1px 0 0 #e6a200, 0 1px 0 #e6a200, 1px 0 0 #e6a200 !important
}

.ui.heart.rating .icon {
    width: 1.4em;
    height: auto;
    background: 0 0;
    color: rgba(0, 0, 0, .15);
    text-shadow: none !important
}

.ui.heart.rating .active.icon {
    background: 0 0 !important;
    color: #ff6d75 !important;
    text-shadow: 0 -1px 0 #cd0707, -1px 0 0 #cd0707, 0 1px 0 #cd0707, 1px 0 0 #cd0707 !important
}

.ui.heart.rating .icon.selected, .ui.heart.rating .icon.selected.active {
    background: 0 0 !important;
    color: #ff3000 !important;
    text-shadow: 0 -1px 0 #aa0101, -1px 0 0 #aa0101, 0 1px 0 #aa0101, 1px 0 0 #aa0101 !important
}

.ui.disabled.rating .icon {
    cursor: default
}

.ui.rating.selected .active.icon {
    opacity: 1
}

.ui.rating .icon.selected, .ui.rating.selected .icon.selected {
    opacity: 1
}

.ui.mini.rating {
    font-size: .78571429rem
}

.ui.tiny.rating {
    font-size: .85714286rem
}

.ui.small.rating {
    font-size: .92857143rem
}

.ui.rating {
    font-size: 1rem
}

.ui.large.rating {
    font-size: 1.14285714rem
}

.ui.huge.rating {
    font-size: 1.42857143rem
}

.ui.massive.rating {
    font-size: 2rem
}

@font-face {
    font-family: Rating;
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,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kIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOE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) format('woff');
    font-weight: 400;
    font-style: normal
}

.ui.rating .icon {
    font-family: Rating;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-weight: 400;
    font-style: normal;
    text-align: center
}

.ui.rating .icon:before {
    content: '\f005'
}

.ui.rating .active.icon:before {
    content: '\f005'
}

.ui.star.rating .icon:before {
    content: '\f005'
}

.ui.star.rating .active.icon:before {
    content: '\f005'
}

.ui.star.rating .partial.icon:before {
    content: '\f006'
}

.ui.star.rating .partial.icon {
    content: '\f005'
}

.ui.heart.rating .icon:before {
    content: '\f004'
}

.ui.heart.rating .active.icon:before {
    content: '\f004'
}

/*!

/******shafiee style*******/
.help-category-body svg {
    font-size: 2.8em;
}

.product-des-qa h4 {
    margin: 20px 0;
}

.brand-slider-header h4 {
    margin: 0;
}


/**** Login and Register Page ****/
.site-login-register .site-login-register-inner {
    width: 50%;
    margin: auto;
    border: 1px solid #eee;
    padding: 10px 54px;
    box-shadow: -2px 3px 8px 0px #dcdcdc;
    margin: 20px auto;
    border: 1px dashed #e8e8e8;
    background-color: #fff;
}

.site-login-register .site-login-register-inner .site-login-register-inner-logo {
    text-align: center;
}

.site-login-register .site-login-register-inner .site-login-register-inner-logo a img {
    width: 100px;
    height: 56px;
}

.site-login-register .site-login-register-inner .site-login-register-inner-header {
    color: white;
    text-align: center;
    padding: 10px;
}

.site-login-register .site-login-register-inner .site-login-register-inner-header h1 {
    color: black;
    font-size: 20px;
    font-weight: 800;
}

.site-login-register .site-login-register-inner .site-login-register-inner-header p {
    color: black;
    font-weight: 100;
    font-size: 16px;
}

.site-login-register .site-login-register-inner .site-login-register-inner-form-item {
    margin: 10px auto;
    overflow: hidden;
}

.site-login-register .site-login-register-inner .site-login-register-inner-form-item label {
    display: block;
    color: #375599;
    font-size: 16px;
    font-weight: bold;
}

.site-login-register .site-login-register-inner .site-login-register-inner-form-item textarea, .site-login-register .site-login-register-inner .site-login-register-inner-form-item input {
    width: 100%;
    background-color: #eee;
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 5px;
    padding-right: 10px;
    border-radius: 3px;
}

.site-login-register .site-login-register-inner .site-login-register-inner-form-item button {
    background-color: #375599;
    color: whitesmoke;
    border: 1px solid #eee;
    float: left;
    border-radius: 70px;
    font-size: 13px;
    font-weight: 100;
}

.site-login-register .site-login-register-inner .site-login-register-inner-form-item button:hover {
    background-color: #375699;
}

.site-login-register .site-login-register-inner .site-login-register-inner-form-item-check {
    margin: 10px auto;
}

.site-login-register .site-login-register-inner .site-login-register-inner-form-item-check input {
    width: unset;
}

.site-login-register .site-login-register-inner .site-login-register-inner-form-item-check span {
    font-size: 11px;
}


/** Sanjari Editing By Hemmat ***/
.search-product {
    width: 100%;
}

.sub-brand-header ul li.active a {
    background-color: #fc2779;
    color: white;
}

html {
    scroll-behavior: smooth;
}

.site-login-register .site-login-register-inner .site-login-register-inner-form-item button {
    padding: 10px 26px;
    cursor: pointer;

}

.spotlight-grey {
    height: 32px;
    color: rgb(252, 39, 121);
}

.discover-image img {

    width: 100px;
    height: 100px;
    object-fit: contain;


}

.header-top {
    position: relative;
    background-image: unset;
}

.header-pos-ansol {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.result-offered-title {
    text-align: center;
    padding-top: 5px;
}

.btn-filter {
    width: 100%;
    background-color: #375699
}

.btn-filter:hover {
    background-color: silver;
}

/**** Safi Private Style ***/

.clear {
    clear: both;
}

.site-main .site-main-search h1 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.site-main .site-main-search img {
    width: 150px;
    height: 120px;
}

.site-main .site-main-search h2 {
    font-size: 14px;
    font-weight: 800;
}

.site-main .site-main-search .site-main-search-form {
    margin: 25px 0px;
}

.site-main .site-main-search .site-main-search-form .site-main-search-form-item {
    width: 30%;
    float: right;
    border: 1px solid #e1e1e1;
}

.site-main .site-main-search .site-main-search-form .site-main-search-form-item input, .site-main .site-main-search .site-main-search-form .site-main-search-form-item select {
    width: 100%;
    border: none;
    height: 50px;
    padding-right: 20px;
}

.site-main .site-main-search .site-main-search-form .site-main-search-form-item input:focus, .site-main .site-main-search .site-main-search-form .site-main-search-form-item select:focus {
    outline: none;
}

.site-main .site-main-search .site-main-search-form .site-main-search-form-item--btn {
    width: 10% !important;
}

.site-main .site-main-search .site-main-search-form .site-main-search-form-item--btn button {
    height: 50px;
    width: 100%;
    background-color: #7f0b69;
    border: none;
    color: white;
}

.site-main .site-main-category .site-main-category-item {
    text-align: center;
    /* border: 1px solid #eee; */
    padding: 10px;
    box-shadow: 0px 0px 11px -3px #9f9f9f;
    background-color: #eee;
    margin-top: 15px;
}

.site-main .site-main-category .site-main-category-item-img {
    padding-bottom: 10px;
}

.site-main .site-main-category .site-main-category-item-img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.site-main .site-main-category .site-main-category-item-desc-title {
    font-size: 15px;
}

.site-main .site-main-category .site-main-category-item-desc-title a {
    text-decoration: none;
    color: #888;
}

.site-main .site-main-category .site-main-category-item-desc-title a:hover {
    color: #7f0b69;
}

.site-main-search {
    text-align: center;
}

.site-blog__sidebar__item__header fieldset {
    border-top: 6px solid #e9e9e9;
}

.site-blog__sidebar__item__header fieldset legend {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    margin-top: 20px !important
}

.site-blog {
    background-color: #f6f6f6;
    overflow: hidden;
}

.site-blog .site-blog__box {
    box-shadow: 2px 5px 14px -5px #dbdbdb;
    background-color: white;
    margin: 20px auto;
    padding: 22px;
    border-radius: 10px;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item {
    margin-bottom: 20px;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item__body .site-blog__sidebar__item__body__cat__list li {
    display: block;
    border-bottom: 1px dashed #d8d8d8;
    padding: 10px 0px;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item__body .site-blog__sidebar__item__body__cat__list li a {
    text-decoration: none;
    color: #888;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item__body .site-blog__sidebar__item__body__cat__list li a:hover {
    color: #7f0b69;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item__body .site-blog__sidebar__item__body__ads__list__item {
    border-bottom: 1px dashed #d8d8d8;
    padding: 10px 0px;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item__body .site-blog__sidebar__item__body__ads__list__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item__body .site-blog__sidebar__item__body__ads__list__item__desc p {
    margin-bottom: 7px;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item__body .site-blog__sidebar__item__body__ads__list__item__desc__title {
    font-size: 15px;
    font-weight: 800;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item__body .site-blog__sidebar__item__body__ads__list__item__desc__title a {
    text-decoration: none;
    color: #696969;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item__body .site-blog__sidebar__item__body__ads__list__item__desc__title a:hover {
    color: #7f0b69;
}

.site-blog .site-blog__sidebar .site-blog__sidebar__item__body .site-blog__sidebar__item__body__ads__list__item__desc__place {
    font-size: 11px;
    color: #888;
}

.site-blog__posts__item {
    margin: 12px auto;
}

.site-blog__posts__item__image {
    position: relative;
}

.site-blog__posts__item__image img {
    width: 100%;
    height: 282px;
    object-fit: cover;
}

.site-blog__posts__item__image .site-blog__posts__item__cat {
    position: absolute;
    top: 0;
    right: 0;
}

.site-blog__posts__item__image .site-blog__posts__item__cat__label {
    background-color: #375699;
    color: white;
    font-size: 20px;
    padding: 3px 6px;
}

.site-blog__posts__item__desc {
    padding: 10px;
}

.site-blog__posts__item__desc__title {
    font-size: 16px;
}

.site-blog__posts__item__desc__title a {
    text-decoration: none;
    color: #3a3a3a;
    font-weight: 600;
}

.site-blog__posts__item__desc__title a:hover {
    color: #7f0b69;
}

.site-blog__posts__item__desc__list li {
    display: inline-block;
}

.site-blog__posts__item__desc__list li a {
    text-decoration: none;
    color: #888;
}

.site-blog__posts__item__desc__list li a:hover {
    color: #888;
}

.site-blog__posts__item__desc__list li {
    font-size: 11px;
    color: #888;
    margin: 0px 3px;
}

.site-blog__posts__item__desc__list li:after {
    content: '.';
    font-size: 17px;
}

.site-blog__posts__item__desc__list li:last-child:after {
    display: none;
}

.site-blog__posts__item__desc__detail {
    font-size: 15px;
    color: grey;
    text-align: justify;
}

.site-blog__posts__item {
    overflow: hidden
}

.site-blog__posts__item a {
    overflow: hidden;
    display: block;
}

.site-blog__posts__item a img {
    transition: all .4s ease-in-out;
}

.site-blog__posts__item:hover img {
    transform: scale(1.1);
}

.site-blog__sidebar__item__body__ads__list__item__image {
    transition: all .6s ease-in-out;
}

.site-blog__sidebar__item__body__ads__list__item__image:hover {
    transform: scale(1.1);
}

.site-blog-post__path {
    margin: 10px 0px;
}

.site-blog-post__path ul li {
    display: inline-block;
}

.site-blog-post__path ul li a {
    text-decoration: none;
    color: #888;
}

.site-blog-post__path ul li a:hover {
    color: #7f0b69;
}

.site-blog-post__path ul li {
    font-size: 13px;
}

.site-blog-post__path ul li:after {
    content: '.';
}

.site-blog-post__path ul li:last-child:after {
    display: none;
}

.site-blog-post__box__body {
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 10px;
}

.site-blog-post__box__body__image {
    margin-bottom: 10px;
}

.site-blog-post__box__body__image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.site-blog-post__box__body__cat {
    margin-bottom: 10px;
}

.site-blog-post__box__body__cat ul li {
    display: inline-block;
}

.site-blog-post__box__body__cat ul li a {
    text-decoration: none;
    color: white;
}

.site-blog-post__box__body__cat ul li a:hover {
    color: white;
}

.site-blog-post__box__body__title {
    margin-bottom: 10px;
}

.site-blog-post__box__body__title h1 {
    font-size: 21px;
    font-weight: 600;
}

.site-blog-post__box__body__info {
    margin-bottom: 10px;
}

.site-blog-post__box__body__info ul li {
    display: inline-block;
}

.site-blog-post__box__body__info ul li a {
    text-decoration: none;
    color: white;
}

.site-blog-post__box__body__info ul li a:hover {
    color: white;
}

.site-blog-post__box__body__detail {
    margin-bottom: 10px;
}

.site-blog-post__box__body__detail p {
    text-align: justify;
    font-size: 17px;
    font-weight: 300;
    color: #888;
}

.site-blog-post__box__body__share li {
    display: inline-block;
}

.site-blog-post__box__body__share li a {
    text-decoration: none;
    color: white;
}

.site-blog-post__box__body__share li a:hover {
    color: white;
}

.site-blog-post__box__body__tags ul li {
    display: inline-block;
}

.site-blog-post__box__body__tags ul li a {
    text-decoration: none;
    color: white;
}

.site-blog-post__box__body__tags ul li a:hover {
    color: white;
}

.site-blog-post .site-blog-post__last .site-blog-post__last__item {
    border-bottom: 1px dashed #ddd;
    padding: 6px 0px;
    margin-bottom: 6px;
}

.site-blog-post .site-blog-post__last .site-blog-post__last__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-blog-post .site-blog-post__last .site-blog-post__last__item__desc h6 {
    font-size: 15px;
}

.site-blog-post .site-blog-post__last .site-blog-post__last__item__desc h6 a {
    text-decoration: none;
    color: #888;
}

.site-blog-post .site-blog-post__last .site-blog-post__last__item__desc h6 a:hover {
    color: #7f0b69;
}

.site-blog-post__related {
    padding-top: 20px;
}

.site-blog-post__comment__form__body__item {
    margin: 10px 0px;
}

.site-blog-post__comment__form__body__item label {
    display: block;
}

.site-blog-post__comment__form__body__item input, .site-blog-post__comment__form__body__item textarea {
    border: 1px solid #d6d6d6;
    padding: 10px;
    width: 100%;
    font-size: 11px;
    color: #c6c6c6;
    border-radius: 30px;
}

.site-blog-post__comment__form__body__item input:focus, .site-blog-post__comment__form__body__item textarea:focus {
    outline: none;
}

.site-blog-post__comment__list__body__item__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.commenti {
    font-size: 13px;
    font-weight: 100;
}

.site-ads-list {
    margin-top: 20px;
}

.site-ads-list .site-ads-list-item {
    -webkit-box-shadow: 0px 0px 3px 0px #d4d4d4;
    -moz-box-shadow: 0px 0px 3px 0px #d4d4d4;
    box-shadow: 0px 0px 19px -2px #c6c6c6;
    margin: 10px 0px;
    background-color: #eee;
}

.badge-primary {
    color: #fff;
    background-color: #7f0b69;
}

.badge-danger {
    color: #fff;
    background-color: #f78e3e;
}

.site-ads-single-page-body-other .btn:hover {
    color: white;
}

.btn-site {
    color: #fff !important;

}


/* Added Style By Hemmat --- 2 Bahman 98 */
.navbar-icons li i, .navbar-icons li svg {
    margin-left: 5px;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.quick-links h5 {
    font-size: 14px;
}

.quick-links .spotlight-grey {
    color: rgb(63, 65, 88);
}



.product-select-size p {
    font-size: 14px;
    font-weight: 100;
}

.product-select-size select {
    border: 1px solid #e2e2e2;
    /* padding: 10px; */
    border-radius: 50px;
    color: #868686;
    background-color: #f3f3f3;
    font-size: 12px;
}

.badge-success {
    background-color: #d2ad68;
}


.product-des-qa h4 {

    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    margin-top: 47px;
}

.loadmore-result button {
    font-size: 13px;
    color: #888;
    padding: 5px 32px;
    border: 1px solid;
}

.loadmore-result button:hover {
    font-size: 13px;
    color: white;
    background-color: #375699;
    padding: 5px 32px;
}

.sticky-filter {
    position: sticky;
    top: 170px;
}

.pcomment-form .alert {
    overflow: hidden;
}



.carousel-item, .carousel-item img {
    height: 100%;
    object-fit: contain;
    display: block;
}

@media (max-width: 768px) {
    .site-login-register .site-login-register-inner {
        width: 47%;
    }
    .carousel-inner {
        height: 313px;
    }

}

.min-searc-cart {
    text-align: left;
}

.hidden-side-main {
    height: 100%;
    overflow-y: auto;
}

.hidden-main-ul li > span {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hidden-main-ul ul {
    text-align: right;
}

.hidden-side ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
}

.link-form {
    color: #ffffff;
    font-size: 16px;
}

.blog_badge_category {
    background-color: #375699 !important;
    font-size: 95% !important;
}
.suggestion {
    height: 44px;
}

.bg-suggetion-auction {
    background-color: #375699;
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
    position: absolute;
    width: 100%;
}
.balavar::-webkit-scrollbar-track {background-color: #fff;}
.balavar::-webkit-scrollbar {width: 4px;background-color: #F5F5F5;}
.balavar::-webkit-scrollbar-thumb {background: linear-gradient(0deg, #375699, #375699);border-radius: 9px;}

.table td, .table th {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
#ajax-price {
    font-weight: bold;
    font-size: 14px;
}
#ajax-priceDiscount {
    color: #375699;
    font-weight: bold;
    font-size: 21px;
    margin-right: 20px;
}
.product-detail h3 {
    text-align: right;
}
.container.path-list {
    margin-bottom: 10px;
}
.latest-suggestion table tr{
    cursor:pointer;
}
.brand-slider {
    background-color: #fff;
}
.latest-suggestion table tr:nth-child(2n) {
    background-color: #eee;
}
.float-right {
    float: right !important;
}
.result-offered-image img {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.result-item:hover .result-offered-image img{
    opacity: 0.90;
    -webkit-transform:scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform:scale(1.1, 1.1);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}
.product-price-offed {
    font-size: 18px;
    font-weight: bold;
}
@media screen and (max-width: 767.99px) {
    .site-login-register .site-login-register-inner {
        width: 95%;
        background-color: #fff;
    }
}
.site-login-register-inner-form-item a {
    color: #000;
    font-weight: bold;
}
.categori-desc {
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
.cost-rang {
    text-align: center;
}
.cost-rang li {
    display: inline-block;
}
.min-value, .max-value {
    border: 1px solid #eee;
    width: 97px;
    text-align: center;
}
.noUi-connect {
    background: #375699 !important;
}
.double-handle-slider.noUi-target.noUi-ltr.noUi-horizontal {
    width: 80%;
    margin: 45px auto 0;
}
.c-product__feature-item {
    color: #000;
    font-size: 12px;
}
.c-product__feature-item .icons img {
    width: 40px !important;
}
.product-detail, .menu-item ul {
    list-style: none;
    padding: 0;
    color: #55565a;
    font-size: 12px;
    line-height: 1.833;
}
.product-detail p {
    color: #000;
    font-weight: 400;
}
.product-detail li, .menu-item ul li {
    margin: 5px 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;

}
.product-detail li::before, .menu-item ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ccc;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}
.detail ul li span:nth-child(1) {
    font-weight: 500 !important;
    display: inline-block;
    color: #000;
    margin-left: 10px;
}
#showmenu {
    position: relative;
    padding-right: 13px;
    color: #1ca2bd;
    line-height: 2;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
}
#showmenu::before {
    left: 0;
    right: 12px;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}
#showmenu::after {
    content: '+';
    color: #1ca2bd;
    background: none;
    width: unset;
    height: unset;
    position: absolute;
    right: 0;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}
.close-box {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.close-box::before {
    content: '-';
    color: #1ca2bd;
    background: none;
    width: unset;
    height: unset;
    vertical-align: middle;
    margin-left: 5px;
    border-radius: 50%;
}
.close-box::after {
    left: 0;
    right: 0;
    top: 50%;
    margin-top: .85em;
    content: "";
    position: absolute;
    border-bottom: 1px dashed #1ca2bd;
}
.detail p {
    text-align: right;
}
.c-product__title {
    font-size: 22px;
    line-height: 1.467;
    color: #494949;
    font-weight: bold;
    padding-top: 10px;
}
.row.row-pro-name {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 20px !important;
}
.c-product__directory li {
    margin-left: 28px;
    display: inline-block;
}
.btn-link-spoiler {
    color: #1ca2bd;
    padding: 0;
    line-height: 2;
    display: inline-block;
    position: relative;
}
.link-view li {
    display: inline-block;
    vertical-align: middle;

}
.row.row-pro-name {
    align-items: center;
}
@media (min-width: 992px) {
    .link-view {
        text-align: right;
    }
}
.v-link {
    color: #375699;
    font-weight: bold;
    display: inline-block;
    margin-left: 2px;
}

#result-description {
    color: #8e8a8a;
    line-height: 2;
}
.favo,.btn-group.btn-share {
    background-color: #375699;
    line-height: 3;
    text-align: center;
    width:100%;
}
.favo a,.btn-group.btn-share a {
    color: #fff !important;
    font-size: 15px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
}
.det-like i {
    font-size: 25px;
    vertical-align: middle;
    margin-left: 5px;
}
.show-gallery.icon-gallery {
    width: 60px;
    height: 60px;
    font-size: 28px;
    color: #777;
    background-color: transparent !important;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    line-height: 56px;
    cursor: pointer;
}
.row.row-feature {
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.det-like:hover {
    color: #fff !important;
}
#SocialShare i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}
.favo:hover,.btn-group.btn-share:hover {
    background-color: #d2a34c;
}
.site-low a {
    color: #375599;
    margin: 0 4px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline !important;
}
.link-reg {
    color: #375599 !important;
    margin: 0 4px;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline !important;
}
.item-share li {
    display: inline-block;
    margin: 0 10px;
}
.item-share {
    text-align: center;
}
.sharing-shortlink input {
    background-color: #e6e6e6;
    cursor: not-allowed;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.sharing-panel > div {
    padding: 0 25px;
}
.clearfix {
    display: block;
}
.sharing-socials ul {
    float: left;
}
#lineModalLabel {
    width: 100%;
    text-align: center;
}
.sharing-shortlink {
    margin: 20px 0 13px;
    background: #f5f6f7;
    padding: 7px 25px !important;
}
#shareModal .modal-dialog {
    flex: 0 1 auto;
    max-height: calc(100% - 96px);
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
}
#shareModal .modal-content {
    vertical-align: middle;
    min-height: 300px;
}
.link-pro li {
    display: block !important;
    margin-bottom: 20px;
    width: 200px;
}
@media (max-width: 991.99px) {
    .c-product__feature-item {

        width: 100% !important;
        display: flex;
        align-items: center;
    }
    .c-product__feature-col {
        width: 49%;
        text-align: center;
        margin-bottom: 10px;
    }
    .link-pro li {
        margin: 0 auto 20px !important;
    }
}
.site-blog__sidebar__item__body__ads__list__item .row {
    align-items: center;
}
.card.crd-info {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 0;
}
