.tophead, .headerCenter,.slogan{
    width:100%;
    display: inline-block;
}
.footer-text{
    font-size: 12px !important;
}

.attr-group .size a,.footer-top .policy .policy-text h4,.breadcrumb,.product-item .span-sale,
.hotline-top,.utility_top,.desc-txt,.footer-title,.footer-center h3{
    font-size: 13px !important;
}
#category-list li a,.heading,.cat-name,.panel-options .panel-heading h4,
.nav-menu .menu-link,.bn-cat .bn-name,.section-title a{
    font-size: 14px !important;
}
.detailQty{
    font-size: 15px;
}
#addToCart,.product-link,.attr-name,#itemInfo .product-price,#itemInfo .product-info,h1.section-name{
    font-size: 16px;
}

/************************* header ********************/
.tophead{
    font-size: 16px;
    padding: 15px 0 0 0;
}
.hotline-top{
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
}
.hotline-top li{
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #000;
}
.hotline-top li:last-child{
    border-right: none;
}
.utility_top ,
.utility_top ul {
    float: right;
}
.utility_top  li {
    float: left;
    padding: 8px 0;
}
.utility_top li a{
    display: block;
    padding: 0 10px;
    border-right: 1px solid #000;
}
.utility_top li:last-child a{
    border-right: none;
}
.utility_top li ul{
    top:100%;
    left: 0;
    z-index:-1;
    padding: 8px;
    min-width: 200px;
    position: absolute;
    display: inline-block;
    background: #fff;
    border: 1px solid #000;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 350ms ease-in-out  ;
    -moz-transition: all 350ms ease-in-out  ;
    -ms-transition: all 350ms ease-in-out  ;
    -o-transition: all 350ms ease-in-out  ;
    transition: all 350ms ease-in-out
}
.utility_top li:hover ul{
    opacity: 1;
    z-index:10000;
    visibility: visible;
    -webkit-transition: all 350ms ease-in-out  ;
    -moz-transition: all 350ms ease-in-out  ;
    -ms-transition: all 350ms ease-in-out  ;
    -o-transition: all 350ms ease-in-out  ;
    transition: all 350ms ease-in-out
}
.utility_top li ul li{
    display: inline-block;
    width:100%;
    padding: 0;
}

.utility_top li ul a{
    color: #333;
    padding: 5px;
}
.usersTop li{
    border: none;
}
.usersTop > li > a{
    background: #000;
}
.usersTop li a{
    padding-bottom: 3px;
    position: relative;
}
.usersTop li:first-child a{
    border-radius: 5px 0 0 5px;
}
.usersTop li:last-child a{
    border-radius: 0 5px 5px 0;
}
.usersTop li.signin a:before{
    content: '/';
    right: -2px;
    top:1px;
    z-index:1;
    position: absolute;
}

.language {
    text-align: right;
}
.language a{
    min-width: 35px;
    float: right;
    padding: 5px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
}
.language a:hover, .language a.active{
    color: #fff;
    background: #be001e;
    border: 1px solid #be001e;
}

.headerCenter{
    /*margin-bottom: 10px;*/
}
.headerCenter .logo{
    width:100%;
    padding:5px 0 35px 0;
    display: inline-block;
    text-align: center;
}
.minicart{
    color: #fff;
    font-size: 11px;
    float: right;
    text-align: center;
    background: #202629;
    padding: 5px 8px 6px 8px;
    display: inline-block;
}
.formSeach .input-group{
    border: 1px solid #202629;
}
.formSeach input, .formSeach button{
    height: 27px;
    border: none;
    padding: 0 12px;
    line-height: 1;
    box-shadow: none;
    font-weight: normal;
    background: transparent;
}
.slogan{
    color: #333;
    padding: 10px 0;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #ddd;
    -webkit-animation: slide 1.5s linear infinite;
}
@-webkit-keyframes slide {
    0% {
        color: #333
    }
    25% {
        color: red;
    }
    50% {
        color: darkmagenta;
    }
    75% {
        color: orangered;
    }
    100% {
        color: green;
    }
}


