/* <=== vhgripprod ===> */
.vhgripprod{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vhgripprod > div{
    padding: 0 15px;   
}
.vhgripprod .lcol{
    width: 300px;
}
.vhgripprod .rcol{
    width: calc(100% - 300px);
}
/* <=== vhgripprod ===> */

/* <=== hpgripprod ===> */
.hpgripprod {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hpgripprod > div{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
}
/* <=== hpgripprod ===> */


/* <=== hpsmenuprod ===> */
.hpsmenuprod{
    border: 1px solid #dcb35b;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.hpsmenuprod:last-child{
    margin-bottom: 0;
}
.hpsmenuprod .mntitle{
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    text-transform: uppercase;
}
.hpsmenuprod .mcconts{
    padding-top: 10px;
    padding-bottom: 10px;
}
.hpsmenuprod .mctitle{
    position: relative;
    padding-right: 20px;
}
.hpsmenuprod .mctitle::before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hpsmenuprod.active .mctitle::before{
    content: "\f106";
}
.hpsmenuprod ul li{
    padding-bottom: 8px;
}
.hpsmenuprod ul li:last-child{
    padding-bottom: 0;
}
.hpsmenuprod ul li .m-sub{
    position: relative;
}
.hpsmenuprod ul li .m-sub a{
    padding-right: 25px;
}
.hpsmenuprod ul li .m-sub .button-submenu{
    position: absolute;
    right: 0;
    width: 25px;
    height: 100%;
    top: 0;
    cursor: pointer;
}
.hpsmenuprod ul li .m-sub .button-submenu::before{
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #d09b3e;
}
.hpsmenuprod ul li.active .m-sub .button-submenu::before{
    content: "\f106";
}
.hpsmenuprod ul li a{
    font-size: 16px;
    line-height: 24px;
    color: #d09b3e;
    padding-left: 17px;
    position: relative;
    display: block;
}
.hpsmenuprod ul li a:hover{
    color: #fff;
}
.hpsmenuprod ul li a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #d09b3e;
}
.hpsmenuprod ul li ul{
    display: none;
    padding-top: 10px;
}
.hpsmenuprod ul li li a{
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
}
.hpsmenuprod ul li li a::before{
    display: none;
}
/* <=== hpsmenuprod ===> */

/* <=== hpproductmm ===> */
.hpproductmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -10px;
}
.hpproductmm .mmgrip > div{
    padding: 0 10px;
    margin-bottom: 30px;
}
.itproductmm{
    width: 320px;
    border: 1px solid #ffffff;
    padding: 20px 10px;
    background-image: url('../images/product/bgprod.png');
    background-position: left top;
    background-repeat: repeat;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0 auto;
}
.itproductmm:hover{
    border-color: #dcb35b;
}
.itproductmm .thumb{
    margin-bottom: 20px;
}
.itproductmm .thumb a{
    display: block;
    padding-top: 119.465%;
    position: relative;
    overflow: hidden;
}
.itproductmm .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itproductmm .dstitle{
    text-align: center;
    text-transform: uppercase;
}
.itproductmm .dstitle, .itproductmm .dstitle h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
.itproductmm:hover .dstitle a{
    color: #dcb35b;
}
/* <=== hpproductmm ===> */

/* <=== hpproducthh ===> */
.tpproducthha{
    margin-bottom: 30px;
}
.tpproducthha .mgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpproducthha .mgrip > div{
    padding: 0 10px;
    width: 20%;
}
.itformstyall select{
    width: 100%; 
    border: 1px solid #dcb35b;
    border-radius: 3px;
    background-color: transparent;
    height: 45px;
    color: #fff;
}
.itformstyall button{
    width: 100%;
    height: 45px;
    border: none;
    background-color: #c4161c;
    color: #fff;
    border-radius: 3px;
}
.itformstyall button:hover{
    background-color: #dcb35b;
}
/* <=== hpproducthh ===> */

