/*
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.   ***************/
/*.product-gallery .flickity-viewport {
    height: 600px !important;
}*/

.price-wrapper {
    height: 30px;
}

.product-info .price-wrapper {
	height:auto !important;
}

a.button-continue-shopping.button.primary.is-outline {
    color: #fff;
    background-color: #0066ff;
    border: 1px solid #0066ff;
}
button.button.primary.mt-0.pull-left.small {
    background-color: #33CC00;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
}
a.checkout-button.button.alt.wc-forward {
    background-color: #FF0000;
    border-radius: 15px;
    box-shadow: 2px 2px 5px #ddd;
}
.page-checkout h3.widget-title {
    color: #ff6600;
}


div#customer_details {
  border: 3px dashed #e5101d;
  padding: 15px;
  border-radius: 15px;
}

.cart-wrapper.sm-touch-scroll {
  border: 3px dashed #e5101d;
  padding: 15px;
  border-radius: 15px;
}

.cart_totals.calculated_shipping {
    border: 3px dashed #e5101d;
    padding: 15px;
    border-radius: 15px;
}

form.checkout_coupon.mb-0 {
    background-color: #eaeaea;
    padding: 20px;
    border: 3px dashed #ff6600;
}

.woocommerce-billing-fields h3 {
    color: #303030;
}

button#place_order {
    background: #FF0000;
}

h3#order_review_heading {
    color: #303030;
}

.page-checkout span.woocommerce-Price-amount.amount {
    color: #FF0000;
}

@font-face {
    font-family: "SVN";
    src: url(fonts/SVN-Gotham-Regular.otf);
} 

@font-face {
    font-family: "SVN-Bold";
    src: url(fonts/SVN-Gotham-Bold.ttf);
}
@font-face {
    font-family: "Quicksand";
    src: url(fonts/Quicksand-Medium.ttf);
}



:root{
    --family :"SVN" !important;
    --family-bold :"SVN-Bold" !important;
    --family-quicksand :"Quicksand" !important;
    --color: #7D0000;
    --color-hover: #EFEB60;
}



body{
    font-size: 15px !important;
    font-family: var(--family) !important;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6,ul,li{
    color: #000;
    font-family: var(--family) !important;
}


p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
a.quick-view.quick-view-added {
    display: none;
}

.home.page-template .padding-no {
  display: none;
}

.phone-top {
  color: var(--color-hover);
  font-size: 14px;
  font-family: var(--family) !important;
}
input#woocommerce-product-search-field-0 {
  border: 0px;
  background: transparent;
  border-bottom: 1px solid var(--color-hover);
  border-radius: 0px;
}
input#woocommerce-product-search-field-1::placeholder,
input#woocommerce-product-search-field-0::placeholder{
  color: var(--color-hover);
  font-family: var(--family-quicksand) !important;
}

input#woocommerce-product-search-field-1 {
    border: 1px solid var(--color-hover);
}

.cart-item i,
.ux-search-submit i {
  color: var(--color-hover);
}



.header-bottom-nav > li {
  padding: 10px 20px;
}

.header-bottom-nav > li a {
  color: var(--color-hover);
  font-size: 15px;
  font-weight: 400 !important;
  font-family: var(--family) !important;
}

.header-bottom-nav > li.active,
.header-bottom-nav > li:hover {
  background-color: var(--color-hover);
}

.header-bottom-nav > li.active a,
.header-bottom-nav > li:hover a {
    color: var(--color);
    font-weight: bold !important;
    font-family: var(--family-bold) !important;
  
}

.nav-dropdown-default {
    padding: 0px;
    background: #f4f4f4;
    border-radius: 10px;
}
.nav-dropdown  li {
    border-bottom: 1px solid #eaeaea;
    background: var(--background) !important;
}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 15px 20px;
    display: block;
    border-bottom: 0px;
    color: #000!important;
    font-weight: 500;
    font-family: var(--family-bold) !important;
}


.nav-dropdown-default .nav-column li:hover,
.nav-dropdown.nav-dropdown-default>li:hover{
    background: var(--color)!important;
}