.headebtt{
    background: #000;
    width:100%;
    border-bottom: 1px solid #d7d7d7;
    transition: all 500ms ease-in-out
}
.fixed-before{
    position: fixed;
    top: -15%;
    z-index: 1;
    transition: all 700ms ease-in-out
}
.fixed-after{
    position: fixed;
    top: 0;
    z-index: 150;
    -webkit-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    transition: all 500ms ease-in-out;
}


/***  Header Mobile *************************/
.head-mobile  {
    padding: 10px 0 0 0;
}
.head-mobile .formSeach {
    padding:15px 10px 0 10px;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}
.head-mobile .formSeach.active {
    display: inline-block;
    visibility: visible;
    opacity: 1;
    height: 100%;
}
.head-mobile .formSeach .input-group {
    border: 1px solid silver;
    border-radius: 50px;
}
.head-mobile .formSeach input:focus,
.head-mobile .formSeach input:active {
    outline: 0;
    box-shadow: none;
    background: transparent;
}
.head-mobile .logo-sm {
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 100%;
    display: block;
}
.head-mobile .logo-sm img {
    max-width: 100%;
}
.icSearchMb{
    position: absolute;
    right: 50px;
    font-size: 20px;
    top: 12px;
}
.cart-mobile{
    height: 50px;
    width: 40px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    position: absolute;
    background: url("../img/icon_cart.png") center center no-repeat;
}
.sOneOwl .owl-nav i{
    font-size: 31px;
    width: 31px;
    height: 31px;
    line-height: 31px;
    background: rgba(255,255,255,.8);
}
.owl-carousel .owl-nav .owl-prev i {
    left: 5px;
}
.owl-carousel .owl-nav .owl-next i {
    right: 5px;
}



/*@ ********************** Content  ***************************/

#sliderFullOwl .owl-nav i{
    top:50%;
    color: silver;
}
#sliderFullOwl .owl-nav .owl-prev i{
    left:20px;
}
#sliderFullOwl .owl-nav .owl-next i{
    right: 20px;
}

