.filterSidebar{
    margin-bottom: 20px;
}
.filterSidebar .title {
    font-size: 16px;
    line-height: 24px;
    background: #eaeaea;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
}
.filterSidebar ul {
    border: solid 1px #eaeaea;
    border-top: none;
    max-height: 265px;
    overflow: auto;
}
.filterSidebar ul li a {
    display: block;
    text-transform: uppercase;
    border-bottom: solid 1px #eaeaea;
    padding: 11px 15px;
}
.filterSidebar ul li a:hover{
	color:#ec1a23;
}
.filterSidebar ul li:last-child a{
	border-bottom: none;
}
/*==============SLIDE product3===============*/
.slideproduct3{
	margin-bottom: 25px;
}
/*==========================================*/
.gridPP{
    margin-bottom: 25px;
}
.gridPP:after{
    content: "";
    display: block;
    clear: both;
}
.gridPP .col{
    width:25%;
    float:left;
    border:solid 1px #dddddd;
    margin: -1px 0px 0px -1px;
}
.linkaAll {
    text-align: center;
}
.linkaAll a {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    background: #3f3691;
    color: #ffffff;
    padding: 7px 33px;
    position: relative;
    border:solid 1px #3f3691;
    z-index: 1;
}
.linkaAll a::after{
    content: '';
    position: absolute;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background: #3f3691;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
}
.linkaAll a:hover::after{
    width: 0;
    opacity: 0;
}
.linkaAll a:hover{
    background: #ffffff;
    color: #3f3691;
}
/*=======================THUMBNAIL=======================*/

div#vnt-thumbnail-for {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}
div#vnt-thumbnail-for .slick-arrow{
    width: 40px;
    height: 40px;
}
.styBtn .slick-arrow::before{
    font-size: 20px;
    line-height: 30px;
}
div#vnt-thumbnail-for .slick-prev{
    left: 10px;
}
div#vnt-thumbnail-for .slick-next{
    right: 10px;
}

div#vnt-thumbnail-for .item .img{
    padding-top: 85%;
    position: relative;
}
div#vnt-thumbnail-for .item .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 80%;
    max-height: 80%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);  
}
div#vnt-thumbnail-nav {
    background-color: #f7f7f7;
    padding: 10px;
}
div#vnt-thumbnail-nav .slick-list{
    margin: 0 -5px;
}
div#vnt-thumbnail-nav .slick-slide{
    padding: 0 5px;   
}
div#vnt-thumbnail-nav .item{
    cursor: pointer;
}
div#vnt-thumbnail-nav .item .img{
	position: relative;
    border:solid 1px #cfcfcf;
    background-color: #fff;
    padding-bottom: 88%;
    position: relative;
    height: 0;
    overflow: hidden;
}
div#vnt-thumbnail-nav .item.slick-current .img{
    border-color:#f44236;
}
div#vnt-thumbnail-nav .item .img img{
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 80%;
    max-height: 80%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