/* <=== hpproductbb ===> */
.tpproductbba{
    margin-bottom: 50px;
}
.tpproductbba .bagrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpproductbba .bagrip > div{
    padding: 0 15px;
}
.tpproductbba .bagrip .lcol{
    width: 370px;
}
.tpproductbba .bagrip .rcol{
    width: calc(100% - 370px);
}
.slthumbnav{
    margin-bottom: 20px;
} 
.itthumbnav a{
    display: block;
    padding-top: 211.765%;
    position: relative;
    overflow: hidden;
}
.itthumbnav a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.tpproductbba .bathumb{
    max-width: 340px;
    margin: 0 auto;
}
.slthumbfor .slick-arrow{
    width: 30px;
    height: 30px;
    color: #d09b3e;
}
.slthumbfor .slick-arrow::before{
    font-size: 15px;
}
.slthumbfor .slick-prev{
    left: -35px;
}
.slthumbfor .slick-next{
    right: -35px;
}
.slthumbfor{
    max-width: 215px;
    margin: 0 auto;
}
.itthumbnfor{
    display: block;
    padding-top: 100%;
    position: relative;
    border: 1px solid #97502a;
    cursor: pointer;
}
.itthumbnfor::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #dcb35b;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slick-current .itthumbnfor::before{
    opacity: 1;
}
.itthumbnfor img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
    max-height: 85%;
}
.tpproductbba .dsinfo li{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.tpproductbba .dsinfo li:last-child{
    margin-bottom: 0;
}
.tpproductbba .dsinfo li .tm{
    width: 210px;
    text-align: right;
    color: #c63031;
}
.tpproductbba .dsinfo li .th{
    width: calc(100% - 210px);
    padding-left: 55px;
}
.tpproductbbb{
    padding: 25px 30px 30px;
    margin-bottom: 50px;
    border: 1px solid #c4161c;
}
.tpproductbbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.tpproductbbb .bbgrip > div{
    padding: 0 25px;
}
.tpproductbbb .bbgrip .lcol{
    width: calc(100% - 430px);
}
.tpproductbbb .bbgrip .rcol{
    width: 430px;
    border-left: 1px solid #552626;
}
.tpproductbbb .bbprices{
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
}
.bbprices .prname{
    color: #d09b3e;
    font-size: 20px;
    line-height: 30px;
    margin-right: 8px;
}
.bbprices .prnews{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-right: 10px;
    color: #c4161c;
}
.bbprices .prolds{
    color: #888888;
    font-size: 20px;
    line-height: 30px;
    text-decoration: line-through;
}
.bbcartsl .csgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}
.bbcartsl .csgrip > div{
    padding: 0 10px;
    width: 50%;
}
.csaddshope a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #c4161c;
    color: #fff;
    padding: 15px 10px;
} 
.csaddshope a:hover{
    background-color: #dcb35b;
}
.csaddshope a i{
    font-size: 22px;
    margin-right: 15px;
}
.csbuynowss a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #7e0022;
    color: #fff;
    padding: 15px 10px;
} 
.csbuynowss a:hover{
    background-color: #dcb35b;
}
.csbuynowss a i{
    font-size: 22px;
    margin-right: 15px;
}


.tpproductbbb .bbgifprod{
    margin-bottom: 30px;
}
.bbquanunit{
    margin-bottom: 15px;
}
.bbquanunit .qugrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.bbquanunit .qugrip > div{
    padding: 0 15px;
}
.bbquanunit .qugrip .qlcol{
    width: 185px;
}
.bbquanunit .qugrip .qrcol{
    width: calc(100% - 185px);
}
.bbquanunit .bbquanti{
    display: flex;
    align-items: center;
    align-content: center;
}
.bbquanunit .bbquanti .qtxt{
    font-size: 16px;
    line-height: 24px;
    margin-right: 12px;
    white-space: nowrap;
}
.bbquanunit .bbquanti .qsel{
    width: 100%;
    max-width: 70px;
}
.bbquanunit .chosen-container-single .chosen-single{
    background-image: url("../images/product/iselect.png");
    background-position: right 10px center;
}
.bbquanunit .chosen-container-single .chosen-single span{
    margin-right: 0;
    color: #d09b3e;
}
.bbquanunit .qqunits{
    display: flex;
}
.bbquanunit .qqunits .utext{
    font-size: 16px;
    line-height: 24px;
    color: #d09b3e;
    margin-right: 12px;
    white-space: nowrap;
    margin-top: 4px;
}
.bbquanunit .qqunits ul{
    display: flex;
    flex-wrap: wrap;
}
.bbquanunit .qqunits li{
    margin-right: 5px;
    margin-bottom: 5px;
}
.bbquanunit .qqunits li a{
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #d09b3e;
    color: #d09b3e;
    border-radius: 2px;
    padding: 5px 10px;
}
.bbquanunit .qqunits li.active a, .bbquanunit .qqunits li a:hover{
    background-color: #d09b3e;
    color: #fff;
}
.bbgifprod .gtitle{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #d09b3e;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    align-content: center;
}
.bbgifprod .gtitle i{
    font-size: 24px;
    margin-right: 10px;
}
.bbgifprod .ctgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -8px;
}
.bbgifprod .ctgrip > div{
    padding: 0 8px;
}
.bbgifprod .ctgrip .tcol{
    width: 82px;
}
.bbgifprod .ctgrip .dcol{
    width: calc(100% - 82px);
}
.bbgifprod .thumb{
    display: block;
    padding-top: 100%;
    position: relative;
    border: 1px solid #c4161c;
}
.bbgifprod .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.bbgifprod .dstitle{
    margin-bottom: 5px;
}
.bbgifprod .dstitle, .bbgifprod .dstitle a{
    color: #d09b3e;
}
.bbgifprod .dstitle, .bbgifprod .dstitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.bbgifprod .dsnote{
    font-style: italic;
    color: #d09b3e;
}
.tpproductbbc{
    margin-bottom: 30px;
}
.itproductbbc a{
    background-color: #fff;
    border-radius: 5px;
}