.section-block{
    background: #fff;
    margin-top: 40px;
}
.section-group{
    margin-bottom: 15px;
}
.section-title{
    color: #000;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}
.section-title:after{
    background: rgba(232, 230, 227, 0.52);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1;
}
.section-title a{
    background: #000;
    padding: 5px 15px;
    z-index: 2;
    color: #fff;
}
.span-new{
    /*padding:0;*/
}
.line-title{
    margin: 35px 0 0 0;
    position: relative;
    z-index: 1;
}
.line-title:after{
    background: #e8e6e3;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: -1;
}
.section-cat{
    margin-top: 22px;
}
.group-section .section-title{
    text-align: left;
}
.bn-cat{
    overflow: hidden;
}
.bn-cat img{
    transition: all 300ms ease-in-out;
}
.bn-cat:hover img{
    transform: scale(1.1);
}
.bn-cat .bn-name{
    width:100%;
    left: 0;
    bottom: 0;
    font-size: 22px;
    position: absolute;
    text-align: center;
    padding: 3px 0;
    background: rgba(255,255,255,.8);
    transition: all 200ms ease-in-out;
}
.bn-cat:hover .bn-name{
    background: rgba(0,0,0,.34);
}
.breadcrumbs{
    background: #fafafa;
}
.breadcrumbs .breadcrumb{
    margin: 0;
}
.heading{
    padding: 5px 3px;
    margin: 0 0 5px 0;
    text-align: center;
    background: #000;
}
.categories-banner{
    width: 100%;
    display: block;
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 2px solid #f2efee;
}
.categories-banner img{
    max-width: 100%;
}
.banner-detail{
    background: #131b23;
    text-align: center;
    padding: 8px 0;
}
.banner-detail img{
    width: 100%;
    max-width: 100%;
}
.product-list {
    position: relative;
    overflow: hidden;
}
.product-item{
    position: relative;
    margin-bottom: 15px;
    padding: 24px 0 15px 0;
    border: 1px solid transparent;
    transition: all 500ms ease-in-out;
}
.product-item:hover{
    border-color:  #c0c0c0;
}

.product-item .span-sale, .product-item .span-new {
    background: #4b4645;
    padding: 4px 7px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin: 1px 0;
    top: 0;
    font-size: 10px !important;
    right: 0;
    z-index: 10;
    position: absolute;
}
.product-item .span-sale {

}
.product-item .span-new {

}
.product-image{
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
}
.product-image img{
    max-width: 100%;
}
.product-name{
    color: #000;
    margin:8px 0;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
.product-name a{
    font-size: 18px;
    display: block !important;
    text-transform: lowercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 40px;
}

.product-price{
    width:100%;
    font-size: 18px;
    font-weight: normal !important;
    text-align: center;
    display: inline-block;
}
.product-price del, .product-price span{
    display: inline-block;
}
.price-old{
    width: 100%;
    display: block;
    text-align: center;
    color: #999;
    margin-right: 3px;
    font-weight: normal;
}
.product-price .price-sale{
    color: #800000;
}
.product-categories{
    display: inline-block;
    width:100%;
}
.cat-item{
    display: block;
    position: relative;
    margin-bottom: 50px;
}
.cat-image{
    width:100%;
    display: inline-block;
    border: 1px solid #eee;
}
.cat-name a{
    width: 100%;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 4px 0 8px 0;
    text-align: center;
    position: absolute;
    border: 1px solid #796d69;
    background: rgba(255,255,255,.94);
}
.cat-item:hover .cat-name a{
    background: #796d69;
}

.QuickAddCart{
    z-index: 1;
    bottom: -20%;
    left: 0;
    width: 100%;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 15px;
    position: absolute;
    display: inline-block;
    cursor: pointer;
    transition: all 350ms ease-in-out
}
.QuickAddCart div{
    display: inline-block;
    padding: 10px 10px;
    color: #333;
    border: 1px solid #eee;
    font-weight: normal;
    background: rgba(255,255,255,.8);
    transition: all 350ms ease-in-out
}
.QuickAddCart div:hover {
    color: #fff;
    border: 1px solid #000;
    background: rgba(0, 0, 0,1);
}
.product-item:hover .QuickAddCart{
    z-index: 1;
    opacity: 1;
    bottom: 30px;
    visibility: visible;
    transition: all 350ms ease-in-out
}
.action-att{
    bottom: -100%;
    left: 0;
    width:100%;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    position: absolute;
    background: rgba(255,255,255,.8);
    transition: all 350ms ease-in-out
}

.product-item:hover .action-att{
    z-index: 1;
    opacity: 1;
    bottom: 0;
    visibility: visible;
    transition: all 350ms ease-in-out
}
.action-att a{
    color: #333;
}
.action-att .quickWish,.action-att .QuickView{
    position: relative;
    transition: all 500ms ease-in-out;
}
.action-att .quickWish{
    float: left;
    left: -100%;
}
.action-att .QuickView{
    float: right;
    right: -100%;
}

.action-att .quickWish:hover i:before{
    content: "\f004";
}
.product-item:hover .action-att .quickWish{
    left: 0;
    transition: all 500ms ease-in-out;
}
.product-item:hover .action-att .QuickView{
    right: 0;
    transition: all 500ms ease-in-out;
}

.product-categories .product-info{
    /*margin-top: 15px;*/
    /*border-top: 1px solid #ccc;*/
}
.product-categories .product-name{
    margin-top: 15px;
}

.product-carousel  {
    /*padding: 0 25px;*/
}
.product-carousel .item {
    padding: 0 8px;
}
.product-carousel .product-name{
    margin:15px 0 8px 0;
}
.page-title{
    color: #000;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.newsSmilar .item{
    padding: 0 10px;
}
.newsSmilar .owl-controls i{
    font-size: 40px;
    background: transparent;
}
.news-list{

}
.news-item{
    margin-bottom: 10px;
    padding:0 0 5px 0;
}
.news-item-first  {
    margin-bottom: 20px;
}
.news-item-first .news-image {
    margin-bottom: 15px;
}
.news-image{
    position: relative;
}
.news-image img{
    max-width: 100%;
    width: 100%;
    border: 1px solid rgba(238, 238, 238, 0.5);
}
.news-info{

}
.news-name{
    font-weight: 400;
    font-size: 15px;
    margin: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.news-title{
    font-size: 13px;
    margin: 8px 0;
    font-weight: bold;
}
.news-desc{
    font-size: 13px;
    color: #000;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-more{
    font-size: 13px;
    color: #555;
    margin-top: 5px;
    display: block;
}
.line-news{
    display: block;
    width:100%;
    margin-top: 10px;
    border-bottom: 1px dashed #ddd;
}


.promotion-small, .promotion-lager{
    display: inline-block;
    width:100%;
}
.promotion-small{
    margin-bottom: 10px;
}
.promotion-lager{
    margin-bottom: 20px;
}
.promotion-small img, .promotion-lager img{
    width:100% !important;
}

.banner-slider .item{
    padding:0 5px;
}



/*@ ********************** Product Category  ***************************/
.wraper-category{
    padding: 30px 0 0 0;
}
.fix-c{
    top:60px;
    z-index:10;
    position: fixed !important;
}
#filter-filed.fix-c{
    right: 100px;
}
#category-list{
    /*padding: 0 10px;*/
}
#category-list li{
    padding: 5px 0;
    text-align: center;
}
#category-list > li >  a{
    display: inline-block;
    width:100%;
    padding: 5px;
    border: 1px solid transparent;
}
#category-list li i{
    color: #666;
    font-size: 26px;
    font-weight: normal;
    cursor: pointer;
    margin-left: 5px;
    position: absolute;
    right: 5px;
    top: 12px;
}
#category-list li.active i:before{
    content: "\f107";
}
#category-list li.active > i{
    color: red;
}
#category-list li ul {
    margin: 8px 0 0 0;
    border-top:1px solid #9c9ea0;
}
#category-list li ul li{
    padding: 4px 10px;
    text-align: center;
}
#category-list li ul li:hover{
    background: #f5f5f5;
}
#category-list li ul li a{
    display: block;
    padding: 2px 0 2px 15px;
}
#category-list ul.shows{
    display: block;
}

