/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face{
    font-family: "shruti";
    src:url(font/shruti.ttf);
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body {
    font-family: "shruti";
    font-family: 'Roboto', sans-serif !important;
}
#wrapper, #main {
    background: #fff;
    overflow: hidden;
}
.ms-skin-default .ms-nav-prev {
        background: url(images/light-skin-2.png) no-repeat !important;
        width: 40px;
}

.ms-skin-default .ms-nav-next  {
        background: url(images/light-skin-1.png) no-repeat !important;
        width: 40px;    
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width : 1200px !important;
}
.home #main {
    background: #fff;
    overflow: hidden;
}
/*
wide-nav
*/
#wide-nav .flex-left {
    width: 270px !important;
    min-width: 270px !important;
    margin-right: 30px !important;
}
#mega-menu-title {
    padding: 11px 0 11px 15px !important;
    font-size: 18px !important;
    font-family: "Arial",sans-serif !important;
    font-weight: 500 !important;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    background: #268bb9 !important;
}
#mega_menu {
    box-shadow: 0px 1px 3px 1px #d4d3d3;
    border: 0 !important;
}
#mega_menu>li>a {
    border: 0 ;
}

#mega_menu>li>a img {
    position: absolute;
    left: 14px;
    top: 13px;
    margin: auto;
}
#mega_menu>li>a {
    padding-left: 45px;
}
.header-bottom .header-bottom-nav > li > a {
padding: 0 8.5px !important;
    line-height: 50px !important;
}
.header-bottom .header-bottom-nav > li > a img {
       vertical-align: top;
    position: absolute;
    top: -12px;
    left: 0; 
}
.header-bottom .header-bottom-nav > li:last-child > a {
    padding-right: 0 !important;
}
.header-bottom .header-bottom-nav > li > ul.sub-menu {
border: 0 !important;
    padding: 10px;
}
.nav-dropdown-has-arrow li.has-dropdown:before {
        border-bottom-color: #fff !important;
}
.product__layout {
    background: #fff;
    margin-bottom: 30px;
}
.box__cate {
    border-bottom: 1px solid #f6f6f6;
    padding: 15px 20px;
    clear: both;
    overflow: hidden;

}
.box__cate > h2 {
    margin: 0;
    color: #000000;
    font-size: 20px;
    display: inline-block;
    font-weight: bold;
    width: inherit;
    position: relative;
}
.box__cate .list__Cate__right {
	margin: 0;
	padding: 0;
	float: right;
	display: flex;
}
.list__Cate__right li {
    list-style: none;
    margin: 0;
    padding: 0 0 0;
}
.list__Cate__right li h3 {
	margin: 0;
}
.list__Cate__right li h3 a {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	padding: 0 10px;
}
.list__Cate__right li h3 a:before {
    position: absolute;
    content: "";
    top: 20%;
    width: 1px;
    height: 10px;
    background-color: #e6e6e6;
    right: 0;
}
.list__Cate__right li h3 a:hover {
	color: #f4a137;
	text-decoration: underline;
}
.box__cate > h2:before {
    position: absolute;
    bottom: -5px;
    content: "";
    width: 16px;
    height: 2px;
    background-color: #218ac0;
    left: 0;
}
.layout__banner__sp {
    overflow: hidden;
    clear: both;
}
.box__left__qc {
    float: left;
    width: 48.31%;
    padding-right: 10px;
    display: flex;
}
.box__left__qc .img__hight {
	padding-right: 20px;
}
.box__left__qc .img__hight:last-child {
	padding-right: 0;
}
.box__right__pro{
    float: right;
    width: calc(100% - 48.31%);
    padding-left: 10px;

}
.effect-layla a:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}
.effect-layla a:before, .effect-layla a:after {
    position: absolute;
    z-index: 1;
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.effect-layla a:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}