.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: #fff !important; 
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{background: #f4f4f4; padding:0;margin-top: 5%;}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:15px; font-weight:500}
.nav-dropdown .nav-dropdown-col>ul li:hover{background:#db0000}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}
.nav-dropdown-default>li:hover{background:#fbae3c}
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
.nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-40px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: white;min-width: 240px;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

.sidebar-menu.no-scrollbar,
.header-button a {
  background: var(--color);
  color: var(--color-hover);
  border:1px solid var(--color-hover);
}
.sidebar-menu.no-scrollbar li a {
  color: #fff;
  font-family: var(--family-bold) !important;
}

/***********************************************/
.title-home {
    margin-left: -10px;
}
.title-home h2 {
  font-size: 25px;
  color: var(--color);
  text-transform: uppercase;
}
.title-home p {
  color: #3E3E3E;
  font-size: 13px;
  font-weight: 400;
}
.title-home h2:after {
  content: "";
  position: absolute;
  width: 72%;
  height: 2px;
  background: var(--color);
  margin: 20px 0px 0px 14px;
}
.btn-more {
  float: right;
  margin-top: -50px;
  margin-right: -20px;
}
.btn-more a {
  font-size: 14px;
  padding: 0px 10px;
  font-family: var(--family-quicksand) !important
}
.btn-more:hover a {
  color: var(--color);
  font-weight: bold;
}

span.onsale {
    background: var(--color);
    padding: 5px;
    border-radius: 3px;
    color: var(--color-hover);
    padding-bottom: 6px;
}

.stock_product {
  background: #00B41D;
  color: #fff;
  border-radius: 6px;
  margin: 10px 0px;
  padding: 5px 10px;
  display: inline-block;
    font-weight: 400;
}
.stock_product-h {
  background: #DADADA;
  color: #3B3B3B;
  border-radius: 6px;
  margin: 10px 0px;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 400;
}

h5.post-title.is-large {
  overflow: hidden;
  height: 50px;
}
h5.post-title.is-large:hover {
  color: var(--color);
}

.product-small.box {
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
}
p.name.product-title a {
  overflow: hidden;
  height:70px;

}
.link-cart {
    position: absolute;
    top: -150px;
    opacity: 0;
}
.link-cart a {
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px !important;
  display: inline-block;
  margin-bottom: 10px !important;
  border: 1px solid #eaeaea;
}
.link-cart a:hover{
  background: var(--color);
  color: #fff;
}

.product-small.box .box-image:before {
    background: #00000075 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    pointer-events: none;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-out 0s;
    z-index: 99;
}

.product-small.box:hover span.amount,
.product-small.box:hover p.name.product-title a{
  color: var(--color);
}
.product-small.box:hover .link-cart,
.product-small.box:hover .box-image:before {
  opacity: 1;
}

.product-small.box .gif-product {
    position: absolute;
    right: 15px;
    top: -180px;
}


.sec-product .cot-3,
.sec-product .col.is-selected {
    padding: 0px !important;
}
.sec-product .col.is-selected  .product-small.box {
  border-left: 0px;
}
.sec-product .col.is-selected:first-child .product-small.box{
  border-left: 1px solid #DFDFDF;
}

.sec-treotay .row-small>.flickity-viewport>.flickity-slider>.col, .row-small>.col {
    padding: 0 9.8px 19.6px !important;
}
.sec-treotay .col.is-selected  .product-small.box {
  border-left: 1px solid #DFDFDF;
}
.sec-treotay .title-home h2:after {
  width: 80%;
}
.sec-qualac .title-home h2:after {
  width: 78%;
}
.sec-cay .title-home h2:after {
  width: 84%;
}
.sec-ban .title-home h2:after {
  width: 80%;
}
.sec-blog .title-home h2:after {
  width: 76%;
}
.sec-tuong .title-home h2:after {
  width: 74%;
}

.sec-treotay .link-cart {top: -140px;}
.sec-treotay .product-small.box .gif-product {top: -127px;}

.product-3 .link-cart {top: -200px;}
.product-3 .product-small.box .gif-product {top: -195px;}

.product-5 .product-small.box .gif-product {top: -140px;}

.sec-blog .col.post-item {
  padding: 0px 5px 30px !important;
}

.sec-blog .box-image {
    border-radius: 10px;
}

p.from_the_blog_excerpt {
   font-family: var(--family-quicksand) !important;
}

.category__content {
    display: flex;
}

#content-1 {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

.category__item-outer {
    width: calc(100% / 6);
    padding-left: 10px;
    padding-right: 10px;
}
.category__item {
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 15%);
    margin-bottom: 20px;
    /*padding-top: 20px;*/
    position: relative;
    text-align: center;
    min-width: 150px;
    height: 100px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.category__item-caption {
    background-color: inherit;
    border-top: 1px solid rgba(0,0,0,.12);
    color: #000;
    font-size: 15px;
    font-weight: 700;
    height: auto;
    margin-top: 20px;
    position: relative;
    bottom: auto;
    text-transform: uppercase;
    padding: 20px 0;
}
.device-link figure:hover figcaption {
    background-color: #ffc000;
    color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.device-link .category__item:hover {
  border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.home-store h3 {
  margin: 10px 0px;
}
.home-store h3 span {
  color: var(--color);
  text-transform: uppercase;
}
.info-store {
  color: #000;
  font-family: var(--family-quicksand) !important;
}


/************************************************************/

.title-footer h3 {
  margin-bottom: 20px;
  font-size: 13px;
  color: #fff;
}

.title-form h4 {
  margin-left: -15px;
  color: #fff;
  font-weight: 500;
}
.form-footer input {
  border: 0px;
}
.form-footer input::placeholder {
  font-family: var(--family-quicksand) !important;
}

.form-footer .wpcf7-submit{
  color: #000;
  font-weight: 400;
  text-transform: none;
  padding-right: 35px;
  width: 100%;
  font-family: var(--family-quicksand) !important;
  background:url(img/Vector.png) #fff right no-repeat;
  background-position-y: center;
  background-position-x: 135px;
}

.info-footer p,
.menu-footer li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  font-family: var(--family-quicksand) !important;
}
.menu-footer li:hover a {
  color: var(--color-hover);
}

.share-footer a {
    width: 30px;
    height: 30px;
    color: #fff;
    display: inline-block;
    margin-right: 3px;
    text-align: center;
    vertical-align: middle;
    line-height: 28px;
    border-radius: 50%;
}
.class-1 {background: #4267B2}
.class-2 {background: #1DA1F2}
.class-3 {background: #0077B5}
.class-4 {background: #FF0000}
.class-5 {background: #CB1F27}
.class-6 {background: #001935}


.absolute-footer {
  display: none;
}

.padding-no {
  padding:30px 0px;
}

/******************************************************/

.wcpf-field-title .text {
  font-family: var(--family) !important;
  color: var(--color);
}
.wcpf-item-label .wcpf-title-container {
  font-family: var(--family-quicksand) !important;
  color: #000;
}

p.woocommerce-result-count.hide-for-medium,
.term-description p {
  font-family: var(--family-quicksand) !important;
  color: #000;
}

/*.single_add_to_cart_button,
.quantity.buttons_added {
    display: none;
}
*/
button.single_add_to_cart_button.button.alt {
    background: #000;
}
.product-info .msp {
    float: left;
    display: contents;
}
.product-info .stock {
    float: right;
    margin-top: -15px;
}

.product-info .stock .stock_product {
  padding-bottom: 10px;
}

.product-info span.amount {
   color: var(--color);
}
button.button.buy_now_button {
  background: var(--color);
  width: 75%;
  padding: 5px;
  margin-bottom: -15px;
  display: block;
  border-radius: 10px;
}
button.button.buy_now_button strong {
  display: block;
  font-size: 25px;
}
button.button.buy_now_button span {
  font-family: var(--family-quicksand) !important;
  text-transform: none;
}

.p-support {
    background: #005dab;
    text-align: center;
    padding: 15px;
    width: 70%;
    border-radius: 10px;
}
.p-support p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: var(--family) !important;
}
/*.p-line:before {
    content: "";
    border: 5px solid #fff;
    border-radius: 50%;
}
.p-line:before, .p-line:after {
    position: absolute;
    right: 20px;
    width: 60px;
    height: 60px;
}
.p-support:after {
    content: "\f095";
    color: #fff;
    border-color: #fff;
    animation: ttt .5s linear infinite 0s;
    font-family: 'FontAwesome';
    font-size: 35px;
    margin-top: -14%;
}*/

@keyframes ttt {
    0% {
        transform: rotate(0deg);
        animation-timing-function: ease-in;
    }
    10% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(20deg);
    }
    30% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(-20deg);
    }
    50% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(20deg);
    }
    70% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(-20deg);
    }
    90% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }

}

.p-support .s-support {
    font-size: 25px;
    text-transform: uppercase;
}
.v-support{
    font-size: 20px;
    font-weight: bold;
    width: 100%;
}
.bk-btn a ,
.v-support a {
  color: #fff;
}
.bk-btn {
    display: inline-block;
    background-color: #288ad6 !important;
    padding: 15px;
    width: 70%;
    text-align: center;
    margin-top: 5px;
    border-radius: 10px;
}
.bk-btn a strong {
  text-transform: uppercase;
  display: block;
  font-size: 25px;
}
.bk-btn a span {
  font-family: var(--family-quicksand) !important;
}

.phone-buy p {
  font-weight: 400;
  margin-top: 15px;
  font-family: var(--family-quicksand) !important
}
.phone-buy p a {
  color: var(--color);
  font-family: var(--family) !important;
}

.gif-product {
    width: 25px;
    height: 25px;
    text-align: left;
    float: right;
    margin-top: -50px;
}

.single-product-transport .featured-box {
  margin-bottom: 15px;
}
.single-product-transport .icon-box-text {
   font-family: var(--family-quicksand) !important;
   padding-top: 15px;
}
.single-product-transport .icon-box-text span {
  font-family: var(--family) !important;
}
.product-detail {
    margin-bottom: 30px;
    display: flow-root;
}

.product-detail .title-home h2 {
  text-transform: uppercase;
}
.product-detail .title-home h2:after{
  width: 15%;
}
.product-detail .title-home h2:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 15%;
  background: var(--color);
  margin-top: 20px;
  left: 23%;
}

.product-detail dl {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 4px;
    float: left;
    width: 50%;
}
.product-detail dt {
    width: 35%;
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
    vertical-align: middle;
    text-transform: none;
    color: #000;
    font-family: var(--family) !important
}
.product-detail dd {
    width: 60%;
    display: inline-block;
    padding: 4px 0;
    font-size: 14px;
    color: #000 !important;
    vertical-align: middle;
    text-transform: none;
    font-family: var(--family-quicksand) !important;
}
.product-detail dd a {
  color: #000;
}
.nav-line>li.active>a:before, .nav-line>li:hover>a:before {
    opacity: 0;
}
.product-footer .woocommerce-tabs {
    border-top: 0px solid #ececec;
}

.woocommerce-tabs li a {
  font-family: var(--family) !important;
  color: var(--color) !important;
  font-size: 25px;
}

.woocommerce-tabs li:before {
  left: -50%;
}
.woocommerce-tabs li:before,
.woocommerce-tabs li:after{
  content: "";
  position: absolute;
  height: 2px;
  width: 40%;
  background: var(--color);
  margin: 35px 0px 0px 14px
}


.widget_recently_viewed_products ul.product_list_widget li {
    width: calc(25% - 15px);
    float: left;
    padding: 0px;
    padding-right: 15px;
}

.widget_recently_viewed_products ul.product_list_widget li img {
    width: 100%;
    height: 100%;
    position: inherit;
}

.widget_recently_viewed_products ul.product_list_widget li a {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    border:1px solid #eaeaea;
    font-family: var(--family) !important;
}
.widget_recently_viewed_products ul.product_list_widget li a span.product-title {
    margin: 10px 0px;
    display: block;
    color: #000;
    font-weight: 700;
    overflow: hidden;
    height: 45px;
}

.widget_recently_viewed_products ul.product_list_widget li a span.product-title:hover {
    color: var(--color);
}
.widget_recently_viewed_products ul.product_list_widget li span.amount,
.widget_recently_viewed_products ul.product_list_widget li ins,
.widget_recently_viewed_products ul.product_list_widget li del {
    display: none;
}
.product-together .col {
  padding:  20px 5px 20px;
}
.product-together img {
  border: 1px solid #eaeaea;
  padding: 5px;
}

.btn-icon i {
    border: 1px solid #eaeaea;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
}


/************************************************************/

.post_related .badge-inner,
.blog-archive .badge-inner {
  display: none;
}
.entry-header-text.entry-header-text-top.text-left {
    padding: 0px;
}

.breadcrumbs,
.breadcrumbs a{
    font-family: var(--family-quicksand)!important;
    color: #000;
    font-weight: 500;
}
.nav-pagination>li>span, .nav-pagination>li>a {
  border: 2px solid var(--color);
  color: var(--color) !important;
}
.nav-pagination>li>.current, 
.nav-pagination>li>span:hover, 
.nav-pagination>li>a:hover {
    border-color: var(--color) !important;
    background-color: var(--color) !important;
    color: #FFF !important;
}

.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}
.post-sidebar.large-3.col {
    padding: 0px;
}

span.widget-title {
    background: var(--color);
    display: inline-block;
    width: 100%;
    padding: 15px !important;
    margin-bottom: 15px;
    color: var(--color-hover);
}
.product-categories {
  border: 1px solid var(--color);
}
.product-categories li {
  padding: 0px 10px;
}
.product-categories li:hover {
  background: var(--color);
}
.product-categories li:hover a{
  color: var(--color-hover);
}
.custom-post span {
   font-family: var(--family-quicksand) !important;
   color: #000;
   padding-right: 5px;
}

.blog-archive .image-cover {
  padding-top: 75% !important;
}

div#comments {
    display: none;
}

.related-posts h3 {
  font-size: 25px;
  margin: 20px 0px;
}

.content-area.page-wrapper h1,
.content-area.page-wrapper h2,
.content-area.page-wrapper h3,
.content-area.page-wrapper h4,
.content-area.page-wrapper strong,
.entry-content.single-page h1,
.entry-content.single-page h2,
.entry-content.single-page h3,
.entry-content.single-page h4,
.entry-content.single-page strong {
  font-family: var(--family-bold) !important;
}
.content-area.page-wrapper,
.tab-panels,
.entry-content.single-page {
  font-size: 16px;
  text-align: justify;
  font-family: var(--family-quicksand) !important;
}
.content-area.page-wrapper p,
.tab-panels p,
.entry-content.single-page p{
   font-family: var(--family-quicksand) !important;
}




@media only screen and (max-width: 991px) {
  .cot-3,
  .title-home h2:after {display: none;}
  .btn-more {
    float: right;
    margin-right: 0px;
  }
  #content-1 {
      display: block;
  }
  .category__item-outer {
    width: 33.3%;
    float: left;
  }
	.woocommerce-tabs li:after,
	.product-detail .title-home h2:before {
		display:none;
	}
  
}