div#vnt-thumbnail-nav .slick-arrow {
    position: absolute;
    width:100%;
    height: 16px;
    background: none;
    border: none;
    font-size: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color:#666666;
    right: 0;
}
div#vnt-thumbnail-nav .slick-prev{
    top:10px;
}
div#vnt-thumbnail-nav .slick-next{
    bottom:10px;
}
div#vnt-thumbnail-nav .slick-arrow:before {
    font-family: FontAwesome;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 40px;
    line-height: 45px;
}
div#vnt-thumbnail-nav .slick-prev:before{
    content: "\f106";
}
div#vnt-thumbnail-nav .slick-next:before{
    content: "\f107";
}
div#vnt-thumbnail-nav .slick-arrow:hover{
    color:#ec1a23;
}
div#vnt-thumbnail-for img {
    width: 100%;
}
/*==============product3 DETAIL=============*/
.product3Title h1 {
    font-size: 22px;
    line-height: 34px;
    color:#ec1a23;
}
.product3Title{
    padding-bottom: 10px;

	margin-bottom: 5px;
}
.product3Excerpt {
    color: #666666;
    margin-bottom: 15px;
}
/*==============product3 ATTR===============*/
.product3Attr ul li{
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: flex;
  	align-items: center;
  	margin-bottom: 5px;
}
.product3Attr .notePro{
    margin: 20px 0 40px;
}
.product3Attr .att{
    width: 120px;
    margin-right: 10px;
    position: relative;
    font-weight: bold;
}
.product3Attr .att:before{
	content: ":";
	float:right;
}
.product3Attr{
	margin-bottom: 10px;
}
.product3Attr .ats select{
    width:135px;
    height:35px;
    border:solid 1px #eaeaea;
}
/*===========product3 QUANTITY===============*/
.quantity {
	position: relative;
}
.quantity input{
	width:60px;
	height:30px;
	text-align: center;
	border:solid 1px transparent;
}
.quantity .group-button{

}
.quantity button{
	width:30px;
	height:30px;
	border:solid 1px #eaeaea;
    border-radius: 100%;
    background-color: #fff  ;
    font-size: 20px;
}
.quantity .group-button button.btn-up{
	border-bottom: solid 1px #eaeaea;
}
/*=============REVIEW============*/
.product3Review {
    background: #f5f5f5;
    padding: 7px 10px;
    border: solid 1px #d6d6d6;
}
.product3Review .txt {
    float: left;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 3px;
}
.product3Review .stars{
	float:left;
}
.product3Review .stars ul li{
	float:left;
	font-size: 18px;
	line-height: 26px;
	color:#fff600;
	margin-right: 5px;
}
/*=============PRICE============*/
.product3Price {
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
}
.product3Price ul li{
  	margin-bottom: 10px;
}
.product3Price .pt{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    font-weight: bold;
}
.product3Price .reduce2{
    margin-bottom: 10px;
    text-decoration: line-through;
    color: #888888;
}
.product3Price .reducenew{
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    color: #d10000;
}
.product3Price .ps.reduce {
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    color: #d10000;
}
.product3Price .ps.normal{
	text-decoration: line-through;
}
.product3Price .ps.vat {
    font-size: 12px;
    line-height: 20px;
    background: #f44236;
    color: #ffffff;
    padding: 3px 21px;
}
/*=================BUTTON===============*/
.product3Button{
	margin-bottom: 20px;
}
.product3Button .btnSS {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #ffffff;
    background: #d51720;
    border: none;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 15px;
    position: relative;
    overflow: hidden;
    border:solid 2px #d51720;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 15px;
}
.product3Button .btnSS .faplus{
	padding-left: 30px;
    position: relative;
    background-image: url('../images/cart1.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: left center;
}

.product3Button .btnSS:hover{
    background-color: #d4443a;
}
.product3Button button.btnSS {
    border:solid 2px #ec1a23;
    color:#f44236;
    background-color: #fff;
}
.product3Button button.btnSS:hover{
    color:#fff;
    background-color: #f44236;
}
.product3Button button.btnSS:hover{
	color:#fff;
}
.product3Wrap {
    margin-bottom: 30px;
}
.product3Wrap .row{
    display: flex;
    flex-wrap: wrap;
}

/*  */
.product3Content{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
/*================TOOLS============*/
.product3Tools {
    padding: 9px 0px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #656565;
    border-top: dotted 1px #656565;
}
.product3Tools .share{
    float:left;
}
.product3Tools .share ul li {
    float: left;
    margin-right: 15px;

}
.product3Tools .share ul li a{
    display: block;
    width: 35px;
    height: 35px;
    background: #eeeeee;
    border-radius: 100%;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    position: relative;
    color: #333333;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.product3Tools .share ul li a:hover{
    border-radius: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.product3Tools .print{
    float:right;
}
.product3Tools .print ul li {
    float: left;
    margin-left: 15px;
}
.product3Tools .print ul li a {
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    position: relative;
}
.product3Tools .print ul li a:before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*==============BEGIN: TAB===================*/

/*==============END: TAB===================*/
.the-content{
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.the-content strong{
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.the-content img{
    margin: auto;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.the-content .txt{
    overflow: hidden;
}
/*=============OTHER========================*/

ul.product3_option {
	
}
ul.product3_option>li {
	width:100%;
	display:table;
	padding:9px 15px;
}
ul.product3_option>li>span {
	display:table-cell;
    vertical-align:middle;
    padding-left: 10px;
}
ul.product3_option>li>span.col1 {
	width:20%;
}
ul.product3_option>li:nth-child(odd) {
	background:#f7f7f7;
}
.zoomContainer {
   overflow: hidden;
}

/*  */
.product3Filter ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/*  */
.product3Attr .lstChoose{
    display: flex;
    flex-wrap: wrap;
}
.product3Attr .lstChoose .col{
    padding: 0 5px;
}
.product3Attr .lstChoose .myCheckbox1{
    width: 35px;
    height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.product3Attr .lstChoose .myCheckbox1.active{
    border: 1px solid #ec1a23;
}
.product3Attr .lstSize{
    display: flex;
    flex-wrap: wrap;
}
.product3Attr .lstSize .col{
    padding: 0 5px;
}
.product3Attr .lstSize .myCheckbox1{
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 8px;
}
.product3Attr .lstSize .myCheckbox1.active{
    border: 1px solid #ec1a23;
    color: #ec1a23;
}
.myCheckbox1{
    cursor: pointer;
}
.myCheckbox1 input{
    display: none;
}

/*  */
.lstKey{
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.lstKey a{
    margin-left: 3px;
}
.lstKey a::after{
    content: ',';
}
.lstKey a:last-child::after{
    content: '...';
}

/*  */
.product3contact{
    text-align: center;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.product3contact .txt{
    font-size: 16px;
 
    line-height: 24px;
    margin-bottom: 10px;
}
.product3contact .txt span{
    position: relative;
    display: inline-block;
    padding-left: 20px;  
}
.product3contact .txt span::before{
    font-family: FontAwesome;
    margin-right: 5px;
}
.product3contact .phone{
    
}
.product3contact .phone a{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #ec1a23;
}
/*  */
.product3Share ul{
    display: block;
    text-align: center;
}
.product3Share ul li{
    display: inline-block;
    margin: 0 5px;
}

/*  */
.itemproduct3{
    margin-bottom: 40px;
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.itemproduct3 .wrapper{
    max-width: 100%;
    padding: 0 120px;
}
.itemproduct3 .titlePro{
    text-align: center;
    margin-bottom: 25px;
}
.itemproduct3 .titlePro h2{
    font-size: 40px;
    line-height: 54px;
    color: #d9252c;
    text-transform: uppercase;
}
.itemproduct3 .captionPro{
    font-size: 15px;
    line-height: 23px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
}
.gripproduct3{
    display: flex;
    flex-wrap: wrap;
}
.gripproduct3 .subproduct3{
    width: 300px;
    background-color: #f7f7f7;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.gripproduct3 .subproduct3 li{
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gripproduct3 .subproduct3 li:last-child{
    border-bottom: none;
}
.gripproduct3 .subproduct3 li a{
    padding: 15px;
    text-transform: uppercase;
    display: block;
}
.gripproduct3 .subproduct3 li.active a, .gripproduct3 .subproduct3 li:hover a{
    background-color: #d9252c;
    color: #fff;
}

.gripproduct3 .thumbproduct3{
    width: calc(100% - 300px);
}
.gripproduct3 .thumbproduct3 a{
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 310px;
    position: relative;
}
.gripproduct3 .thumbproduct3 a::before{
    content: "";
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.gripproduct3 .thumbproduct3 a::after{
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.gripproduct3 .thumbproduct3 a:hover::before{
    left: 20px;
    right: 20px;
}
.gripproduct3 .thumbproduct3 a:hover::after{
    top: 20px;
    bottom: 20px;
}
.gripproduct3 .thumbproduct3 a img{
    display: none;
}


/*  */
.product3Lv{
    margin-bottom: 20px;
}
.product3Lv.vborder .thumb{
    border: 1px solid #c6c6c6;
}
.product3Lv .thumb{
    margin-bottom:  20px;
}
.product3Lv .thumb a{
    display: block;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    height: 0;
}
.slproduct3sb .slick-arrow{
    top: -35px;
    transform: unset;
    z-index: 1;
    height: 30px;
    width: 30px;
    padding: 0;
    font-size: 0;
}
.slproduct3sb .slick-prev{
    right: 20px;
}
.slproduct3sb .slick-next{
    right: 0px;
}
.product3Lv .thumb a{
    /* border: 1px solid #d8d8d8; */
}
.product3Lv .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 85%;
    max-height: 85%;
}
.product3Lv .thumb a::before{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    right: 50%;
    border-top: solid 1px #d9252c;
    border-bottom: solid 1px #d9252c;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.product3Lv .thumb a::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 50%;
    border-left: solid 1px #d9252c;
    border-right: solid 1px #d9252c;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    z-index: 1;
}
.product3Lv:hover .thumb a::before{
    left: 0px;
    right: 0px;
}
.product3Lv:hover .thumb a::after{
    top: 0px;
    bottom: 0px;
}
.product3Lv .decs{
    text-align: center;
    padding: 0 20px;
} 
.product3Lv .decs h3{
    text-transform: uppercase;
    height: 44px;
    overflow: hidden;
    line-height: 22px;
} 
.product3Lv:hover .decs h3 a{
    color: #d9252c;
}

.product3Nb{

}
.product3Nb .titleNb{
    padding: 12px 30px 12px 15px;
    color: #fff;
    background-color: #d9252c;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
}
.product3Nb .product3Lv .thumb a{
    /* border: 1px solid rgba(0, 0, 0, 0.1); */
}
.product3Nb .itemNb{
    margin-bottom: 30px;
}
/*  */
.product3Thumbnail{
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.detailProInfo{
    background-color: #f7f7f7;
    padding: 30px 20px;
    height: 100%;
}

/*  */
.product3Attr .gripPro{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 30px;
}
.product3Attr .gripPro > div{
    width: 50%;
    padding: 0 15px;
}
.product3Attr .gripPro a{
    display: block;
    position: relative;
    height: 0;
    padding-top: 60%;
    overflow: hidden;
    color: #ffff;
}
.product3Attr .thumbPro a span{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
    padding: 10px;
    font-size: 15px;
}
.product3Attr .gripPro a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1);
    transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product3Attr .gripPro a:hover img{
    transform: scale(1.05);
}
.product3Attr .videoPro a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.product3Attr .videoPro a::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-image: url('../images/iconvideo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.product3Attr .contactPro{
    margin-bottom: 20px;
}
.product3Attr .contactPro a{
    font-size: 15px;
    line-height: 23px;
    padding: 10px 30px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    background: #d9252c;
    color: #fff;
    border: 1px solid #d9252c;
    font-weight: bold;
    min-width: 200px;
    border-radius: 5px;
    text-align: center;
}
.product3Attr .contactPro a span{
    display: inline-block;
    padding-left: 20px;
    position: relative;
}
.product3Attr .contactPro a span::before{
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    content: "\f095";
}
.product3Attr .contactPro a:hover{
    background-color: #b8262d;
    color: #fff;
}

/*  */
.btnAll{
    display: inline-block;
    border: none;
    background-color: #d71921;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    min-width: 140px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
.btnAll span{
    display: block;
    padding-right: 50px;
    position: relative;
}
.btnAll span::before{
    content: "\f178";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
}
.btnAll:hover{
    background-color: #b8262d; 
    color: #fff;
}

/*  */
.infoproduct3{
    margin-bottom: 30px;
}
.infoproduct3 .tabInfo{
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.infoproduct3 .tabInfo ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.infoproduct3 .tabInfo a{
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;

}
.infoproduct3 .tabInfo li.active a, .infoproduct3 .tabInfo li:hover a{
    background-color: #d9252c;
    color: #fff;
}
.infoproduct3 .contentTab{
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.infoproduct3 .boxTab{
    padding: 45px 20px;
}
.infoproduct3 .bgTab{
    background-color: #f7f7f7;
}
.infoproduct3 .titleTab{
    text-align: center;
    margin-bottom: 20px;
}
.infoproduct3 .titleTab h3{
    font-size: 30px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: bold;
    color: #d9252c;
}
.infoproduct3 .wrapTab{
    margin: 0 auto;
    max-width: 870px;
}
.tableTab{

}
.tableTab li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
} 
.tableTab li:nth-child(odd){
    background-color: #fff;
}

.tabList{

}
.tabList li{
    padding: 10px 20px;
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.tabList li:nth-child(odd){
    background-color: #fff;
}

/*  */

.bodyStyle::-webkit-scrollbar {
    width: 1px;
    background-color: #F5F5F5;
} 
.wrap_popup .popup_title{
    text-transform: uppercase;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding: 15px;
    text-align: center;
    background-color: #d9252c;
    font-weight: 600;
}
.designPopupMember .fancybox-close-small{
    right: -40px;
    top: 10px;
    width: 35px;
    height: 35px;
}
.designPopupMember1 .fancybox-close-small{
    right: -50px;
    top:  0px;
    width: 35px;
    height: 35px;
}
.designPopupMember2 .fancybox-close-small{
    right: -50px;
    top:  0px;
    width: 35px;
    height: 35px;
}
.designPopupMember2  .fancybox-navigation{
    z-index: 9999999;
    position: relative;
    height: 100%;
    pointer-events: none;
}

.designPopupMember2 .fancybox-navigation .fancybox-button{
    width: 50px;
    height: 50px;
    border: none;
    font-size: 0;
    background: transparent;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 100%;
    background-color: #d71921;
    z-index: 999999999;
    pointer-events: auto;
}
.designPopupMember2 .fancybox-navigation .fancybox-button::before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    line-height: 45px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffff;
}
.designPopupMember2 .fancybox-navigation .fancybox-button svg{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.designPopupMember2 .fancybox-navigation .fancybox-button--arrow_left::before{
    content: "\f104";
}
.designPopupMember2 .fancybox-navigation .fancybox-button--arrow_right::before{
    content: "\f105";
}
.wrap_popup{
}
.wrap_popup .popup_content{
    padding: 15px;
    background-color: #f5f5f5;
}
.wrap_popup .popup_content .titlePro{
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wrap_popup .popup_content .mtitle-pop{
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: bold;
}
.wrap_popup .popup_content .mcontent-pop{
    text-align: center;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 15px;
}
.wrap_popup .popup_content .titlePro .thumb{
    width: 80px;
    height: 80px;
    position: relative;
    background-color: #fff;
}
.wrap_popup .popup_content .titlePro .thumb img{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 15px;
}
.wrap_popup .popup_content .titlePro .decs{
    padding-left: 15px;
    width: calc(100% - 80px);
}
.wrap_popup .popup_content .titlePro .decs h3{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
  
    font-weight: bold;
}
.wrap_popup .popup_content .titlePro .decs a{
    color: #d9252c;
}
.wrap_popup .popup_content .info-form{

}
.wrap_popup  .maxw600 .info-prod{
    margin-bottom: 30px;
    font-family: 'Roboto';
}
.wrap_popup .row-form{
    margin-bottom: 15px;
    align-items: center;
    align-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.wrap_popup .row-form label{
   display: block;
   width: 110px;
   font-size: 15px;
   line-height: 23px;
   font-weight: 400;
}
.wrap_popup .row-form .grwi{
    width: calc(100% - 110px);
}
.wrap_popup .row-form .form-group{
    position: relative;
}
.wrap_popup .row-form .form-group i{
    position: absolute;
    top: 12px;
    right: 10px;
}
.wrap_popup select{
    padding: 0;
}
.wrap_popup textarea{
    height: 80px;
    width: 100%;
}
.wrap_popup .row-form input, .wrap_popup .row-form textarea, .wrap_popup .row-form select{
    border: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    height: 40px;
    border-radius: 0;
    width: 100%;
}
 .wrap_popup .row-form .btnSub{
    font-size: 15px;
    line-height: 23px;
    padding: 10px 30px;
    display: block;
    position: relative;
    text-transform: uppercase;
    background: #d9252c;
    color: #fff;
    border: 1px solid #d9252c;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.wrap_popup .row-form .btnSub:hover{
    background-color: #b8262d;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wrap_popup .row-form .row{
    margin: 0 -10px;
}
.wrap_popup .row-form .col-xs-6, .wrap_popup .row-form .col-sm-6,.wrap_popup .row-form .col-xs-3, .wrap_popup .row-form .col-sm-3{
    padding: 0 10px;
}
/* 
.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage{
    left: 0px;
    right: 0px;
} */
.tpdecsvspa{
    max-width: 910px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}
.tpdecsvspa .spadecs{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 23px;
}
.tpdecsvspa .spadecs p{
    padding: 0;
    margin-bottom: 2px;
}
.tpdecsvspa .vhviewtt > div{
    display: none;
}
.vhviewtt a{
    font-size: 15px;
    line-height: 23px;
    color: #d9252c;
}
.vhviewtt a span{
    position: relative;
    display: inline-block;
    padding-right: 20px;
}
.vhviewtt a span::before{
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.vhviewtt .showview a span::before{
    content: '\f107';
}
.vhviewtt .hideview a span::before{
    content: '\f106';
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (min-width: 1500px){
    .lstProItem .row{
        display: flex;
        flex-wrap: wrap;
    }
    .lstProItem .row .col-lg-15{
        width: 25%;
    }
}
@media all and (max-width: 1200px){
    .itemproduct3 .wrapper{

        padding: 0 50px;
    }
}
@media all and (max-width: 991px){
    .designPopupMember2 .fancybox-navigation .fancybox-button{
        width: 40px;
        height: 40px;
    }
   .fancybox-inner{
        right: 10px;
        left: 10px;
    }
    .designPopupMember .fancybox-content{
        max-width: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-height: calc(100% - 150px)!important;
    }
    .lstProItem .row{
        margin: 0 -5px;
    }
    .lstProItem .row > div{
        padding: 0 5px;
    }
    .menuToggleMb{
        box-shadow: none;
    }
    .product3Lv .decs{
        padding: 0 10px;
    }
    .product3Lv .decs h3{
        height: 66px;
    }
    .menuToggleMb .subMb {
        padding: 8px 20px;
        position: relative;
        border: solid 1px rgba(0, 0, 0, 0.1);
        color: #333333;
        font-size: 18px;
        line-height: 27px;
        border-radius: 3px;
    }
    .menuToggleMb .subMb::before{
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 26px;
        color:#000000;
    }
    .menuToggleMb .submenuMb{
        display: none;
    }
    /*  */
    .itemproduct3 .wrapper{
        padding: 0 10px;
    }
    ul.product3_option>li>span.col1 {
        width:30%;
    }
    .filterSidebar{
        position: relative;
    }
    .filterSidebar .title {
        background: #ffffff;
        border: solid 1px #333333;
        position: relative;
        cursor: pointer;
    }
    .filterSidebar .title:before{
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 26px;
        color:#000000;
    }
    .filterSidebar .content{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #ffffff;
        z-index: 2;
        display: none;
    }
    div#vnt-thumbnail-nav .item .img{
        padding-bottom: 86%;
    }

    .the-content img{
        float:none;
        margin-right: 0;

    }

    /*  */
    .itemproduct3 .titlePro h2{
        font-size: 20px;
        line-height: 30px;
    }
    .titleAll{
        margin-bottom: 30px;
    }
    .itemproduct3 .titlePro{
        margin-bottom: 10px;
    }
    .itemproduct3 .captionPro{
        text-align: left;
    }
    .gripproduct3{
        flex-direction: column-reverse;
    }
    .gripproduct3 .subproduct3{
        width: 100%;
    }
    .gripproduct3 .thumbproduct3{
        width: 100%;
    }
    .gripproduct3 .thumbproduct3 a{
        background-image: none!important;
        min-height: auto;
    }
    .gripproduct3 .thumbproduct3 a img{
        display: block;
    }
    .itemproduct3{
        padding-bottom: 40px;
        margin-bottom: 30px;
    }
    /*  */
    .product3Attr .gripPro{
        margin: 0 -10px;
        margin-bottom: 20px;
    }
    .product3Attr .gripPro > div{
        padding: 0 10px;
    }
    /*  */
    .infoproduct3 .boxTab{
        padding: 0;
    }
    .infoproduct3 .titleTab{
        margin-bottom: 20px;
        padding-left: 5px;
        text-align: left;
    }
    .infoproduct3 .titleTab h3{
        font-size: 20px;
        line-height: 30px;
    }
    .infoproduct3 .boxTab .mc-title{
        padding: 10px;
        padding-right: 40px;
        position: relative;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        background-color: #d9252c;
        color: #fff;
    }
    .infoproduct3 .boxTab .mc-title::before{
        content: "\f067";
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 15px;
        line-height: 23px;
    }
    .infoproduct3 .boxTab.active .mc-title::before{
        content: '\f068';
    }
    .infoproduct3 .boxTab .mc-content{
        padding: 35px 12px;
        display: none;
    }
    .infoproduct3 .contentTab .tabCon{
        margin-bottom: 10px;
    }
    .infoproduct3 .contentTab .tabCon:last-child{
        margin-bottom: 0;
    }
    .wrap_popup .popup_title{
        padding: 10px;
    }
}
@media all and (max-width: 767px){
    .product3Attr .gripPro a{
        font-size: 13px;
        line-height: 21px;
    }
    .product3Attr .thumbPro a span{
        padding: 5px;
    }
    .product3Attr .videoPro a::after{
        width: 30px;
        height: 30px;
    }
    .tableTab li{
        display: block;
    }
    .wrap_popup .row-form{
        display: block;
    }
    .wrap_popup .row-form label{
        width: 100%;
    }
    .wrap_popup .row-form .grwi{
        width: 100%;
    }
    .designPopupMember .fancybox-close-small{
         top: -40px;
         right: 10px;
    }
    .designPopupMember1 .fancybox-close-small{
        top: -40px;
        right: 10px;
    }
    .designPopupMember2 .fancybox-close-small{
        top: -40px;
        right: 10px;
    }
}
@media all and (max-width: 640px){
    .gridPP .col{
        width:33.33%;
    }
}
@media all and (max-width: 520px){
    .gridPP .col{
        width:50%;
    }
}
@media all and (max-width: 460px){
    .gridPP .col{
        width:100%;
    }
    .product3Attr .contactPro a{
        display: block;
    }
}