/**--------- iwish.css ---------------------------*/
/*css wishlist button*/
.iWishImg {
    width: 30px;
    height: 30px;
    margin: 0 2px;
}

.iWishHidden {
    display: none !important;
}

.iwishAddWrapper {
    display: inline-block;
    margin: 5px;
    border: solid 1px #f2f2f2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

.iwishAddChild {
    display: inline-block;
    padding: 5px;
}

.iwishAddBorder {
    border-right: solid 1px #f2f2f2;
}

/*css wishlist page*/
.wishlist-page-body {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .wishlist-page-body {
        width: 1170px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .wishlist-page-body {
        width: 970px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .wishlist-page-body {
        width: 750px;
    }
}

.wishlist-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wishlist-product {
    position: relative;
    min-height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wishlist-product:after {
    clear: both;
}

.wishlist-product:after, .wishlist-product:before {
    content: " ";
    display: table;
}

.wishlist-product-content .wishlist-product-name,
.wishlist-product-content .wishlist-product-price,
.wishlist-product-content .wishlist-product-oldprice {
    font-weight: 600;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    text-decoration: unset;
}

.wishlist-product-content .wishlist-product-oldprice {
    color: #cacaca;
    text-decoration: line-through;
}

.wishlist-product-img {
    overflow: hidden;
    margin: 0 auto;
}

.wishlist-product-img img {
    width: 100%;
    height: auto;
}

.wishlist-remove-link {
    line-height: 34px;
}

.wishlist-load-more {
    text-align: center;
}

.wishlist-btn {
    background-image: none;
    line-height: 18px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 7px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
}

.wishlist-product-btn {
    border-color: #ccc;
    margin-bottom: 10px;
    min-width: 100px;
}

.wishlist-sold-out-btn {
    border-color: #ccc;
    margin-bottom: 10px;
    min-width: 100px;
}

.wishlist-load-more-btn {
    background-color: #fff;
    border-color: #ccc;
    font-size: 20px;
    padding: 15px 50px;
}

.wishlist-load-more-btn:hover {
    background-color: #dcdcdc;
}

.wishlist-list-view .wishlist-product-img,
.wishlist-list-view .wishlist-product-content,
.wishlist-list-view .wishlist-product-action {
    float: left;
}

.wishlist-list-view .wishlist-product-img {
    height: 134px;
    width: 125px;
}

@media only screen and (max-width: 720px) {
    .wishlist-list-view .wishlist-product-img {
        width: 115px;
    }
}

.wishlist-list-view .wishlist-product-content {
    width: calc(100% - 125px - 180px);
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width: 720px) {
    .wishlist-list-view .wishlist-product-content {
        width: calc(100% - 115px);
        padding-left: 10px;
        padding-right: 10px;
    }
}

.wishlist-list-view .wishlist-product-action {
    width: 180px;
}

@media only screen and (max-width: 720px) {
    .wishlist-list-view .wishlist-product-action {
        width: 100%;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 720px) {
    .wishlist-list-view .wishlist-add-to-cart {
        width: calc(100% - 115px);
        padding-left: 10px;
        padding-right: 10px;
        float: right;
    }
}

@media only screen and (max-width: 720px) {
    .wishlist-list-view .wishlist-remove {
        width: 115px;
        float: right;
        text-align: center;
    }
}

.wishlist-list-view .wishlist-product-btn, .wishlist-list-view .wishlist-sold-out-btn {
    display: block;
    width: 100%;
}

.wishlist-grid-view:after {
    clear: both;
}

.wishlist-grid-view:after, .wishlist-grid-view:before {
    content: " ";
    display: table;
}

.wishlist-grid-view .wishlist-product {
    float: left;
    /*width: calc(100% / 6);*/
    text-align: center;
    height: 425px;
    overflow: hidden;
}

@media only screen and (max-width: 720px) {
    .wishlist-grid-view .wishlist-product {
        width: 100% !important;
    }
}

.wishlist-grid-view .wishlist-product-img {
    height: 200px;
    width: 180px;
    overflow: hidden;
}

.wishlist-grid-view .wishlist-product-description {
    display: none;
}

.wishlist-clearfix:before, .wishlist-clearfix:after {
    display: table;
    content: " ";
}

.wishlist-clearfix:after {
    clear: both;
}

.wishlist-input, input.wishlist-input, #wishlist_search_input {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wishlist-search {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 720px) {
    .wishlist-search {
        width: 100%;
    }
}

.wishlist-share {
    float: left;
    width: 50%;
    text-align: right;
}

@media only screen and (max-width: 720px) {
    .wishlist-share {
        display: none;
    }
}

.wishlist-share-select {
    float: left;
    width: 50%;
    text-align: right;
    line-height: 34px;
}

.wishlist-share-select select {
    height: 25px;
    padding: unset;
}

@media only screen and (min-width: 720px) {
    .wishlist-share-select {
        display: none;
    }
}

.wishlist-share-item {
    display: inline-block;
    vertical-align: top;
    height: 34px;
    line-height: 34px;
    margin-left: 5px;
}

.wishlist-share-fb, .wishlist-share-twitter, .wishlist-share-email {
    font-size: 20px;
}

.wishlist-share-fb {
    color: #3B5998;
}

.wishlist-share-twitter {
    color: #1DA1F2;
}

.wishlist-share-email {
    color: #999999;
}

.wishlist-display-style {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 20px;
    width: 50%;
    float: left;
}

.wishlist-list-style, .wishlist-grid-style {
    color: #999999;
}

.wishlist-list-style.active, .wishlist-grid-style.active {
    color: #46484a;
}

.wishlist-list-style:hover, .wishlist-grid-style:hover {
    color: #357ebd;
}

/**--------- end iwish.css ---------------------------*/

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next{
    border: none;
}
.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before{
    line-height: 30px;
}
.menu-bar{
    cursor: pointer;
}

/**************** index **********************/
.resultProductsCats{
    position: relative;
    display: inline-block;
    width: 100%;
}
.resultProductsCats .loading{
    padding: 15px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: #ffffffa3;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resultProductsCats .loading img{
    max-width: 100px;
}
.resultProductsCats .alert{
    margin-top: 10px;
}
/**************** End Index **********************/


/**************** End Index **********************/
.aside-item{
    width: 100%;
    display: inline-block;
    padding-bottom: 0;
    border-bottom: 1px solid #cccccc4d;
    margin-bottom: 15px;
}
/**************** End Index **********************/



/**************** Footer  **********************/
.loadingModal{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff99;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.loadingModal.is{
    opacity: 1;
    z-index: 10000;
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.loadingModal span{
    display: inline-block;
}
/**************** End Footer  **********************/


/****************** Product View  ***********************/
.details-product .owl-carousel .owl-nav .owl-prev:before,
.details-product .owl-carousel .owl-nav .owl-next:before{
    line-height: 25px;
}
/**************** End Product View  **********************/


/**************** End Product View  **********************/
.thumblist_quickview{

}
#addToCart{
    padding: 3px 15px;
    height: auto;
}
/**************** End Product View  **********************/

/**************** News View  **********************/
.article-content table{
    width: 100% !important;
}
.article-content p, .article-content span,
.article-content b, .article-content strong,
.article-content s, .article-content iframe,
.article-content table, .article-content img{
    max-width: 100% !important;
}
.article-content img{
    height: auto !important;
}
/**************** End News View  **********************/

#resultAjax {
    margin-top: 0 !important;
}
.main-common{
    padding-bottom: 30px;
}
.form-group{
    margin-bottom: 15px !important;
}

/*-------- affiliate ---------------*/
#titleStep {
    font-size: 16px;
}
@media (min-width: 1200px) {
    #createCodeCt .aff-grp{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    #createCodeCt #affiliateCode{
        width: 78%;
    }
    #createCodeCt #getAffiliate{
        width: 22%;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}
/*-------- end affiliate ---------------*/


.item-news-home img {
    height: 200px;
    width: 100%;
    object-fit: scale-down;
}
.item-news-home a {
    text-decoration: none;
}
.item-news-home h3 {
    font-size: 14px;
    color: #2f2f33;
    text-align: center;
}