/*
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.   ***************/

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: 'Roboto';
    src: url(fonts/Roboto-Regular.ttf);
} 

@font-face {
    font-family: 'Roboto-Bold';
    src: url(fonts/Roboto-Bold.ttf);
}



:root{
    --family :'Roboto' ;
    --family-bold :'Roboto-Bold';
    --color: #03a5ec;
}

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


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



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





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

.header-nav-main  > li {
    padding: 0px 5px;
}
.header-nav-main  > li a {
  font-size: 14px;
  color: #000;
  font-weight: 500 !important;
  font-family: var(--family) !important;
}
.header-nav-main > li.active a,
.header-nav-main > li:hover a {
  color: var(--color);
}


.nav-dropdown-default {
    padding: 0px;
    border: 0px;
}
.nav-dropdown  li {
   border-bottom: 1px solid #eaeaea;
   padding: 5px 0px;

}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 5px 10px;
    display: block;
    border-bottom: 0px;
    font-weight: 500;
    color: #000 !important;
    font-family: var(--family) !important;
}



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


.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{border:1px solid #ddd; padding:0;margin-top: 5px;}

.nav-column.nav-dropdown-default>li>a,
.nav-dropdown .nav-dropdown-col>a,
.nav-dropdown li a{
    font-weight:normal !important;
    text-transform:none !important;
    font-size:15px;
    font-weight:500;
    color: var(--color) !important;
}


.nav-dropdown .nav-dropdown-col>ul{
    border: 1px solid #d2d2d2;
    margin-top:-34px;
    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 .menu-item-has-children {
   margin-top: 0px;
}

.nav-dropdown .nav-dropdown-col>ul li a{
    padding:10px;  text-transform: none;color:black
}

.nav-column.nav-dropdown-default li.menu-item-has-children 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-column.nav-dropdown-default li.menu-item-has-children:hover >ul,
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

.header-button a {
    background: var(--color) !important;
    color: #fff;
    font-weight: bold;
}
.sidebar-menu.no-scrollbar {
    background: var(--color);
}

.sidebar-menu.no-scrollbar ul li a{
    font-weight: 500;
    color: #fff;
    font-family: var(--family) !important;
}

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

.title-home h2{
    color:#000;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}


span.onsale {
    background: var(--color);
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
}

.price del span.amount {
    margin-bottom: 10px;
    color: #000;
}
.price span.amount,
.price ins span.amount {
    color: #FF0000;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.product-onsale .price span.amount,
.product-onsale .price ins span.amount {
    font-size: 13px;
}

.product-onsale .badge-container.absolute.left.top {
    top: -22px;
}

.name.product-title a {
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0px;
    line-height: 25.5px;
}

.sec-1 .cot-6 .box-push .box-text {
    margin: -20% auto 0;
}

.sec-1 .cot-3 .box-push .box-text {
    margin: -42% auto 0;
}
.sec-1 a.button.primary {
    display: none;
    background: var(--color);
    font-weight: 400 !important;
    font-family: var(--family) !important;
}
.sec-1 .box-text:hover a.button.primary {
    display: block;
}

a.button.primary.btn-more {
    background: #fff;
    color: #000;
    font-family: var(--family) !important;
    font-weight: 400;
    border: 1px solid;
}


.sectionGallery .wraptitle-gallery {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.sectionGallery .wraptitle-gallery a {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    min-width: 200px;
    display: inline-block;
    padding: 25px 20px;
    background: rgba(255, 255, 255, 0.75);
}

.sectionGallery .wraplist-container-gallery .gallery_item {
    width: calc(100%/6);
    position: relative;
    overflow: hidden;
    float: left;
}
.sectionGallery .wraplist-container-gallery .gallery_item a:before {
      background: rgba(255, 255, 255, 0.3);
      content: "";
      z-index: 1;
      position: absolute;
      top: 12px;
      right: 12px;
      left: 12px;
      bottom: 12px;
      margin: auto;
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transition: all 1.5s;
      -webkit-transition: all 1.5s;
      -moz-transition: all 1.5s;
      -ms-transition: all 1.5s;
      -o-transition: all 1.5s; }
.sectionGallery .wraplist-container-gallery .gallery_item:hover a:before {
      opacity: 1;
      transform: scale(1);
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
 }

 .sectionGallery .wraplist-container-gallery .gallery_item a:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  z-index: 1;
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  bottom: 12px;
  margin: auto;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transition: all 1.5s;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
}

.wraplist-container-gallery .gallery_item:hover img {
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
}
.sectionGallery .wraplist-container-gallery .gallery_item img {
    max-width: 100%;
    -webkit-transform-style: unset;
    transform-style: unset;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
}

.sectionGallery .wraplist-container-gallery .gallery_item:hover .ico-instagram {
    display: block;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.sectionGallery .wraplist-container-gallery .gallery_item .ico-instagram {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 99;
    margin-top: -10px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sectionGallery .wraplist-container-gallery .gallery_item .ico-instagram i:hover {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 25%);
}
.sectionGallery .wraplist-container-gallery .gallery_item .ico-instagram i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 26px;
    border-radius: 6px;
    line-height: 26px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}




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

.post-sidebar.large-3.col {
    padding: 0px;
}

.col-divided {
    border-right: 0px solid #ececec;
}
.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}
.category-custom-page .col.post-item {
    padding: 0px 0px 20px;
}

.shop-page-title.category-page-title.page-title,
.page-title.shop-page-title.product-page-title {
    background-color: #f0f0f0;
    margin-bottom: 20px;
}
.single .page-title.shop-page-title.product-page-title {
    margin-bottom: 30px;
}

.page-title.shop-page-title .page-title-inner {
    padding-top: 0px;
    min-height: 0px;
}


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

.post_related .box-blog-post,
.blog-archive .box-blog-post {
    border: 1px solid #eaeaea;
}

.post_related .box-blog-post .box-text,
.blog-archive .box-blog-post .box-text {
    padding: 10px;
}
.blog-archive .box-blog-post h5 {
    color: #000;
    margin: 10px 0px;
}
.box-blog-post h5:hover {
    color: var(--color);
}

h1.entry-title {
    font-size: 23px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}


.meta-box li {
    list-style: none;
    float: left;
    color: #757575;font-size: 13px;
    padding-right: 10px;
    margin-left: 0px !important;
}


.infoList-deliverly li {
    padding-left: 40px;
    padding-top: 4px;
    position: relative;
    padding-bottom: 10px;
    list-style: none;
    margin-left: 0px !important;
}
.infoList-deliverly li span {
    position: absolute;
    left: 0;
    top: 0px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.widget-title {
    display: block;
    text-transform: uppercase;
    padding: 15px;
    font-size: 16px !important;
    font-family: var(--family-bold) !important;
    background: var(--color);
    color: #fff;
}

.widget_categories ul,
.product-categories {
    width: 100%;
    border: 1px solid #ddd;
}
.widget_categories ul li,
.product-categories li {
    padding: 0px 10px;
}
.widget_categories ul li a,
.product-categories li a {color: #000}

.widget_categories ul li.current-cat.active a,
.product-categories li.current-cat.active a {
    color: var(--color);
    font-weight: 400
}
.product-categories li:hover {
    background: #ddd;
}



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


.page-wrapper.page-left-sidebar,
.content-area.page-wrapper,
.entry-content.single-page,
.tab-panels {
    color: #000;
    font-family: var(--family) !important;
}


strong {
    font-family: var(--family) !important;
    color: #000;
    font-weight: 600;
}

.breadcrumbs a,
.woocommerce-breadcrumb a {
    color: var(--color);
    font-weight: 300;
    text-transform: none;
}
.breadcrumbs {
    color: #000;
    font-weight: 300;
    padding: 10px;
    text-transform: none;
    font-family: var(--family) !important;
 }

 .woocommerce-result-count,
 .woocommerce-ordering {
    display: none;
 } 


 

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

.footer-1{
    background:#fff;
    color: #000
}

.info-footer {
    margin-bottom: 20px;s
    text-align: justify;
}


.title-footer {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.title-zalo {
    margin-bottom: 20px;
    font-size: 17px;
}

.menu-footer li a{
    color: #000;
    transition: all .4s;
    margin-bottom: 10px;
    font-size: 14px;
}

.menu-footer li > a:hover{
    transform: translateX(15px);
    background-color: transparent;
    color: var(--color)
}

.contact-footer {
    margin-top: 18%;
}
.contact-footer p {
    margin-bottom: 0px;
}
.contact-footer p span {
    font-weight: 600;
}

.absolute-footer {
    display: none;
}

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






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

@media only screen and (max-width: 767px) {
     
 
    .title-home h2 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .sec-1 a.button.primary {
        display: block; 
    }
    
 
}

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

}




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


}