#slider-range {
    margin:15px 8px 0 8px !important;
    height: .2em !important;
    background: #d1d6e0 !important;
}
#slider-range .ui-slider-handle{
    height: 1.1em;
    width: 1.1em;
}
#slider-range .ui-slider-horizontal{
    height: .5em !important;
}
#slider-range .ui-state-default,
#slider-range .ui-widget-content .ui-state-default,
#slider-range .ui-widget-header .ui-state-default{
    background: #fff !important;
    border: 1px solid #ddd !important;
}

.ui-slider-horizontal .ui-slider-handle{
    top: -.4em !important;
}
.range-text{
    display: block;
    width: 100%;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #333;
}



/* @ navabar Find Product */
#sectionSearch{
    /*display: none;*/
    margin-top: 25px;
}
#sectionSearch .heading{
    color: #000;
    text-align: center;
    background: transparent;
}
.panel-options {
    border: none;
    box-shadow: none;
}
.panel-options .panel-heading{
    color: #333;
    font-size: 4px;
    font-weight: bold;
    padding:25px 0 6px 0;
    background: transparent;
    border-radius: 0;
    position: relative;
    border-bottom: none;
    border-top: 1px solid #ddd;
}
.panel-options .panel-heading h4{
    display: inline-block;
}
.panel-options .panel-heading .toggle{
    font-size: 15px;
    cursor: pointer;
}
.panel-options .panel-heading .toggle.active i:before{
    content: "\f067" !important;
}
.removeFilter{
    position: absolute;
    right: 6px;
    font-size: 17px;
    top: 3px;
    color: #333;
    cursor: pointer;
}
.removeFilter:hover{
    color: #545454;
}
.panel-options .panel-body{
    background: transparent;
    /*border: 1px solid #a1ce57;*/
    padding: 8px 10px
}

