/*main-right*/

.main-right{
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px 5px;
}
.boright{
    border-right: 1px solid #e5e5e5;
}

.main-right .default-head{
    position: relative;
    background-color: #fff;
    margin-bottom: 8px;
    line-height: 22px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 10px;
}
.main-right .default-head:after{
    background-color: #333;
}
.panel-product-info{
    padding-bottom: 20px;
}

.main-cat-item{
    position: relative;
    margin-bottom: 30px;
}

.main-cat-head{
    position: relative;
    background-color: #fff;
    margin-bottom: 8px;
}

.main-cat-head:after{
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #edbe02;
}

.main-cat-head h2 {
    color: #fff;
    line-height: 35px;
    padding: 5px 12px 5px 20px;
    position: relative;
    display: inline-block;
    background: #46832e;
    text-align: center;
}

.main-cat-head h2 a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.main-cat-head h2:after {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    right: -36px;
    height: 0;
    border-style: solid;
    border-width: 45px 0 0 36px;
    border-color: transparent transparent transparent #46832e;
}

.more-cats{
    position: relative;
    padding: 0;
    margin: 0;
    float: right;
}

.more-cats li{
    float: left;
    padding: 4px 0;
}

.more-cats a{
    color: #333;
    line-height: 35px;
    border-right: 1px solid #333;
    margin-right: 10px;
    padding-right: 10px;
    transition: 0.4s ease;
}

.more-cats li:last-child a{
    border: none;
    padding: 0;
}

.more-cats a:hover{
    color: #064481
}

.ads-main-cat img{
    width: 100%;
    height: auto;
}

.relates-product ul{
    padding: 0;
    margin: 0;
    text-align: center;
}

.relates-product ul li{
    position: relative;
    display: inline-block;
    padding: 0 30px;
}

