@media (max-width: 768px) {
    .pro-loop .product-img {
        height: 225px;
    }
}
@media (min-width: 768px) {
    .pro-loop .product-img {
        height: 320px;
    }
}

@media (min-width: 1025px) {
    .pro-loop .product-img {
        height: 640px;
    }
}
@media (min-width: 1225px) {
    .pro-loop .product-img {
        height: 440px;
    }
}
.pro-loop a {
    height: 100%;
}
ul.policyProduct.policyCart.clearfix li:nth-child(2),
.layered_subtitle.dropdown-filter:nth-child(3),
.layered_subtitle.dropdown-filter:nth-child(4),
.filter-size.s-filter:nth-child(3),
.filter-size.s-filter:nth-child(4),
.click-p
{
    display: none;
}
@media(min-width: 1025px){
    .product-block:not(.recommend-block){
        padding: 0;
    }
}
picture {
    object-fit: scale-down;
}
.addThis_listSharing {
    position: fixed;
    bottom: 23%;
    z-index: 999;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.addThis_listSharing.is-show {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.addThis_listing .addThis_item {
    margin-bottom: 5px;
    margin-right: 24px;
}
.addThis_listing .addThis_item .addThis_item--icon {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
    position: absolute;
    top: 4px;
    right: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 1);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
#phistory-bar{
    top: 20%;
}
#bttop{
    right: -15px;
}
@media(max-width: 768px){
    .addThis_listSharing {
        bottom: 25%;
    }
}
.content-pview-top {
    display: none;
}
.content-pview-bot {
    position: relative;
    max-height: 300px;
    overflow: hidden;
}
.content-pview-bot_showmore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 50px;
    text-align: center;
    background: 0 0;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.91)),color-stop(55%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
    display: block;
    margin-bottom: 0;
}
.button_readmore {
    border: 1px solid #f7941d;
    background: #f7941d;
    color: #fff;
    height: 35px;
    display: block;
    width: 100px;
    margin: 0 auto;
    line-height: 35px;
}
.content-pview-bot_showmore-full {
    max-height: 100%;
}
.shorten {
    width: 100%;
    text-align: center;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.91)),color-stop(55%,#fff));
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,#fff 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
    display: none;
}
.admin-talk.row {
    padding: 30px 0;
}
.img-talk {
    text-align: center;
}
.img-talk img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.name-admin {
    font-size: 22px;
    font-weight: 700;
}
.admin-talk ul {
    display: flex;
    justify-content: space-around;
    padding: 0 25%;
}
@media only screen and (max-width: 768px){
    .admin-talk ul {
        padding: 0;
    }
}
@media (max-width: 500px){
    .info_g span {
        width: 100% !important;
        height: 100% !important;
    }
}