.panel-options .panel-body ul li{
    padding: 3px 0;
}

/* @ checkbox style */
.panel-options input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}
.panel-options input[type=checkbox].css-checkbox+label.css-label-checkbox {
    padding-left: 25px;
    height: 15px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    margin: 5px 0;
    font-weight: normal;
    color: #000;
    font-size: 13px;
}
.panel-options input[type=checkbox].css-checkbox:checked+label.css-label-checkbox {
    background-position: 0 -15px;
}
.css-label-checkbox {
    background-image: url(../img/checkbox.png)
}
.row-10{
    margin-left: -10px;
    margin-right: -10px;
}
ul.req li {
    line-height: 25px;
    float: left;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 5px;
}
ul.req li a span{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    background: #ddd;
    display: block;
    float: left;
    margin-right: 5px;
    border: 1px solid rgba(41, 41, 41, 0.08);
}
.panel-size  .panel-body{
    padding-left: 0;
    padding-right: 0;
}
.panel-size  ul{
    width:100%;
    display: inline-block;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.panel-size li{
    width:3.55em;
    height: 3.55em;
    line-height: 3.1em !important;
    margin: 0 !important;
    text-align: center;
    border-radius: 0 !important;
    background: #fff !important;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.panel-size li label{
    margin-bottom: 0;
    display: inherit !important;
    float: none !important;
}
.panel-size  li.active label,
.panel-size  li label:hover{
    color: #d8492c;
}
.panel-colors{

}
.panel-status label{
    text-transform: none;
}
ul.color li a span{
    color: #fff;
}
ul.req li a label{
    float: left;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
}
.filter-head{
    /*width: 100%;*/
    margin-bottom: 10px;
    display: inline-block;
}
.filter-head ul li{
    float: right;
    margin-left: 5px;
}
.filter-head ul li a{
    cursor: pointer;
}

.btn-filter {
    margin-left: 5px;
}
.btn-filter .btn{
    background: #525252;
    color: #fff;
}
.select-group select{
    min-width: 120px;
    margin-left: 5px;
    float: right;
    display: block;
    height: 30px;
    border-color: #ddd;
    border-radius: 3px;
}



/*@ *********** Product Detail ************/
.breadcrumb{
    text-transform: uppercase;
    padding-left: 0;
    background: transparent;
}
h1.section-name{
    margin-bottom: 11px;
    font-weight: normal;
}
#itemInfo .price-old{
    text-align: left;
}
#itemInfo .product-price{
    margin: 10px 0 15px 0;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.product-detail .description{
    padding-top: 15px;
}
#addToCart, .addQuickCart{
    box-shadow: none;
    outline: 0;
    color: #fff;
    min-width: 235px;
    border-radius: 0;
    background-color: #3f0005;
    border: 2px solid #3f0005;
}
.addQuickCart:hover,.addQuickCart:active,.addQuickCart:focus{
    color: #fff;
    background-color: #3f0005;
    border: 2px solid #3f0005;
}

.attr-group{
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
}
.attr-name{
    display: inline-block;
    width: 100%;
    color: #645e55;
    margin-bottom: 15px;
    font-weight: bold;
}
.attr-group .color.req{
    width:100%;
    display: inline-block;
    margin-bottom: 10px;
}
.attr-group .color a{
    width: 32px;
    height: 25px;
    display: block;
    float: left;
    margin-right: 5px;
}

.attr-group .color a.active,
.attr-group .color a:hover{
    border: 1px solid #fff;
    box-shadow: 0 0 1px 2px rgba(0,0,0,.8)!important;
    /*box-shadow: 0 0 1px 2px #FF7A00 !important;*/
}

.attr-group .size a{
    width: 40px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    display: block;
    float: left;
    margin-right: 5px;
    border: solid 1px #909090;
    color: #333;
}
.attr-group .size  a.active,
.attr-group .size  a:hover{
    text-decoration: none;
    color: #fff;
    background: #000;
    border: solid 1px #000;
}

