/*Import*/
/*************************************
[Master Stylesheet]
Project: 7upframework
Version: 1.0
Last change: 05/20/2017
Author: 7UP Theme
Author URI: https://7uptheme.com/
[Table Content]
1.Home 1
2.Home 2
3.Home 3
4.Home 4
5.Home 5
6.Home 6
7.About
8.Contact
9.Menu Ontop
10.Preview  Menu
11.Shop
12.Product Details
13.Blog
***********************************************/
.fixed-header .vc_row[data-vc-full-width].vc_hidden{
  opacity: 1;
}
.hidden{
    display: none;
}
.list-tag-detail.nav-tabs{
    border-bottom: 0;
}
.tab-style2 .list-tag-detail.nav-tabs{
    margin: 0 -2px;
}
.list-tag-detail.nav-tabs li{
    width: 100%;
}
.tab-style2 .detail-tab-title ul li {
    width: auto;
    margin: 0 2px;
}
.list-tag-detail li a.active::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 2px;
    content: "";
    bottom: -1px;
    background: #333;
}
.menupop.hover:hover {
    transition: none;
    transform: none;
    animation: unset;
}
/*UNITEST*/
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
pre{
    white-space: pre-wrap;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
figure,
.sv-default img{
    max-width: 100%;
    height: auto;
}
.sv-default #st-map img{
    max-width: none;
    height: inherit;
}

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.gallery:before{
    content: "";
    display: table;
}
.gallery:after{
    clear: both;
}
.gallery:before, .gallery:after{
    content: "";
    display: table;
}
.bypostauthor,
.screen-reader-text,
.wp-caption-text{
    display: block;
}
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #eaeaec;
    padding:5px;
}
/*Widget*/
.widget .screen-reader-text{
    display: none;
}
.widget-title{
    color: #2a3640;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 0;
    font-family: 'Roboto Slab', cursive;
    position: relative;
    margin-bottom: 40px;
}
.widget-title:after{
   content: '';
    width: 60px;
    height: 2px;
    background: #e01e48;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li{
    padding: 5px 0;
}
.widget abbr[title]{
    border-bottom: 0;
}
.tagcloud a{
    padding: 5px 15px 5px;
    display: inline-block;
    border-radius: 0px;
    margin-bottom: 10px;
    font-size: 14px !important;
    margin-right: 8px;
    text-transform: capitalize;
    border-radius: 0px;
    background: #f5f5f5;
}
.tagcloud a:hover{
    background: #e01e48;
    color: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.widget_calendar table {
    width: 100%;
}
.widget_calendar table caption {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-weight: 700;
}
.widget_calendar table th {
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 2em;
}
.widget_calendar table td {
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
}
.widget_calendar table tbody td a {
    color: #e01e48;
}
.widget_calendar table tfoot td {
    border: 0;
    padding: 0;
}
.widget_calendar table tfoot td#prev {
    text-align: left;
}
.widget_calendar table tfoot td#next {
    text-align: right;
}
.widget_calendar table tfoot{
    background: #333;
}
.widget_calendar table tfoot a {
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
}
.widget_calendar table tfoot a:hover {
    color: #e01e48;
}
.widget ul.sub-menu,
.widget ul.children{
    padding-left: 15px;
    margin-top: 10px;
}
.widget ul li:last-child{
    padding-bottom: 0;
}
.widget select{
    max-width: 100%;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 40px 0px 20px;
    background: #f5f5f5;
}
.widget select option{
    padding: 10px 20px;
    background: #fff;
}
.textwidget p > img{
    margin: 6px 0;
}
.entry-content > p,
.rssSummary,
.widget p{
    color: #868c93;
    margin: 0 0 15px;
    line-height: 24px;
}
.rssSummary{
    margin-top: 15px;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget.widget_rss ul li{
    border-bottom: 1px dashed #f5f5f5;
    padding-bottom: 25px;
    margin-bottom: 20px;
}
.widget.widget_rss ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 5px 0 5px;
}
.widget .select2-container .select2-search--inline .select2-search__field{
    height: 60px;
    margin: 0;
    padding: 0px 20px;
}
.widget .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #f5f5f5 1px;
}
.woocommerce-product-search input[type=search]{
    border: 1px solid #f5f5f5;
    height: 40px;
    padding: 0 15px;
    display: block;
    width: 100%;
    border-radius: 4px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child,
.widget ul li:first-child{
    padding-top: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child,
.widget ul li:last-child{
    padding-bottom: 0;
}
span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.widget .select2-container--default .select2-selection--multiple{
    border-color: #f5f5f5;
    background: #f5f5f5;
    border-radius: 6px;
}
.widget .select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin: 0px;
}
.widget .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0px;
}
.widget .mini-cart-empty {
    padding-top: 0;
}
.error-404.not-found{
    margin-bottom: 40px;
}
.error-404 .wg-search-form{
    margin-top: 20px;
    max-width: 415px;
}

