.product-box {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.1s ease 0s;
}

    .product-box::after {
        content: "";
        display: table;
        clear: both;
    }

    .product-box .load-img {
        width: 100%;
    }

    .product-box .box-hover {
        opacity: 0;
        padding: 5px;
        font-size: 12px;
        transition: transform 0.2s ease-out 0s;
        transform: translateY(100%);
        left: 0;
        right: 0;
    }

    .product-box:hover .box-hover {
        opacity: 1;
        transition: transform 0.2s ease-out 0s;
        z-index: 11;
        transform: translateY(0px);
    }

.product-img {
    position: relative;
}

.product-info {
    position: relative;
    font-size: 12px;
    color: #333333;
}

    .product-info .tag-discount {
        display: block;
        font-size: 13px;
        text-transform: capitalize;
        color: #FF0000;
        float: right;
    }

    .product-info .product-name {
        padding-top: 8px;
        padding-bottom: 8px;
    }

@media (max-width: 320px) {
    .product-info .product-name {
        display: none;
    }
}

.product-info::after {
    content: "";
    display: table;
    clear: both;
}

.product-info .catalog-name {
    display: block;
    float: left;
    font-size: 12px;
}

.product-info .item-price {
    font-size: 17px;
    vertical-align: middle;
    display: inline-block;
}

.product-info .old-price {
    text-decoration: line-through;
    color: #999999;
    font-size: 13px;
}

.product-action {
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    text-transform: uppercase;
}

    .product-action li {
        border-top: 1px solid #ccc;
        padding: 6px 0;
    }

        .product-action li::after {
            content: "";
            display: table;
            clear: both;
        }

.catalog-items {
    color: #000;
    display: inline-block;
    margin-bottom: 0;
    float: right;
}


.main-banner {
    /*padding-top: 180px;*/
    width: 100%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}




.cate-box {
    margin-bottom: 26px;
}

@media (max-width: 768px) {
    /*.main-banner {
        padding-top: 80px;
        padding-bottom: 20px;
    }*/
}

@media (max-width: 544px) {
    .cate-box {
        margin-bottom: 10px;
    }
}