.attr-group .size  a.deactive{
    position: relative;
    opacity: .8 !important;
    border-color: transparent;;
    pointer-events: none !important;
}
.attr-group .size  a.deactive:after{
    content: '';
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    z-index:1;
    position: absolute;
    background: url('../img/mask-size.png');
}
.product-link{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.product-link a{
    display: inline-block;
}
.product-link a{
    margin-bottom: 5px;
}
.product-link a:first-child{
    padding-bottom: 20px;
}
.product-link a:last-child{
    padding-top: 10px;
    border-bottom: 1px solid #a4a2a1;
    border-top:1px solid #f4f1f0;
}

.btn-heart{
    color: #333;
    border-radius: 0;
    padding: 8px 10px;
    border: 1px solid #9c938f;
}
.btn-heart:hover,.btn-heart.active,.btn-heart:focus{
    color: #fff;
    background: #333;
}
.detailQty {
    max-width: 130px;
    margin:0 10px 20px 0;
    border: 1px solid #8d4c33;
}
.detailQty .input{
    font-size: 14px;
    font-family: Arial, "Helvetica", sans-serif;
    font-weight: bold;
    text-align: center;
}
.detailQty .input-group-btn:last-child {
    border-left: 1px solid #8d4c33 !important;
}
.detailQty .input-group-btn:first-child {
    border-left: 1px solid #8d4c33 !important;
}
.detailQty .input-group-btn #QtyUp, .detailQty .input-group-btn #QtyDown {
    box-shadow: none;
    padding: 6px 15px;
    background: transparent;
    text-shadow: none;
    border: none;
}


.orther-action{
    text-align: left;
    margin-top: 15px;
}

.parameters {
    margin: 15px 0 0 0;
    width:100%;
    display: inline-block;
}
.parameters-title{
    padding: 0 0 10px 0;
    margin:5px 0 15px 0;
    font-size: 15px;
    display: block;
    position: relative;
    border-bottom: 1px solid #d3d5d4;
}
.parameters-title span{
    position: relative;
    z-index: 1;
    color: #404040;
}

.add-social a{
    font-size: 18px;
    padding: 0 15px;
    display: inline-block;
}
.add-social a:nth-of-type(1){
    padding-left: 3px;
}
.add-social a.social{
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 16px;
    margin-right: 5px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #333;
    border-radius: 50%;
}
#product-content{
    width:100%;
    margin: 40px 0 15px 0;
    display: inline-block;
}
#product-content .parameters-title{
    text-align: left;
}
#product-content .nav-tabs {
    text-align: left;
}
#product-content .tab-pane{
    padding: 15px 0;
}
#product-content .nav-tabs li a{
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 4px 15px;
    border-radius: 0;
    border: 1px solid #101010;
}
#product-content .nav-tabs li.active a:hover,
#product-content .nav-tabs li.active a{
    color: #fff;
    background: #101010;
}

.products-similar{
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #d3d5d4;
}
.products-similar .parameters-title{
    text-align: left;
}
.products-similar .parameters-title:after{
    display: none !important;
}

.wraper-search{
    padding-top: 30px;
}
.cart-calculator .btn{
    margin:10px 0 10px  10px;
}