.relates-product ul li a{
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.relates-product ul li:before{
    content: "";
    width: 7px;
    height: 7px;
    background: #565656;
    position: absolute;
    right: -2px;
    top: 18px;
    transform: rotate(45deg);
}

.relates-product ul li:last-child:before{
    display: none;
}

.relates-product ul li:hover a,
.relates-product ul li.active a{
    background-color: transparent;
    color: #29681b;
}

.relates-product .nav{
    margin: 30px 0 20px;
}

/*viewgrid*/
.viewgrid .item{
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    -webkit-animation: zoomPro 1s;
    animation: zoomPro 1s;
}

.viewgrid .item .item-image{
    position: relative;
    overflow: hidden;
}

.viewgrid .item .item-image img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.viewgrid .item:hover .item-image img{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.viewgrid .item-content{
    padding: 10px 10px 20px;
}

.viewgrid .item-content p{
    margin: 0;
}

.viewgrid .money{
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #ff1e1e;
}

.viewgrid .discount{
    position: absolute;
    color: #fff;
    background: #d92329;
    border-radius: 3px;
    line-height: 25px;
    padding: 0 15px;
    top: 10px;
    left: 20px;
    font-size: 12px;
}

.msgshow {
    background: #F5F5F5;
    padding: 20px;
    border: 4px solid #C7C7C7;
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 10020 !important;
}

/*Viewcat*/

.viewcat .cat-header {
    margin-bottom: 16px;
}

.viewcat .cat-header h1{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.cat-displays {
    display: inline-block;
    background-color: #fff;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ededed;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.cat-displays .view-type span{
    font-size: 20px;
    color: #848584;
    cursor: pointer;
}

.cat-displays .view-type span.active{
    color: #47842d
}

.cat-displays .view-type .th-large:before{
    content: "\f009";
    font-family: FontAwesome;
    position: absolute;
    padding: 0px 30px;
    margin-top: -3px;
}

.cat-displays .view-type .th-list:before {
    content: "\f00b";
    font-family: FontAwesome;
    position: absolute;
    margin-top: -3px;
}

.sorts {
    color: #848484;
    float: right;
}
.sorts select {
    border: none;
    font-size: 14px;
}

.viewcat .item-image img{
    min-height: 205px
}

.viewcat .viewgrid h3{
    position: relative;
    overflow: hidden;
    max-height: 48px;
}


/*  Second Example with big stars */
.rate-ex2-cnt {
    width: 150px;
    height: 30px;
}

.rate-ex2-cnt .rate-btn {
    width: 30px;
    height: 30px;
    float: left;
    background: url(../images/shops/rate/rate-btn2.png) no-repeat;
    cursor: pointer;
}

.rate-ex2-cnt .rate-btn:hover, .rate-ex2-cnt  .rate-btn-hover, .rate-ex2-cnt  .rate-btn-active {
    background: url(../images/shops/rate/rate-btn2-hover.png) no-repeat;
}
/* End second Example with big stars */

/* rate result */
.rate-result-cnt {
    width: 82px;
    height: 18px;
    position: relative;
}

.rate-stars {
    width: 82px;
    height: 18px;
    background: url(../images/shops/rate/rate-stars.png) no-repeat;
    position: absolute;
}

.rate-bg {
    height: 18px;
    background-color: #ffbe10;
    position: absolute;
}

.star-icon {
    width: 17px;
    height: 17px;
    background: url(../images/shops/rate/rate-btn3-hover.png) no-repeat;
    float: left
}


#imageGallery img{
    width: 100%;
}

.product-info h1{
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 20px;
    color: #47842d
}

.product-info ul{
    padding-left: 16px;
}

.product-info ul li{
    list-style: disc;
}
.info-price{
    border-bottom: 1px dashed #000;
    padding-bottom: 15px;
    margin-bottom: 20px !important;
}
.info-price .money{
    color: #c51100;
    font-size: 22px;
    font-weight: 500;
    margin-right: 10px;
}
.info-price .discounts_money{
    text-decoration: line-through;
    font-size: 20px;
    color: #6d6d6d;
}

.order-number input{
    width: 50px;
    padding: 19px 10px;
    border-radius: 2px;
    margin-right: 5px;
}
.btn-order{
    padding: 10px 20px;
    border-radius: 2px;
    text-transform: uppercase;
}

.share{
    position: relative;
    padding: 10px 20px;
    background-color: #e8e8e8;
    margin-bottom: 15px;
}

.share:before{
    content: "Chia sẻ";
    bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}
.share a{
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
.share a[href*="facebook"]{
    background-color: #3D5D8C;
}
.share a[href*="twitter"]{
    background-color: #50A0D7;
}
.share a[href*="pinterest"]{
    background-color: #e60023;
}


.head-content{
    display: inline-block;
    background-color: #F2F2F2;
    color: #333;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 20px;
    border-left: 4px solid #47842d;
    margin: 15px 0;
    border-radius: 5px;
}

.others-product .price{
    text-align: left;
}

.others-product .money{
    font-size: 17px;
}

.others-product .owl-nav{
    position: absolute;
    top: -56px;
    right: 5px;
    font-size: 22px;
}
.others-product .owl-nav div{
    display: inline-block;
    padding: 0px 15px;
    background-color: #c3c3c3;
    margin: 0 2px;
    transition: 0.5s ease
}
.others-product .owl-nav div:hover{
    background-color: #cb0220;
    color: #fff;
}

.cart-form{
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
}
.cart-form .column-labels{
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    text-align: center;
}
.cart-form .product{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.cart-form .product img{
    height: 100px
}
.cart-form .product h3{
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
    transition: .5s
}
.cart-form .product h3:hover{
    color: #cb0220
}
.cart-form .total-amount{
    text-align: right;
    padding: 30px 0;
    font-size: 16px;
}
.cart-form .total-amount span{
    color: #ff0000;
    font-size: 18px;
    font-weight: 500;
}
.cart-form .submit{
    text-align: right;
}
.cart-form .btn-primary{
    background-color: #47842d;
    border-radius: 2px;
    border: none;
    padding: 14px 25px;
    margin: 0 5px;
    text-transform: uppercase;
    transition: .5s
}
.cart-form .btn-primary:hover{
    background-color: #edbe02
}

.steps {
    min-height: 90px;
    padding: 30px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}
.steps .steps-container {
    background: #DDD;
    height: 10px;
    width: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.steps .steps-container li {
    text-align: center;
    list-style: none;
    float: left;
    width: 50%;
}
.steps .steps-container li.activated {
    position: relative;
}
.steps .steps-container li.activated:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background-color: #47842d;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
}
.steps .steps-container li .step .step-image {
    margin: -14px 0 0 0;
}
.steps .steps-container li .step .step-image span {
    background-color: #DDD;
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 auto;
    border-radius: 37px;
    -moz-border-radius: 37px;
    -webkit-border-radius: 37px;
    -ms-border-radius: 37px;
}
.steps .steps-container li.activated .step .step-image span:after {
    background-color: #FFF;
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    width: 27px;
    height: 27px;
    margin: 5px;
    border-radius: 27px;
    -moz-border-radius: 27px;
    -webkit-border-radius: 27px;
    -ms-border-radius: 27px;
    box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.15);
}
.steps .steps-container li .step .step-current a{
    font-size: 13px;
    font-style: italic;
    color: #333;
    margin: 8px 0 0 0;
    display: block;
}
.steps .steps-container li:hover .step .step-current a{
    color: #47842d
}
.steps .steps-container li.activated .step .step-image span {
    background-color: #47842d
}

.order{
    background-color: transparent;
    padding: 0
}
.form-info-order label, .cart-form label{
    font-weight: 500
}
.form-info-order, .payment{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 30px;
    border-radius: 3px;
}
.submit-send{
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 0 0 50px;
    margin-bottom: 30px;
}
.form-info-order input{
    height: 40px;
    background-color: #ffffff40;
    border: 1px solid #ccccccc7;
    border-radius: 2px;
}
.payment h1{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.payment .des{
    position: relative;
    display: block;
    font-style: italic;
    margin: 0;
    padding: 10px 0 30px;
}
.payment .column-labels{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.payment .panel-default{
    margin-top: 20px
}
.payment .order-total strong{
    color: #ff0000;
    font-size: 18px;
    font-weight: 500;
}

.page-header{
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@-webkit-keyframes zoomPro {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@keyframes zoomPro {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); }
}

@media (max-width: 767.98px) {
    .relates-product ul li{
        padding: 0;
        margin: 0 5px;
    }

    .relates-product ul li a{
        background-color: #eee;
        font-size: 14px;
        margin-bottom: 10px;
        border-radius: 8px;
    }

    .relates-product ul li:before{
        display: none;
    }

    .relates-product ul li:hover a, .relates-product ul li.active a {
        background-color: #3a792c;
        color: #fff;
    }

    .viewgrid .item-content h3{
        font-size: 14px;
    }

    .viewgrid .money{
        font-size: 16px;
    }
    
    .lSSlideOuter{
        margin-bottom: 20px;
    }
    .cart-form,
    .form-info-order, .payment{
        padding: 30px 15px;
    }
    .cart-form .product{
        display: -webkit-inline-block;
        display: inline-block;
    }
    .cart-form .product h3{
        min-height: 60px;
        margin-bottom: 20px;
    }
    .cart-form .total-amount{
        padding: 20px 0;
    }
    .cart-form .product img{
        width: 100%;
        height: auto;
    }
}