@media (max-width: 544px) {
    .xlg-gutter.row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .xlg-gutter > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.searchf_w {
    position: absolute;
    width: 100%;
    top: 190px;
    left: 0px;
    z-index: 9;
    margin: auto;
}

@media (max-width: 991px) {
    .searchf_w {
        top: 10px;
        left: 0px;
        z-index: 9;
        position: relative;
        width: 100%;
    }

    .search_form {
        width: 100% !important;
    }
}

.swmain {
    position: relative;
}

.search_form {
    background-color: #fff;
    background: rgba(255,255,255,0.9);
    width: 420px;
    float: right;
}

@media (max-width: 768px) {
    .search_form {
        border: 1px solid #ccc;
    }
}

.stitle_box {
    background-color: #C32143;
    color: #fff;
    padding: 11px 20px;
    font-size: 16px;
    text-align: center;
}

.slogan_text {
    color: #000;
    font-size: 40px;
    line-height: 43px;
    margin-top: 115px;
}

.note {
    font-size: 15px;
    margin-top: 10px;
}

.blue_bg {
    color: #000;
    float: left;
    font-size: 11px;
    line-height: 16px;
    padding: 10px 20px;
    margin-bottom: 10px;
    width: 100%;
    transition: all 0.2s ease-out 0s;
    border-right: 1px solid #ccc;
}

    .blue_bg .big_f_size {
        color: #c32143;
        font-weight: 400;
    }

h4.basic-info-title {
    font-size: 28px;
    font-weight: 400;
    color: #000;
}

.basic-info-desc p {
    font-size: 14px;
    line-height: 26px;
    font-style: italic;
}

@media (max-width: 605px) {
    .blue_bg {
        width: 100%;
        border-right: 0px;
        margin-top: 15px;
    }
}

.pink_bg {
    color: #000;
    line-height: 16px;
    padding: 10px 20px;
    float: left;
    font-size: 11px;
    margin-bottom: 10px;
    width: 100%;
    transition: all 0.2s ease-out 0s;
}

    .pink_bg .big_f_size {
        color: #c32143;
        font-weight: 400;
    }

@media (max-width: 605px) {
    .pink_bg {
        width: 100%;
    }
}

.fu_box {
    margin-top: 50px;
    margin-bottom: 35px;
}

@media (max-width: 992px) {
    .fu_box {
        margin-bottom: 0;
        margin-top: 15px;
    }
}

.big_f_size {
    color: #fff;
    font-size: 19px;
}

@media (max-width: 768px) {
    .big_f_size {
        margin-bottom: 0;
        font-size: 15px;
    }
}

.text_w {
    padding: 7px 10px;
}

.search_btn {
    background-color: #ff8c00;
    border-radius: 2px;
    color: #fff;
    display: table;
    margin: auto auto 13px;
    padding: 7px 40px;
}

    .search_btn:hover, .search_btn:focus {
        color: #fff;
        text-decoration: none;
        background-color: #ec8200;
    }

.f_text {
    font-size: 12px;
}

.left_push_5 {
    margin-left: 42px;
}

@media (max-width: 992px) {
    .left_push_5 {
        display: table;
        margin: auto auto 25px;
    }
}

.more_btn {
    color: #c32143;
    font-size: 12px;
    text-align: right;
    width: 100%;
    display: block;
}

    .more_btn:hover, .more_btn:focus {
        color: #e11665;
        text-decoration: underline;
    }

.social_w {
    margin: auto;
    max-width: 1600px;
    width: 100%;
}

.social_part01 {
    width: 100%;
}

.social_part02 {
    width: 100%;
}

.s40 {
    background-color: #fff;
    float: left;
    width: 40%;
}

.s60 {
    background-color: #fff;
    float: left;
    width: 60%;
}

@media (max-width: 992px) {
    .s40 {
        width: 100%;
    }

    .s60 {
        width: 100%;
        padding: 5%;
        background-color: #9c2632;
        padding-top: 0px;
    }
}

.s20 {
    float: left;
    width: 20%;
}

@media (max-width: 992px) {
    .s20 {
        width: 33.33%;
    }
}



@media (max-width: 992px) {
    .searchnow_btn {
        margin: auto auto 10px;
        padding: 7px 40px;
    }
}

.searchnow_btn a {
    color: #fff;
}

.searchnow_btn:hover, .searchnow_btn:focus {
    color: #fff;
    text-decoration: none;
    background-color: #D21561;
}


.searchform-inner {
    padding: 27px 20px 8px 18px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control-label {
    font-weight: bolder;
    padding: 0;
    font-size: 11px;
}

/* custom select box */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    width: 100%;
}

.select-label {
    display: inline-block;
}

    .select-label:after {
        content: '';
        position: absolute;
        width: 16px;
        height: 9px;
        right: 11px;
        top: -2px;
        bottom: 0;
        margin: auto 0;
        font-size: 10px;
        pointer-events: none;
        background-image: url("../../images/down_arrow.png");
        background-repeat: no-repeat;
    }

.select-label-full {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
}

.form-control {
    height: 40px;
}

.s40.social_text {
    line-height: 28px;
    padding: 40px;
    text-align: justify;
    min-height: 320px;
}

@media (max-width: 1366px) {
    .s40.social_text {
        line-height: 24px;
        min-height: 273px;
        padding: 26px;
    }
}

@media (max-width: 992px) {
    .s40.social_text {
        padding: 10px;
    }
}

@media (max-width: 650px) {
    .social_part01 div:last-child {
        display: none;
    }

    .s20 {
        width: 50%;
    }

    .section-title.text-center.m-b-2 {
        margin-top: 10px;
    }

    /*.social_part01 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
        text-align: center;
        flex-flow: row wrap;
    }*/

    /*  .s20:nth-child(2) {
        order: 2;
    }

    .s20:nth-child(3) {
        order: 3;
    }

    .s20:nth-child(4) {
        order: 6;
    }

    .s20:nth-child(5) {
        order: 7;
    }
    .s20:nth-child(6) {
        order: 5;
    }
    .s20:nth-child(7) {
        order: 4;
    }
    .s20:nth-child(8) {
        order: 10;
    }
     .s20:nth-child(9) {
        order: 9;
    }*/

    .social_title_text {
        float: left;
        font-size: 21px;
        font-style: italic;
        line-height: 28px;
        margin-top: 17px;
    }

    .center_box {
        display: block;
        justify-content: center;
        margin: auto;
    }
}

.review_box.vertical-align img {
    border-radius: 100%;
    border: 3px solid #c32143;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.company_activity {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
}