/********************* News page  ***************************/
.section-wrap{
    padding: 10px 0 0 0;
}
.news-wrap .content{
    margin-bottom: 30px;
}
.news-wrap .pagination{
    text-align: center !important;
}
.news-wrap .pagination span, .news-wrap .pagination a{
    display: inline-block;
    float: none;
}
.menu_widget{
    margin: 0 0 20px 0;
}
.menu_widget h2{
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 8px 5px 8px 0;
    border-radius: 5px 5px 0 0;
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #404040;
}
.menu_widget li a{
    color: #404040;
    position: relative;
    display: block;
    padding: 7px 10px 6px 0;
    font-size: 15px;
    text-decoration: underline;
    text-transform: lowercase;
    /*border-bottom: 1px solid #ddd;*/
}
.menu_widget li a:hover{
    color: #ec2224;
}
.menu_widget li:after{
    content: "\f105";
    position: absolute;
    right: 0;
    top: 45%;
    opacity: 0;
    visibility: hidden;
    color: #404040;
    margin: -3px 0 0;
    font-weight: bold;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu_widget li:hover:after{
    opacity: 1;
    visibility: visible;
}



/*@ ********************** Footer  ***************************/
.footer{
    margin-top: 50px;
}
.footer-center h3,
.footer-title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom:12px;
}
.footer-text{
    line-height: 22px;
    font-size: 13px;
}
.footer-center h3{
    margin-top: 15px;
}
.footer-nav ul{
    line-height: 22px;
    margin-bottom: 15px;
}
.footer-address{
    margin-bottom: 15px;
}
.footer-top{
    padding: 25px 0;
    background: #fff;
    border-top: 2px solid #eeebe9;
    border-bottom: 2px solid #eeebe9;
}
.footer-top .policy .icon{
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    top: -5px;
}
.footer-top .policy .policy-text h4{
    margin-bottom: 15px;
}
.footer-top .policy .policy-text .desc-txt{
    text-align: justify;
    font-size: 14px;
    display: table-cell;
}
.footer-register{
    padding: 18px 0;
    background: #fafafa;
}
.footer-register input{
    outline: 0;
    border: none;
    margin: 0 3px 0 0;
    text-align: center;
    box-shadow: inherit;
    background: transparent;
    border-bottom: 2px solid #d1cbc9;
}
.footer-register input:focus{
    box-shadow:none;
    border-color: #66afe9;
}
.footer-register button:focus,
.footer-register button:active,
.footer-register button:hover,
.footer-register button{
    color: #fff;
    background: #be001e;
    border-color: #be001e;
}
.footer-center{
    background: #000;
    padding: 35px 0;
}
.footer-social {
    padding-top: 15px;
    text-align: justify;
}
.footer-social ul{
    width:100%;
    display: block;
    margin-bottom: 15px;
}
.footer-social li{
    width:35px;
    height: 35px;
    padding: 8px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #fff;
    margin-right: 15px;
}
.footer-social li.facebook:hover{
    background: #3b5998;
    border-color: #3b5998;
}
.footer-social li.google:hover{
    background: #f4511e;
    border-color: #f4511e;
}
.footer-social li.youtube:hover{
    background: #cf2200;
    border-color: #cf2200;
}

.footer_copyrights {
    width:100%;
    font-size: 16px;
    background: #75000d;
    padding: 15px 0;
    text-align: center;
    display: inline-block;
}
.footer_copyrights ul{
    display: block;
    text-align: center;
}
.footer_copyrights ul li{
    display: inline-block;
}
.footer_copyrights ul li a{
    display: block;
    font-size: 12px;
    padding:0 10px;
    border-right: 1px solid #fff;
}
.footer_copyrights ul li:last-child a{
    border-right: none;
}


.GoTop{
    width:40px;
    height: 40px;
    background: url("../img/gotop.png") no-repeat center center;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 100;
    opacity:0;
    visibility: hidden;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fixedGoTop{
    visibility: visible;
    opacity:1;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.gc-display-area .gc-icon{
    display: none !important;
}



/************************* Modal ****************************/
.block-modal{
    display: block !important;
    opacity: 1 !important;
    padding-top: 15%;
    background-color: rgba(0, 0, 0, .5) !important;
}
.title-modal{
    font-weight: bold;
    color: #545454;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    clear:  both;
}
.title-x2{
    color: red;
    font-size: 15px;
    margin-bottom: 0;
    font-weight: normal;
}
.desc-modal{
    margin-bottom: 15px;
    font-size: 13px;
    width: 100%;
    clear:  both;
}
.modal{
    /*background: rgba(0, 0, 0, 0.61);*/
}
.modalControl{
    display: block;
    width:100%;
    margin: 20px 0;
}
.modalControl .btn{
    margin-left: 5px;
}
#modalQuick .modal-body{
    padding: 30px 15px;
}
#modalQuick .info-text{
    margin-bottom: 10px;
}
#modalQuick .product-info{
    min-height: 10px;
}
#modalAddCart .modal-content{
    padding: 10px 20px;
}
#modalAddCart thead tr th:first-child,
#modalAddCart tbody tr td:first-child{
    padding-left: 0;
}
#modalAddCart tr img{
    max-width: 65px;
    max-height: 65px;
    border: 1px solid #d9d9d9;
}