@media only screen and (max-width: 812px) {
   .product-small.box .gif-product {
      top: -170px;
  }
}

@media only screen and (max-width: 767px) {

  .blog-archive .post-item {
      width: 33.3% !important;
      float: left;
  }

  .product-small.box .gif-product {
    right: 5px;
    top: -120px;
  }
  
  .widget_recently_viewed_products ul.product_list_widget li {
    width: calc(33.3% - 0px) !important;
    padding-right: 5px;
  }
  

}

@media only screen and (max-width: 500px) {
   
  .blog-archive .post-item {
      width: 50% !important;
      float: left;
  }
  .category__item-outer {
    width: 50%;
    float: left;
  }
  .btn-more {
    float: right;
    margin-top: -30px;
  }
  .sec-treotay .btn-more {
    margin:0px;
  }
  .product-small.box .gif-product {
    top: -85px !important;
  }

  .form-footer .wpcf7-submit {
    background-position-x: 245px;
 }
 .bk-btn,
 .p-support {width: 100%}

  .p-support .s-support {
    font-size: 20px;
  }
  .p-support p {
    font-size: 12px;
  }

  .widget_recently_viewed_products ul.product_list_widget li {
    width: calc(50% - 0px) !important;
    padding-right: 5px;
  }
  .product-detail dl {
    width: 100%;
  }

}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}