/*css widget mb*/
.widget_categories select, .widget_archive select, .widget_text form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.sidebar-widget > .fa-caret-down {
    right: 20px;
    bottom: 23px;
    position: absolute;
    pointer-events: none;
}
.widget_categories form, .widget_text form {
    position: relative;
}
.widget_categories form:after, .widget_text form:after {
    content: "\f0dd";
    font: normal normal normal 14px/1 FontAwesome;
    right: 20px;
    bottom: 25px;
    position: absolute;
    pointer-events: none;
}
.widget-title .rsswidget .rss-widget-icon{
    width: 15px;
    margin-top: -3px;
}
.widget-title .rsswidget {
    color: #2a3640;
}
.woocommerce-product-search{
    position: relative;
}
.widget_product_search input[type=text],
.widget_product_search input[type=search]
{
    border: 1px solid #f5f5f5;
    height: 60px;
    padding: 0 60px 0px 20px;
    display: block;
    width: 100%;
    border-radius: 6px;
    background: #f5f5f5;
}
.widget_product_search input[type=submit], .widget_product_search button[type=submit] {
    font-size: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    background: transparent;
    border: none;
    z-index: 1;
}
.woocommerce-product-search::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "\f2eb";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 26px;
    height: 100%;
    line-height: 60px;
    width: 60px;
    text-align: center;
    color: #2a3640;
}
.widget .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 20px;
    padding-right: 60px;

}
.widget .select2-container--default .select2-selection--single {
    border-color: #f5f5f5;
    background: #f5f5f5;
    height: 60px;
    border-radius: 6px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 15px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #656565;
}
.widget_recent_entries >ul,
.widget_recent_comments >ul,
.widget_archive >ul,
.widget_categories >ul,
.widget_meta >ul,
.widget_recent_comments >ul,
.widget_recent_entries >ul,
.widget_rss >ul,
.widget_text >.textwidget>p:first-child,
.widget_nav_menu >ul,
.widget_product_categories >ul,
.widget_s7upf_category_fillter >ul,
.widget_shopping_cart .mini-cart-empty,
.widget_pages >ul {
    margin-top: -5px;
    margin-bottom: -5px;
}
.widget_text >.textwidget>p:first-child {
    margin-bottom: 22px;
}
.textwidget p > img {
    margin: 6px 0;
}
/*End widget*/
.post-password-form input[type=submit]{
    background: #fff;
    vertical-align: top;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #f5f5f5;

    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.post-password-form input[type=submit]:hover{
    background: #999;
    color: #fff;
}
.sticky{
    display: inline-block;
}
/*End widget*/
.sticky{
    display: inline-block;
}
/*END UNITEST*/

/*add style*/
.header-page .vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.remove-hidden.vc_row[data-vc-full-width] {
  overflow: inherit !important;
}
.vc_row.vc_row-no-padding .wpb_column {
  padding-left: 0;
  padding-right: 0;
}
.comment-list li.ping-track-back {
    margin-bottom: 20px;
}

/*Menu fixed style*/
.fixed-header {
  position: fixed !important;
  top: -100px;
  left: 15px !important;
  z-index: 9999;
  -webkit-transition: top 0.5s ease-out 0s !important;
  transition: top 0.5s ease-out 0s !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
  top: 32px;
}
.fixed-header.active {
  top: 0;
}
.menu-fixed-content.fixed-header {
  background: #fbfbfb;
  width: 100%;
  left: 0 !important;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  max-width: 100%;
  display: block;
}

img{
    max-width: 100%;
    height: auto;
}

/*shop item*/
.list-col-item{
    float: left;
    padding: 0 15px;
}
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-2-item:nth-child(2n+1){
    clear: both;
}
.list-3-item{
    width: 33.3333%;
}
.list-3-item:nth-child(3n+1){
    clear: both;
}
.list-4-item{
    width: 25%;
}
.list-4-item:nth-child(4n+1){
    clear: both;
}
.list-5-item{
    width: 20%;
}
.list-5-item:nth-child(5n+1){
    clear: both;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
.list-3-item:nth-child(3n+1),
.list-4-item:nth-child(4n+1),
.list-5-item:nth-child(5n+1),
.list-6-item:nth-child(6n+1),
.list-7-item:nth-child(7n+1),
.list-8-item:nth-child(8n+1),
.list-9-item:nth-child(9n+1),
.list-10-item:nth-child(10n+1){
    clear: both;
}
.list-col-item.list-10-item,
.list-col-item.list-9-item,
.list-col-item.list-8-item,
.list-col-item.list-7-item,
.list-col-item.list-6-item,
.list-col-item.list-5-item {
    padding: 0 5px;
}
.list-post-wrap .wrap-item[data-item="5"],
.list-post-wrap .wrap-item[data-item="6"],
.blog-grid-view[data-column="5"] .row,
.blog-grid-view[data-column="6"] .row,
.product-grid-view[data-column="5"] .row,
.product-grid-view[data-column="6"] .row,
.product-grid-view[data-column="7"] .row,
.product-grid-view[data-column="8"] .row,
.product-grid-view[data-column="9"] .row,
.product-grid-view[data-column="10"] .row{
    margin: 0 -5px;
}
/*end*/

.blog-grid-view .list-post-wrap{
    margin: 0 -15px;
}
.main-page-default{
    padding: 100px 0;
}/*
.loadmore {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    padding: 0 40px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}*/
.btn-loadmore{
    text-align: center;
}
.post-meta-data a{
    color: #999; 
}
.post-meta-data a:hover{
    color: #e01e48; 
}

/*Share*/
.single-list-social ul{
  margin: 0 -7px;
}
.single-list-social ul li{
  margin: 0 7px;
}
.share-icon{
    height: 28px;
    line-height: 30px;
    display: block;
    padding: 0px;
    border-radius: 30px;
    font-size: 20px;
    min-width: 20px;
    color: #868c93;
    text-align: center;
}
.share-icon:hover{
    color: #e01e48
}
/*
.share-icon.facebook-social{
  background: #2d5f9a;
}
.share-icon.twitter-social{
  background: #58c7ff;
}
.share-icon.google-social{
  background: #d93c2d;
}
.share-icon.envelope-social{
  background: #484745;
}
.share-icon.linkedin-social{
  background: #00527b;
}
.share-icon.pinterest-social{
  background: #ed2024;
}
.share-icon.tumblr-social{
  background: #3f557a;
}
.share-icon i{
  font-size: 16px;
}
.share-icon.total-share{
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    color: #cb0909;
}*/
.share-icon .number{
  margin: -1px 4px 0;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
}
/*End share*/
.author-thumb img,
.comment-thumb img{
    border-radius: 50%;
}
.comment-list ul.children{
    list-style: none;
}
.blog-comment-detail > h2.title18 {
    margin-bottom: 25px;
}/*
.comment-list li li:last-child .item-comment {
    border-bottom: 1px dashed #f5f5f5;
    margin-bottom: 30px;
}*/
.comment-info .fn{
    font-weight: 700;
    text-transform: capitalize;
    font-style: inherit;
    padding-right: 13px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}
.comment-info .fn a{
    color: #333;
}
.comment-info .fn a:hover{
    color: #e01e48;
}
.comment-reply-title{
    position: relative;
    margin-bottom: 60px;
    margin-top: 0px;
    color: #2a3640;
    font-family: 'Roboto Slab', cursive;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
}
.reply-comment .desc,
.logged-in-as .desc
{
    margin: 0 0 30px;
}/*
.content-post-default .desc {
    margin-bottom: 30px;
}
.content-post-default h3 {
    margin-bottom: 20px;
}*/
.bread-crumb ul:last-child li:last-child a::after,
.bread-crumb > a:last-child::after{
    display: none;
}
.bread-crumb ul{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bread-crumb a::after {
    margin: 0 6px 0 6px;
}
.woocommerce .woocommerce-breadcrumb{
    margin: 0;
}
.bread-crumb ul.post-categories li {
    display: inline-block;
}
/*woocommerce sidebar*/
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img{
    width: 70px;
}
.widget .product-title {
    overflow: inherit; 
    text-overflow: inherit; 
    white-space: normal; 
    font-weight: normal;
    font-size: 16px;
    color: #2a3640;
    font-family: 'Roboto Slab', cursive;
}
.widget .product-title:hover{
    color: #e01e48;
}
.widget .product_list_widget .wrap-rating{
    margin-top: 4px;
}
.widget .product_list_widget .reviewer,
.widget .product_list_widget .product-price{
    margin-top: 8px;
    display: block;
}
.woocommerce ul.product_list_widget > li{
    margin-bottom: 15px;
}
.woocommerce ul.product_list_widget > li:last-child{
    margin-bottom: 0px;
}
.woocommerce .widget_rating_filter ul li {
    padding: 0 0 6px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #999;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    margin-left: 0px;
    background-color: #E01E48;
    top: -5px;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -15px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #E01E48;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    text-transform: capitalize;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
    float: left;
    font-size: 14px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #e7e7e7;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit,
.yith-wcwl-add-button a,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
/*button:not(.owl-prev),
button:not(.owl-next),*/

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #review_form #respond .form-submit input{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: none;
    padding: 0 30px !important;
    border-radius: 6px;
    text-align: center;
    background: #e01e48;
    color: #fff;
    font-weight: 700;
    font-family: 'Roboto Slab', cursive;
    margin: 0;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.yith-wcwl-add-button a:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
/*button:hover,*/
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #review_form #respond .form-submit input:hover{
    background-color: #2a3640;
    border-color: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce .widget_price_filter .price_slider_amount{
    font-size: 14px;
    line-height: 38px;
}
.woocommerce.widget .woocommerce-widget-layered-nav-dropdown__submit{
    margin: 10px 0 0;
}

select,
input[type=password],
input[type=number],
input[type=email],
input[type=text]{
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    padding: 0 8px;
}
textarea{
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    padding: 10px;
}
.widget_product_search input[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: transparent;
    border: none;
    z-index: 1;
    font-size: 0;
}

.woocommerce-loop-category__title{
    margin: 17px 0 7px;
    font-size: 14px;
    font-weight: 400;
}
.item-product .mark,
.item-product mark{
    background-color: transparent;
}
a.active,
.chosen a{
    color: #e01e48;
}
.woocommerce .woocommerce-ordering {
    margin-bottom: 0;
}
.woocommerce nav.woocommerce-pagination {
    text-align: right;
}
.label-wrap.wapl-aligncenter{
    text-align: center;
}
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 98;

}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #fff;
}
.ajax-loading:not(.list-product-search){
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 40px;
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    top: 50px;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loadding{
    position: relative;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images{
    float: none;
    width: 100%;
}
.woocommerce div.product .woocommerce-product-rating{
    margin-bottom: 0;
    margin-top: 0px;
    line-height: inherit;
}
.woocommerce div.product .woocommerce-product-rating .wrap-rating{
    display: inline-block;
    margin-bottom: 0;
    line-height: initial;
}
.entry-summary > p{
    margin-bottom: 0;
}
.product-rating-sku{
    margin-bottom: 18px;
}
/*End default*/


/*Begin custom*/
.main-nav>ul>li.current-menu-item>a,
.main-nav>ul>li.current-menu-ancestor>a,
.main-nav>ul>li:hover>a{
    color: #E01E48;
}
.main-nav>ul>li.current-menu-item>a:before,
.main-nav>ul>li.current-menu-ancestor>a:before{
    content: '';
    height: 4px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0px;
    background: #E01E48;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.main-nav>ul>li:hover>a:before{
    opacity: 0;
}
.main-nav li:not(.has-mega-menu) .sub-menu li:hover,
.main-nav .sub-menu li.current-menu-item,
.main-nav .sub-menu li.current-menu-ancestor{
    background: #f5f5f5;
}
.product-price > span,
.product-price ins{
    color: #e01e48;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto Slab', cursive;
}
.product-price del{
    color: #868c93;
    font-weight: 400;
    font-size: 18px;
}
a.added_to_cart,
.woocommerce a.added_to_cart{
    display: none !important;
}
.woocommerce #respond input#submit,
a.added_to_cart,
.woocommerce a.added_to_cart,
.woocommerce a.button.addcart-link{
    display: inline-block;
    height: 40px;
    line-height: 38px;
    border: 1px solid #f5f5f5;
    padding: 0 20px;
    border-radius: 4px;
    text-align: center;
    background: #fff;
    margin: 0;
    font-weight: normal;
}
.woocommerce #respond input#submit:hover,
a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce a.button.addcart-link:hover{
    background: #999;
    border-color: #999;
    color: #fff;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after{
    top: 0;
    right: 0;
}
.woocommerce ul.products li.product .button{    
    margin: 0;
}
.sort-by .select-box select {
    line-height: 36px;
}
.title-page{
    position: relative;
    z-index: 1;
}
.title-page + div{
    position: relative;
    z-index: 0;
}
.woocommerce div.product div.images .carousel li img{
    width: 70px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.product_meta > span{
    display: block;
}
.product_meta > span > span,
.product_meta > span > a{
    display: inline-block;
    border: 1px solid #f5f5f5;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.detail-qty .qty-val{
    border: 0;
    height: 38px;
}
.detail-info .product-price > span,
.detail-info .product-price ins{
    font-size: 24px;
}
.detail-info .product-price del{
    font-size: 24px;
}
.single_variation_wrap .detail-attr{
    display: block;
}
.qty-cart > .woocommerce-variation-add-to-cart{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    margin-left: 10px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    text-align: center;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
    background-color: #2a3640;
    border-color: #2a3640;
    color: #fff;
}
.detail-attr:not(.type-select):not(.type-) .select-box::after{
    display: none;
}
.reset_variations[style="visibility: hidden;"]{
    display: none;
}
.woocommerce div.product form.cart .reset_variations{
    font-size: 14px;
    text-align: right;
    padding-top: 0;
}
.woocommerce div.product form.cart .reset_variations[style="visibility: visible; display: inline;"] {
    display: block !important;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #999;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover{
    background-color: #2a3640;
    border-color: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.woocommerce div.product form.cart {
    margin-bottom: 0;
}
.item-product-meta-info > span{
    padding: 0;
    border: 0;
    display: table;
}
.item-product-meta-info > span > *{
    display: table-cell;
}
.item-product-meta-info .meta-item-list span,
.item-product-meta-info .meta-item-list  a{
    margin-bottom: 5px;
}
.select-box select{
    z-index: inherit;
}

.woocommerce div.product div.summary {
    margin-bottom: 0;
}
/* detail tab css*/
.detail-tab-desc > h2:first-child{
    display: none;
}
.detail-tabs.tab-style2{
    display: block;
    border: 0;
}
.tab-style2 .detail-tab-title ul li{
    display: inline-block;
}
.tab-style2 .detail-tab-title{
    min-width: inherit;
    border: 0;
}
.tab-style2 .list-tag-detail li a{
    border: 1px solid #f5f5f5;
}
.tab-style2 .list-tag-detail li.active a::after{
    display: none;
}
.tab-style2 .detail-tab-content{
    margin: 0;
}
.woocommerce #reviews #comments > h2 {
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 70px;
    border: 0;
    padding: 0;
    border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist{
    padding: 0;
    margin-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin-left: 100px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0px;
}
.woocommerce-review__author{
    font-weight: 700;
    text-transform: capitalize;
    font-style: inherit;
    font-family: 'Roboto Slab', cursive;
    color: #2a3640;
    font-size: 14px;
}
.woocommerce #reviews .comment-text .wrap-rating {
    position: absolute;
    right: 0;
}
.woocommerce-Reviews .comment-reply-title {
    display: block;
    margin-bottom: 55px;
}
.comment-form-rating > label{
    margin-bottom: 10px;
}
.woocommerce #review_form #respond p.stars{
    margin-bottom: 0;
}
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #ffc000;
}
.detail-tabs{
    margin-bottom: 30px;
}
/* End detail tab css*/
.single-title{
    margin-bottom: 30px;
}
.select-box::after{
    z-index: -1;
}
/*Woocommerce Page css*/
.woocommerce-cart-form .qty-label{
    display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    min-width: 200px;
    padding-left: 12px;
    padding-right: 12px;
}
td.product-remove {
    max-width: 30px;
}
td.product-thumbnail {
    max-width: 60px;
    text-align: center;
}
#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 70px;
}
/*End Woocommerce page css*/

.item-default .post-thumb{
    display: inline-block;
    max-width: 100%;
}
.entry-content,
.content-post-default{
    line-height: 24px;
}
.page-links > span,
.page-links > a{
    margin: 0 1px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #f5f5f5;
    min-width: 40px;
    text-align: center;
    border-radius: 6px;
    color: #868c93;
    font-family: 'Roboto Slab', cursive;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    padding: 0px;
}
.page-links > span:hover,
.page-links > a:hover{
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.page-links>.current{
    color: #fff;
    border-color: #e01e48;
    background-color: #e01e48;
}
.page-links{
    margin-bottom: 50px;
    margin-top: 50px;
}
.woocommerce div.product form.cart:not(.variations_form){
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    padding: 30px 0px;
}
.woocommerce div.product form.cart:not(.variations_form) > label{
   /* width: 100px;
    margin: 0;*/
}
.woocommerce div.product .list-product-group form.cart{
    display: block;
}
.list-product-group form.cart table{    
    width: 100%;
    border: none;
}
.group-qty label{
    display: none;
}
.woocommerce div.product form.cart .group_table td{
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.group-info{
    padding: 0px 10px;
    vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.group-info .product-title{
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto Slab', cursive;
}
.woocommerce div.product form.cart .group_table td.group-info .product-title a{
    color: #2a3640;
}
.woocommerce div.product form.cart .group_table td.group-info .product-title a:hover{
    color:#e01e48;
}
.woocommerce div.product form.cart .group_table td.group-thumb .product-thumb{
    border: 1px solid #ebebeb;
    border-radius: 6px;
}
.woocommerce div.product form.cart .group_table td.group-qty{
    text-align: right;
}
.woocommerce div.product form.cart .group_table td.group-qty .detail-qty{
    margin-right: 0px;
    display: inline-block;
}
.woocommerce div.product form.cart .group_table tr{
    background: #fff;
}
.woocommerce div.product form.cart .group_table tr:last-child{
    border-bottom: none;
}
.woocommerce div.product form.cart .group_table td:first-child {
    width: 80px;
}
.woocommerce div.product .list-product-group form.cart .button.single_add_to_cart_button{
    margin: 20px 0 0 0;
    width: 100%;
}
.woocommerce table.shop_table{
    padding: 0;
    border-collapse: collapse;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
    border-color: #f5f5f5;
}
#add_payment_method .cart-collaterals .cart_totals table, 
.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}
.select2-container--default .select2-selection--single{
    border-color: #f5f5f5;
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
    right: 6px;
}
/*My account*/
.woocommerce-MyAccount-navigation ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
    padding: 8px 15px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #f5f5f5;
}
.woocommerce-MyAccount-navigation ul li.is-active,
.woocommerce-MyAccount-navigation ul li:hover{
    color: #fff;
    background: #999;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li:hover a{
    color: #fff;
}
.woocommerce-MyAccount-content{
    padding: 15px;
    border: 1px solid #f5f5f5;
}
.woocommerce-MyAccount-content a{
    color: #333;
}
.woocommerce-MyAccount-content a:hover{
    color: #999;
}
.woocommerce-account .addresses .title .edit{
    font-size: 14px;
    background: #e01e48;
    color: #ffffff;
    margin-top: -5px;
    border: none;
    padding: 2px 15px;
    border-radius: 6px;
}
.woocommerce-account .addresses .title .edit:hover{
    background-color: #2a3640;
    border-color: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.woocommerce form .form-row input.input-text{
    height: 40px;
    padding: 0px 8px;
    border: 1px solid #f5f5f5;
}
.woocommerce-checkout-payment label{
    color: #2a3640;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
    margin-left: 10px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
}
.select2-container .select2-choice{
    height: 40px;
    border: 1px solid #f5f5f5;
    line-height: 40px;
}
.select2-drop-active{
    border-color: #f5f5f5;
}
.mini-cart-empty{
    padding-top: 20px;
}
.mini-cart-button a,
.woocommerce .mini-cart-button a{
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    padding: 0 20px;
    border: none;
    color: #fff;
    line-height: 40px;
    background: #333;
    margin: 0 3px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Roboto Slab', cursive;
    font-weight: 700;
}
.mini-cart-button a:hover,
.woocommerce .mini-cart-button a:hover {
    color: #fff;
    background: #e01e48;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.product-mini-cart .product-title{
    margin-bottom: 5px;
}
.aside-box .dropdown-list{
    left: auto;
    visibility: visible;
    opacity: 1;
}
.mini-cart-box.aside-box .mini-cart-button a:first-child {
    background: #666;
}
.aside-box .dropdown-list {
    pointer-events: inherit;
}
.overlay .wrap::after{
    z-index: 1001;
}
/*End*/
.fancybox-inner{
    padding: 0 15px;
    margin: 0 -15px;
}
.zoomContainer {
    z-index: 9997;
}
.fancybox-overlay{
    z-index: 9999;
}
.fancybox-opened{
    z-index: 99991;
}
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 9999;
    position: relative;
}
.product-popup-content{
    padding: 0;
}
.product-popup-content .product-detail {
    margin-bottom: 0;
}
.fancybox-opened .fancybox-skin{
    background: #fff;
}
/*Begin Search Ajax*/
.list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    left: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 300px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-search.active {
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}
.item-search-pro {
    border-bottom: 1px solid #f5f5f5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.item-search-pro > div {
    display: table-cell;
    vertical-align: middle;
}
.item-search-pro:last-child {
    border: none;
}
.item-search-pro .title14 {
    text-transform: capitalize;
    font-weight: 400;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.live-search-on.active .list-product-search{
    opacity: 1;
    visibility: visible;
    margin-top: 2px;
}

/*End Search Ajax*/
.dropdown-list li.active a {
    background: #e01e48;
    color: #fff;
}
.list-product-search.ajax-loading{
    text-align: center;
}
.overlay .mini-cart-link {
    color: #555;
}
.aside-box .dropdown-list{
    margin-top: 0;
}
.admin-bar .aside-box .dropdown-list{
    margin-top: 32px;
}
.form-newsletter input[type="email"]{
    height: 40px;
    display: block;
    border: none;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    padding: 0 20px;
    background: transparent;
}
.form-newsletter form .mc4wp-form-fields{
    width: 100%;
    max-width: 570px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
}
.desc-block{
    margin-bottom: 15px;
}
.instagram-slider .group-navi .owl-nav{
    right: 0;
}
.item-product-grid {
    margin-bottom: 30px;
}

/*Gap product*/
/*gap 5*/
.gap-5 .list-product-wrap{ 
    margin: 0 -2.5px;
}
.gap-5 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-5 .group-navi .owl-nav{ 
    right: 2.5px;
}
.gap-5 .list-product-wrap .product{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item{
    padding:0 2.5px;
    margin-bottom: 5px;
}
.gap-5 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 5px;
}
/*gap 10*/
.gap-10 .list-product-wrap{ 
    margin: 0 -5px;
}
.gap-10 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-10 .group-navi .owl-nav{ 
    right: 5px;
}
.gap-10 .list-product-wrap .product{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item{
    padding:0 5px;
    margin-bottom: 10px;
}
.gap-10 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 10px;
}
/*gap 15*/
.gap-15 .list-product-wrap{ 
    margin: 0 -7.5px;
}
.gap-15 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-15 .group-navi .owl-nav{ 
    right: 7.5px;
}
.gap-15 .list-product-wrap .product{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item{
    padding:0 7.5px;
    margin-bottom: 15px;
}
.gap-15 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 15px;
}
/*gap 20*/
.gap-20 .list-product-wrap{ 
    margin: 0 -10px;
}
.gap-20 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-20 .group-navi .owl-nav{ 
    right: 10px;
}
.gap-20 .list-product-wrap .product{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item{
    padding:0 10px;
    margin-bottom: 20px;
}
.gap-20 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 20px;
}
/*gap 30*/
.gap-30 .list-product-wrap{ 
    margin: 0 -15px;
}
.gap-30 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-30 .group-navi .owl-nav{ 
    right: 15px;
}
.gap-30 .list-product-wrap .product{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item{
    padding:0 15px;
    margin-bottom: 30px;
}
.gap-30 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 30px;
}
/*gap 40*/
.gap-40 .list-product-wrap{ 
    margin: 0 -20px;
}
.gap-40 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-40 .group-navi .owl-nav{ 
    right: 20px;
}
.gap-40 .list-product-wrap .product{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item{
    padding:0 20px;
    margin-bottom: 40px;
}
.gap-40 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 40px;
}
/*gap 50*/
.gap-50 .list-product-wrap{ 
    margin: 0 -25px;
}
.gap-50 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-50 .group-navi .owl-nav{ 
    right: 25px;
}
.gap-50 .list-product-wrap .product{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item{
    padding:0 25px;
    margin-bottom: 50px;
}
.gap-50 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 50px;
}
/*gap 50*/
.gap-0 .list-product-wrap{ 
    margin: 0;
}
.gap-0 .list-product-wrap .item-product{ 
    margin-bottom: 0;
}
.gap-0 .group-navi .owl-nav{ 
    right: 0;
}
.gap-0 .list-product-wrap .product{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item{
    padding:0;
    margin-bottom: 0;
}
.gap-0 .list-product-wrap .item .product{
    padding:0;
    margin-bottom: 0;
}
/*end gap*/
.tab-header{
    margin-bottom: 30px;
}
.list-post-wrap .wrap-item[data-item="5"] .item-post,
.list-post-wrap .wrap-item[data-item="6"] .item-post{
    padding: 0 5px;
    margin-bottom: 20px;
}
.list-post-wrap .wrap-item .item-post{
    padding: 0 15px;
    margin-bottom: 30px;
}
li.active > a {
    color: #e01e48;
}
.block-element {
    margin-bottom: 0; 
}
/*menu live preview*/
.main-nav .preview-image {
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    border: 1px solid #f5f5f5;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.main-nav li:hover > .preview-image {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.preview-image img{
    height: auto;
}
.preview-image>a {
    display: block;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.preview-image > a > img {
    left: 0;
    position: absolute;
    top: 0;
    transition: all 5s ease-in-out 0s;
    -webkit-transition: all 5s ease-in-out 0s;
    width: 100%;
}
.preview-image > a:hover > img {
    top: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
}
/*end live preview*/
/*Begin Wishlist Popup*/
.wishlist-mask {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.wishlist-popup {
  background: #fff none repeat scroll 0 0;
  border: 10px solid rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 200px;
  left: 0;
  margin: auto;
  padding: 20px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 470px;
  z-index: 9999;
}
.popup-icon {
  font-size: 30px;
}
.wishlist-alert {
  margin: 10px 0 20px;
}
.product-popup-content .product_meta .col-md-6{
  width: 100%;
}
.product-popup-content .share-prodcuct-single {
  text-align: left;
}
.wishlist-popup .popup-icon{
    color: #e01e48;
}
.wishlist-button a:hover{
    background: #e01e48;
}
/*End Wishlist Popup*/
.item-mega-menu ul li{
    margin-bottom: 15px;
}
.item-mega-menu ul li:last-child{
    margin-bottom: 0;
}
.item-mega-menu > h3{
    margin-bottom: 20px;
}
.item-post-large.item-default .post-info {
    padding-left: 0;
}
.main-nav.main-nav1 ul{
  /*  padding: 0;*/
}
.logo h1{
    margin: 0;
}
.content-single-blog iframe{
    width: 100%;
    border: 0;
    max-width: 100%;
}
.player .vp-player-layout{
    left: 0 !important;
    right: 0 !important;
}
.sort-by .select-box::after {
    top: 11px;
    color: #999;
}
.vc_row:not([data-vc-stretch-content="true"]) .container{
   /* padding: 0;*/
}
.smart-slider:not(.owl-carousel)[data-item="6"] > div{
    width: 16.6666%;
}
.smart-slider:not(.owl-carousel)[data-item="5"] > div{
    width: 20%;
}
.smart-slider:not(.owl-carousel)[data-item="4"] > div{
    width: 25%;
}
.smart-slider:not(.owl-carousel)[data-item="3"] > div{
    width: 33.3333%;
}
.smart-slider:not(.owl-carousel)[data-item="2"] > div{
    width: 50%;
}
.widget-group{
    margin-bottom: 30px;
}
.widget-group:last-child{
    margin-bottom: 0;
}
.page-content-box .wrap {
  background: #fff;
  max-width: 1230px;
  margin: auto;
  box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.15);
}
.page-content-box .container {
    max-width: 1200px;
}
.page-content-box .fix-row-bg{
    margin-left: 15px;
    margin-right: 15px;
}
.page-content-box .vc_row {
   /* padding-left: 15px;
    padding-right: 15px;*/
}
.page-content-box .fix-row-bg .vc_row {
    padding-left: 0;
    padding-right: 0;
}
body.page-content-box *[data-vc-full-width]{
    max-width: 1600px;
   /* margin: auto;*/
   /* padding-left: 0px!important;
    padding-right: 0px!important;*/
}
body.page-content-box [data-vc-full-width] [data-vc-full-width]{
    left: 0px!important;
}
.page-content-box .vc_row .vc_row {
    padding-left: 0px;
    padding-right: 0px;
}
/*Preload style 2*/
.preload #objectstyle2{
    width: 80px;
    height: 80px;
    background-color: #FFF;
    -webkit-animation: animatestyle2 1s infinite ease-in-out;
    animation: animatestyle2 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
@-webkit-keyframes animatestyle2 {
    0% { -webkit-transform: perspective(160px); }
    50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
    100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animatestyle2 {
    0% { 
        transform: perspective(160px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
    } 50% { 
        transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
    } 100% { 
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    }
}
/*Prelaod style 3*/
#loading-center-absolutestyle3 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
   -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.objectstyle3{
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;
    
}
#object_onestyle3 {
    -webkit-animation: object_onestyle3 1.5s infinite;
    animation: object_onestyle3 1.5s infinite;
    }
#object_twostyle3 {
    -webkit-animation: object_twostyle3 1.5s infinite;
    animation: object_twostyle3 1.5s infinite;
    }
#object_threestyle3 {
    -webkit-animation: object_threestyle3 1.5s infinite;
    animation: object_threestyle3 1.5s infinite;
    }
#object_fourstyle3 {
    -webkit-animation: object_fourstyle3 1.5s infinite;
    animation: object_fourstyle3 1.5s infinite;
    }
    

@-webkit-keyframes loading-center-absolutestyle3 {
  100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolutestyle3 {
  100% { 
    transform:  rotate(-45deg);
    -webkit-transform:  rotate(-45deg);
  }
}

@-webkit-keyframes object_onestyle3 {
  25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_onestyle3 {
  25% { 
    transform: translate(0,-50px) rotate(-180deg);
    -webkit-transform: translate(0,-50px) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_twostyle3 {
  25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_twostyle3 {
  25% { 
    transform: translate(50px,0) rotate(-180deg);
    -webkit-transform: translate(50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three_pre3 {
  25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_threestyle3 {
  25% { 
    transform:  translate(-50px,0) rotate(-180deg);
    -webkit-transform:  translate(-50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: rtranslate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_fourstyle3 {
  25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_fourstyle3 {
  25% { 
    transform: translate(0,50px) rotate(-180deg); 
    -webkit-transform: translate(0,50px) rotate(-180deg);  
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}
/*Preload style 4*/
#loading-center-absolutestyle4 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.objectstyle4{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_onestyle4 {   
    -webkit-animation: object_onestyle4 1.5s infinite;
    animation: object_onestyle4 1.5s infinite;
    }
#object_twostyle4 {
    -webkit-animation: object_twostyle4 1.5s infinite;
    animation: object_twostyle4 1.5s infinite;
    -webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
    }
#object_threestyle4 {
    -webkit-animation: object_threestyle4 1.5s infinite;
    animation: object_threestyle4 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    
    }

@-webkit-keyframes object_onestyle4 {
75% { -webkit-transform: scale(0); }
}

@keyframes object_onestyle4 {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}

@-webkit-keyframes object_twostyle4 { 

  75% { -webkit-transform: scale(0); }

}

@keyframes object_twostyle4 {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_threestyle4 {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_threestyle4 {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}
/*Preload style 5*/
#loading-center-absolutestyle5 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 200px;
    margin-top: -25px;
    margin-left: -100px;
}
.objectstyle5{
    width: 20px;
    height:20px;
    background-color: #FFF;
    float: left;
    margin-top: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#first_objectstyle5{
    -webkit-animation: first_objectstyle5 2s infinite;
    animation: first_objectstyle5 2s infinite;
 
}
#second_objectstyle5{
    -webkit-animation: second_objectstyle5 2s infinite;
    animation: second_objectstyle5 2s infinite;
    float: right;
}
    
@-webkit-keyframes first_objectstyle5 {

 25% {
    -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(180px,0) scale(1); 
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }   
 
}       
@keyframes first_objectstyle5 {

 25% {
    -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(180px,0) scale(1); 
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }  
}

@-webkit-keyframes second_objectstyle5 {

 25% {
    -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(-180px,0) scale(1); 
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     } 
}       
@keyframes second_objectstyle5 {

 25% {
    -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(-180px,0) scale(1); 
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     } 
}
/*Preload style 6*/
#loading-center-absolutestyle6 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;

}
.objectstyle6{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute; 
}


#object_onestyle6{
    -webkit-animation: objectstyle6 2s linear infinite;
     animation: objectstyle6 2s linear infinite;
     }
#object_twostyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -.4s;
    animation: objectstyle6 2s linear infinite -.4s;
    left: 20px;
     }
#object_threestyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -.8s; 
    animation: objectstyle6 2s linear infinite -.8s; 
    left: 40px;
    }
#object_fourstyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -1.2s;
    animation: objectstyle6 2s linear infinite -1.2s; 
    left: 60px;
    } 
#object_fivestyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -1.6s; 
    animation: objectstyle6 2s linear infinite -1.6s; 
    left: 80px;
    }
    
    
@-webkit-keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }      
    
}       
@keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}
/*Preload style 7*/
#loading-center-absolutestyle7 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.objectstyle7{
    width: 50px;
    height: 5px;
    background-color: #FFF;
    -webkit-animation: animatestyle7 2s infinite;
    animation: animatestyle7 2s infinite;
    position: absolute;
    top: 0px;
    right: -200px;
    }



@-webkit-keyframes animatestyle7 {
 
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg); 
    -webkit-transform: translate(-400px,0) rotate(-360deg); 
    transform: translate(-400px,0) rotate(-360deg); 
      }

 100% {
    -ms-transform: translate(0,0) rotate(360deg); 
    -webkit-transform: translate(0,0) rotate(360deg); 
    transform: translate(0,0) rotate(360deg); 
      }   


}

@keyframes animatestyle7 {
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg); 
    -webkit-transform: translate(-400px,0) rotate(-360deg); 
    transform: translate(-400px,0) rotate(-360deg); 
      }

 100% {
    -ms-transform: translate(0,0) rotate(360deg); 
    -webkit-transform: translate(0,0) rotate(360deg); 
    transform: translate(0,0) rotate(360deg); 
      }     
  
}
.preload-style-custom-image #loading-center{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-items: center;
    -webkit-justify-items: center;
    -ms-justify-items: center;
    -o-justify-items: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

#loading-center-absolute-image{
    text-align: center;
    margin: auto;
    display: none;
}
.preload #loading-center-absolute-image{
    display: block;
}
.contact-form-page .wrap-input i {
    position: absolute;
    top: 17px;
    left: 20px;
    color: #999;
    z-index: 1;
}
.contact-form-page .wrap-input input[type="url"] {
    border: 1px solid #f5f5f5;
    height: 50px;
    border-radius: 25px;
    display: block;
    width: 100%;
    background: #fff;
    padding: 0 45px;
}
.item-contact-page .contact-thumb i {
    position: relative;
    z-index: 1;
}
.item-contact-page .contact-thumb {
    margin-bottom: 23px !important;
}
.banner-slider .banner-info {
    height: auto;
}
.about-customer li::before{
    content: "\f00c";
    font-family: "FontAwesome";
}
.about-banner-history .banner-info .desc::before{
    content: "\f10d";
    font-family: "FontAwesome";
}
.about-content-page::before {
    display: none;
}
.about-content-page {
    position: relative;
    padding: 0 15px;
}
.about-content-page > div{
    position: relative;
    padding: 40px 0;
}
.about-content-page > div::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 1px;
    content: "";
    background: #f5f5f5;
    z-index: 1;
    display: block;
}
.about-title-number .number {
    line-height: 68px;
}
.about-title-number > p{
    margin-bottom: 0;
}
.about-title-number {
    padding-bottom: 42px;
    margin-bottom: 0;
}
.item-about-faq .desc::before,
.item-about-faq h3::before {
    display: none;
}
.item-about-faq h3 span.first-text {
    position: absolute;
    top: -10px;
    text-transform: uppercase;
    font-size: 60px;
    color: #f4f4f4;
    left: -20px;
    z-index: -1;
}
.item-about-faq .desc span.first-text {
    position: absolute;
    top: 15px;
    text-transform: uppercase;
    font-size: 60px;
    color: #f4f4f4;
    left: -20px;
    z-index: -1;
}
.intro-about-team h3 {
    margin: 0;
    padding: 30px 0;
}
.content-about-team .desc {
    margin-bottom: 25px;
}
.price-table-color span.start{
    margin-bottom: 10px;
}
.wishlist_table tr td, 
.wishlist_table tr th.wishlist-delete, 
.wishlist_table tr th.product-checkbox{
    text-align: left;
}
.woocommerce table.wishlist_table {
    font-size: 100%;
}/*
.compare-link,
.wishlist-link{
    padding: 11px 13px;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    line-height: normal;
    display: inline-block;
}*/
.compare-link > span,
.wishlist-link > span{
    display: none;
}
.item-post .post-info .desc {
    margin-bottom: 20px;
}
.yith-wcwl-add-to-wishlist + div{
    display: inline-block;
    clear: inherit;
}
.detail-info .compare.button,
.detail-info .yith-wcwl-add-to-wishlist{
   /* display: inline-block !important;
    margin-bottom: 20px;
    margin-top: 0;*/
}
/*Block class*/
.block-top-30{
    margin-top: 30px;
}
.block-bottom-30{
    margin-bottom: 30px;
}
.block-top-50{
    margin-top: 50px;
}
.block-bottom-50{
    margin-bottom: 50px;
}
.block-top-100{
    margin-top: 100px;
}
.block-bottom-100{
    margin-bottom: 100px;
}
.title-tab{
    margin: 0 -10px;
    border: 0;
}
.title-tab > li {
    margin: 0 10px;
}
.form-popup .submit-form {
    height: 50px;
    background: #000;
    border: none;
    color: #fff;
    padding: 0 30px;
}
/*Fix form-newsletter*/
.content-popup input[type="email"] {
    width: 260px;
    height: 50px;
    border: 1px solid #f5f5f5;
    padding: 0 15px;
    display: block;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    margin-right: 10px;
}
.content-popup .submit-form::after{
    display: none;
}
.content-popup .form-newsletter form .mc4wp-form-fields{
    border: 0;
    max-width: inherit;
}
.form-newsletter.form-popup{
    max-width: 100%;
}
.content-popup .submit-form{
    width: auto;
}
.content-popup .submit-form input[type="submit"]{
    position: static;
    line-height: 50px;
}
/*End fix*/
.close-minicart{
    display: none;
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 24px;
    top: 0;
    left: -39px;
    color: #fff;
    cursor: pointer;
}
.aside-box .close-minicart{
    display: block;
}
/*filter product element*/
.btn-filter {
    background: #fff;
    border: 1px solid #f5f5f5;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    padding: 0 55px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.box-attr-filter {
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 0;
    margin-top: 35px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 65px;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.filter-product.active .box-attr-filter{
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.btn-filter::after {
    border-left: 1px solid #f5f5f5;
    bottom: 0;
    content: "\f107";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.js-content-wrap{
    position: relative;
}
.filter-product{
    margin-bottom: 30px;
}
.btn-filter span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
}
.box-attr-filter::before {
    background: #fbfbfb;
    border-right: 1px solid #f5f5f5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}
.item-box-attr {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
}
.item-attr-title {
    display: table-cell;
    padding: 0 25px;
    position: relative;
    width: 170px;
    vertical-align: top;
    text-align: left;
}
.item-attr-content {
    color: #666;
    display: table;
    padding: 0 30px;
    vertical-align: top;
}
.range-filter .ui-slider-range {
    background: #333;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #333;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px;
    border: none;
}
.range-filter .slider-range {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    width: 250px;
    background: #f5f5f5;
}
.attr-price-filter{
    display: inline-block;
}
.attr-price-filter label {
    font-weight: 400;
}
.list-filter.list-inline li{
    padding: 0 10px;
}
.wrap-item.loadding .ajax-loading {
    display: block !important;
}
.filter-yes .js-content-main{
    clear: both;
}
.filter-col .box-attr-filter::before{
    display: none;
}
.filter-col .item-box-attr{
    display: block;
    float: left;
}
.filter-col.filter-2-col .item-box-attr{
    width: 50%;
}
.filter-col.filter-3-col .item-box-attr{
    width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr{
    width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
    clear: both;
}
.filter-col .box-attr-filter{
    clear: both;
}
.filter-col .list-filter{
    margin: 0 -15px;
}
.filter-col .item-box-attr{
    text-align: left;
}
.filter-col.filter-col-list .list-filter li,
.filter-col.filter-col-list .list-filter{
    list-style: none;
    display: list-item;
}
.element-filter{
    position: relative;
}
.element-filter.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #a21414;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 2px;
    right: -11px;
}
.filter-noresult{
    padding: 100px 0;    
    border: 1px solid #f5f5f5;
}
.row > .filter-noresult-wrap{
    padding: 0 15px;
    display: block !important;
    position: static !important;
}
.products-wrap{
    position: relative;
    clear: both;
}
.filter-none .owl-wrapper,
.filter-none .owl-wrapper .owl-item{
    width: 100% !important;
}
.range-filter .slider-range{
    max-width: 100%;
}
.filter-col .item-attr-title,
.filter-col .item-attr-content{
    display: block;
}
/*End filter element*/
.show-by.show-order .dropdown-link .silver{
    min-width: 200px;
}
.show-by.show-order .dropdown-list{
    width: 100%;
    border-radius: 6px;
}
.dropdown-list li a.active{
    color: #e01e48;
}
.mini-cart-box.dropdown-box{
    display: inline-block;
}
.detail-gallery .carousel li{
    min-height: 70px;
    background: #fff;
}
.vc_col-has-fill>.vc_column-inner, 
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, 
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, 
.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, 
.vc_section.vc_section-has-fill+.vc_section {
    padding-top: 0 !important; 
}
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1{
    display: block;
    max-width: 100%;
}
.account-manager .dropdown-list li i{
    min-width: 20px;
}
.account-manager .dropdown-list{
    width: 160px;
}

/* Vendor page*/
.vendor-page .entry-content .title-page h2{
    margin: 0 0 10px;
}
.vendor-page .entry-content h3,
.vendor-page .entry-content h2{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 20px;
}
.vendor-page .entry-content h2:first-child{
    margin-top: 0;
}
.vendor-page input{
    height: 40px;
    padding: 0 10px;
    border: 1px solid #eaeaec;
}
.vendor-page form{
    margin-bottom: 30px;
}
.vendor-page .table>thead>tr>th {
    border-bottom: 1px solid #eaeaec;
}
.vendor-page input[type="submit"]{
    background-color: #e01e48;
    border-color: #e01e48;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
    vertical-align: middle;
    margin-top: -4px;
}
#pv_shop_name,
#pv_paypal{
    margin-top: 15px;
    width: 400px;
    max-width: 100%;
}
.vendor-page table .notes input,
.vendor-page table{
    width: 100%;
}
.vendor-page table{
    margin-bottom: 30px;
}
.vendor-page table, 
.vendor-page th, 
.vendor-page td {
    padding: 20px;
}
.vendor-page .entry-content p{
    line-height: 24px;
    margin-bottom: 20px;
}
/*Login/register*/
.popup-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(11,11,11,.8);
    cursor: pointer;
}
.login-popup-content {
    position: absolute;
    width: 500px;
    max-width: 100%;
    background-color: #fff;
    color: #555;
    overflow: hidden;
    z-index: 1000;
    margin: 0 auto;
    top: 15%;
    left: 0;
    right: 0;
}
.popup-form{
    max-width: 300px;
    margin: 0 auto;
    display: none;
}
.login-popup-content-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9998;
}
.popup-form .submit{
    margin: 20px 0 25px;
    position: relative;
}
.popup-form.active{
    display: block;
}
.login-popup-content{
    padding: 50px 0;
}
.popup-form .form-header h2,
.popup-form > h2{
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 15px;
    text-align: center;
}
.popup-form .desc.note{
    margin: -20px 0 20px;
    color: #999;
    font-size: 12px;
}
.popup-form .extra-field .woocommerce-privacy-policy-text p{
    color: #999;
    font-size: 12px;
}
.popup-form .form-header .desc,
.popup-form > .desc{
    text-align: center;
    color: #999;
    margin-bottom: 10px;
}
.popup-form .form-header{    
    margin-bottom: 30px;
}
.popup-form form > p,
.popup-form .form-field{
    position: relative;
    margin-bottom: 30px;
}
.popup-form form .extra-field > p > label,
.popup-form form > p > label{
    position: static;
}
.popup-form label:not(.rememberme){
    text-align: left;
    color: #999;
    position: absolute;
    font-weight: normal;
    top: 6px;
    left: 0;
    width: 100%;    
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 0;
}
.popup-form input:not(.button){
    border-width: 0 0 1px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    z-index: 1;
    position: relative;
    background: transparent;
}
.popup-form .has-value input:not(.wp-submit)~label,
.popup-form input:not(.wp-submit):focus~label{
    font-size: 80%;
    top: -15px;
}
.popup-form .has-value input:not(.wp-submit)~label.rememberme{
    font-size: 100%;
}
.nav-form{
    margin: 0 -10px;
}
.popup-redirect{
    padding: 0 10px;
    margin-top: 10px;
}
.popup-redirect:first-child{
    border-right: 1px solid #f5f5f5;
}
.popup-form input{
    -webkit-appearance: none;
}
.popup-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.popup-form form input[type=checkbox], 
.popup-form form input[type=radio] {
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #eee!important;
    border: 0;
    margin: -3px 4px 0 0!important;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
.popup-form input[type=radio]:checked:before, 
.popup-form input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    line-height: 18px;
    font-family: fontawesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.popup-form input[type=checkbox]:checked:before {
    content: '\f00c';
    color: #e01e48;
}
.input-focus-line{
    background-color: transparent;
    bottom: -1px;
    height: 2px;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 0;
    z-index: 2;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.popup-form .invalid .input-focus-line{
    background-color: #bf2c2c;
    left: 0;
    width: 100%;
}
.popup-form .input-focus .input-focus-line{
    background-color: #bf2c2c;
    left: 0;
    width: 100%;
}
.close-login-form{
    position: absolute;
    top: 8px;
    right: 8px;
    color: #333;
    opacity: .5;
    font-weight: 300;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1001;
}
.popup-form .forgetmenot label{
    font-size: 14px;
    font-weight: normal;
}
.popup-form .submit i{
    position: absolute;
    color: #fff;
    right: 15px;
    top: 13px;
}
.ms-error,
.ms-done{
    display: none;
}
.popup-form .message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #999;
    font-size: 12px;
}
.popup-form .ms-default{    
    color: #999;
    font-size: 12px;
}
.popup-form .login_error {
    border-left: 4px solid #bf2c2c;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #999;
    font-size: 12px;
}
/*End custom*/


/*Tool Panel*/
a.dm-color {
    border: 1px solid #f5f5f5;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 2px;
}
a.dm-color.active{
    border-color: #000;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.6);
}
.dm-content-color{
    margin-bottom: 35px;
}
#widget_indexdm .dm-content .item-content.active > a{
    border-color: #ff0000;
}
.active .dm-open i.fa-long-arrow-left,
.dm-open i.fa-long-arrow-right{
    display: none;
}
.active .dm-open i.fa-long-arrow-right{
    display: block;
}
.dm-button {
    position: absolute;
    background: #e01e48;
    border-radius: 3px 0 0 3px;
    color: #fff;
    top: 250px;
    left: -55px;
    display: block;
    padding: 35px 0 7px;
    z-index: 9999;
    font-size: 12px;
    width: 55px;
    height: 55px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.dm-button.dm-support{
    top: 310px;
    background-position: center -43px;
}
.dm-button.dm-guide{
    top: 370px;
    background-position: center -93px;
}
.dm-button:before {
  content: attr( data-title-close );
  display: inline-block;
}
.dm-button:focus, .dm-button:hover {
  color: #fff;
}
.dm-button i{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 20px;
}
.active .dm-button:before {
  content: attr(data-title);
}
#widget_indexdm {
  background: #fff;
  z-index: 9999;
  width: 380px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -380px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
    text-align: center;
}
#widget_indexdm.active{
    right: 0;
}
#indexdm_img.active{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.img-demo{
    background-position: center top;
    display: none;
}
#widget_indexdm .widget-indexdm-inner {
    overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  left: 15px;
  bottom: 0;
    color: #111;
  right: 0;
    padding-right: 15px;
  top: 0;
}
#widget_indexdm .dm-header {
  text-align: center;
}
#widget_indexdm .dm-header .header-event{
    margin: 15px 0;
    padding-bottom: 15px;
}
#widget_indexdm .dm-header .header-event img{
    margin-bottom: 0;
}
#widget_indexdm .dm-header .header-button > a {
    display: block;
    background: #999;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    margin-bottom: 30px;
}
#widget_indexdm .dm-header .header-button > a:hover {
    background: #e01e48;
}
#widget_indexdm .dm-header .header-description{
    color: #111;
    margin: 15px 0 30px;
}
#widget_indexdm .dm-header .header-description h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h3 span{
    font-size: 24px;
}
#widget_indexdm .dm-header .header-description h4{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
#widget_indexdm .dm-header .header-description h2 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}
#widget_indexdm .dm-content{
    margin: 0 -3px 30px;
}
#widget_indexdm .dm-content .item-content {
    padding: 0 3px 6px;
    width: 50%;
    text-transform: uppercase;
}
#widget_indexdm .dm-content .item-content > a {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 100%;
    position: relative;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    border: 1px solid #eee;
    background-size: 100% auto;
    border-radius: 3px 3px 0 0;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
}
#widget_indexdm .dm-content .item-content > a  img{
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
#widget_indexdm .dm-content .item-content h5{
    font-size: 12px;
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.3s all ease-out;
    -webkit-transition: 0.3s all ease-out;
    background: rgba(0,0,0,0.6);
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href{
    margin-bottom: 15px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:before{
    top: 0;
    bottom: auto;
    height: 160px;
}
#widget_indexdm .dm-content .item-content > a.mobiledm-href:after{
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    top: 60px;
}
#widget_indexdm .dm-content .item-content > a:after {
    content: 'View Demo';
    display: block;
    align-self: flex-start;
    -webkit-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    position: absolute;
    z-index: 5;
    color: #fff;
    opacity: 0;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition: all .3s ease-out 0s;
}
#widget_indexdm .dm-content .item-content > a:hover:after {
    margin-top: 60px;
    opacity: 1;
}
#widget_indexdm .dm-content .item-content > a:hover:before {
    width: 100%;
}
#indexdm_img {
    position: fixed;
    right: 380px;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    z-index: 9998;
    background: rgba( 0,0,0, 0.7 );
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    display: none;
}
#widget_indexdm .dm-content .item-content > a span.new-item{
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 999;
}
#indexdm_img:before {
    content: '';
    background: rgba( 0,0,0, 0.7 );
    display: block;
    position: fixed;
    right: 0;
    left: auto;
    width: 380px;
    top: 0;
    bottom: 0;
}
#indexdm_img > div{
    display: inline-block;
    width: 800px;
    height: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
#indexdm_img > div.mobile-hover{
    background-size: auto;
}
.dm-scroll-img{
    -webkit-animation: mymove 30s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-play-state: running; /* Safari 4.0 - 8.0 */
    animation: mymove 30s infinite;
    animation-play-state: running;
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;  
}
.dm-scroll-img.pause{
    animation-play-state: paused;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}

@keyframes mymove {
    0% { background-position: center top; }
    50% {background-position: center bottom;}
    100% {background-position: center top;}
}
#widget_indexdm .mobile-content{
    margin-bottom: 30px;
}
#widget_indexdm .mobile-content h3{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 1440px){
    #indexdm_img > div{
        width: 600px;
    }
}

@media (max-width: 1199px){
    #indexdm_img {
        display: none !important;
    }
}