.tpproductbbd{
    text-align: center;
}
.tpproductbbd .bdlogo{
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.tpproductbbd .bdlogo img{
    width: 100%;
}
.tpproductbbd .bdconts, .tpproductbbd .bdconts a{
    font-size: 15px;
    line-height: 23px;
    color: #d09b3e;
}
.tpproductbbd .bdconts p{
    padding: 2px 0;
}
/* <=== hpproductbb ===> */

/* <=== tpproductbbe ===> */
.tpproductbbe{
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #d99f3c;
}
.tpproductbbe .betitle{
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #c4161c;
}
.tpproductbbe .betitle, .tpproductbbe .betitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: 400;
}
/* <=== tpproductbbe ===> */

/* <=== myCheckbox ===> */
.myCheckbox{
	margin-bottom: 10px;
	color:#d09b3e;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.myCheckbox input{
	display: none;
}
.myCheckbox:before{
	content: "";
	border:solid 1px #d09b3e;
	border-radius: 2px;
	width:13px;
	height:13px;
	position: absolute;
	left:0;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.myCheckbox.active:before{
	background-color: #d09b3e;
}
.myCheckbox:after{
	content: "\f00c";
	position: absolute;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: 3px;
    top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
	color: #fff;
	font-size: 7px;
}
.myCheckbox.active:after{
	display: block;
}
/* <=== myCheckbox ===> */

sub, sup{
    margin-left: -3px;
}
@media all and (min-width: 992px){
    /* <=== hpsmenuprod ===> */
    .hpsmenuprod .mcconts{
        display: block!important;
    }
    /* <=== hpsmenuprod ===> */
}
@media all and (max-width: 1199px){
    /* <=== hpgripprod ===> */
    .hpgripprod > div{
        width: 50%;
    }
    /* <=== hpgripprod ===> */

    /* <=== hpproductbb ===> */
    .csaddshope a, .csbuynowss a{
        font-size: 14px;
    }
    .csaddshope a i{
        font-size: 18px;
        margin-right: 10px;
    }
    /* <=== hpproductbb ===> */
}
@media all and (max-width: 1050px){
    /* <=== hpproductmm ===> */
    .hpproductmm .mmgrip{
        justify-content: center;
    }
    /* <=== hpproductmm ===> */
}
@media all and (max-width: 991px){
    .hpsmenuprod .mntitle{
        font-size: 16px;
        line-height: 24px;
    }
    /* <=== vhgripprod ===> */
    .hpsmenuprod{
        margin-bottom: 10px;
    }
    .vhgripprod .lcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .vhgripprod .rcol{
        width: 100%;
    }
    .hpsmenuprod .mcconts{
        display: none;
    }
    /* <=== vhgripprod ===> */

    /* <=== hpproducthh ===> */
    .tpproducthha{
        margin-bottom: 20px;
    }
    .tpproducthha .mgrip{
        margin: 0 -5px;
    }
    .tpproducthha .mgrip > div{
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }
    .tpproducthha .mgrip > div:last-child{
        width: 100%;
    }
    /* <=== hpproducthh ===> */

    /* <=== hpproductbb ===> */
    .tpproductbba{
        margin-bottom: 20px;
    }
    .tpproductbbb .bbgrip{
        margin: 0;
    }
    .tpproductbbb .bbgrip > div{
        padding: 0;
    }
    .tpproductbba .bagrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpproductbba .bagrip .rcol{
        width: 100%;
    }
    .tpproductbbb .bbgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpproductbbb .bbgrip .rcol{
        width: 100%;
        border-left: none;
        padding-top: 15px;
        border-top: 1px solid #552626
    }
    .tpproductbbb{
        margin-bottom: 40px;
        padding: 20px 25px 25px;
    }

    /* <=== hpproductbb ===> */
    .hpscrollfix{
        top: unset!important;
    }
    .tpproductbbe .betitle{
        margin-bottom: 20px;
    }
    .tpproductbbe .betitle, .tpproductbbe .betitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== tpproductbbe ===> */
}
@media all and (max-width: 767px){
    .vnttitle{
        margin-bottom: 15px;
    }
    /* <=== hpgripprod ===> */
    .hpgripprod {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -5px;
    }
    .hpgripprod > div{
        padding: 0 5px;
        margin-bottom: 20px;
    }
    /* <=== hpgripprod ===> */

    /* <=== hpproducthh ===> */
    .tpproducthha .mgrip > div{
        width: 100%;
    }
    .tpproducthhh .lstitem{
        margin-bottom: 10px;
    }
    /* <=== hpproducthh ===> */

    /* <=== itproductall ===> */
    .itproductall .pdecss{
        padding: 10px 5px;
    }
    .itproductall .dstitle, .itproductall .dstitle h3{
        font-size: 14px;
        line-height: 22px;
    }
    .itproductall .dstitle a{
        height: 66px;
        -webkit-line-clamp: 3;
    }
    .itproductall .dsprice .inews{
        font-size: 13px;
        line-height: 20px;
    }
    .itproductall .dsprice .iolds{
        font-size: 12px;
        line-height: 20px;
    }
    .itproductall .pcarts a{
        font-size: 13px;
        padding: 10px 5px;
    }
    .itproductall .pcarts a i{
        font-size: 16px;
        margin-right: 10px;
    }
    .itproductall .eitem, .itproductall .sitem{
        width: 35px;
        height: 35px;
        font-size: 12px;
    }
    /* <=== itproductall ===> */

    /* <=== hpproductbb ===> */
    .tpproductbba .bathumb{
        max-width: 250px;
    }
    .itthumbnav a{
        padding-top: 144%;
    }
    .tpproductbba .dsinfo li{
        font-size: 15px;
        line-height: 23px;
    }
    .tpproductbba .dsinfo li .tm{
        width: 100%;
        text-align: unset;
    }
    .tpproductbba .dsinfo li .th{
        width: 100%;
        padding-left: 0;
    }
    .bbquanunit .qugrip .qlcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .bbquanunit .qugrip .qrcol{
        width: 100%;
    }
    .bbprices .prnews{
        font-size: 28px;
    }
    .bbprices .prolds{
        font-size: 18px;
    }
    .bbcartsl .csgrip > div{
        width: 100%;
        margin-bottom: 10px;
    }
    .bbcartsl .csgrip > div:last-child{
        margin-bottom: 0;
    }
    .csaddshope a, .csbuynowss a{
        font-size: 18px;
        line-height: 22px;
        padding: 14px 10px;
    }
    /* <=== hpproductbb ===> */
}
@media all and (max-width: 700px){
    .hpproductmm .mmgrip > div{
        width: 100%;
    }
    .itproductmm{
        width: 100%;
        max-width: 320px;
    }
}
@media all and (max-width: 400px){
    /* <=== hpproductbb ===> */
    .bbprices .prname{
        font-size: 16px;
        line-height: 24px;
    }
    .bbprices .prnews{
        font-size: 25px;
    }
    .bbprices .prolds{
        font-size: 16px;
    }
    /* <=== hpproductbb ===> */
}