.effect-layla:hover a:before, .effect-layla:hover a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.effect-layla:hover a:before, .effect-layla:hover a:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.effect-layla:hover a img {
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.effect-layla a img {
    position: relative;
    width: 100%;
    height: 365px;
    object-fit: cover;
    display: block;
    backface-visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.effect-layla a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    display: block;
    line-height: 0;
}
.owl-dots {
	display: none !important;
}
.box__thuonghieu .box__layout__website{
    padding: 20px;
    background: #ffff;
}

.price__wrapper del,
.price__wrapper ins {

    display: inline-block;
    line-height: 25px;
    padding-right: 10px;

}
.price__wrapper ins span ,
.price__wrapper ins,
.price__wrapper > span  {
	color: #010101;
	font-size: 14px;
	font-weight: bold;
}
.price__wrapper del,
.price__wrapper del span {
	color: #666666;
	font-size: 12px;
	font-weight: 300;
}

.box__list__product .col.product-small {
    padding-bottom: 0;
    border-left: 1px solid #f6f6f6;
}
.product__inner .product__img__box .image-zoom_in {
display: table;
    width: 100%;
    table-layout: fixed;
    height: 235px;
    overflow: hidden;
    position: relative;
}
.product__inner .product__img__box .image-zoom_in > a {
text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.product__inner .product__img__box .image-zoom_in > a > img {
    width: auto;
    height: auto;
    max-height: 235px;
}
.product__inner .product__img__box .image-zoom_in > a > img.show-on-hover {
    width: auto;
    height: auto;
    max-height: 235px;
    top: 16px;
    margin: 0 auto !important;
}
.box-text-products  .title-wrapper .product-title  {
    margin: 0 0 6px 0;
}
.product-small.col:hover .attachment-woocommerce_thumbnail {
    opacity: 0;
    visibility: hidden;
}
.box-text-products  .title-wrapper .product-title a {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
}
.box-text-products  .title-wrapper .product-title a:hover {
	color: #f4a137;
}
.percent {
    position: absolute;
    top: 14px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #d92b4c;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
.box__shipping > a {
    color: #fff;
    display: inline-block;
    background: #3dbf5b;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 23px;
    padding: 0 10px;
}
.star_content .star  {
        overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
width: 13px;
    height: auto;
    cursor: pointer;
    font-size: 11px;
    text-align: center;
        color: #fad31f;
}
div.star.star_on:before, div.star.star_hover:before {
    content: "\f005";
    font-family: "FontAwesome";
}
.star_content  {
    margin: 0 0 8px 0 ;
    clear: both;
    overflow: hidden;
}
.star_content  span {

    font-size: 12px;
    color: #666;
    float: left;
    margin-left: 5px;
}
.owl-nav {
    display: block !important;
}
.owl-carousel .owl-nav button {
    width: 25px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 0 !important;
    color: transparent !important;
    text-align: center !important;
    background: #FFF !important;
    border: 1px solid #268bb9 !important;
    border-radius: 2px !important;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.owl-carousel .owl-nav button i {
    display: block;
    color: #268bb9;
    font-size: 23px;
}
.owl-carousel .owl-nav button {
    position: absolute;
    bottom: 51%;
    top: auto;
    -webkit-transform: translate(0,50%);
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    -o-transform: translate(0,50%);
    transform: translate(0,50%);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}
.owl-carousel .owl-prev {
    left: 20px;
}
.owl-carousel .owl-next {
    right: 20px;
}

.owl-carousel:hover .owl-nav button {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
}
.owl-carousel:hover .owl-nav button.owl-prev {
    left: 0;
}
.owl-carousel:hover .owl-nav button.owl-next {
    right: 0;
}
.master__slider .owl-carousel .owl-nav button {
    width: 35px !important;
    height: 35px !important;
    border: 1px solid #fff !important;
    border-radius: 100% !important;
    background: transparent !important;
}
.master__slider .owl-carousel .owl-nav button i {
    color: #fff !important;
}
.master__slider .owl-carousel:hover .owl-nav button.owl-prev {
    left: 3%;
}
.master__slider .owl-carousel:hover .owl-nav button.owl-next {
    right: 3%;
}
.product-thumbnails .flickity-prev-next-button svg {
        max-width: 75% !important;
}
/*
box__ 2
*/
.box__left__qc__02 {
    float: left;
    width: 350px;
}
.box__right__pro__02  {
    float: right;
    width: calc(100% - 370px);
}
.product__inner__02 {
    position: relative;
    overflow: hidden;
}
.product__inner__02 .product__img__box__02 {
    float: left;
    width: 48%;
}

.product__inner__02 .content__product__box__02  {
    float: left;
    width: 52%;
    padding-left: 15px;
    padding-top: 0;
}
.product__inner__02 .product__img__box__02 .image-zoom_in {
display: table;
    width: 100%;
    table-layout: fixed;
    height: 165px;
    overflow: hidden;
    position: relative;
}
.product__inner__02 .product__img__box__02 .image-zoom_in > a {
text-align: center;
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    line-height: 0;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -web-transition: all 400ms ease-in-out;
}
.product__inner__02 .product__img__box__02 .image-zoom_in > a > img.attachment-woocommerce_thumbnail {
    width: auto;
    height: auto;
    max-height: 160px;
}
.product__inner__02 .product__img__box__02 .image-zoom_in > a > img.show-on-hover {
    width: auto;
    height: auto;
    max-height: 160px;
}
/*
box__3 
*/
.box__left__qc__03 {
    float: left;
    width: calc(100% - 390px - 20px);
}
.box__left__qc__03 .left_qc {
    float: left;
    width: 47.4%;
}
.box__left__qc__03 .left_qc img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}
.box__left__qc__03 .right__qc {
    width: 50%;
    float: right;
}
.box__left__qc__03 .right__qc .img__hight  {
    margin-bottom: 20px;
}
.box__left__qc__03 .right__qc img {
    object-fit: cover;
    width: 100%;
    height: 160px;
}
.box__left__qc__03 .right__qc .img__hight:last-child {
    margin-bottom: 0;
}
.box__right__pro__03 {

    float: right;
    width: 390px;

}

.banner__banner {
    margin-bottom: 30px;
}
/*
box 4
*/
.box__left__qc__04 {
    float: left;
    width: 270px;
}
.box__laylout__child {
    float: left;
    width: 200px;
}

.product_cate_tabs {
    float: right;
    width: calc(100% - 200px);
    position: relative;
    display: block;


}
/*box 6*/
.section__product__6  .effect-layla a img {
    height: 190px;
}

.section__product__6  .box__left__qc__02 .img__hight {
    margin-bottom: 20px;
}
.section__product__6  .box__left__qc__02 .img__hight:last-child {
    margin-bottom: 0;
}

/*
box__color__heading
*/
.box__color__heading {
    height: 88px;
    text-align: center;
    width: 100%;
    display: table;
}
.box__color__heading h2 {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 100%;

    margin: 0;
    line-height: 30px;
}
.box__color__heading h2 a {
    color: #fff;
      font-size: 18px;
    font-weight: 500;  
}
.subcate span {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
}

.box__right__pro__04  .product-small.col {
    padding-bottom: 0 !important;
    min-height: 365px;
}

/*

sale layout
*/
.layout__banner__sp {
/*    overflow: hidden;
    clear: both;
    display: flex;*/
}
.box__right__pro__sale  {
    float: left;
    width: 750px;
    padding-left: 50px;
}
.box__left__qc__sale {
    float: right;
    width: 420px;
}
.layout__banner__sp .box__layout__text__sale {
    float: left;
    /* max-width: 50px; */
    background: #268bb9;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* transform: rotate(90deg); */
    text-align: center;
    height: 400px;
    position: absolute;
    left: 0;
    top: 154px;
    left: -160px;
    width: 365px;
    height: 55px;
    line-height: 55px;

}
.box__layout__text__sale {

}


.sl__tt {

    white-space: nowrap;
    text-align: center;
    color: #fff;
}
.list__product__layout  .product-type-variable .percent,
.product-type-variable .percent  {
    display: none !important;
}
/*
section__camket
*/
.section__camket {
    background: url(images/bg.png)top center no-repeat #fff;
    padding: 45px 0;
}
.list__camket {
    overflow: hidden;
    clear: both;
}
.box__w__cc {
    display: block;
    width: 25%;
    float: left;
    opacity: 0;
    visibility: hidden;
}
.list__camket .item__ck {
    display: flex;
    align-items: center;
    width: 25%;
    float: left;
    padding-left: 15px;
}
.list__camket .item__ck  div:nth-child(1) {
    width: 35px;
}
.list__camket .item__ck  .text__ck {
    padding-left: 10px;
}

.list__camket .item__ck  .text__ck span {
display: block;
    color: #268bb9;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.list__camket .item__ck  .text__ck ins {
display: block;
    text-decoration: none;
    line-height: 23px;
    color: #666;
    font-size: 13px;
}


/*
box__content__pro
*/
.box__content__pro {
    background: url(images/bg2.png)top center repeat-x;
    padding-top: 30px;
}




/*
box 7
*/
.section__product__7 .box__left__qc__04 .img__hight  {
width: 48%;
    float: left;
}
.section__product__7 .box__left__qc__04 .img__hight:nth-child(2n) {
    float: right;
}

/*
boxx tab
*/
.owl-carouselsssss {
    position: relative;
    margin-bottom: 0;
    width: calc(100% - 270px);
    float: right;

}

.owl-carouselsssss .tab-content {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    opacity: 0;

    visibility: hidden;

}
.owl-carouselsssss .tabcontent__active  {
opacity: 1;
    visibility: visible;
    height: 365px;
}


.owl-carouselsssss .tab-content.current,
.owl-carouselsssss .tab-content.current2,
.owl-carouselsssss .tab-content.current3,
.owl-carouselsssss .tab-content.current4,
.owl-carouselsssss .tab-content.current5,
.owl-carouselsssss .tab-content.current6,
.owl-carouselsssss .tab-content.current7,
.owl-carouselsssss .tab-content.current8,
.owl-carouselsssss .tab-content.current9,
.owl-carouselsssss .tab-content.current10,
.owl-carouselsssss .tab-content.current11,
.owl-carouselsssss .tab-content.current12,
.owl-carouselsssss .tab-content.current13,
.owl-carouselsssss .tab-content.current14,
.owl-carouselsssss .tab-content.current15 {

    opacity: 1;

    visibility: inherit;

    position: inherit;

    -vendor-animation-duration: 0.3s;

    -vendor-animation-delay: 1s;

    -vendor-animation-iteration-count: infinite;

}
.tab__heading {
    margin: 0;
    list-style: none;
    padding: 0 0 0 15px;
}
.tab__heading a {
font-size: 14px;
    color: #333;
    border: 1px solid transparent;
    display: block;
    padding: 7px 25px 7px 10px;
    position: relative;
}
.tab__heading.current a ,
.tab__heading.current2 a,
.tab__heading.current3 a,
.tab__heading.current4 a,
.tab__heading.current5 a,
.tab__heading.current6 a,
.tab__heading.current7 a,
.tab__heading.current8 a,
.tab__heading.current9 a,
.tab__heading.current10 a,
.tab__heading.current11 a,
.tab__heading.current12 a,
.tab__heading.current13 a,
.tab__heading.current14 a ,
.tab__heading.current15 a{
border-color: #ddd transparent #ddd #ddd!important;
}




.list_item_tab  {
    position: relative;
    margin: 0 !important;
}
.list_item_tab:after {
 content: "";
    height: 500px;
    width: 1px;
    background: #e5e5e5;
    top: 0;
    right: 0;
    position: absolute;   
}
.list_item_tab li {
    list-style: none;
}

.tab__heading.current a:after,
.tab__heading.current2 a:after,
.tab__heading.current3 a:after,
.tab__heading.current4 a:after,
.tab__heading.current5 a:after,
.tab__heading.current6 a:after,
.tab__heading.current7 a:after,
.tab__heading.current8 a:after,
.tab__heading.current9 a:after,
.tab__heading.current10 a:after,
.tab__heading.current11 a:after,
.tab__heading.current12 a:after,
.tab__heading.current13 a:after,
.tab__heading.current14 a:after,
.tab__heading.current15 a:after {
    border: 1px solid #fff;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    width: 0;
    z-index: 99;
}

.box__right__pro__04  .owl-item.active {
    border-right: 1px solid #e5e5e5;
}

.box__right__pro__04  .owl-item.active:last-child {
    border-right: 0;
}
/*
box__images
*/
.box__images {
    display: block;
    overflow:hidden;
    display: flex;
    margin-bottom: 30px;
}
.box__images .box__item__Qc a  {
    display: block;
    line-height: 0;
}
.box__images .box__item__Qc a img{
    width: auto !important;
    height: auto !important; 
}
/*
.footer-2
*/
.footer-2 {
    background: #ffffff;
    padding: 0;
    border-top:none;
}
.footer-2 .widget{
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
.footer-2 .custom-html-widget{
    color: #0c0c0c;
    padding: 15px 0;
    border-top:1px solid #5c3d4a;
}
.foorter__info a {
    display: block;
    margin-bottom: 15px;
}
.info__ct {
    color: #9c9c9c;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}
.coppy_right {
    text-align: center;
    background: #333333;
    padding: 40px 0;
    text-align: center;
}
.coppy_right p {
    margin: 0;
    color: #9c9c9c;
    font-size: 13px;
    line-height: 30px;
}
.coppy_right p a {
    color: #3099d2;
}
.about_store .info__store {
    color: #9c9c9c;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 15px 0;
}
.hotline__hotline {
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #9c9c9c !important;
}

.hotline__hotline i {
width: 25px;
    height: 25px;
    background: #8c8c8c;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-right: 5px;
    font-size: 12px;
}

.hotline__hotline i:hover {
    background: #1c93ca;
}
/*
footer-1
*/
.ct1{
    background: #f6f6f6;
    padding: 70px 0 !important;
}
.ct1 .large-12{
    padding-bottom: 0 !important;
}
.ct1 form{
    margin-bottom: 0 !important;
    width: 570px;
    display: block;
    margin: 0 auto;
    position: relative;
    background: #fff;
    padding: 9px !important;
}
.ct1 form .wpcf7-email{
    margin-bottom: 0;
    border:none;
    box-shadow: none;
    width: 100%;
    height: 27px;
}
.ct1 form .wpcf7-submit{
    padding: 0 8px !important;
    margin: 0 !important;
    position: absolute;
    right: 9px;
    top: 9px;
    height: 27px;
    min-height: 27px;
    line-height: 27px;
    font-size: 15px;
    font-weight: 500;
    background: #ef4137 !important;
}
.ct2 .large-3{
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.ct2 .box-text{
    background: #ee4237;
    padding: 20px 10px !important;
}
.ct2 .box-text p{
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}
.footer-1 {
    background: #fff;
    padding: 70px 0 30px 0 !important;
}
.footer-1 .widget-title{
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ef4137;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
}
.footer-1 .widget {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0; 
}
.footer-1 .row > div:nth-child(1){      
    max-width: 16% !important;
    flex-basis: 16% !important;
}       
.footer-1 .row > div:nth-child(2){
    max-width: 19% !important;
    flex-basis: 19% !important;
}
.footer-1 .row > div:nth-child(3){
    max-width: 35% !important;
    flex-basis: 35% !important;
}
.footer-1 .row > div:nth-child(4){
    `max-width: 30% !important;
    flex-basis: 30% !important;
}
.footer-1  form {
    margin: 0;
}
.footer-1 p{
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
    color: #0c0c0c;
}
.footer-1 img{
    margin-top: 20px;
}
.footer-1 .menu li{
    border:none !important;
}
.footer-1 .menu li a{
    border: none !important;
    display: block;
    font-size: 15px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    color: #0c0c0c;
}
.footer-1 .menu li a:hover{
    color: #ef4137;
}
.form__letter {
    overflow: hidden;
    clear: both;
    max-width: 75%;
    margin: auto;
}
.form__letter .form__left {
    float: left;
    text-align: center;
    width: 33%;
}
.form__letter .form__right {
    float: right;
    width: 65%;
    border-radius: 3px;
    overflow: hidden;
}
.form__left h4 {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    line-height: 40px;
}
.form__right {
    overflow: hidden;
}
.form__right input[type='email'] {

    float: left;
    width: calc(100% - 105px);
    height: 40px;
    background: #fff;
    border: 0;
    margin: 0;
    font-size: 14px;

}
.form__right input[type='submit'] {
    float: right;
    margin: 0;
    width: 105px;
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #3099d2;
    text-transform: uppercase;
    font-weight: 400;
    height: 40px;
}
#top-bar .html1 p{
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
}
#masthead{
    border-bottom: 1px solid #fff;
}
#masthead .header-nav > li{
    margin: 0;
}
#masthead .header-nav > li:after{
    top: 59px;
}
#masthead .header-nav > li > a{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    line-height: 75px;
    padding: 0 10px;
}
#masthead .header-nav > li > a:hover{
    color: yellow !important;
}
#masthead .header-nav > li .nav-dropdown{
    width: 100%;
    display: none;
}
#masthead .header-nav > li:hover .nav-dropdown{
    display: block;
}
#masthead .header-nav > li .nav-dropdown > li{
    display: block;
    width: 100%;
    position: relative;
}
#masthead .header-nav > li .nav-dropdown li{
    white-space: unset !important;
}
#masthead .header-nav > li .nav-dropdown > li a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: unset;
    border-bottom: none;
    border-top:1px solid #fff;
    margin: 0 !important;
    padding-left: 10px;
}
#masthead .header-nav > li .nav-dropdown > li a:hover{
    color: yellow;
}
#masthead .header-nav > li .nav-dropdown li ul{
    position: absolute !important;
    top: 0;
    left: 100% !important;
    width: 100%;
    border:0;
    opacity: 0;
}
#masthead .header-nav > li .nav-dropdown li:hover > ul{
    opacity: 1;
    z-index: 9999;
}
#masthead .header-nav > li .nav-dropdown li ul li{
    margin-top: 0 !important;
    position: relative;
}
#masthead .nav-dropdown-default {
    padding: 0;
    background: #000000;
    top: 74px;
    border: 0;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    left: 0 !important;
}
/*
searchform
*/
.searchform {
    overflow: hidden;
}
.searchform  .search-form-categories {

}
.searchform  .search-form-categories .search_categories {
    width: 165px !important;
    outline-style: none;
    border: 1px solid #eaeaea;
    font-size: 13px;
    margin: 0;
    height: 42px;
    box-shadow: 0 0 0 0;
}

.searchform  .flex-grow input[type='search']{
    width: 100%;
    height: 42px;
    border: 1px solid #eaeaea;
    border-left: 0;
    border-right: 0;
    box-shadow: 0 0 0 0;
    outline-style: none;
    font-size: 13px;
}
.searchform  button[type='submit'] {
    width: 93px;
    height: 44px;
    border: 1px solid #eaeaea !important;
    background: #268bb9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    outline-style: none;
    box-shadow: 0 0 0 0;

}
.header-top {
    border-bottom: 1px solid #e9e9e9;
}

.header-nav-main .cart-item .header-button > a  {
    background: #f04e46;
    border: 0;
}
.header-nav-main .cart-item a {
    padding: 7px 25px;
    border-radius: 5px;
    color: #fff;
    overflow: hidden;
}
.header-nav-main .cart-item a .header-cart-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}
.header-nav-main .cart-item a  .cart-icon strong {
    color: #fff;
    font-size: 10px;
    border-color: #fbeeee;
    border-width: 1px;
}
.header-nav-main .cart-item a .cart-icon strong:after {
      border: 1px solid #fbeeee;  
}
.header-nav-main .cart-item a:hover {
    color: #fff;
}
/*
shop-sidebar
*/
#shop-sidebar .widget .widget-title,
#product-sidebar .widget .widget-title  {
    display: block;
    line-height: 40px;
    margin: 0 0 0 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 40px;
    background: #268bb9;
    color: #fff;
}
#shop-sidebar .widget .is-divider ,
#product-sidebar .widget .is-divider  {
    display: none;
}
#shop-sidebar .widget  .product-categories,
#product-sidebar .widget  .product-categories  {
    background: #333333;
}
#shop-sidebar .widget  .product-categories li > a ,
#product-sidebar .widget  .product-categories li > a {
    color: #999999;
    font-size: 14px;
    display: inline-block;
    line-height: 36px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}
#shop-sidebar .widget .product-categories > li > a:before ,
#product-sidebar .widget  .product-categories > li > a:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #b3b3b3;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#shop-sidebar .widget  .product-categories > li ,
#product-sidebar .widget  .product-categories > li{
 border-top: 1px solid #484848;
    display: block;
    padding-left: 20px;
}
#shop-sidebar .widget.widget_product_categories .widget-title ,
#product-sidebar .widget.widget_product_categories .widget-title  {
    background: #f04e46;
}
#shop-sidebar .widget.widget_product_categories .toggle ,
#product-sidebar .widget.widget_product_categories .toggle  {
float: right;
    color: #fff;
    margin: 9px;
}
#shop-sidebar .widget.widget_product_categories .toggle i,
#product-sidebar .widget.widget_product_categories .toggle i {
    color: #fff;
    font-size: 14px;
}
#shop-sidebar .widget  .product-categories > li ul ,
#product-sidebar .widget  .product-categories > li ul  {
    border: 0;
    padding: 0;
}
#shop-sidebar .widget  .product-categories li .count,
#product-sidebar .widget  .product-categories li .count   {
    color: #999999;
    font-size: 13px;
    margin-left: 3px;
    opacity: 1;
}
#shop-sidebar .widget .product-categories > li.active > a ,
#shop-sidebar .widget .product-categories > li.active > span ,
#product-sidebar .widget .product-categories > li.active > span ,
#product-sidebar .widget .product-categories > li.active > a {
    color: #f04e46;
}
#shop-sidebar .widget .product-categories li > ul li a ,
#product-sidebar  .widget .product-categories li > ul li a {
line-height: 23px;
}


/*
archive
*/
.list__product__layout {
    background: #fff;
}
.list__product__layout .product-small.col {
    background: #fff;
    box-shadow: 0px 0px 0px 1px #e9e9e9;
    padding: 15px !important;
}
.woocommerce-result-count ,.discount-percentage {
    margin: 0 !important;
display: none !important;
}

.list__show__pro {
display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    clear: both;
    background: #fff;
    padding: 5px 5px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.title__cate__pro {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    font-family: "Roboto";
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-numbers li span.current {
    border-radius: 0;
    color: #fff;
    padding: 0;
    width: 28px;
    height: 30px;
    line-height: 28px;
}
form.woocommerce-ordering select {
    font-weight: 400;
    color: #333;
    background: #fff;
    padding: 0 10px;
    font-size: 13px;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 0 0;
}

.box__number__sx {
    overflow: hidden;
    clear: both;
    margin: 0 ;
}
.title__cate__pro {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    font-family: "Arial";
    opacity: 0;
}

.icon__layout >a {

width: 27px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #ebebeb;
    display: inline-block;
    margin: 0 2px;


}
.icon__layout >a i {
    color: #ebebeb;
    font-size: 13px;
}
.icon__layout >a.icon_active {
    border: 1px solid #000;
}
.icon__layout >a.icon_active i {
    color: #000;
}
.icon__layout {
    padding-left: 20px;
}
.count__pro {
color: #666666;
    font-size: 13px;
    font-weight: 400;
    font-family: "Arial";

}

.woocommerce-ordering, .woocommerce-ordering select {
    margin: 0 !important;
}

.box__header__cate {
    overflow: hidden;
    margin: 0 0 30px;
}
.list__product__layout {
    margin: 0 !important;
}

.box_cate_pros_child {
overflow: hidden;
    clear: both;
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.box_cate_pros_child li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 25px;
}
.box_cate_pros_child li a{
    color: #666666;
    font-size: 13px;
    display: inline-block;
    line-height: 25px;
    position: relative;
    font-weight: 400;
    padding-left: 10px;
    text-transform: none;

}
.box_cate_pros_child li a:hover{
    color: #f04e46;
}
.box_cate_pros_child li a span {
    margin-left: 5px;
    font-weight: 400;
}
.box_cate_pros_child li a:before {
     content: "";
    width: 4px;
    height: 4px;
    background: #333;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;   
}
/*
product_list_widget
*/
.product_list_widget {
    background: #fff;
}
.widget_recently_viewed_products .product_list_widget  li {
    min-height: 145px;
    padding: 35px 10px 10px 75px;
    padding-left: 125px;
}
.widget_recently_viewed_products .product_list_widget  li a img {
    width: 115px;
    height: 115px;
}
.widget_recently_viewed_products .product_list_widget  li a span {
    display: block;
    color: #333;
    font-size: 13px;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
}
.widget_recently_viewed_products .product_list_widget  li del span {
    color: #666;
    font-size: 13px;
    font-weight: 500;
}

.layout__active.list__product__layout .product-small.col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.layout__active.list__product__layout .product-small.col .product__img__box {
    float: left;
    width: 33.33333%;
}
.layout__active.list__product__layout .product-small.col .content__product__box  {
    float: right;
    width: 66.6666%;
}

/*
single product
*/
#product-sidebar {
    padding-right: 15px;
    padding-left: 15px;
    border: 0 !important;
}
.product-main .col.large-9 {
padding-left: 15px;
    border: 0 !important;
    padding-right: 15px;
}
.badge-container {
    display: none !important;
}

.product-short-description p {
    color: #999;
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 10px 0;
}
.woocommerce-breadcrumb  {
    display: none;
}
.product-info {
    padding-top: 0;
}
.product-info  .product_title {
font-size: 26px;
    text-transform: none;
    line-height: 35px;
    margin: 0 0 15px 0;
    font-weight: 500;
}
.star-rating:before, .woocommerce-page .star-rating:before ,
.star-rating ,.secondary.is-underline, .secondary.is-link, .secondary.is-outline, .stars a.active, .star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before, .color-secondary {
    color: #ffcc66 !important;
    /*font-size: 13px;*/
}
.product-info  .woocommerce-product-rating {
    margin-bottom: 20px;
}
form.cart .single_add_to_cart_button {
    margin: 0;
    background: #1c1d1d !important;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    opacity: 1;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
form.cart .single_add_to_cart_button:hover {
    background: #f04e46 !important;
}
.social-icons {
    display: block;
    padding-top: 15px;
}
.product-info .price {
    text-align: center;
    padding: 10px 0 30px 0;
    position: relative;
}
.product-info .price span{
    font-size: 20px;
    color: #333333;
}
.product-info .price:after{
    width: 55px;
    height: 1px;
    background: #2c2c2c;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    content: "";
    position: absolute;
}
.product-short-description {
margin-bottom: 20px;
}
.list__product__layout  > .row {
    margin: 0 !important;
}
.list__product__layout .flickity-button {
    box-shadow: 0 0 0 0 !important;
    background: transparent !important;
    height: inherit;}
.related-products-wrapper .product-section-title {
    padding: 0;
    margin: 0 0 0 0;
    display: block;
    line-height: 40px;

}
.related-products-wrapper .product-section-title span {
    display: inline-block;
    background: #268bb9;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 25px;
    line-height: 50px;
}
.product-footer .woocommerce-tabs {
    border-bottom: 0;
}
.product-section {
    border-top: 0;
}
.box__bg {
    overflow: hidden;
    background: #fff;
    padding: 20px 20px 0;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}

.product-footer .tab-panels {
    padding: 20px 20px 10px;
    background: #fff;
}
.product-footer .woocommerce-tabs {
    padding: 0;
}
.product-footer ul.product-tabs {
    margin: 0 !important;
}
.product-footer .woocommerce-tabs {
    border-top: 0;
    margin-bottom: 30px !important;
}
.product-footer ul.product-tabs li {
    background: #fff;
    line-height: 50px;
    margin-right: 6px;
    margin-left: 0;

}
.product-footer ul.product-tabs li a {

    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 50px;
    padding: 0 20px;
}
.product-footer ul.product-tabs li.active a {
    background: #268bb9;
    color: #FFF;
}
.woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
    text-transform: none;
    font-size: 14px;
    color: #333;
    font-weight:500;
}

.product__inner .quick-view-added  {
    display: inline-block !important;
    background-color: #e2e2e2;
    font-weight: 400;
    height: 32px;
    width: 32px;
    line-height: 33px;
    color: #666;
    padding: 0;
    font-size: 12px;
    margin: 0;
    border-radius: 5px;
    z-index: 99;
}
.product__inner .image-tools .cart-icon strong{
    /*display:none !important;*/
}

.product__inner .image-tools .cart-icon  {
    left: 45%;
    margin: 0;
    bottom: 2px;
    display:none;
}
.product__inner .views__all {
    display: inline-block;
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    line-height: 33px;
    text-align: center;
    background-color: #e2e2e2;
    border-radius: 3px;
    opacity: 1;
    color:#666;
    

}

.product__inner  .grid-tools {
justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 0 25px !important;
}
.product__inner  .grid-tools .add-to-cart-grid ,
.product__inner  .grid-tools  .quick-view  {

    width: 33px;
    position: relative;
    border-radius: 3px;

}

.product__inner  .grid-tools .add-to-cart-grid:after {
    content: "\f07a";
    font-family: "fontawesome";
    font-size: 13px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    background: #e2e2e2;
    color: #333;
    border-radius: 3px;

}
.added_to_cart.wc-forward {

    opacity: 1;
    visibility: visible;
    width: 33px;
    height: 33px;
    padding: 0;
    top: 0;
    display: inline-block;
    text-indent: -9999px;
    background-color: #e2e2e2;
    color: #666;
    border-radius: 5px;
 
}
.added_to_cart.wc-forward:after {
    opacity: 1;
    visibility: visible;
    content: "\f178";
    font-family: "fontawesome";
    text-indent: 0;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    line-height: 33px;
    width: 33px;
    height: 33px;
    border-radius: 3px;
}
.product__inner .grid-tools > a:hover {
    background-color: #000 !important; 
}

.product__inner .grid-tools > a:hover:after {
    background-color: #000 !important; 
    color:#fff;
}
.des__pro {
    display: none;
}
.layout__active .des__pro {
    display: block;
}
.layout__active .product__inner .grid-tools {
    padding: 0 75px !important;
}

.layout__active .box-text-products .title-wrapper .product-title a {
display: block;
    color: #333;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}
.yith-wcan-list li {
    border-bottom: 1px solid #e4e4e4 !important;
    border-top: 0 !important;
    padding: 0 10px;
}
.yith-wcan-list li > a {

    font-size: 14px;
    font-weight: 500;
    line-height: 27px;

}
.yith-woocommerce-ajax-product-filter.with-checkbox ul li {
    border: 0 !important;
    padding: 0;
}
.yith-woocommerce-ajax-product-filter.with-checkbox ul.list__size li {
    display: inline-block;
    padding-right: 15px;
}
.yith-woocommerce-ajax-product-filter.with-checkbox ul.list__color li a {
    width: 30px;
    height: 30px;
}
.yith-woocommerce-ajax-product-filter.with-checkbox ul.list__color li {
    width: 25%;
    display: block;

}
.has-dropdown .icon-angle-down {
        font-size: 13px;
    margin-left: 6px;
}
.yith-woocommerce-ajax-product-filter.with-checkbox ul li a:before, .product-cats li a:before {
    background-image: none !important;
    width: 12px !important;
    height: 12px !important;
    margin-right: 6px !important;
    border: 1px solid #ccc !important;
    background: #f3f3f3 !important;
    vertical-align: middle !important;
    margin-top: -2px;
}
.yith-woocommerce-ajax-product-filter.with-checkbox ul li a.active:before, .yith-woocommerce-ajax-product-filter.with-checkbox ul.box__menh li.chosen a:before, .yith-woocommerce-ajax-product-filter.with-checkbox ul li a.chosen:before, .yith-woocommerce-ajax-product-filter.with-checkbox ul li.active a:before, .yith-woocommerce-ajax-product-filter.with-checkbox ul li.chosen a:before, .yith-woocommerce-ajax-product-filter.with-checkbox ul.orderby li a.active:before, .yith-woocommerce-ajax-product-filter.with-checkbox ul.orderby li a.chosen:before, .yith-woocommerce-ajax-product-filter.with-checkbox ul.orderby li.active a:before, .yith-woocommerce-ajax-product-filter.with-checkbox ul.orderby li.chosen a:before, .product-cats li .active_check:before, .widget_layered_nav.with-checkbox .chosen::before {
    background: url(images/checkboxicon.png) center center / 10px no-repeat !important;
}
.yith-woocommerce-ajax-product-filter.with-checkbox ul li.chosen   a {
    color: red;
}
 .product__inner .ivpa-content {
    display: none !important;
}
/*
product-lightbox
*/
.product-lightbox .product-lightbox-inner .plain h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 19px 0;
}
.is-divider {
    display: none !important;
}
.product-lightbox .product-short-description {
    margin-bottom: 10px;
}
#ivpa-content {
    margin: 0 0 10px 0 !important;
}
#ivpa-content .ivpa_custom_option.ivpa_color .ivpa_term, #ivpa-content .ivpa_attribute.ivpa_color .ivpa_term {
    border: 1px solid #bcbbbb !important;
    padding: 0px !important;
    border-radius: 100px !important;
    overflow: hidden;
}
#ivpa-content .ivpa_title {
    margin: 0 !important;
}
#ivpa-content .ivpa_attribute.ivpa_text .ivpa_term  {
    border-width: 1px !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
}
 #ivpa-content .ivpa_attribute.ivpa_color .ivpa_term.ivpa_clicked  {
    border-color: red !important;
}
.product-lightbox  .product-info .price {
    margin: 0 0 15px 0;
}
.product-summary .variations_button {
    padding: 0;
}
.list-pro {

    font-weight: 600;
    font-size: 14px;
    margin: 0 0 8px 0;

}
.list-pro a {
    font-weight: 400;
    font-size: 14px;
}

.footer-wrapper {
    background: #f5f5f5;
}
.absolute-footer {
    display: none;
}

.off-canvas .sidebar-inner {
    padding: 5px !important;
}

.list__product__layout  {
    background-repeat: no-repeat !important;
    background-position: center !important; 
}

/*
lists__news
*/
.lists__news {
    overflow: hidden;
    clear: both;
}
.rt01{
    padding: 95px 0 20px 0 !important;
}
.hds{
    text-align: center;
    position: relative;
    font-size: 30px;
    text-transform: uppercase;
    color: #333333;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
    margin-bottom: 30px;
}
.hds:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 66px;
    height: 2px;
    background: #333333;
    margin: 0 auto;
    content: "";
}
.rt02 p{
    font-size: 18px;
    text-align: justify;
    color: #555555;
    line-height: 30px;
    margin-bottom: 5px;
}
.rt03 .hds:after{
    display: none;
}
.rt03 .hds a{
    color: #333333;
    padding-bottom: 5px;
    position: relative;
}
.rt03 .hds a:after{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 66px;
    height: 2px;
    background: #333333;
    margin: 0 auto;
    content: "";
}
.block-product-2{
    margin: 0 -20px;
}
.block-product-2 > .product-small{
    width: 33.33%;
    float: left;
    padding: 0 20px;
    margin-bottom: 40px;
}
.block-product-2  .box-image{
    width: 100%;
    height: 275px;
}
.block-product-2  .box-image img{
    width: 100%;
    height: 275px;
    object-fit: contain;
    padding: 15px;
}
.block-product-2  .box-text .product-title a{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 10px;
}
.block-product-2  .box-text .product-title a:hover{
    color: #ce170b;
}
/*son css*/
.blog-wrapper {
    background: #ffffff !important;
}
.sb_right9 .hds:after{
    display: none !important;
}
.new-list {
    margin: 0 -15px !important;
}
.new-list .post-image{
    height: 275px;
}
.new-list .post-image img{
        width: 100%;
    height: 275px;
    object-fit: cover;
}
.new-list .new-list-post{
    float: left;
    padding: 0 15px;
    max-width: 33.33% !important;
    flex-basis: 33.33% !important;
}
.new-list .post-content .box__left__ct .date{
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    line-height: 27px;
    color: #a3a3a3;
} 

.new-list .post-content .box__right__ct h3{
    font-size: 16px;
    line-height: 30px;
    color: #3b3b3b;
    position: relative;
}
.new-list .post-content .box__right__ct p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    display: block;
    max-height: 48px;
    color: #555;
    overflow: hidden;
    position: relative;
}
.new-list .post-content .box__right__ct .view__al{
    padding: 20px 0;
}
.new-list .post-content .box__right__ct .view__al a{
    font-size: 14px;
    line-height: 25px;
    color: #888383;
    position: relative;
}
.new-list .post-content .box__right__ct .view__al a:before{
     position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 36px;
    height: 2px;
    background: #bdbdbd;
    content: "";
}
.new__list__one{
    width: 850px !IMPORTANT;
    margin: 0 auto;
    padding: 0 0px !important;
    text-align: center;
}
.new__list__one .post-image{
}
.new__list__one .post-image img{
    width: 600px;
    height: 346px;
    object-fit: cover;
}
.new__list__one .post-content{
    padding: 12px 80px;
}
.new__list__one .post-content .left{
    float: left;
    width: 20%;
    padding-left: 30px;
    position: relative;
}
.new__list__one .post-content .left:before{
    content: "";
    position: absolute;
    left: 57px;
    right: 0;
    top: 45px;
    width: 36px;
    height: 2px;
    background: #3333;
}
.new__list__one .post-content .left p{
    line-height: 35px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 13px;
    color: #a3a3a3;
}
.new__list__one .post-content .right{
    float: left;
    padding-left: 30px;
    width: 60%;
    padding-bottom: 20px;
}
.new__list__one .post-content .right .title{
    font-size: 16px;
    line-height: 30px;
    color: #3b3b3b;
    position: relative;
}
.new__list__one .post-content .right a{
    font-size: 14px;
    line-height: 25px;
    color: #888383;
    position: relative;
}
.page-numbers{
    clear: both;
    padding-top: 20px;
}
.headings{
    text-align: center;
    display: block;
}
.box__nth__2{
    float: left;
}
.box__nth__2 .news-post-news{
    overflow: hidden;
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.box__nth__2 .box__thumb__img{
    float: left;
    width: 250px;
}
.box__nth__2 .box__thumb__img img{
    width: 100%;
    height: 156px;
    object-fit: cover;
    border-radius: 6px;
}
.box__nth__2 .box__content{
    float: right;
    width: calc(100% - 250px - 20px);
}
.box__nth__2 .box__content h3{
    color: #555;
    width: 100%;
    margin-top: 0;
    margin-bottom: .5em;
    text-rendering: optimizeSpeed;
}
.box__nth__2 .news-post-news .box__content .box__des p {
    font-size: 14px;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.box__nth__2 .news-post-news .box__content > a {
    display: inline-block;
    color: #da251c;
    font-size: 14px;
    text-decoration: underline;
}
.thong_tin_san_pham{
    background: #f6f6f6;
    padding: 10px;
    margin-bottom: 15px;
}
.thong_tin_san_pham .item__info{
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.thong_tin_san_pham .item__info:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.thong_tin_san_pham .item__info .left__inf{
    width: 30%;
    float: left;
}
.thong_tin_san_pham .item__info .right__inf{
    width: 70%;
    float: right;
}
.share_rt{
    text-align: center;
}
.add_cart_p{
    position: relative;
    overflow: hidden;
    min-height: 45px;
    margin-bottom: 30px;
}
.add_cart_p form{
    width: 48%;
    margin-bottom: 0;
    float: left;
}
.add_cart_p .devvn_buy_now{
    display: block;
    width: 48%;
    float: right;
    clear: right;
    margin: 0;
    background: #1c1d1d !important;
    font-size: 16px !important;
    display: block;
    text-transform: uppercase;
    font-weight: 500 !important;
    opacity: 1;
    padding: 0 !important;
    border-radius: 0 !important;
    height: 45px;
    line-height: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.add_cart_p .devvn_buy_now:hover{
    background: #f04e46 !important;
}
.add_cart_p .devvn_buy_now strong{
    font-weight: 500 !important;
}
.devvn-popup-title,.popup-customer-info-group .devvn-order-btn{
    background: #ec4237 !important;
}
.heading{
    text-transform: uppercase;
    font-size: 30px;
    color: #303030;
    text-align: center;
    padding-right: 20px;
}
.category-page-row{
    padding-top: 50px;
}
#shop-sidebar .widget{
    margin-bottom: 0 !important;
}
#shop-sidebar .widget .widget-title{
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    background-color: #fffeff !important;
    color: #333333 !important;
    padding-left: 0;
    border-bottom: 1px solid #e6e6e6;
}
#shop-sidebar .widget .widget-title span{
    background-position: bottom 2px right;
}
#shop-sidebar .yith-woocommerce-ajax-product-filter{
    border: 1px solid #e6e6e6;
    border-top:none;
    padding: 0 15px;
}
#shop-sidebar .bo_loc{
    display: block;
    background-color: #303030;
    color: #fff;
    border-radius: 6px 6px  0 0  !important;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 15px;
    margin-bottom: 0;
}
.yith-wcan-color > li{
    display: block;
    width: 33.33%;
    position: relative;
    float: left;
}
@media only screen and (max-width: 1024px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .box__left__qc__04 {
        display: none;
    }
    .owl-carouselsssss {
        width: 100%;
    }   
    .home.ot-menu-show-home #mega_menu {
        display: none;
    }


}
@media only screen and (max-width: 900px) {
    .box__left__qc__sale {
        display: none;
    }
    .layout__banner__sp .box__layout__text__sale {
        display: none;
    }
    .mobile-sidebar ,.mfp-content{
        background: #fff !important;
    }
    .mobile-sidebar ul li a {
        text-transform: none;
        color: #333;
    }
    .category-page-row {
        padding-top: 20px;
    }
    .category-page-row .col.large-9,.product-main .col.large-9 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .product-main {
        padding: 20px 0;
    }
    .icon-shopping-cart{
        color: #fff;
    }
    .mobile-nav .header-button a{
        color: #fff;
    }
}
@media only screen and (max-width: 600px) {
    .product-footer .tab-panels {
        padding: 10px;
    }
    .product-info .product_title {
        font-size: 23px;
        text-transform: none;
        line-height: 30px;
        margin: 0 0 10px 0;
        font-weight: 500;
    }
    .icon__layout {
        padding-left: 5px;
    }
    .box__header__cate {
        margin-bottom: 10px;
    }
    #mega-menu-title {
    background: #333 !important;
    font-size: 16px !important;
    }
    .footer-2 .widget {
       max-width: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
    .box__laylout__child {
        width: 100%;
    }
    .box__right__pro__04 {
        width: 100%;
    }
    .product_cate_tabs {
        position: relative;
        overflow: hidden;
        float: none;
        width: 100%;
        height: 365px;
    }
    .form__letter .form__left {
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .form__letter .form__right {
        width: 100%;
    }
    .list_item_tab  .tab-link {
        float: left;
        width: 33.333%;
        padding: 0;
    }
    .list_item_tab  .tab__active {
        width: 100%;
        clear: both;
    }
    .tab__heading a {
    font-size: 13px;
    padding: 0px 3px;
    position: relative;
    display: block;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    }
    .tab__heading.current a, .tab__heading.current2 a, .tab__heading.current3 a, .tab__heading.current4 a, .tab__heading.current5 a, .tab__heading.current6 a, .tab__heading.current7 a, .tab__heading.current8 a, .tab__heading.current9 a, .tab__heading.current10 a, .tab__heading.current11 a, .tab__heading.current12 a, .tab__heading.current13 a, .tab__heading.current14 a, .tab__heading.current15 a {
        border: 0 !important;
    }
    .box__right__pro__sale {
        width: 100%;
        padding: 0;
    }
    .layout__banner__sp .box__layout__text__sale {
    display: block;
    width: 100% !important;
    position: relative;
    left: inherit;
    right: inherit;
    width: inherit;
    height: inherit;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    top: initial;
}
    .box__left__qc__sale {
        display: none;
    }
    .box__content__pro {
        padding-top: 10px;
    }
    .sl__tt {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    text-align: center;
    color: #fff;
    line-height: 40px;    
    }
    .product-small.col:hover .attachment-woocommerce_thumbnail {
        opacity: 1;
        visibility: visible;
    }
    #top-bar .html1 p{
        font-size: 14px;
    }
    .rt01{
        padding: 30px 0 !important;
    }
    .hds{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .rt01 .large-12{
        padding-bottom: 10px !important;
    }
    .rt01 .large-6{
        max-width: 50% !important;
        flex-basis: 50% !important;
        padding: 10px !important;
    }
    .rt01 .large-4{
        max-width: 33.33% !important;
        flex-basis: 33.33% !important;
        padding: 10px !important;
    }
    .rt02{
        padding-top: 10px !important;
        padding-bottom: 0 !important;
    }
    .block-product-2 > .product-small{
        width: 100%;
    }
    .ct2 .large-3{
        max-width: 100%;
        flex-basis: 100%;
        margin-bottom: 20px !important;
    }
    .footer-1 .row > div:nth-child(1),.footer-1 .row > div:nth-child(2),.footer-1 .row > div:nth-child(3),.footer-1 .row > div:nth-child(4){
        max-width: 100% !important;
        flex-basis: 100% !important;
        margin-bottom: 20px !important;
    }
    .footer-1{
        padding: 30px 0 !important;
    }
    .footer-1 .widget-title{
        margin-bottom: 0 !important;
    }
    .new-list .new-list-post{
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .new-list{
        margin: 0 !important;
    }
    .box__nth__2 .box__thumb__img{
        width: 40%;
    } 
    .box__nth__2 .box__thumb__img img{
        height: auto;
    }
    .box__nth__2 .box__content{
        width: 60%;
        padding-left: 15px;
    }
    .box__nth__2 .news-post-news .box__content .box__des p{
        display: none;
    }
    .box__nth__2{
        width: 100% !important;
    }
    .new__list__one{
        width: 100% !important;
        padding: 0 10px !important;
    }
    .new__list__one .post-image img{
        width: 100%;
        height: auto;
    }
    .new__list__one .post-content{
        overflow: hidden;
        padding: 10px 0;
    }
    .new__list__one .post-content .left{
        width: 20%;
        padding: 0;
    }
    .new__list__one .post-content .right{
        width: 70%;
        padding: 0;
        float: right;
    }
    .new__list__one .post-content .left:before{
        left: 5px;
        right: 0;
    }
    .new__list__one .new-list-post{
        margin-bottom: 20px;
    }
    .ct1 form{
        width: 100%;
    }
    .product-info .product_title{
        font-size: 22px !important;
        line-height: 30px !important;
        margin: 30px 0 20px 0;
    }
    .heading{
        padding-right: 0;
    }
    .title__cate__pro{
        display: none;
    }
}