#modalAddCart tbody tr td{
    border-top: 1px dotted  #d9d9d9 !important;
    vertical-align: middle;
}
#modalAddCart thead tr th,
#modalAddCart tbody tr:first-child td{
    border: none !important;
}
#modalAddCart .involve-title{
    border-top: 1px dashed #a1ce57;
    padding-bottom: 0;
}
#modalAddCart .ProductInvolve {
    margin: 0;
}
#modalAddCart .ProductInvolve .item img{
    border: 1px solid  #d9d9d9 !important;
}
#modalAddCart .owl-prev:after{
    left: 10px;
    /*left: -20px;*/
}
#modalAddCart .owl-next:before{
    right: 10px;
    /*right: -20px;*/
}
#modalAddCart .owl-prev:after,
#modalAddCart .owl-next:before{
    width: 24px;
    height: 48px;
    -webkit-background-size:100%;
    background-size:100%;
}
#modalAddCart .price{
    margin-right: 3px;
}
#modalAddCart .price-old,
#modalAddCart .price{
    font-size: 12px;
    float: left;
}
#show_added{
    position: fixed;text-align: center; top: 140px; right: 20px;z-index: 99999999
}
#alertCoupon{
    display: none;
}

#progressbar{
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    padding-top: 10%;
}
#progressbar .loading-content{
    background-color: #fff;margin: auto;width:200px;
}
#progressbar .loading-content p{
    font-size: 13px;
    background-color: #F0F0F0;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}
.disable{
    pointer-events: none;
    opacity: .6;
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssorb051 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb051 .i .b {
    fill: #000;
    fill-opacity: 0.7;
}

.jssorb051 .i:hover .b {
    fill-opacity: .7;
}

.jssorb051 .iav .b {
    fill: #df0024;
    fill-opacity: 1;
}

.jssorb051 .i.idn {
    opacity: .3;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: .8;
}

.jssora051.jssora051dn {
    opacity: .5;
}

.jssora051.jssora051ds {
    opacity: .3;
    pointer-events: none;
}

/*  ************ paginator *******************/
.paginator .currentPage,
.paginator a{
    display:block;
    padding: 2px 8px 4px 8px;
    color:#333;
    font-size:12px;
    float: left;
    margin-left: 3px;
}

.paginator .currentPage,
.paginator a.active,
.paginator a:hover,
.products .bottom .pagenavi ul li a.active,
.products .bottom .pagenavi ul li a:hover{
    background:#be001e;
    color:#fff
}

.paginator .paging-previous,
.paginator .paging-next{
    padding: 5px 8px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #0941ba;
    color: #fff;
}
.paginator .paging-previous:before{
    content: "\f0d9";
}
.paginator .paging-next:before{
    content: "\f0da";
}
.paginator .labelPages,
.paginator .titlePages{
    float: left;
    padding: 3px;
}

.paging-last, .paging-first{
    display: none !important;
}


.empty{
    font-size: 14px;
    color: #b35000;
}

.drop-right img{
    max-width: 100%;
}
/*
.nav-menu li:nth-child(3) .nav-dropdown{
    visibility: visible !important;
    opacity: 1 !important;
}*/

.categoryName{
    font-size: 16px;
    font-weight: bold;
}
#slider-range .ui-state-default, #slider-range .ui-widget-content .ui-state-default, #slider-range .ui-widget-header .ui-state-default {
    background: #fff !important;
    border: 5px solid #5a5b5d !important;
    border-radius: 50%;
}
.info-company{
    display: block;
    text-align: center;
}

.nav-mobile{
    display: block;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    background: #000;
}
.nav-mobile li{
    display: inline-block;
}
.nav-mobile li a{
    color: #fff;
    display: block;
    padding: 10px 5px;
}
.panel-size li{
    width: 25%;
}