@media (max-width: 767px){
    #widget_indexdm {
        display: none !important;
    }
}
/*End tool panel*/
.compose-mode .vc_vc_column.vc_container-block .column_container{
  width: 100%;
}
/*404*/
.error-404 .page-title{
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
.error-404 {
    border: 1px solid #f5f5f5;
    padding: 100px 30px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.error-404 .page-header{
    margin-top: 0;
    border: 0;
    margin-bottom: 0;
}
.error-404 .wg-search-form {
    max-width: 500px;
    margin: 50px auto 0;
}
.error-404.not-found {
    margin-bottom: 20px;
}
.icon-404{
    background: #f7f7f7;
    width: 350px;
    height: 350px;
    max-width: 100%;
    color: #dadada;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.icon-404 .number{
    display: block;
    font-size: 120px;
    text-align: center;
    line-height: 280px;
    font-weight: 700;
    position: absolute;
    left: 0;
    right: 0;
    color: #333;
}
.icon-404 .text{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    font-size: 30px;
    color: #999;
}
.info-404 h2{
    color: #e01e48;
    font-weight: 600;
    font-size: 60px;
}
.info-404 h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 28px 0 18px;
}
.info-404{
    text-align: center;
    max-width: 375px;
}
.info-404 p{
    color: #999;
    margin-bottom: 43px;
}
.content-default-404{
    max-width: 980px;
    margin: 0 auto;
}
/*End 404*/
.search-no-results .wg-search-form{
    margin-top: 45px;
    max-width: 580px
}
.widget .list-mini-cart-item {
    margin-bottom: 20px;
}
/*Custom cart/checkout*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
    float: none;
    width: 100%;
}
.cart-collaterals{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
}

.woocommerce .cart_totals table.shop_table td,
.woocommerce .cart_totals table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    padding: 15px 0;
}
.woocommerce table.shop_table{
    border: 0;
    margin-bottom: 50px;
}
table.shop_table .product-name{
    min-width: 200px;
}
.woocommerce-cart .cart-custom .wc-proceed-to-checkout a.checkout-button{
    display: block;
}
.woocommerce table.shop_table th, 
.woocommerce table.shop_table td,
.woocommerce-cart table.cart td, 
.woocommerce-cart table.cart th{
    border: 0;
    padding: 20px 10px;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce-cart table.cart td:first-child{
    padding: 20px 0;
}
.woocommerce table.shop_table tr,
.woocommerce-cart table.cart tr{
    border-bottom: 1px solid #f5f5f5;
}
.woocommerce table.shop_table tbody tr:last-child,
.woocommerce-cart table.cart tbody tr:last-child{
    border-bottom: 0;
}
#order_review:after,
#order_review:before,
.order-custom:after,
.order-custom:before,
.cart-collaterals:after,
.cart-collaterals:before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-size: 15px 15px;
    background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
    top: -10px;
    background-position: -3px -5px,0 0;
}
#order_review:after,
.order-custom:after,
.cart-collaterals:after{
    top: inherit;
    bottom: -10px;
    background-position: -3px 2px,0 0;
}
.cart_totals h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    color: #2a3640;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table thead th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    color: #2a3640;
}
.woocommerce form .form-row {
    padding: 0px;
    margin: 0 0 15px;
}
.woocommerce-checkout .woocommerce form .form-row textarea {
    height: 125px;
}
.woocommerce-billing-fields > h3,.woocommerce form .form-row label,#order_review_heading {
    color: #2a3640;
}
#ship-to-different-address span,
.woocommerce-account-fields .woocommerce-form__label-for-checkbox span
{
    margin-left: 25px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 7px;
}
#ship-to-different-address {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 0;
}
.woocommerce-additional-fields>h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    color: #2a3640;
}
#ship-to-different-address {
    padding: 0px;
    color: #2a3640;
}
.cart-subtotal .amount,
.order-total .amount,
.product-subtotal .amount{
    color: #e01e48;
    font-weight: 700;
    font-size: 18px;
}
.mini-cart-button {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.woocommerce-cart-form .product-price > span, 
.woocommerce-cart-form .product-price ins,
.cart-subtotal .amount{
    font-weight: normal;
}
.woocommerce .checkout-custom .col2-set .col-1, 
.woocommerce-page .checkout-custom .col2-set .col-2{
    float: none;
    width: 100%;
}
#ship-to-different-address{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 0;
}
#order_review_heading{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 22px;
}
.woocommerce-billing-fields > h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
}
.order-custom{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
}
form.woocommerce-checkout{
    margin-top: 45px;
}
#add_payment_method #payment ul.payment_methods, 
.woocommerce-cart #payment ul.payment_methods, 
.woocommerce-checkout #payment ul.payment_methods{
    border: 0;
    padding: 0;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
    background: transparent;
    border: 0;
}
.woocommerce-billing-fields input[type="tel"]{
    border-radius: 4px;
}
.checkout-custom .col2-set{
    margin-bottom: 0;
}
.col2-set{
    margin-bottom: 35px;
}
#order_review{
    padding: 30px 30px 20px;
    background: #f9f9f9;
    position: relative;
}
.order-custom #order_review{
    padding: 0;
}
.order-custom #order_review:before,
.order-custom #order_review:after{
    display: none;
}
.order-custom #order_review_heading{
    margin-bottom: 0;
}
.checkout-custom .woocommerce-billing-fields{
    margin-bottom: 35px;
}
.order-table-wrap{
    padding: 0 20px 10px;
    background: #fff;
    margin-bottom: 35px;
}
.order-custom .order-table-wrap{
    margin-top: 25px;
}
.woocommerce .order-table-wrap table.shop_table{
    margin-bottom: 0;
}
.woocommerce .order-table-wrap table.shop_table tfoot tr:last-child{
    border-bottom: 0;
}
.woocommerce-checkout #payment div.form-row.place-order{
    border-top: 1px solid #f5f5f5;
    padding: 30px 0 0;
    margin-top: 20px;
}
.order-custom #place_order{
    display: block;
    width: 100%;
    float: none;
}
ul.payment_methods li input.input-radio{
    vertical-align: middle;
}
#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box{
    background: #f6f6f6;
}
#add_payment_method #payment div.payment_box::before, 
.woocommerce-cart #payment div.payment_box::before, 
.woocommerce-checkout #payment div.payment_box::before{
    border-bottom-color: #f6f6f6;
}
.woocommerce .shipping-calculator-form button.button{
    display: block;
    width: 100%;
}
#customer_login > div > h2,
.woocommerce-account .addresses .title h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.edit-account legend{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 0 12px;
}
.edit-account .form-row span em{
    color: #999;
    margin-top: 5px;
    display: block;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border: 1px solid #f5f5f5;
}


/*********** Begin bach css ************/

.color-dcdcdc{
    color:#dcdcdc
}
.bg-f5f5f5{
    background:#f5f5f5
}
.color-d5{
    color:#d5d5d5
}
.color-afb7be{
    color:#afb7be
}
.color-title{
    color:#2a3640
}
.color-body{
    color:#868c93
}
.font-body{
    font-family: 'Ubuntu', sans-serif;
}
.font-title{
    font-family: 'Roboto Slab', cursive;
}
.font-semibold{
    font-weight: 600;
}
.font-medium{
    font-weight: 500;
}
.detail-content-wrap>p:last-child,.element-text-block p:last-child{
    margin-bottom: 0px;
}
.padding-top120{
    padding-top: 120px;
}
.padding-bottom120{
    padding-bottom: 120px;
}
input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    line-height: 1;
    background-color: #eee!important;
    border: 0;
    margin: 0px 10px 0 0!important;
    outline: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
}
input[type=radio]:checked:before, input[type=checkbox]:checked:before {
    font: normal normal normal 16px/1 LineAwesome;
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    line-height: 18px;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f17b";
    color: #2a3640;
}
.woocommerce-account-fields .create-account input[type=checkbox],
.validate-required input[type=checkbox]
{
    margin-top: 3px!important;
}
/*hover css*/
@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px);}
    33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px);}
    49.95%{-webkit-transform:translateY(4px);transform:translateY(4px);}
    66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px);}
    83.25%{-webkit-transform:translateY(1px);transform:translateY(1px);}
    100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px);}
    33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);}
    49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px);}
    66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);}
    83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px);}
    100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.wobble-vertical{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px);}
    33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px);}
    49.95%{-webkit-transform:translateX(4px);transform:translateX(4px);}
    66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px);}
    83.25%{-webkit-transform:translateX(1px);transform:translateX(1px);}
    100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px);}
    33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px);}
    49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px);}
    66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px);}
    83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px);}
    100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.wobble-horizontal{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px, 8px);transform:translate(8px, 8px);}
    33.3%{-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px);}
    49.95%{-webkit-transform:translate(4px, 4px);transform:translate(4px, 4px);}
    66.6%{-webkit-transform:translate(-2px, -2px);transform:translate(-2px, -2px);}
    83.25%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px);}
    100%{-webkit-transform:translate(0, 0);transform:translate(0, 0);}
}
@keyframes wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px, 8px);-ms-transform:translate(8px, 8px);transform:translate(8px, 8px);}
    33.3%{-webkit-transform:translate(-6px, -6px);-ms-transform:translate(-6px, -6px);transform:translate(-6px, -6px);}
    49.95%{-webkit-transform:translate(4px, 4px);-ms-transform:translate(4px, 4px);transform:translate(4px, 4px);}
    66.6%{-webkit-transform:translate(-2px, -2px);-ms-transform:translate(-2px, -2px);transform:translate(-2px, -2px);}
    83.25%{-webkit-transform:translate(1px, 1px);-ms-transform:translate(1px, 1px);transform:translate(1px, 1px);}
    100%{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
}
.wobble-to-bottom-right{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-to-bottom-right:hover{-webkit-animation-name:wobble-to-bottom-right;animation-name:wobble-to-bottom-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-to-top-right{16.65%{-webkit-transform:translate(8px, -8px);transform:translate(8px, -8px);}
    33.3%{-webkit-transform:translate(-6px, 6px);transform:translate(-6px, 6px);}
    49.95%{-webkit-transform:translate(4px, -4px);transform:translate(4px, -4px);}
    66.6%{-webkit-transform:translate(-2px, 2px);transform:translate(-2px, 2px);}
    83.25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px);}
    100%{-webkit-transform:translate(0, 0);transform:translate(0, 0);}
}
@keyframes wobble-to-top-right{16.65%{-webkit-transform:translate(8px, -8px);-ms-transform:translate(8px, -8px);transform:translate(8px, -8px);}
    33.3%{-webkit-transform:translate(-6px, 6px);-ms-transform:translate(-6px, 6px);transform:translate(-6px, 6px);}
    49.95%{-webkit-transform:translate(4px, -4px);-ms-transform:translate(4px, -4px);transform:translate(4px, -4px);}
    66.6%{-webkit-transform:translate(-2px, 2px);-ms-transform:translate(-2px, 2px);transform:translate(-2px, 2px);}
    83.25%{-webkit-transform:translate(1px, -1px);-ms-transform:translate(1px, -1px);transform:translate(1px, -1px);}
    100%{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
}
.wobble-to-top-right{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-to-top-right:hover{-webkit-animation-name:wobble-to-top-right;animation-name:wobble-to-top-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg);}
    33.3%{-webkit-transform:skew(10deg);transform:skew(10deg);}
    49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg);}
    66.6%{-webkit-transform:skew(4deg);transform:skew(4deg);}
    83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg);}
    100%{-webkit-transform:skew(0);transform:skew(0);}
}
@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg);}
    33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg);}
    49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg);}
    66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg);}
    83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg);}
    100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0);}
}
.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg);}
    33.3%{-webkit-transform:skew(10deg);transform:skew(10deg);}
    49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg);}
    66.6%{-webkit-transform:skew(4deg);transform:skew(4deg);}
    83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg);}
    100%{-webkit-transform:skew(0);transform:skew(0);}
}
@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg);}
    33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg);}
    49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg);}
    66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg);}
    83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg);}
    100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0);}
}
.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
.slider-content-text>p:last-child{
    margin-bottom: 0px;
}
.link-button1,.loadmore{
    background: #e01e48;
    color: #fff;
    padding: 0px 30px;
    min-width: 180px;
    height: 60px;
    line-height: 60px!important;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Slab', cursive;
    font-weight: 700;
    border-radius: 6px;
    text-align: center!important;
    border:none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.link-button1:hover,.loadmore:hover,
.link-button1:focus,.loadmore:focus
{
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}

.link-button2{
    background: #fff;
    color: #2a3640;
    padding: 0px 30px;
    min-width: 180px;
    height: 45px;
    line-height: 45px!important;
    display: inline-block;
    font-family: 'Roboto Slab', cursive;
    font-weight: 700;
    border-radius: 6px;
    text-align: center;
    border:none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.link-button2:hover{
    background: #e01e48;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.link-button3{
    background: #e01e48;
    color: #fff;
    padding: 0px 30px;
    min-width: 180px;
    height: 45px;
    line-height: 45px!important;
    display: inline-block;
    font-family: 'Roboto Slab', cursive;
    font-weight: 700;
    border-radius: 6px;
    text-align: center;
    border:none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.link-button3:hover{
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.link-button4{
    background: #fff;
    color: #2a3640;
    padding: 0px 30px;
    min-width: 180px;
    height: 60px;
    line-height: 60px!important;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Slab', cursive;
    font-weight: 700;
    border-radius: 6px;
    text-align: center!important;
    border:none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.link-button4:hover{
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.link-button5{
    background: #fff;
    color: #e01e48;
    padding: 0px 30px;
    min-width: 180px;
    height: 60px;
    line-height: 60px!important;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Slab', cursive;
    font-weight: 700;
    border-radius: 6px;
    text-align: center!important;
    border:2px solid #cccccc;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.link-button5:hover{
    background: #2a3640;
    border-color: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}

.link-button6{
    background: #2a3640;
    color: #fff;
    padding: 0px 30px;
    min-width: 180px;
    height: 60px;
    line-height: 60px!important;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Slab', cursive;
    font-weight: 700;
    border-radius: 6px;
    text-align: center!important;
    border:none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.link-button6:hover{
    background: #fff;
    color: #2a3640;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
}

.link-button7{
    background: #e01e48;
    color: #fff;
    padding: 0px 30px;
    min-width: 180px;
    height: 60px;
    line-height: 60px!important;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Slab', cursive;
    font-weight: 700;
    border-radius: 6px;
    text-align: center!important;
    border:none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.link-button7 i
{
    font-size: 32px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin-left: 20px;
    vertical-align: middle;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.link-button7:hover{
    background: #fff;
    color: #2a3640;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
}
.link-button7:hover i{
    border-color:#2a3640;
}
.link-button3 i,
.link-button1 i
{
  margin-left: 5px;
}
.link-button3:hover i,
.link-button1:hover i
{
    text-shadow: 0px 0px 10px #ffffff;
}

/* Flex Box element parent*/
.flex-wrapper {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.flex_direction-row {
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
}
.flex_direction-column {
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
}
.flex_wrap-wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.flex_wrap-nowrap {
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
}
.justify_content-flex-start {
    justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.justify_content-flex-end {
    justify-content: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
}
.justify_content-center {
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.justify_content-space-between {
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
}
.justify_content-space-around {
    justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
}
.align_items-flex-start {
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}
.align_items-flex-end {
    align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
}
.align_items-center {
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.align_items-baseline {
    align-items: baseline;
    -ms-align-items: baseline;
    -webkit-align-items: baseline;
}
.align_items-stretch {
    align-items: stretch;
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
}
.box-menu-language .language-text .dropdown-box>a{
    height: 100px;
    line-height: 100px;
}
.language-text .dropdown-box>a i{
    margin-left: 5px;
}
.language-text {
    padding: 0px 30px;
    position: relative;
}
.language-text:before{
    content: '';
    height: 30px;
    width: 1px;
    background: #d4d4d4;
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*End Flex Box*/
.meta-data-blog{
    margin-bottom: 20px;
}
.meta-data-blog ul{
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.meta-data-blog ul>li{
    padding-right: 7.5px;
    padding-left: 7.5px;
    vertical-align: middle;
}
.meta-data-blog li:first-child:before{
    content: '';
    height: 1px;
    width: 10px;
    background: #868c93;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.single-post-thumb img{
    border-radius: 6px;
}
.title-post-single{
    margin-bottom: 20px;
    word-break: break-all;
}
.content-single-blog {
    box-shadow:0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 6px;
}
.content-sidebar-right .container-single-blog,
.content-sidebar-right .content-list-blog
{
    margin-right: 100px;
}
.content-sidebar-left .container-single-blog,
.content-sidebar-left .content-list-blog
{
    margin-left: 100px;
}
.tags-post span{
    margin-right: 10px;
}
.tags-post span i{
    vertical-align: middle;
    margin-right: 3px;
}
.banner-post-single .banner-advs a{
    border-radius: 6px;
}
.banner-post-single .banner-advs {
    margin-bottom: 30px;
}
.banner-post-single  {
    margin-bottom: 15px;
    margin-top: 45px;
}
.tags-share-post{
    margin-top: 30px;
}
.tags-share-post .tags-post,.tags-share-post .single-post-share{
    margin-top: 10px;
}
.table-product-feature table{
    width: 100%;
}
.table-product-feature table,
.table-product-feature th,
.table-product-feature td{
    border: none;
    padding: 15px 10px;
}
.table-product-feature tbody tr:nth-child(2n),
.table-product-feature thead
{
    background: #f5f5f5;
}
.table-product-feature thead
{
    color: #2a3640;
    font-weight: 700;
    font-family: 'Roboto Slab', cursive;
}
.table-product-feature tbody td{
}
.text-content-product{
    margin-bottom: 32px;
}
.text-content-product h3{
    margin-bottom: 12px;
}

.banner-feature-product{
    margin-top: 15px;
}



.tab-product-horizontal .product-tab-title {
   text-align: center;
    margin-top: -12px;
    margin-bottom: 50px;
}
.tab-product-horizontal .product-tab-title ul {
    border-bottom: 2px solid #f5f5f5;
}
.tab-product-horizontal .product-tab-title ul li{
    display: inline-block;
}
.tab-product-horizontal .product-tab-title ul li a {
    display: inline-block;
    padding: 0px 25px;
    text-align: center;
    position: relative;
    height: 35px;
    line-height: 35px;
}/*
.tab-product-horizontal .product-tab-title ul li a:hover {
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEi%0D%0AIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhs%0D%0AaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0%0D%0AaD0iMzkwcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDM5MCA1MCIgZW5hYmxlLWJhY2tn%0D%0Acm91bmQ9Im5ldyAwIDAgMzkwIDUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0i%0D%0Abm9uZSIgc3Ryb2tlPSIjZDk0ZjVjIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGlt%0D%0AaXQ9IjEwIiBkPSJNMCw0Ny41ODVjMCwwLDk3LjUsMCwxMzAsMAoJYzEzLjc1LDAsMjguNzQtMzgu%0D%0ANzc4LDQ2LjE2OC0xOS40MTZDMTkyLjY2OSw0Ni41LDI0My42MDMsNDcuNTg1LDI2MCw0Ny41ODVj%0D%0AMzEuODIxLDAsMTMwLDAsMTMwLDAiLz4KPC9zdmc+Cg==");
    animation: line 4s;
}
@keyframes line {
    0% {
        background-position-x: 390px;
    }
}*/

.tab-product-horizontal .product-tab-title ul li a:after {
    content: '';
    height: 2px;
    background: #e01e48;
    left: 50%;
    right: 50%;
    position: absolute;
    display: inline-block;
    bottom: -2px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.tab-product-horizontal .product-tab-title ul li.active a:after
{
    opacity: 1;
    left: 40px;
    right: 40px;
}
.tab-product-horizontal .product-tab-title ul li.hide-line a:after
{
    opacity: 0;
    left: 50%;
    right: 50%;
}
.social-list-style1 i{
    margin-right: 5px;
    vertical-align: middle;
    margin-bottom: 2px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.social-list-style1 a{
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
    display: inline-block;
}
.social-list-style1 a:last-child{
    margin-right: 0px;
    padding-right: 0px;
}
.social-list-style1 a:after{
   content: '';
    height: 30px;
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}
.social-list-style1 a:last-child:after{
   display: none;
}
.top-header1{
   background: #f5f5f5;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
}
.language-box .dropdown-link{
    background: #e01e48;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    position: relative;
    min-width: 75px;
    line-height: 12px;
}
.language-box{
    padding-bottom: 10px;
    margin-bottom: -10px;
}
.language-currency >ul >li{
    margin-right: 5px;
}
.language-currency >ul >li:last-child{
    margin-right: 0px;
}
.language-box .dropdown-list{
    left: auto;
    right: 0;
}
.logo-macy .text-logo{
    font-weight: 700;
    font-size: 40px;
    font-family: 'Roboto Slab', cursive;
    color: #2a3640;
    vertical-align: middle;
}
.logo-macy .img-logo{
    margin-right: 20px;
}
.logo-header1 a{
    height: 120px;
    line-height: 110px;
}
.main-nav1>ul>li:first-child>.sub-menu{
    left: 20px;
}
.menu-header1{
    margin-left: 20px;
}
/*Begin Search Popup*/

.overlay-genie.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 10003;
}
.overlay-genie {
    background: transparent;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    transition: opacity 0.3s 0.2s, visibility 0s 0.6s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.overlay-genie .overlay-path {
    fill: rgba(0, 0, 0, 0.7);
}
.overlay-genie svg {
    position: absolute;
    top: 0;
    left: 0;
}
.overlay-genie.open .popup-search-element,
.overlay-genie.open .overlay-close {
    opacity: 1;
}
.overlay-genie .overlay-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    z-index: 1002;
    color: #fff;
    margin-top: 12px;
}
.overlay-genie.open .popup-search-element {
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
}
.overlay-genie.open .popup-search-element, .overlay-genie.open .overlay-close {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.overlay-genie .popup-search-element {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    position: relative;
    top: 30%;
}
.wrap-search-overlay .search-form {
    background: #fff;
    margin: auto;
    height: 50px;
    border: none;
    border-radius: 0;
    max-width: 560px;
    border-radius: 6px;
}
.search-form .dropdown-box .dropdown-list li {
    padding: 0px;
}
.search-form .dropdown-box .dropdown-list li a {
    padding: 10px 15px;
}
.wrap-search-overlay .search-form input[type="text"] {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
}
.wrap-search-overlay .submit-form {
    border-radius: 0px 6px 6px 0px;
    width: 60px;
    margin: 0;
}
.wrap-search-overlay .submit-form:hover::after {
    background: #2a3640;
}
.wrap-search-overlay .submit-form::after {
    border-radius: 0;
    line-height: 50px;
    font-size: 24px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.wrap-search-overlay .search-form .dropdown-box {
    width: 350px;
}
.wrap-search-overlay .search-form .dropdown-link {
    padding: 16px 30px 16px 15px;
    border: none;
    font-weight: 400;
    line-height: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wrap-search-overlay .search-form .dropdown-link::after {
    top: 18px;
}
/*End Search Popup*/
.box-account-search-cart .account-manager>a,
.box-account-search-cart .mini-cart-box>a,
.box-account-search-cart .search-style-popup>a
{
    height: 100px;
    line-height: 100px;
}
.box-account-search-cart .search-style-popup>a
{
    font-size: 28px;
}
.box-account-search-cart>div
{
    padding:0 11px;
}
.box-account-search-cart
{
    margin: 0px -15px;
}

.mini-cart1 .mini-cart-icon
{
    position: relative;
}
.mini-cart1 .mini-cart-link {
    display: block;
    text-align: center;
}
.mini-cart1 .mini-cart-link .mini-cart-number {
    position: absolute;
    top: -7px;
    right: 5px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 3px;
}
.box-search-account-cart .account-manager>a,
.box-search-account-cart .search-style-popup>a,
.box-search-account-cart .mini-cart-box>a {
    line-height: 120px;
    height: 120px;
    padding: 0px 11px;
}
.box-search-account-cart{
    margin: 0px -11px;
}
.dropdown-box:hover{
    z-index: 8888;
}

.toggle-mobile-menu .icon-menu:before
{
    content: '';
    background: #fff;
    width: 22px;
    height: 3px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.toggle-mobile-menu .icon-menu:after
{
    content: '';
    background: #fff;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: 37px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
nav.active .toggle-mobile-menu .icon-menu:before
{
    width: 52px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    left: 24px;
}
nav.active .toggle-mobile-menu .icon-menu:after
{
    width: 52px;
    transform: rotate(-5deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    margin: auto;
    top: 0;
    bottom: 0;
    left: 24px;
}
.toggle-mobile-menu:after
{
    content: '';
    background: #fff;
    width: 40px;
    height: 3px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
nav.active .toggle-mobile-menu:after
{
    display: none;
}
.social-list-style1 .title-mobile
{
    display: none;
    background: #e01e48;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
    position: relative;
    min-width: 75px;
    line-height: 12px;
    position: relative;
}

.social-list-style1 .title-mobile:after
{
    font-family: fontAwesome;
    content: "\f107";
    margin: 0 5px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}

.fixed-header .logo-header1 a {
    height: 70px;
    line-height: 60px;
}
.fixed-header .main-nav1 > ul > li > a {
    height: 70px;
    line-height: 70px;
}
.fixed-header .box-search-account-cart .account-manager>a,
.fixed-header .box-search-account-cart .search-style-popup>a,
.fixed-header .box-search-account-cart .mini-cart-box>a {
    line-height: 70px;
    height: 70px;
}
.banner-slider-home2{
    margin-top: -121px;
    margin-bottom: 120px;
}
.main-header2{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    z-index: 9;
}

.main-header2 .text-logo,
.main-header2 .main-nav > ul > li > a,
.main-header2 .box-search-account-cart .account-manager>a,
.main-header2 .box-search-account-cart .search-style-popup>a,
.main-header2 .box-search-account-cart .mini-cart-box>a{
    color: #fff;
}

.fixed-header .main-header2 .text-logo,
.fixed-header .main-header2 .main-nav > ul > li > a,
.fixed-header .main-header2 .box-search-account-cart .account-manager>a,
.fixed-header .main-header2 .box-search-account-cart .search-style-popup>a,
.fixed-header .main-header2 .box-search-account-cart .mini-cart-box>a{
    color: #2a3640;
}
.main-header2 .main-nav>ul>li.current-menu-item>a,
.main-header2 .main-nav>ul>li.current-menu-ancestor>a,
.main-header2 .main-nav>ul>li:hover>a,
.main-header2 .box-search-account-cart .account-manager>a:hover,
.main-header2 .box-search-account-cart .search-style-popup>a:hover,
.main-header2 .box-search-account-cart .mini-cart-box>a:hover,
.fixed-header .main-header2 .main-nav>ul>li.current-menu-item>a,
.fixed-header .main-header2 .main-nav>ul>li.current-menu-ancestor>a,
.fixed-header .main-header2 .main-nav>ul>li:hover>a,
.fixed-header .main-header2 .box-search-account-cart .account-manager>a:hover,
.fixed-header .main-header2 .box-search-account-cart .search-style-popup>a:hover,
.fixed-header .main-header2 .box-search-account-cart .mini-cart-box>a:hover{
    color: #E01E48;
}
.main-header2 .toggle-mobile-menu:after,
.main-header2 .toggle-mobile-menu .icon-menu:before,
.main-header2 .toggle-mobile-menu .icon-menu:after{
    background: #fff;
}
.fixed-header .main-header2 {
    border-bottom: none;
}
.social-list-style2 a{
    padding: 0px 5px;
}
.social-list-style2 a:hover{
    color: #E01E48;
}
.social-list-style2{
    margin-left: -5px;
    margin-right: -5px;

}
.top-header3{
    min-height: 40px;
    background: #f5f5f5;
}
.mini-cart2 .mini-cart-link{
    min-height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0px 25px;
}
.mini-cart2 .mini-cart-link:hover{
    color: #fff;
}
.mini-cart2 .mini-cart-link .mini-cart-number{
    position: unset;
}
.mini-cart2 .mini-cart-icon{
    font-size: 85px;
    opacity: 0.1;
    position: absolute;
    right: 0;
    top: -25px;
}
.top-header3 .mini-cart2{
    margin-left: 30px;
}
.top-header3 .social-list-style2 a {
    line-height: 45px;
    height: 40px;
    display: inline-block;
}
.top-header3 .social-list-style1 a {
    line-height: 40px;
}
.main-header3 .menu-header1 {
    margin-left: -40px;
}
.search-header3{
    padding: 37px 0px;
}
.fixed-header .search-header3{
    padding: 12px 0px;
}
.social-header4 a{
    display: block;
    margin-right: 0px;
    padding-right: 0px;
}
.social-header4 a:after{
    display: none;
}
.top-header4{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}
.top-header4 .social-header4{
    height: 120px;
    position: relative;
}
.top-header4 .social-list{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.social-language-currency{
    padding-top: 54px;
    padding-bottom: 54px;
}
.social-language-currency .social-list-style1{
   margin-right: 45px;
}
.main-header5>.vc_col-sm-12>.vc_column-inner>.wpb_wrapper{
    background: #2a3640;
    border-radius: 6px;
}
.main-header5 {
   z-index: 5;
}
.main-header5 .main-nav > ul > li > a{
    color: #fff;
    height: 100px;
    line-height: 100px;
}
.main-header5 .main-nav>ul>li.current-menu-item>a,
.main-header5 .main-nav>ul>li.current-menu-ancestor>a,
.main-header5 .main-nav>ul>li:hover>a,
.main-header5 .main-nav>ul>li:focus>a
{
    color: #e01e48;
}
.main-header5 .box-search-account-cart .account-manager>a,
.main-header5 .box-search-account-cart .search-style-popup>a,
.main-header5 .box-search-account-cart .mini-cart-box>a {
    line-height: 100px;
    height: 100px;
}

.main-header5 .box-search-account-cart .account-manager>a,
.main-header5 .box-search-account-cart .search-style-popup>a,
.main-header5 .box-search-account-cart .mini-cart-box>a{
    color: #fff;
}
.main-header5 .fixed-header .main-nav > ul > li > a,
.main-header5 .fixed-header .box-search-account-cart .account-manager>a,
.main-header5 .fixed-header .box-search-account-cart .search-style-popup>a,
.main-header5 .fixed-header .box-search-account-cart .mini-cart-box>a{
    color: #2a3640;
}
.main-header5 .main-nav>ul>li.current-menu-item>a,
.main-header5 .main-nav>ul>li.current-menu-ancestor>a,
.main-header5 .main-nav>ul>li:hover>a,
.main-header5 .box-search-account-cart .account-manager>a:hover,
.main-header5 .box-search-account-cart .search-style-popup>a:hover,
.main-header5 .fixed-header .main-nav>ul>li.current-menu-item>a,
.main-header5 .fixed-header .main-nav>ul>li.current-menu-ancestor>a,
.main-header5 .fixed-header .main-nav>ul>li:hover>a,
.main-header5 .fixed-header .box-search-account-cart .account-manager>a:hover,
.main-header5 .fixed-header .box-search-account-cart .search-style-popup>a:hover{
    color: #E01E48;
}
.main-header5 .box-search-account-cart{
    margin: 0px;
}
.main-header5 .fixed-header .box-search-account-cart{
    margin: 0px -11px;
}
.main-header5 .mini-cart-link{
    background: #e01e48;
    border-radius: 0px 6px 6px 0px;
    width: 100px;
}
.main-header5 .fixed-header .mini-cart-link{
    background: transparent;
    border-radius: 0px;
    width: auto;
}
.main-header5 .mini-cart-number{
   color: #e01e48;
    background: #fff;
}
.main-header5 .fixed-header .main-nav > ul > li > a,
.main-header5 .fixed-header .box-search-account-cart .account-manager>a,
.main-header5 .fixed-header .box-search-account-cart .search-style-popup>a,
.main-header5 .fixed-header .box-search-account-cart .mini-cart-box>a{
    height: 70px;
    line-height: 70px;
}
.main-header5 .mini-cart-box{
    margin-left: 11px;
}
.main-header5 .fixed-header .mini-cart-number {
    color: #fff;
    background: #e01e48;
}
.item-service-style1{
    position: relative;
    padding-left: 80px;
}
.item-service-style1 .icon-link{
    position: absolute;
    left: 0;
    max-width: 60px;
    top: 0px;
}
.item-service-style1 .info-service{
    padding-top: 5px;
}
.item-service-style2 .info-service h3{
    margin-bottom: 12px;
}
.item-service-style2{
    position: relative;
    padding-left: 75px;
}
.item-service-style2:hover a.color-title{
  color: #e01e48;
}
.item-service-style2 .icon-link{
    position: absolute;
    left: 0;
    max-width: 60px;
    top: 5px;
}
.mailchimp-style-default .form-newsletter input[type="email"]{
    height: 60px;
    width: 100%;
}
.mailchimp-style-default .form-newsletter {
    max-width: initial;
}
.mailchimp-style-default .form-newsletter form .mc4wp-form-fields {
    width: 100%;
    max-width: 100%;
    background: #f5f5f5;
    border: none;
    border-radius: 6px;
}
.mailchimp-style-default .form-newsletter input[type=submit],
.mailchimp-style-default .form-newsletter button[type=submit]
{
    background: #e01e48;
    color: #fff;
    border-radius: 6px;
    padding: 0px 50px !important;
    font-family: 'Roboto Slab', cursive;
    border: none;
    height: 60px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.mailchimp-style-default .form-newsletter input[type=submit]:hover,
.mailchimp-style-default .form-newsletter button[type=submit]:hover
{
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.mailchimp-style-default {
    width: 100%;
}
.mailchimp-footer1 .item-service-style1{
    margin-right: 70px;
}
.mailchimp-footer1{
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    margin-top: -60px;
    z-index: 11111111;
    margin-bottom: 100px;
}
.main-footer1{
    background:#2a3640;
}
.logo-footer1 .text-logo{
    color: #fff;
}
.logo-footer1 img,
.logo-footer3 img
{
    width: 70px;
}
.main-footer1,
.main-footer4
{
    margin-top: 60px;
}
.main-footer1.vc_row[data-vc-full-width],
.main-footer4.vc_row[data-vc-full-width]
{
    overflow: initial;
}
.post-footer1 .color-title{
    color: #fff;
}
.post-footer1 .color-title:hover{
    color: #e01e48;
}
.get-post-date-comment{
    margin-right: -15px;
    margin-left: -15px;
}
.get-post-date-comment i{
    margin-right: 8px;
    vertical-align: middle;
}
.get-post-date-comment> li{
    padding: 0px 15px;
}
.item-grid-post-style3 .title-post{
    margin-bottom: 12px;
}
.post-footer1 .item .item-grid-post-style3,
.post-footer4 .item .item-grid-post-style3
{
    border-bottom: 1px solid #6a737a;
    padding: 0px;
    padding-bottom: 18px;
    margin-bottom: 15px;
}
.post-footer1 .item .item-grid-post-style3:last-child,
.post-footer4 .item .item-grid-post-style3:last-child
{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.post-footer1 .list-post-wrap,
.post-footer4 .list-post-wrap
{
    margin-left: 0px;
    margin-right: 0px;
}
.title-post{
    line-height: 24px;
    word-break: break-all;
}
.list-link-footer li{
    padding: 10px 0px;
}
.list-link-footer ul{
    margin-top: -10px;
    margin-bottom: -10px;
}
.list-link-footer li a:hover{
    padding-left: 8px;
}
.list-link-footer{
    margin-right: 50px;
    min-width: 100px;
}
.list-link-footer:last-child{
    margin-right: 0px;
}
.title-footer{
    margin-bottom: 55px;
}
.instagram-footer1 .title-footer,
.mailchimp-footer2 .title-footer
{
    margin-bottom: 60px;
}
.instagram-box.default{
    margin: -7.5px;
}
.instagram-box.default li{
    width: 33.33333333%;
    margin: 0px;
    padding: 7.5px;
}
.instagram-box.default li:nth-child(3n+1){
    clear: both;
}
.main-footer1 .title-footer,
.main-footer4 .title-footer
{
    margin-top: 30px;
}
.main-footer1 .logo-footer1,
.main-footer4 .logo-footer4{
    margin-bottom: 30px;
}
.address-footer1.social-list-style1 {
    margin-top: 7px;;
}
.address-footer1.social-list-style1 a {
    margin-right: 0;
    padding-right: 0;
    display: block;
    padding: 6px 0px;
}
.address-footer1.social-list-style1 a i{
   font-size: 16px;
}
.address-footer1.social-list-style1 a:after {
    display: none;
}
.bottom-footer1{
    padding: 20px 0px;
}
.footer1-center{
    margin-bottom: 88px;
}
.logo-footer2 .text-logo{
    color: #fff;
}
.logo-footer2 .img-logo{
    width:70px;
}
.address-footer2.social-list-style1 i{
    color: #fff;
}
.address-footer2.social-list-style1 a:hover{
    color: #fff;
}
.main-footer2 .list-link-footer li a:hover{
     color: #fff;
}
.main-footer2 .title-footer,
.main-footer3 .title-footer
{
    margin-top: 30px;
}
.main-footer2 .logo-footer2,
.main-footer3 .logo-footer2
{
    margin-bottom: 30px;
}
.logo-footer1 .text-logo{
    font-size: 60px;
}
.logo-footer2 .text-logo{
    font-size: 60px;
    line-height: 60px;
}
.main-footer2,
.main-footer3
{
    background-position: center;
    padding-top: 113px;
    background-size: cover;
}
.mailchimp-style2 .form-newsletter input[type="email"]{
    width: 100%;
    height: 45px;
}
.mailchimp-style2 .form-newsletter input[type=submit]{
    background: #fff;
    border: none;
}
.mailchimp-style2 .form-newsletter{
    max-width: 100%;
}
.mailchimp-style2 .form-newsletter form .mc4wp-form-fields{
    height: 46px;
    line-height: 46px;
    background: #fff;
    border: none;
    border-radius: 0px;
}
.mailchimp-style2 .form-newsletter button[type=submit]{
    height: 45px;
    border: none;
    font-size: 0px;
    padding: 0px 15px!important;
    background: #fff;
}

.mailchimp-style2 .form-newsletter button[type=submit]:after{
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 32px;
    color: #868c93;
    content: "\f2a8";
    line-height: 45px;

}
.social-footer2 {
    margin-top: 20px;
}
.social-footer2 i{
    color: #fff;
    font-size: 26px;
}
.social-footer2 .social-list-style1 a{
    margin-right: 0px;
    padding-right: 0px;
    display: block;
    margin-bottom: 15px;
}
.social-footer2 .social-list-style1 a:after{
    display: none;
}
.social-footer2 .social-list-style1 a:hover{
    color: #fff;
}
.social-footer2 .social-list-style1{
    margin-right: 70px;
}
.social-footer2 .social-list-style1:last-child{
    margin-right: 0px;
}
.bottom-footer2 .social-list-style2 a{
    color: #fff;
}
.footer2-center{
    margin-bottom: 110px;
}
.question a{
    border-bottom: 1px solid #fff;
}
.main-footer3 .question a {
    border-bottom: 1px solid #e01e48;
}
.main-footer3 .social-footer2 i {
    color: #afb7be;
}
.main-footer3 .social-footer2 a:hover i,
.main-footer3 .social-footer2 .social-list-style1 a:hover
{
    color: #e01e48;
}
.main-footer4 {
    background: #f5f5f5;
}
.post-footer4 .get-post-date-comment,
.post-footer4 .get-post-date-comment a
{
    color: #868c93;
}
.share-social-team1 a{
    margin: 0px 5px;
}
.widget_recent_comments ul li,
.widget_meta ul li,
.widget_archive ul li
{
    background: #f5f5f5;
    border-radius: 6px;
    padding: 22px 15px!important;
    color: #2a3640;
    margin-bottom: 1px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    min-height: 60px;
}
.widget_recent_comments ul li:hover,
.widget_meta ul li:hover,
.widget_archive ul li:hover
{
    background: #e01e48;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 100%;
    color: #fff;
}
.widget_meta ul li:last-child:hover,
.widget_recent_comments ul li:last-child:hover,
.widget_archive ul li:last-child:hover
{
    display: block;
}
.widget_meta ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a
{
    color: #2a3640;
}
.widget_meta ul li:hover a,
.widget_recent_comments ul li:hover a,
.widget_archive ul li:hover a
{
    color: #fff;
}

/*------------*/
.widget_s7upf_category_fillter ul li,
.widget_product_categories ul li,
.widget_nav_menu ul li,
.widget_categories ul li,
.widget_pages ul li
{
    padding: 0px;
}
.widget_s7upf_category_fillter ul li a,
.widget_product_categories ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_pages ul li a
{
    background: #f5f5f5;
    border-radius: 6px;
    padding: 22px 15px!important;
    color: #2a3640;
    margin-bottom: 1px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    display: block;
    min-height: 60px;
}
.widget_s7upf_category_fillter ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_product_categories ul li.current-cat>.title-cat-parent>a,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover
{
    background: #e01e48;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    width: 100%;
    color: #fff;
}
.widget_s7upf_category_fillter ul li:last-child a:hover,
.widget_nav_menu ul li:last-child a:hover,
.widget_product_categories ul li:last-child a:hover,
.widget_categories ul li:last-child a:hover,
.widget_pages ul li:last-child a:hover
{
    display: block;
}
.widget_product_categories ul.sub-menu,
.widget_product_categories ul.children,
.widget_nav_menu ul.sub-menu,
.widget_nav_menu ul.children,
.widget_pages ul.sub-menu,
.widget_pages ul.children,
.widget_categories ul.sub-menu,
.widget_categories ul.children
{
    padding-left: 15px;
    margin-top: 0px;
}



/*Begin widget product list ,post list*/
.item-post-wg {
    clear: both;
    margin-bottom: 20px;
}
.item-post-wg .post-thumb {
    width: 100px;
    min-width: 100px;
}
.item-post-wg .post-thumb a{
    border-radius: 6px;
}
.item-post-wg:hover .post-thumb a{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.item-post-wg .post-info {
    padding-left: 20px;
    padding-top: 10px;
    margin-left: 0;
}
.item-post-wg .post-info .post-title {
    margin-bottom: 0px;
    line-height: 24px;
}
.item-post-wg .post-info .post-title a{
   display: block;
}
.item-product-wg .wrap-rating {
    margin-bottom: 12px;
}
.item-product-wg .product-thumb-link::before {
    background: transparent;
}
.item-product-wg .wrap-rating li{
    padding: 0px;
}
.item-post-wg .post-info .the-date{
    margin-top: 5px;
    display: inline-block;
}
.wg-post-list .item-post-wg:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.item-product-wg {
    clear: both;
    margin-bottom: 20px;
}
.item-product-wg .product-thumb {
    min-width: 100px;
    width: 100px;
}
.widget .item-product-wg ul li:before{
    display: none;
}
.item-product-wg .product-info {
    padding-left: 20px;
    padding-top: 10px;
    margin-left: 0;
}
.item-product-wg .product-info .product-title {
    margin-bottom: 5px;
    line-height: 24px;
    white-space: inherit;
}
.item-product-wg .product-info .list-cats-item {
    margin-bottom: 12px;
}
.wg-product-slider .item-product-wg:last-child
{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
/*End widget product list ,post list*/
.widget-banner-info .title-title-sub{
    position: absolute;
    left: 15px;
    right: 15px;
    margin-right: auto;
    margin-left: auto;
    top:40px;
    text-align: center;
}
.widget-banner .adv-thumb-link{
    border-radius: 6px;
}
.widget-banner-info h2{
    margin-bottom: 15px;
}
.widget-banner-info h3{
    line-height: 24px;
}
.widget-banner-info .link-button2{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0px;
    margin: auto;
    max-width: 180px;
}
.widget-banner-info .link-button2:hover{
    box-shadow: 0px 5px 10px 3px hsla(0, 0%, 100%, 0.2);
}
.item-list-post-style2{
    padding: 20px;
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
    padding-bottom: 32px;
}
.col-md-12:last-child>.item-list-post-style2 {
    margin-bottom: 0px;
}
.item-list-post-style2 .meta-data-blog{
    margin-bottom: 24px;
}

.item-list-post-style2 .post-thumb{
    margin-bottom: 26px;
}

.item-list-post-style2 .title-post{
    line-height: 36px;
}
.item-list-post-style2 .excerpt-post{
    margin-top: 20px;
}
.item-list-post-style2 .link-button3{
    margin-top: 24px;
}

.item-list-post-style2 .post-thumb img{
    border-radius: 6px;
}

.post-control-single{
    margin-top: 45px;
    margin-bottom: -4px;
}
.post-control-single a span{
    padding: 0px 8px;
}
.title-single-related-post{
    position: relative;
    margin-bottom: 60px;
}
.title-single-related-post:after,
.comment-reply-title:after
{
    content: '';
    height: 4px;
    width: 80px;
    background: #e01e48;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.item-grid-post-style1 .title-post{
    line-height: 28px;
}
.item-grid-post-style1 .adv-thumb-link{
   border-radius: 6px;
}
.item-grid-post-style1{
    padding: 20px;
    padding-bottom: 33px;
    background-color:#fff;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}
.item-grid-post-style1 .post-thumb{
    margin-bottom: 20px;
}
.item-grid-post-style1 .get-post-date{
    margin-bottom: 3px;
}
.get-post-date:before {
    content: '';
    height: 1px;
    width: 10px;
    background: #e01e48;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.owl-theme.smart-slider .owl-dots .owl-dot span,
.owl-theme.sv-slider .owl-dots .owl-dot span
{
    width: 14px;
    height: 14px;
    background: #bfc2c5;
    margin: 0px 8px;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.owl-theme .owl-dots .owl-dot{
    height: auto;
    line-height: inherit;
}
.box-testimonial .owl-theme .owl-nav.disabled+.owl-dots{
    height: auto;
    line-height: normal;
}
.related-post-slider .owl-theme .owl-nav.disabled+.owl-dots
{
    margin-top: 20px;
}
.owl-theme.smart-slider .owl-dots .owl-dot.active span,
.owl-theme.sv-slider .owl-dots .owl-dot.active span
{
    background: #2a3640;
}
.owl-theme.smart-slider .owl-dots .owl-dot:hover span,
.owl-theme.sv-slider .owl-dots .owl-dot:hover span
{
    background: #e01e48;
}

/*Begin custom commnent post*/
.item-comment .comment-thumb {
    width: 70px;
}
.comment-table-custom .comment-thumb {
    position: absolute;
}
.comment-table-custom .comment-info {
    padding-left: 100px;
}
.item-comment {
    margin-top: 30px;
}
.item-comment .author-date{
    margin-bottom: 18px;
}
.comment-list ul.children {
    list-style: none;
    padding-left: 100px;
}
.comment-time-reply {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.comment-time-reply a{
    display: inline-block;
    margin-top: 15px;
}

.comment-time-reply i{
    margin-right: 10px;
}
.blog-comment-detail .comment-list >li:last-child .comment-time-reply{
    border-bottom:none;
    padding-bottom: 0px;
}
.blog-comment-detail .comment-list>li:last-child> .children .item-comment{
   padding-top: 30px;
    border-top: 1px solid #ccc;
}
.leave-comments .comment-respond{
    padding: 53px 30px 60px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.reply-comment p.form-submit{
  margin-bottom: 0px;
    text-align: center;
}
.leave-comments .comment-respond,
.single-related-post,
.blog-comment-detail {
    margin-top: 90px;
}
.comment-list .comment-respond {
    margin-top: 46px;
    margin-bottom: 60px;
}
form.comment-form .contact-name, form.comment-form .contact-email {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
form.comment-form .contact-name {
    padding-right: 15px;
}
form.comment-form .contact-email {
    padding-left: 15px;
}
form.comment-form .contact-message {
    clear: both;
    margin-bottom: 30px;
}
form.comment-form .contact-message {
    clear: both;
    margin-bottom: 30px;
}
.comment-form input[type="text"] {
    height: 60px;
    display: block;
    width: 100%;
    padding: 0px 30px;
    background: #f5f5f5;
}
.comment-form textarea {
   background: #f5f5f5;
    padding: 22px 30px 22px 30px;
    width: 100%;
}
.comment-form-cookies-consent label {
    font-weight: 400;
}

.wrap-bread-crumb a,
.wrap-bread-crumb span
{
    color: #fff;
}
.wrap-bread-crumb a:hover{
    color: #2a3640;
}
.bread-crumb-title{
    margin-bottom: 15px;
}
.wrap-bread-crumb {
    min-height: 400px;
    position: relative;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
}
.wrap-bread-crumb .bread-crumb {
    padding: 30px 0px;
    margin: auto;
}
.bread-crumb-megapage .white ,
.bread-crumb-megapage .wrap-bread-crumb a,
.bread-crumb-megapage .wrap-bread-crumb span{
    color: #2a3640;
}

.bread-crumb-megapage .wrap-bread-crumb a:hover{
    color: #E01E48;
}
.set-orderby i{
    vertical-align: middle;
    margin-right: 5px;
}
/*Begin sidebar-shop-top*/
.sidebar-shop-top .sidebar-widget .widget-title {
    position: relative;
    border-bottom: none;
    padding-bottom: 0px;
    padding: 0 20px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    line-height: 60px;
    color: #2a3640;
}
.sidebar-shop-top .sidebar-widget .widget-title i{
    margin-left: 5px
}
.sidebar-shop-top .sidebar-widget .widget-title:after {
    content: '';
    height: 15px;
    width: 1px;
    background: #ccc;
    position: absolute;
    left: 0px;
    right: auto;
    top: 50%;
    margin-top: -7px;
}
.sidebar-shop-top .sidebar-widget:first-child .widget-title:after {
   display: none;
}
.sidebar-shop-top{
    display: inline-block;
    background: #f5f5f5;
    border-radius: 6px;
    margin-right: -5px;
}
.sidebar-shop-top .sidebar-widget {
    padding: 0px;
    float: left;
    border: none;
    margin: 0px;
    position: relative;
}
.sidebar-shop-top .dropdown-list {
    min-width: 310px;
    left: 0;
    padding: 20px;
}
.sidebar-shop-top .sidebar-widget:hover .dropdown-list {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    pointer-events: auto;
    z-index: 99;
}
/*End sidebar-shop-top*/

.item-product-grid-style1 .product-info {
    padding-top: 25px;
}
.item-product-grid-style1 .product-title,
.item-product-grid-style2 .product-title
{
    margin-bottom: 10px;
}
.extra-link-hover1 a{
    color:  #2a3640;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 6px;
    padding: 0px!important;
    display: inline-block;
    text-align: center;
    margin: 3px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.extra-link-hover1 a:hover{
    color:  #fff;
    background: #e01e48;
}
.item-product-grid-style1 .extra-link-hover1,
.item-product-grid-style2 .extra-link-hover1
{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0;
    top: 0;
    display: inline-block;
    margin: auto;
    height: 46px;
    z-index: 1;
}
.item-product-grid-style1 .product-thumb
{
    border-radius: 6px;
    border: 1px solid #f5f5f5;
}
.item-product-grid-style2 .product-thumb
{
    border-radius: 6px 6px 0px 0px;
}
.item-product-grid-style1:hover .product-thumb-link::before,
.item-product-grid-style2:hover .product-thumb-link::before
{
    opacity: 1;
}

.item-product-grid-style1 .extra-link-hover1 a,
.item-product-grid-style2 .extra-link-hover1 a
{
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
}
.item-product-grid-style1 .extra-link-hover1 a:nth-child(2n),
.item-product-grid-style2 .extra-link-hover1 a:nth-child(2n)
{
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
}
.item-product-grid-style1:hover .extra-link-hover1 a,
.item-product-grid-style2:hover .extra-link-hover1 a

{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
.product-label .sale,
.product-label .new
{
    position: relative;
    display: inline-block;
    background: #e01e48;
    color: white;
    height: 3rem;
    width: 3rem;
    text-align: center;
    vertical-align: middle;
    line-height: 3rem;
    transform: rotate(-20deg);
    animation: beat 1s ease infinite alternate;
    margin-left: 20px;
    text-transform: uppercase;
}
.product-label .new
{
    background: #2690dd;
}
.product-label .sale:before,
.product-label .sale:after,
.product-label .new:before,
.product-label .new:after {
     content:"";
     position: absolute;
     background: inherit;
     height: inherit;
     width: inherit;
     top: 0;
     left: 0;
     z-index: -1;
     transform: rotate(30deg);
 }
.product-label .sale:after,
.product-label .new:after
{
     transform: rotate(60deg);
 }

@keyframes beat {
    from {	transform: rotate(-20deg) scale(1); }
    to {	transform: rotate(-20deg) scale(1.1); }
}
@keyframes zoom {
    from {	transform:  scale(0.93); }
    to {	transform:  scale(1); }
}


.attribute_data-style1 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 11;
    padding: 10px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product:hover .attribute_data-style1{
    opacity: 1;
}
.attribute_data-custom span{
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    cursor:pointer;
}
.attribute_data-style1 span{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.attribute_data-style1 span.active-att:before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #2a3640;
    position: absolute;
    left: -3px;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
}
.attribute_data-custom span.color-white{
    border: 1px solid #aaa;
}
.attribute_data-custom span.color-white:before{
    left: -4px;
}
.attribute_data-style1 span:last-child{
    margin-bottom: 0px;
}
.compare-link.added{
    font-size: 0px!important;
}
.compare-link.added:before{
    content: "\f2dc";
    font: normal normal normal 16px/1 LineAwesome;
    font-size: 20px;
    line-height: inherit;
}

/*Begin more-details-btn*/
.more-details-btn
{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 20px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,1)),to(#FFF));
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,#FFF 100%);
    color: #000;
    text-align: left;
    text-decoration: none;
    font-size: 30px;
    line-height: 20px;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}
.hover-desr-click .more-details-btn{
    display: block;
}
.hover-desr-click_on .more-details-btn{
    display: none;
}
.hover-desr-list{
    position: relative;
    overflow: hidden;
    max-height: 135px;
}

.hover-desr-list .more-details-btn{
    height: 30px;
    line-height: 45px;
}

.product-info:hover .hover-desr-list-active .more-details-btn,
.detail-info:hover .hover-desr-list-active .more-details-btn
{
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}
.product-info:hover .hover-desr-list-active .more-details-btn,
.detail-info:hover .hover-desr-list-active .more-details-btn
{
    display: block;
}
.product-info .hover-desr-list_on.hover-desr-list-active .more-details-btn,
.detail-info .hover-desr-list_on.hover-desr-list-active .more-details-btn
{
    display: none;
}
/*end more-details-btn*/
.item-product-list .extra-link-hover1 a{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.item-product-list .product-title {
    margin-bottom: 25px;
}
.item-product-list .product-price > span,
.item-product-list .product-price ins {
    font-size: 24px;
}
.item-product-list .product-price del {
    font-size: 18px;
}
.item-product-list .product-price  {
    margin-top: 15px;
    margin-bottom: 25px;
}
.item-product-list .product-thumb  {
    border: 1px solid #f5f5f5;
    border-radius: 6px;
}
.item-product-list .extra-link-hover1  {
    opacity: 0;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-product-list:hover .extra-link-hover1  {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}
.product-desc p:last-child{
    margin-bottom: 0px;
}
.item-product-list .product-thumb:hover .product-thumb-link::before {
    opacity: 0;
}
.item-product-list:hover .product-thumb{
    border-color: transparent;
}
.detail-qty {
    border-radius: 0px;
    height: 60px;
    width: 140px;
    position: relative;
    text-align: center;
    background: #fff;
    border: 1px solid #ebebeb;
}
form.cart label.qty-label {
    margin-right: 20px;
    color: #2a3640;
}
.detail-qty a.qty-down {
    bottom: 0;
}
.detail-qty .qty-val {
    height: 58px;
    line-height: 58px;
    padding: 0 10px;
    text-align: center;
    background: transparent;
    width: 65px;

}
.detail-qty a.qty-up {
    top: 0;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #e01e48;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 0px 30px!important;
    font-weight: 700;
    color: #fff;
    border: none;
    font-family: 'Roboto Slab', cursive;
}
.detail-info > .yith-wcwl-add-to-wishlist, .detail-info > .clear {
    display: none!important;
}
.wishlist_compare_single_product a {
    width: 50%;
    float: left;
    text-align: center;
    color: #2a3640;
    border-right: 1px solid #ebebeb;
}
.wishlist_compare_single_product a:last-child {
    border-right: none;
}
.wishlist_compare_single_product a i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 8px;
}
.wishlist_compare_single_product {
    padding: 17px 0px;
    border-bottom: 1px solid #ebebeb
}
.wishlist_compare_single_product .compare-link > span, .wishlist_compare_single_product .wishlist-link > span {
     display: inline-block;
}
.woocommerce div.product form.cart {
    border-bottom: 1px solid #ebebeb
}
.product-rating-sku .list-inline-rating-sku{
    margin-bottom:0px;
    padding: 0px;
}
.product-rating-sku .list-inline-rating-sku >li {
    padding: 0px;
    display: inline-block;
}
.product-rating-sku .list-inline-rating-sku >li .woocommerce-product-rating{
    margin-right: 70px;
}
.product-title-single{
    margin-bottom: 22px;
}
.item-product-meta-info .row .col-sm-6:nth-child(2n+1){
    clear: both;
}
.item-product-meta-info label {
    color: #2a3640;
    text-transform: capitalize;
    margin-right: 5px;
    font-family: 'Roboto Slab', cursive;
    font-weight: 700;
}
.item-product-meta-info .row .col-sm-6 {
  margin-bottom: 10px;
}
.item-product-meta-info .row {
  margin-bottom: -10px;
}
.item-product-meta-info .meta-item-list {
    display: inline-block;
}
.item-product-meta-info .posted_in a:after, .item-product-meta-info .tagged_as a:after {
    content: ',';
}
.item-product-meta-info .posted_in a:last-child:after, .item-product-meta-info .tagged_as a:last-child:after {
    content: '';
}
.share-prodcuct-single{
    text-align: right;
}
.share-prodcuct-single label {
    vertical-align: bottom;
}
.share-prodcuct-single .single-product-social {
    display: inline-block;
    vertical-align: middle;
}
.single-product-social .share-icon{
    font-size: 14px;
}
.single-product-social a{
    color: #afb7be;
}
.item-product-meta-info {
    padding-top: 25px;
}
.woocommerce div.product div.wrap-detail-gallery{
    margin-bottom: 0px;
}
.style-gallery-horizontal .detail-gallery .gallery-control .carousel,
.style-image-small .detail-gallery .gallery-control .carousel
{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}
.style-gallery-horizontal .detail-gallery .gallery-control > a,
.style-image-small .detail-gallery .gallery-control > a
{
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 6px;
}
.detail-product-tabs{
    padding-top: 100px;
}
.related-product .single-title{
    text-align: center;
    line-height: 45px;
    position: relative;
    margin-bottom: 55px;
}
.related-product .single-title:after{
   position: absolute;
    content: '';
    width: 80px;
    height: 4px;
    margin: auto;
    background: #e01e48;
    bottom: -5px;
    left: 0;
    right: 0;
}
.related-product{
    padding-top: 80px;
}

.final-countdown .clock {
    min-width: 60px;
    height: 60px;
    text-align: center;
    padding: 0px 10px;
    margin: 0 2px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    background: #F9F9F9;
    border-radius: 6px;
}
.final-countdown .clock .number {
    font-size: 20px;
    color: #E01E48;
    font-weight: 400;
    font-family: 'Roboto Slab', cursive;
}
.final-countdown .clock .text {
    font-size: 12px;
    color: #333;
}
.detail-info .final-countdown{
    margin-top: 17px;
    margin-bottom: 10px;
    margin-left: -2px;
    margin-right: -2px;
}
.woocommerce div.product form.cart .variations label {
    color: #2a3640;
    font-family: 'Roboto Slab', cursive;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations select{
    border: 1px solid #ebebeb;
    border-radius: 0px;
    height: 45px;
}
.detail-attr {
    margin-bottom: 25px;
}
.product-type-variable .woocommerce-product-details__short-description {
    margin-bottom: 17px;
}
.woocommerce div.product form.cart .variations{
    position: relative;
}

.woocommerce div.product form.cart .variations .reset_variations{
    position: absolute;
    top: 0;
    right: 0;
}
.single_variation_wrap .detail-attr .woocommerce-variation .woocommerce-variation-price{
    margin-bottom: 25px;
}

.variations_form .type-label .swatch-label{
    min-width: 70px;
    min-height: 70px;
    border: 1px solid #868c93;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 12px 0px;
    cursor: pointer;
}
.variations_form .type-label .swatch-label.selected{
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.variations_form .type-label .swatch-label:last-child{
    margin-right: 0px;
}
.variations_form .type-label .swatch-label .description{
    display: block;
    font-size: 18px;
}

.variations_form .type-color .span-trong {
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 6px;
}
.variations_form .type-color .swatch {
    width: 31px;
    height: 31px;
    display: inline-block;
    border: 1px solid transparent;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;
    border-radius: 6px;
    cursor: pointer;
}
.variations_form .type-color .swatch.selected {
    border-color: #2a3640;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.variations_form .type-color .tawcvs-swatches {
    margin-bottom: -5px;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
}

.variations_form .type-color .white-color .span-trong {
    border: 1px solid #ebebeb;
}
.detail-info .list-product-group .product-price > span, .detail-info .list-product-group .product-price ins,
.detail-info .list-product-group .product-price del{
    font-size: 18px;
}
.woocommerce div.product .list-product-group form.cart:not(.variations_form){
    padding-top: 20px;
}
.woocommerce div.product-type-external form.cart .button.single_add_to_cart_button{
    margin-left: 0px;
}
.video-product-detail a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 40px;
    height: 40px;
    border-radius: 6px;
    background: rgba(255,255,255,.9);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.08);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    color: rgba(0,0,0,.7);
    font-size: 14px;
    width: 40px;
    margin-top: 10px;
}
.video-product-detail a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #e01e48;
}
.video-product-detail a span {
    overflow: hidden;
    padding: 0;
    max-width: 0;
    white-space: nowrap;
    font-weight: 600;
    -webkit-transition: padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
    transition: padding .4s cubic-bezier(.175,.885,.32,1.15),max-width .4s cubic-bezier(.175,.885,.32,1.15);
    display: inline-block;
}
.video-product-detail a:hover {
    width: 100%;
}
.video-product-detail a:hover> span {
    padding-right: 25px;
    max-width: 280px;
}
.video-product-detail {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 9998;
}
.detail-gallery .mid {
    position: relative;
}


.style-gallery-vertical .detail-gallery .carousel li {
    margin: 0px;
    margin-bottom: 10px;
}
.style-gallery-vertical .detail-gallery .gallery-control .carousel {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.style-gallery-vertical .gallery-control {
    position: absolute;
    width: 70px;
    left: 0;
    top: 0;
    margin: 0px;
}
.style-gallery-vertical .detail-gallery {
    padding-left: 80px;
    position: relative;
}
.style-gallery-vertical .gallery-vertical .prev{
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.style-gallery-vertical .gallery-vertical .next{
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 6px;
    margin-bottom: toppx;
}
.style-gallery-vertical .gallery-vertical .prev i {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.style-gallery-vertical .gallery-vertical .next i {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.detail-gallery .mid img{
    border: 1px solid #ebebeb;
    border-radius: 6px;
}




.detail-on-sticky-menu .detail-info .product-title-single{
    padding-top: 120px;
}
body.admin-bar .detail-on-sticky-menu .detail-info .product-title-single{
    padding-top: 150px;
}
.item-gallery-sticky a img {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-gallery-sticky a:hover img {
    border-color: #e01e48;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.item-gallery-sticky a {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.item-gallery-sticky:last-child a {
    margin-bottom: 0px;
}
.info-sticky .product-title-single {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.detail-info.info-sticky{
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}
.detail-sticky-style2 .item-gallery-sticky{
    width: 50%;
    float: left;
    padding:0px 5px;
}
.detail-sticky-style2 .list-gallery-sticky{
    margin:0px -5px;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
}
.detail-sticky-style2 .item-gallery-sticky{
    flex: 1 1 auto;
}
.detail-sticky-style2 .item-gallery-sticky:first-child{
    width: 100%;
}
.item-gallery-sticky a img {
    width: 100%;
}
.product_detail-style-featured .content-page {
    padding-top: 0;
}
.product-style-featured .item-gallery-featured img{
    border: 1px solid #ebebeb;
    border-left: 0.5px solid #ebebeb;
    border-right: 0.5px solid #ebebeb;
}
.product-style-featured .item-product-meta-info .row .col-sm-6{
    width: 100%;
    text-align: center;
}
.product-style-featured .share-prodcuct-single {
    text-align: center;
}
.product-style-featured .product-title-single {
    margin-top: 45px;
}

.product-style-featured .detail-gallery .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}


/*Begin tab-product-vertical*/
.tab-product-vertical .product-tab-title {
    min-width: 300px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-right: none;
}
.tab-product-vertical .product-tab-content {
    padding-right: 0px;
    flex-grow: 1;
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
}
.tab-product-vertical .product-tab-title li {

}
.tab-product-vertical .product-tab-title li:last-child {
    margin-bottom: 0px;
}
.tab-product-vertical .product-tab-title li a {
    display: inline-block;
    padding: 0px 15px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.tab-product-vertical .product-tab-title li a:hover {
    color: #e01e48;
}
.tab-product-vertical .product-tab-title li.active a {
    background: #e01e48;
    color: #fff;
}
.tab-product-vertical .product-tab-title li.active a:hover {
    color: #fff;
}
.tab-product-vertical {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
}
.tab-product-vertical .detail-tab-desc{
    padding: 35px 30px;
    border: 1px solid #f5f5f5;
    border-left: none;
}

/*End tab-product-vertical*/

/*Begin tab-product-accordion*/
.tab-product-accordion .ui-icon{
    text-indent: inherit;
    float: right;
}
.tab-product-accordion .ui-state-active .ui-icon,
.tab-product-accordion .ui-button:active .ui-icon{
    background: transparent;
    background-image:none;
}
.tab-product-accordion .ui-accordion .ui-accordion-header{
    background: #f5f5f5;
    border-radius: 0px;
    border: 1px solid #f5f5f5;
    margin: 0px;
    margin-top: -1px;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    margin-bottom: 15px;
}
.tab-product-accordion .ui-state-default a:link{
    color:#2a3640;
}
.tab-product-accordion .ui-accordion .ui-accordion-header:hover a:link,
.tab-product-accordion .ui-accordion .ui-accordion-header:hover .ui-icon
{
    color:#e01e48;
}
.tab-product-accordion .ui-accordion .ui-accordion-header-active.ui-accordion-header:hover a:link,
.tab-product-accordion .ui-accordion .ui-accordion-header-active.ui-accordion-header:hover .ui-icon
{
    color:#fff;
}
.tab-product-accordion .ui-accordion .ui-accordion-header:first-child{
    margin-top: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-header.ui-state-active{
    border-bottom: none;
    background: #e01e48;
    margin-bottom: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-header.ui-state-active:first-child{
    margin-top: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-content{
    border: none;
    background: #fff;
    width: 100%;
    padding: 0px;
    overflow-x: hidden;
    margin-bottom: 15px;
}
.tab-product-accordion2 .ui-accordion .ui-accordion-content iframe{
    width: 100%;
}
.tab-product-accordion2 .ui-accordion .ui-accordion-header{
    background: #fff;
}
.tab-product-accordion .ui-icon {
    height: 59px;
    line-height: 60px;
    font-size: 20px;
    width: auto;
    margin: 0px;
    color: #2a3640;
}
.tab-product-accordion .ui-state-active a,
.tab-product-accordion .ui-state-active a:link,
.tab-product-accordion .ui-state-active a:visited,
.tab-product-accordion .ui-state-active .ui-icon {
    color: #fff;
}
.tab-product-accordion2 {
    margin-top: 30px;
}
.tab-product-accordion .ui-icon, .tab-product-accordion .ui-widget-content .ui-icon{
    background-image:none;
}
/*End tab-product-accordion*/
.video-product-tab iframe{
    width: 100%;
}
.tab-product-vertical .comment-reply-title{
    text-align: left;
}
.tab-product-vertical .comment-reply-title:after{
    right: auto;
}

/* Begin widget attribute */
.widget_s7upf_attribute_filter .attribute-type-color .span-trong {
    height: 18px;
    width: 18px;
    display: inline-block;
}
.widget_s7upf_attribute_filter .attribute-type-color .span-ngoai {
    display: inline-block;
    border: 1px solid transparent;
    padding: 3px;
    height: 26px;
    width: 26px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 6px;
}
.widget_s7upf_attribute_filter .attribute-type-color .swatch{
    display: block;
    width: 100%;
    position: relative;
    padding: 11px 0px;
    border-bottom: 1px solid #fff;
}
.widget_s7upf_attribute_filter .attribute-type-color .swatch:last-child{
    border-bottom:none;
}
.widget_s7upf_attribute_filter .attribute-type-color .swatch:hover .span-ngoai{
    border-color: #E01E48;
}
.widget_s7upf_attribute_filter .attribute-type-color .class_white_bg_color .span-trong {
    border: 1px solid #2a3640!important;
}
.widget_s7upf_attribute_filter .attribute-type-color {
    margin-bottom: -6px;
    margin-top: -4px;
    background: #f5f5f5;
    padding: 20px 30px;
    border-radius: 6px;
}
.widget_s7upf_attribute_filter .attribute-type-color .swatch.selected .span-ngoai,
.widget_s7upf_attribute_filter .attribute-type-color .swatch.active .span-ngoai{
    border-color: #2a3640;
}

.widget_s7upf_attribute_filter .attribute-type-label {
    background: #f5f5f5;
    padding: 20px 30px;
    border-radius: 6px;
}
.widget_s7upf_attribute_filter .attribute-type-label .swatch{
    display: block;
    width: 100%;
    position: relative;
    padding: 11px 0px;
    border-bottom: 1px solid #fff;
}

.widget_s7upf_attribute_filter .attribute-type-label .swatch:last-child{
    border-bottom:none;
}
.widget_s7upf_attribute_filter .attribute-type-label .span-trong {
    height: 8px;
    width: 8px;
    display: inline-block;
    background: transparent;
}
.widget_s7upf_attribute_filter .attribute-type-label .span-ngoai {
    display: inline-block;
    border: 3px solid #2a3640;
    padding: 0px;
    height: 16px;
    width: 16px;
    line-height: 9px;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 11px;
    text-align: center;
}

.widget_s7upf_attribute_filter .attribute-type-label .swatch:hover .span-ngoai{
    border-color: #E01E48;
}
.widget_s7upf_attribute_filter .attribute-type-label .swatch.selected .span-ngoai,
.widget_s7upf_attribute_filter .attribute-type-label .swatch.active .span-ngoai{
    border-color: #E01E48;

}
.widget_s7upf_attribute_filter .attribute-type-label .swatch.selected .span-trong,
.widget_s7upf_attribute_filter .attribute-type-label .swatch.active .span-trong{
    background: #E01E48;

}
/* End widget attribute */
.woocommerce .woocommerce-widget-layered-nav-list{
    background: #f5f5f5;
    border-radius: 6px;
    padding: 20px 30px;
}
.woocommerce-widget-layered-nav-list .count{
   float: right;
    color: #2a3640;
}
.woocommerce-widget-layered-nav-list li{
    padding: 11px 0px!important;
    border-bottom: 1px solid #fff;
}
.woocommerce-widget-layered-nav-list li a{
    color: #2a3640;
}
.woocommerce-widget-layered-nav-list li:hover a,
.woocommerce-widget-layered-nav-list li:hover .count
{
    color: #E01E48;
}
.woocommerce-widget-layered-nav-list li:last-child{
    border-bottom:none;
}
.widget_shopping_cart .mini-cart-empty{
    text-align: center;
}
.banner-style-video video{
    width: 100%;
}
.banner-style-video .adv-thumb-link{
    width: 100%;
    position: absolute;
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-out 0s;
}
.active-video .adv-thumb-link{
    opacity: 0;
}

.icon-play{
    color: #fff;
    font-size: 48px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    padding: 0px;
    line-height: 100px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: #e01e48;
    position: relative;
    box-shadow: 0px 5px 12px 0px rgba(224, 30, 72, 0.6);
}
.icon-play:after{
   content: '';
    height: 128px;
    width: 128px;
    border: 2px dashed #e01e48;
    position: absolute;
    left: -14px;
    right: -14px;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 50%;
}
 .icon-play .la:before {
    content: "\f2be";
}
.icon-play.stop .la:before {
    content: "\f2ad";
}
.icon-play:hover{
    color: #fff;
    background: #2a3640;
    box-shadow: 0px 5px 12px 0px rgba(42, 54, 64, .6);
}
.icon-play:hover:after{
    border-color: #2a3640;
}



.banner-advs .banner-info.location_center  {
    top: 50%;
    bottom: auto;
}
.banner-advs .info-location_center  {
    top: 50%;
    transform: translateY(-50%);
}
.banner-advs .location_top {
    bottom: auto;
}
.banner-advs .location_bottom  {
    top: auto;
}
.banner-video-about{
    margin-bottom: 110px;
}
.banner-video-about .icon-play,
.banner-video-header-cate3 .icon-play
{
    margin-bottom: 60px;
}
.banner-video-about h3,
.banner-video-header-cate3 h3
{
    line-height: 80px;
}

.line-title{
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.line-title:after{
    display: inline-block;
    content: '';
    height: 4px;
    left: 0px;
    right: 0px;
    position: absolute;
    background: #e01e48;
    bottom: -6px;
}
.box-title-page .title,
.banner-info-about-video  .title
{
    line-height: 50px;
    margin-bottom: 18px;
}
.box-title-page.text-center{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.banner-advs.round-image{
    margin: 40px;
}
.banner-advs.round-image .adv-thumb-link{
    border-radius: 50%;
    border: 2px dotted #e01e48;
    animation: zoom 1s ease infinite alternate;
    z-index: 3;
}
.banner-advs.round-image:after{
    content: '';
    position: absolute;
    left: -40px;
    right: -40px;
    top:-40px;
    bottom: -40px;
    border-radius: 50%;
    border: 2px dotted #e01e48;
    z-index: 1;
    background: #fff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.banner-advs.round-image:hover:after{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.box-sevice-about{
    margin-top: 55px;
    margin-bottom: 120px;
}
.box-sevice-about .sevice-left{
    padding-right: 30px;
}

.box-sevice-about .sevice-right{
    padding-left: 30px;
}
.box-sevice-about .banner-advs.round-image{
    margin-left: 10px;
    margin-right: 10px;
}
.box-sevice-about .item-service-style2{
    margin-top: 60px;
}
.box-sevice-about .item-service-style2:first-child{
    margin-top: 70px;
}
.item-about-team2 .team-info{
    padding: 25px 10px 0px;
}
.item-about-team2 .image-team img{
    border-radius: 6px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
}
.item-about-team2 .team-info h3{
    margin-bottom: 7px;
}
.item-about-team2:hover .image-team img{
    margin-bottom: 10px;
    margin-top: -10px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.item-service-style3 .info-service{
    margin-top: 25px;
}
.box-sevice-count-up{
    padding-top: 70px;
    padding-bottom: 40px;
}
.box-sevice-count-up .item-service-style3{
   margin-bottom: 30px;
}
.box-sevice-count-up .item-service-style3 .color-title{
   color: #fff;
}
.rating-number1:before{
    content: "\f318";
    font: normal normal normal 18px/1 LineAwesome;
    color: #ffc000;
}
.rating-number2:before{
    content: "\f318""\f318";
    font: normal normal normal 18px/1 LineAwesome;
    color: #ffc000;
}
.rating-number3:before{
    content: "\f318""\f318""\f318";
    font: normal normal normal 18px/1 LineAwesome;
    color: #ffc000;
}
.rating-number4:before{
    content: "\f318""\f318""\f318""\f318";
    font: normal normal normal 18px/1 LineAwesome;
    color: #ffc000;
}
.rating-number5:before{
    content: "\f318""\f318""\f318""\f318""\f318";
    font: normal normal normal 18px/1 LineAwesome;
    color: #ffc000;
}
.item-testimonial .testimonial-thumb-info{
    position: relative;
    padding-left: 130px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.item-testimonial .testimonial-thumb{
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #868c93;
    position: absolute;
    left: 0;
    top:0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.item-testimonial .testimonial-info h3{
    margin-bottom: 10px;
}
.item-testimonial .testimonial-content{
    margin-top: 25px;
    padding-left: 45px;
    padding-right: 15px;
    position: relative;
}
.item-testimonial .rating-number {
    padding-left: 45px;
    margin-top: 20px;
}
.item-testimonial .testimonial-content:before {
    position: absolute;
    top: 7px;
    left: 0;
    font-family: 'Roboto Slab', cursive;
    display: block;
    content: ' ';
    background-image: url(./images/quote-left.svg);
    background-size: 25px 25px;
    height: 25px;
    width: 25px;
    filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(330deg) brightness(100%) contrast(97%);
}
.item-testimonial:hover .testimonial-thumb{
   border-color: #e01e48;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.box-testimonial .item-testimonial{
    padding: 0px 15px;
}
.box-testimonial{
    margin-left: -15px;
    margin-right: -15px;
}
.box-testimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}
.box-brand{
    border-top: 1px solid #ccc;
    padding: 60px 0px;
}
.about-video{
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.15);
}
.about-video>.row{
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.about-video>.row>div {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: auto;
    flex: 1;
}
.about-video>.row>div.col-md-5  {
    max-width: 41.66666667%
}
.about-video .adv-thumb-link {
   border-radius: 6px;
}
.banner-info-about-video{
    padding-left: 100px;
    padding-right: 100px;
    margin-top: auto;
    margin-bottom: auto;
}
.banner-info-about-video .description {
    margin-bottom: 30px;
}
.banner-info-about-video p:last-child{
    margin-bottom: 0px;
}
.about-video .icon-play{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: -65px;
}
.box-banner-about-video{
    padding-bottom: 30px;
}
.bg-banner-about-video{
    margin-top: -275px;
    margin-bottom: -60px;
    z-index: -1;
}
.box-team .item-about-team2{
    margin-top: 55px;
}
.box-team{
    padding-top: 115px;
    padding-bottom: 115px;
    background-size: cover;
    background-position: center;
}
.contact-form-macy{
    margin-top: 55px;
    margin-bottom: 120px;
}
.contact-form-macy .wpcf7 {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 70px;
    border-radius: 10px;
    background: #fff;
}
.contact-form-macy .wpcf7 select,
.contact-form-home3 .wpcf7 select,
.contact-form-macy .wpcf7 input:not([type="submit"]),
.contact-form-home3 .wpcf7 input:not([type="submit"])
{
    height: 60px;
    padding: 0px 30px;
    border-radius: 6px;
    background: #f5f5f5;
    width: 100%;
}
.contact-form-macy .wpcf7 textarea
{
    padding: 22px 30px;
    height: 240px;
    background: #f5f5f5;
    border-radius: 6px;
    width: 100%;
}
.contact-form-home3 .wpcf7 textarea
{
    padding: 22px 30px;
    height: 140px;
    background: #f5f5f5;
    border-radius: 6px;
    width: 100%;
}
.contact-form-home3 .wpcf7-form-control-wrap,
.contact-form-macy .wpcf7-form-control-wrap
{
    margin-bottom: 30px;
    display: inherit;
}
.map-contact{
    margin-bottom: 110px;
    height: 700px!important;
}
.banner1-home1  {
    padding-right: 110px;
    padding-bottom: 110px;
}
.banner1-home1 .banner-info {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    background: #e01e48;
    border-radius: 6px;
    left: 50%;
    top: 50%;
    bottom: auto;
    padding: 50px;
    margin-top: -55px;
    margin-left: -55px;
}
.banner1-home1 .banner-info:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 85px solid transparent;
    border-bottom: 85px solid transparent;
    border-left: 85px solid white;
    right: -30px;
    bottom: -70px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.banner1-home1 .banner-info:before {
    content: '';
    width: 150px;
    height: 20px;
    right: -23px;
    bottom: 40px;
    position: absolute;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    box-shadow: 0px 7px 13px -6px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.box-banner1-home1{
    margin-bottom: 90px;
}
.box-banner1-home1 .banner1-home1{
    margin-right: -30px;
    margin-bottom: 50px;
}
.banner1-home1 h2{
    margin-bottom: 30px;
}
.banner1-home1 .adv-thumb-link{
    border-radius: 6px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.banner1-home1 .adv-thumb-link > img{
    transition: all 3s ease-out 0s;
    -webkit-transition: all 3s ease-out 0s;
}

.banner1-home1 .content-list li{
    margin-bottom: 10px;
    position: relative;
}
.banner1-home1 .content-list li span{
  /*  float: right;*/
}
.banner1-home1 .content-list li:last-child{
    margin-bottom: 0px;
}
.banner1-home1 .dot-pricing {
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    overflow: hidden;
    z-index: 111;
    color: #fff;
}
.banner1-home1 .dot-pricing:before {
    content: '------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------';
}
.banner1-home1 a.title:hover{
    color: #fff;
}
.banner-slider-home1{
    margin-bottom: 120px;
}/*
.box-banner1-home1 .box-title-page .description ,
.box-post-home3 .box-title-page .description ,
.box-banner1-home2 .box-title-page .description
{
    margin-bottom: 50px;
}*/
.box-title-page a{
    margin-top: 50px;
}
.box-banner1-home1 .box-title-page{
    padding-left: 100px;
}
.product-home1{
    padding-top: 115px;
    padding-bottom: 65px;
}
.product-home1 .box-title-page{
   margin-bottom: 55px;
}
.product-home1 .gap-30 .list-product-wrap .item .product {
    margin-bottom: 50px;
}
.header-contact-home1{
    padding-top: 110px;
    padding-bottom: 380px;
    background-size: cover;
    background-attachment: fixed;
}
.contact-form-home1{
    margin-top: -328px;
    margin-bottom: -360px;
    padding-bottom: 30px;
    z-index: 1;
}
.box-brand-video-blog-team{
    padding-top: 430px;
    padding-bottom: 490px;
    margin-bottom: -380px;
    background-position: center;
}

.box-brand-home1{
    padding-top: 20px;
}
.banner-video-home1 .box-title-page{
    padding-left: 85px;
    padding-right: 15px;
    max-width: 585px;
}
.wpb-wrapper-margin-auto .wpb_wrapper{
    margin-bottom: auto;
    margin-top: auto;
}
.box-blog-home1 {
   padding-top: 110px;
   padding-bottom: 110px;
}

.box-blog-home1 .box-title-page{
    margin-bottom: 55px;
}
.box-team-about .team-info p{
    color: #dcdcdc;
}
.box-team-home1{
    padding-top: 120px;
    padding-bottom: 170px;
    margin-bottom: -60px;
    background-position: center;
}
.box-banner1-home2 .banner-advs{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    border-radius: 6px;
}
.box-banner1-home2 .banner-advs .adv-thumb-link{
    border-radius: 6px;
}
.box-banner1-home2 .adv-thumb-link > img {
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}
.box-banner1-home2 .banner-left
{
    margin-top: 30px;
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}
.box-banner1-home2 .banner-right
{
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
}
.box-banner1-home2:hover .banner-left {
  margin-top: 0px;
  margin-bottom: 30px;
}
.box-banner1-home2:hover .banner-right{
  margin-top: 30px;
}
.box-banner1-home2 .box-title-page{
  margin-top: 110px;
}
.box-banner1-home2{
    padding-bottom: 90px;
}
.item-service-style4{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    background: #fff;
    padding: 30px;
    position: relative;
}
.item-service-style4 .icon-link{
    display: inline-block;
    padding-bottom: 55px;
    padding-top: 25px;
}
.item-service-style4 .info-service h3{
    margin-bottom: 15px;
}
.item-service-style4 .info-service .description{
    margin-bottom: 20px;
}
.item-service-style4 .link-button5{
    width: 100%;
}
.item-service-style4 .link-button5:after{
    font: normal normal normal 14px/1 LineAwesome;
    content: "\f112";
}
.item-service-style4 .link-button5:hover:after{
    text-shadow: 0px 0px 10px #ffffff;
}
.item-service-style4 .sticky-icon{
    position: absolute;
    right: -8px;
    top: -36px;
    width: 0;
    height: 0;
    border-top: 55px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 55px solid #e01e48;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.item-service-style4 .sticky-icon i{
    font-size: 24px;
    position: absolute;
    left: -43px;
    top: -12px;
    color: #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.item-service-style4:hover .color-title{
    color: #e01e48;
}
.box-service-home2 .box-title-page,
.box-service-home6 .box-title-page,
.box-service2-home4 .box-title-page
{
    margin-bottom: 55px;
}
.box-service-home2 .item-service-style4,
.box-service2-home4 .item-service-style4
{
    margin-bottom: 30px;
}
.box-service-home2{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom:90px;
    padding-top: 115px;

}
.product1-home2{
    padding-bottom:90px;
    padding-top: 115px;
}
.product1-home2 .box-title-page {
    margin-bottom: 55px;
}
.item-testimonial2 .testimonial-thumb{
    width: 140px;
    height: 140px;
    display: inline-block;
    border: 2px solid #fff;
    margin-bottom: 35px;
}
.item-testimonial2 .testimonial-info .content{
    margin-bottom: 43px;
}
.item-testimonial2 .testimonial-info h3{
    margin-bottom: 8px;
}
.testimonial-home2{
    padding-top: 120px;
    padding-bottom: 220px;
}
.testimonial-home2 .color-title{
    color: #cccccc;
}
.testimonial-home2 a.color-title:hover{
    color: #e01e48;
}
.testimonial-home2 .content{
    color: #fff;
}
.testimonial-slider .owl-carousel .owl-nav button.owl-prev{
    border: none;
    color: #2a3640;
    font-size: 38px;
    opacity: 0.3;
    top: 50px;
    left: 50%;
    margin-left: -140px !important;
}
.testimonial-slider .owl-carousel .owl-nav button.owl-next{
    border: none;
    color: #2a3640;
    font-size: 38px;
    opacity: 0.3;
    top: 50px;
    right: 50%;
    margin-right: -140px !important;
}
.testimonial-slider .owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-slider .owl-carousel .owl-nav button.owl-next:hover{
    opacity: 1;
    background: transparent;
}

.testimonial-home2 .testimonial-slider .owl-carousel .owl-nav button.owl-prev,
.testimonial-home2 .testimonial-slider .owl-carousel .owl-nav button.owl-next{
    color: #fff;
    background: transparent;
}
.testimonial-home2 .testimonial-slider .owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-home2 .testimonial-slider .owl-carousel .owl-nav button.owl-next:hover{
    box-shadow: none;
    background: transparent;
}
.item-service-style5{
    padding: 70px 15px;
    border-radius: 6px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.item-service-style5 .info-service{
    margin-top: 25px;
}
.item-service-style5 .info-service a:hover{
    color: #fff;
}
.box-service-countup-home2{
    margin-top: -100px;
}
.box-award{
    padding-top: 100px;
}
.box-award h3{
    line-height: 60px;
}
.box-award .element-parent{
    margin-right: -25px;
    margin-left: -25px;
}
.box-award .banner-advs{
    padding: 0px 25px;
    margin-top: 15px;
}
.tab-7up-style1 .nav-tabs>li>a{
    height: 46px;
    line-height: 46px;
    background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 0px 30px;
    min-width: 170px;
    border-radius: 6px;
    text-align: center;
    border: none;
    margin: 0px;
}
.tab-7up-style1 .nav-tabs>li.active>a,
.tab-7up-style1 .nav-tabs>li.active>a:focus{
    border: none;
    background: #e01e48;
    color: #fff;
}
.tab-7up-style1 .nav-tabs>li>a:hover{
    background: #2a3640;
    color: #fff;
    text-shadow: 0px 0px 10px #ffffff;
}
.tab-7up-style1 .title-tab > li {
    padding: 0 15px;
    margin: 0px;
}
.tab-7up-style1 .title-tab{
    margin-left: -15px;
    margin-right:-15px;
}
.tab-7up-style1 .tab-header {
    margin-bottom: 60px;
}
.product-tab-home2{
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
    padding-bottom: 85px;
    margin-top: 45px;
}
.product-tab-home2 .ajax-loading{
    border-radius: 6px;
}
.banner2-home2{
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}
.banner2-home2 .description{
    margin-top: 25px;
    margin-bottom: 53px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.banner2-home2 .link-button1,
.banner2-home2 .link-button6
{
    margin-left: 10PX;
    margin-right: 10PX;
}
.banner2-home2
{
    padding-top: 140px;
    padding-bottom: 160px;
}
.box-brand-home2
{
    padding-top: 60px;
    padding-bottom: 50px;
}
.online-doctor{
    background: #2a3640;
    padding-top: 66px;
    padding-bottom: 80px;
}
.online-doctor p.title14{
    margin-top: 20px;
    margin-bottom: 35px;
    max-width: 355px;
    margin-right: auto;
    margin-left: auto;
}

.countdown-style-default .time-countdown .text{
    color: #dcdcdc;
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: normal;
}
.countdown-style-default .time_circles>div{
    width: auto!important;
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    background: #e01e48;
    height: 60px;
    line-height: 60px;
    min-width: 60px;
    text-align: center;
    border-radius: 6px;
    font-size: 32px;
    font-weight: 700;
    padding: 5px 10px;
    font-family: 'Roboto Slab', cursive;
    position: relative;
}
.countdown-style-default .time_circles>div:not(:last-child):before,
.countdown-style-default .time_circles>div:not(:last-child):after
{
    content: '';
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.45;
    display: inline-block;
    position: absolute;
}
.countdown-style-default .time_circles>div:before
{

    right: -12px;
    top: 20px;
}
.countdown-style-default .time_circles>div:after
{
    right: -12px;
    bottom: 20px;
}
.countdown-style-default .time-countdown,
.countdown-style-default i,
.countdown-style-default .title-time-countdown
{
    display: inline-block;
    vertical-align: middle;
}
.countdown-style-default i{
    color:#e54a2e;
}
.countdown-style-default .number{
    display: block;
    height: auto;
    line-height: 30px;
}

.countdown-style-default .title-time-countdown{
    margin-right: 12px;
}
.item-product-grid-style2 .product-info{
    background: #f5f5f5;
    padding: 22px 10px;
    border-radius: 0px 0px 6px 6px;
}
.prouduct-deals-home3{
    padding-top: 120px;
    padding-bottom: 80px;
    background-size: cover;
    background-attachment: fixed;
}
.prouduct-deals-home3 .box-title-page{
    padding-top: 80px;
    margin-bottom: 50px;
}
.prouduct-deals-home3 .box-title-page .description {
    padding-right: 25px;
}
.prouduct-deals-home3 .owl-carousel .owl-nav button.owl-prev,
.prouduct-deals-home3 .owl-carousel .owl-nav button.owl-next {
    margin-top: -91px;
}
.box-service-home3{
    padding-left: 105px;
    padding-right: 105px;
}
.box-service-home3 .item-service-style4{
    margin-left: 15px;
    margin-right: 15px;
}
.box-service-home3 .banner-slider  {
    margin-left: -15px;
    margin-right: -15px;
}
.contact-form-home3  {
    box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin-bottom: 120px;
    margin-top: 120px;
}
.contact-form-home3 .banner-advs {
    margin-right: -20px;
}
.contact-form-home3 .banner-advs .adv-thumb-link{
    border-radius: 6px;
}
.contact-form-home3 .right .wpb_wrapper {
    padding-left: 50px;
    padding-top: 42px;
    padding-right: 60px;
}
.contact-form-home3 .box-title-page .title{
    margin-bottom: 40px;
}
.contact-form-home3 .link-button1 {
    height: 50px;
    line-height: 50px!important;
    width: 100%;
}
.slider-slick-post .slick-active .item-grid-post-style1 .adv-thumb-link{
    position: static;
}
.slider-slick-post .slick-center .item-grid-post-style1{
    margin-left: -100px;
    margin-right: -100px;
    position: relative;
    z-index: 3;
}
.slider-slick-post .item-grid-post-style1{

    margin-top: 30px;
}
.slider-slick-post .item-post:not(.slick-center) .item-grid-post-style1 .post-thumb,
.slider-slick-post .item-post:not(.slick-center) .item-grid-post-style1 .post-info
{
    opacity: 0.3;
}
.slider-slick-post .item-post:not(.slick-center) .item-grid-post-style1 .title-post
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slider-slick-post .item-post:not(.slick-center) .item-grid-post-style1
{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.slider-slick-post .slick-center .item-grid-post-style1{
    margin-left: -100px;
    margin-right: -100px;
    position: relative;
    z-index: 3;
    margin-top: 0px;
}
.slider-slick-post .slick-center .item-grid-post-style1 .adv-thumb-link{
    position: relative;
}
.slider-slick-post .slick-list {
    margin: -20px;
}
.slider-slick-post .item-post {
    padding:20px;
}
button.slick-prev{
    border: none;
    border-radius: 6px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 1;
    height: 40px;
    width: 40px;
    padding: 0px!important;
    background: #fff;
    color: #df1e48;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    left: -20px;
    margin-top: -20px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
button.slick-next{
    border: none;
    border-radius: 6px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 1;
    height: 40px;
    width: 40px;
    padding: 0px!important;
    background: #fff;
    color: #df1e48;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    right: -20px;
    margin-top: -20px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
button.slick-next:hover,
button.slick-prev:hover{
    background: #df1e48;
    color: #fff;
}
.box-post-home3{
    padding-bottom: 180px;
    padding-top: 120px;
    background-size: cover;
    margin-bottom: -60px;
    background-position: center;
}
.box-post-home3 .box-title-page{
    padding-top: 25px;
}
.contact-form-slider{
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.15);
    width: 370px;
}
.contact-form-slider h3{
   border-radius: 6px 6px 0px 0px;
    height: 80px;
    line-height: 80px!important;
    text-align: center!important;
}
.contact-form-slider .form-slider-option{
   padding: 30px!important;
    text-align: center!important;
}
.contact-form-slider input[type=number],
.contact-form-slider input[type=email],
.contact-form-slider input[type=text]{
   height: 50px!important;
    line-height: 50px!important;
    color: #868c93;
    font-size: 14px;
    background: #f5f5f5;
    width: 100%;
    margin-bottom: 20px!important;
    padding: 0px 20px!important;
}
.contact-form-slider textarea{
   height: 100px!important;
    color: #868c93;
    font-size: 14px;
    background: #f5f5f5;
    width: 100%;
    margin-bottom: 20px!important;
    padding: 12px 20px!important;
}
.contact-form-slider .link-button1{
   height: 50px!important;
    line-height: 50px!important;
    font-size: 14px;
}
.item-service-style6 .icon-link{
    margin-bottom: 25px;
    display: inline-block;
}
.item-service-style6:hover h3 .color-title{
    color: #e01e48;
}
.item-service-style6 .info-service h3{
    margin-bottom: 20px;
}
.banner-slider-home4{
    margin-bottom: 120px;
}
.box-service1-home4 .item-service-style6{
    margin-bottom: 30px;
}
.box-service1-home4 .box-title-page{
    border-right: 1px solid #e1e1e1;
}
.box-banner-video-home4{
    z-index: 1;
}
.box-banner-video-home4 .about-video{
    margin-top: 90px;
}
.box-service2-home4 {
    background: #2a3640;
    padding-bottom: 90px;
    padding-top: 370px;
    margin-top: -255px;
}
.box-banner1-home4 .right .vc_column-inner{
    background: #2a3640;
}
.box-banner1-home4 .right .wpb_wrapper{
    margin-top: auto;
    margin-bottom: auto;
}
.box-banner1-home4 .box-title-page {
    padding-left: 60px;
    padding-right: 60px;
}
.box-banner1-home4 .zoom-image .adv-thumb-link > img {
    transition: all 3s ease-out 0s;
    -webkit-transition: all 3s ease-out 0s;
}

.box-service-countup-home3 .item-service-style5{
    box-shadow:none;
}
.box-service-countup-home3 .vc_column-inner{
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.box-service-countup-home3 .vc_col-sm-4:last-child .vc_column-inner{
    border-right: none;
}
.item-product-grid-style3 .product-thumb{
    width: 100px;
    border: 1px solid #f5f5f5;
}
.item-product-grid-style3 .product-quick-view  .la-close{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.item-product-grid-style3 .extra-link-hover1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    margin: auto;
    text-align: center;
    z-index: 1;
    opacity: 0;
}
.item-product-grid-style3:hover .extra-link-hover1 {
    opacity: 1;
}
.item-product-grid-style3:hover .product-thumb-link::before {
    opacity: 1;
}
.item-product-grid-style3 .product-info {
    padding-left: 15px;
    width: 100%;
}
.item-product-grid-style3 .product-title {
    margin-bottom: 6px;
}
.item-product-grid-style3 {
   margin-bottom: 20px;
   padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}
.item-product-grid-style3 .extra-link-hover1 a {
    font-size: 17px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}
.product:last-child .item-product-grid-style3   {
   margin-bottom: 0px;
}
.title-product-home4 h3{
    background: #f5f5f5;
    height: 47px;
    line-height: 47px;
    border-radius: 6px;
    border-left: 6px solid #e01e48;
    padding: 0px 25px;
    margin-bottom: 20px;
}
.box-product2-home4{
    padding-top: 120px;
    padding-bottom: 90px;
}
.box-product2-home4 .product-slider-view{
    margin-bottom: 30px;
}
.banner-slider-home5{
    margin-top: -50px;
    margin-bottom: 120px;
}
.box-service-home5 {
    padding-bottom: 80px;
}
.box-service-home5 .item-service-style6{
    margin-bottom: 30px;
}
.menu-header5 >ul>li:first-child>a{
    padding-left: 40px;
}
.box-social-list-home5 i{
    font-size: 14px;
    margin-right: 10px;
}
.box-social-list-home5 a{
    margin-right: 0;
    display: block;
    padding: 6px 0px;
}
.box-social-list-home5{
    margin-top: 40px;
}
.box-social-list-home5 a:after{
    display: none;
}
.box-service2-home5{
    background-position:center top;
    background-repeat: no-repeat;
    padding-bottom: 175px;
}
.box-service2-home5 .box-title-page{
    margin-top: 10px;
}
.element-categories-box-{
    text-align: center;
    position: relative;
}
.element-categories-box- .info-cate{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.box-category-home4{
    background-size: cover;
    padding-top: 115px;
    padding-bottom: 120px;
}
.element-categories-box- .adv-thumb-link {
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.09);
}
.element-categories-box-:hover .adv-thumb-link {
    box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.09);
}
.element-categories-box- .sum-count-cart{
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.element-categories-box- .adv-thumb-link::before {
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;

}
.element-categories-box-:hover .adv-thumb-link::before {
    opacity:1;
}
.element-categories-box-:hover .sum-count-cart {
    opacity:1;
}
.box-category-home4 .element-categories-box- {
    margin-bottom: 20px;
}
.box-category-home4 .box-title-page {
    margin-bottom: 50px;
}
.box-category-home4 .link-button1 {
    margin-top: 35px;
}
.box-product2-home-5 .product-slider-view{
    padding: 0px 135px;
}
.box-product2-home-5 .product-title a{
    color: #fff;
}
.box-product2-home-5 .right .wpb_wrapper{
    margin-top: auto;
    margin-bottom: auto;
}
.box-product2-home-5 .owl-carousel .owl-nav button{
    top: 35%;
}
.box-product2-home-5 .owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}
.box-product2-home-5 .owl-carousel .owl-nav button.owl-next {
    right: -25px;
}
.box-product2-home-5 .zoom-image .adv-thumb-link > img {
    transition: all 3s ease-out 0s;
    -webkit-transition: all 3s ease-out 0s;
}
.box-product2-home-5 .owl-stage-outer{
    border-radius: 6px;
}
.box-product2-home-5 .item-product-grid-style1 .product-thumb{
    border:none;
}
.online-doctor-home6{
    margin-top: -103px;
    z-index: 1;
    padding-bottom: 30px;
}
.online-doctor-home6 .element-parent{
    box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.09);
    padding: 50px 100px;
    border-radius: 6px;
    background: #fff;
}
.online-doctor-home6 .element-text-block  h3{
    margin-bottom: 10px;
}
.online-doctor-home6 .element-text-block  .link-button7{
    margin-top:15px;
}
.box-service-home6{
    padding-top: 210px;
    padding-bottom: 90px;
    margin-top: -125px;
    background-position: center;
    background-size: cover;
}
.box-service-home6 .item-service-style4{
    margin-bottom: 30px;
}
.box-service-countup-home6 .item-service-style5 {
    box-shadow: none;
    background: #00426e;
}
.box-service-countup-home6  {
    padding-bottom: 190px;
    margin-bottom: -190px;
    background: #00426e;
}
.banner1-home6 .banner-info{
    top: auto;
    text-align: center;
    bottom: 30px;
}
.banner1-home6 .adv-thumb-link{
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
.banner1-home6 .banner-info a{
    height: 60px;
    line-height: 60px;
    background: #fff;
    min-width: 370px;
    display: inline-block;
     border-radius: 6px;
}
.banner1-home6 .banner-info a:hover{
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.banner-advs.zoom-image .adv-thumb-link > img {
    transition: all 3s ease-out 0s;
    -webkit-transition: all 3s ease-out 0s;
}
.box-service2-home6 .item-service-style2{
    margin-top: 30px;
}
.box-service2-home6 .item-service-style2 h3{
    font-size: 18px;
}
.box-service2-home6 .item-service-style2 .description{
     max-width: 240px;
}
.box-service2-home6{
    padding-top: 120px;
    padding-bottom:120px;
    background-size: cover;
    background-position: center;
}
.box-service2-home6 .left .wpb_wrapper{
   background: #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 80px 60px 70px;
}
.content-menu-shop .line-title,
.content-menu-blog .line-title
{
    margin-bottom: 5px;
}
.post-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.post-video iframe, .post-video object, .post-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Begin product grid style4*/
.item-product-grid-style4 .product-info {
    padding-top: 20px;
}
.item-product-grid-style4 .product-title {
    line-height: 36px;
    margin-bottom: 3px;
}
.item-product-grid-style4 .list-cats-item {
    margin-bottom: 12px;
}
.hover-desr-cart4 {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    padding-bottom: 10px;
    width: 100%;
    opacity: 0;
    background: #fff;

}

.hover-desr-cart4 .hover-desr4{
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
    max-height: 75px;
}
.hover-desr-cart4 .product-desc p:last-child{
    margin-bottom: 0px;
}

.item-product-grid-style4:hover .hover-desr-cart4{
    margin-top: 20px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
    -webkit-transform: translateY(-10px) translateZ(0);
    transform: translateY(-10px) translateZ(0);
    z-index: 99;
}
.item-product-grid-style4{
    position: relative;
}
.item-product-grid-style4 .border-vien{
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: 0;
    left:-15px;
    visibility: hidden;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    opacity: 0;
    -webkit-transform: scale(.98);
    transform: scale(.98);
    border-radius: 6px;
}

.item-product-grid-style4:hover .border-vien{
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,-webkit-transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease;
    transition: opacity .3s ease,visibility 0s ease,transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}
.item-product-grid-style4:hover .product-thumb,
.item-product-grid-style4:hover .product-info
{
    z-index: 15;
}
.hover-desr-cart4 .more-details-btn
{
    height: 25px;
}
.hover-desr-cart4 .hover-desr4.hover-desr-click_on{
    max-height: none;
}
.item-product-grid-style4 .product-info:hover .more-details-btn {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.attribute_data-style4{
    line-height: 40px;
}
.attribute_data-style4 span {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}
.attribute_data-style4 span.active-att:before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #2a3640;
    position: absolute;
    left: -3px;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
}
.extra-link-hover4 .box-qwc a
{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 30px;
    display: inline-block;
    text-align: center;
    padding: 0px;
    border: none;
}
.extra-link-hover4{
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
    z-index: 1;
}
.item-product-grid-style4:hover .extra-link-hover4{
    bottom: 0;
    opacity: 1;
}
.item-product-grid-style4 .product-thumb-link::before{
    background: rgba(0, 0, 0, 0.2);
}
.item-product-grid-style4 a.link-button-line,
.item-product-grid-style4 .link-button-line,
.woocommerce .item-product-grid-style4 a.link-button-line,
.woocommerce .item-product-grid-style4 a.button.link-button-line{
    padding: 0px!important;
    background: transparent;
    color: #e01e48;
    border: none;
    line-height: 18px;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    border-bottom: 2px solid #e01e48;
    font-weight: 700;
}
.item-product-grid-style4 a.link-button-line:hover,
.item-product-grid-style4 .link-button-line:hover,
.woocommerce .item-product-grid-style4 a.link-button-line:hover,
.woocommerce .item-product-grid-style4 a.button.link-button-line:hover{
    color: #2a3640;
    border-bottom-color: #2a3640;
}
.product-grid-view .item-product-grid-style4 {
    margin-bottom: 55px;
}
/* End product grid style4*/

/* Begin product grid style5*/
.rating-cats5{
    position: relative;
}

.rating-cats5 .list-cats-item{
    position: absolute;
    top: -20px;
    background: #fff;
    left: 0;
    right: 0;
    margin-bottom: 0px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-grid-style5:hover .list-cats-item{
    top: 0;
    opacity: 1;
}
.item-product-grid-style5:hover .wrap-rating{
    opacity:0;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.item-product-grid-style5 .product-info {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.item-product-grid-style5 .product-title {
    line-height: 36px;
    margin-bottom: 3px;
}
.item-product-grid-style5 .list-cats-item {
    margin-bottom: 12px;
}
.woocommerce a.addtocart_icon-style5{
    height: 35px;
    line-height: 35px;
    width: 35px;
    padding: 0px!important;
    font-size: 30px;
    background: #fff;
    color: #2a3640;
    border: none;
}
.woocommerce a.addtocart_icon-style5:hover{
    background: #fff;
    color: #E01E48;
}
.woocommerce .item-product-grid-style5 a.addtocart_icon-style5{
    position: absolute;
    right: 15px;
    bottom: 15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.woocommerce .item-product-grid-style5:hover a.addtocart_icon-style5{
    opacity: 1;
}
.item-product-grid-style5 .product-info{
    position: relative;
}
.item-product-grid-style5 {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-grid-style5:hover{
    box-shadow: 0px 8px 32px 0px rgba(0,0,0,.1);
}
.item-product-grid-style5:hover .extra-link-hover4{
    bottom: 0;
    opacity: 1;
}
/* End product grid style5*/


/* Begin product grid style6*/
.item-product-grid-style6{
    border: 1px solid #e1e1e1;
    border-radius: 6px;
}
.item-product-grid-style6 .product-thumb{
    border-radius: 6px;
}
.item-product-grid-style6 .product-info .product-info-sub{
    position: relative;
    padding: 15px 20px;
    z-index: 8;
    background: #f7f7f7;
    border-radius: 6px 6px 0px 0px;
}
.item-product-grid-style6 .product-info .product-info-sub:before{
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 0;
    background: #fff;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    border-radius: 6px 6px 0px 0px;
    z-index: -1;
}
.item-product-grid-style6:hover .product-info .product-info-sub:before{
    height: 100%;
}
.item-product-grid-style6 .product-info .product-price{
    margin-bottom: 0px;
    margin-top: 6px;
}
.woocommerce .extra-link-hover6 a.button{
    height: 50px;
    line-height: 50px;
    width: 30px;
    padding: 0px!important;
    font-size: 24px;
    background: transparent;
    color: #fff;
    border: none;
}
.woocommerce .extra-link-hover6 a.button:hover{

    color: #E01E48;
}
.extra-link-hover6 a{
    height: 50px;
    line-height: 50px;
    width: 30px;
    padding: 0px;
    font-size: 24px;
    background: transparent;
    color: #fff;
    display: block;
    margin: auto;
    border: none;
    border-bottom: 1px solid #5e5e5e;

}
.extra-link-hover6 {
    text-align: center;
    width: 50px;
    background: #2a3640;
    position: absolute;
    bottom: 20px;
    right: 0px;
    opacity: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 1;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.2);
}
.item-product-grid-style6 .product-thumb-link::before {
    background: rgba(0, 0, 0, 0.03);
}
.item-product-grid-style6:hover .extra-link-hover6 {
    right: 20px;
    opacity: 1;
}
.item-product-grid-style6 .attribute_data-style1 {
    bottom: 20px;
    left: 0px;
    right: auto;
    top: auto;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-product-grid-style6:hover .attribute_data-style1 {
    left: 20px;
    opacity: 1;
}
.item-product-grid-style6 .attribute_data-custom span {
    height: 15px;
    width: 15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-grid-style6 .attribute_data-custom span:hover {
    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.4);
}
.item-product-grid-style6 .attribute_data-style1 span.active-att:before {
    width: 21px;
    height: 21px;
}
.item-product-grid-style6 .product-thumb .product-label {
    top: 79px;
}
.item-product-grid-style6{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product-grid-style6:hover{
    box-shadow: 0px 15px 25px 0px rgba(0,0,0,.08)
}
/*End item-product-grid-style6*/

.main-nav > ul > li.mega-menu-current >a {
    color: #E01E48;
}

.woocommerce-loop-category__title {
    margin-top: 0px;
    font-family: 'Roboto Slab', cursive;
    font-size: 18px;
    text-align: center;
    color: #2a3640;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 20px 15px;
}

.woocommerce-loop-category__title .count {
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-size: 12px;
    background: #e01e48;
    color: #fff;
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    opacity: 0;
}

.product-category .item-product{
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.product-category .item-product:hover{
    box-shadow: 0px 6px 26px 0px rgba(0, 0, 0, 0.09);
}
.product-category .item-product:hover .woocommerce-loop-category__title .count {
    opacity: 1;
}
.product-category .item-product img{
    border-radius: 6px 6px 0px 0px;
}
.header-category1 .wrap-bread-crumb {
    min-height: 240px;
    background: transparent;
}
.header-category1 .element-parent {
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 115px;
}
.header-category1 .info-service .color-title,
.header-category1 .info-service .description {
    color: #fff;
}
.header-category1 .info-service .description {
    max-width: 300px;
    margin: auto;
}


.element-categories-box-style2 .thumb-cate .adv-thumb-link{
    width: 150px;
    border-radius: 50%;
    margin: auto;
    border: 5px solid rgba(255, 255, 255, 0.3);
}
.element-categories-box-style2:hover .thumb-cate .adv-thumb-link{
    width: 150px;
    border-radius: 50%;
    margin: auto;
    border-color: #fff;
}
.element-categories-box-style2 {
    text-align: center;
}
.element-categories-box-style2 .info-cate{
    padding-top: 15px;
}
.element-categories-box-style2 .info-cate h3{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.header-category2 .element-categories-box-style2 .info-cate h3 a{
    color: #fff;
}
.header-category2 .element-categories-box-style2 .info-cate span{
    color: #d5d5d5;
}
.header-category2 .banner-slider {
    max-width: 950px;
    margin: auto;
}
.header-category2 .banner-slider {
    padding-bottom: 95px;
    overflow: inherit;
    padding-top: 15px;
}
.header-category2 .bg-transparent {
    min-height: 150px;
    background: transparent;
}
.header-category2 .element-parent {
    padding-top: 65px;
    background-attachment: fixed;
    background-size: cover;
}
.header-category2 .banner-slider:hover .owl-theme .owl-nav button.owl-prev {
    left: -30px;
}
.header-category2 .banner-slider:hover .owl-theme .owl-nav button.owl-next {
    right: -30px;
}
.header-category2 .owl-carousel .owl-nav button {
    top: 24%;
}
.bg-transparent{
    background: transparent;
}
.box-banner-product-before{
    margin-top: 100px;
    padding-left: 50px;
    padding-right:50px;
}

/*Begin sticky-addcart*/
.sticky-addcart {
    position: fixed;
    z-index: 10001;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 0px;
    transform:translateY(120%);
    -webkit-transform:translateY(120%);
}
.sticky-addcart.active{
    transform:translateY(0);
    -webkit-transform:translateY(0);
}
.sticky-addcart .product-price{
    margin-right: 30px;
    margin-bottom: 0px;
}
.sticky-addcart .detail-qty {
    height: 45px;
}
.sticky-addcart .detail-qty .qty-val {
    height: 42px;
    background: transparent;
}
.sticky-addcart .product-thumb {
    margin-right: 30px;
    border:none;
}
.woocommerce div.product .sticky-addcart  form.cart:not(.variations_form){
    padding: 8px 0px;
    border-bottom: none;
}
.woocommerce div.product .sticky-addcart  form.cart .button.single_add_to_cart_button{
    height: 45px;
    line-height: 45px;
    width: 45px;
    padding: 0px!important;
}
.woocommerce div.product .sticky-addcart  form.cart label.qty-label {
    display: none;
}
/*End sticky-addcart*/
.tab-product-accordion .detail-tab-desc {
    padding: 30px;
    border: 1px solid #e1e1e1;
    border-top: none;
}
.woocommerce-noreviews {
    text-align: center;
}
.tab-product-vertical .woocommerce-noreviews {
    text-align: left;
}

.tab-accordion-gallery-sticky .wrap-detail-gallery,
.style-gallery-vertical .tab-accordion-gallery-sticky .gallery-control {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.style-gallery-vertical.tab-accordion-sticky-menu .tab-accordion-gallery-sticky .gallery-control{
    top: 120px;
}
.tab-accordion-sticky-menu .tab-accordion-gallery-sticky .wrap-detail-gallery{
    padding-top: 120px;
}
body.admin-bar .tab-accordion-sticky-menu .tab-accordion-gallery-sticky .wrap-detail-gallery{
    padding-top: 150px;
}
body.admin-bar .style-gallery-vertical.tab-accordion-sticky-menu .tab-accordion-gallery-sticky .gallery-control{
    top: 150px;
}
.tab-accordion-gallery-sticky{
    position: relative;
}
.tab-product-accordion2{
    padding-top: 0px;
}
.comment_tab-product-accordion2 .reviews_tab{
    text-align: center;
    margin-bottom: 55px;
}
.comment_tab-product-accordion2 .reviews_tab a{
    position: relative;
    margin-bottom: 60px;
    margin-top: 0px;
    color: #2a3640;
    font-family: 'Roboto Slab', cursive;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
}
.comment_tab-product-accordion2 .reviews_tab a:after {
    content: '';
    height: 4px;
    width: 80px;
    background: #e01e48;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
.comment_tab-product-accordion2 #comments {
    margin-bottom: 70px;
}
.woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
    width: 50%;
    float: left;
}
.woocommerce-Reviews .comment-form-comment {
    clear: both;
}
.woocommerce #review_form #respond p.comment-form-email {
    padding-left: 15px;
    margin-bottom: 23px;
}
.woocommerce #review_form #respond p.comment-form-author {
    padding-right: 15px;
    margin-bottom: 23px;
}

.comment-form input[type="email"] {
    height: 60px;
    display: block;
    width: 100%;
    padding: 0px 30px;
    background: #f5f5f5;
}
.woocommerce-Reviews .comment-form-rating > label,
.woocommerce-Reviews .comment-form-author > label,
.woocommerce-Reviews .comment-form-email > label,
.woocommerce-Reviews .comment-form-comment > label {
    font-weight: 700;
    color: #2a3640;
    font-family: 'Roboto Slab', cursive;
    display: block;
}
.woocommerce #reviews #comment {
    height: 170px;
}
.woocommerce .product-tab-content table.shop_attributes td {
    padding: 0px 8px;
}
.woocommerce #review_form #respond .form-submit {
    margin-top: 20px;
    margin-bottom: 0px;
}
.style-without-image .detail-gallery{
    border: 1px solid #ebebeb;
    border-radius: 6px;
}
.style-without-image .detail-gallery img{
    border-radius: 6px;
}
.style-without-image .owl-carousel .owl-nav button.owl-prev{
    left: -20px;
}
.style-without-image .owl-carousel .owl-nav button.owl-next{
    right: -20px;
}

#product360_css{
    display: none;
    opacity: 0;
}
#product360_css .close{
    font-size: 48px;
    position: absolute;
    top: 40px;
    right: 40px;
}
#product360_css.active-poup{
    display: block;
    opacity: 1;
}
#product360_css.show-poup{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    padding: 100px 0px;

}
div.wpcf7-response-output{
    margin-top: 0px;
}
.box-service2-home4 .banner-slider,
.box-service-home6 .banner-slider
{
    margin-left: -15px;
    margin-right: -15px;
}
.box-service2-home4 .owl-item,
.box-service-home6 .owl-item
{
    padding-left: 15px;
    padding-right: 15px;
}
.element-categories-box- .thumb-cate{
    width: 100%;
}

button.gm-control-active{
    padding: 0px!important;
}
.product-style-featured .item-product-meta-info .col-md-6{
    width: 100%;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
    color: #fff;
}
.woocommerce a.remove {
    color: #2a3640!important;
}
.woocommerce a.remove:hover {
    color: #e01e48!important;
    background: transparent;
}
.woocommerce-thankyou-order-received{
    font-size: 24px;
    color: #e01e48;
}
.woocommerce ul.order_details {
    padding-left:0px;
}
.woocommerce ul.order_details li strong {
    color: #2a3640;
}
.woocommerce-order-details .woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    color: #2a3640;
}
.woocommerce .woocommerce-customer-details address{
    border: 1px solid rgba(0,0,0,.1);
}
.woocommerce .woocommerce-customer-details{
    margin-bottom: 0px;
}
.woocommerce .cart-custom table.shop_table{
    margin-bottom: 0px;
}
.box-search-account-cart .account-manager .dropdown-list{
    right: 0;
    left: auto;
}
.search-style-popup .submit-form::after{
    background: #e01e48;
    color: #fff;
}
.search-style-popup .submit-form:hover::after{
    background: #2A3640;
    color: #fff;
}
.search-style-popup .search-form .dropdown-list {
    width: 230px;
    padding: 15px 0px;
}
.list-product-search p{
    margin-bottom: 0px;
}

/*Beign  page my account*/
.woocommerce .myaccount_registration_login form.checkout_coupon,
.woocommerce .myaccount_registration_login form.login,
.woocommerce .myaccount_registration_login form.register{
    border: none;
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
}
.woocommerce .myaccount_registration_login form .form-row input.input-text {
    height: 48px;
    border: 1px solid #e1e1e1;
    padding: 0px 15px;
}
.rememberme-lost_password .lost_password{
    float: right;
    margin-bottom: 0px;
}
.rememberme-lost_password label{
    font-weight: 400;
    margin-bottom: 0px;
}
.woocommerce-form-login p.lost_password{
    margin-bottom: 0px;
}
.woocommerce .myaccount_registration_login .woocommerce-form-login .woocommerce-form-login__submit{
    width: 100%;
    border-color: #ebebeb;
    height: 50px;
}
.woocommerce .myaccount_registration_login .woocommerce-form-login .woocommerce-form-login__submit:hover{
    background: #222;
    border-color: #222;
}
.woocommerce .myaccount_registration_login .woocommerce-form-login .woocommerce-form-login__submit:hover{

}
.myaccount-tab-title ul{
    width: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.myaccount-tab-title li{
    width: 100%;
    float: left;
    padding: 0px;
}
.myaccount-tab-title li a{
     height: 50px;
    line-height: 50px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
}
.myaccount-tab-title li.active a{
    border-color: #e01e48;
}
.woocommerce .myaccount_registration_login .myacc-bt-register{
    width: 100%;
    border-color: #ebebeb;
    height: 50px;
}
.woocommerce  .myaccount_registration_login .myacc-bt-register:hover{
    background: #222;
    border-color: #222;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 0px;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 8px 15px;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
}
.woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {
    color: #fff;
    background: #E01E48;
    border-color: #E01E48;
}
.woocommerce-MyAccount-content p:last-child,
.woocommerce-MyAccount-content div:last-child
{
    margin-bottom: 0px;
}
.woocommerce-MyAccount-content form>h3,
.woocommerce-account .addresses .title h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    color: #2a3640;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content form button[type="submit"]{
    margin-top: 25px;
}
.myaccount_registration_login label[for="apply_for_vendor"]{
    margin-bottom: 0px;
}
.myaccount_registration_login .woocommerce-privacy-policy-text{
    margin-bottom: 25px;
}
/*End  page my account*/

/* Vendor page*/
.product-info .wcvendors_sold_by_in_loop{
    margin-bottom: 5px;
    display: inline-block;
    color: #ccc;
    font-size: 12px;
}

.item-product-list .product-info .wcvendors_sold_by_in_loop{
    margin-bottom: 15px;
}

.wcvendor-sold-by-meta{
    margin-bottom: 20px;
    color: #999;
}
.wcvendor-sold-by-meta a{
    color: #999;
}
.wcvendor-sold-by-meta a:hover{
    color: #E01E48;
}
.wcv_vendorslist .vendor_list a.button{
    line-height: 26px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    display: block;
    background: #E01E48;
    padding: 10px 15px;
}
.wcv_vendorslist .vendor_list a.button:hover{
    color: #fff;
    background: #2a3640;
}
.wcv_vendorslist{
    padding: 0px;
    margin-bottom: -30px!important;
    margin-left: -15px;
    margin-right: -15px;
}
.wcv_vendorslist .vendor_list {
    display: inline-block;
    padding: 0px 15px;
    margin-bottom: 30px;
    width: 16.666%;
    margin-right: 0px!important;
}
.wcv_vendorslist .vendor_list img{
    width: 100%;
    height: auto;
}
label[for="apply_for_vendor"]{
    display: inline-block;
}
.button[name="apply_for_vendor_submit"]{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #E01E48;
    height: 60px;
    line-height: 60px;
    padding: 0px 40px;
    min-width: 190px;
    border: none;
    text-transform: uppercase;
    border-radius: 6px;
    font-family: 'Roboto Slab', cursive;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: 700;
}
.button[name="apply_for_vendor_submit"]:hover{
    color: #fff;
    background: #2a3640;
}

.vendor-shop-settings h2{
    font-size: 24px;
    margin: 0px;
    color: #2a3640;
    margin-bottom: 20px;
}
.vendor-shop-settings h3{
    font-size: 20px;
    margin: 0px;
    color: #2a3640;
    margin-bottom: 20px;
    margin-top: 30px;
}
.vendor-shop-settings p>b {
    font-size: 20px;
    margin: 0px;
    color: #2a3640;
    margin-bottom: 20px;
    font-weight: 400;
}
.vendor-shop-settings  .pv_shop_name_container,
.vendor-shop-settings  #pv_shop_description_container,
.vendor-shop-settings  #pv_seller_info_container
{
    margin-bottom: 30px;
}
.vendor-shop-settings input[type="text"] {
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ebebeb;
}
.vendor-shop-settings label {
    font-size: 14px;
    color: #2a3640;
    font-weight: 400;
}
.vendor-shop-settings form {
    margin-bottom: 30px;
}
.vendor-shop-settings .table > thead > tr > th {
    border-bottom: 1px solid #ebebeb;
}
.vendor-shop-settings input[type="submit"] {
    color: #fff;
    background: #E01E48;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border: none;
    height: 60px;
    line-height: 60px!important;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 40px;
    border-radius: 6px;
    font-family: 'Roboto Slab', cursive;
}
.vendor-shop-settings input[type="submit"]:hover {
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
#pv_shop_name,
#pv_paypal {
    margin-top: 15px;
    width: 400px;
    max-width: 100%;
}
.vendor-shop-settings table .notes input,
.vendor-shop-settings table {
    width: 100%;
}
.vendor-shop-settings table {
    margin-bottom: 30px;
}
.vendor-shop-settings table,
.vendor-shop-settings th,
.vendor-shop-settings td,
.vendor-dashboard-page table,
.vendor-dashboard-page th,
.vendor-dashboard-page td{
    padding: 10px;
}
form .btn-inverse {
    background: #E01E48;
    border-radius: 0px;
    color: #fff;
    padding: 0px 30px;
    height: 45px;
    line-height: 45px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
form .btn-inverse:hover {
    background: #2a3640;
    color: #fff;
}
form .date-pick {
    height: 45px;
    padding: 0px 15px;
    border: 1px solid #ebebeb;
    margin-right: 20px;
    margin-left: 5px;
}
.wcv-dashboard-navigation>ul{
    padding: 0px;
}
.vendor-dashboard-page h2{
    font-size: 20px;
    font-family: 'Roboto Slab', cursive;
    margin: 0px;
    color: #2a3640;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.vendor-dashboard-page input[type="text"]{
    height: 40px;
    border: 1px solid #ebebeb;
    padding: 0px 10px;
}
.vendor-dashboard-page form .btn-inverse{
    color: #fff;
    background: #E01E48;
    font-family: 'Roboto Slab', cursive;
    font-size: 18px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    border: none;
    display: inline-block;
    border-radius: 6px;
}
.vendor-dashboard-page form .btn-inverse:hover{
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.vendor-dashboard-page form {
    margin-bottom: 30px;
}
.vendor-dashboard-page .table-vendor-sales-report thead{
    font-family: 'Roboto Slab', cursive;
    font-size: 14px;
    color: #2a3640;
}
.vendor-dashboard-page .table-vendor-sales-report thead th{
}
.vendor-dashboard-page .table-condensed>tbody>tr>td,
.vendor-dashboard-page .table-condensed>tbody>tr>th,
.vendor-dashboard-page .table-condensed>tfoot>tr>td,
.vendor-dashboard-page .table-condensed>tfoot>tr>th,
.vendor-dashboard-page .table-condensed>thead>tr>td,
.vendor-dashboard-page .table-condensed>thead>tr>th{
    padding: 10px 15px;
}
.wcv-dashboard-navigation>ul>li>a{
    color: #fff;
    background: #E01E48;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    height: 45px;
    line-height: 45px;
    padding: 0px 30px;
    border: none;
    display: inline-block;
    font-family: 'Roboto Slab', cursive;
    font-weight: 700;
    border-radius: 6px;
}
.wcv-dashboard-navigation>ul>li>a:hover{
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.pv_shop_name_container,.pv_paypal_container{
    margin-top: 30px;
}
dt.variation-SoldBy{
    font-weight: 600;
    line-height: 24px;
}
/*end vendor*/
.logo-macy-default h1{
    height: 120px;
    line-height: 120px;
}
.main-nav-default{
    padding-right: 10px;
    width: 80%;
}
.logo-macy-default{
    width: 20%;
    padding-left:30px;
}



/*custom post and page UNITEST*/

.detail-content-wrap>ul,
.desc-comment-text>ul,
.entry-content>ul,
.detail-content-wrap>ol,
.desc-comment-text>ol,
.entry-content>ol
{
    line-height: 30px;
}
.desc-comment-text > ul,.desc-comment-text > ul ul, .detail-content-wrap > ul ul, .entry-content > ul ul {
    list-style-type: disc;
}
.desc-comment-text > address, .detail-content-wrap > address, .entry-content > address {
    line-height: 30px;
}
.desc-comment-text > pre, .detail-content-wrap > pre, .entry-content > pre {
    margin-bottom: 30px;
}
.detail-content-wrap>ul:last-child,
.detail-content-wrap>p:last-child,
.desc-comment-text>ul:last-child,
.desc-comment-text>p:last-child,
.entry-content>ul:last-child,
.entry-content>p:last-child
{
    margin-bottom: 0px;
}
.detail-content-wrap>table th,
.detail-content-wrap>table td,
.desc-comment-text>table th,
.desc-comment-text>table td,
.entry-content>table th,
.entry-content>table td{
    padding: 10px 15px;
}
.desc-comment-text > ol ul, .detail-content-wrap > ol ul, .entry-content > ol ul {
    list-style-type: disc;
}
.desc-comment-text > dl dd,
.detail-content-wrap > dl dd,
.entry-content > dl dd{
    margin-top: 5px;
    margin-bottom: 15px
}
.edit-link-comment {
    margin-left: 15px;
}
.edit-link-comment i{
    font-size: 18px;
    margin-right: 5px;
}
.wp-caption .wp-caption-text {
    margin-top: 15px;
    color: #999;
}
.wp-caption {
    margin-bottom: 20px;
}
.wp-caption:last-child {
    margin-bottom: 0px;
}
.aligncenter {
    text-align: center;
}
.detail-content-wrap > .gallery:last-child{
    margin-bottom: 0px;
}

.post-password-form input[type=submit]{
    vertical-align: top;
    padding: 0 20px;
    height: 40px;
    background: #e01e48;
    border-radius: 6px;
    color: #fff;
    border: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-family: 'Roboto Slab', cursive;
    text-transform: uppercase;
}
.post-password-form input[type=submit]:hover{
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}

p.no-comments{
    margin-bottom: 0px;
    margin-top: 60px;
    background: #f5f5f5;
    padding: 15px;
    color: #2a3640;
}
.comment-list li.ping-track-back {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
}
.comment-list .ping-track-back .edit-link{
    color: #262626;
    margin-left: 10px;
}
.comment-list .ping-track-back .edit-link i{
    margin-right: 3px;
}
.alignright {
    display: inline;
    float: right;
    clear: both;
}

address,
dd,
dt{
    line-height: 24px;
}
pre{
    padding: 15px;
    line-height: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eaeaec;
    margin-bottom: 30px;
    color: #868c93;
}
code{
    color: #cf0000;
    background: #f5e9ec;
}
kbd{
    background-color: #303030;
}
samp{
    font-style: italic;
}
hr{
    border-top: 1px solid #e5e5e5;
}
var,
cite,
em{
    font-style: italic;
}
abbr[data-original-title],
abbr[title] {
    border-bottom: 1px dotted #555;
}
acronym[title]{
    font-size: 100%;
}
big{
    font-size: 120%;
}
del[cite]{
    color: #999;
}
ins[cite]{
    text-decoration: underline;
}
strong,
sup,
sub,
u,
strike,
q{
    color: #868c93;
}
.small,
small {
    font-size: 86%;
}
blockquote p *{
    color: #2a3640;
}
/*Data UNITEST new*/
.wp-block-button.alignleft,
.wp-block-cover.alignleft{
    margin-right:20px;
}
.wp-block-button.alignright,
.wp-block-cover.alignright{
    margin-left:20px;
}
.wp-block-image figcaption ,
.wp-block-video figcaption,
.wp-block-embed figcaption{
    margin-top: 15px;
    margin-bottom: 24px;
    color: #999;
}
.wp-block-gallery.alignleft{
    margin-right: 20px;
}
.wp-block-gallery.alignright{
    margin-left: 20px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
    padding: 10px;
    line-height: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar {
    width: 4px;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-track ,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-thumb,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1.5px 1.5px 0;
}
.has-2-columns blockquote,
.has-3-columns blockquote,
.has-4-columns blockquote,
.has-5-columns blockquote,
.has-6-columns blockquote
{
    margin-top: 0px;
    padding: 27px 15px 27px 50px;
}
blockquote cite
{
    font-size: 18px;
}
.has-2-columns blockquote:before,
.has-3-columns blockquote:before,
.has-4-columns blockquote:before,
.has-5-columns blockquote:before,
.has-6-columns blockquote:before{
    left: 15px;
    font-size: 80px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
    padding: 27px 30px 27px 75px;
}
.wp-block-pullquote.is-style-solid-color blockquote{
  /*  padding: 60px 90px;*/
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
    top: 40px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 28px;
}
.wp-block-audio{
    margin-bottom: 30px;
}
.wp-block-pullquote:not(.is-style-solid-color){
    padding: 0px;
}
ul.wp-block-archives-list,
ul.wp-block-categories-list,
ol.wp-block-latest-comments,
ul.wp-block-latest-posts{
    padding-left: 0px;
    list-style: none;
}
ul.wp-block-latest-posts li{
    margin-bottom: 10px;
}
ul.wp-block-archives-list ul,
ul.wp-block-categories-list ul{
    list-style: none;
    padding-left: 15px;
}
.detail-content-wrap>table{
    margin-bottom: 30px;
}
.wp-block-media-text{
    margin-bottom: 30px;
}
.wp-block-cover-text strong{
    color: #fff;
}
@media (min-width:600px) {
    .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        margin-right: 1.5px!important;
    }
}
.detail-content-wrap>.wp-block-archives-dropdown{
    margin-bottom: 30px;
}
/*END UNITEST*/
.quick-view-style1 .detail-gallery .owl-carousel .owl-nav button{
    margin-top: -20px;
}
a.rtl-button{
    font-size: 14px;
    z-index: 1000;
    background: #E01E48;
    color: #fff;
    left: 0;
    border-radius: 0px 6px 6px 0px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', cursive;
}
a.rtl-button:hover{
    background: #2a3640;
    color: #fff;
    box-shadow: 0px 5px 10px 3px rgba(42, 54, 64, 0.2);
    text-shadow: 0px 0px 10px #ffffff;
}
.rtl-button.active{
    color: #fff;
}
.product-mini-cart {
    position: relative;
}
.product-mini-cart .product-delete{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}
.product-mini-cart .product-delete a{
    background: #fff;
    border-radius: 6px 0px 6px 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
}
.login-popup-content .link-button1{
    height: 60px!important;
}
.main-header4-new .logo-header1{
    margin-right: -10px;
    display: none;
}
.main-header4-new .box-search-account-cart{
    display: none;
}
.fixed-header .main-header4-new .logo-header1
{
    display: block;
}
.fixed-header .main-header4-new .box-search-account-cart
{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.fixed-header .main-header4-new .box-search-account-cart .account-manager>a,
.fixed-header .main-header4-new .box-search-account-cart .search-style-popup>a,
.fixed-header .main-header4-new .box-search-account-cart .mini-cart-box>a {
    line-height: 63px;
    height: 63px;
}
.content-default-404{
    padding: 100px 0px;
}

/* Plugin woocommerce-tm-extra-product-options*/
.woocommerce .tm-has-options.product form.cart:not(.variations_form) {
    display: block;
}
.woocommerce .tm-has-options.product form.cart:not(.variations_form) .detail-qty {
    display: inline-block;
    vertical-align: top;
}
.woocommerce .tm-has-options.product form.cart:not(.variations_form) .button.single_add_to_cart_button {
    float: none;
    vertical-align: top;
}
.tm-extra-product-options-totals dt, .tm-extra-product-options-totals dd {
    padding-bottom: 10px;
    display: inline-block;
    width: 49%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    text-transform: uppercase;
}
.tm-extra-product-options-totals dt.tm-final-totals, .tm-extra-product-options-totals dd.tm-final-totals {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom:none;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap {
    display: inline-block;
    width: 23.6%;
    vertical-align: top;
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-right: 10px;
    margin-top: 10px;
    color: #2a3640;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap:nth-child(3n+1):not(:first-child) {
    margin-right: 0px;
}
.tc-mode-images .tc-label-wrap {
    display: inline-block;
}
.tm-extra-product-options .tm-epo-element-label{
    color: #2a3640;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Roboto Slab', cursive;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price .amount{
    color: #e01e48;
    font-weight: 700;
    font-size: 14px!important;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price del .amount{
    font-weight: 400;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
    opacity: 1;
}
.tm-extra-product-options .tmcp-field-wrap .tc-price del{
    font-size: 14px!important;
    color: #999!important;
}

.tm-extra-product-options .tmcp-field-wrap .tc-price del .amount{
    color: #999!important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}

.tc-extra-product-options  [class*="li-"],.tc-extra-product-options  [class^=li-]{
    font-family: none!important;
}

.tm-description > p {
    color: #999;
    margin-bottom: 5px;
}
.tm-extra-product-options .tm-cell {
    margin-bottom: 30px;
}
.tc-totals-form{
    background: #fff;
    padding: 0px 20px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}
.tc-totals-form dl{
    margin-bottom: 0px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
    color: #e01e48;
}
.tm-has-options form.cart label.qty-label{
    line-height: 60px;
}
/*End woocommerce-tm-extra-product-options*/



























@media (min-width: 1171px) {
    .main-nav1 > ul > li > a {
        height: 120px;
        line-height: 120px;
    }
    .main-header4 .main-nav1 > ul > li > a {
        height: 65px;
        line-height: 65px;
    }
}/* End min width 1171*/

@media (max-width: 1680px) {

}/* End max width 1680*/
@media (max-width: 1440px) {
    .banner-video-home1 .wpb-wrapper-margin-auto .wpb_wrapper {
        margin-bottom: auto;
        margin-top: 0px;
    }
    .box-product2-home-5 .product-slider-view {
        padding: 0px 100px;
    }
    .bg-banner-about-video {
        margin-top: -155px;
    }
    .main-nav-default .main-nav > ul > li > a{
        padding: 0px 15px;
    }
    .logo-macy-default {
        width: 25%;
        padding-left:25px;
    }
    .main-nav-default {
        width: 75%;
    }
    .banner-slider-home1 #rev_slider_1_1_wrapper .custom_copy75.tp-rightarrow,
    .banner-slider-home1 #rev_slider_5_1_wrapper .custom_copy75.tp-rightarrow,
    .banner-slider-home5 #rev_slider_8_1_wrapper .custom_copy75.tp-rightarrow,
    .banner-slider-content #rev_slider_7_1_wrapper .custom_copy75.tp-rightarrow
    {
        margin-right: -15px!important;
    }
    .banner-slider-home1 #rev_slider_1_1_wrapper .custom_copy75.tp-leftarrow,
    .banner-slider-home1 #rev_slider_5_1_wrapper .custom_copy75.tp-leftarrow,
    .banner-slider-home5 #rev_slider_8_1_wrapper .custom_copy75.tp-leftarrow,
    .banner-slider-content #rev_slider_7_1_wrapper .custom_copy75.tp-leftarrow
    {
        margin-left: -15px!important;
    }
}/* End max width 1440*/

@media (max-width: 1350px) {
    .banner-slider-home1 #rev_slider_1_1_wrapper .custom_copy75.tparrows,
    .banner-slider-home1 #rev_slider_5_1_wrapper .custom_copy75.tparrows,
    .banner-slider-home5 #rev_slider_8_1_wrapper .custom_copy75.tparrows,
    .banner-slider-content #rev_slider_7_1_wrapper .custom_copy75.tparrows
    {
        display: none;
    }

    .main-nav-default .main-nav > ul > li > a {
        padding: 0px 10px;
    }
}/* End max width 1350*/
@media (max-width: 1280px) {
    .main-nav-default .main-nav > ul > li > a {
        padding: 0px 7px;
    }

    .content-sidebar-right .container-single-blog, .content-sidebar-right .content-list-blog {
        margin-right: 0px;
    }
    .content-sidebar-left .container-single-blog, .content-sidebar-left .content-list-blog {
        margin-left: 0px;
    }
}/* End max width 1280*/
@media (max-width: 1200px) {

}/* End max width 1200*/
@media (max-width: 1199px) {
    .box-product2-home-5 .product-slider-view {
        padding: 0px 60px;
        margin-top: 60px;
        margin-bottom: 110px;
    }
    .box-product2-home-5 .owl-carousel .owl-nav button.owl-prev {
        left: -8px;
    }
    .box-product2-home-5 .owl-carousel .owl-nav button.owl-next{
        right: -8px;
    }
    .box-product2-home-5 .product-slider-view .owl-item{
        padding: 0px 15px;
    }
    .slider-slick-post .item-post:not(.slick-center) .item-grid-post-style1 .post-thumb, .slider-slick-post .item-post:not(.slick-center) .item-grid-post-style1 .post-info {
        opacity: 1;
    }
    .slider-slick-post .item-post {
        padding: 15px;
    }
    .slider-slick-post .item-grid-post-style1 {
         margin-top: 0px;
    }
    .box-post-home3 .box-title-page {
        padding-top: 0px;
    }
    .slider-slick-post .slick-list {
        margin: -15px;
    }
    button.slick-prev{
        left: 0px;
    }
    button.slick-next{
        right: 0px;
    }
}/* End max width 1200*/

@media (max-width: 1170px) {
    .tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap{
        width: 46.6%;
    }
    .woocommerce div.product form.cart .button.single_add_to_cart_button{
        padding: 0px 20px!important;
    }
    .link-button5{
        height: 50px;
        line-height: 46px!important;
        padding: 0px 20px;
    }
    .box-banner-product-before {
        padding-left: 0px;
        padding-right: 0px;
    }
    .top-header4 .col-social-header4{
        width: 100%;
    }
    .top-header4 .social-list-style1 a{
        display: inline-block;
    }
    .main-header4-new .logo-header1
    {
        display: block;
    }
    .main-header4-new .box-search-account-cart
    {
        display: flex;
        display: -ms-flex;
        display: -webkit-flex;
    }
    .top-header4 .logo-macy,
    .top-header4 .box-search-account-cart
    {
       display: none;
    }
    .box-service1-home4 .box-title-page{
        border-right:none;
    }
    a.rtl-button{
        display: none;
    }
    .comment-table-custom .comment-info {
        padding-left: 70px;
    }
    .item-comment .comment-thumb {
        width: 50px;
    }
    .comment-list ul.children {
        padding-left: 70px;
    }
    .logo-macy-default {
        width: 100%;
        padding-left: 15px;
    }
    .main-nav-default {
        width:auto;
        padding-right: 0px;
    }
    .logo-macy-default h1 {
        height: 100px;
        line-height: 100px;
    }
    .style-without-image .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
    .style-without-image .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
    .content-sidebar-left .item-product-meta-info .col-md-6 ,
    .content-sidebar-right .item-product-meta-info .col-md-6
    {
        width: 100%;
    }
    .content-sidebar-left .item-product-meta-info .col-md-6 .share-prodcuct-single,
    .content-sidebar-right .item-product-meta-info .col-md-6 .share-prodcuct-single
    {
        text-align: left;
    }
    .product-rating-sku .list-inline-rating-sku >li .woocommerce-product-rating {
        margin-right: 30px;
    }
    .detail-product-tabs {
        padding-top: 80px;
    }
    .extra-link-hover1 a{
        margin: 0px 2px;
    }

    .item-product-list .extra-link-hover1 {
        opacity: 1;
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
    }
    .item-product-list .product-title {
        font-size: 24px;
    }
    .product-info .hover-desr-list-active .more-details-btn,
    .detail-info .hover-desr-list-active .more-details-btn {
        display: block;
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .item-list-post-style2 .title-post {
        line-height: 28px;
        font-size: 24px;
    }
    .banner-video-about {
        margin-bottom: 90px;
    }
    .banner-video-about h3, .banner-video-header-cate3 h3 {
        line-height: 50px;
        font-size: 40px;
    }
    .map-contact{
        height: 500px!important;
        margin-bottom: 90px;
    }
    .banner1-home6 .banner-info a {
        min-width: auto;
        padding: 0px 30px;
    }
    .banner1-home6 .banner-info .title24 {
        font-size: 14px;
    }
    .box-service2-home6{
        padding-top: 100px;
        padding-bottom:100px;
    }
    .box-service-home6 {
        padding-top: 190px;
        padding-bottom: 70px;
    }
    .online-doctor-home6 .element-parent{
        padding: 50px;
    }
    .online-doctor-home6 .element-parent .title32{
        font-size: 24px;
    }
    .element-categories-box- .sum-count-cart{
        opacity: 1;
    }
    .box-product2-home-5 .product-slider-view {
        margin-bottom: 90px;
    }
    .box-category-home4 {
        background-size: cover;
        padding-top: 90px;
        padding-bottom: 100px;
    }
    .box-service2-home5 {
        padding-bottom: 85px;
    }
    .box-service-home5 {
        padding-bottom: 45px;
    }
    .banner-slider-home5 {
        margin-bottom: 100px;
    }
    .item-product-grid-style3 .extra-link-hover1 a {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    .box-product2-home4 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
    .padding-bottom120{
        padding-bottom: 100px;
    }
    .padding-top120 {
        padding-top: 100px;
    }
    .box-banner1-home4 .box-title-page {
        padding-left: 40px;
        padding-right: 40px;
    }
    .box-service2-home4 {
        padding-bottom: 70px;
        padding-top: 350px;
    }
    .box-banner-video-home4 .about-video {
        margin-top: 70px;
    }
    .banner-slider-home4 {
        margin-bottom: 100px;
    }
    .top-header3 .social-list-style1 a {
        line-height: inherit;
    }
    .top-header3 .title-mobile{
        margin-top: 8px;
    }
    .prouduct-deals-home3 .owl-carousel .owl-nav button.owl-prev {
        left: 20px;
    }
    .prouduct-deals-home3 .owl-carousel .owl-nav button.owl-next {
        right: 20px;
    }
    .box-post-home3 {
        padding-top: 100px;
        padding-bottom: 160px;
    }
    .contact-form-home3 .right .wpb_wrapper {
        margin-left: 50px;
    }
    .contact-form-home3 .banner-advs {
        margin-right: -60px;
    }
    .contact-form-home3 {
        margin-bottom: 100px;
        margin-top: 100px;
    }
    .box-service-home3 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .countdown-style-default .time_circles>div:after {
        bottom: 15px;
    }
    .countdown-style-default .time_circles>div:before {
        top: 15px;
    }
    .countdown-style-default .time_circles>div{
        font-size: 24px;
        height: 50px;
        line-height: 50px;
        min-width: 50px;
    }
    .countdown-style-default .number {
        line-height: 22px;
    }
    .prouduct-deals-home3 {
        padding-top: 100px;
        padding-bottom: 60px;
    }
    .box-sevice-about {
        margin-bottom: 100px;
    }
    .box-sevice-about .item-service-style2:first-child {
        margin-top: 0px;
    }
    .item-service-style5 .title40{
        font-size: 32px;
    }
    .item-service-style5 .title24{
        font-size: 18px;
    }
    .footer2-center {
        margin-bottom: 90px;
    }
    .main-footer2, .main-footer3 {
        padding-top: 100px;
    }
    .online-doctor h3{
        font-size: 32px;
    }
    .banner2-home2 {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .banner2-home2 .title60 {
       font-size: 30px;
    }
    .product-tab-home2 {
        padding-bottom: 65px;
        margin-top: 60px;
    }
    .box-award {
        padding-top: 80px;
    }
    .testimonial-home2 {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    .item-service-style4 {
        padding: 20px;
    }
    .box-service-home2,.product1-home2 {
        padding-bottom: 70px;
        padding-top: 90px;
    }
    .banner-slider-home2 {
        margin-bottom: 100px;
    }
    .box-banner1-home2 {
        padding-bottom: 70px;
    }
    .box-team-home1 {
        padding-top: 95px;
        padding-bottom: 150px;
    }
    .box-brand-video-blog-team {
        padding-bottom: 94px;
        margin-bottom: 0px;
        padding-top: 50px;
    }
    .contact-form-home1.contact-form-macy {
         margin-bottom: 0px;
    }
    .product-home1 {
        padding-top: 90px;
        padding-bottom: 43px;
    }
    .box-blog-home1{
        padding-top: 95px;
        padding-bottom: 95px;
    }
    .banner-slider-home1 {
        margin-bottom: 100px;
    }
    .box-banner1-home1 .banner1-home1 {
        margin-bottom: 0px;
    }
    .box-banner1-home1 {
        margin-bottom: 60px;
    }
    .bg-banner-about-video {
        margin-top: -130px;
        margin-bottom: -60px;
    }
    .contact-form-slider input[type=number],
    .contact-form-slider input[type=email],
    .contact-form-slider input[type=text] {
        height: 45px!important;
        line-height: 45px!important;
        margin-bottom: 10px!important;
    }
    .contact-form-slider textarea {
        margin-bottom: 10px!important;
    }
    .contact-form-slider .form-slider-option{
        padding: 20px!important;
    }
    .contact-form-slider h3 {
        font-size: 18px;
        height: 60px;
        line-height: 60px!important;
    }
    .icon-play:after {
        height: 98px;
        width: 98px;
    }
    .icon-play {
        font-size: 30px;
        line-height: 70px;
        height: 70px;
        width: 70px;
    }
    .banner-video-home1 .box-title-page {
        padding-left: 30px;
    }
    .contact-form-macy .wpcf7 {
        padding: 30px;
    }
    .logo-footer1 .text-logo {
        font-size: 40px;
    }
    .item-about-team2 .title24 {
        font-size: 18px;
    }
    .item-about-team2 .title18{
        font-size: 14px;
    }
    .link-button1,.link-button4,.link-button6{
        padding: 0px 25px;
        min-width: auto;
        height: 45px;
        line-height: 45px!important;
    }
    .box-title-page .title, .banner-info-about-video .title,
    .box-award h3{
        font-size: 26px;
        line-height: 32px;
    }
    .box-title-page p.title18{
        font-size: 14px;
        line-height: 24px;
    }
    .banner-slider-content .title-banner-slider{
        font-size: 40px!important;
        line-height: 50px!important;
    }
    .banner-slider-content .desc-banner-slider{
        font-size: 14px!important;
        line-height: 24px!important;
    }
    .logo-footer2 .text-logo {
        font-size: 40px;
    }
    .social-footer2 .social-list-style1 {
        margin-right: 30px;
    }
    .list-link-footer {
        margin-right: 50px;
    }
    .menu-header5>ul{
        margin-top: 15px;
    }
    .social-language-currency .social-list-style1 {
        margin-right: 30px;
    }
    .social-list-style1 a {
        margin-right: 15px;
        padding-right: 15px;
    }
    .social-list-style1 a:after {
        height: 20px;
        margin-top: -10px;
    }
    .social-language-currency {
        padding-top: 39px;
        padding-bottom: 39px;
    }
    .main-header5 .main-nav .toggle-mobile-menu{
        border-radius: 6px 0px 0px 6px;
    }
    .main-header5 .fixed-header .main-nav .toggle-mobile-menu{
        border-radius: 0px;
    }
    .fixed-header .menu-header5>ul {
        margin-top: 0px;
    }
    .main-header4 .main-nav .toggle-mobile-menu {
        height: 70px;
        width: 50px;
        padding: 20px 10px;
    }
    .main-header4 .toggle-mobile-menu:after {
        width: 30px;
    }
    .main-header4 .toggle-mobile-menu .icon-menu:before {
        width: 15px;
    }
    .main-header4 .toggle-mobile-menu .icon-menu:after {
        width: 20px;
    }
    .main-header4 .toggle-mobile-menu .icon-menu:after {
        bottom: 20px;
    }
    .main-header4 nav.active .toggle-mobile-menu .icon-menu:after, .main-header4 nav.active .toggle-mobile-menu .icon-menu:before {
        width: 41px;
        left: 5px;
    }
    .fixed-header .main-header4 .main-nav .toggle-mobile-menu {
        padding: 22px 20px;
    }
    .top-header4 .social-header4 {
        height: 55px;
    }
    .top-header4{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .top-header3 .mini-cart2 {
        margin-left: 15px;
    }
    .mini-cart2 .mini-cart-link {
        padding: 0px 15px;
    }
    .main-header3 .menu-header1 {
         margin-left: 0px;
    }
    .search-header3 {
        padding: 27px 0px;
    }
    .fixed-header .main-nav .toggle-mobile-menu{
        height: 70px;
        padding: 22px 15px;
        width: 70px;
    }
    nav.active .toggle-mobile-menu .icon-menu:before,
    nav.active .toggle-mobile-menu .icon-menu:after{
        left: 24px;
    }
    .fixed-header nav.active .toggle-mobile-menu .icon-menu:before,
    .fixed-header nav.active .toggle-mobile-menu .icon-menu:after {
        left: 17px;
    }
    .fixed-header .toggle-mobile-menu .icon-menu:after{
        bottom: 20px;
    }
    .fixed-header nav.active .toggle-mobile-menu .icon-menu:before,
    .fixed-header nav.active .toggle-mobile-menu .icon-menu:after
    {
        width: 37px;
    }
    .menu-header1 {
        margin-left: 0px;
    }
    .logo-header1 a {
        height: 100px;
        line-height: 90px;
    }
    .box-search-account-cart .account-manager>a, .box-search-account-cart .search-style-popup>a, .box-search-account-cart .mini-cart-box>a {
        line-height: 100px;
        height: 100px;
    }
    .box-banner1-home1 .box-title-page {
        padding-left: 30px;
    }
    .banner1-home1 .banner-info {
        padding: 30px;
    }
    .banner1-home1 .banner-info {
        margin-top: -100px;
        margin-left: -100px;
    }
    .banner1-home1 h2 {
        margin-bottom: 20px;
    }
    .banner1-home1 .banner-info:after {
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid white;
        right: -20px;
        bottom: -40px;
    }
    .banner1-home1 .banner-info:before {
        width: 60px;
        height: 20px;
        right: -8px;
        bottom: 11px;
    }
    .banner-info-about-video {
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-video .icon-play {
        left: -50px;
    }
    .contact-form-macy:not(.contact-form-home1){
        margin-bottom: 100px;
    }
    .tab-product-accordion2{
        padding-top: 20px;
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        width: 50px;
    }
    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin-left: 70px;
    }
}/* End max width 1170*/

@media (max-width: 1024px) {
    .logo-macy-default h1 {
        font-size: 24px;
    }
    .social-language-currency .social-list-style1 {
        margin-right: 8px;
    }
    .social-dropdown-mobile .title-mobile{
        display: inline-block;
    }
    .social-dropdown-mobile {
        position: relative;
    }
    .social-dropdown-mobile.active-social {
        z-index: 1111;
    }
    .social-dropdown-mobile .social-list{
        display: none;
        position: absolute;
        background: #fff;
        margin-top: 10px;
        padding: 5px 15px;
        min-width: 290px;
        box-shadow: 0px 8px 30px -5px rgba(0,0,0,.1);
    }
    .social-dropdown-mobile a{
        display: block;
        margin-right: 0px;
        padding-right: 0px;
        padding: 10px 0px;
        border-bottom: 1px solid #ccc;
    }
    .social-dropdown-mobile a:last-child{
        border-bottom: none;
    }
    .social-dropdown-mobile a:after{
       display: none;
    }
    .social-header4 .title-mobile{
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

}/* End max width 1024*/
@media (max-width: 1023px) {

}/* End max width 1023*/
@media (min-width: 992px) {

    .item-service-style2.reverse-service {
        padding-right: 75px;
        padding-left: 0px;
    }
    .item-service-style2.reverse-service .info-service{
        text-align: right;
    }
    .item-service-style2.reverse-service .icon-link {
        right: 0;
        left: auto;
    }
}/* End min width 991*/
@media (min-width: 768px) and (max-width: 991px) {
    .content-sidebar-right .style-gallery-horizontal>.row>.col-sm-6{
        width: 100%;
    }
    .content-sidebar-left .style-gallery-horizontal>.row>.col-sm-6{
        width: 100%;
    }
    .content-sidebar-left .style-gallery-horizontal>.row>.col-sm-6 .detail-info,
    .content-sidebar-right .style-gallery-horizontal>.row>.col-sm-6 .detail-info
    {
        padding-top: 30px;
    }
}
@media (max-width: 991px) {

    .content-default-404{
        padding: 70px 0px;
    }
    .widget_product_categories ul.sub-menu, .widget_product_categories ul.children, .widget_nav_menu ul.sub-menu, .widget_nav_menu ul.children, .widget_pages ul.sub-menu, .widget_pages ul.children, .widget_categories ul.sub-menu, .widget_categories ul.children {
        padding-left: 13px;
    }
    .comment-list .depth-3 ul.children {
        padding-left: 0;
    }
    #order_review {
        padding: 15px;
    }
    .tab-product-accordion .detail-tab-desc
    {
        padding: 15px;
    }
    .woocommerce .content-sidebar-left div.product div.images .carousel li img ,
    .woocommerce .content-sidebar-right div.product div.images .carousel li img
    {
        width: 50px;
    }
    .content-sidebar-right .detail-gallery .carousel li,
    .content-sidebar-left .detail-gallery .carousel li
    {
        min-height: 50px;
    }
    .banner-feature-product .banner-advs{
        margin-bottom: 40px;
    }
    .related-product {
        padding-top: 50px;
    }
    .detail-product-tabs {
        padding-top: 50px;
    }
    .header-category2 .banner-slider{
        margin-left: 50px;
        margin-right: 50px;
    }
    .header-category1 .element-parent {
        padding-bottom: 80px;
    }
    .header-category1 .item-service-style6{
        margin-bottom: 30px;
    }
    .item-product-grid-style6:hover .extra-link-hover6 {
        right: 10px;
    }
    .extra-link-hover6 {
        width: 40px;
        bottom: 10px
    }
    .extra-link-hover6 a {
        height: 40px;
        line-height: 40px;
        width: 25px;
        font-size: 18px;
    }
    .widget {
        margin-bottom: 40px;
    }
    .list-col-item {
        padding: 0 7.5px;
    }
    .blog-grid-view .list-post-wrap {
        margin: 0 -7.5px;
    }
    .blog-grid-view .item-post {
        margin-bottom: 15px;
    }
    .content-menu-shop .mega-list-cat
    {
        margin-bottom: 30px;
    }
    .single-list-social {
        text-align: left;
    }
    .leave-comments .comment-respond {
        padding: 30px 20px;
    }
    .related-post-slider {
        margin: -15px -7.5px 0px;
    }
    .related-post-slider .item-post {
        margin: 15px 7.5px;
    }
    .item-grid-post-style1 {
        padding: 15px;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    }
    .leave-comments .comment-respond, .single-related-post, .blog-comment-detail {
        margin-top: 60px;
    }
    .title-single-related-post,
    .comment-reply-title{
        font-size: 24px;
    }
    .title-single-related-post,
    .comment-reply-title{
        margin-bottom: 40px;
    }
    .main-page-default {
        padding: 70px 0;
    }
    .banner-video-about .icon-play, .banner-video-header-cate3 .icon-play {
        margin-bottom: 30px;
    }
    .banner-video-about h3, .banner-video-header-cate3 h3 {
        line-height: 40px;
        font-size: 36px;
    }
    .banner-video-about {
        margin-bottom: 60px;
    }
    .map-contact {
        height: 300px!important;
    }
    .contact-form-macy:not(.contact-form-home1) {
        margin-bottom: 70px;
    }
    .map-contact{
        margin-bottom: 60px;
    }
    .contact-form-macy:not(.contact-form-home1) {
        margin-top: 35px;
    }
    .box-service2-home6 .item-service-style2 .description {
        max-width: 100%;
    }
    .box-service2-home6 .left .wpb_wrapper {
        padding: 40px 40px 40px;
    }
    .online-doctor-home6 .element-parent {
        padding: 30px;
    }
    .box-service-home6 {
        padding-top: 160px;
        padding-bottom: 40px;
    }
    .online-doctor-home6 .text-right{
        text-align: left;
    }
    .online-doctor-home6{
        margin-top: 0px;
        padding-top: 70px;
    }
    .box-service2-home6{
        padding-top: 70px;
        padding-bottom:70px;
    }
    .box-social-list-home5 {
        margin-top: 20px;
    }
    .box-category-home4 {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .box-service2-home5 {
        padding-bottom: 55px;
    }
    .banner-slider-home5 {
        margin-bottom: 70px;
    }
    .box-service-home5 {
        padding-bottom: 15px;
    }
    .item-testimonial .testimonial-content {
        padding-right: 0px;
    }
    .item-testimonial .testimonial-info h3 {
        font-size: 18px;
    }
    .box-service2-home4 {
        padding-bottom: 40px;
        padding-top: 235px;
        margin-top: -170px;
    }
    .banner-info-about-video .description {
        margin-bottom: 10px;
    }
    .box-service1-home4 .box-title-page{
        margin-bottom: 40px;
        text-align: center;
    }
    .box-banner-video-home4 .about-video {
        margin-top: 40px;
    }
    .banner-slider-home4 {
        margin-bottom: 70px;
    }
    .box-product2-home4 {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .padding-top120 {
        padding-top: 70px;
    }
    .padding-bottom120 {
        padding-bottom: 70px;
    }
    .box-banner1-home4 .box-title-page {
        padding: 30px 15px;
    }
    .box-service-home3 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .item-service-style2 .info-service h3 {
        font-size: 18px;
    }
    .box-sevice-about .item-service-style2 {
        margin-top: 30px;
    }
    .box-post-home3 {
        padding-top: 70px;
        padding-bottom: 130px;
    }
    .contact-form-home3 .right .wpb_wrapper {
        margin-left: 0px;
        padding-right: 50px;
        padding-bottom: 30px;
    }
    .contact-form-home3 .banner-advs {
        margin-right: 0px;
    }
    .contact-form-home3 {
        margin-bottom: 70px;
        margin-top: 70px;
    }
    .prouduct-deals-home3 {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .box-sevice-about {
        margin-bottom: 70px;
    }
    .box-sevice-about .sevice-right {
        padding-left: 0px;
    }
    .box-sevice-about .sevice-left {
        padding-right: 0px;
    }
    .box-sevice-about .center{
        display: none;
    }
    .tab-7up-style1 .nav-tabs>li>a{
        min-width: auto;
    }
    .tab-7up-style1 .title-tab > li {
        padding: 0 7.5px;
        margin-bottom: 15px;
    }
    .tab-7up-style1 .title-tab {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .box-service-countup-home2 {
        margin-top: -75px;
    }
    .testimonial-home2 {
        padding-top: 70px;
        padding-bottom: 145px;
    }
    .item-service-style5 {
        padding: 40px 15px;
    }
    .main-footer2, .main-footer3 {
        padding-top: 70px;
    }
    .footer2-center {
        margin-bottom: 50px;
    }
    .online-doctor {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .box-brand-home2 {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .banner2-home2 {
        padding-top: 65px;
        padding-bottom: 70px;
    }
    .product-tab-home2 {
        padding-bottom: 35px;
    }
    .tab-7up-style1 .tab-header {
        margin-bottom: 25px;
    }
    .box-award {
        padding-top: 50px;
    }
    .box-banner1-home2 {
        padding-bottom: 40px;
    }
    .box-service-home2, .product1-home2 {
        padding-bottom: 40px;
        padding-top: 60px;
    }
    .box-banner1-home2 .box-title-page {
        margin-top: 30px;
    }
    .banner-slider-home2 {
        margin-bottom: 70px;
    }
    .bg-transparent {
        background-position: center;
    }
    .title-page {
        margin-bottom: 40px;
    }
    .show-by.show-order .dropdown-link .silver {
        min-width: 180px;
    }
    .content-page {
        padding: 70px 0;
    }
    .footer1-center {
        margin-bottom: 70px;
    }
    .instagram-footer1 .title-footer, .mailchimp-footer2 .title-footer {
        margin-bottom: 50px;
    }
    .title-footer {
        margin-bottom: 45px;
    }
    .main-footer1 .logo-footer1, .main-footer4 .logo-footer4 {
        margin-bottom: 20px;
    }
    .mailchimp-footer1 {
        margin-bottom: 70px;
    }
    .box-team-home1 {
        padding-top: 63px;
        padding-bottom: 125px;
    }
    .box-blog-home1 {
        padding-top: 63px;
        padding-bottom: 63px;
    }
    .box-brand-video-blog-team {
        padding-bottom: 60px;
        padding-top: 20px;
    }
    .header-contact-home1 {
        padding-top: 63px;
        padding-bottom: 363px;
    }
    .box-title-page a {
        margin-top: 35px;
    }
    .line-title {
        margin-bottom: 15px;
    }
    .box-title-page .title, .banner-info-about-video .title {
        margin-bottom: 8px;
    }
    .product-home1 .box-title-page,
    .box-service-home2 .box-title-page,
    .box-service-home6 .box-title-page,
    .box-blog-home1 .box-title-page,
    .product1-home2 .box-title-page,
    .box-category-home4 .box-title-page,
    .box-service2-home4 .box-title-page{
        margin-bottom: 35px;
    }
    .product-home1 {
        padding-top: 64px;
        padding-bottom: 12px;
    }
    .banner1-home1 {
        padding-bottom: 170px;
    }
    .banner-slider-home1 {
        margin-bottom: 70px;
    }
    .bg-banner-about-video {
        margin-top: -80px;
    }
    .banner-video-home1 .box-title-page {
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 70px;
    }
    .footer1-center .vc_col-sm-6:nth-child(2n+1),
    .footer2-center .vc_col-sm-6:nth-child(2n+1)
    {
        clear: both;
    }
    .mailchimp-style-default .form-newsletter input[type=submit],
    .mailchimp-style-default .form-newsletter button[type=submit]
    {
        padding: 0px 20px!important;
    }
    .mailchimp-footer1 .item-service-style1 {
        margin-right: 30px;
    }
    .box-product2-home-5 .product-slider-view {
        margin-bottom: 60px;
    }
    .share-prodcuct-single {
        text-align: left;
    }
}/* End max width 991*/
@media (max-width: 782px) {
    .admin-bar .fixed-header.active {
        top: 46px;
    }
}/* End max width 782*/
@media (width: 768px) {

}/* End width 768*/
@media (max-width: 768px) {
    .box-service2-home5 {
        background: none;
    }
    .shop_table_responsive.cart   .detail-qty {
        height: 38px;
        width: 100px;
    }
    .shop_table_responsive.cart .detail-qty .qty-val {
        height: 38px;
        line-height: 38px;
        width: 45px
    }
}/* End max width 768*/
@media (max-width: 767px) {
    .box-sevice-about .banner-advs.round-image {
         margin-left: 40px;
         margin-right: 40px;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .product-slider {
        margin: 0 -7.5px;
    }
    .product-slider .item-product {
        margin: 0 7.5px 15px;
    }
    .detail-info{
        padding-top: 30px;
    }
    .woocommerce nav.woocommerce-pagination {
        text-align: center;
    }
    .content-sidebar-right, .content-sidebar-left {
        margin-bottom: 70px;
    }
    #main-content >.container >.row{
        display: flex;
        flex-direction: column;
    }
    .sidebar-position-left {
        order: 2;
    }
    .content-menu-blog .mega-list-cat
    {
        margin-bottom: 30px;
    }
    form.comment-form .contact-name, form.comment-form .contact-email {
        width: 100%;
        margin-bottom: 15px;
    }
    form.comment-form .contact-name {
        padding-right: 0px;
    }
    form.comment-form .contact-email {
        padding-left: 0px;
    }
    .banner-post-single {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .tags-share-post {
        margin-top: 20px;
    }
    blockquote{
        padding: 20px 15px 20px 40px;
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    blockquote p {
        font-size: 14px;
        line-height: 24px;
    }
    blockquote:before {
        top: 25px;
        left: 10px;
        background-size: 18px 18px;
        height: 18px;
        width: 18px;
    }
    .title-post-single{
        font-size: 24px;
    }
    .banner1-home6{
        margin-top: 30px;
    }
    .contact-form-home3 .box-title-page .title {
        margin-bottom: 20px;
    }
    .box-post-home3 .box-title-page {
        margin-bottom: 30px;
    }
    .prouduct-deals-home3 .owl-carousel .owl-nav button.owl-prev {
        left:0px;
    }
    .prouduct-deals-home3 .owl-carousel .owl-nav button.owl-next {
        right:0px;
    }
    .prouduct-deals-home3 .owl-carousel .owl-nav button.owl-prev, .prouduct-deals-home3 .owl-carousel .owl-nav button.owl-next {
        margin-top: -98px;
    }
    .prouduct-deals-home3 .box-title-page,
    .prouduct-deals-home3 .countdown-style-default
    {
        margin-bottom: 30px;
    }
    .box-sevice-about .sevice-right .item-service-style2:first-child {
        margin-top: 30px;
    }
    .box-award h3{
        text-align: center;
        margin-bottom: 10px;
    }
    .box-award .element-parent{
        float: none!important;
    }
    .box-banner1-home2:hover .banner-left {
        margin-bottom: 0px;
    }
    .banner-slider-home2 {
        margin-bottom: 60px;
    }
    .box-banner1-home2 .banner-left {
        margin-top: 0px;
    }
    .box-banner1-home2:hover .banner-right {
        margin-top: 0px;
    }
    .box-banner1-home2 .box-title-page {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .wrap-bread-crumb {
        min-height: 300px;
    }
    .bread-crumb-title {
        font-size: 30px;
    }
    .list-col-item ,.list-product-wrap .item{
        padding: 0px 7.5px!important;
    }
    .row.list-product-wrap ,.product-slider-view .list-product-wrap{
        margin-right: -7.5px!important;
        margin-left: -7.5px!important;
    }
    .line-title {
        font-size: 12px;
    }
    .line-title:after {
        height: 2px;
        bottom: -4px;
    }
    .extra-link-hover1 a {
        font-size: 18px;
        height: 35px;
        line-height: 35px;
        width: 35px;
        margin: 0px 1px;
    }
    .box-banner1-home1 .banner1-home1 {
        margin-bottom: 30px;
    }
    .banner1-home1 h2, .box-title-page .title, .banner-info-about-video .title,
    .box-title-page .title, .banner-info-about-video .title, .box-award h3{
        font-size: 20px;
        line-height: 24px;
    }
    .banner-slider-content .title-banner-slider{
        font-size: 24px!important;
        line-height: 30px!important;
    }
    .contact-form-macy .wpcf7 {
        padding: 15px;
    }
    .contact-form-home3 .wpcf7-form-control-wrap,
    .contact-form-macy .wpcf7-form-control-wrap
    {
        margin-bottom: 15px;
    }
    .box-banner1-home1 .box-title-page {
        padding-left: 0px;
    }
    .banner1-home1{
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .banner1-home1 .banner-info {
        margin-top: 30px;
        margin-left: 0;
        position: unset;
    }
    .box-banner1-home1 .banner1-home1 {
        margin-right: 0px;
    }
    .main-footer1,
    .main-footer4
    {
        margin-top: 83px;
    }
    .item-service-style1 {
        padding-left: 70px;
    }
    .mailchimp-footer1{
        display: block;
        padding: 15px;
        margin-top: -83px;
    }
    .mailchimp-footer1 .item-service-style1 {
        margin-right: 0px;
    }
    .mailchimp-footer1 .mailchimp-style-default{
        margin-top: 20px
    }
    .social-header4 .social-list{
        position: unset;
        transform: none;
    }
    .top-header4 .logo-macy{
        text-align: left;
    }
    .top-header4 .social-header4{
        height: auto;
    }
    .logo-macy .text-logo{
        font-size: 36px;
    }
    .col-social-header4{
        border-bottom: 1px solid #f5f5f5;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .prouduct-deals-home3 .box-title-page {
        padding-top: 0px;
    }
    .popup-search-element{
        padding: 0px 15px;
    }
    .top-header3 .mini-cart2 .mini-cart-link{
        background: transparent;
        color: #2a3640;
    }
}/* End max width 767*/

@media (max-width: 667px) {
    .sticky-addcart .product-price {
        margin-right: 10px;
    }
    .sticky-addcart .product-thumb{
        margin-right: 0px;
    }
    .item-product-sticky-addcart .product-info{
        display: none;
    }
    .about-video .col-xs-5,
    .about-video .col-xs-7
    {
        width: 100%;
    }
    .about-video .adv-thumb-link
    {
        width: 100%;
    }
    .about-video .icon-play {
        left: 50%;
        margin-left: -35px;
        top: 0;
        margin-top: -35px;
    }
    .banner-info-about-video {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 55px;
    }
    .bg-banner-about-video {
        display: none;
    }
}/* End max width 667 : Iphone 6,7,8 */
@media (max-width: 600px) {
    .admin-bar .fixed-header.active {
        top: 0px;
    }
}/* End max width 600 */

@media(max-width: 568px){

} /*End max-width: 568 Iphone 5*/
@media(max-width: 567px){
    .item-product-list .col-xs-5,
    .item-product-list .col-xs-7
    {
        width: 100%;
    }
    .item-product-list .product-thumb
    {
        margin-bottom: 30px;
    }
    .title-footer {
        margin-bottom: 30px;
    }
    .instagram-footer1 .title-footer, .mailchimp-footer2 .title-footer {
        margin-bottom: 35px;
    }
    .sort-pagi-bar .view-type {
        margin-left: -4px;
    }
    .sort-pagi-bar > li {
        margin: 0 3px;
        margin-bottom: 3px;
    }
    .sort-pagi-bar>.pull-right{
        float: none!important;
    }
    .social-language-currency{
        display: none;
    }
    .bottom-footer1 .social-list-style2{
        float: none!important;
        text-align: center;
        margin-top: 10px;
    }
    .bottom-footer1 .copyright{
        text-align: center;
    }
} /*End max-width: 567 : col ss*/
@media (max-width: 480px) {
    .fixed-header nav.active .toggle-mobile-menu .icon-menu:before, .fixed-header nav.active .toggle-mobile-menu .icon-menu:after {
        left: 7px;
    }
    .banner2-home2 .link-button1, .banner2-home2 .link-button6{
        margin-bottom: 10px;
    }
    .woocommerce-Reviews .comment-form-author, .woocommerce-Reviews .comment-form-email {
        width: 100%;
    }
    .woocommerce #review_form #respond p.comment-form-author,
    .woocommerce #review_form #respond p.comment-form-email{
        padding-right: 0px;
        padding-left: 0px;
    }
    .logo-macy-default h1 {
        height: 70px;
        line-height: 70px;
    }
    .detail-info .product-price > span, .detail-info .product-price ins ,.detail-info .product-price del{
        font-size: 14px;
    }
    .product-title-single{
        font-size: 24px;
    }
    .product-rating-sku .list-inline-rating-sku >li {
        display: block;
        margin-bottom: 10px;
    }
    .product-rating-sku .list-inline-rating-sku >li:last-child{
        display: block;
        margin-bottom: 0px;
    }
    .product-rating-sku .list-inline-rating-sku >li .woocommerce-product-rating {
        margin-right: 0px;
    }
    .wrap-bread-crumb {
        min-height: 250px;
    }
    .item-list-post-style2 {
        margin-bottom: 30px;
    }
    .item-list-post-style2 .title-post {
        line-height: 24px;
        font-size: 20px;
    }
    .banner-video-about .icon-play, .banner-video-header-cate3 .icon-play {
        margin-bottom: 20px;
    }
    .banner-video-about h3, .banner-video-header-cate3 h3 {
        line-height: 24px;
        font-size: 18px;
    }
    .banner-slider-home5 {
        margin-top: -35px;
    }
    .about-video .icon-play {
        margin-top: -28px;
    }
    .contact-form-home3 .right .wpb_wrapper {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 10px;
    }
    .sidebar-shop-top .dropdown-list {
        min-width: 295px;
    }
    .item-product-grid-style1 .product-info {
        padding-top: 10px;
    }
    .item-product-grid-style1 .product-title, .item-product-grid-style2 .product-title {
        margin-bottom: 5px;
    }
    .product-price > span, .product-price ins,.product-price del {
        font-size: 14px;
    }
    .banner1-home1 .banner-info {
        padding: 20px;
    }
    .icon-play:after {
        height: 78px;
        width: 78px;
    }
    .icon-play {
        font-size: 24px;
        line-height: 50px;
        height: 50px;
        width: 50px;
    }
    .main-header5 .mini-cart-box {
        margin-left: 5px;
    }
    .main-header5 .fixed-header .mini-cart-box {
        margin-left: 0px;
    }
    .main-header5 .mini-cart-link {
        width: 70px;
    }
    .main-header5 .box-search-account-cart .account-manager>a,
    .main-header5 .box-search-account-cart .search-style-popup>a,
    .main-header5 .box-search-account-cart .mini-cart-box>a {
        line-height: 70px;
        height: 70px;
    }
    .search-style_mobile_on{
        display: none;
    }
    .search-style-popup-mobile{
        display: inline-block!important;
    }
    .main-header3 .search-style-popup-mobile>a{
        line-height: 70px;
        background: #f5f5f5;
        height: 70px;
        display: inline-block;
        padding: 0px 20px;
    }
    .main-header3 .search-style-popup-mobile{
        float: right;
    }
    .mini-cart-box .dropdown-list {
        width: 100vw;
    }
    .logo-macy:not(.logo-footer1) .img-logo {
        margin-right: 10px;
        width: 32px;
    }
    .logo-macy:not(.logo-footer1) .text-logo {
        font-size: 20px;
    }
    .main-nav .toggle-mobile-menu {
        height: 70px;
        width: 50px;
        padding: 20px 10px;
    }
    .toggle-mobile-menu .icon-menu:after {
        bottom: 20px;
    }
    .toggle-mobile-menu .icon-menu:before {
        width: 15px;
    }
    .toggle-mobile-menu .icon-menu:after {
        width: 20px;
    }
    .toggle-mobile-menu:after {
        width: 30px;
    }
    nav.active .toggle-mobile-menu .icon-menu:after,
    nav.active .toggle-mobile-menu .icon-menu:before {
        width: 41px;
        left: 5px;
    }
    .logo-header1 a {
        height: 70px;
        line-height: 60px;
    }
    .box-search-account-cart .account-manager>a, .box-search-account-cart .search-style-popup>a, .box-search-account-cart .mini-cart-box>a {
        line-height: 70px;
        height: 70px;
    }
    .box-search-account-cart .account-manager>a, .box-search-account-cart .search-style-popup>a, .box-search-account-cart .mini-cart-box>a {
        padding: 0px 5px;
    }
    .box-search-account-cart {
        margin: 0px -8px;
    }
    .fixed-header .main-nav .toggle-mobile-menu {
        padding: 22px 10px;
        width: 50px;
    }
    .box-product2-home-5 .product-slider-view {
        padding: 0px 20px;
    }
    .detail-qty .qty-val {
        width: 50px;
    }
    .detail-qty {
        width: 110px;
    }
    .tab-product-horizontal .product-tab-title ul li a {
        padding: 0px 10px
    }
}/* End max width 480*/

@media(max-width: 375px){
    .wishlist_compare_single_product .compare-link > span, .wishlist_compare_single_product .wishlist-link > span{
        display: none;
    }
    .logo-macy-default h1 {
        font-size: 18px;
    }
    form.cart label.qty-label{
        display: none;
    }
    .icon-play:after {
        height: 50px;
        width: 50px;
        left: -10px;
    }
    .banner-video-about h3, .banner-video-header-cate3 h3 {
        line-height: 18px;
        font-size: 14px;
    }
    .icon-play {
        font-size: 18px;
        line-height: 30px;
        height: 30px;
        width: 30px;
    }
    .top-header3 .social-list-style2{
        display: none;
    }
} /*End max-width: 375*/

@media(width: 375px){

}
@media(max-width: 320px){
    .comment-table-custom .comment-info {
        padding-left: 0px;
    }
    .item-comment .comment-thumb {
        display: none;
    }
} /*End max-width: 320*/
