/*----------------------------------
Project: Fame-theme
Version: 1.0
Last change: 09/11/2020
Author: 7uptheme Team
Author URI: https://7uptheme.net/
01.General
    - Html basic
    - Theme Unitest
        - Unitest Basic
    - Widget Unitest
    - Unitest of Theme
    - Class basic
    - Preload
    - Hover CSS
    - Effect image adv
    - Select Box
    - Button Scoll Top
    - Page Pagination
    - Top filter
    - nav tabs
    - Begin Share Style 
02. Blog General
    - Column item posts
    - Style Post item
    - Single Post
        - Begin Meta post style
        - Begin tags and share single post
        - Begin post info author
        - Begin post control
        - Begin Comment list post
        - Begin Comment form post
        - Begin Single post style default
        - Begin Single post style 2
    - 404 page
03. WooCommerce General
    - Effect image product item
    - Begin single product general
        - Begin detail gallery
        - Begin summary product
            - product variations form
        - Begin style product tabs
    - Beign page my account
    - Begin page cart
    - Begin page checkout
    - Begin comments product, info bar wooo
04. Elementor 
    - Elementor Heading
    - Elementor Accordion 
    - Elementor Menu
        - menu style icon
        - menu style default
        - Mobile Menu
    - Info box elementor
    - Banner info elementor
    - Tab elementor
        - Style tab
    - Search elementor
    - Account manager elementor
    - Mini cart elementor
    - Instagram elementor
    - Mailchimp elementor
    - Button elementor (css Banner info elementor)
    - Slider elementor
    - Post elementor
    - Product elementor
        - item grid product-
        - item grid product style2
        - item grid product style3
    - Wishlist elementor
    - List link, icon elementor
    - Bread crumb elementor

CSS custom theme
05. Blog - Header - Footer
    - Header
    - Footer
    - Single content post
    - Single content Product

06. Begin Home and Page Inner
    - Home 1
    - Home 2
    - Home 3
    - Home 4
    - Home 5
    - Home 6

-----------------------------------*/

/*******************************************************************************************************
01. Begin General
********************************************************************************************************/
/*Html basic*/

/*@font-face {
  font-family: 'Raleway';
  src: url(./fonts/Raleway/Raleway-VariableFont_wght.ttf);
}
@font-face {
  font-family: 'Playfair Display';
  src: url(./fonts/Playfair-Display/PlayfairDisplay-VariableFont_wght.ttf);
  src: url(./fonts/Playfair-Display/PlayfairDisplay-Italic.ttf);
  src: url(./fonts/Playfair-Display/PlayfairDisplay-Medium.ttf);
  src: url(./fonts/Playfair-Display/PlayfairDisplay-SemiBold.ttf);
}*/

body {
    margin: 0;
    color: #000000;
    font-size: 18px;
    font-family: 'Raleway';
    line-height: 1.9em;
}
p{
    margin-bottom: 30px;
    line-height: 1.9em;
}
a{
    color: #000;
    text-decoration: unset;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
:focus {
    outline: none;
}
a.active,
a:focus,
a:hover{
    color: #ffbd76;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline: none;
    outline-offset: unset;
}
input:focus {     
       outline: 0;     
       outline-style: none;     
       outline-width: 0; 
}

select{
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 0;
}
input{
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 0;
}
input[type="checkbox"]{
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    margin: 0px;
    margin-top: -3px;
}
input[type="checkbox"]:before{
    content: "";
    width: 16px;
    height: 16px;
    background: #e5e5e5;
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0 0;
    z-index: 2;
    cursor: pointer;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    text-align: center;
}
input[type="checkbox"]:checked:before{
    content: "\f00c";
}
input[type="text"]{
   /* min-width: 50%;*/
    max-width: 100%;
}
textarea{
    min-width: 50%;
    max-width: 100%;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 18px;
}
img{
    max-width: 100%;
    height: auto;
}
h1{
    font-size: 36px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
}
h1,
h2,
h3{
    font-weight: bold;
    line-height: 1.1;
}
/*End Html basic*/


/*Begin Theme Unitest*/
/*Begin Unitest Basic*/
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
    clear: both;
}

.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),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6.gallery-size-thumbnail figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7.gallery-size-thumbnail figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8.gallery-size-thumbnail figure.gallery-item:nth-of-type(8n+1),
.gallery-columns-9.gallery-size-thumbnail figure.gallery-item:nth-of-type(9n+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 10px;
}

.sticky{
    display: inline-block;
}

address,
dd,
dt{
    line-height: 24px;
    margin-top: 15px;
}
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: #58595b;
}
.small,
small {
    font-size: 86%;
}
blockquote p *{
    color: #000;
}
blockquote{
    border: none;
    padding: 55px 70px 55px 100px;
    background: #f9f9f9;
    font-style: inherit;
    text-align: inherit;
    line-height: 48px;
    position: relative;
    font-size: 24px;
     color: #000;
}
blockquote:before {
    content: "\f10d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    left: 50px;
    color: #ffbd76;
}
blockquote cite {
    display: block;
    font-size: 18px;
    color: #000;
    font-style: inherit;
    position: relative;
    margin-top: 25px;
    line-height: 24px;
}
/*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{
    margin-bottom: 20px;
}
.blocks-gallery-caption{
    margin-top: 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;
}
.sidebar-fix-main::-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;
}
.sidebar-fix-main::-webkit-scrollbar-track  {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background: #e5e5e5;
}
.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);
}
.sidebar-fix-main::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background: #fff;
}
.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: 30px;
}
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: 55px 70px 55px 100px;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    /*  padding: 60px 90px;*/
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
    top: 55px;
    color: #ffbd76;
}
.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;
}
.wp-block-button__link{
    margin-bottom: 30px;
}
.is-style-squared .wp-block-button__link{
    border-radius: 0px;
}
.has-background-dim .wp-block-cover-text,
.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim{
    color: #fff;
}
.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim{
    margin-bottom: 30px;
}
.wp-block-group.has-background{
        padding: 20px;
}
.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    line-height: 1.5em;
}
.page-links{
    margin-top: 50px;
}
.page-links .post-page-numbers{
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
    font-weight: 700;
    background: #f4f4f4;
    color: #000;
    border: none;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Playfair Display';
}
.page-links .post-page-numbers.current:hover,
.page-links .post-page-numbers.current
{
    background: #84D8D0;
    color: #fff;;
}
.page-links .post-page-numbers:hover{
    background: #e6e6e6;
    color: #000;
}
.page-links .post-page-numbers:first-child{
        margin-left: 20px; 
}
p.no-comments{
margin-bottom: 0px;
margin-top: 60px;
background: #f5f5f5;
padding: 15px;
color: #2a3640;
}

.comment-list li.trackback,
.comment-list li.pingback 
 {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #e5e5e5;
}
.comment-list li.trackback:first-child,
.comment-list li.pingback:first-child
 {
    margin-top: 0px;   
    padding-top: 0px;
    border-top: none;
}
.comment-list .trackback .edit-link,
.comment-list .pingback .edit-link
{
color: #000;
margin-left: 10px;
}
.comment-list .pingback .edit-link i,
.comment-list .trackback .edit-link i
{
margin-right: 3px;
}
@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;
}
.woocommerce-terms-and-conditions-wrapper label.checkbox{
    padding: 0px 23px;
}
.woocommerce-terms-and-conditions-wrapper .input-checkbox {

    margin-left: -27px!important;
}
.post-password-form input[type="password"] {
    height: 60px;
    line-height: 60px;
    margin-left: 10px;
}
/*End Unitest Basic*/

/*Begin Widget Unitest*/
.widget ul li {
    color: #000;
     padding: 12px 0px;
}
.widget ul.sub-menu, .widget ul.children {
    padding-left: 15px;
    margin-top: 24px;
}
.widget_nav_menu ul.sub-menu, .widget_nav_menu ul.children {
    padding-left: 15px;
    margin-top: 16px;
}
.detail-content-wrap> .wp-block-calendar{
    margin-bottom: 10px;
}
.detail-content-wrap .wp-block-calendar table,
.widget_calendar table {
    width: 100%;
}
.detail-content-wrap .wp-block-calendar table caption,
.widget_calendar table caption {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-weight: 700;
}
.detail-content-wrap .wp-block-calendar table th ,
.widget_calendar table th 
{
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 2em;
    padding: 5px 5px;
}
.widget_calendar table td,
.detail-content-wrap .wp-block-calendar  table td
 {
    border: 1px solid #eee;
    text-align: center;
    font-size: 14px;
    line-height: 2em;
    padding: 5px 5px;
}
.widget_calendar table tbody td a,
.detail-content-wrap .wp-block-calendar table tbody td a
 {
    color: #53ac82;
}
.detail-content-wrap .wp-block-calendar  table tfoot td,
.widget_calendar table tfoot td
 {
    border: 0;
    padding: 0;
}
.detail-content-wrap .wp-block-calendar  table tfoot td#prev,
.widget_calendar table tfoot td#prev
 {
    text-align: left;
}
.widget_calendar table tfoot td#next,
.detail-content-wrap .wp-block-calendar  table tfoot td#next
 {
    text-align: right;
}
.detail-content-wrap .wp-block-calendar  table tfoot,
.widget_calendar table tfoot,
.widget_calendar .wp-calendar-nav,
.detail-content-wrap .wp-block-calendar  .wp-calendar-nav
{
    background: #000;
    color: #fff;
}
.widget_calendar table tfoot a,
.detail-content-wrap .wp-block-calendar table tfoot a,
.detail-content-wrap .wp-block-calendar .wp-calendar-nav a,
.widget_calendar .wp-calendar-nav a
 {
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
}
.widget_calendar table tfoot a:hover,
.detail-content-wrap .wp-block-calendar table tfoot a:hover
 {
    color: #53ac82;
}

.textwidget p > img{
    margin: 6px 0;
}
.entry-content > p,
.rssSummary,
.widget p{
    color: #666;
    margin: 0 0 15px;
    line-height: 33px;
}
.rssSummary{
    margin-top: 15px;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget.widget_rss ul li{
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.widget.widget_rss .widget-title .rsswidget{
    color: #000;
}
.widget.widget_rss .widget-title .rss-widget-icon{
    width: 18px;
    margin-top: -4px;
}
.widget.widget_rss ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget select::-ms-expand {
    display: none;
}
.widget-select-type,
.widget_categories form,
.widget_text form
{
    position: relative;
}
.widget-select-type:after{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 13px;
    pointer-events: none;
}
.widget_categories form:after,
.widget_text form:after{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 13px;
    pointer-events: none;
}
.widget select {
    max-width: 100%;
    border: 1px solid #e5e5e5;
    height: 60px;
    padding: 0 20px;
    display: block;
    width: 100%;
    border-radius: 0px;
     -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.widget_tag_cloud a,
.widget_product_tag_cloud a
{
    font-size: 16px !important;
    margin-right: 6px;
    color: #000;
    background: #fff;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    height: 36px;
    line-height: 38px;
    border-radius: 0;
    border: none;
    padding: 0px 20px;
    text-transform: capitalize;
}

.sidebar-type-style2 .widget_tag_cloud a,
.sidebar-type-style2 .widget_product_tag_cloud a
{
    background: #efefef;
    color: #8f8f8f;
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover
{
    color: #000;
    background: #ffbd76;
    border-color:#ffbd76;
}

.widget_tag_cloud .tagcloud{
    margin-bottom: -10px;
}
/*Widget theme css*/
.widget-title {
     margin: 0 0 50px 0;
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 3px;
    line-height: 24px;
    border-bottom: 3px solid #000;
    font-family: 'Playfair Display';
    display: inline-block;
}
.widget {
    margin-bottom: 75px;
}
.widget:last-child {
    margin-bottom: 0px;
}
.widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul > li{
    line-height: 24px;
}
.widget_search .wg-search-form{
        display: flex;
}
.widget_search .wg-search-form input[type="text"]{
    border-right: none;
    height: 60px;
    width: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 18px;
    color: #000!important;
}
.widget_product_search input[type=search]::-webkit-input-placeholder,
.widget_product_search input[type=search]:-ms-input-placeholder,
.widget_product_search input[type=search]::placeholder,
.widget_search .wg-search-form input[type="text"]::-webkit-input-placeholder,
.widget_search .wg-search-form input[type="text"]:-ms-input-placeholder,
.widget_search .wg-search-form input[type="text"]::placeholder
{
    color: #000;
    font-size: 18px;
}
.widget_search .wg-search-form input[type="submit"]{
    border-radius:0px;
}
.widget_product_search .woocommerce-product-search{
    display: flex;
}
.widget_product_search .woocommerce-product-search input[type=search]{
    border: 1px solid #e5e5e5;
    height: 60px;
    line-height: 60px;
    border-right: none;
    border-radius:0px;
    width: 100%;
}
.widget_product_search .woocommerce-product-search button{
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    /* border-radius: 0px 60px 60px 0px; */
    padding: 0 10px!important;
    min-width: 60px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
    position: relative;
    font-size: 0px;
    border: 1px solid #e5e5e5;
    border-left: none;
}
.widget_product_search .woocommerce-product-search button:after{
    content: "\f002";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 28px;
}
/*.widget_product_search .woocommerce-product-search button:before{
   content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    background: #C82811;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 0px 60px 60px 0px;
    z-index: -1;
}*/
.widget_product_search .woocommerce-product-search button:hover{
    background: #fff;
    color: #000;
    box-shadow: none;
}
/*.widget_product_search .woocommerce-product-search button:hover:before{
   top: 0;
}*/
.widget_product_categories .select2-container--default .select2-selection--single{
    height: 60px;
    line-height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 60px;
    padding: 0px 20px;
    color: #000;
    font-size: 14px;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 60px;
    right: 10px;
}
.widget_shopping_cart .mini-cart-button{
    display: block;
        margin: 0px;
}
.widget_shopping_cart .mini-cart-button .button {
    padding: 0 15px!important;
    width: 100%;
    margin: 0px!important;
    margin-bottom: 5px!important
}
.widget_shopping_cart .mini-cart-button .button:last-child {
    margin-bottom: 0px!important
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 80px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 15px 0;
}
.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;
}
ul.product_list_widget li .product-title{
    margin-bottom: 10px;
    display: inline-block;
    width: calc(100% - 85px);
    font-family: 'Playfair Display';
}
ul.product_list_widget li .wrap-rating li{
    padding-bottom: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 20px!important;
}
.select2-container--default .select2-selection--multiple {
    border:  1px solid #e5e5e5!important;
    border-radius: 0px!important;
     height: 60px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin: 0px!important;
}
.select2-container--default .select2-search--inline .select2-search__field{
     height: 58px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    font-size: 18px;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #000;
    font-family: 'Playfair Display';
    border-radius: 0px;
    padding: 0 35px!important;
    min-width: 120px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
    position: relative;
    font-weight: 700;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover{
    background: #ffbd76;
    color: #000;
    box-shadow: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #eaeaea;
    margin-bottom: 42px;
    margin-left: 0;
    margin-right: 0;
    height: 3px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
        height: 15px;
    width: 15px;
    border-radius: 0px;
    top: -7px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-child(2) {
    margin-left: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
    font-size: 18px;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Raleway';
}
.widget_price_filter .widget-title{
    margin-bottom: 57px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 10px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow:after{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 14px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle
{
    background-color: #84d8d0;
    border-color: #84d8d0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
     background-color: #000;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0px 0 23px;
}/*
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_product_categories ul li a,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_categories ul li a
{
    border: 1px solid #e5e5e5;
    padding: 12px 30px!important;
    border-radius: 25px;
    display: block;
}
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_product_categories ul li,
.widget_categories ul li
{
    padding: 0px!important;
}
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_categories ul li
{
    margin-top: 10px;
}
.widget_archive ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_product_categories ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_categories ul li:first-child
{
    margin-top: 0px;
}
*/
/*css kieu co count number*/

.widget_archive .count,
.widget_product_categories .count,
.widget_categories .count
{
    float: right;
    color: #999;
}
.detail-content-wrap>h2, .desc-comment-text>h2, .entry-content>h2 {
    margin-top: 35px;
    margin-bottom: 15px;
}
.detail-content-wrap>table th, .desc-comment-text>table th, .entry-content>table th {
    color: #ffbd76;
}

.detail-content-wrap .wp-block-archives-list li{
    padding: 12px 0px;
}

.detail-content-wrap  .wp-block-search .wp-block-search__input {
    border-right: none;
    height: 60px;
    width: 100%;
}
.detail-content-wrap  .wp-block-tag-cloud a {
    font-size: 16px !important;
    margin-right: 10px;
    background: #efefef;
    color: #8f8f8f;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    height: 36px;
    line-height: 38px;
    border-radius: 0;
    border: none;
    padding: 0px 20px;
    text-transform: uppercase;
}
.detail-content-wrap  .wp-block-tag-cloud a:hover {
    background: #ffbd76;
    color: #000;
}
.detail-content-wrap  .wp-block-search .wp-block-search__button {
    margin: 0px;
    border: navajowhite;
    background: #000;
    color: #fff;
    padding: 0px 30px;
    line-height: 60px;
    text-align: center;
    background-color: #000;
    font-family: 'Playfair Display';
    text-transform: uppercase;
    font-weight: 700;
}
.detail-content-wrap .wp-block-categories-dropdown select,
.detail-content-wrap .wp-block-archives-dropdown select
{
    width: 100%;
    height: 60px;
     -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
/*End Widget Unitest*/

/*Begin Unitest of Theme*/
.title-page .entry-title{
        margin: 0px;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 45px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Playfair Display';
}
.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: 8px;
    margin-bottom: 20px;
}
.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: 0px 20px;
    height: 60px;
    line-height: 60px;
    border: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    background-color: #000000;
    font-size: 18px;

}
.post-password-form input[type=submit]:hover{
    color: #000;
    background: #ffbd76;
    
}

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: #000;
    margin-left: 10px;
}
.comment-list .ping-track-back .edit-link i{
    margin-right: 3px;
}
.header-default .flex-wrapper{
    width: 100%;
}
.header-default .logo-default{
    width: 25%;
}
.header-default .logo-default h1{
    height: 130px;
    line-height: 130px;
    color: #000000;
    font-family: "Playfair Display", Sans-serif;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;

}
.header-default .logo-default a:hover{
}
.header-default .header-nav-default{
    width: 75%;
}
.header-nav-default .s7upf-navbar-nav{
    text-align: right;
}
.header-nav-default .s7upf-navbar-nav > li > a {
   /* position: relative;
    display: block;
    padding: 15px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;*/
}
    
.header-nav-default .s7upf-navbar-nav > li:last-child > a{
    margin-right: 0px;
}
.header-nav-default .s7upf-navbar-nav .sub-menu > li > a {
   /* font-weight: 500;*/
}
.header-default{
       box-shadow: 0px 0px 10px rgb(0 0 0 / 0.1);
}
.comment-text .description,
.content-comment,
.entry-content,
.detail-content-wrap{
   color: #666;
}
.footer-default{
    background: #F2F2F2;
}
.footer-default .copyright {
    margin: 35px 0px;
    color: #686868;
    font-size: 17px;
}
.detail-content-wrap>p{
    color: #000;
}

@media(max-width: 1280px){
    .header-nav-default.menu-style- .s7upf-navbar-nav > li > a {
        padding: 0px 8px;
    }
    .header-default .logo-default h1 {
        font-size:24px;
    }
}
@media(max-width: 1800px){
    
  .header-default .logo-default h1{
    font-size: 26px;
  }
  .header-nav-default.menu-style- .s7upf-navbar-nav > li > a{
    padding: 0px 12px;
  }
}
@media(max-width: 1280px){
    

  .header-nav-default.menu-style- .s7upf-navbar-nav > li > a{
    padding: 0px 7px;
  }
}
@media(max-width: 1170px){
    
   .header-default .logo-default h1 {
        height: 80px;
        line-height: 80px;
    }
    .header-default .header-nav-default {
        width: auto;
        order: 0;
            position: relative;
    }
    .header-default .logo-default {
        width: 100%;
        order: 1;
        text-align: center;
    }
}
@media(max-width: 767px){
   .header-default .logo-default h1 {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
   .header-default .toggle-mobile-menu{
        height: 50px;
        line-height: 50px;
        width: 50px;
   }
   .el7up-list-link-icon .item-link {
        margin: 0px 5px;
    }
    .el7up-list-link-icon {
        margin: 0px -5px;
    }
}
/*End Unitest of Theme*/
/*END Theme Unitest*/



/*Begin Class basic*/

.title14,
.title15,
.title8,
.title12,
.title16,
.title18,
.title20,
.title22,
.title24,
.title26,
.title27,
.title28,
.title30,
.title32,
.title34,
.title36,
.title38,
.title40,
.title44,
.title46,
.title48,
.title50,
.title60,
.title70,
.title80,
.title90,
.title120,
.title160,
.title100,
.title150 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.title8 {
  font-size: 8px;
}
.title12 {
  font-size: 12px;
}
.title15 {
  font-size: 15px;
}
.title16 {
  font-size: 16px;
}
.title18 {
  font-size: 18px;
}
.title20 {
  font-size: 20px;
}
.title22 {
  font-size: 22px;
}
.title24 {
  font-size: 24px;
}
.title26 {
  font-size: 26px;
}
.title27 {
  font-size: 27px;
}
.title28 {
  font-size: 28px;
}
.title30 {
  font-size: 30px;
}
.title32 {
  font-size: 32px;
}
.title34 {
  font-size: 34px;
}
.title36 {
  font-size: 36px;
}
.title38 {
  font-size: 38px;
}
.title40 {
  font-size: 40px;
}
.title44 {
  font-size: 44px;
}
.title46 {
  font-size: 46px;
}
.title48 {
  font-size: 48px;
}
.title50 {
  font-size: 50px;
}
.title60 {
  font-size: 60px;
}
.title70 {
  font-size: 70px;
}
.title80 {
  font-size: 80px;
}
.title90 {
  font-size: 90px;
}
.title120 {
  font-size: 120px;
}
.title160 {
  font-size: 160px;
}
.title100 {
  font-size: 100px; 
}
.title150 {
  font-size: 150px;
}
.color{
    color: #ffbd76;
}
.color-sub{
    color: #fff001;
}
.color-decs{
    color: #707070;
}
.bg-color{
    background-color: #ffbd76;
}
.color-white{
    color: #fff;
}
.color-body{
    color: #000;
}
.color-title{
    color: #000;
}
.font-body {
    font-family: 'Raleway';
}
.font-title{
    font-family: 'Playfair Display';
}

.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-bold{
    font-weight: 700;
}
.clearfix{
    clear: both;
}
.hidden{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden!important;
}
.line-height24{
  line-height: 24px;
}
.line-height36{
  line-height: 36px;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}
.list-none {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline-block{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-inline-block > li{
    display: inline-block;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.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;
}
.flex-align-lefft,
.justify_content-flex-start {
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flex-align-right,
.justify_content-flex-end {
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.flex-align-center,
.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;
}
.align-content-center{
    align-content: center;
    align-items: center;
}
.align-content-flex-start{
    align-content: flex-start;
        align-items: flex-start;   
}
.align-content-flex-end{
    align-content: flex-end;
        align-items: flex-end;   
}
.s7upf-container{
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 100px;
    padding-right: 100px;
}
.main-elementor-template-theme .elementor-section.elementor-section-boxed > .elementor-container,
.s7upf-elementor-template .elementor-section.elementor-section-boxed > .elementor-container
{
    padding-left: 85px;
    padding-right: 85px;
}
.s7upf-container .elementor-section.elementor-section-boxed > .elementor-container,
.s7upf-elementor-template .elementor-section .elementor-section.elementor-section-boxed > .elementor-container,
.main-elementor-template-theme .elementor-section .elementor-section.elementor-section-boxed > .elementor-container
{
    padding-left: 0px;
    padding-right: 0px;
}
@media(max-width: 1680px){
    /*.s7upf-container{
        padding-left:50px;
        padding-right:50px;
    }
    .main-elementor-template-theme .elementor-section.elementor-section-boxed > .elementor-container,
    .s7upf-elementor-template .elementor-section.elementor-section-boxed > .elementor-container{
        padding-left: 35px;
        padding-right: 35px;
    }*/
}
@media(max-width: 1170px){
    .s7upf-container{
        padding-left:15px;
        padding-right:15px;
    }
    .main-elementor-template-theme .elementor-section.elementor-section-boxed > .elementor-container,
    .s7upf-elementor-template .elementor-section.elementor-section-boxed > .elementor-container{
        padding-left: 0px;
        padding-right:0px;
    }
}
.wrap{
    overflow: hidden;
}
.s7upf-row{
    margin-left: -15px;
    margin-right: -15px;
}
.s7upf-row:after{
    content: "";
    display: table;
    clear: both;
}
.s7upf-col-12,
.s7upf-col-11,
.s7upf-col-10,
.s7upf-col-9,
.s7upf-col-8,
.s7upf-col-7,
.s7upf-col-2,
.s7upf-col-6,
.s7upf-col-5,
.s7upf-col-4,
.s7upf-col-3,
.s7upf-col-2,
.s7upf-col-1{
    float: left;
    padding-left: 15px; 
    padding-right: 15px;
    box-sizing: border-box;
}
.s7upf-col-1{
    width: 8.3333%;
}
.s7upf-col-2{
    width: 16.6666%;
}
.s7upf-col-3{
    width: 25%;
}
.s7upf-col-4{
    width: 33.3333%;
}
.s7upf-col-5{
    width: 41.6666%;
}
.s7upf-col-6{
    width: 50%;
}
.s7upf-col-7{
    width: 58.3333%;
}
.s7upf-col-8{
    width: 66.6666%;
}
.s7upf-col-9{
    width: 75%;
}
.s7upf-col-10{
    width: 83.3333%;
}
.s7upf-col-11{
    width: 91.6666%;
}
.s7upf-col-12{
    width: 100%;
}

.logo-text{
    margin: 0;
}
.logo-inline-block .logo-text-wrapper a > *{
    display: inline-block;
    vertical-align: middle;
}
.btn-loadmore{
    text-align: center;
}
.main-page-mega{
    margin: 100px 0;
}
#main-content{
    padding: 120px 0;
}
.s7upf-scrollbar{
    overflow-y: scroll;
    margin-right: -5px;
}
.s7upf-scrollbar::-webkit-scrollbar {
    width: 5px;
    left: 5px;
}
/* Track */
.s7upf-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
}

/* Handle */
.s7upf-scrollbar::-webkit-scrollbar-thumb {
    background:#ffbd76;
    border-radius: 30px;
}

/* Handle on hover */
.s7upf-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.8);
}
.box-content-custom>*:last-child{
    margin-bottom: 0px;
}
/*End Class basic*/

/*Begin Preload*/
.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: #FF8855;
    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: -50px;
}
.objectstyle4{
    width: 20px;
    height: 20px;
    background-color: #FF8855;
    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:#FF8855;
    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: #FF8855;
    -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: #FF8855;
    -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 {
    width: 100%;
    height: 100%;
    position: relative;
}
.preload #loading-center-absolute-image{
    display: block;
}
 #loading {
    display: none;
}
.preload #loading {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}
.preload #loading {
    background-color: #fff;
}
/*End Preload*/
/*Begin 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;
}
@-webkit-keyframes xoayvong{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
/* Standard syntax */ 
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.xoayvong {
    animation: xoayvong 2s linear 0s infinite;
    -webkit-animation: xoayvong 2s linear 0s infinite;
    -moz-animation: xoayvong 2s linear 0s infinite;
    -o-animation: xoayvong 2s linear 0s infinite; 
}
/*End Hover CSS*/

/*Effect image adv*/
.banner-advs {
  position: relative;
}
.adv-thumb-link {
  display: block;
  position: relative;
}
.adv-thumb-link > img {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
/*Zoom Rotate*/
.zoom-rotate .adv-thumb-link > img {
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
}
.zoom-rotate:hover .adv-thumb-link > img {
  transform: scale(1.15) rotate(4deg);
  -webkit-transform: scale(1.15) rotate(4deg);
}
/*Zoom Image*/
.zoom-image:hover .adv-thumb-link > img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

/*.adv-thumb-link::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 0;
    z-index: 1;
    visibility: hidden;
}*/
/*Fade Out In*/
.fade-out-in .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-in-out .adv-thumb-link::after,
.overlay-image .adv-thumb-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.fade-out-in:hover .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-out-in:hover .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
/*Fade In Out*/
.fade-in-out .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-in-out .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
.fade-in-out:hover .adv-thumb-link::before {
  opacity: 0;
  top: 0;
  bottom: 0;
}
.fade-in-out:hover .adv-thumb-link::after {
  opacity: 0;
  left: 0;
  right: 0;
}
/*Pull Curtain*/
.pull-curtain .adv-thumb-link::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain .adv-thumb-link::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain:hover .adv-thumb-link::before,
.pull-curtain:hover .adv-thumb-link::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*Overlay Image*/
.overlay-image .adv-thumb-link::after {
  background: rgba(0, 0, 0, 0.3);
}
.overlay-image:hover .adv-thumb-link::after {
  opacity: 1;
}
/*Blue Image*/
.blur-image:hover .adv-thumb-link img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
/*Gray Image*/
.gray-image:hover .adv-thumb-link img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*Zoom Out*/
.zoom-out .adv-thumb-link img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.zoom-out:hover .adv-thumb-link img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*Line Scale*/
.line-scale .adv-thumb-link::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.line-scale .adv-thumb-link::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.line-scale:hover .adv-thumb-link::before,
.line-scale:hover .adv-thumb-link::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.folding-the-edge{

}
.folding-the-edge .adv-thumb-link:before{
    content: '';
    right: 0; 
    top: 0;
    position: absolute;
    transition-duration: 0.5s; 
    border-bottom: 70px solid #c82811; 
    border-right: 70px solid #fff; 
}
.folding-the-edge .adv-thumb-link:hover:before{
    border-bottom: 0px solid #c82811; 
    border-right: 0px solid #fff; 
}
/*End Effect image adv*/
/*Begin Select Box*/
.select-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
}
.select-box::after {
    position: absolute;
    top: 2px;
    right: 0;
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
}
.select-box {
    position: relative;
}
.type-label .select-box::after{
    content: '';
}
/*End Select Box*/

/*Begin Button Scoll Top*/
body .scroll-top {
    bottom: -100px;
    right: 40px;
    display: block;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    position: fixed;
    text-align: center;
    width: 50px;
    z-index: 999;
    background: #ffbd76;
    
    border-radius: 6px;
    color: #000;
    font-size: 24px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;

}
body .scroll-top:hover {
    color: #fff;
}
body .scroll-top:before {
    content: '';
     transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:100%;
    border-radius: 6px;
    background: #c82811;
    
    z-index: -1;
}
body .scroll-top:hover:before {
    top:0;
}
body .scroll-top:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.scroll-top.active {
opacity: 1;
bottom: 30px;
}
@media(max-width: 1170px){
    body .scroll-top {
        right: 15px;
        background: rgb(254 242 0 / 0.6);
    }
    .scroll-top.active {
        bottom: 15px;
    }
}
/*End Button Scoll Top*/

/*Begin Page Pagination*/
.pagi-nav{
    text-align: left;
    margin: auto;
    margin-top:100px;
    margin-bottom: -10px;
    position: relative;
    display: inline-block;
}
.pagi-nav:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 3px;
    background: #f0f0f0;
}
.pagi-nav .page-numbers{
    width: 50px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    background: #fff;
    color: #000;
    border: none;
    margin-bottom:10px;
    border-radius: 0;
    text-align: center;
    font-family: 'Playfair Display';
}
.pagi-nav .page-numbers:last-child{
    margin-right:0px;
}
.pagi-nav .page-numbers.current,
.pagi-nav .page-numbers.current:hover
{
    background: #84d8d0;
    color: #fff;
        position: relative;
        z-index: 1;
}
.pagi-nav .page-numbers:hover{
      text-decoration: underline;
}
.woocommerce nav.woocommerce-pagination {
    text-align: left;
}
/*End Page Pagination*/

/*Begin Top filter*/
.top-filter > *{
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.top-filter .sort-pagi-bar{
    float: right;
}
.top-filter .sort-pagi-bar > li{
        vertical-align: middle;
}
.sort-by .select-box{
    min-width: 192px;
    display: inline-block;
}
/*End Top filter*/
/*Begin nav tabs*/
.nav-tabs{
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 0;
}

.nav-tabs>li>a{
    border-radius: 0;
    padding: 0px;
    border: none;
    margin: 0px;
}
.nav>li>a:focus,
.nav>li>a:hover,
.nav-tabs>li>a:hover {
    background: transparent;
    border-color: transparent;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover{
    border: none;
    background: transparent;
}

.nav-tabs > li > a i{
    display: inline-block;
    vertical-align: middle;
}
/*End nav tabs*/
/*Begin Share Style*/
.single-post-share a{
    font-size: 20px;
    color: #000;
    width: 50px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    background: #f9f9f9;
    margin-right: 1px;
    margin-bottom: 1px;
}
.single-post-share a .number{
    font-size: 14px;
}

.tags-and-share {
       border-top: 1px solid #e5e5e5;
    padding-top: 25px;
    margin-top: 60px;
}

.single-post-share >ul{
    /*margin-left: -28px;
    margin-right: -28px;*/
    display: inline-block;
}
.single-post-share a:hover{
    color: #000;
     background: #ffbd76;
}
.single-post-share .total-share{
    margin-right: 40px;
}
/*End Share Style*/
/*End General*/

/*******************************************************************************************************
02. Blog General
********************************************************************************************************/
/*Begin Column item posts*/
.blog-grid-view  .list-post-wrap{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}/*
.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{
    padding: 0 15px;
}
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-3-item{
    width: 33.3333%;
}
.list-4-item{
    width: 25%;
}

.list-5-item{
    width: 20%;
}

.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-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"] .s7upf-row,
.blog-grid-view[data-column="6"] .s7upf-row,
.product-grid-view[data-column="5"] .s7upf-row,
.product-grid-view[data-column="6"] .s7upf-row,
.product-grid-view[data-column="7"] .s7upf-row,
.product-grid-view[data-column="8"] .s7upf-row,
.product-grid-view[data-column="9"] .s7upf-row,
.product-grid-view[data-column="10"] .s7upf-row{
    margin: 0 -5px;
}
.swiper-wrapper.s7upf-row{
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1024px){
    .list-1-item-tablet{
        width: 100%;
    }
    .list-2-item-tablet{
        width: 50%;
    }
    .list-2-item-tablet:nth-child(2n+1){
        clear: both;
    }
    .list-3-item-tablet{
        width: 33.3333%;
    }
    .list-3-item-tablet:nth-child(3n+1){
        clear: both;
    }
    .list-4-item-tablet{
        width: 25%;
    }
    .list-4-item-tablet:nth-child(4n+1){
        clear: both;
    }
    .list-5-item-tablet{
        width: 20%;
    }
    .list-5-item-tablet:nth-child(5n+1){
        clear: both;
    }
    .list-6-item-tablet{
        width: 16.66666667%;
    }
    .list-7-item-tablet{
        width: 14.2857%;
    }
    .list-8-item-tablet{
        width: 12.5%;
    }
    .list-9-item-tablet{
        width: 11.111%;
    }
    .list-10-item-tablet{
        width: 10%;
    }
    
}
@media (max-width: 991px){
    .list-3-item-mobile:nth-child(3n+1){
         clear: inherit;
    }
    .list-3-item-tablet{
        width: 50%;
    }
    .list-3-item-tablet:nth-child(2n+1){
        clear: both;
    }
}
@media (max-width: 767px){    
    .list-2-item-mobile{
        width: 50%;
    }
    .list-2-item-mobile:nth-child(2n+1){
        clear: both;
    }
    .list-3-item-mobile{
        width: 50%;
    }
    .list-3-item-mobile:nth-child(3n+1){
        clear: both;
    }
    .list-4-item-mobile{
        width: 25%;
    }
    .list-4-item-mobile:nth-child(4n+1){
        clear: both;
    }
    .list-5-item-mobile{
        width: 20%;
    }
    .list-5-item-mobile:nth-child(5n+1){
        clear: both;
    }
    .list-6-item-mobile{
        width: 16.66666667%;
    }
    .list-7-item-mobile{
        width: 14.2857%;
    }
    .list-8-item-mobile{
        width: 12.5%;
    }
    .list-9-item-mobile{
        width: 11.111%;
    }
    .list-10-item-mobile{
        width: 10%;
    }
    
}
@media (max-width: 374px){
    .list-1-item-mobile{
        width: 100%;
    }
}
/*End column item Posts*/

/*Begin Style Post item*/
.post-title{/*
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
    line-height: 30px;
    /*text-transform: capitalize;*/
}
/*1. defaut style*/
/*.list-post-wrap{
    display: inline-block; 
}*/

.meta-post-style1 .meta-item i{
    margin-right: 12px;
}
.meta-post-style1 .meta-item .split{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ffbd76;
    transform: rotate(45deg);
    margin: 0px 22px;
}
.meta-post-style1 .meta-item{
    font-size: 18px;
    font-family: 'Playfair Display';
    vertical-align: middle;
}
.meta-post-style1 .meta-item .inline-block{
    
    vertical-align: middle;
}
.meta-post-style1 .meta-item a{
    margin-right: 15px;
}
.meta-post-style1 .meta-item a:last-child{
    margin-right: 0px;
}
.meta-post-style1 .meta-item a:hover{
    color: #ffbd76;
}
.meta-post-style1 .meta-cats a:before{
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff001;
    margin-right: 10px;
}
.meta-post-style1 .meta-cats span{
    display: none;
}
.blog-grid-post-item- .item-grid-post-{
    margin-bottom:82px;
}
.blog-grid-post-item- .list-post-wrap{
    margin-bottom: -75px;
}
.item-grid-post- .meta-post-style1{
    margin-bottom: 12px;
}
.item-grid-post- .post-title{
    margin-bottom: 12px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-grid-post- .readmore-wrap {
    margin-top: 30px;
}
.item-grid-post- .post-thumb {
    margin-bottom: 30px;
}
.item-grid-post-:hover .post-thumb img{
    filter: brightness( 50% ) contrast( 100% ) saturate( 100% ) blur( 2px ) hue-rotate(0deg);
}
.post-thumb{
    overflow: hidden;
}
/*---------------------------------*/
.item-grid-post-style2 .post-info{
    padding-left: 160px;
    position: relative;
        padding-top: 45px;
}
.item-grid-post-style2 .post-info .formart-post{
    position: absolute;
    left: 40px;
    top: 90px;
}
.item-grid-post-style2 .post-info .formart-post a{
    font-size: 40px;
    display: inline-block;
    background: #f9f9f9;
    height: 80px;
    line-height: 80px;
    width: 80px;
    text-align: center;
}
.item-grid-post-style2 .date-thumb{
    position: absolute;
    bottom: -63px;
    left: 40px;
    background: #fff;
    text-align: center;
    min-width: 80px;
    min-height: 120px;
    padding-top: 18px;
}
.item-grid-post-style2 .date-thumb *{
        display: block;
}
.item-grid-post-style2 .post-thumb{
    position: relative;
    overflow: inherit;
}
.item-grid-post-style2 .date-thumb .day{
    margin-bottom: 4px;
}
.item-grid-post-style2 .post-thumb .adv-thumb-link{
    overflow: hidden;
}
.item-grid-post-style2 .post-title {
    margin-bottom: 12px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-grid-post-style2 .meta-post-style1 {
    margin-bottom: 12px;
}
.item-grid-post-style2 .readmore-wrap {
    margin-top: 30px;
}
.blog-grid-post-item-style2 .item-grid-post-style2{
    margin-bottom:60px;
}
.blog-grid-post-item-style2 .list-post-wrap{
    margin-bottom: -70px;
}
/*---------------------*/
.item-grid-post-style3 .item-post{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.item-grid-post-style3 .post-thumb {
    max-width: 1050px;
    min-width: 1050px;
}
.item-grid-post-style3 .post-info {
    background: #fff;
    padding: 68px 60px;
    margin-left: -150px;
    position: relative;
    z-index: 1;
}
.item-grid-post-style3 .post-title {
    line-height: 50px;
    margin-bottom: 15px;
    font-size: 30px;
}
.item-grid-post-style3 .meta-post-style1 {
    margin-bottom: 18px;
}
.item-grid-post-style3 .readmore-wrap  {
    margin-top: 20px;
}
/*------------------*/
.item-grid-post-style4 .post-info{
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 30px;
    background: #fff;
    padding: 35px 30px;
    opacity: 0;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-post-style4:hover .post-info{
    z-index: 2;
    opacity: 1;
    bottom: 30px
}
.item-grid-post-style4 .post-info .desc {
    line-height: 33px;
}
.item-grid-post-style4 .post-info .desc {
    line-height: 33px;
}
.item-grid-post-style4 .post-info .post-title {
    margin-bottom: 12px;
}
.item-grid-post-style4 .post-info .meta-post-style1{
    margin-bottom: 20px;
}
.item-grid-post-style4 .post-info .meta-post-style1 .comments-item span{
    display: none;
}

/*
--------------------------------------------------------
*/
/*2 List post item*/
.item-list-post-default{
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}
.list-post-wrap>.s7upf-col-12:last-child .item-list-post-default{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.item-list-post-default .readmore{
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 700;
}
.item-list-post-default .readmore:after {
    content: '';
    background: #000;
    height: 2px;
    width: 0px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}
.item-list-post-default .readmore:hover:after {
    width: 20px;
}
.item-list-post-default .readmore:hover{
    color: #000;
}

.item-list-post-default .post-title{
     margin-bottom: 26px;
    word-break: break-word;
    overflow: inherit;
    white-space: inherit;
    line-height: 43px;
}
.item-list-post-default .desc {
    color: #666;
    margin-bottom: 40px;
    line-height: 33px;
    font-size: 18px;
}
.item-list-post-default .style-meta-detail-post{
     margin-bottom: 40px;
}
.item-list-post-default .style-meta-detail-post .avata .date{
    color: #999;
}
.item-list-post-default  .style-meta-detail-post .avata .name {
    margin-bottom: -7px;
}
.item-list-post-default .post-info{
    background: #fff;
    position: relative;
}
.item-list-post-default .post-thumb {
   margin-bottom: 35px;
}
.item-list-post-default .meta-post-style1{
    margin-bottom: 30px;
}
/*--------------*/
.item-list-post-style2 .post-info{
    margin: 0px;
    margin-top: -100px;
    padding-left: 90px;
    padding-right: 90px;
    display: inline-block;
    width: 100%;

}
.item-list-post-style2 .desc{
    line-height: 33px;
    color: #666;
}
.item-list-post-style2 .post-info>div{
  background: #fff;
      padding: 50px 80px;
}
.item-list-post-style2 .post-info .post-title{
  margin-bottom: 20px;
}
.item-list-post-style2 .post-info .meta-post-style1{
  margin-bottom: 15px;
}
.item-list-post-style2 .post-title{
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    line-height: 50px;
}
.item-list-post-style2{
  margin-bottom: 60px;
}
.list-post-wrap> .s7upf-col-12:last-child .item-list-post-style2{
    margin-bottom: 0px;
}
/*--------------------*/

.item-list-post-style3 .post-thumb {
    max-width: 530px;
    min-width: 530px;
}
.item-list-post-style3 .post-info{
    margin-left: -80px;
    padding: 60px;
    background: #fff;
    width: calc(100% - 450px);
    position: relative;
}
.item-list-post-style3 .post-info:after{
    display: inline-block;
    content: '';
    height: 1px;
    width: 80px;
    background: #000;
    margin-top: 38px;
}
.item-list-post-style3 .post-title{
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    line-height: 50px;
    margin-bottom: 25px;
}
.item-list-post-style3{
  margin-bottom: 80px;
}
.item-list-post-style3 .readmore-wrap{
  margin-top: 38px;
}
.list-post-wrap>.s7upf-col-12:last-child .item-list-post-style3{
    margin-bottom: 0px;
}
.meta-post-style2{
    color: #ffbc76;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.meta-post-style2 .meta-item i{
    display: none;
}
/*---------------------*/
.item-list-post-style4{

}
.item-list-post-style4 .post-thumb {
    max-width: 1050px;
}
.item-list-post-style4 .post-thumb img{
    width: 100%;
}
.item-list-post-style4 .post-info{
    background: #fff;
    padding: 68px 60px;
    margin-left: -150px;
    max-width: 580px;
}
.item-list-post-style4 .post-title{
    line-height: 50px;
    margin-bottom: 15px;
}

.item-list-post-style4 .meta-post-style1{
    margin-bottom: 18px
}
.item-list-post-style4 .readmore-wrap{
    margin-top: 40px
}
.list-post-wrap>.s7upf-col-12:nth-child(2n) .item-list-post-style4 .post-thumb {
    order: 1;
}
.list-post-wrap>.s7upf-col-12:nth-child(2n) .item-list-post-style4 .post-info {
    order: 0;
        margin-left:0;
        margin-right:-150px;
    z-index: 1;
    text-align: right;
}
.item-list-post-style4{
  margin-bottom: 120px;
}
.list-post-wrap>.s7upf-col-12:last-child .item-list-post-style4{
    margin-bottom: 0px;
}
/*End Style Post item*/


/************************************
Begin Single Post
************************************/

/*Begin Meta post style*/
.style-meta-detail-post .avata img{
    width: 50px;
    border-radius: 50%;
    vertical-align: middle;
}
.style-meta-detail-post .avata .name-date{
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.style-meta-detail-post .avata .name{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
}
.style-meta-detail-post .avata .date{
    display: block;
}
.style-meta-detail-post >li{
    margin-right: 60px;
    font-size: 12px;
}
.style-meta-detail-post >li:last-child{
    margin-right: 0px;
}
.style-meta-detail-post .meta-item i{
    vertical-align: middle;
    margin-right: 15px;
    font-size: 30px;
}

.style-meta-detail-post,
.style-meta-detail-post a,
.style-meta-detail-post .avata .date{
    color: rgb(0 0 0 / 0.7);
}
.style-meta-detail-post .avata .name,
.style-meta-detail-post a:hover{
    color: #000;
}
.style-meta-detail-post.white,
.style-meta-detail-post.white a,
.style-meta-detail-post.white .avata .date{
    color: rgb(255 255 255 / 0.7);
}
.style-meta-detail-post.white .avata .name,
.style-meta-detail-post.white a:hover{
    color: #fff;
}
/*End Meta post style*/

/*Begin tags and share single post*/
.tags-and-share-single-post{
    margin-top: 70px;
}
.tags-and-share-single-post .flex-wrapper>div{
    width: 100%;
}
.tags-and-share-single-post .tags-post h3{
    display: inline-block;
        margin-right: 65px;
}
.tags-and-share-single-post .tags-post a{
    margin-right: 40px;
    color: #686868;
    text-transform: capitalize;
    display: inline-block;
}
.tags-and-share-single-post .tags-post a:hover{
    text-decoration: underline;
    color: #000;
}
.tags-and-share-single-post .tags-post a:last-child{
    margin-right: 0px;
}
/*End tags and share single post*/
/*Begin post info author*/
.post-info-author-style1{
    background: #f7f7f7;
    padding: 70px;
    position: relative;
    margin-top: 70px;
}
.post-info-author-style1 .author-info{
    padding-left: 40px;
}
.post-info-author-style1 .name-author{
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
}
.post-info-author-style1 .desc{
    line-height: 28px;
    margin-bottom: 0px;
    color: #666;
}
.post-info-author-style1 .author-thumb{
    width: 150px;
    min-width: 150px;
}
.post-info-author-style1 .author-thumb img{
    width: 150px;
}
/*End post info author*/
/*Begin post control*/
.post-control {
    margin-top: 70px;
}
.post-control .text-title{
    color: #707070;
    line-height: 30px;
    display:none;
}
.post-control a:hover .text-title{
    color: #ffbd76;
}
.post-control a>.title{
    display: block;
    font-size: 20px;
}
.post-control a .la-angle-left{
    margin-right: 10px;
}
.post-control a .la-angle-right{
    margin-left: 10px;
}
.post-control .flex-wrapper>div{
    /*width: 100%;*/
    /*border-right: 1px solid #e5e5e5;*/
}
.post-control .flex-wrapper> .prev-post{
    padding-right: 15px;

}
.post-control .flex-wrapper> .next-post{
    padding-left: 15px;

}
.post-control .flex-wrapper>div:last-child{
    border-right: none;
}
/*End post control*/
/*Begin Comment list post*/ 
.title-comment-post{
    margin: 0px;
    margin-bottom: 30px;
    color: #000;
    font-size: 36px;
    line-height: 30px;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 60px;
    font-family: 'Playfair Display';
    position: relative;
} 
.title-comment-post:after{
        content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 1px;
    height: 7px;
    background: #84d8d0;
    z-index: -1;
} 

.title-comment-post #cancel-comment-reply-link{
  margin-left: 20px;
  display: inline-block;
  font-weight: 700;
}
.title-comment-post #cancel-comment-reply-link:hover{
  text-decoration: underline;
}
.s7up-blog-list-comment{
    padding-top: 65px;
    margin-top: 70px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: -10px;
}
.s7up-blog-form-comment{
    padding-top: 70px
}
.comment-form-cookies-consent label{
    font-weight: 400;
    margin-left: 25px;
    vertical-align: middle;
        margin-bottom: 0px;
}
.comment-form-cookies-consent{
  margin-bottom: 30px;
  position: relative;
}
.comment-form-cookies-consent input[type="checkbox"]{
   margin-top:0px;
    position: absolute;
    top:10px;
}
.s7up-blog-form-comment .comment-form .contact-name span,
.s7up-blog-form-comment .comment-form .contact-email span,
.s7up-blog-form-comment .comment-form .contact-message span
{
    display: block;
    font-weight: 300;
    color: #000;
    font-size:18px;
        margin-bottom: 15px;
}
.s7up-blog-form-comment .comment-form .contact-message 
{
   clear: both;
   margin-bottom: 0px;
}
.s7up-blog-form-comment .comment-form .contact-name 
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-right: 0px;
}
.s7up-blog-form-comment .comment-form .contact-email 
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 0px;
}
.s7up-blog-form-comment .comment-form input[type="text"],
.s7up-blog-form-comment .comment-form textarea
 {
    width: 100%;
    border-color: #d7d7d7;
}
.s7up-blog-form-comment .comment-form .form-submit
 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.s7up-blog-form-comment .comment-form .control-group
 {
    margin-bottom: 40px;
}
.s7up-blog-list-comment .title-line{
    margin-bottom: 50px;
}

.comment-list{
    list-style: none;
    padding-left: 0px;
        margin-bottom: 0px;
}
.comment-list .comment-thumb img{
    border-radius: 50%;
        height: auto;
}
.comment-list .comment-thumb{
       width: 120px;
    min-width: 120px;
}
.comment-list .comment-info{
    padding-left: 30px;
    padding-top: 10px;
    width: calc(100% - 120px);
}
.comment-list .comment-info .author-name,
.comment-list .comment-info .author-name a
{
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-family: 'Playfair Display';
    font-weight: 700;
}
.comment-list .comment-info .author-name span
{
    font-size: 18px;
    color: #000;
    font-family: 'Raleway';
    margin-left: 30px;
    display: inline-block;
    font-weight: 400;
}
.comment-list .comment-info .author-name
{
    margin-bottom: 10px;
}

.comment-list .comment-info .content-comment>p:last-child{
    margin-bottom: 0px;
}
.comment-list .comment-info .date{
    margin-top: 12px;
    display: inline-block;
    font-size: 16px;
    color: #999;
}
.comment-list .comment-info .date span{
    margin-right:5px;
}
.item-comment{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}
.comment-list>li:first-child>.item-comment {
    margin-top: 0px;
    padding-top:0px;
    border-top: none;
}
.comment-list .comment-reply-link {
    display: inline-block;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Playfair Display';
    border-bottom: 3px solid #84d8d0;
    font-size: 14px;
}
.comment-list .comment-reply-link:hover {
    /*color: #c82811;*/
}/*
.comment-list .comment-reply-link:before{
    content: '';
    height: 1px;
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    background: #303030;
    vertical-align: middle;
}*/
.comment-list .comment-respond{
    margin-bottom:70px;
}

.comment-list .comment-respond .title-comment-post {
    /*margin-bottom: 20px;*/
}
.comment-list ul{
    list-style: none;
}
.comment-list .content-comment ul {
    list-style: disc;
}
.comment-list .children{
    padding-left: 150px;
}
.comment-list .depth-3 .children{
    padding-left: 0px;
}
@media (max-width: 1170px){

    .comment-list .comment-thumb {
        width: 70px;
        min-width: 70px;
    }
    .comment-list .comment-info{
        width: calc(100% - 70px);
    }
    .comment-list .children {
        padding-left: 100px;
    }
}
@media (max-width: 768px){

    .comment-list .children {
        padding-left: 0px;
    }
}
@media (max-width: 480px){
    .comment-list .comment-thumb {
        width: 50px;
        min-width: 50px;
    }
     .comment-list .comment-info{
        width: calc(100% - 50px);
    }
}
/*End Comment list post*/
/*Begin Comment form post*/
.s7up-blog-form-comment .comment-form .contact-name .title-label,
.s7up-blog-form-comment .comment-form .contact-email .title-label,
.s7up-blog-form-comment .comment-form .contact-message .title-label{
    display: none;
}
.s7up-blog-form-comment .comment-form input[type="text"]{
    height: 60px;
}
.s7up-blog-form-comment .comment-form input[type="text"], 
.s7up-blog-form-comment .comment-form textarea{
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0px 22px;
    font-size: 15px;
    background: #fcfcfc;
} 
.s7up-blog-form-comment .comment-form textarea{
    padding-top: 14px;
    height: 230px;
}
.s7up-blog-form-comment .comment-form input[type="text"]::-webkit-input-placeholder,
.s7up-blog-form-comment .comment-form textarea::-webkit-input-placeholder 
{ /* Edge */
  color: #666;
}

.s7up-blog-form-comment .comment-form textarea:-ms-input-placeholder, 
.s7up-blog-form-comment .comment-form input[type="text"]:-ms-input-placeholder 
{ /* Internet Explorer 10-11 */
  color: #666;
}

.s7up-blog-form-comment .comment-form textarea::placeholder, 
.s7up-blog-form-comment .comment-form input[type="text"]::placeholder 
{
  color: #666;
}
/*End comment form post*/
/*Begin Single post style default*/

.single-blog- .title-post-single{
    margin: 0;
    margin-bottom: 33px;
    line-height: 60px;
    word-break: break-word;
    font-size: 48px;
}
.single-blog- .single-post-media-format{
    margin-bottom: 60px;
}
.single-blog- .meta-post-style1{
    margin-bottom: 15px;
}
/*End Single post style default*/

/*Begin Single post style 2*/
.single-blog-style2 .title-post-single{
    margin: 0;
    margin-bottom: 18px;
    line-height: 62px;
    word-break: break-word;
    font-size: 48px;
}
.single-blog-style2 .single-post-media-format{
    position: relative;
}
.single-blog-style2 .single-post-media-format .info-meta-post-single2{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    bottom: 0px;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    width: 100%;
    z-index: 2
}
.single-blog-style2 .format-standard{
    height: 785px;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    background-attachment: fixed;
}
.single-blog-style2 .info-meta-post-single2 >.s7upf-container{
    margin-top: 70px;
}
.single-blog-style2 .format-standard img{
    display: none;
}
.single-blog-style2 .format-standard:before,
.single-blog-style2 .format-gallery .swiper-slide:before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.5);
}

.single-blog-style2#main-content {
    padding-top: 0px;
}
.single-blog-style2 .container-single-post2{
   margin-top: 70px;
}
.single-blog-style2 .bread-crumb-{
    margin-top: -60px;
    z-index: 1;
    position: relative;
}
.single-blog-style2 .format-gallery .swiper-slide{
    height: 790px;
}

.single-blog-style2 .format-gallery .display-swiper-navi-group .s7up-swiper-navi .swiper-button-prev{
    float: right;
    margin-right: 5px;
}
.single-blog-style2 .format-gallery .display-swiper-navi-group .s7up-swiper-navi {
    position: absolute;
    right: 0px;
    left: 0px;
    top: auto;
    width: 1650px;
    bottom: 9px;
    z-index: 3;
    margin: auto;
    padding: 0px 15px;
}
.single-blog-style2 .format-video .display-swiper-navi-group .s7up-swiper-navi {
    position: absolute;
    right: 0px;
    left: 0px;
    top: auto;
    width: 1650px;
    bottom: 9px;
    z-index: 3;
    margin: auto;
    padding: 0px 15px;
}
.single-blog-style2  .format-video iframe{
    width: 100%;
    border: 0;
    max-width: 100%;
    height: 790px;
}
.player .vp-player-layout{
    left: 0 !important;
    right: 0 !important;
}
/*End Single post style 2*/
/*End Single Post*/

/*Begin 404 page*/
body.error404 .main-header1{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0.1);
}
.content-default-404 .number{
font-size: 250px;
    color: #000;
    margin: 0px;
    margin-bottom: 70px;
    line-height: 220px;
    margin-top: -80px;
    font-family: 'Playfair Display';
}
.content-default-404 .text{
    margin-bottom: 10px;
}
.content-default-404 .desc{
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    font-size: 18px;
}
.content-default-404 .el7up-bt-default{
margin-top: 47px;
}
.info-not-found{
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 30px;
    position: relative;
    background: #ffbd76;
    
}
.info-not-found:before{
    content: "\f05a";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 24px;
    left: 20px;
    top: 30px;
    color: #000;
    vertical-align: middle;
    margin-right: 10px;
}
/*End 404 page*/
/*End Blog General*/


/*******************************************************************************************************
03. WooCommerce General
********************************************************************************************************/
/*Begin Effect image product item*/
.product-thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-thumb-link img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.product-thumb-link::before {
  background: rgba(0, 0, 0, 0.3);
  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;
}
.product-thumb:hover .product-thumb-link::before {
  /*opacity: 1;*/
}
/*Zoom Product*/
.product-thumb:hover .zoom-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Zoomout Product*/
.zoomout-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.product-thumb:hover .zoomout-thumb img:last-child {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
/*Rotate Product*/
.rotate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.product-thumb:hover .rotate-thumb img:last-child {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  opacity: 1;
}
.product-thumb:hover .rotate-thumb img:first-child {
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  opacity: 0;
}
/*Translate Product*/
.translate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.product-thumb:hover .translate-thumb img:last-child {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.product-thumb:hover .translate-thumb img:first-child {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
}
/*End Effect image product item*/

/************
Begin single product general
****************/
.single-related-product .swiper-pagination{
    margin-top: 75px;
}
/*Begin detail gallery*/
.product-detail{
   /* margin-bottom: 110px;*/
}
.product-detail-gallery .mid{
    position: relative;
    z-index: 1
}
.product-detail-gallery>.wrap-detail-gallery{
    margin-bottom: 0px!important
}
/*Begin gallery control product horizontal*/
.style-gallery-horizontal .gallery-control{
    margin-top: 30px;
}
.style-gallery-horizontal .gallery-slider{
     padding: 0px 45px;
}
.style-gallery-horizontal .slick-slide {
     padding: 0px 15px;
}
.style-gallery-horizontal .gallery-control .slick-arrow {
    position: absolute;
   position: absolute;
    top: 50%;
    z-index: 1;
    padding: 0px;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    border: none;
    border-radius: 0px;
    background: #f9f9f9;
    font-size: 36px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    color: #000;
    background: transparent;
    
}
.style-gallery-horizontal .gallery-control .slick-arrow:hover{
    color: #000;
}
.style-gallery-horizontal .gallery-control .slick-prev {
  left: 0;
}
.style-gallery-horizontal .gallery-control .slick-next {
  right: 0;
}
/*End gallery control product horizontal*/
/*Begin gallery control product image-small*/
.style-image-small .gallery-control .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0px;
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.style-image-small .gallery-control .slick-prev {
  left: 0;
}
.style-image-small .gallery-control .slick-next {
  right: 0;
}
/*End gallery control product image-small*/
/*Begin gallery control product vertical*/
.style-gallery-vertical .wrap-detail-gallery {
/*  padding-left:120px;*/
  position: relative;
}
.style-gallery-vertical .wrap-detail-gallery.gallery-control-off {
  padding-left:0px;
}
.style-gallery-vertical .slick-vertical .slick-slide {
  padding: 15px 0px;
  border:none;
}
.style-gallery-vertical .gallery-control {
  position:absolute;
  left: 0;
  top:0px;
    bottom: 0;
    margin-top: -8px;/*
    margin-bottom: auto;*/
    max-height: 680px;
  width: 150px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.style-gallery-vertical .gallery-control .gallery-slider:before{
    content: '';
    height: 100%;
    width: 40px;
    position: absolute;
    right: -35px;
}
.style-gallery-vertical .product-detail-gallery:hover .gallery-control {
  left: -180px;
  opacity: 1;
}
.style-gallery-vertical .slick-track {
  margin-top: -5px;
  margin-bottom: -5px;
}
.style-gallery-vertical .slick-prev{
    display: none!important;
}
.style-gallery-vertical .slick-prev,
.style-gallery-vertical .slick-next
{
  width: 100%;
  border: none;
  color: #000;
  font-size: 36px;
  background: transparent;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.style-gallery-vertical .slick-next
{
  margin-top: 25px;
}
.style-gallery-vertical .product-detail-info {
    padding-left: 70px;
}
/*
.style-gallery-vertical .slick-prev:hover,
.style-gallery-vertical .slick-next:hover
{
  color: #000;
  border-color: #c82811;
  background: #c82811;
}*/
.style-gallery-vertical .slick-prev
{
  margin-bottom: 20px;
}

/*End gallery control product vertical*/
.detail-sticky-style1 .item-gallery-sticky{
    margin-bottom: 10px;
}
.detail-sticky-style1 .item-gallery-sticky:last-child{
    margin-bottom: 0px;
}
/*Begin detail sticky style2*/
.detail-sticky-style2 .item-gallery-sticky{
  width: 50%;
  float: left;
  padding:0px 5px;
  margin-bottom: 10px;
}
.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%;
}
/*End detail sticky style2*/
/*Begin detail sticky style3*/
.tab-style-sticky-style3 {
    width: 100%;
}
.tab-style-sticky-style3 .detail-tab-desc{
    padding-top: 110px;
}
.set_offset_top{
    position: relative;
}
.detail-gallery-sticky-style3 .item-gallery-sticky{
    margin-bottom: 10px;
}
.detail-gallery-sticky-style3 .item-gallery-sticky:last-child{
    margin-bottom: 0px;
}
.detail-gallery-sticky-style3 .list-gallery-sticky{
        display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.detail-gallery-sticky-style3 .list-gallery-sticky .item-gallery-sticky{
    width: 50%;
    padding: 15px;
    margin-bottom: 0px;
    position: relative;
}

/*End detail sticky style3*/
/*End detail gallery*/

/*Begin summary product*/
/*final countdown*/
.final-countdown {
    margin: 0px -10px;
    margin-top: 20px;
}
.final-countdown .clock {
   
    text-align: center;
    padding: 0px 10px;
    margin: 0px;
    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;
    
    border-radius: 6px;
}
.final-countdown .clock .number {
    font-size: 18px;
    color: #fff;
    background: #F9F9F9;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #ffbd76;
    
}
.final-countdown .clock .text {
    font-size: 12px;
    color: #666666;
}
.detail-info .final-countdown{
    margin-top: 17px;
    margin-bottom: 10px;
    margin-left: -2px;
    margin-right: -2px;
}
/*End final countdown*/
.woocommerce div.product div.summary{
    margin-bottom: 0px;
}
.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%;
}
.tab-pane{
    display: none;
}
.tab-pane.active{
    display: block;
}
.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: #ffbd76;
    color: #000;
    opacity: 1;
}
input[type=button], 
input[type=reset], 
input[type=submit],
.woocommerce a.button,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    display: inline-block;
    border: 0;
    color: #fff;
    height: 60px;
    line-height: 63px;
    text-align: center;
    background-color: #000;
    font-family: 'Playfair Display';
    padding: 0px 30px!important;
    min-width: 130px;
    border-radius: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    z-index: 1
}
input[type=button]:hover, 
input[type=reset]:hover, 
input[type=submit]:hover,
.woocommerce a.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    color: #000;
    background-color: #ffbd76;
    box-shadow: none;
}
.woocommerce div.product form.cart{
    margin-bottom: 0px
}
.s7up-form-cart-single form.cart,
.s7up-form-cart-single .wishlist_compare_single_product {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.wishlist_compare_single_product {
    margin-left: 10px;
}
.wishlist_compare_single_product a{
    height: 55px;
    width: 75px;
    line-height: 55px;
    background: transparent;
    color: #000;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    margin-right: 1px;
    border-radius: 0;
    border-right: 1px solid #e5e5e5;
}
.wishlist_compare_single_product a:last-child,
.wishlist_compare_single_product a.wishlist-link
{
    margin-right: 0px;
    border-right:none;
}
.wishlist_compare_single_product a span{
    display: none;
}
.product-detail-info{
    padding-left: 35px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
    float: none;
    box-shadow: none;
    overflow: hidden;
    padding: 0px 30px!important;
    background-color: transparent;
    color: #000;
    border: 3px solid #000;
    font-size: 20px;
    text-transform: inherit;
    height: 70px;
    line-height: 60px;
}
.woocommerce div.product form.cart .single_add_to_cart_button:before{
       content: "\f217";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 36px;
    margin-right: 20px;
    vertical-align: middle;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{
    background-color: #000;
    color: #fff;
    
}

.product-title-single{
    line-height: 66px;
    font-size: 50px;
    margin-bottom: 30px;
    margin-top: -12px;
}
.s7up-price-single .product-price {
    color: #000;
    font-size:36px;
    font-weight: 700;
    margin-bottom: 0px;
     
}
.s7up-price-single{
    margin-top: 0px;
    margin-bottom: 38px;
}


.s7up-price-single .product-price del .woocommerce-Price-amount{
    color: #939393;
    font-size: 20px;
    font-weight: 700;
    margin-right: 5px;
}
.s7up-price-single .product-price del {
    color: #939393;
}
.product-detail-info .product-desc{
    font-size: 18px;
    margin-top:0px;
    margin-bottom: 35px;
    color: #000;
}
.s7up-form-cart-single {
    margin-top: 30px;
    align-items: center;
}
.product-detail-info .product-desc p:last-child{
    margin-bottom: 0px;
}
.product-detail-info .product-desc p{
    line-height: 30px;
    color: #666;
}
.item-product-meta-info{
    margin-top: 40px;
    /*border-top: 1px solid #e5e5e5;
    padding-top: 30px;*/
}
.item-product-meta-info .posted_in label,
.item-product-meta-info .sku_wrapper label,
.item-product-meta-info .tagged_as label
{
    text-transform: uppercase;
        color: #000;
        margin-bottom: 0px;
        margin-right: 25px;
        font-size: 15px;
}
.item-product-meta-info .sku_wrapper label{
    /*min-width: 80px;*/
}
.item-product-meta-info .posted_in a,
.item-product-meta-info .sku_wrapper .sku,
.item-product-meta-info .tagged_as a
{
    color: #686868;
    margin-left: 3px;
    margin-right: 0px;
    font-weight: 400;
    font-size: 16px;
}
.item-product-meta-info .posted_in a:first-child,
.item-product-meta-info .sku_wrapper span:first-child,
.item-product-meta-info .tagged_as a:first-child
{
    margin-left: 0px;
}
.item-product-meta-info .posted_in a:hover,
.item-product-meta-info .tagged_as a:hover
{
    color: #000;
    text-decoration: underline;
}
.item-product-meta-info >div{
    margin-bottom: 5px;
}
.item-product-meta-info >div:last-child{
    margin-bottom: 0px;
}
/*Begin product variations form*/
.woocommerce div.product form.cart .variations{
    margin-bottom: 10px;
}
.s7up-form-cart-single form.variations_form {
    display: block;
}
.s7up-form-cart-single form.variations_form .single_variation_wrap .variations_button,
.s7up-form-cart-single .variations .detail-attr
{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
   
}
.s7up-form-cart-single form.variations_form .qty-cart{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
}
.s7up-form-cart-single form.variations_form .qty-cart .woocommerce-variation{
    width: 100%;
    margin-bottom: 48px;
}
.woocommerce div.product form.cart .variations label{
   text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    color: #000;
    margin-right: 25px;
    min-width: 85px;
    font-weight: 600;
}
.woocommerce div.product form.cart .variations .type-select label{
    min-width: 85px;
}
.s7up-form-cart-single .variations .type-label .swatch-label{
    color: #686868;
    margin-right: 2px;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    height: 40px;
    line-height: 40px;
    min-width: 30px;
    display: inline-block;
    font-size: 16px;
}
.s7up-form-cart-single .variations .type-label .desc{
   /* margin-right: 15px;*/
}
.s7up-form-cart-single .variations .type-label .swatch-label-box:hover .desc{
    color: #000;
}
.s7up-form-cart-single .variations .type-label .swatch-label:hover,
.s7up-form-cart-single .variations .type-label .swatch-label.selected
{
    color: #000;
    text-decoration: underline;
}
.s7up-form-cart-single .variations .type-label .swatch-label:last-child{
    margin-right: 0px;
}
.s7up-form-cart-single .variations .type-select,
.s7up-form-cart-single .variations .detail-attr,
.s7up-form-cart-single .variations .type-
{
    margin-bottom: 0px;
}
.s7up-form-cart-single .variations .type-color
{
        height:40px;
    line-height:40px;
}
.s7up-form-cart-single .variations .type-color .tawcvs-swatches{
    margin-top: -2px;
}
.s7up-form-cart-single .variations .type-label
{
    line-height:40px;
}
.s7up-form-cart-single .variations .type-label .swatch-label-box
{
    display: inline-block;
}

/*.s7up-form-cart-single .variations .type-select .select-box::after{
    display: none;
}*/
.s7up-form-cart-single .variations .type-select select,
.s7up-form-cart-single .variations .type- select
{
   border: none;
   line-height: 40px;
   height: 40px;
   margin: 0px!important;
   padding: 0px 20px 0px 10px;
    font-size: 16px;
    color: #686868;
}
.s7up-form-cart-single .variations .type-color .swatch-color{
    height: 25px;
    width: 25px;
    display: inline-block;
    line-height:25px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.s7up-form-cart-single .variations .type-color .swatch-color:before{
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    opacity: 0;
}
.s7up-form-cart-single .variations .type-color .swatch-color.selected:before{
    opacity: 1;
}
.s7up-form-cart-single .variations .type-color .swatch-color:last-child{
    margin-right: 0px;
}
.s7up-form-cart-single .variations .type-color .select-box::after{
    display: none;
}
.s7up-form-cart-single .variations .type-select .select-box,
.s7up-form-cart-single .variations .type- .select-box
{
   width: 100%;
}
.s7up-form-cart-single .variations .type-select .title-atttr,
.s7up-form-cart-single .variations .type- .title-atttr
{
    line-height: 40px;
}
.woocommerce div.product form.cart .reset_variations{
    font-size: 15px;
    margin-top: -10px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.product-detail-info .woocommerce-variation-description .product-desc{
    margin-bottom: 0px;
}
.product-detail-info .woocommerce-variation-price{
    margin-top: 40px;
}
.product-price ins{
    text-decoration: none;
}
.product-detail-info .woocommerce-variation-price .product-price{
    color: #000;
    font-size: 36px;
    font-weight: 700;
}
.product-detail-info .woocommerce-variation-price .product-price del{
    color: #939393;
    font-size: 18px;
    font-weight: 400;
    margin-right: 20px;
}
/*End product variations form*/

/*Begin product group form*/
.s7up-form-cart-single .list-product-group{
    width: 100%;
}
.s7up-form-cart-single .list-product-group form.cart .single_add_to_cart_button{
     max-width: 230px;
}
.s7up-form-cart-single .list-product-group form.cart{
    flex-wrap: wrap;
    flex-direction: column;
}
.s7up-form-cart-single .list-product-group .detail-qty{
    margin-right: 0;
    border: none;
    width: auto;
    max-width: initial;
}
.s7up-form-cart-single .list-product-group .detail-qty > a {
    height: 30px;
    line-height: 30px;
    width: 20px;
    text-align: center;
    font-size: 24px;
    color: #999999;
}
.s7up-form-cart-single .list-product-group .detail-qty > input {
    height: 30px;
    line-height: 30px;
    max-width: 40px;
    min-width: auto;
}
.s7up-form-cart-single .list-product-group .group-qty .button {
    width: auto;
    min-width: auto;
    padding: 0px!important;
    height: auto;
    line-height: initial;
    border: none;
    background: transparent;
    font-size: 14px;
}
.s7up-form-cart-single .list-product-group .group-qty .button:hover {
    box-shadow: none;
}
.s7up-form-cart-single .list-product-group .group-qty .button:before,
.s7up-form-cart-single .list-product-group .group-qty .button:after{
    display: none;
}
.s7up-form-cart-single .list-product-group .single_add_to_cart_button {
    margin-top: 40px;
}
.s7up-form-cart-single .list-product-group .group_table {
    border:none;
}
/*End product group form*/

.detail-qty{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    position: relative;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 0px;
}
.shop_table  .detail-qty{
    max-width: 150px;
}
.detail-qty > a{
    height:68px;
    line-height: 70px;
    width: 55px;
    text-align: center;
}
.detail-qty > input{
    padding: 0 5px;
    text-align: center;
    height:65px;
    line-height: 60px;
    border: none;
    max-width: 40px;
    min-width: auto;
    font-size: 20px;
}
.s7up-form-cart-single .detail-qty{
    margin-right: 10px;
}
.meta-item-list{
    display: inline-block;
    margin: 0px;    
}
.sort-by .select-box::after {
    top: 3px;
}

.product-detail-info >.yith-wcwl-add-to-wishlist,
.product-detail-info >.compare{
    display: none!important;
}
.single-product-share{
    margin-top: 50px;
}
/*End summary product*/

/*Begin style product tabs*/
.detail-product-tabs{
    margin-top: 110px;
}
.product-tab-content .detail-tab-desc>h2,
.product-tab-content .woocommerce-Reviews-title
{
    display: none;
}
/*tab product vertical*/
.tab-product-vertical {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
}
.tab-product-vertical .product-tab-title {
  min-width: 300px;
  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 a:hover,
.tab-product-vertical  .product-tab-title li.active a
{
  color: #000;
  text-decoration: underline;
}
/*tab product horizontal*/
.tab-product-horizontal .product-tab-title li{
  display: inline-block;
  padding: 0px 25px;
}
.tab-product-horizontal .product-tab-title li a{
  color: #999;
  position: relative;
  padding: 0px;
}
.tab-product-horizontal .product-tab-title li.active a{
  padding: 0px 10px;
}
.tab-product-horizontal .product-tab-title li a:hover,
.tab-product-horizontal .product-tab-title li.active a{
  color: #000;
}
.tab-product-horizontal .product-tab-title li a:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 2px;
    height: 5px;
    background: #84d8d0;
    z-index: -1;
    opacity: 0
}
.tab-product-horizontal .product-tab-title li.active a:after{
opacity: 1
}
.tab-product-horizontal .product-tab-title{
    margin-bottom: 60px;
}
.tab-product-horizontal .product-tab-title{
  margin-left: -25px;
  margin-right: -25px;
}
.tab-product-horizontal .product-tab-title ul{
  display: inline-block;
}

/*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:#53ac82;
}
.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: #53ac82;
  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-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-accordion .ui-icon, .tab-product-accordion .ui-widget-content .ui-icon{
  background-image:none;
}
/*End tab-product-accordion*/
/*End style product tabs*/
/*End single product general*/

/*****************************
Beign page my account
******************************/
.woocommerce-MyAccount-navigation ul{
    padding: 0px;
    margin: 0px;
}
.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.register>p{
    margin-bottom: 15px;
}
.woocommerce .myaccount_registration_login form .form-row input.input-text {
    height: 60px;
    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;
    vertical-align: middle;
}
.rememberme-lost_password label span{
    margin-left: 5px;
}
.woocommerce-form-login p.lost_password{
    margin-bottom: 0px;
}
.woocommerce .myaccount_registration_login .woocommerce-form-login .woocommerce-form-login__submit{
   
    border-color: #ffbd76;
}
.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: #000;
}
.woocommerce .myaccount_registration_login .myacc-bt-register{
    /*width: 100%;*/
}
.woocommerce-MyAccount-navigation ul li {
    padding: 0px;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 8px 15px;
    display: block;
}
.woocommerce-MyAccount-navigation ul li a:hover{
    background: #fff;
    color: #000;
}
.woocommerce-account .addresses .title .edit:hover{
    color: #ffbd76;
    text-decoration: underline;
}
.woocommerce-account .edit-account fieldset{
     margin-top: 30px;
}
.woocommerce-account .addresses .title .edit{
    text-transform: uppercase;
}
.woocommerce-account .edit-account fieldset legend{
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: navajowhite;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #000;
    background: #ffbd76;
    border-color: #ffbd76;
    
}
.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;
}
.rememberme-lost_password{
    margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    border: 1px solid #ffbd76;
}
.woocommerce-account .woocommerce-MyAccount-content{
    padding-left: 20px;
}

.woocommerce-account-fields .woocommerce-form__label .input-checkbox{
    display: inline-block;
    margin: 0px;
    position: relative;
    margin-right: 5px;
}
.woocommerce-account-fields .woocommerce-form__label span{
    vertical-align: middle;
}
@media(max-width: 768px){
    .woocommerce-account .woocommerce-MyAccount-content{
        padding-left:0px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation{
        border: none;
    }
    .woocommerce-MyAccount-navigation>ul{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
    }
    .woocommerce-MyAccount-navigation>ul li{
        display: inline-block;
    }
}
/*End  page my account*/

/**************************
Begin page cart
****************************/
.woocommerce table.shop_table {
    border: 0;
    margin-bottom: 50px;
    padding: 0;
    border-collapse: collapse;
}
.woocommerce table.shop_table tr, .woocommerce-cart table.cart tr {
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce-cart table.cart td:first-child {
    padding: 20px 0;
    border: 0;
}
.woocommerce .product-remove a.remove {
    margin: 0px;
}
.woocommerce a.remove {
    color: #000!important;
}
.woocommerce a.remove:hover {
    color: #e01e48!important;
    background: transparent;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    margin-right: 10px;
}
.woocommerce table.shop_table tbody tr:last-child, .woocommerce-cart table.cart tbody tr:last-child {
    border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.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: #ffb606;
    color: #000;
}
.woocommerce-cart table.cart img{
    width: 50px;
}
.cart_totals >h2{
    font-size: 24px;
    text-transform: uppercase;
        color: #000;
}

.woocommerce div.product form.cart .group_table td.group-thumb{
    width: 90px;
    padding-right: 15px;
}
.woocommerce div.product form.cart .group_table .product-title{
    color: #000;
    font-size: 18px;
        font-family: 'Playfair Display';
    font-weight: 700;
}
@media (max-width: 768px){
    .woocommerce-cart table.cart td.product-quantity:after{
        content: '';
        display: block;
        clear: both;
    }
    .woocommerce-cart table.cart td.product-quantity .detail-qty{
            float: right;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
        background: transparent;
    }
}

@media (max-width: 480px){
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 8px;
    }
    .woocommerce-page table.cart td.actions .coupon .button{
         width: 100%;
    }
}

/*End  page cart*/

/*************************
Begin page checkout
**************************/
.woocommerce form .form-row input.input-text {
    height:60px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
}
.woocommerce-checkout .woocommerce form .form-row textarea {
    height: 182px;
    font-size: 18px;
    padding-top: 20px;
}
.woocommerce form .form-row {
    padding: 3px 0px;
    margin-bottom: 15px;
}
.woocommerce form .form-row .select2-container--default .select2-selection--single, .woocommerce form .form-row textarea {
    border-color: #e5e5e5;
    border-radius: 0px;
    height:60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 6px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    border-radius: 0px;
        background: #f9f9f9f9;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    padding: 30px;
        border-bottom: 1px solid #e5e5e5;
}
#add_payment_method #payment div.form-row.place-order,
.woocommerce-cart #payment div.form-row.place-order,
.woocommerce-checkout #payment div.form-row.place-order{
 padding: 30px;
}
.woocommerce-Price-amount{
    color: #000;
    font-family: 'Playfair Display';
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}
.woocommerce form.checkout_coupon input#coupon_code{
    height: 60px;
    line-height: 60px;
}
#add_payment_method #payment ul.payment_methods li input.input-radio,
.woocommerce-cart #payment ul.payment_methods li input.input-radio,
.woocommerce-checkout #payment ul.payment_methods li input.input-radio{
    height: auto;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
    text-transform: uppercase;
    font-size: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
}
@media (max-width: 480px){
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
        overflow: visible;
    }
    #add_payment_method #payment div.form-row.place-order, .woocommerce-cart #payment div.form-row.place-order, .woocommerce-checkout #payment div.form-row.place-order,#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        padding: 15px;
    }
}

/*End  Page checkout*/
/*Begin page wishlist*/
.cart.wishlist_table td.product-add-to-cart .button{
    display: inline-block!important;
}
.cart.wishlist_table td.product-name{
    font-size: 14px;
    color: #000;
    font-size: 18px;
}
.cart.wishlist_table td{
    text-align: left!important;
     padding: 15px 20px!important;
}
.cart.wishlist_table td.wishlist-empty{
     padding: 10px 0px!important;
}
.cart.wishlist_table thead th{
    font-size: 18px;
    color: #000;
    padding: 15px 20px;
}
#yith-wcwl-form .wishlist-title-container .wishlist-title{
        width: 100%;
}
#yith-wcwl-form .wishlist-title-container .wishlist-title>h2{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    background: #ccc;
    background: #ffbd76;
    padding: 18px 30px;
    line-height: 24px;
    display: block;
    margin: 0px;
}
/*End page wishlist*/
/*Begin comments product, info bar wooo*/
.woocommerce #reviews #comments ol.commentlist{
    padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 100px;
    border-radius: 50%; 
    border: none;
    padding: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin: 0 0 0 130px;
    border: none;
    border-radius: 0px;
    padding: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author{
    font-size: 18px;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li .wrap-rating{
    position: absolute;
    right: 0;
    top: 9px;
}
.woocommerce-Reviews .comment-form .comment-form-email {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.woocommerce-Reviews .comment-form .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.woocommerce-Reviews .comment-form .comment-form-rating {
    clear: both;
}
.woocommerce-Reviews .comment-form label[for="author"], .woocommerce-Reviews .comment-form label[for="email"], .woocommerce-Reviews .comment-form label[for="rating"], .woocommerce-Reviews .comment-form label[for="comment"] {
    display: block;
}
.woocommerce-Reviews .comment-form .comment-form-author input, .woocommerce-Reviews .comment-form .comment-form-email input {
    width: 100%;
    height: 60px;
    padding: 0px 27px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fcfcfc;
}
.woocommerce #review_form #respond textarea {
    height: 150px;
    border: 1px solid #e5e5e5;
    padding: 14px 27px;
    font-size: 14px;
    background: #fcfcfc;
}
.woocommerce-Reviews .comment-reply-title {
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 700;
    color: #000;
    font-family: 'Playfair Display';
    text-transform: uppercase;
}
.woocommerce-Reviews #comments{
    margin-bottom: 16px;
}
.woocommerce-Reviews #comments .woocommerce-noreviews{
    margin-bottom: 0px;
}

#ship-to-different-address .woocommerce-form__label{
margin: 0px;
    padding-left: 25px;
    position: relative;
}
#ship-to-different-address #ship-to-different-address-checkbox{
    left: 0;
    margin: 0px;
    top: 5px;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
    height: auto;
    line-height: inherit;
    padding: 0px!important;
    min-width: auto;
    background: transparent;
    color: #000;
}
.woocommerce .woocommerce-error strong, .woocommerce .woocommerce-info strong, .woocommerce .woocommerce-message strong,
.woocommerce-page .woocommerce-error strong, .woocommerce-page .woocommerce-info strong, .woocommerce-page .woocommerce-message strong{
    color: #000;
}
.woocommerce .woocommerce-error .button:hover, 
.woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover, 
.woocommerce-page .woocommerce-error .button:hover, 
.woocommerce-page .woocommerce-info .button:hover, 
.woocommerce-page .woocommerce-message .button:hover{
      box-shadow: none;
      text-decoration: underline;
}
.woocommerce .woocommerce-error , .woocommerce .woocommerce-info , .woocommerce .woocommerce-message,
 .woocommerce-page .woocommerce-error , .woocommerce-page .woocommerce-info , .woocommerce-page .woocommerce-message {
    background: #ffbd76;
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 60px;
    font-size: 14px;
    color: #000;
}
.woocommerce .woocommerce-error a:hover, .woocommerce .woocommerce-info a:hover, .woocommerce .woocommerce-message a:hover,
 .woocommerce-page .woocommerce-error a:hover, .woocommerce-page .woocommerce-info a:hover, .woocommerce-page .woocommerce-message a:hover{

    color: #000;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    font-size: 24px;
    left: 20px;
    top: 30px;
    color: #000;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: "\f05a";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.woocommerce-error::before{
     content: "\f071";
}
.woocommerce-message::before{
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.woocommerce-additional-fields>h3,
.woocommerce-billing-fields>h3{
    color: #000;
    margin: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 24px;
}
#order_review_heading{
    font-size: 24px;
    color: #000;
    margin: 0px;
    margin-bottom: 3px;
    text-transform: uppercase;
    margin-top: 15px;
}
.woocommerce #reviews #comments ol.commentlist li{
    min-height: 100px;
}


/*End comments product, info bar wooo*/
/*End WooCommerce General*/



/*******************************************************************************************************
04. Elementor
********************************************************************************************************/
/*Begin Elementor Heading*/
.el7up-text-editor p:last-child{
    margin-bottom: 0px;
}
/*.el7up-text-editor p{
    line-height: inherit;
}*/
.elementor-widget.elementor-widget-s7upf-heading:not(:last-child) {
    margin-bottom: 0px;
}
.el7up-heading-style1{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Playfair Display';
    color: #000;
}
.el7up-heading-style4{
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    font-family: 'Playfair Display';
    color: #000;
    position: relative;
    z-index: 1; 
}
.sub-title-style4{
    color: #f1f1f1;
    font-size: 150px;
    font-family: Yellowtail;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    z-index: -1;
    font-weight: 400
}
.el7up-heading-style2{
    position: relative;
    display: inline-block;
    font-size: 36px;
    margin: 0;
    font-family: 'Playfair Display';
    font-weight: 700;
    color: #000;
    z-index: 1;
}
.el7up-heading-style2:after{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 1px;
    height: 7px;
    background: #84d8d0;
    z-index: -1;
}
.el7up-heading-style3{
    position: relative;
    display: inline-block;
    font-size: 36px;
    margin: 0;
    font-family: 'Playfair Display';
    font-weight: 700;
    color: #000;
    z-index: 1;
    padding-top: 20px;
    transform: rotate( -180deg );
    writing-mode: vertical-lr;
    top: 10px;
}
.el7up-heading-style3:before{
    position: absolute;
    content: '';
    background: #84d8d0;
    height: 225px;
    width: 25px;
    z-index: -1;
    top: 0;
    right: 0px;
}
.el7up-heading-style5{
    font-family: 'Playfair Display';
    font-size: 36px;
    font-weight: 700;
    margin: 0px;
    line-height: 44px;
    color: #000;
    text-transform: uppercase;
    padding-left: 30px;
}
.el7up-heading-style5:before{
    content: '';
    background: #ffbc7b;
    width: 3px;
    top: 10px;
    bottom: 5px;
    left: 0px;
    position: absolute;
}
.el7up-heading-style5 span{
    font-weight: 400;
    display: block;
}
/*End Elementor Heading*/

/*Begin Elementor Accordion */
.el7up-accordion-css .ui-icon{
    display: none;
}
.el7up-accordion-css .box-icon-accor{
    position: relative;
}
.el7up-accordion-css .box-icon-accor .icon-accor{

}
.el7up-accordion-css .box-icon-accor .icon-accor-active{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}
.el7up-accordion-css .ui-state-active .box-icon-accor .icon-accor-active{
    opacity: 1;
}
.el7up-accordion-css .ui-state-active .box-icon-accor .icon-accor{
    opacity: 0;
}
.el7up-accordion-css.ui-accordion .ui-accordion-header{
    margin:  0px;
    border-radius: 0px;
     padding: 10px 20px;
}
.el7up-accordion-css.ui-accordion .ui-accordion-header{
    /*margin-top: -1px;*/
}
.el7up-accordion-css.ui-accordion .ui-accordion-header:last-child{
    /*margin-top: 0px;*/
}
.el7up-accordion-css.ui-accordion .ui-accordion-content {
    padding: 30px 20px;

    border-radius: 0px;
}
.el7up-accordion-css .ui-accordion-content p:last-child{
    margin-bottom: 0px;
}
.el7up-accordion-css.ui-widget{
    font-family:inherit;
}
/*----------------------*/
.el7up-accordion-.ui-accordion .ui-accordion-content{
    margin-left: 70px;
    border-color: #ffbd76;
    border-top: 1px solid #ffbd76;
    padding: 30px 30px;
    color: #666;
}
.el7up-accordion-.ui-accordion .ui-accordion-header{
    background: #fff;
    border: none;
    color: #000;
    display: flex;
    align-items: center;
    padding: 0px;
    margin-top: 20px;
}
.el7up-accordion-.ui-accordion .ui-accordion-header:first-child{
     margin-top: 0px;
}
.el7up-accordion-.ui-accordion .ui-accordion-header .text{
    font-size: 24px;
    order: 1;
}
.el7up-accordion- .box-icon-accor {
    margin-right: 20px;
    order: 0;
    width: 50px;
    height: 50px;
    background: #ccc;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background: #ffbd76;
    
    color: #fff;
    font-size: 24px;
}
.el7up-accordion- .ui-state-active .box-icon-accor {
    color: #000;
    background: #ffbd76;
    
}
.el7up-accordion- .box-icon-accor .icon-accor-active {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
}
/*-------------------------------*/
.el7up-accordion-style2.ui-accordion .ui-accordion-header{
    background: transparent;
    border-color:#e5e5e5;
    padding: 23px 30px;
}
.el7up-accordion-style2.ui-accordion .ui-accordion-header .text{ 
    font-family: 'Playfair Display';
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.el7up-accordion-style2 .box-icon-accor {
    float: right;
    color: #000;
    margin-top: 4px;
        font-size: 16px;
}
.el7up-accordion-style2.ui-accordion .ui-accordion-content{
    border:none;
    padding: 40px 30px;
    line-height: 36px;
}
.el7up-accordion-style2.ui-accordion .ui-accordion-header {
    margin-top: -1px;
}
/*End Elementor Accordion */

/*Begin Elementor Menu*/
.s7upf-navbar-nav{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.s7upf-navbar-nav > li{
    display: inline-block;
    font-size: 14px;
}
.s7upf-navbar-nav > li > a{
    position: relative;
    display: block;
    padding: 15px;
}

.s7upf-navbar-nav li.menu-item-has-children{
    position: relative;
}
/*.s7upf-navbar-nav li.menu-item-has-children> a:before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    background: transparent;
    height: 50px;
    z-index: 9;
}
.s7upf-navbar-nav li.menu-item-has-children li.menu-item-has-children >a:before{
      content: "";
    position: absolute;
    bottom: 0;
    right: -15px;
    left: auto;
    width: 30px;
    background: transparent;
    height: 100%;
    z-index: 9;
}*/

.s7upf-navbar-nav li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
    margin-top: 0px;
}
.s7upf-navbar-nav li.menu-item-has-children li.menu-item-has-children > .sub-menu {
    margin: 0px 0px 0px 30px;
}
.menu-style- .s7upf-navbar-nav li.menu-item-has-children li.menu-item-has-children:hover > .sub-menu {
    margin-left: 0px;
    margin-top: 0px;
}
.s7upf-navbar-nav .sub-menu {
    background: #fff;
    left: 0px;
    list-style: none;
    opacity: 0;
    padding: 35px 0px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    margin: 30px 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    width: 320px;
}
.s7upf-navbar-nav .sub-menu .sub-menu{
    left: 100%;
    top: 0;
}
.s7upf-navbar-nav .sub-menu > li > a {
    display: block;
    padding: 12px 40px;
    position: relative;
    font-size: 18px;
}
.s7upf-navbar-nav .sub-menu > li > a:hover{
    color: #ffbd76;
}
.s7upf-navbar-nav li.has-mega-menu .mega-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    text-align: left;
    margin: 30px 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 32px 0px rgba(0,0,0,.1);
}
.s7upf-navbar-nav li.has-mega-menu:hover > .mega-menu {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
.indicator-icon{
    margin-left: 6px;
    float: right;
    cursor: pointer;
    position: relative;
    font-weight: 900;
    font-style: normal;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 12px;
}
.indicator-icon:before {
    content: "\f107";
}
.sub-menu .indicator-icon::before {
    content: "\f105";
}
.s7upf_plus_icon .indicator-icon::before {
    content: '+';
}
.s7upf_fill_arrow .indicator-icon::before {
    content: '\f0d7';
}
.s7upf_fill_arrow .sub-menu .indicator-icon::before {
    content: '\f0da';
}
.s7upf_none .indicator-icon{
    display: none;
}
.s7upf-menu-toggler{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
   /* height: 16px;
    width: 23px;*/
    position: relative;
    display:block;
    overflow: hidden;
    cursor: pointer;
}/*
.s7upf-menu-toggler span,
.s7upf-menu-toggler:after,
.s7upf-menu-toggler:before{
    content: "";
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.menu-toggler-right .s7upf-menu-toggler span,
.menu-toggler-right .s7upf-menu-toggler:after,
.menu-toggler-right .s7upf-menu-toggler:before{
    left: auto;
    right: 0;
}
.s7upf-menu-toggler:before{
    width: 15px;
}
.s7upf-menu-toggler:after{
    width: 20px;
}
.s7upf-menu-toggler span{
    top: 0;
    bottom: 0;
    margin: auto;
}
.s7upf-menu-toggler:after{
    top: inherit;
    bottom: 0;
}
.s7upf-menu-toggler.menu-open:before{
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform-origin: 0;
    width: 150%;
}
.s7upf-menu-toggler.menu-open:after{
    transform: rotate(-37deg);
    -webkit-transform: rotate(-37deg);
    transform-origin: 0;
    width: 150%;
}
.s7upf-menu-toggler.menu-open span{
    opacity: 0;
}*/
.s7upf-nav-identity-panel{
    display: none;
}


/*Menu fixed style*/

.fixed-header {
    background:#fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.menu-fixed-content.fixed-header{
    background: #fff;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0 !important;
    margin: 0;
    max-width: 100%;
    display: block;
}
.fixed-header .vc_row[data-vc-full-width].vc_hidden{
    opacity: 1;
}
.fixed-header {
    position: fixed !important;
    top: -100px;
    left: 0px !important;
    z-index: 9999!important;
    -webkit-transition: top 0.3s 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 style icon*/

.menu-style-icon .s7upf-nav-identity-panel{
    display: block;
}
.menu-style-icon .s7upf-menu-inner{ 
    background: #fff;
    width: 330px;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9995;
    padding: 50px 0px 30px 0px;
    overflow-x: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    max-width: 100%;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.1);
    max-height: 100%;
    display: block;
}
.menu-style-icon.position_content-left .s7upf-menu-inner{ 
   left: -350px;
}
.menu-style-icon.position_content-left .s7upf-menu-inner.menu-side-active{
    left: 0;
}
.menu-style-icon.position_content-right .s7upf-menu-inner{ 
   right: -350px;
}
.menu-style-icon.position_content-right .s7upf-menu-inner.menu-side-active{
    right: 0;
}
.menu-style-icon .s7upf-menu-inner .s7upf-navbar-nav{
    padding-top: 30px;
    padding-left: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

.menu-style-icon .s7upf-navbar-nav > li > a{
    padding: 10px 0;
    text-transform: uppercase;
}
.menu-style-icon .s7upf-navbar-nav > li > a:hover{
    color: #000;
    text-decoration: underline;
}
.menu-style-icon .s7upf-navbar-nav > li {
    display: block;
}

.position_content-left .close-menu{
    position: absolute;
    right: 17px;
    top:45px;
    line-height: 40px;
    cursor: pointer;
        font-size: 24px;
        z-index: 1;
}
.position_content-right .close-menu{
    position: absolute;
    left: 17px;
    top: 34px;
    line-height: 40px;
    cursor: pointer;
        font-size: 24px;
}
.close-menu .s7upf-menu-toggler span,
.close-menu .s7upf-menu-toggler:after,
.close-menu .s7upf-menu-toggler:before{
    background: #fff;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu{
    position: static;
    opacity: 1;
    visibility: visible;
    margin: 0;
    width: 100%;
    display: none;
    box-shadow: none;
}
.menu-style-icon .s7upf-navbar-nav .sub-open > .sub-menu{
    display: block;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu{
    background: transparent;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu{
    padding: 0px;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu >li>a{
    padding: 8px 20px;
}
.menu-style-icon .indicator-icon{
    width: 30px;
    text-align: center;
    display: none;
}
.mobile-logo img{
    max-width: 200px;
}


.effect-line-bottom .s7upf-navbar-nav>li{
    position: relative;
}
.effect-line-bottom .s7upf-navbar-nav>li>a:after
{
    content: '';
    background: #c82811;
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 50%;
    right: 50%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.effect-line-bottom .s7upf-navbar-nav>li>a:hover:after,
.effect-line-bottom .s7upf-navbar-nav>li.current-menu-parent>a:after,
.effect-line-bottom .s7upf-navbar-nav>li.current-menu-ancestor>a:after,
.effect-line-bottom .s7upf-navbar-nav>li.current-menu-item>a:after
{
    left: 0;
    right: 0;
    opacity: 1;
}
.effect-line-top .s7upf-navbar-nav>li{
    position: relative;
}
.effect-line-top .s7upf-navbar-nav>li>a:after
{
    content: '';
    background: #c82811;
    position: absolute;
    top: 0;
    height: 3px;
    left: 50%;
    right: 50%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.effect-line-top .s7upf-navbar-nav>li>a:hover:after,
.effect-line-top .s7upf-navbar-nav>li.current-menu-item>a:after
{
    left: 0;
    right: 0;
    opacity: 1;
}

.toggle-mobile-menu {
  display: none;
}
.menu-style-icon{

}
/*menu style default*/
.menu-style- .s7upf-navbar-nav > li > a{
    font-size: 18px;
    font-weight: 700;
    padding: 0px 28px;
    height: 130px;
    line-height: 130px;
    color: #000;
    font-family: 'Playfair Display';
}
.menu-style- .s7upf-navbar-nav > li > a:hover{
    color: #000;
}
.menu-style- .s7upf-navbar-nav>li> a:after {
    content: '';
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    background: #000;
    height: 2px;
    text-align: center;
    opacity:0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.menu-style- .s7upf-navbar-nav>li:hover> a:after,
.menu-style- .s7upf-navbar-nav>li.current_page_parent  > a:after,
.menu-style- .s7upf-navbar-nav>li.current-menu-item > a:after
{
    opacity: 1;
}
.menu-style- .sub-menu  .current-menu-item>a{
    text-decoration: underline;
}
.menu-style- .s7upf-navbar-nav .menu-item-depth-0> .sub-menu{
    left: 28px;
}
/*menu style 2*/
.menu-style-style2 .s7upf-navbar-nav > li > a{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 27px;
    height: 60px;
    line-height: 60px;
    color: #303030;
   
    position: relative;
        z-index: 2;
}
.menu-style-style2 .s7upf-navbar-nav > li > a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 40%, rgba(222,126,112,1) 100%);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.menu-style-style2 .s7upf-navbar-nav > li > a:after{
       content: '';
    border-bottom: 6px solid #303030;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    z-index: -2;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition-delay:0.1s;
}/*
.menu-style-style2 .s7upf-navbar-nav>li:hover> a:after, 
.menu-style-style2 .s7upf-navbar-nav > li > a:hover:after,*/
.menu-style-style2 .s7upf-navbar-nav>li.current_page_parent > a:after, 
.menu-style-style2 .s7upf-navbar-nav>li.current-menu-item > a:after,

.menu-style-style2 .s7upf-navbar-nav>li:hover> a:before, 
.menu-style-style2 .s7upf-navbar-nav > li > a:hover:before,
.menu-style-style2 .s7upf-navbar-nav>li.current_page_parent > a:before, 
.menu-style-style2 .s7upf-navbar-nav>li.current-menu-item > a:before{
    opacity: 1;
}
.menu-style-style2 .s7upf-navbar-nav>li.current_page_parent > a:before, 
.menu-style-style2 .s7upf-navbar-nav>li.current-menu-item > a:before{
     top: -6px;
}
/*Begin Mobile Menu*/
@media (max-width: 1170px) {
   
    .btn-toggle-mobile-menu {
        position: absolute;
        top: 0;
        right: 0px;
        height: 55px;
        width: 55px;
        border-left: 1px solid #e1e1e1;
        line-height: 55px;
        z-index: 10;
        text-align: center;        
        font-size: 18px;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    .btn-toggle-mobile-menu::after {
        font-family: 'Line Awesome Free';
        content: "\f107";
        font-weight: 900;
    }
    .btn-toggle-mobile-menu.active::after {
        content: "\f106";
    }
    .btn-toggle-mobile-menu.active {
        background: #ebebeb;
    }
    .s7upf-menu-inner .indicator-icon{
        display: none;
    }
    .s7upf-menu-inner{
        position: absolute;
        top: 100%;
        width: 100vw;
        display: none;
        z-index: 999;
        background: #fff;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        transition: none;
        -webkit-transition: none;
        text-align: left;
        overflow-x: auto;
        max-height: 332px;
    }
    .s7upf-menu-inner > .s7upf-navbar-nav  {
           text-align: left!important;
    }
    .s7upf-menu-inner > .s7upf-navbar-nav > li {
        display: block;
        margin: 0px !important;
        padding: 0!important;
        position: relative;
    }
    .s7upf-menu-inner > .s7upf-navbar-nav>li > a {
        display: block;
        font-weight: 400;
        height: 55px !important;
        line-height: 55px !important;
        padding: 0px 15px!important;
        padding-right: 70px!important;
        border-bottom: none!important;
        transition: none;
        -webkit-transition: none;
         margin: 0px!important;
         color: #000!important;
    }
    .s7upf-navbar-nav li.menu-item-has-children> a:before{
        display: none;
    }
    .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li > a {
        padding-left: 30px!important;
        height: 55px !important;
        line-height: 55px !important;
        padding-top: 0px;
        padding-bottom: 0px;
         border-top: 1px solid #e1e1e1!important;
         font-size: 14px;
    }
    .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li:first-child > a {
         border-top: none!important;
    }
    .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li.menu-item-depth-2  > a {
        padding-left: 45px!important;
    }
    .s7upf-navbar-nav .sub-menu{
        padding: 0px;
    }
    .toggle-mobile-menu {
        height: 80px;
        width: 80px;
        position: relative;
        padding: 0px;
        text-align: center;
        background: #ffbd76;
        display: inline-block;
        line-height: 75px;
        font-size: 24px;
        color: #fff;
    }
    .s7upf-menu-container.active .toggle-mobile-menu i:before{
        content: "\f00d";
    }
    .toggle-mobile-menu:hover,
    .toggle-mobile-menu:focus
    {
        color: #fff;
    }
   .toggle-mobile-menu.active .la-reorder:before {
    content: "\f191";
  }
  
  .menu-style- .sub-menu li,
  .menu-style-style2 .sub-menu li
   {
    transition: none;
    -webkit-transition: none;
  }
  .menu-style- .sub-menu,
  .menu-style-style2 .sub-menu
   {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0!important;
    opacity: 1!important;
    visibility: visible!important;
    position: static!important;
    box-shadow: none!important;
    border-top: 1px solid #e1e1e1;
    transition: none;
    -webkit-transition: none;
    width: 100%;
  }
  .menu-style- .s7upf-navbar-nav > li > a,
  .menu-style-style2 .s7upf-navbar-nav > li > a
   {
    border-top: 1px solid #e1e1e1!important;
  }
  /*css bach*/
  .menu-style- .s7upf-navbar-nav>li> a:after,
  .menu-style-style2 .s7upf-navbar-nav>li> a:after
  {
    display: none;
  }
}
/*End Elementor Menu */


/*Begin info box elementor*/
.s7upe-info-box-style1 blockquote{
    border:none;
    padding: 55px 70px 55px 100px;
    background:#fffde5;
    font-style: inherit;
    text-align: inherit;
    line-height: 48px;
    position: relative;
}
.s7upe-info-box-style1 blockquote:before{
    content: "\f10d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    left: 50px;
}
.s7upe-info-box-style1 cite{
    display: block;
    font-size: 18px;
    color: #303030;
    font-style: inherit;
    position: relative;
    margin-top: 25px;
    line-height: 24px
}
.s7upe-info-box-style1 cite:before{
    content: '';
    width: 100px;
    height: 1px;
    background: #303030;
    display: inline-block;
    margin-right: 17px;
}
/*---------------*/
.top-header1{
    padding: 7px 0px;
}
.s7upe-info-box-style2 .item-title-e {
    margin-bottom: 15px;
}
.s7upe-info-box-style2 .info-box-icon {
    margin-bottom: 15px;
}
.s7upe-info-box-style2 .item-sub-title-e {
    line-height: 30px;
    color: #666;
    font-size: 20px;
    color: #000;
}
.s7upe-info-box-style3 .item-icon-e{
    background: #ffbd76;
    color: #000;
    font-size: 72px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.s7upe-info-box-style3 .info-box-content{
    padding-left: 30px;
}
.s7upe-info-box-style3 .info-box-content .item-title-e{
     margin-bottom: 25px;
}
.s7upe-info-box-style4{
    border: 1px solid #e5e5e5;
    padding: 50px;
}
.s7upe-info-box-style4 .info-box-image{
    width: 190px;
    min-width: 190px;
}
.s7upe-info-box-style4 .info-box-content{
    width: calc(100% - 190px);
    padding-left: 35px;
}
.s7upe-info-box-style4 .info-box-content .item-title-e{
    margin-bottom: 5px;
}
.s7upe-info-box-style4 .info-box-content .item-sub-title-e{
    color: #999;
}
.s7upe-info-box-style4 .info-box-content .item-sub-title-e:after{
    background: #c82811;
    content: '';
    display: block;
    height: 1px;
    width: 50px;
     margin-bottom: 20px;
     margin-top: 20px;
}
.s7upe-info-box-style4 .info-box-content .item-desc-title-e {
    font-style: italic;
}
.s7upe-info-box-style4 {
   position: relative;
}
.s7upe-info-box-style4:before {
    content: "\f10d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    right: 25px;
    color: #c82811;
}
.s7upe-info-box-style5 .image{
    width: 50px;
    border-radius: 50%;
    height: 50px;
    display: inline-block;
    background: #e5e5e5;
        margin-right: 23px;
}
.s7upe-info-box-style5 .image img{
    border-radius: 50%;
}
.s7upe-info-box-style5 .item-cate{
       width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    margin-bottom: 10px;
    position: relative;
}
.s7upe-info-box-style5 .count{
    color: #999;
    position: absolute;
    right: 30px;
}
.s7upe-info-box-style5 .item-cate:last-child{
    margin-bottom: 0px;
}

.s7upe-info-box-style6{
    background: #fff;
    padding: 85px 50px 90px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: relative;
}
.s7upe-info-box-style6 .item-sub-title-e{
    color: #84d8d0;
    font-weight: 700;
    font-style: italic;
}
.s7upe-info-box-style6 .item-desc-title-e {
    line-height: 44px;
    color: #8a8a8a;
    font-style: italic;
        margin-bottom: 25px;
}
.s7upe-info-box-style6 .star {
    color: #ffbc7b;
    font-size: 24px;
        margin-bottom: 25px;
}
.s7upe-info-box-style6 .item-title-e  {
       margin-bottom: 30px;
}
.s7upe-info-box-style7 .dropdown-link{
    background: #c82811;
    height: 60px;
    line-height: 63px;
    display: block;
    padding: 0px 25px;
}
.s7upe-info-box-style7 .dropdown-link:hover{
    color: #fff;
}
.s7upe-info-box-style7 .dropdown-link:before{
    content: "\f0c9";
    font-size: 24px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    vertical-align: middle;
    margin-right: 18px;
}
.s7upe-info-box-style7 .dropdown-link i{
    float: right;
    line-height: 60px;
}
.s7upe-info-box-style7 .el7up-dropdown-list{
    padding: 0px;
}
.s7upe-info-box-style7 .el7up-dropdown-list .item-cate>i{
    margin-right: 10px;
}
.s7upe-info-box-style7 .el7up-dropdown-list .item-cate{
    display: block;
}
.s7upe-info-box-style7 .el7up-dropdown-list .item-cate>.count{
    float: right;
}
.s7upe-info-box-style7 .el7up-dropdown-list>li{
    padding:10px 25px;
    border-bottom: 1px solid #e5e5e5;
}
.s7upe-info-box-style7 .el7up-dropdown-list>li:last-child{
    border-bottom: none;
}
.s7upe-info-box-style7 .sub-template{
    position: absolute;
    left: 100%;
    width: 800px;
    top: 0;
    bottom: 0px;
    background: #fff;
    padding: 30px;
    margin-left: 30px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -10;
    overflow-x: auto;
}
.s7upe-info-box-style7 li:hover .sub-template{
    opacity: 1;
    margin-left: 0px;
    z-index: 1;
}
.s7upe-info-box-style8{
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.s7upe-info-box-style8:hover,
.active_hover .s7upe-info-box-style8
{
    background: #f6f6f6;
}
.s7upe-info-box-style8:hover .item-icon-e{
    color: #000;
}
.s7upe-info-box-style8 .flex-wrapper{
    padding: 61px 45px 66px;
}
.s7upe-info-box-style8 .flex-wrapper .info-box-icon{
    margin-right: 20px;
}
.s7upe-info-box-style8 .item-title-e{
    margin-bottom: 12px;
    margin-top: 10px;
}
.s7upe-info-box-style8 .item-desc-title-e{
    color: #777;
}
.s7upe-info-box-style9 .text{
    font-size: 12px;
}
.s7upe-info-box-style9 .item-title-e{
    color: #999;
    margin-right: 10px;
}
.s7upe-info-box-style9 .clock:after{
    content: ':';
    margin: 0px 8px;
}
.s7upe-info-box-style9 .clock:last-child:after{
    content: '';
}
/*----------------*/
.s7upe-info-box-style10 .info-box-content{
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    left: 30px;
}
.s7upe-info-box-style10 .item-image-e img{
    width: 100%;
}
.s7upe-info-box-style10 .info-box-content2{
    background: #fff;
    padding: 60px 40px;
    position: relative;
    opacity: 0;
    margin-bottom: -100px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.s7upe-info-box-style10:hover .info-box-content2{
    opacity: 1;
    margin-bottom: 0px;
}
.s7upe-info-box-style10 .info-box-content2 .la-quote-right{
    margin-left: -10px;
    margin-bottom: -5px;
        margin-top: -25px;
}
.s7upe-info-box-style10 .item-desc-title-e,
.s7upe-info-box-style10 .item-sub-title-e
 {
    color: #7c7c7c;
}
.s7upe-info-box-style10 .item-title-e {
    margin-top: 35px;
}
.s7upe-info-box-style10 .item-sub-title-e:before{
    content: '';
    width: 1px;
    height: 30px;
    background: #7c7c7c;
    display: inline-block;
    transform: rotate(20deg);
    margin: 0px 25px;
    margin-bottom: -9px;
}
.s7upe-info-box-style10 .tamgiac {
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.03));
    position: absolute;
    left: 30px;
    top: 100%;
    margin-top: -1px;
}
.s7upe-info-box-style10 .tamgiac:after {
    content: '';
    height: 50px;
    width: 50px;
    background: #ffffff;
    -webkit-clip-path: polygon(92% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    display: block;
}
/*Begin info box elementor*/

/*Begin Banner info elementor*/
.el7up-banner-info-wrap{
    position: relative;
}

.el7up-banner-info-wrap .el7up-banner-info{
    z-index: 1;
}

.el7up-info-inner{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.el7up-banner-info-el7up-bndf .el7up-text-item{
    margin: 0px;
}
.el7up-banner-info-el7up-bndf .el7up-info-inner.position-info-top{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}
.el7up-banner-info-el7up-bndf .el7up-info-inner.position-info-mid{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}
.el7up-banner-info-el7up-bndf .el7up-info-inner.position-info-bottom{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-end;
    -ms-align-items: flex-end;
    -webkit-align-items: flex-end;
}
.info-banner2 .link-bg-banner{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
}
.el7up-banner-info-content{
    z-index: 3;
}
.inner-left{
    left: 0;
}
.inner-right{
    right: 0;
}
.inner-center{
    left: 0;
    right: 0;
    margin: auto;
}
.inner-top{
    top: 0;
}
.inner-bottom{
    bottom: 0;
}
.inner-middle{
    top: 0;
    bottom: 0;
    margin: auto;
}
.el7up-banner-info-thumb{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-banner-info-thumb img{
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-banner-info-thumb.el7up-hidden img{
    width: 100%;
}
.el7up-hidden .adv-thumb-link,
.el7up-banner-info-wrap.el7up-hidden
{
    overflow: hidden;
}
.el7up-inherit .adv-thumb-link{
    overflow: inherit;
}
/*-----------------------------------*/
.el7up-banner-info-style2 .banner-info{
    position: absolute;
    transform: rotate(-180deg );
    right: 100%;
    bottom: 0;
    writing-mode: vertical-lr;
    margin-right: 75px;
    writing-mode: vertical-lr;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-banner-info-style2 .el7up-banner-info-thumb img{
    width: 100%;
}
.el7up-banner-info-style2.el7up-hidden{
    overflow: inherit;
}
.el7up-banner-info-style2 .item-title-e{
    position: relative;
    padding-top: 20px;
}
.el7up-banner-info-style2 .item-title-e:before{
    position: absolute;
    content: '';
    background: #84d8d0;
    height: 225px;
    width: 25px;
    z-index: -1;
    top: 0;
    right: 0px;
}
/*-----------------------*/
.el7up-banner-info-style3 .banner-info{
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-content:center;
}
.el7up-banner-info-style3 .banner-info .item-sub-title-e{
    background: #000;
    color: #fff;
    font-size: 18px;
    margin: 0px;
    padding: 11px 20px;
    font-weight: 400;
    display: inline-block;
}
.el7up-banner-info-style3 .banner-info .item-title-e{
    background: #fff;
    color: #000;
    font-size: 33px;
    margin: 0px;
    font-family: 'Playfair Display';
    font-weight: 700;
    padding: 19px 20px 25px;
}
.el7up-banner-info-style4 .banner-info {
    margin-top: 70px;
    position: relative;
}
.el7up-banner-info-style4 .banner-info:before{
    content: '';
    position:absolute;
    height: 90px;
    width: 1px;
    background: #000;
    bottom: 100%;
    left: 50%;
    margin-bottom: 20px;
}
.el7up-banner-info-style4 .item-sub-title-e{
    position: absolute;
    z-index: 1;
    font-family: 'Yellowtail';
    width: 120%;
   
    bottom: 28px;
    transform: rotate( -15deg );
    left: -30px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-banner-info-style4 .el7up-banner-info-thumb{
    background: #000;
    width: 100%;
}
.el7up-banner-info-style4:hover img{
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 2px ) hue-rotate(0deg);
    opacity: 0.5;
}
.el7up-banner-info-style4:hover .item-sub-title-e{
   opacity: 0.1;
}
.pos-top .el7up-banner-info-style4 .el7up-banner-info-thumb{
   order: 2;
}
.pos-top .el7up-banner-info-style4 .banner-info {
   order: 1;
}
.pos-top .el7up-banner-info-style4 .banner-info {
    margin-top:0px;
    margin-bottom: 70px;
}
.pos-top .el7up-banner-info-style4 .banner-info:before{
    margin-top:20px;
    margin-bottom: 0px;
    bottom: auto;
    top:100%;
}
/*End banner info elementor*/

/*Begin Tab elementor*/
/*.header-tab{
    width: 100%;
}*/
.tabs-vertical-left,
.tabs-vertical-right
{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.tabs-vertical-left .header-tab-layout,
.tabs-vertical-right .header-tab-layout
{
    width: 30%;
}
.tabs-vertical-left .tab-content,
.tabs-vertical-right .tab-content
{
    width: 70%;
}
.header-tab.title-subtitle-on >div{
    width: 50%;
}
.header-tab .title-header{
    margin: 0px;
}

/*Style tab, style title header, style item title header*/
.el7up-tabs- .header-tab-layout{
    margin-bottom: 30px;
}
.el7up-tabs .title-header-style1 .title-header{
   position: relative;
    display: inline-block;
    font-size: 36px;
    margin: 0;
    font-family: 'Playfair Display';
    font-weight: 700;
    color: #000;
    z-index: 1;
    padding: 0px 15px;
}
.el7up-tabs .title-header-style1 .title-header:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 1px;
    height: 7px;
    background: #84d8d0;
    z-index: -1;
}
.el7up-tabs .title-header-style1.header-tab.title-subtitle-on.flex-wrapper >div {
    width: auto;
}
.el7up-tabs .title-header-style1 .sub-title-header{
    font-size: 18px;
    margin: 0px;
    margin-left: 15px;
    color: #777777;
    margin-top: 10px;
}
.el7up-tabs .title-header-style1 .div-title-header  {
   /*     margin-right: 60px;*/
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap{
    font-size: 14px;
    font-weight: 700;
    margin-right: 30px;
    margin-left: 30px;
    float: none;
    display: inline-block;
}
.el7up-tabs .item-title-header-style1 .header-tab-list {
     margin-right: -30px;
    margin-left: -30px;
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap a{
    position: relative;
    color:#000;
    font-size: 20px;
    opacity:0.4;
     font-family: 'Playfair Display';
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap a:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 3px;
    background: #ffbd76;
    opacity: 0;
}
.el7up-tabs .item-title-header-style1 .active a,
.el7up-tabs .item-title-header-style1 .tab-item-wrap a:hover,
.el7up-tabs .item-title-header-style1 .tab-item-wrap a:focus
{
    opacity: 1;
}
.el7up-tabs .item-title-header-style1 .active a:after{
opacity: 1;
}
.header-tab.title-header-style3 >div  {
    width: auto;
}
.header-tab.title-header-style3 .title-header {
    font-size: 36px;
    font-family: 'Playfair Display';
    position: absolute;
    padding-left: 50px;
    position: relative;
        text-transform: uppercase;
    line-height: 43px;
}
.header-tab.title-header-style3 .title-header:before{
    content: '';
    left: 0px;
    width: 5px;
    background: #a0e2dd;
    top: 0;
    bottom: 0;
    position: absolute;
}
.header-tab.title-header-style3 .title-header span{
    font-weight: 400;
}
.item-title-header-style3 .header-tab-list .tab-item-wrap{
    color: #787878;
    font-size: 20px;
    font-family: 'Playfair Display';
    padding: 0px 40px;
}
.item-title-header-style3 .nav-tabs{
    margin: 0px -40px;
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:before{
    content: '';
    width: 0px;
    height: 1px;
    background: #000;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:after{
        position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 150px;
    font-style: italic;
    color: #000;
    opacity: 0;
    top: -18px;
    z-index: -1;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:nth-child(1):after{
    content: '01';
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:nth-child(2):after{
    content: '02';
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:nth-child(3):after{
    content: '03';
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:nth-child(4):after{
    content: '04';
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:nth-child(5):after{
    content: '05';
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:nth-child(6):after{
    content: '06';
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:nth-child(7):after{
    content: '07';
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:nth-child(8):after{
    content: '08';
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:nth-child(9):after{
    content: '09';
}
.item-title-header-style3 .header-tab-list .tab-item-wrap:nth-child(10):after{
    content: '10';
}
.item-title-header-style3 .header-tab-list .tab-item-wrap.active:before{
    width: 60px;
}
.item-title-header-style3 .header-tab-list .tab-item-wrap.active:after{
   opacity: 0.1;
}
.item-title-header-style3 .header-tab-list .tab-item-wrap a{
    display: inline-block;
    vertical-align: middle;
}
/*----------------style 2------------------*/
.title-header-style2 .title-header{
    height: 60px;
    line-height: 60px;
    padding: 0px 30px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.item-title-header-style2.header-tab.title-subtitle-on >div{
    width: 100%;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap{
    margin: 0px;
    width: 100%;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap a{
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 27.5px 45px;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    line-height: 28px;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap a:after{
content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff32f;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap.active a:after{
    opacity: 1;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap.active a
{
    background-color: #ffbd76;
    
    border: 1px solid #fff666;
    border-top: none;
    color: #000;

}

.el7up-tabs .item-title-header-style2 .tab-item-wrap a:hover{
    color: #C82811;
}
.el7up-tabs .item-title-header-style2 .tab-content{
    padding-top: 30px;
    padding-left: 30px;
}
/*End Tab elementor*/
/*Begin Search elementor*/
.el7up-dropdown-box:hover .el7up-dropdown-list{
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    margin-top: 0px;
}
.el7up-dropdown-list {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 10px 15px;
    min-width: 130px;
    width: 100%;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    pointer-events: none;
    line-height: 28px;
    list-style: none;
    z-index: 9992;
}
.select-cat-search:hover{
    color: #000;
    text-decoration: underline;
}
.el7up-dropdown-box{
    position: relative;
    cursor: pointer;
}
.el7up-search-form{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}
.el7up-search-form > *{
    display: inline-block;
}
.el7up-search-form .el7up-dropdown-list li{
    margin-bottom: 5px;
}
.el7up-search-form .el7up-dropdown-list li:last-child{
    margin-bottom: 0px;
}
.el7up-search-form .el7up-dropdown-list {
    padding: 15px;
    font-size: 14px;
}
.el7up-search-form > .el7up-dropdown-box{
    border-right: 1px solid #e5e5e5;
}
.el7up-search-form > .el7up-dropdown-box .dropdown-link{
    padding: 0px 25px;
}
.el7up-search-form input[name="s"]{
    border: 0;
    width: 100%;
    padding: 0 15px;
    background: transparent;
    min-width: auto;
}
.el7up-search-form input[type="submit"]{
    border: 0;
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.el7up-search-form input[type="submit"]:hover{
    background: #c82811;
    color: #000;
        box-shadow: none;
}
.el7up-submit-form:hover .el7up-text-bt-search{
    color: #000;
}
.el7up-submit-form{
    position: relative;
}
.el7up-text-bt-search > *{
    vertical-align: middle;
}
.el7up-list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 250px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.live-search-yes.active .el7up-list-product-search {
    opacity: 1;
    visibility: visible;
    margin-top: 1px;
}
.current-search-cat{
    white-space: nowrap;
    color: #333;
}
.current-search-cat i{
    margin-left: 30px;
}
.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;
    font-size: 14px;
}
.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;
}
.search-ajax-thumb img{
    display: block;
}
.el7up-list-product-search > p,
.el7up-list-product-search > i{
    text-align: center;
    display: block;
    min-height: 62px;
    margin: 0 auto;
    line-height: 62px;
}
/*---------------------------------*/
/*Style search icon popup */
.el7up-search-icon{
    display: inline-block;
}
.el7up-search-icon .search-icon-popup{
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    color: #000;
    font-size: 31px;
}
.el7up-search-icon .search-icon-popup:hover{

}
.el7up-search-icon .el7up-search-form-wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    opacity: 0;
    visibility: hidden;
    z-index: 9992;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    
}
.el7up-search-form-wrap:after{
    content: "";
    display: table;
    clear: both;
}
.el7up-search-icon .el7up-search-form{
    position: absolute;
    width: 800px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    border: none;
    border-bottom: 3px solid #84d8d0;
    height: 70px;
    color: #fff;
    line-height: 70px;
}
.el7up-search-icon .el7up-search-form input[name="s"]{
    line-height: 70px;
    height: 70px;
    padding: 0px;
}
.el7up-search-icon.open-search-popup .el7up-search-form-wrap{
    opacity: 1;
    visibility: visible;
}
.el7up-search-icon .el7up-text-bt-search{
    background: transparent;
    border: none;
    font-size: 36px;
    padding: 0px;
}
.el7up-search-icon .el7up-search-form > .el7up-dropdown-box{
    border-right: none;
}
.el7up-search-icon .el7up-submit-form:hover .el7up-text-bt-search {
    color: #ffbd76;
}
.el7up-search-icon .el7up-list-product-search {
        color: #000;
}
.el7up-search-icon .current-search-cat{
    color: #fff;
    padding-left: 0px!important;
}
i.el7up-close-search-form{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    padding: 30px
}
.el7up-search-icon.open-search-popup i.el7up-close-search-form{
    opacity: 1;
    visibility: visible;
}
.admin-bar .el7up-close-search-form{
    padding-top: 50px;
}
.form-left{
    float: left;
}
.form-right{
    float: right;
}
.form-center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.el7up-search-icon .search-icon-popup{
    background: #f3f3f3;
    font-size: 24px;
    color: #000;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}
/*---------------------------------*/
/*Style search style default */

.el7up-search-default .el7up-dropdown-list{
    left: 0;
    right: auto;
    border-radius: 0px 0px 20px 20px;
}
.el7up-search-default .el7up-search-form{
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.el7up-search-default .el7up-search-form input[name="s"]{
    height: 43px;
    line-height: 43px;
    border-radius: 25px 25px 25px 25px;
    background: #fff;
    margin-right: -2px;
    z-index: 1;
}
.el7up-search-default .el7up-search-form input[type="submit"]{
    width: 45px;
    height: 45px;
    background: transparent;
}
.el7up-search-default .el7up-submit-form .el7up-text-bt-search{
    line-height: 45px;
    height: 45px;
    margin-top: -1px;
    margin-right: -1px;
    display: inline-block;
    font-size: 18px;
    color: #000;
    background-color: #ffbd76;
    
    border-radius: 9px 25px 25px 9px;
    
    text-transform: uppercase;
    border: none;
    padding: 0px 20px;
}
/*End Search elementor*/
/*Begin Account manager elementor*/
.el7up-account-manager .el7up-dropdown-list{
    text-align: left;
}
.el7up-account-manager .el7up-dropdown-list li i{
    margin-right: 10px;
}
.el7up-popup-overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
}
.el7up-popup-open.el7up-popup-overlay{
    opacity: 1;
    visibility: visible;
    z-index: 9992;
}
.el7up-login-form{
    text-align: center;
}
.el7up-login-popup-content{
    width: 400px;
    margin: auto;
    background: #fff;
    max-width: 80%;
    top: 10%;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    right: 0;
}
.el7up-login-popup-content .popup-form{
    max-width: 300px;
        padding: 50px 0;
}
i.el7up-close-popup{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: right;
    opacity: 1;
    visibility: visible;
    padding: 30px
}
.popup-form{
    max-width: 300px;
    padding: 30px 0;
    margin: auto;
    display: none;
}
.popup-form.active{
    display: block;
}
.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;
}
.popup-form .form-field{
    margin-bottom: 20px;
}
.popup-form .form-field .input{
    width: 100%;
        background: #ececec;
    border: none;
    height: 50px;
}
.forgetmenot{
    text-align: left;
    margin-bottom: 13px;
}
.forgetmenot .rememberme{
    font-weight: 300;
        margin-left: 5px;
}
.el7up-bt-full{
    width: 100%;
}
.form-header > h2{
    margin: 0 0 10px;
}
.popup-form form{
    margin-top: 30px;
}
.popup-form form .submit{
    margin-bottom: 12px;
}
.popup-form .nav-form a{
    text-decoration: underline;
}
.popup-form .nav-form a:first-child {
    border-right: 1px solid #e5e5e5;
    margin-right: 10px;
    padding-right: 10px;
}
.popup-form .nav-form a:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.popup-form .woocommerce-privacy-policy-text{
    font-size: 13px;
    color: #999;
}
.popup-form #reg_passmail{
    margin-bottom: 12px;
}
.el7up-account-manager{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.dropdowm-from-left .el7up-dropdown-list{
    left: 0;
    right: inherit;
}
.dropdowm-from-right .el7up-dropdown-list{
    right: 0;
    left: inherit;
}
.el7up-account-manager .button-account-manager *{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
/*--------------*/
/*Begin account default*/




/*End Account manager elementor*/

/*Begin Mini cart elementor*/

.mini_cart_item{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.mini_cart_item .product-thumb{
    width: 20%;
}
.mini_cart_item .product-info{
    padding: 0 15px;
    width: 70%;
}
.mini_cart_item .product-thumb a img,
.mini_cart_item .product-thumb a{
    display: block;
}
.mini-cart-content {
    text-align: left;
}
.mini_cart_item .product-delete{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
.mini_cart_item .product-info .product-title{
    font-size: 18px;
    margin: 0 0 5px;
    font-family: 'Playfair Display';
    font-weight: 700;
}
.total-default.hidden,
i.el7up-close-mini-cart{
    display: none;
}
.mini-cart-total .pull-left{
    float: left;
    font-weight: bold;
}
.mini-cart-total .pull-right{
    float: right;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
.mini-cart-button{
    display: flex;
     margin-top: 10px!important;
         margin: 0px -5px;
}
.mini-cart-button .button{
    width: 50%;
    margin: 0px 5px!important;
    padding: 0px 15px!important;
    position: relative;
}
/*content style side*/
.el7up-mini-cart-side .mini-cart-content {
    transform: translateX(400px);
    -webkit-transform: translateX(400px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    width: 340px;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    padding: 10px 15px;
}
.admin-bar .el7up-mini-cart-side .mini-cart-content{
    top: 32px;
}
.el7up-mini-cart-side.open-side .mini-cart-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.el7up-mini-cart-side .mini-cart-side-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-mini-cart-side .mini_cart_item:last-child {
    border-bottom: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.el7up-mini-cart-side.open-side .mini-cart-side-overlay {
    opacity: 1;
    visibility: visible;
}
.el7up-mini-cart-side .el7up-close-mini-cart{
    display: block;
    position: absolute;
    left: -40px;
    top: 10px;
    font-size: 24px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.el7up-mini-cart-side .mini-cart-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #fff;
}

/*content style dropdown*/
.el7up-mini-cart-dropdown .list-mini-cart-item{
    max-height: 269px!important;
}
.el7up-mini-cart-dropdown .mini-cart-content>h2{
    margin-bottom: 20px;
}
.el7up-mini-cart-dropdown .mini-cart-content{
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 15px 15px;
    width: 420px;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    pointer-events: none;
    line-height: 28px;
    list-style: none;
    z-index: 9992;
}
.el7up-mini-cart-dropdown:hover .mini-cart-content{
    margin-top:0px;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}
.mini-cart-link:hover{
    color: #000;
}
/*Style style1*/
.el7up-mini-cart-dropdown .mini-cart-link:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    bottom: -25px;
    z-index: 1;
}
.el7up-mini-cart-style1{
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-mini-cart-style1 .mini-cart-icon{
    position: relative;
}
.el7up-mini-cart-style1 .mini-cart-icon{
   font-size: 31px;
}
.el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number{
    position: absolute;
    background: #ffbd76;
    color: #000;
    font-weight: 700;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    right: -17px;
    top: -11px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-family: 'Playfair Display';
}
.el7up-mini-cart-style1 .set-cart-price{
    display: none;
}


/*End Mini cart elementor*/

/*Begin Instagram elementor*/
.list-instagram-grid {
    flex-wrap: wrap;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
}

.list-instagram-grid .item-col-9{
    width: 11.111%;
}
.list-instagram-grid .item-col-8{
    width: 12.5%;
}
.list-instagram-grid .item-col-7{
    width: 14.285%;
}
.list-instagram-grid .item-col-6{
    width: 16.666%;
}
.list-instagram-grid .item-col-5{
    width: 20%;
}
.list-instagram-grid .item-col-4{
    width: 25%;
}
.list-instagram-grid .item-col-3{
    width: 33.333%;
}
.list-instagram-grid .item-col-2{
    width: 50%;
}
.list-instagram-grid .item-col-1{
    width: 100%;
}
@media(max-width: 1024px){
    .list-instagram-grid .tablet-item-col-9{
        width: 11.111%;
    }
    .list-instagram-grid .tablet-item-col-8{
        width: 12.5%;
    }
    .list-instagram-grid .tablet-item-col-7{
        width: 14.285%;
    }
    .list-instagram-grid .tablet-item-col-6{
        width: 16.666%;
    }
    .list-instagram-grid .tablet-item-col-5{
        width: 20%;
    }
    .list-instagram-grid .tablet-item-col-4{
        width: 25%;
    }
    .list-instagram-grid .tablet-item-col-3{
        width: 33.333%;
    }
    .list-instagram-grid .tablet-item-col-2{
        width: 50%;
    }
    .list-instagram-grid .tablet-item-col-1{
        width: 100%;
    }
}
@media(max-width: 767px){
    .list-instagram-grid .mobile-item-col-9{
        width: 11.111%;
    }
    .list-instagram-grid .mobile-item-col-8{
        width: 12.5%;
    }
    .list-instagram-grid .mobile-item-col-7{
        width: 14.285%;
    }
    .list-instagram-grid .mobile-item-col-6{
        width: 16.666%;
    }
    .list-instagram-grid .mobile-item-col-5{
        width: 20%;
    }
    .list-instagram-grid .mobile-item-col-4{
        width: 25%;
    }
    .list-instagram-grid .mobile-item-col-3{
        width: 33.333%;
    }
    .list-instagram-grid .mobile-item-col-2{
        width: 50%;
    }
    .list-instagram-grid .mobile-item-col-1{
        width: 100%;
    }
}

.item-instagram- .item-instagram
{
     position: relative;
     overflow: hidden;
}
.item-instagram- .instagram-text-follow{
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;   
}
.item-instagram- .item-instagram:hover .instagram-text-follow{
    opacity: 1;
}
.item-instagram- .item-instagram:hover img{
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 2px ) hue-rotate(0deg);
}
.item-instagram- .instagram-text-follow .text{
    position: absolute;
    font-size: 70px;
    opacity: 0.2;
    font-family: 'Yellowtail';
    font-weight: 700;
    bottom: 60px;
    transform: rotate(-15deg);
    left: -25px;
    color: #fff;
}
.item-instagram- .img-wrap img{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

/*--------------------------------*/
.item-instagram-style2 .img-wrap img{
    width: 100%;
}
.item-instagram-style2 {
    position: relative;
    overflow: hidden;
}
.item-instagram-style2 .instagram-text-follow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 0.5);
    color: #fff;
    margin: 0px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-instagram-style2:hover .instagram-text-follow {
    opacity: 1;
}
.item-instagram-style2 .instagram-text-follow i{
    font-size: 70px;
    color: #ffbc7b;
}
.item-instagram-style2 .instagram-text-follow .text{
      font-size: 50px;
        font-family: 'Playfair Display';
            font-style: italic;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: -10px;
    margin: 0px;
    transform: rotate(0deg);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;

}
.item-instagram-style2:hover .instagram-text-follow .text{
    transform: rotate(-15deg);

}
/*End Instagram elementor*/

/*Begin Mailchimp elementor*/
.el7up-mailchimp-default form .mc4wp-form-fields {
    display: flex;
    display: -webkit-flex;
    height: 70px;
    line-height: 70px;
    max-width: 100%;
}
.el7up-mailchimp-default form .mc4wp-form-fields > *,
.el7up-mailchimp-default form{
    display: inline-block;
    vertical-align: top;
}
.el7up-mailchimp-default input[type="submit"],
.el7up-mailchimp-default button[type="submit"]
 {
    border: 0;
    background-color: transparent;    
    color: #ffcc9b;
    
    min-width: auto;
    height: 70px;
    line-height:70px;
    display: block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0px;
    position: relative;
}
.el7up-mailchimp-default input[type="submit"]:hover,
.el7up-mailchimp-default button[type="submit"]:hover
{
    color: #000;
    background: transparent;
    
}
.el7up-mailchimp-default .el7up-submit-form .el7up-text-bt-mailchimp {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    line-height: 38px;
    color: #fff;
    pointer-events: none;
}
.el7up-mailchimp-default .mc4wp-form-fields input[type="email"]{
    width: 100%;
    height: 70px;
    border-radius: 25px;
    margin-right: -25px;
    border:none;
    padding: 0px;
    font-size: 18px;
    color: #707070;
    background: transparent;
}
.el7up-mailchimp-default form{
    width: 100%;
    border-bottom: 2px solid #81d8d0;
}
/*Begin style 2*/
.el7up-mailchimp-style2{
    text-align: center;
}
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]{
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border: none;
    border-radius: 0px;
    text-align: center;
    color: #000;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholde,
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]::-moz-placeholder,
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder,
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]:-moz-placeholder
{
    color:rgb(0 0 0 / 0.5);
}
.el7up-mailchimp-style2 input[type="submit"],
.el7up-mailchimp-style2 button[type="submit"]
 {
    border: 0;
    background: #c82811;
    color: #000;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
    font-size: 35px;
    margin-top: 30px;
    padding: 0px;
    position: relative;
}
.el7up-mailchimp-style2 input[type="submit"] .la-paper-plane,
.el7up-mailchimp-style2 button[type="submit"] .la-paper-plane
 {
    transform: rotate(-45deg);
}
.el7up-mailchimp-style2 input[type="submit"]:hover,
.el7up-mailchimp-style2 button[type="submit"]:hover
{
    color: #000;
}
.el7up-mailchimp-style2 button[type="submit"]:before
{
    content: '';
    height: 112px;
    width: 112px;
    display: inline-block;
    background: rgb(254 242 0 / 0.2);
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: -16px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
     transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
        z-index: -1;
}
.el7up-mailchimp-style2 button[type="submit"]:hover:before
{
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
/*End Mailchimp elementor*/

/*Begin Button elementor*/
.button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #000;
    border-radius: 0px;
    padding: 0 35px!important;
    min-width: 120px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
     font-family: 'Playfair Display';
}
.woocommerce #respond input#submit:hover, .woocommerce input.button:hover{
    background: #ffbd76;
    color: #000;
   box-shadow: none;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover{
    background: #ffbd76;
    color: #000;
   box-shadow: none;
}
.button-inner .icon-button-el ,
.button-inner .text-button{
    vertical-align: middle;
}
.el7up-bt-default{
    position: relative;
    border: none;
    color: #fff;
    height: 60px;
    line-height: 63px;
    text-align: center;
    background-color: #000;
    padding: 0 30px;
    min-width: 120px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border: none;
    border-radius: 0px;
    z-index: 1;
    font-family: 'Playfair Display';
}
.el7up-bt-default:hover{
    color: #000;
    background:#ffbd76;
}
/*-------------------------------*/
.el7up-bt-style2{
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.el7up-bt-style2:before{
    content: '';
    height: 2px;
    position: absolute;
    background: #000;
    bottom: -13px;
    left: 25px;
    right: 0;

}
.el7up-bt-style2:after{
    content: '';
    height: 14px;
    width: 12px;
    position: absolute;
    background-image: url(./images/icon/icon_button.png);
    background-repeat: no-repeat; 
    bottom: -19px;
    left: 0;
}
/*--------------------------*/
.el7up-bt-style4 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: 'Playfair Display';
    height:80px;
    line-height: 55px; 
    border: 5px solid #000;
    display: inline-block;
    padding: 0px 40px;
}
.el7up-bt-style4:hover{
    color: #fff;
    background: #000;
}
.el7up-banner-info .el7up-bt-style4 {
    color: #fff;
    border-color:#fff;
}
.el7up-banner-info .el7up-bt-style4:hover {
    color: #000;
    border-color:#fff;
    background: #fff;
}
.el7up-bt-style4:hover{
    color: #fff;
    background: #000;
}
.el7up-bt-style3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: 'Playfair Display';
    height: 65px;
    line-height: 60px;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07)!important;    
    border-bottom: 3px solid #84d8d0;
    display: inline-block;
    padding: 0px 35px;
}
.el7up-bt-style3:hover {
    background: #000;
    color: #fff;
}
/*-------------------------------*/
.el7up-bt-style2-center{
    font-size: 18px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    text-align: center;
    display: inline-block;
}
.el7up-bt-style2-center:before{
    content: '';
    height: 2px;
    position: absolute;
    background: #000;
    bottom: -13px;
    left: 10px;
    right: 50%;
    margin-right: 15px;
}
.el7up-bt-style2-center:after{
    content: '';
    height: 2px;
    position: absolute;
    background: #000;
    bottom: -13px;
    right: 10px;
    left: 50%;
    margin-left: 15px;
}
.el7up-bt-style2-center .text-button:after{
    content: '';
    height: 14px;
    width: 28px;
    position: absolute;
    background-image: url(./images/icon/button2center.png);
    background-repeat: no-repeat; 
    bottom: -19px;
    left: 50%;
    margin-left: -6px;
}

.el7up-bt-style5 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    position: relative;
}
.el7up-bt-style5:before{
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    left: -40px;
}
/*End Button elementor*/

/*Begin Slider elementor*/
.el7up-wrapper-slider{
    position: relative;
}

.el7up-wrapper-slider .swiper-button-prev:after, 
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:after ,
.el7up-wrapper-slider .swiper-button-next:after,
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:after{
    content: '';
}
.el7up-wrapper-slider .swiper-button-next, 
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev,
.el7up-wrapper-slider .swiper-button-prev, 
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-next{
    background-image:none;
}

.swiper-scrollbar{
    opacity: 1!important;
    height: 5px;
}
.display-swiper-scrollbar-yes .swiper-scrollbar{
     background: #e5e5e5;
}
.display-swiper-scrollbar-yes .swiper-scrollbar-drag{
     background: #c82811;
}
.display-swiper-pagination-style1 .swiper-pagination{
    position: relative;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet{
    height: 15px;
    width: 15px;
    border: 2px solid #dadada;
    background: transparent;
    border-radius: 0px;
    display: inline-block;
    opacity: 1;
    margin-right: 15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet:last-child{
    margin-right: 0px;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet-active,
.display-swiper-pagination-style1 .swiper-pagination-bullet:hover
{
    border-color: #000;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet{
    height: 18px;
    width: 18px;
    background: #000;
    border:1px solid #0000;
    position: relative;
    margin-right: 20px;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet:last-child{
    margin-right:0px;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet:hover{
    border-color: rgb(255 255 255 / 50%);
}
.display-swiper-pagination-style2 .swiper-pagination-bullet:after{
    content: '';
    background: #fff;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-style2 .swiper-pagination{
        width: 100%;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet-active{
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.display-swiper-pagination-style2 .swiper-pagination-bullet-active:after{
    background: #000;
}

.display-swiper-pagination-style3 .swiper-pagination-bullet{
    height: 5px;
    width: 25px;
    background: #e4e4e4;
    position: relative;
    margin-right: 10px;
    border-radius: 0px;
    opacity: 1;
}
.display-swiper-pagination-style3 .swiper-pagination-bullet-active{
    background: #84d8d0;
}
.display-swiper-pagination-style3 .swiper-pagination {
    width: 100%;
    margin-top:32px;
}
.display-swiper-pagination-style3 .swiper-pagination-bullet:last-child{
    margin-right:0px;
}
.display-swiper-pagination-number .swiper-pagination-bullet:before{
    content: '';
    width: 58px;
    height: 58px;
    line-height: 58px;
    display: inline-block;
    background: transparent;
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    left: 1px;
    top: 3px;
}
.display-swiper-pagination-number .swiper-pagination-bullet{
    position: relative;
    width: 58px;
    height: 58px;
    line-height: 58px;
    margin-right: 15px;
    background: transparent;
    color: #000;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    font-size: 24px;
    font-family: 'Playfair Display';
    text-align: center;
}
.display-swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active{
    color: #fff;
}
.display-swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: #ffbc7b;
}
/*------------------------------------*/

.display-swiper-navi-style2 .s7up-swiper-navi{
    height: 58%;
    position: absolute;
    transform: rotate(-180deg);
    position: absolute;
    left: 100%;
    bottom: 21%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 70px;
}
.display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav{
    position: unset;
    display: inline-block;
    margin: 0px;
    height: 50px;
    line-height: 30px;
    width: 50px;
    text-align: center;
    color: #000;
    font-size: 50px;
}
/*-------------------*/
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav{
    position: unset;
    height: 70px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    background: #ffffff;
    color: #000;
    margin: 0px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    margin-bottom: 25px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
    font-size: 28px;
}
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:last-child{
    margin-bottom: 0px;
}
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover{
    color: #000;
    background: #ffbd76;
}
.display-swiper-navi-group .s7up-swiper-navi{
    position: absolute;
    right: -35px;
    top: 50%;
    width: 70px;
    z-index: 1;
    margin-top: -85px;
}
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-next{
   float: right;
}
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-prev{
   float: left;
}
/*------------*/
.display-swiper-navi-group2 .s7up-swiper-navi .swiper-button-nav{
    position: unset;
    height: 70px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    background: #fff;
    color: #000;
    margin: 0px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    display: inline-block;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
        font-size: 28px;
}
.display-swiper-navi-group2 .s7up-swiper-navi .swiper-button-nav:hover{
    color: #000;
    background: #ffbd76;
    
}
.display-swiper-navi-group2 .s7up-swiper-navi .swiper-button-nav:after{
     display: none;
}
.display-swiper-navi-group2 .s7up-swiper-navi{
    display: flex;
    justify-content: center;
     margin-top: 80px;
}
.display-swiper-navi-group2 .s7up-swiper-navi .swiper-button-next{
    order: 1;
    margin-left: 20px;
}
/*End Slider elementor*/


/*Begin Post elementor*/
.grid-custom .list-post-wrap{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-auto-flow: dense;
}
.grid-custom .grid-1-row {
    grid-row-end: span 1;
}
.grid-custom .grid-1-col {
    grid-column-end: span 1;
}
.grid-custom .grid-2-row {
    grid-row-end: span 2;
}
.grid-custom .grid-2-col {
    grid-column-end: span 2;
}
.grid-custom .grid-3-row {
    grid-row-end: span 3;
}
.grid-custom .grid-3-col {
    grid-column-end: span 3;
}
.grid-custom .grid-4-row {
    grid-row-end: span 4;
}
.grid-custom .grid-4-col {
    grid-column-end: span 4;
}
.grid-custom .grid-5-row {
    grid-row-end: span 5;
}
.grid-custom .grid-5-col {
    grid-column-end: span 5;
}
.grid-custom .grid-6-row {
    grid-row-end: span 6;
}
.grid-custom .grid-6-col {
    grid-column-end: span 6;
}
.grid-custom .grid-7-row {
    grid-row-end: span 7;
}
.grid-custom .grid-7-col {
    grid-column-end: span 7;
}
.grid-custom .grid-8-row {
    grid-row-end: span 8;
}
.grid-custom .grid-8-col {
    grid-column-end: span 8;
}
.grid-custom .grid-9-row {
    grid-row-end: span 9;
}
.grid-custom .grid-9-col {
    grid-column-end: span 9;
}
@media (max-width: 1024px){
    .grid-custom .grid-1-row-tablet{
        grid-row-end: span 1;
    }
    .grid-custom .grid-1-col-tablet{
        grid-column-end: span 1;
    }
    .grid-custom .grid-2-row-tablet{
        grid-row-end: span 2;
    }
    .grid-custom .grid-2-col-tablet{
        grid-column-end: span 2;
    }
    .grid-custom .grid-3-row-tablet{
        grid-row-end: span 3;
    }
    .grid-custom .grid-3-col-tablet{
        grid-column-end: span 3;
    }
    .grid-custom .grid-4-row-tablet{
        grid-row-end: span 4;
    }
    .grid-custom .grid-4-col-tablet{
        grid-column-end: span 4;
    }
    .grid-custom .grid-5-row-tablet{
        grid-row-end: span 5;
    }
    .grid-custom .grid-5-col-tablet{
        grid-column-end: span 5;
    }
    .grid-custom .grid-6-row-tablet{
        grid-row-end: span 6;
    }
    .grid-custom .grid-6-col-tablet{
        grid-column-end: span 6;
    }
    .grid-custom .grid-7-row-tablet{
        grid-row-end: span 7;
    }
    .grid-custom .grid-7-col-tablet{
        grid-column-end: span 7;
    }
    .grid-custom .grid-8-row-tablet{
        grid-row-end: span 8;
    }
    .grid-custom .grid-8-col-tablet{
        grid-column-end: span 8;
    }
    .grid-custom .grid-9-row-tablet{
        grid-row-end: span 9;
    }
    .grid-custom .grid-9-col-tablet{
        grid-column-end: span 9;
    }
}
@media (max-width: 767px){
    .grid-custom .grid-1-row-mobile{
        grid-row-end: span 1;
    }
    .grid-custom .grid-1-col-mobile{
        grid-column-end: span 1;
    }
    .grid-custom .grid-2-row-mobile{
        grid-row-end: span 2;
    }
    .grid-custom .grid-2-col-mobile{
        grid-column-end: span 2;
    }
    .grid-custom .grid-3-row-mobile{
        grid-row-end: span 3;
    }
    .grid-custom .grid-3-col-mobile{
        grid-column-end: span 3;
    }
    .grid-custom .grid-4-row-mobile{
        grid-row-end: span 4;
    }
    .grid-custom .grid-4-col-mobile{
        grid-column-end: span 4;
    }
    .grid-custom .grid-5-row-mobile{
        grid-row-end: span 5;
    }
    .grid-custom .grid-5-col-mobile{
        grid-column-end: span 5;
    }
    .grid-custom .grid-6-row-mobile{
        grid-row-end: span 6;
    }
    .grid-custom .grid-6-col-mobile{
        grid-column-end: span 6;
    }
    .grid-custom .grid-7-row-mobile{
        grid-row-end: span 7;
    }
    .grid-custom .grid-7-col-mobile{
        grid-column-end: span 7;
    }
    .grid-custom .grid-8-row-mobile{
        grid-row-end: span 8;
    }
    .grid-custom .grid-8-col-mobile{
        grid-column-end: span 8;
    }
    .grid-custom .grid-9-row-mobile{
        grid-row-end: span 9;
    }
    .grid-custom .grid-9-col-mobile{
        grid-column-end: span 9;
    }
}
/*End Post elementor*/

/*Begin Product elementor*/
.product-title:hover{
   /* color: #000;
    text-decoration: underline;*/
}
.product-grid-view .list-product-wrap{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.product-grid-view .list-col-item {
    float: none;
}
/*filter product element*/
.btn-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    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 #e5e5e5;
    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 #e5e5e5;
    bottom: 0;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    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 #e5e5e5;
    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: #e5e5e5;
}
.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 .item-attr-title label{
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}
.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 #e5e5e5;
}
.s7upf-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;
}
.list-inline{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-inline > li{    
    display: inline-block;
}
.attr-price-filter p{
    margin: 0;
}
.filter-product:not(.filter-col) .item-attr-content.range-filter{
    padding: 0 40px;
}
/*End filter element*/

/*Begin Loading ajax*/
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    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;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 40px;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loadding{
    position: relative;
}
/*End Loading ajax*/
.product-thumb{
    position: relative;
}
.product-rate {
  background-image: url(./images/icon/rate-star.png);
  background-position: 0 -19px;
  background-repeat: repeat-x;
  height: 19px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 110px;
}
.product-rating {
  background-image: url(./images/icon/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 19px;
}
.woocommerce .products ul.wrap-rating,
.wrap-rating {
margin-bottom: -10px;
}
.wrap-rating .number-rate{
color: #999;
margin-left: 10px;
}
.product-info .product-title{
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-info .product-title a:hover{
    color: #000;
    text-decoration: underline;
}
.product-thumb{
    overflow: hidden;
}
.product-label{
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1
}

.product-label > span{
    color: #000;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
}
.product-label > span.sale{
    background: #fff;
}
.product-label > span.new{
     background: #fff;
}
.item-product .product-label > span{
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px
}
.item-product .product-label > span:last-child{

    margin-right: 0px
}
.item-product .product-label{
    top: 20px;
    left: 20px;
}
/*Begin addcart link style1*/
.addcart-link-style1.button.addcart-link{
    color: #fff!important;
    display: inline-block!important;
    position: relative!important;
    background: rgb(0 0 0 / 20%)!important;
    border-radius: 50%;
    width: 70px;
    min-width: auto;
    height: 70px!important;   
    line-height: 70px!important;
    padding: 0px!important;
    font-size: 36px;
}
.addcart-link-style1.button.addcart-link span{
    display: none;
}

.addcart-link-style1 i.la-cart-arrow-down,
.addcart-link-style1 i.la-cart-plus
{
        margin-top: 7px;
}
.addcart-link-style1 i.check{
opacity: 0.3;
}
.addcart-link-style1.button.addcart-link:before{
    display: none!important;
}
.addcart-link-style1.button.addcart-link:hover{
    background: #fff!important;
    color: #000!important;
}
/*End addcart link style1*/
/*Begin addcart link style2*/
.addcart-link-style2.button.addcart-link{
    font-size: 17px!important;
    color: #fff!important;
    text-transform: uppercase;
    position: relative!important;
    background: transparent!important;
    border: 2px solid #fff!important;
    height: 60px!important;
    padding: 0px!important;
}
.addcart-link-style2 i{
       width: 60px;
    border-right: 2px solid #fff;
    height: 56px;
    line-height: 54px;
    font-size: 28px;
}
.addcart-link-style2 span{
   padding: 0px 35px;
    font-weight: 700;
    line-height: 56px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
}
/*End addcart link style2*/
.addcart-link-style3{
    background: #84d8d0!important;
    color: #fff!important;
    font-size: 18px!important;
    height: 80px;
    line-height: 80px;
        display: flex;
        text-align: none;
}
.addcart-link-style3{
    background: #84d8d0!important;
    color: #fff!important;
    font-size: 18px!important;
    height: 80px;
    line-height: 80px;
        display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Raleway';
    text-transform: capitalize;
}
.addcart-link-style3 i{
    
    font-size: 36px;
}
/*Begin attribute by default woo ( Of: s7upf_product_attribute_data() )*/
.attr-type-color .item{
    display: inline-block;
    border: 1px solid #000;
    margin-right: 15px;
    overflow: hidden;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.attr-type-color .item:last-child{
    margin-right: 0px;
}
.attr-type-color span{
    display: block;
    width: 20px;
    height: 20px;
}

.attr-type-label .item:last-child{
    margin-right: 0px;
}
.attr-type-label .item:hover{
    border-color: #000;
    color: #000;
}
/*Begin attribute color by option custom ( Of: s7upf_product_attribute_image_by_color() )*/
.attribute-by-color-style1 .attribute-custom{
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: relative;
}
.attribute-by-color-style1 .attribute-custom:before{
    height: 24px;
    width: 24px;
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
}
.attribute-by-color-style1 .attribute-custom:last-child{
    margin-right: 0px;
}
.attribute-by-color-style1 .attribute-custom.color-white{
    border:1px solid #d4d4d4;
} 
.attribute-by-color-style1 .attribute-custom.color-white.active-att{
    border: none;
} 
.attribute-by-color-style1 .attribute-custom.active-att:before{
    background: #fff ;
}  
.attribute-by-color-style1 .attribute-custom.color-white.active-att:before{
    background: #ccc ;
}  
/*End attribute color by option custom*/
/*Begin item grid product-*/
.item-grid-product-:hover .product-thumb-link img{
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 2px ) hue-rotate(0deg);
}
.item-grid-product- .product-label{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-:hover .product-thumb-link::before{
    opacity: 1;
}
.item-grid-product-:hover .product-label{
    opacity: 0;
}
.item-grid-product- .product-extra-link{
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0px;
    display: flex;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: scale(0);
}
.item-grid-product-:hover .product-extra-link{
    opacity: 1;
    transform: scale(1);
}
.item-grid-product- .product-extra-link>div{
     margin: auto;
}
.item-grid-product- .addcart-link-wrap{
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
    z-index: 1;
      transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-:hover .addcart-link-wrap{
    bottom: 0px;
}
.item-grid-product- .product-price{
    font-size: 24px;
    color: #000;
    font-weight: 700;
    padding: 12px 30px 17px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fff;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s
}
.item-grid-product-:hover .product-price{
    left: -100%;
}
.item-grid-product- .product-price del{
    font-size: 18px;
    margin-right: 8px;
    color: #939393;
}
.item-grid-product- .product-info .product-title{
    margin-top: 32px;
    margin-bottom: 17px;
}
.shop-grid-product-item- .item-grid-product-{
    margin-bottom: 42px;
}
.shop-grid-product-item- .list-product-wrap{
    margin-bottom: -65px;
}
.item-grid-product- .attribute-by-color-style1{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align:center;
    z-index: 1;
    background:rgb(249 249 249 / 0.5);
    display: flex;
    justify-content: center;
    padding: 10px 0px;
      transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-:hover .attribute-by-color-style1{
    bottom: 0px;
}
.item-grid-product-:hover .attribute-open .attribute-by-color-style1{
    bottom: 60px;
}
.item-grid-product- .brand-product{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    border-top: 5px solid #fdf150;
    padding: 17px 20px;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-grid-product- .product-quick-view{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 50px;
    color: #fff;
    opacity: 0;
    z-index: 2;
}
.item-grid-product-:hover .product-quick-view{
    
    opacity: 1;
}
/*.item-grid-product-:hover .brand-product{
   opacity: 0;
   margin-bottom: -100px;
}*/
.item-grid-product- .brand-product .image-brand-product{
    width: 70px;
    max-width: 70px;
    margin-right: 25px;
}
.item-grid-product- .brand-product .info-brand-product{
   padding-top: 2px;
}
/*end item grid product-*/
/*Begin item grid product style2*/
.item-grid-product-style2:hover .product-thumb-link img{
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 2px ) hue-rotate(0deg);
}
.item-grid-product-style2:hover .product-thumb-link::before{
    opacity: 1;
    background: rgba(0, 0, 0, 0.1);
}
.item-grid-product-style2 .product-label{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style2:hover .product-label{
    opacity: 0;
}
.item-grid-product-style2 .product-extra-link{
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0px;
    display: flex;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: scale(0);
}
.item-grid-product-style2:hover .product-extra-link{
    opacity: 1;
    transform: scale(1);
}
.item-grid-product-style2 .product-extra-link>div{
     margin: auto;
}
.item-grid-product-style2 .addcart-link-wrap{
    position: absolute;
    bottom: -60px;style2
    width: 100%;
    text-align: center;
    z-index: 1;
      transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style2:hover .addcart-link-wrap{
    bottom: 0px;
}
.item-grid-product-style2 .product-price{
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.item-grid-product-style2 .product-price del{
    font-size: 18px;
    margin-right: 8px;
    color: #939393;
}
.item-grid-product-style2 .product-title{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 22px 30px 22px;
    position: absolute;
    bottom: 0px;
    left: 0;
    max-width: 90%;
    background: #fff;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item-grid-product-style2:hover .product-title{
    left: -100%;
}
.shop-grid-product-item-style2  .item-grid-product-style2{
    margin-bottom: 30px;
}
.shop-grid-product-item-style2  .list-product-wrap{
    margin-bottom: -30px;
}
.item-grid-product-style2 .attribute-by-color-style1{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align:center;
    z-index: 1;
    background:rgb(249 249 249 / 0.5);
    display: flex;
    justify-content: center;
    padding: 10px 0px;
      transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style2:hover .attribute-by-color-style1{
    bottom: 0px;
}
.item-grid-product-style2:hover .attribute-open .attribute-by-color-style1{
    bottom: 60px;
}
.item-grid-product-style2 .brand-product{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    border-top: 5px solid #fdf150;
    padding: 17px 20px;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-grid-product-style2 .product-quick-view{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    font-size: 50px;
    color: #fff;
    opacity: 0;
    z-index: 2;
}
.item-grid-product-style2:hover .product-quick-view{
    
    opacity: 1;
}
/*.item-grid-product-:hover .brand-product{
   opacity: 0;
   margin-bottom: -100px;
}*/
.item-grid-product- .brand-product .image-brand-product{
    width: 70px;
    max-width: 70px;
    margin-right: 25px;
}
.item-grid-product- .brand-product .info-brand-product{
   padding-top: 2px;
}
/*End item grid product style2*/

/*Begin item grid product style3*/
.item-grid-product-style3 .product-extra-link {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    display: flex;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style3 .product-extra-link>div {
    margin: auto;
}
.item-grid-product-style3:hover .product-extra-link {
    left: 20px;
    opacity: 1;
}
.item-grid-product-style3 .product-price {
    font-size: 24px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-weight: 600;
    border: 2px solid #f9f9f9;
        border-top: none;
}
.item-grid-product-style3 .product-price del {
    font-size: 18px;
    margin-right: 8px;
}
.item-grid-product-style3 .product-price .woocommerce-Price-amount {
font-family: 'Raleway';
}

.item-grid-product-style3 .product-info .product-title {
    margin-top: 21px;
    margin-bottom: 5px;
}
.item-grid-product-style3 .product-info{
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
/*End item grid product style3*/
/*Begin item grid product style4*/
.item-grid-product-style4 .wishlist-compare {
    position: absolute;
    right: 25px;
    top: 30px;
        z-index: 1;
}
.item-grid-product-style4 .wishlist-compare a{
    color: #d3d3d3;
    font-size: 28px;
    margin-right: 10px;
}
.item-grid-product-style4 .wishlist-compare a:hover{
    color: #ffbc7b;
}
.item-grid-product-style4 .wishlist-compare a:last-child{
    margin-right: 10px;
}
.item-grid-product-style4 .cart-price{
    background: #84d8d0;
    padding: 0px 30px;
}
.item-grid-product-style4 .product-title{
    font-size: 18px;
    padding: 0px 30px;
    font-weight: 600;
    height: 70px;
    line-height: 70px;
    background: rgb(255 255 255 / 90%);
}
.item-grid-product-style4 .product-info{
    bottom: -70px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style4:hover .product-info{
    opacity: 1;
    bottom: 0px;
}
.item-grid-product-style4 .product-price .woocommerce-Price-amount{
    color: #fff;
}
.addcart-link-style4.button.addcart-link{
    color: #fff!important;
    display: inline-block!important;
    position: relative!important;
    background: transparent!important;
    min-width: auto;
    height: 70px!important;
    line-height: 70px!important;
    padding: 0px!important;
    font-size: 36px;
}
.addcart-link-style4.button.addcart-link span{
    display: none;
}
/*End item grid product style4*/

.box-banner-product4 .el7up-wrapper-slider{
    padding: 90px 30px 0px 30px;
    border: 1px solid #e5e5e5;
    border-left: none;
    z-index: 1;
}
.box-banner-product4 .group-box-banner-product4{
    margin-top: -60px;
    margin-bottom: 30px;
}
.box-banner-product4 {
    margin-bottom: 40px;
}
.box-banner-product4 .el7up-heading-style4{
    margin-left: 30px;
}
.box-banner-product4 .display-swiper-navi-group .s7up-swiper-navi{
    top: 20px;
    right: 30px;
}
.box-banner-product4 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav{
    background: #f4f4f4;
}
.box-banner-product4 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover {
    color: #fff;
    background: #c82811;
    
}


/*Begin item grid product style5*/

/*End item grid product style5*/
/*End Product elementor*/

/*Begin Wishlist elementor*/
.s7up-wishlist-count a{
    position: relative;
    display: inline-block;
}
.s7up-wishlist-count a:hover{
    color: #000;
}
.s7up-wishlist-count .wishlist-count{
    position: absolute;
    background: #c82811;
    
    color: #fff;
    font-weight: 700;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    right: -15px;
    top: -15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    
}
/*End Wishlist elementor*/
/*Begin List link, icon elementor*/
.el7up-list-link-block a{
    display: block;
}
.element-list-link .icon-image-link img{
       transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.element-list-link .icon-image-link{
    position: relative;
    display: inline-block;
}
.element-list-link .icon_image_hover{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    bottom: 0;
    text-align: center;
}
.element-list-link .item-link:hover .icon_image_hover{
    opacity: 1;
}
.element-list-link .item-link:hover .icon-image-link.image_hover-yes >img{
    opacity: 0;
}
.el7up-list-link-inline a{
    display: inline-block;
}
/*-----------*/
.el7up-list-link-icon i{
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    border: 2px solid transparent;
    border-radius: 50%;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
        color: #757575;
}
.el7up-list-link-icon{
    margin: 0px -10px;
}
.el7up-list-link-icon .item-link{
    margin: 0px 10px;
}
.el7up-list-link-icon .item-link:hover i{
    border-color: #ffcc9b;
        color: #000;
}
/*----------------------*/
.el7up-list-link-icon2 i{
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    line-height:70px;
    border:none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    color: #757575;
    background: #fff;
    font-size: 24px;
}
.sidebar-type-style2 .el7up-list-link-icon2 i{
        background: #efefef;
}
.el7up-list-link-icon2 .item-link:hover i{
   color: #000;
}
.el7up-list-link-icon2{
    margin:-5px;
}
.el7up-list-link-icon2 .item-link{
    margin: 5px;
    display: inline-block;
}
/*End List link, icon elementor*/
/*Begin Bread crumb elementor*/
.bread-crumb- .bread-crumb-row{
    display: inline-block;
    background: #ffbd76;
    
    height: 60px;
    line-height: 60px;
    padding: 0px 30px;
    text-transform: capitalize;
}
.bread-crumb- a, .bread-crumb span {
    color: #000;
    font-size: 20px;
}
.bread-crumb- .step-bread-crumb{
    margin: 0px 15px 0px 15px;
    color: #000;
}
.bread-crumb-{
    z-index: 1;
    position: relative;
}

/*End Bread crumb elementor*/

/*Bach custom theme*/
.display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-nav{
    height: 80px;
    line-height: 80px;
    width: 80px;
    font-size: 36px;
    color: #000;
    text-align: center;
    background: #fff;
    margin-top: -40px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next{
        right: -40px;
}
.display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev{
        left: -40px;
}
/*******************************************************************************************************
05.  Header - Footer - Blog
********************************************************************************************************/
.col-search-cart-header1 .elementor-element{
    margin-right: 25px;
}
.col-search-cart-header1 .elementor-element:last-child{
    margin-right: 0px;
}
.col-search-cart-header1 .el7up-mini-cart-style1 .mini-cart-link{
    height: 130px;
    line-height: 130px;
    display: inline-block;
}
.breadcrumb-post{
    padding-top: 240px;
    padding-bottom: 355px;
    margin-top: -130px;
    margin-bottom: -365px;
}
.main-header1,
.main-header11{
    z-index: 12;
}
.title-link-footer .el7up-heading-7up{
    margin-bottom: 30px;
}
.line-footer1{
margin-bottom: 105px;
    margin-top: -18px;
}
.main-footer1{
    margin-top: -10px;
}
.main-footer1 .el7up-list-link-block a{
    margin-bottom: 0px!important;
}
.main-footer1 .col-info-footer .desc-info .el7up-text-editor,
.main-footer2 .col-info-footer .desc-info .el7up-text-editor
{
    margin-bottom: 40px;
}
.scroll-top-footer{
    margin-top: 28px;
}
.scroll-top-footer .elementor-icon{
    cursor: pointer;
}
.scroll-top-footer .elementor-divider__element i{
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 7%);
}
.copyright-footer1{
    margin-bottom: 55px;
}
.main-footer1  .logo-style-text,
.main-footer2  .logo-style-text
{
    margin-bottom: 13px;
}
.sidebar-type-default .sidebar{
    background: #f7f7f7;
    padding: 80px 60px;
}
.sidebar-type-default .sidebar-right{
    margin-left: -90px;
}
.content-sidebar-type-default.content-sidebar-right>div{
    margin-right: 120px;
}
.sidebar-type-default  .sidebar-left{
    margin-right: -90px;
}
.content-sidebar-type-default.content-sidebar-left>div{
    margin-left: 120px;
}
.conntent-text-post1 {
     margin-bottom: 28px;
}
.conntent-text-post2 {
    margin-bottom: 57px;
}   
.tags-and-share .tags-post h3{
    display: inline-block;
    margin-right: 30px;
}  
.tags-and-share .tags-post a{
    color: #686868;
    margin-right: 45px;
    display: inline-block;
}
.tags-and-share .tags-post a:last-child{
    margin-right: 0px;    
}
.tags-and-share .tags-post a:hover{
    color: #000;
}
.single-related-post .title-line h3{
   display: inline-block;
   border-bottom: 3px solid #000;
   text-transform: uppercase;
   padding-bottom: 5px;
   margin-bottom: 60px;
   line-height: 30px;
}
.single-related-post,
.s7up-blog-form-comment{
    border-top: 1px solid #e5e5e5;
    padding-top: 63px;
    margin-top: 70px;
}
.s7up-blog-form-comment .comment-form .title-label{
    display: none;
}
.s7up-blog-form-comment .comment-form input[type="text"], .s7up-blog-form-comment .comment-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0px 22px;
    font-size: 15px;
    background: #fcfcfc;
}
.s7up-blog-form-comment .comment-form input[type="text"] {
    height: 60px;
}
.s7up-blog-form-comment .comment-form textarea {
    padding-top: 14px;
    height: 230px;
}
.s7up-blog-form-comment .comment-form .contact-email {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-left: 0px;
}
.s7up-blog-form-comment .comment-form .contact-name {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    padding-right: 0px;
}
.s7up-blog-form-comment .comment-form .contact-message {
    clear: both;
    margin-bottom: 0px;
}
.section-author-full{
    background: #f7f7f7;
}/*
.content-no-sidebar .content-post-default,
.content-no-sidebar .post-info-author-style1,
.content-no-sidebar .post-control,
.content-no-sidebar .s7up-blog-form-comment,
.content-no-sidebar .single-related-post,
.content-no-sidebar .s7up-blog-list-comment,
.content-no-sidebar .tags-and-share 
{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}*/
.content-no-sidebar .post-info-author-style1
{
    padding-left: 0;
    padding-right: 0;
}/*
.content-no-sidebar .single-post-media-format{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}*/
.content-no-sidebar .single-post-media-format .format-gallery .swiper-container{
    overflow: inherit;
}
.content-no-sidebar .single-post-media-format .format-gallery .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
    left: 40px;
}
.content-no-sidebar .single-post-media-format .format-gallery .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
    right: 40px;
}
.content-no-sidebar .single-post-media-format{
    position: relative;
    z-index: 1;
}
/*.content-no-sidebar .single-post-media-format:before{
    position:absolute;
    content: '';
    left: -30px;
    right: -30px;
    bottom: -30px;
    top:-30px;
    background: #fff;
    z-index: -1;
}*/
.format-audio iframe{
    width: 100%;
}/*
.content-no-sidebar .pagi-nav-block{
    text-align: center;
}*/
.banner-author-siderbar .title2{
    text-align: right;
    margin-right: -75px;
    margin-top: -12px;
}
.item-post-wg .post-thumb{
    width: 100px;
    max-width: 100px;
}
.item-post-wg .post-thumb img{
    width: 100%
}
.item-post-wg .post-info{
    padding-left: 25px;
    width: calc(100% - 100px);
}
.item-post-wg .post-info .the-date{
    margin-top: 5px;
}
.main-top-filter .sort-pagi-bar{
    font-size: 36px;
}
.content-top-filter .show-by
{
    background: #fff;
    padding-right: 30px;
}
.content-top-filter{
    margin-top: -5px;
}
.content-top-filter .show-by .dropdown-link
{
    color: #727272;
}
.content-top-filter .sort-pagi-bar
{
    background: #fff;
    padding-left: 30px;
}
.content-top-filter .sort-pagi-bar a
{
    margin-right: 15px;
}
.content-top-filter .sort-pagi-bar a:last-child
{
    margin-right: 0px;
}
.main-top-filter{
    position: relative;
    margin-bottom: 80px;
}
.main-top-filter:before{
    position:absolute;
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    top: 20px;
    background: #e5e5e5;
    z-index: -1;
}
.before-post-list1,
.before-post-list12{
    padding-top: 75px;
}
.before-post-list1 .el7up-heading-7up,
.before-post-list14 .el7up-heading-7up,
.before-post-list12 .el7up-heading-7up
{
     margin-bottom: 10px;
}
.before-post-list1 .wrap-bread-crumb-element,
.before-post-list12 .wrap-bread-crumb-element
{
    margin-bottom: 90px;
}
.before-post-list2
{
    padding-top: 225px;
    padding-bottom: 170px;
}
.before-post-list11
{
    padding-top: 225px;
    padding-bottom: 330px;
}
body:not(.elementor-editor-active) .before-post-list2,
body:not(.elementor-editor-active) .before-post-list11
{
    margin-top: -130px;
}

.main-header3 .el7up-search-icon .search-icon-popup{
    background: rgb(243 243 243 / 10%);
}
.main-header3 .menu-style- .s7upf-navbar-nav>li> a:after{
    background: #fff;
}
.before-post-list2 .el7up-heading-7up{
    margin-bottom: 5px;
}
.sidebar-type-style2 .sidebar{
    background: transparent;
    padding: 0px;

}
.sidebar-type-style2 .sidebar-left{
    padding-right: 60px;
    border-right: 1px solid #e5e5e5;
}

.sidebar-type-style2 .sidebar-right{
    padding-left: 60px;
    border-left: 1px solid #e5e5e5;
}
.body-blog-list2 .sidebar-type-style2 .sidebar-left{
    margin-right: -30px;
}
.body-blog-list2 .sidebar-type-style2 .sidebar-left{
    padding-right: 80px;
    margin-right: -50px;
}
.body-blog-list2 .content-sidebar-type-style2 .content-page-default{
        margin-left: 100px;
}
.body-blog-list2 .sidebar,
.body-blog-list6 .sidebar,
.body-blog-list5 .sidebar
{
    margin-top: -200px;
}
.body-blog-list2 .sidebar-type-style2 .sidebar,
.body-blog-list6 .sidebar-type-style2 .sidebar,
.body-blog-list5 .sidebar-type-style2 .sidebar
{
    border-right: none;
    position: relative;
}
.body-blog-list2 .sidebar-type-style2 .sidebar:after,
.body-blog-list6 .sidebar-type-style2 .sidebar:after,
.body-blog-list5 .sidebar-type-style2 .sidebar:after
{
    content: '';
    position: absolute;
    bottom: 0;
    top: 200px;
    right: 0;
    background: #e5e5e5;
    width: 1px;
}
.before-post-list3{
    padding-top: 225px;
      padding-bottom: 330px;
}
.before-post-list3 .el7up-heading-7up{
    margin-bottom: 5px;
}
.body-blog-list3 .sidebar,
.body-blog-list7 .sidebar
{
       margin-top: -544px;
}
.body-blog-list3:not(.elementor-editor-active) .elementor-widget-s7upf-posts,
.body-blog-list9:not(.elementor-editor-active) .elementor-widget-s7upf-posts,
.body-blog-list11:not(.elementor-editor-active) .elementor-widget-s7upf-posts,
.body-blog-list7:not(.elementor-editor-active) .elementor-widget-s7upf-posts
{
       margin-top: -250px;
       z-index: 1;
}
.body-blog-list3 .content-top-filter .show-by,
.body-blog-list7 .content-top-filter .show-by,
.body-blog-list11 .content-top-filter .show-by,
.body-blog-list9 .content-top-filter .show-by,
.body-blog-list3 .content-top-filter .sort-pagi-bar,
.body-blog-list9 .content-top-filter .sort-pagi-bar,
.body-blog-list11 .content-top-filter .sort-pagi-bar,
.body-blog-list7 .content-top-filter .sort-pagi-bar
{
      background: transparent;
}

.body-blog-list3 .main-top-filter:before,
.body-blog-list9 .main-top-filter:before,
.body-blog-list11 .main-top-filter:before,
.body-blog-list7 .main-top-filter:before
{
      display: none;
}
/*.body-blog-list11 .pagi-nav-block,
.body-blog-list14 .blog-liist-e,
.body-blog-list15 .blog-liist-e,
.body-blog-list13 .pagi-nav-block
{
    padding-bottom: 120px;
    border-bottom: 1px solid #e5e5e5;
}*/
.post-style1-boder .blog-grid-post-item- .item-grid-post-{
    margin-bottom: -1px;
    margin-right: -1px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.post-style1-boder .blog-grid-post-item- .item-grid-post-:hover{
    box-shadow: 0px 3px 50px 0px rgb(0 0 0 / 7%);
}
.before-post-list14{
    padding-top: 155px;
    padding-bottom: 455px;
        margin-bottom: -404px;
}

/*------------------single-product---------------------*/
body.single-product .content-no-sidebar>.shop-list-view{
    padding-left: 180px;
    padding-right: 180px;
}
body.body-product-style-gallery-horizontal2 .content-no-sidebar>.shop-list-view{
    padding-left: 0px;
    padding-right: 0px;
}
.style-gallery-horizontal .product-detail-gallery{
    margin-right: -20px;
}
.style-gallery-horizontal .product-detail-info {
    padding-left: 90px;
}
.product-detail-gallery .product-label{
    top: 40px;
    left: 40px;
}
.product-detail-gallery .product-label > span{
    color: #000;
    line-height: 18px;
    max-width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
    margin-right: 10px;
}
.product-detail-gallery .product-label > span:last-child{
    margin-right: 0px;
}
.gallery-control .active img{
    /*filter: brightness( 70% ) contrast( 100% ) saturate( 100% ) blur(0px ) hue-rotate(0deg);*/
}
.single-product-share a{
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.content-text-product .el7up-heading-7up{
    margin-bottom: 35px;
}
.content-text-product .sub-title{
     margin-bottom: 10px;
}
.content-text-product {
     margin-bottom: -10px;
}
.title-related-product{
    text-align: center;
}
.title-related-product .single-title2{
    padding: 0px 15px;
        margin-bottom: 93px;
}
.single-related-product{
    margin-top: 105px;
}
.content-product-tab .sub-title{
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}
body.body-product-sticky-style3 .content-no-sidebar>.shop-list-view {
    padding-left: 0px;
    padding-right: 0px;
}
.detail-sticky-style3 .product-detail-info {
    padding-left: 55px;
}
.detail-sticky-style3 .item-gallery-sticky .number {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 62px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 7%);
    position: absolute;
    bottom: 45px;
    right: 45px;
    text-transform: uppercase;
}

/*----------------*/
.style-gallery-horizontal2 .product-detail-gallery  {
    margin-right: 25px;
}
.style-gallery-horizontal2 .product-detail-info {
    padding-left: 5px;
}
.style-gallery-horizontal2 .product-title-single{
    font-size: 44px
}
.style-gallery-horizontal2 .slick-slide {
    padding: 0px 15px;
}
.style-gallery-horizontal2 .gallery-control {
    margin-top: 30px;
}
.style-gallery-horizontal2 .gallery-control .slick-arrow {
    position: absolute;
    position: absolute;
    top: 50%;
    z-index: 1;
    padding: 0px;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    border: none;
    border-radius: 0px;
    background: #f9f9f9;
    font-size: 36px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    color: #000;
    background: transparent;

}
.style-gallery-horizontal2 .gallery-control .slick-prev {
    left: 35px;
}
.style-gallery-horizontal2 .gallery-control .slick-next {
    right:35px;
}
.style-gallery-horizontal2 .gallery-slider {
    padding: 0px 100px;
}
/*-----------------------------*/

body.body-product-style-gallery-vertical2 .content-no-sidebar>.shop-list-view {
    padding-left: 0px;
    padding-right: 0px;
}
body.body-product-style-gallery-vertical2 #main-content {
    padding-top: 0px;
}
.style-gallery-vertical2 .gallery-control {
    position: absolute;
    left: 0;
    top: 195px;
    bottom: 0;
    margin-top: -8px;
    max-height: 680px;
    width: 150px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
        z-index: 1;
}
.style-gallery-vertical2 .gallery-control img{
    border: 15px solid #fff;
}
.style-gallery-vertical2 .product-detail-gallery{
    position: relative;
}
.style-gallery-vertical2 .slick-vertical .slick-slide {
    padding: 15px 0px;
    border: none;
}
.style-gallery-vertical2 .gallery-control .active img{
    border-color: rgb(0 0 0 / 10%);
}
.style-gallery-vertical2 .product-detail-gallery .mid{
    margin-left: -100px;
    margin-top: -130px;
    margin-right: -45px;
}
.style-gallery-vertical2 .slick-prev, .style-gallery-vertical2 .slick-next {
    width: 100%;
    border: none;
    color: #000;
    font-size: 36px;
    background: transparent;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.style-gallery-vertical2 .slick-prev {
    display: none!important;
}
.style-gallery-vertical2 .product-detail-gallery .product-label {
    top: 202px;
    left: 280px;
}
.product-title-single-vertical2{
    opacity: 0.1;
    position: absolute;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 750px;
    bottom: 210px;
}
.style-gallery-vertical2 .product-detail-info {
    padding-left: 75px;
        margin-top: 60px;
}
/*--------------------------*/
.item-slider-style2  {
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 3%);
    margin: 15px 0px;
    margin-bottom: 130px;
    padding: 80px 100px;
        padding-right: 80px;
    background: #fff;
}
.item-slider-style2 .image-wrap {
    min-width: 250px;
    max-width: 250px;
    position: relative;
}
.item-slider-style2 .image-wrap:before{
    content: "\f10d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background: #000;
    color: #ffbd76;
    font-size: 50px;
    text-align: center;
    border-radius: 50%;
    right: -20px;
    position: absolute;
}
.item-slider-style2 .slider-info{
    padding-left: 60px;
}
.item-slider-style2 .slider-info .item-content p:last-child{
    margin-bottom: 0px;
}
.item-slider-style2 .item-title a{
    color: #f1f1f1;
}
.item-slider-style2 .item-title{
    font-size: 150px;
    color: #f1f1f1;
    position: absolute;
    bottom: 15px;
    left: -155px;
    font-family: 'Yellowtail';
    z-index: -1;
}
.item-slider-style2 .tamgiac{
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.03));
    position: absolute;
    bottom: 80px;
    left: 30px;
}
.item-slider-style2 .tamgiac:after{
    content: '';
    height: 50px;
    width: 50px;
    background: #ffffff;
    -webkit-clip-path: polygon(92% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    display: block;    
}
.item-slider-style2 .item-content{
    font-size: 28px;
    font-style: italic;
    line-height: 44px;  
}
.item-slider-style2 .star{
        font-size: 22px;
    margin-top: 20px;
}

.testimonial-product{
    padding: 120px 180px 60px;
    margin-top: 110px;
}
.testimonial-product .swiper-slide{
   width: 1000px;
}
.testimonial-product .el7up-swiper-slider{
    overflow: inherit;
}
.item-product .wishlist-link span,
.item-product .compare-link span{
    display: none;
}
.product-extra-link a{
    font-size: 36px;
    color: #fff;
    background:rgb(0 0 0 / 20%);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 70px;
    position: relative;
}
.product-extra-link a:hover{
    color: #000;
    background:#fff;
}
.tooltip-inner{
    max-width: 200px;
    padding: 4px 10px;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 4px;
    border-radius: 0px;
    font-size: 16px;
    font-family: 'Playfair Display';
    font-weight: 700;
}
.tooltip.top .tooltip-arrow{
    border-top-color:#fff;
    margin-left: -10px;
    border-width: 10px 10px 0;
}
.tooltip.top {
    padding: 10px 0;
    margin-top: -15px;
    border-radius: 0px;
}
.after-product-also-like .title-video .elementor-widget-container,
.video-after-product .title-video .elementor-widget-container
{
    padding-top: 85px;
    padding-bottom: 519px;
    margin-bottom: -450px;
    position: relative;
}
.after-product-also-like .title-video .elementor-widget-container:before,
.video-after-product .title-video .elementor-widget-container:before{
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background: #F7F7F7;
    position: absolute;
}
.video-after-product .elementor-widget-video{
    margin-bottom: 45px;
}
.video-after-product{
    margin-top: 120px;
    padding-bottom: 110px;
    border-bottom: 1px solid #e5e5e5;
}
.after-product-also-like{
    margin-top: 120px;
    padding-bottom: 110px;
}
.after-product-also-like .title-video .elementor-widget-container{
    padding-top: 85px;
    padding-bottom: 430px;
    margin-bottom: -340px;
}
.after-product-also-like .elementor-widget-s7upf-products{
    margin-bottom: 45px;
}
.slider-other-cate .content-slider-custom{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:auto;
    height: 130px;
    margin:auto;
}
.slider-other-cate .content-slider-custom .title1{
    background: #000;
    color: #fff;
    font-size: 18px;
    margin: 0px;
    padding: 11px 20px;
    font-weight: 400;
    display: inline-block;
}
.slider-other-cate .content-slider-custom .title2{
    background: #fff;
    color: #000;
    font-size: 33px;
    margin: 0px;
    font-family: 'Playfair Display';
    font-weight: 700;
    padding: 19px 20px 25px;
}
.slider-other-cate .img-wrap img{
    width: 100%;
}
.after-slider-other-cate .el7up-heading-style2{
    margin-bottom: 100px;
}
.after-slider-other-cate .slider-other-cate {
   margin-top: 104px;
}
/*******************************************************************************************************
06. Begin Home and Page Inner
********************************************************************************************************/
/*Begin Home 1*/
.language-box .el7up-dropdown-list li{
    margin-bottom: 5px;
}
.language-box .el7up-dropdown-list li:last-child{
    margin-bottom: 0px;
}
.language-box .el7up-dropdown-list {
    padding: 15px;
    font-size: 14px;
}
.language-box .el7up-dropdown-box {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #e5e5e5;
}
.language-box .el7up-dropdown-box:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
.language-box .dropdown-link {
       color: #787878;
    vertical-align: middle;
}
.language-box .el7up-dropdown-box .la-language,
.language-box .el7up-dropdown-box .la-globe-americas{
    font-size: 30px;
    color: #000;
    opacity: 0.3;
    vertical-align: middle;
    margin-right: 15px;
}
.main-header-home1{
   padding-top: 20px; 
   padding-bottom: 20px;
   
}
.menu-header-home1 .s7upf-menu-container{
    border-top: 3px solid #84d8d0;
}
.menu-header-home1 .menu-style- .s7upf-navbar-nav > li > a {
    height: 95px;
    line-height: 95px;
}
.menu-header-home1 .menu-style- .s7upf-navbar-nav>li> a:after {
    bottom: -5px;
    background: #84d8d0;
    height: 5px;
}
.menu-header-home1 {
    z-index: 5;
}
.main-header-home1 .logo-text{
    position: relative;
}
.main-header-home1 .logo-text:after{
    content: '';
    position: absolute;
    width: 270px;
    height: 270px;
    background: #fff;
    transform: rotate(45deg);
    left: -80px;
    right: -80px;
    bottom: 73px;
    z-index: -1;
    margin: auto;
}
.main-header-home1 .logo-text:before{
    content: '';
    position: absolute;
      width: 270px;
    height: 270px;
    background: #f6f6f6;
    transform: rotate(45deg);
    left: -80px;
    right: -80px;
    bottom: 50px;
    z-index: -1;
    margin: auto;
}
.item-slider-style3 .item-title{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -30px;
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 5px solid #84d8d0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-style3:hover .item-title{

    bottom:20px;
    opacity: 1;
}
.item-slider-style3 .item-title a{
    color: #fff;
}
.item-slider-style3 .item-desc{
    max-width: 250px;
    height: 160px;
    line-height: 130px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    margin: auto;
    text-align: center;
    border: 7px solid #fff;
    background: rgb(0 0 0 / 50%);
    opacity: 0;
    transform: scale(0);
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-style3:hover .item-desc{
    opacity: 1;
    transform: scale(1);
}
.item-slider-style3 .image-wrap a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    background: rgb(0 0 0 / 40%);
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-style3:hover .image-wrap a:before{
    opacity: 1;
}
.list-service-home1{
    margin-top: 40px;
}
.product-slider-home1 .el7up-wrapper-slider:before{
    content: 'Women product';
    position: absolute;
    font-size: 150px;
    color: #000;
    opacity: 0.1;
    font-family: 'Yellowtail';
    top: 50%;
    line-height: 150px;
    transform: rotate( -15deg );
    right: -180px;
}
.product-slider-home1{
    margin-top: 120px;
}
.banner1-home1{
   margin-top: 120px
}
.banner1-home1 .info-banner1-home1 .elementor-container{
   padding-top: 150px;
   padding-bottom: 150px;
}
.banner1-home1 .info-banner1-home1 .la-angle-double-right{
   margin-left: 25px;
}
.banner1-home1 .info-banner1-home1 .sub-title {
    color: #7c7c7c;
    margin-left: 30px;
    vertical-align: middle;
}
.banner1-home1 .info-banner1-home1  .el7up-heading-style1{
    vertical-align: middle;
}

.banner1-home1 .info-banner1-home1 .text-title2 .el7up-heading-style1{
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.banner1-home1.elementor-section-boxed > .elementor-container{
    padding-left: 50px!important;
    padding-right: 50px!important;
}
.brand-home1 .item-slider-{
    text-align: center;
    line-height: 140px;
}
.brand-home1{
    margin-top: 100px;
    margin-bottom: 85px;
}
.view-all-product{
    margin-top: 70px;
}
.view-all-product:before{
    content: '';
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    right: 0px;
    top: 50%;
    left: 330px;
}
.slider-other-cate-home1 .el7up-wrapper-slider{
    margin-right: -240px;
    margin-top: 100px;
}   
.tab-product-home1{
    margin-top: 70px;
} 
.tab-product-home1 .el7up-tabs- .header-tab-layout {
    margin-bottom: 90px;
}
.client-say-home1 .el7up-swiper-slider{
    margin-right: 120px;
}
.client-say-home1 .el7up-wrapper-slider{
   padding-bottom: 120px;
   padding-top: 120px;
   margin-top: 120px;
}
.client-say-home1 .el7up-wrapper-slider:before{
    content: '';
    background: #f6f6f6;
    right: 0px;
    top: 0;
    bottom: 0;
    width:  calc(50% + 60px);
    position: absolute;
}
.client-say-home1 .el7up-wrapper-slider:after{
    content: 'The latest blog';
    position: absolute;
    font-size: 150px;
    color: #000;
    opacity: 0.1;
    font-family: 'Yellowtail';
    top: 50%;
    line-height: 150px;
    transform: rotate( 15deg );
    left: -180px;
}
.navi-style2-left .display-swiper-navi-style2 .s7up-swiper-navi {
    
    left: auto;
    right: 100%;
    margin-right: 70px;
    margin-left: 0px;
    height: 44%;
    bottom: 28%;
}
.pos-right .el7up-heading-style3{
    transform: rotate( 0deg );
    padding-top: 0px;
    padding-bottom: 20px;
    top: 0px;
}
.pos-right .el7up-heading-style3:before{
    bottom: 0;
    top: auto;
}
.pos-right.elementor-widget-s7upf-heading{
    position: absolute;
    left: 100%;
    bottom: -10px;
    margin-left: 75px;
}
.banner2-home1{
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 120px;
}
.instagram-home1 .item-instagram{
    overflow: inherit;
    z-index: 1;
}
.instagram-home1 .item-instagram a{
    display: inline-block;
    margin: 0px -45px;
}
.instagram-home1 .list-instagram-grid{
    padding: 0px 45px;
}
.instagram-home1 .item-instagram:nth-child(2){
    margin-top: 260px;
}
.instagram-home1 .item-instagram:nth-child(3){
    margin-top: 60px;
}
.instagram-home1 .item-instagram:nth-child(4){
    margin-top: 150px;
}
.tab-instagram-home1{
   padding-bottom: 120px;
   margin-top: 105px;
}
.tab-instagram-home1:before{
    content: '';
    background: #f6f6f6;
    left: 50px;
    right: 50px;
    bottom: 0px;
    top: 175px;
    position: absolute;
}
.tab-instagram-home1:after{
    content: 'Follow instagrams';
    position: absolute;
    font-size: 150px;
    color: #000;
    opacity: 0.05;
    font-family: 'Yellowtail';
    bottom: 190px;
    line-height: 150px;
    transform: rotate(-15deg );
    right: 50px;
}
.tab-instagram-home1 .el7up-tabs- .header-tab-layout {
    margin-bottom: 212px;
}
.item-instagram- a{
    position: relative;
    overflow: hidden;
}
.item-instagram- .item-instagram:hover{
    z-index: 2;
}
.item-instagram- a:before{
    background: rgba(0, 0, 0, 0.3);
    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;
}
.item-instagram- .item-instagram:hover a:before{
    opacity: 1;
}
.item-instagram- i.la-instagram{
        font-size: 100px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    bottom: 0;
    height: 100px;
    margin: auto;
    z-index: 2;
}
.item-instagram- .text{
     position: absolute;
     z-index: 2;
}
.item-instagram- .instagram-text-follow{
    margin: 0px;
}

.blog-home1 .el7up-swiper-slider{
    margin-left: 60px;
    margin-right: -216px;
}
.blog-home1 .item-grid-post-style3 .post-title{
    max-width: 500px;
}
.blog-home1 .el7up-wrapper-slider:before{
    content: '';
    background: #f6f6f6;
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 100px;
    width: 100px;
}
.blog-home1 .el7up-wrapper-slider .post-info:after{
    content: 'Blog list';
    position: absolute;
    font-size: 150px;
    color: #000;
    opacity: 0.07;
    font-family: 'Yellowtail';
    top: 50%;
    line-height: 150px;
    transform: rotate( 
-15deg
 );
    right: -220px;
    margin-top: -50px;
    width: 100%;
}
.blog-home1 .el7up-wrapper-slider .post-info .desc{
    max-width: 400px;
}
.blog-home1 .elementor-widget-s7upf-heading {
    position: absolute;
    right: 0;
    bottom: 0px;
    margin-right: 115px;
}
.blog-home1 .display-swiper-navi-style2 .s7up-swiper-navi{
    z-index: 10;
}
.blog-home1{
    margin-bottom: 120px;
     margin-top: 120px;
}
/*------footer 2 home 1---------*/
.main-footer2{
    padding-top: 110px;
    padding-bottom: 103px;
}
.main-footer2:before{
    content: '';
    position: absolute;
    left: 50px;
    right: 50px;
    top:0;
    bottom: 0;
    background: #303030;
}
.scroll-top-footer2{
    margin-top: -55px;
}
.copyright-footer2{
    margin-bottom: 42px;
}
.slider-other-cate .swiper-button-prev{
    left: -130px;
}
.slider-other-cate .swiper-button-next{
    display: none;
}
/*End Home 1*/


/*Begin Home 2*/
.product-tab-home2{
    margin-top: 106px;
}
.product-tab-home2 .el7up-tabs- .header-tab-layout {
    margin-bottom: 68px;
}
.product-tab-home2 .el7up-heading-style2 {
    margin-bottom: 58px;
}
.menu-header-home2 .menu-style- .s7upf-navbar-nav > li > a {
    height: 80px;
    line-height: 80px;
}
.menu-header-home2 .s7upf-menu-container {
    border-top: 1px solid #ededed;
}
.menu-header-home2 .menu-style- .s7upf-navbar-nav>li> a:after {
    top: -1px;
    background: #000;
    height: 1px;
}
.item-slider-style4 .slider-info{
    position: absolute;
    background: #fff;
    left: 40px;
    right: 40px;
    padding: 60px 20px 52px;
    text-align: center;
    opacity: 0;
    margin-bottom: -50px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-style4:hover .slider-info{
    opacity: 1;
    margin-bottom: 0px;
}
.item-slider-style4 .slider-info .content-slider-custom{
    display: inline-block;
    background: #ffbc76;
    padding: 0px 20px;
}
.item-slider-style4 .slider-info .content-slider-custom >*:last-child{
    margin-bottom: 0px;
}
.item-slider-style4 .slider-info .item-title{
       margin-bottom: 14px;
    margin-top: 17px
}
.item-slider-style4:hover .swiper-thumb img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 2px ) hue-rotate(0deg) grayscale(100%);
 
}
.banner-slider-home2{
    margin-top: 50px;
    margin-bottom: 145px;
}
.css-icon-image .content-imageicon img{
    position: absolute;

}
.css-icon-image .content-imageicon img:nth-child(1){
    top: -23px;
    left: -65px;    
}
.css-icon-image .content-imageicon img:nth-child(2){
    top: 25px;
    right: 38px;
    z-index: 2;    
}
.css-icon-image .content-imageicon img:nth-child(3){
    bottom: 85px;
    left: -35px;
    z-index: 2;   
}
.css-icon-image .content-imageicon img:nth-child(4){
    bottom: -20px;
    right: -23px;   
}
.history-home2:before{
  content: '';
  background: #f8f8f8;
  position: absolute;
  top: 130px;
  bottom: 100px;
  width: 100vw;
  left: 0;
  right: 0;
}
.history-home2:after{
    content: 'Since 1989';
    position: absolute;
    color: #f1f1f1;
    bottom: 150px;
    right: 90px;
    font-size: 150px;
    font-family: Yellowtail;
    transform: rotate( -15deg );
}
.history-home2 .navi-style2-left .display-swiper-navi-style2 .s7up-swiper-navi{
    height: 25%;
    bottom: 37%;
    margin-right: 116px;
}
.history-home2 .el7up-wrapper-slider {
    padding-right: 90px;
}
.history-home2 .col-tex-history{
    padding-left: 35px;
}
.el7up-heading-quote{
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    padding-left: 30px;
    padding-top: 23px;
    padding-bottom: 25px;
    border-left: 2px solid #fec485;
}
.col-tex-history .el7up-heading-quote{
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}


.item-slider-style6  {
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 3%);
    margin: 15px 0px;
    margin-bottom: 130px;
    padding: 80px 100px;
        padding-right: 60px;
    background: #fff;
}
.item-slider-style6 .image-wrap {
    min-width: 250px;
    max-width: 250px;
    position: relative;
}
.item-slider-style6 .image-wrap:before{
    content: "\f10d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    display: inline-block;
    width: 85px;
    height: 85px;
    line-height: 85px;
    background: #000;
    color: #ffbd76;
    font-size: 50px;
    text-align: center;
    border-radius: 50%;
    right: -20px;
    position: absolute;
}
.item-slider-style6 .slider-info{
    padding-left: 60px;
}
.item-slider-style6 .slider-info .item-content p{
    line-height: 44px;
}
.item-slider-style6 .slider-info .item-content p:last-child{
    margin-bottom: 0px;
}
.item-slider-style6 .item-title{
    position: absolute;
    bottom: 15px;
    left: 0;
}
.item-slider-style6 .item-des{
    color: #7c7c7c;
}
.item-slider-style6 .item-des:before{
    content: '';
    height: 30px;
    width: 1px;
    background: #c1c1c1;
    display: inline-block;
    transform: rotate(25deg);
    margin: 0px 25px;
    margin-bottom: -7px;
}
.item-slider-style6 .tamgiac{
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.03));
    position: absolute;
    bottom: 80px;
    left: 30px;
}
.item-slider-style6 .tamgiac:after{
    content: '';
    height: 50px;
    width: 50px;
    background: #ffffff;
    -webkit-clip-path: polygon(92% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    display: block;    
}
.item-slider-style6 .item-content{
    font-size: 28px;
    font-style: italic;
    line-height: 44px;  
}
.item-slider-style6 .star{
        font-size: 22px;
    margin-top: 20px;
}
.testimonial-home2:before{
    content: '';
    background: #f8f8f8;
    position: absolute;
    left: 100px;
    right: 100px;
    top: 0px;
    bottom: 30%;
}
.testimonial-home2 .el7up-swiper-slider{
    overflow: inherit;
}
.testimonial-home2 {
    padding-top: 108px;
    margin-top: 120px;
}
.testimonial-home2 .swiper-slide-prev{
    opacity: 0;
}
.testimonial-home2 .swiper-button-prev{
    opacity: 1;
    left: -210px;
    margin-top: -80px;
}
.testimonial-home2 .el7up-heading-style4{
    margin-bottom: 55px;
}
.image-bg-test-home2 img{
    position: absolute;
}
.image-bg-test-home2 img:nth-child(1){
        top: -490px;
    left: -55px;
}
.image-bg-test-home2 img:nth-child(2){
    top: -565px;
    right: -70px;
    z-index: 1;
}
.image-bg-test-home2 img:nth-child(3){
    top: -145px;
    right: 277px;
    z-index: 1;
}
.image-bg-test-home2 img:nth-child(4){
    top: -200px;
    left: 130px;
}
/*-------------*/
.item-slider-style7 .slider-info{
    position: absolute;
    bottom: 80px;
    transform: rotate(-15deg );
    left: -15px;;
}
.item-slider-style7 .slider-info .item-title a{
    color: #f1f1f1;
    font-family: Yellowtail;
    opacity: 0.1
}
.item-slider-style7 .slider-info .item-desc{
    padding-left: 115px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-style7:hover .slider-info .item-title a{
    opacity: 1
}
.item-slider-style7:hover .slider-info .item-desc{
    opacity: 0.6;
}
.item-slider-style7 .img-wrap img{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-style7:hover .img-wrap img{
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 2px ) hue-rotate(0deg) grayscale(100%);
}
.item-slider-style7{
    overflow: hidden;
}
.el7up-wrapper-slider-style7 .swiper-slide{
    overflow: hidden;
}
.promo-home2 .elementor-widget-s7upf-heading.title{
    padding-top: 105px;
    margin-top: 100px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 7px;
}
.promo-home2 .el7up-wrapper-slider{
    margin-top: 89px;
    margin-bottom: 202px;
}
.promo-home2 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
    right: 60px;
}
.promo-home2 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
    left: 60px;
}
.promo-home2 .display-swiper-pagination-style3 .swiper-pagination {
    margin-top: 60px;
}
/*-------------*/
.item-slider-style8{
    text-align: center;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-style8:hover{
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    z-index: 2;
}
.item-slider-style8 .image-wrap{
    background: #fff;
    padding: 15px;
    padding-bottom: 0px;
}
.item-slider-style8 .image-wrap a{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    display: block;
    border: 2px dashed transparent;
    padding: 80px 0px;
    opacity: 0.1;
}
.item-slider-style8:hover .image-wrap a{
    border-color: #d9d9d9;
     opacity: 1;
}
.item-slider-style8 .slider-info{
    padding: 28px 15px 35px;
    opacity: 0;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s
}
.item-slider-style8:hover .slider-info{
    opacity: 1;
}
.el7up-wrapper-slider-style8 .swiper-container{
    padding-top: 20px;
    padding-bottom: 20px;
}
.box-category-home2:before{
    content: '';
    background: #f8f8f8;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom:40%;
}
.box-category-home2{
    padding-top: 108px;
}
.box-category-home2 .el7up-heading-style4 {
    margin-bottom: 55px;
}
.image-icon-cate-home2 img{
    position: absolute;
}
.image-icon-cate-home2 img:nth-child(1){
    top: -484px;
    left: 15%;
}
.image-icon-cate-home2 img:nth-child(2){
    top: -120px;
    left: 11%;
}
.image-icon-cate-home2 img:nth-child(3){
    left:36%;
    top: -200px;
}
.image-icon-cate-home2 img:nth-child(4){
        left: 58%;
    top: -155px;
}
.image-icon-cate-home2 img:nth-child(5){
        left: 78%;
    top: -190px;
}
.image-icon-cate-home2 img:nth-child(6){
    left: 85%;
    top: -500px;
}
.mailchimp-home2{
    border:5px solid #000;
    padding: 120px 100px;
}
.mailchimp-home2 .el7up-heading-style1{
    margin-bottom: 12px;
}
.mailchimp-home2 .el7up-mailchimp-default{
    margin-top: -10px;
}
.mailchimp-home2 .el7up-mailchimp-default button[type="submit"]{
    font-family: "Playfair Display", Sans-serif;
        font-size: 18px;
    color: #000;
        background: #fff;
    padding-left: 20px;
}
.mailchimp-home2 .el7up-mailchimp-default .mc4wp-form-fields input[type="email"]{
    font-size: 20px;
}
.mailchimp-home2 .el7up-mailchimp-default form{
    border-width: 3px;
}
.icon-image-mailchimp-home2 img{
    position: absolute;
}
.icon-image-mailchimp-home2 img:nth-child(1){
    top: -260px;
    left: 70px;
}
.icon-image-mailchimp-home2 img:nth-child(2){
    top: -340px;
    left: 31%;
}
.icon-image-mailchimp-home2 img:nth-child(3){
    left: 70%;
    top: -300px;
}
.icon-image-mailchimp-home2 img:nth-child(4){
    left: 93%;
    top: -60px;
    z-index: -1;
}
.box-mailchimp-home2{
    margin-top: 100px;
}
.box-mailchimp-home2 .elementor-container{
    overflow: hidden;
}
.blog-home2{
margin-top: 95px;
}
.blog-home2 .el7up-swiper-slider{
margin-top: 90px;
}

.blog-home2 .s7up-active-swiper>.item-post{
    margin-left: 43px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.blog-home2 .swiper-slide-next ~ .swiper-slide .item-post{
    margin-left: 43px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.blog-home2 .swiper-slide-active>.item-post{
    margin-right: 43px;
    margin-left: 0px!important;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.blog-home2 .swiper-slide-next>.item-post{
    margin-right: -43px;
    margin-left: -43px;
            transition: all 0s ease-out 0s;
    -webkit-transition: all 0s ease-out 0s;
}

.blog-home2 .swiper-wrapper{
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
}

.blog-home2 .item-grid-post-style4 .item-post{
    position: relative;

}

.brand-home2{
    background: #f8f8f8;
    padding: 50px 0px;
    margin-top: 120px;
    margin-bottom: 120px;
}
.brand-home2 .item-slider-{
    text-align: center;
}
.brand-home2 .swiper-wrapper{
        align-items: center;
}
.brand-home2 .item-slider- .image-wrap{
display: inline-block;
    width: 300px;
    height: 300px;
    vertical-align: middle;
    line-height: 300px;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.brand-home2 .item-slider-:hover .image-wrap{
    background: #fff;
}
.main-header-home2{
    padding-top: 5px;
    padding-bottom: 5px;
}
/*End Home 2*/
/*Begin Home 3*/
.banner-slider-home3 .title1{
    font-size: 18px!important;
    padding: 5px 25px!important;
    line-height: 20px!important;
        height: 30px!important;
    width: 200px!important;
    display: block;
    max-width: 100%!important;
}
.banner-slider-home3 .title2{
font-size: 50px!important;
    line-height: 50px!important;
}
.banner-slider-home3 .title3{
font-size: 20px!important;
    line-height: 33px!important;
}
.banner-slider-home3 .title4{
    font-size: 18px!important;
    height: 60px!important;
    line-height: 60px!important;
    min-width: 180px!important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.07)!important;
}
.cate-home3{
    margin-top: 80px;
}
.cate-home3 a.el7up-text-item{
    height: 47px;
    display: inline-block;
    line-height: 47px;
    min-width: 320px;
    padding: 0px 25px!important;
    position: relative;
    font-size: 15px!important;
}
.cate-home3 a.el7up-text-item:after{
    content: "\f30b";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    margin-left: 20px;
 position: absolute;
    right: 20px;
        font-size: 18px;
}
.cate-home3 a.el7up-text-item:hover{
        background: #ffbd76!important;
        color: #fff;
}
.sevice-home3 .s7upe-info-box-style2{
    padding: 50px 0px;
}
.sevice-home3 .elementor-column{
    border-right: 1px solid #e5e5e5;
}
.sevice-home3 .elementor-column:last-child{
    border-right: none;
}
.sevice-home3 {
    margin-top: 100px;
    margin-bottom: 85px;
}
.branding-home3{
    margin-top: 90px;
    margin-bottom: 70px;
}
.branding-home3 .el7up-banner-info-style4{
    margin-bottom: 30px;
}
.banner2-home3 .el7up-text-item{
    margin-bottom: 15px;
    border-bottom: 3px solid transparent;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
        display: block;
    font-weight: 700;
}
.banner2-home3 .el7up-text-item:hover{
    border-color:#84d8d0;
    transform: translateX(-15px);
    -webkit-transform: translateX(-15px);
}
.banner2-home3 .el7up-banner-info{
       margin-left: -160px;
}
.image-icon-baner2-home3 img{
    position: absolute;
}
.image-icon-baner2-home3 img:nth-child(1){
    top: -450px;
}
.image-icon-baner2-home3 img:nth-child(3){
        top: -215px;
    left: 85px;
}
.image-icon-baner2-home3 img:nth-child(4){
    bottom: -180px;
    left: 80px;
}
.image-icon-baner2-home3 img:nth-child(2){
  top: -400px;
    left: 300px;
}
.image-icon-baner2-home3 h3{
    z-index: 1;
    font-family: 'Yellowtail';
    transform: rotate(-15deg );
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-size: 120px;
    opacity: 0.1;
    line-height: 120px;
}
.image-icon-baner2-home3 h3:first-child{
    margin-left: 35px;
}
.image-icon-baner2-home3 h3:last-child{
        margin-left: -44px;
}
.cate-banner-home3{
    margin-top: 120px;
    margin-bottom: 105px;
}
.el7up-wrapper-slider-style9 .el7up-swiper-slider{
    margin-top: 65px;
}
.el7up-wrapper-slider-style9 .el7up-swiper-slider .item-content p{
        line-height: 36px;
        color: #666;
        margin-bottom: 0px;
}
.el7up-wrapper-slider-style9 .el7up-swiper-slider .item-title{
    margin-top: 38px;
    font-size: 24px;
}
.el7up-wrapper-slider-style9 .el7up-swiper-slider .item-desc{
    color: #666;
}
.el7up-wrapper-slider-style9 .item-slider-style9{
max-width: 1040px;
    margin: auto;
}
.el7up-wrapper-slider-style9 .el7up-swiper-slider .item-desc:before{
content: '';
    width: 1px;
    height: 35px;
    background: #c1c1c1;
    display: inline-block;
    transform: rotate(
25deg
);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: -10px;
}
.el7up-wrapper-slider-style9 .gallery-thumbs .swiper-slide:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
    opacity: 0;
}
.el7up-wrapper-slider-style9 .gallery-thumbs .swiper-slide:after{
    content: "\f10e";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #fff;
    font-size: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    opacity: 0;
    height: 30px;
}
.el7up-wrapper-slider-style9 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after{

    opacity:1;
}
.el7up-wrapper-slider-style9 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:before{
   opacity: 1;
}
.el7up-wrapper-slider-style9 .gallery-thumbs .swiper-slide img{
   width: 100%;
}
.header-line-doc .el7up-heading-style1:after{
    content: '';
    height: 65px;
    width: 1px;
    background: #000000;
    display: block;
    margin: auto;
    margin-top: 45px;
}
.client-home3{
    margin-top: 90px;
}
.product-slider-home3{
    padding-top: 120px;
    padding-bottom: 120px;
    margin-top: 115px;
}
.product-slider-home3:before{
    content: '';
    position: absolute;
    left: 0;
    right: 28%;
    bottom: 0;
    top: 0;
    background: #f5f5f5;
}
.product-slider-home3:after{
    content: 'Shirt in multi';
    position: absolute;
    font-size: 120px;
    color: #000;
    opacity: 0.1;
    font-family: 'Yellowtail';
    top: 39%;
    line-height: 150px;
    transform: rotate( -15deg );
    left: -50px;
}
.product-slider-home3 .navi-style2-left .display-swiper-navi-style2 .s7up-swiper-navi {
    height: 60%;
    bottom: 20%;
}
.banner3-home3{
    padding: 120px 100px;
    margin-top: 120px;
}
.banner3-home3 .el7up-bt-custom .icon-button-el{
        margin-bottom: -10px;
}
.banner3-home3 .title1{
    margin-bottom: -35px;
    margin-left: 330px;
}
.banner3-home3 .title3{
    margin-top: -12px;
    margin-left: 150px;
}

.blog-home3 .el7up-wrapper-slider .post-info:after {
    content: 'Women style';
    position: absolute;
    color: #000;
    opacity: 0.07;
    font-family: 'Yellowtail';
    top: 35%;
    right: -320px;
    font-size: 120px;
    line-height: 150px;
    transform: rotate( -15deg );
    margin-top: -50px;
    width: 100%;
}

.blog-home3 .el7up-swiper-slider{
    margin-right: -216px;
}
.blog-home3 .el7up-wrapper-slider:before{
    content: '';
    background: #f6f6f6;
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 100px;
    width: 100px;
}

.blog-home3 .el7up-wrapper-slider .post-info .desc{
    max-width: 400px;
    color: #666;
    line-height: 33px;
}

.blog-home3 .display-swiper-navi-style2 .s7up-swiper-navi{
    z-index: 10;
}
.blog-home3{
    margin-top: 105px;
    margin-bottom: 120px;
}
.blog-home3 .el7up-swiper-slider{
    margin-top: 90px;
}
/*----------------*/
.banner4-home3,
.banner5-home3,
.banner4-about1
{
    padding: 150px 0px;
}
.banner4-home3 .title1,
.banner4-about1 .title1
{
       background: #ffbc76;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0px 15px;
}
.banner4-home3 .title2,
.banner4-about1 .title2
{
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.banner4-home3 .title3,
.banner4-about1 .title3
{
    line-height: 33px;
    color: #666;
}
.banner4-home3 .el7up-text-editor,
.banner4-about1 .el7up-text-editor
{
    padding: 90px 30px 80px;
}
.banner5-home3 .title1{
    font-size: 22px;
    text-transform: uppercase;
}
.banner5-home3 .title2{
    font-size: 60px;
    margin-top: 25px;
    margin-bottom: 45px;
}
.banner5-home3 .el7up-text-editor{
    padding-left: 130px;
}
.brand-home3{
    margin-top: 100px;
}
.brand-home3 .item-slider-{
    text-align: center;
}
.brand-home3 .swiper-wrapper{
    align-items: center;
}
.instagram-home3{
    margin-top: 80px;
    margin-bottom: 110px;
}
.instagram-home3 .el7up-swiper-slider{
    margin-right: -135px;
    margin-left: 135px;
}
.line-divider-instagram{
    margin-top: 80px;
}
.instagram-home3 .item-instagram- a:before{
    background: rgb(132 216 208 / 85%);
}
.instagram-home3 .item-instagram- a:after{
    content: "\f16d";
    font-family: 'Line Awesome Brands';
    font-size: 100px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 32px;
    opacity: 0;
    z-index: 1;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.instagram-home3 .item-instagram-:hover a:after{
    opacity: 1;
}
.instagram-home3 .item-instagram-:hover a:before{
    opacity: 1;
}
.instagram-home3  .item-instagram- a {
    display: inline-block;
}


/*End Home 3*/
/*Begin Home 4*/
.banner-slider-home4{
    margin-top: -130px;
}
.main-header9 .s7upf-navbar-nav{
    margin-right: -250px;
}
.product-extra-link2{
    position: absolute;
    bottom: 80px;
    background: #fff;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 1
}
.product-extra-link2 .product-title{
    line-height: 36px;
    margin-bottom: 27px;
}
.product-extra-link2 .wishlist-compare .wishlist-link span, .product-extra-link2 .wishlist-compare .compare-link span {
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
}
.product-extra-link2 .wishlist-compare i{
    font-size: 30px;
    vertical-align: middle;
}
.product-extra-link2 .wishlist-compare{
    margin: 0px -30px;
        justify-content: space-between;
    padding: 0px 30px;
}
.product-extra-link2 .wishlist-compare a{
    padding: 0px;
        color: #8c8c8c;
}
.product-extra-link2 .wishlist-compare a:last-child{    
    border-right: none;
}
.item-grid-product-style3 .addcart-link-style3{
      position: absolute;
    left: 0;
    right: 0;
       bottom: -80px;
}
.item-grid-product-style3:hover .addcart-link-style3{
       bottom: 0
}
.item-grid-product-style3 .product-extra-link2{
    opacity: 0;
    z-index: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style3:hover .product-extra-link2{
    opacity: 1;
    z-index: 1;
}
.item-grid-product-style3 .item-product{
    border: 1px solid #f9f9f9;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style3 .item-product:hover{
    border-color: #000;
}
.product1-home4 .display-swiper-navi-group .s7up-swiper-navi{
        margin-top: -125px;
}
.product1-home4,
.title-poduct1-home4{
    margin-top: 90px;
}

.product2-home4{
    margin-top:50px;
}
.product2-home4 .display-swiper-navi-group .s7up-swiper-navi {
    right: auto;
    left: -35px;
    margin-top: -125px;
}
.banner1-home4{
    margin-top: 120px;
    padding-top: 100px;
}
.banner1-home4 .title span{
    color: #fff;
    background: #ffbc7b;
    display: inline-block;
    padding: 0px 25px;
    margin-right: 25px;
}
.banner1-home4 .title span{
   margin-top: 80px;
    margin-bottom: 10px!important;
}
.banner1-home4 .chuky{
    margin-top: 150px;
}
.banner1-home4 .el7up-wrapper-slider{
    padding-left: 50px;
    padding-right: 15px;
}
.banner1-home4 .el7up-wrapper-slider:before{
    content: '';
    width: 4px;
    position: absolute;
    top: 70px;
    bottom: 35px;
    left: 0;
    background: #a0e2dd;
}
.line-buttom-baner1-home4{
    margin-top: -50px;
    z-index: -1
}
.banner1-home4 .display-swiper-navi-group2 .s7up-swiper-navi{
    width: 240px;
    margin-left: auto; 
    margin-right: auto; 
    background: #ffffff;
    z-index: 4;
}
.banner1-home4 .col-text{
    padding-left: 65px;
}
.item-sevice-home4 .info-box-icon{
    margin-bottom: 55px;
}
.item-sevice-home4 .s7upe-info-box-style2 .item-title-e {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 400;
}
.sevice-home4,
.sevice-home5
{
    margin-top: 95px;
}
.sevice-home5 .swiper-slide
{
    padding: 100px 15px;
    border-right: 1px solid #e9e9e9;
}
.sevice-home5 .swiper-slide:last-child
{
    border-right: none;
}
.s7upe-info-box-style3{
    height: 370px;
    width: 370px;
    text-align: center;
    border-radius: 50%;
    border: 15px solid #faf5ec;
    background: #fff;
    z-index: 3;
    justify-content: center;
    margin: auto;
}
.s7upe-info-box-style3 .s7up-countdown{
    justify-content: center;
    font-size: 28px;
}
.s7upe-info-box-style3 .s7up-countdown .clock{
    padding: 0px 12px;
}
.s7upe-info-box-style3 .item-title-e {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
    padding: 0px 15px;
    margin-bottom: 25px;
}
.item-subtitle-sv3{
    position: absolute;
    font-weight: 700;
    font-size: 100px;
    color: #f6f1e6;
        top: 28%;
    z-index: -1;
    width: 100%;
    left: 0;
}   
.countdown-home4 .elementor-widget-s7upf_info_box{
    z-index: 1;
        max-width: 50%;
}
.countdown-home4 .elementor-widget-s7upf_info_box{
    padding: 60px 0px;
}
.countdown-home4 {
    margin-top: 110px;
}
.countdown2-home4{
    margin-top: 50px;
}
.countdown2-home4 .elementor-widget-wrap {
    justify-content: flex-end;
}
.tab-product-home4{
    margin-top: 120px;
}
.tab-product-home4 .el7up-tabs- .header-tab-layout {
    margin-bottom: 95px;
}
.tab-product-home4 .view-more{
    margin-top: 90px;
}
.item-slider-style11 .item-content{
    color: #8a8a8a;
    font-style: italic;
    max-width: 1000px;
    margin: auto;
    line-height: 44px;
}
.item-slider-style11 .item-content p{
    line-height: 44px;
}
.item-slider-style11 .item-title a{
    color: #84d8d0;
}

.el7up-wrapper-slider-style11 .gallery-thumbs{
    margin-top: 80px;
    margin-bottom: -82px;
}
.el7up-wrapper-slider-style11 .chan{
    max-width:540px;
        background: #fff;
        position: relative;
        margin: auto;
}
.el7up-wrapper-slider-style11 .chan:after{
    content: '';
    width: 50px;
    height: 100%;
    background:#fff;
    right: 100%;
    position: absolute;
}
.el7up-wrapper-slider-style11 .chan:before{
    content: '';
        width: 50px;
    height: 100%;
    background:#fff;
    left: 100%;
    position: absolute;
}
.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide:before{
    content: '';
    position: absolute;
    display: inline-block;
    clip-path: polygon(0 0%, 0% 100%, 100% -100%);
    background: #fff;
    width: 100%;
    height: 50%;
    z-index: 1
}

.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide:before{
    content: '';
    position: absolute;
    display: inline-block;
    clip-path: polygon(0 0%, 0% 100%, 100% -100%);
    background: #fff;
    width: 100%;
    height: 50%;
    top: 0
}
.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide:after{
    content: '';
    position: absolute;
    display: inline-block;
    clip-path: polygon(0% 0%, 0% 100%, 100% 200%);
    background: #ffffff;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 1
}
.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide>div:after{
    content: '';
    position: absolute;
    display: inline-block;
    clip-path: polygon(50% 101%, 101% 0%, 101% 101%);
    background: #ffffff;
    width: 100%;
    height: 50%;
    bottom: 0;
    right: 0;
    z-index: 1
}
.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide>div:before{
    content: '';
    position: absolute;
    display: inline-block;
    clip-path: polygon(51% 0%, 101% 0%, 101% 101%);
    background: #ffffff;
    width: 100%;
    height: 50%;
    top: 0;
    right: 0;
    z-index: 1
}
.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide .vuong{
    content: "";
    background: #84d8d0;
    width: 43px;
    height: 43px;
    position: absolute;
    /* z-index: 1; */
    top: 16px;
    left: 16px;
    transform: rotate(45deg );
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
    z-index: 1;
}
.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide .la-quote-left{
    position: absolute;
    font-size: 36px;
    color: #fff;
    position: absolute;
    z-index: 1; 
    top: 19px;
    left: 19px;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
    z-index: 2;
}
.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide-thumb-active .la-quote-left,
.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide-thumb-active .vuong{
    opacity: 1;
}
.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide img{
  filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     opacity: 0.3;
}
.el7up-wrapper-slider-style11 .gallery-thumbs .swiper-slide-thumb-active img{
  filter: none;
     -webkit-filter: none;
     -moz-filter:  none;
     -ms-filter:  none;
     -o-filter:  none;
     opacity: 1;
}
.client-home4 .el7up-heading-7up{
    margin-bottom: 35px;
    margin-top: 95px;
}
.client-home4 {
    margin-top: 130px;
}
.client-home4 .elementor-widget-wrap{
    border: 5px solid #84d8d0;
}
.client-home4 .swiper-button-next, .client-home4 .swiper-button-prev {
    top: 21%;
}
.client-home4 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
    right: 40px;
}
.client-home4 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev{
    left: 40px;
}
.banner2-home4{
    margin-top: 195px;
}
.banner2-home4 .el7up-banner-info-el7up-bndf .adv-thumb-link {
    text-align: center;
}
.banner2-home4 .el7up-banner-info-el7up-bndf .adv-thumb-link img{
    width: auto;
}
.banner2-home4 .el7up-banner-info-el7up-bndf{
    margin-bottom: 70px;
     margin-top: 30px;
}
.banner2-home4 .image1{
    margin-top: 60px;
}
.banner2-home4 .image3{
    margin-top: 30px;
}
.banner2-home4 .list-image2{
    margin-bottom: -150px;
    padding-top: 90px;
}
.banner2-home4 .image4{
    margin-top: -90px;
}
.banner2-home4 .image6{
        margin-top: -60px;
}
.banner2-home4 .col-info .title1{
margin-bottom: 30px;
}
.banner2-home4 .col-info .elementor-widget-s7upf-button{
    margin-top: 60px;
}
.banner2-home4 .col-info>.elementor-widget-wrap{
padding-right: 120px!important;
}











/*End Home 4*/
/*Degon about*/
.breadcrumb-inner{
    padding: 120px 0px;
}
.history-about1{
    margin-top: 90px;
}
.history-about1:before,
.history-about1:after
{
    display: none;
}
.sevice-about1 .s7upe-info-box-style2{
    padding: 50px 0px;
}
.sevice-about1 .elementor-column{
    border-right: 1px solid #e5e5e5;
}
.sevice-about1 .elementor-column:last-child{
    border-right: none;
}
.sevice-about1 {
    margin-bottom: 120px;
}


.el7up-wrapper-slider-style10 .el7up-swiper-slider{
    margin-bottom: 117px;
}
.el7up-wrapper-slider-style10 .el7up-swiper-slider .item-content p{
        line-height: 36px;
        color: #000;
}
.el7up-wrapper-slider-style10 .el7up-swiper-slider .item-title{
        margin-top: 38px;
}
.el7up-wrapper-slider-style10 .el7up-swiper-slider .item-desc{
    color: #7c7c7c;
}
.el7up-wrapper-slider-style10 .item-slider-style10{
max-width: 790px;
    margin: auto;
}
.el7up-wrapper-slider-style10 .el7up-swiper-slider .item-desc:before{
content: '';
    width: 1px;
    height: 35px;
    background: #c1c1c1;
    display: inline-block;
    transform: rotate(
25deg
);
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: -10px;
}/*
.el7up-wrapper-slider-style10 .gallery-thumbs .swiper-slide:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
    opacity: 0;
}
.el7up-wrapper-slider-style10 .gallery-thumbs .swiper-slide:after{
    content: "\f10e";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #fff;
    font-size: 150px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    opacity: 0;
    height: 30px;
}
.el7up-wrapper-slider-style10 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after{

    opacity:1;
}
.el7up-wrapper-slider-style10 .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:before{
   opacity: 1;
}*/
.swiper-container.gallery-thumbs .swiper-slide{
        cursor: pointer;
}
.el7up-wrapper-slider-style10 .gallery-thumbs .swiper-slide img{
   width: 100%;
}
.client-about1{
    margin-bottom: 120px;
}
.client-about1 .title .el7up-text-editor{
margin-bottom: 20px;
}
.client-about1 .elementor-icon{
margin-top: -20px;
margin-bottom: -20px;
}
.client-about1 .el7up-wrapper-slider-style10{
margin: 0px -450px;
}
.banner4-about1,
.banner5-about1
{
    margin-bottom: 120px;
}
.brand-about1{
    padding: 50px 60px;
}

.breadcrumb-about2{
    padding: 120px 0px 490px;
    margin-bottom: -360px;
}
.history-about2 >.elementor-container:before{
    content: '';
    position: absolute;
    left: 100px;
    right: 100px;
    top: 0;
    bottom: 0;
    background: #fff;
}
.history-about2:before,
.history-about2:after
{
    display: none;
}
.history-about2 .col-tex-history {
    padding-left: 10px;
    padding-right: 100px;
}

/*.brand-about2 .image-wrap img,
.brand-about1  .image-wrap img,
.brand-home2  .image-wrap img
{
       transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.brand-about2 .image-wrap:hover img,
.brand-about1 .image-wrap:hover img,
.brand-home2 .image-wrap:hover img
{
    transform: scale(1.3);
}*/
.brand-about2 .swiper-wrapper{
    align-items: center;
}
.brand-about2 .item-slider- .image-wrap {
    display: inline-block;
    width: 300px;
    height: 300px;
    vertical-align: middle;
    line-height: 300px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: #f9f9f9;
    text-align: center;
}
.brand-about2 .item-slider-:hover .image-wrap {
    background: #fff;
}
.brand-about2 .el7up-wrapper-slider{
    padding: 0px 50px;
    margin-top: 120px;
    margin-bottom: 110px;
}
.client-about2{
    margin-bottom: 60px;
}
.sevice-about2 .s7upe-info-box-style2 {
    padding: 50px 15px;
}
.sevice-about2 {
    margin-bottom: 120px;
}
/*End about*/
/*Begin contact*/
.breadcrumb-contact1{
    padding: 120px 0px 230px;
    margin-bottom: -100px;
}
.info-box-contact1 .el7up-banner-info-el7up-bndf
{
    margin-left: 185px;
}
.info-box-contact1 .info> .elementor-widget-wrap
{
    margin-left: 70px;
    margin-right: 70px;
}
.info-box-contact1 {
    margin-top:120px;
    margin-bottom:120px;
}
.info-box-contact1 .el7up-heading-style1,
.info-box-contact2 .el7up-heading-style1
{
    margin-bottom: 27px;
}
.info-box-contact1 .el7up-text-editor,
.info-box-contact2 .el7up-text-editor
{
    margin-bottom: 53px;
}
.info-box-contact1 .s7upe-info-box-style2,
.info-box-contact2 .s7upe-info-box-style2
{
    margin-bottom: 45px;
}
.info-box-contact1 .elementor-widget-s7upf_info_box:last-child .s7upe-info-box-style2,
.info-box-contact2 .elementor-widget-s7upf_info_box:last-child .s7upe-info-box-style2
{
    margin-bottom: 0px;
}
.line-footer-contact{
    margin-bottom: 100px;
}
.info-box-contact2 .info> .elementor-widget-wrap
{
    margin-left: 70px;
}
.info-box-contact2 .info:before
{
    content: '';
    position: absolute;
    left: -15px;
    right: 15px;
    top: 0;
    bottom: 0;
    background: #fff;
}
.breadcrumb-contact2{
    padding: 120px 0px 280px;
    margin-bottom: -150px;
}
.contact-form-contact2 .wpcf7{
    margin-top: 73px;
}
.contact-form-contact2{
    margin-top: 105px;
    margin-bottom: 75px;
}
.contact-form-contact2 .box-form{
    display: flex;
    flex-wrap: wrap;
}
.contact-form-contact2 .box-form .your-name,
.contact-form-contact2 .box-form .your-mobi,
.contact-form-contact2 .box-form .your-web,
.contact-form-contact2 .box-form .your-email
{
    width: 50%;
        margin-bottom: 30px;
}
.contact-form-contact2 .box-form .your-name,
.contact-form-contact2 .box-form .your-email
{
    padding-right: 15px;
}
.contact-form-contact2 .box-form .your-mobi,
.contact-form-contact2 .box-form .your-web{
padding-left: 15px;
}
.contact-form-contact2 .box-form .your-message,
.contact-form-contact2 .box-form input,
.contact-form-contact2 .box-form textarea
{
    width: 100%;
}
.contact-form-contact2 .box-form input{
    border: 2px solid #ebebeb;
    height: 55px;
    font-size: 18px;
    color: #939393;
    padding: 0px 28px;
}
.contact-form-contact2 .box-form textarea{
    height: 320px;
    border: 2px solid #ebebeb;
    font-size: 18px;
    color: #939393;
    padding: 11px 28px; 
}
.contact-form-contact2 .wpcf7-form p{
    margin-bottom: 0px;
}
.contact-form-contact2 .wpcf7-form .wpcf7-submit{
    margin-top: 30px;
    width: 100%
}
.contact-form-contact2 .wpcf7-form p:last-child{
    text-align: center;
}
.contact-form-contact2 .wpcf7-form .ajax-loader{
margin-top: 9px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
    margin: 0px;
}
/*End contact*/

.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;
}
.cart-custom .cart_totals tr td{
    text-align: right;
}
.cart-custom .cart-collaterals{
    padding-left: 30px;
}
.cart-custom .cart-collaterals .cart_totals {
    background: #f9f9f9;
    padding:46px 30px 50px;
    position: relative;
}
.cart-custom .cart_totals >h2{
    margin: 0px;
}
.woocommerce-cart .cart-custom .wc-proceed-to-checkout a.checkout-button{
    margin-bottom: 0px;
    overflow: hidden;
}
.woocommerce-cart .cart-custom .wc-proceed-to-checkout{
   padding-bottom: 0px;
}
.woocommerce .cart-custom table.shop_table{
    margin-bottom: 0px;
}
.cart-custom .cart-collaterals .cart_totals::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;
}
.line-footer-page-cart{
   margin-top: 100px;
}
.woocommerce .checkout-custom .col2-set .col-1, .woocommerce-page .checkout-custom .col2-set .col-1,
.woocommerce .checkout-custom .col2-set .col-2, .woocommerce-page .checkout-custom .col2-set .col-2{
    width: 100%;
}
.checkout-custom >.row> .col-md-5{
    padding-left: 45px;
}
.checkout-custom .order-custom{
    background: #f9f9f9;
    padding:46px 30px 50px;
    position: relative;
    margin-top: 15px;
}
.woocommerce-checkout .order-custom #payment ul.payment_methods,
.woocommerce-checkout .order-custom #payment div.form-row.place-order{
padding: 30px 0px;
}
.woocommerce-checkout .order-custom #payment div.form-row.place-order{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.woocommerce .checkout-custom .order-custom::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;
}
.checkout-custom #order_review_heading{
    margin: 0px;
}
.woocommerce form .form-row-first, 
.woocommerce-page form .form-row-first  {
    width: 50%;
    overflow: visible;
    padding-right: 15px;
}
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-last{
        width: 50%;
    overflow: visible;
    padding-left: 15px;
}
.checkout-custom .col2-set .col-2{
    margin-top: 37px;
}
.item-product-wg .product-thumb{
    width: 80px;
    min-width: 80px;
}
.item-product-wg .product-info{
   width: calc(100% - 80px);
   padding-left: 25px;
}
.item-product-wg .product-price{
    display: inline-block;
    background: #ffbd76;
    padding: 0px 10px;
    margin-top: 12px;
    color: #fff;
        height: 30px;
    line-height: 30px;
}
.item-product-wg .product-info .product-title{
        overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
}
.item-product-wg .product-price .woocommerce-Price-amount{
    color: #fff;
}
.breadcrumb-shop{
    padding: 140px 0px 460px;
    margin-bottom: -430px;
}
iframe{
    width: 100%;
    border: none;
}
.body-shop70 .sidebar-type-style2 .sidebar-left{
    padding-right: 30px;
    border-right: none;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 15px;
}

.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__clear {
margin-right: 10px;
}
.woocommerce form.checkout_coupon  .form-row-last, .woocommerce-page form.checkout_coupon  .form-row-last{
    width: 100%;
    padding: 0px;
}
.woocommerce-form-login .woocommerce-form-login__rememberme{
    margin-top: -7px;
}
 .content-sidebar-right .myaccount_registration_login>.row>.col-lg-offset-3 ,
 .content-sidebar-left .myaccount_registration_login>.row>.col-lg-offset-3 
 {
    margin: 0px;
    width: 100%;
}
.product-popup-content .product-detail-info {
    padding-left: 0px;
}
.product-popup-content .product-title-single {
    line-height: 40px;
    font-size: 36px;
    margin-top: 0px;
}
.product-popup-content.woocommerce div.product form.cart .single_add_to_cart_button {
    font-size: 0px!important;
    padding: 0px 15px!important;
    min-width: 60px!important;

}
.product-popup-content.woocommerce div.product form.cart .single_add_to_cart_button:before{
    margin: 0px;
}
.product-popup-content .style-gallery-horizontal .product-detail-gallery {
    margin-right: 0;
}
.product-popup-content{
    margin: 0px 15px;
}
.fancybox-opened .fancybox-skin{
    background: #fff;
        padding: 30px 15px!important;
}

.table-info-product table,
.table-info-product th,
.table-info-product td{
    border: none;
    padding: 8px 40px 8px 0px;
    font-size: 14px;
}
.table-info-product h3{
    margin-bottom: 17px;
}
.table-info-product .el7up-text-editor{
   padding-left: 60px;
}
.group-slider-home4 .desc{
    font-size: 20px!important;
    line-height: 33px!important;
}
.group-slider-home4 .button-slider4{
    font-size: 18px!important;
}
.blog-list-post-item-style2 .pagi-nav-block{
    text-align: center;
}
.tab-product-home3 .view-all-product{
    display: none;
}
.tab-product-home3 {
    margin-bottom: 105px;
        margin-top: 105px;
}
.tab-product-home3 .el7up-tabs- .header-tab-layout {
    margin-bottom: 90px;
}
.tab-product-home3 .el7up-tabs- .div-title-header {
margin-bottom: 30px;
}

.pagination-number-line .swiper-pagination{
    display: inline-block;
    margin-top: 108px;
    position: relative;
    z-index: 1;
    padding: 0px 73px;
    background: #fff;
}
.pagination-number-line .display-swiper-pagination-number:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    background: #000;
    bottom: 25px;
}
.pagination-number-line .display-swiper-pagination-number{
    text-align: center;
}
.pagination-number-line .display-swiper-pagination-number .el7up-swiper-slider{
   text-align: initial;
}
.banner1-home5{
    margin-top: 115px;
    padding-top: 120px;
        z-index: 1;
}
.banner1-home5:before{
    content: '';
    position: absolute;
    right: 0;
    left: 25%;
    top: 0;
    bottom: 25%;
    background: #f9f9f9;
}
.banner2-home5:before{
    right: 25%;
    left: 0;
}
.banner1-home5 .info{
    padding-right: 40px;
}
.banner2-home5 .info{
    padding-right: 0px;
    padding-left: 40px;
}
.banner1-home5 .info .desc{
    margin-top: 40px;
    margin-bottom: 60px;
}
.text-bg-baner1-home5 .el7up-heading-style1{
    font-size: 150px;
    line-height: 140px;
    color: rgb(0 0 0 / 5%);
    font-style: italic;
    margin-top: -90px;
}
.item-slider-style12{
    background: #fff;
    text-align: center;
    padding: 70px 15px;
    position: relative;
            transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-style12:before{
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border: 2px dashed #ffbc7b;
    opacity: 0;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-slider-style12:hover:before{
    opacity:1;
    left: 15px;
    right: 15px;
    top: 15px;
    bottom: 15px;
}
.item-slider-style12 .image-wrap{
    margin-bottom: 70px;
}
.item-slider-style12 .image-wrap img{
    height: 120px;
    width: auto;
}
.item-slider-style12 .slider-info{
    position: relative;
}
.cate-slider-home5{
    padding-top: 110px;
    padding-bottom: 120px;
    margin-top: 120px;
}
.cate-slider-home5 .el7up-swiper-slider{
    padding-top: 110px;
}
.cate-slider-home5 .el7up-swiper-slider .item-slider-style12:hover{
    margin-top: -25px;
}
.cate-slider-home5 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-nav{
    margin-top: 15px;
}
.product2-home5 .display-swiper-navi-group2 .s7up-swiper-navi{
    position: relative;
}
.product2-home5 .display-swiper-navi-group2 .s7up-swiper-navi:after{
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    right: 50%;
    background: #000;
    top: 50%;
     margin-right: 100px;
}
.product2-home5 .display-swiper-navi-group2 .s7up-swiper-navi:before{
    position: absolute;
    content: '';
    height: 1px;
    right: 0;
    background: #000;
    left: 50%;
    top: 50%;
    margin-left: 100px;
}
.client-home5{
    margin-top: 120px;
    padding-bottom: 120px;
}
.group-banner3-home5{
    padding-top: 120px;
    padding-bottom: 120px;
        margin-bottom: 115px;
}
.s7upe-info-box-style7 .info-box-content{
    padding-left: 80px;
    width: 53%;
}
.s7upe-info-box-style7 .info-box-image{
    width: 47%;
}
.s7upe-info-box-style7 .info-box-content .item-title-e
{
    margin-bottom: 10px;
        margin-top: 55px;
        position: relative;
}
.s7upe-info-box-style7 .info-box-content .item-title-e:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 100px;
    right: 100%;
    top: 23px;
    background: #000;
    margin-right: 30px;
}
.s7upe-info-box-style7 .info-box-content .item-sub-title-e
{
    margin-bottom: 10px;
}

.s7upe-info-box-style7 .info-box-content .item-desc-title-e{
margin-bottom: 40px;
}
.s7upe-info-box-style7{
    position: relative;
        z-index: 1;
}
.s7upe-info-box-style7:before{
    content: '';
    position: absolute;
    bottom: -115px;
    top:50%;
    right: 0;
    left: 12%;
    background: #fff0e1;
    z-index: -1;
}
.nguoc .s7upe-info-box-style7 .info-box-content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    order: 1;
    padding-left: 0px;
    padding-right: 80px;
    text-align: right;
}
.nguoc .s7upe-info-box-style7 .info-box-content .button-div{
    order: 1;
}
.nguoc .s7upe-info-box-style7 .info-box-content .item-desc-title-e {
    order: 2;
}
.nguoc .s7upe-info-box-style7 .info-box-content .item-sub-title-e{
    order: 3;
}
.nguoc .s7upe-info-box-style7 .info-box-content .item-title-e {
    order: 4;
}
.nguoc .s7upe-info-box-style7 .info-box-image{
    order: 2;
}
.nguoc .s7upe-info-box-style7 .flex-wrapper {
align-items: flex-end;
}
.nguoc .s7upe-info-box-style7 .info-box-content .item-title-e:before {
    right: auto;
    left: 100%;
    margin-right: 0px;
    margin-left: 30px;
}

.nguoc .s7upe-info-box-style7 .info-box-content .item-title-e {
    margin-bottom: 55px;
    margin-top: 10px;
}
.nguoc .s7upe-info-box-style7 .info-box-content .item-sub-title-e {
    margin-bottom: 0px;
    margin-top: 10px;
}
.nguoc .s7upe-info-box-style7 .info-box-content .item-desc-title-e {
    margin-bottom:0px;
    margin-top: 60px;
}
.nguoc .s7upe-info-box-style7:before {
    bottom: 40%;
    top: -90px;
    right: 12%;
    left: 0;
}
.group-banner3-home5 .nguoc{
    margin-top: 90px;
}
.group-banner3-home5 .s7upe-info-box-style7{
    margin-right: 45px;
}
.group-banner3-home5 .nguoc .s7upe-info-box-style7{
    margin-right: 0px;
    margin-left: 45px;
}
.blog-home5{
    margin-top: 90px;
}
.blog-home5{
    margin-top: 90px;
}
.blog-home5 .swiper-container{
    margin-bottom: -15px;
}
.instagram-home5 .title .el7up-heading-style1{
    writing-mode: vertical-lr;
}
.instagram-home5 .el7up-instagram{
padding-right: 150px;
    margin-left: -130px;    padding-top: 70px;
    padding-bottom: 70px;
        padding-top: 120px;
    padding-bottom: 120px;
}
.instagram-home5 {
    margin-top: 135px;
        margin-bottom: 200px;
}
.instagram-home5 .text-bg-baner1-home5 .el7up-heading-style1{
    position: absolute;
    bottom: -88px;
    z-index: -1;
}
.main-footer5 {
    margin-top: -10px;
        padding-bottom:105px;
}
.main-footer5 .col-info-footer .desc-info .el7up-text-editor{
    margin-bottom: 40px;
}
.main-footer5 .copyright{
    margin-top: 80px;
}
.main-footer5 .social{
    text-align: center;
    position: relative;
    padding: 50px 0px;
        margin-top: 28px;
}
.main-footer5 .social:before{
    content: 'Social';
    font-size: 150px;
    color: rgb(0 0 0 / 5%);
    font-family: "Playfair Display", Sans-serif;
    font-weight: 900;
    font-style: italic;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    z-index: -1;
    letter-spacing: 10px;
}
.main-footer5 .scroll-top-footer i{
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    border: 1px solid #d2d2d2;
    border-radius: 50%;

}
.main-footer5 .title-link-footer .el7up-heading-7up {
    margin-bottom: 65px;
}
.blog-home4 .list-col-item{
    margin-bottom: 30px;
}
.blog-home4 .list-col-item:nth-child(2){
    margin-top: 60px;
}
.blog-home4 .list-col-item:nth-child(3){
    margin-top: 30px;
}
.item-grid-post-style5 .item-post{
    position: relative;
}
.item-grid-post-style5 .meta-post-style1 .meta-item .split{
 background: #000000;
}

.item-grid-post-style5 .post-info{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255 188 123 / 90%);
    z-index: 2;
    opacity: 0;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-post-style5:hover .post-info{
    opacity:1;
}
.item-grid-post-style5 .post-info .post-info2{
    padding: 0px 40px;
}
.item-grid-post-style5 .post-info .post-info2 a:hover{
    color: #000;
}
.item-grid-post-style5 .post-info .meta-post-style1 i{
    display: none;
}
.item-grid-post-style5 .post-info .post-title{
    line-height: 50px;
    font-style: italic;
        margin-bottom: 10px;
}
.item-grid-post-style5 .post-info .desc {
    margin-top: 15px;
}
.item-grid-post-style5 .post-info .desc:after{
    content: '';
    height: 1px;
    width: 50px;
    background: #000;
    display: block;
    margin-top: 35px;
}
.blog-home4{
    margin-top: 95px;
}
.blog-home4 .el7up-bt-custom{
    margin-top: 60px;
    margin-bottom: 90px;
    display: inline-block;
}

.main-footer4{
    padding-top: 110px;
}
.main-footer4 .elementor-widget-s7upf_list_link{
    z-index: 1;

}
.main-footer4 .social:before{
    color: #3c3c3c;
}
.brand-home4 {
    margin-bottom: 110px;
}
.brand-home4 .el7up-wrapper-slider-:before{
    content: '';
    height: 5px;
    width: 100%;
    background: #84d8d0;
    top: 0;
    position: absolute;
}
.brand-home4 .el7up-wrapper-slider-:after{
    content: '';
    height: 100px;
    width: 5px;
    background: #84d8d0;
    right: 0;
    top: 0;
    position: absolute;
}
.brand-home4 .el7up-wrapper-slider{
    padding-top: 100px;
}
.baner-slider-home6{
    margin-top: -130px;
}
.group-banner1-home6{
    margin-top: 100px;
}
.product1-home6 .el7up-bt-style2-center{
    margin-top: 70px;
}
.banner2-home6{
    padding-top: 165px;
    padding-bottom: 165px;
}
.banner2-home6 .title{
    padding-bottom: 12px;
}
.s7upe-info-box-style5 .clock{
    height: 70px;
    line-height: 60px;
    text-align: center;
    width: 70px;
    position: relative;
    margin:0px 24px;
    font-size: 28px;
}
.s7upe-info-box-style5 .s7up-countdown{
    margin:0px -24px;
}
.s7upe-info-box-style5 .clock:before{
    content: '';
    border: 3px solid #000;
    position: absolute;
    left: 0;
    right:0;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);

}/*
.s7upe-info-box-style5 .clock:hover:before{
    border-color: #ffbc7b;
    background: #ffbc7b;
    z-index: 0;
}
.s7upe-info-box-style5 .clock:hover{
    color: #fff;
    z-index: 1;
}*/
.s7upe-info-box-style5{
    position: relative;
    text-align: center;
    z-index: 1;
}
.s7upe-info-box-style5:before{
    content: '';
    height: 2px;
    left: 0;
    right: 0;
    top:50%;
    background: #000;
    position: absolute;
        z-index: -1;
}
.s7upe-info-box-style5 >div{
    display: inline-block;
    background: #fff;
    padding: 0px 40px;
}
.countdown-home6 .desc .el7up-heading-style1{
    margin-top: 60px;
    margin-bottom: 85px;
}

.countdown-home6{
       margin-top: -220px;
}
.s7upe-info-box-style9 .item-sub-title-e {
    position: absolute;
    left: 0;
    top: 0;
    color: #f0f0f0;
        z-index: -1;
    font-style: italic;
}
.s7upe-info-box-style9{
    position: relative;
    padding-left: 80px;
    padding-top: 40px;
}
.s7upe-info-box-style9 .item-title-e{
    margin-bottom: 25px;
}
.s7upe-info-box-style9 .item-desc-title-e{
    color: #8a8a8a;
    font-style: italic;
    margin-bottom: 40px;
    line-height: 44px;
}
.s7upe-info-box-style9 .item-name-title-e{
    margin-left: 40px;
    color: #84d8d0;
    font-weight: 700;
    font-style: italic;
}
.sevice-home6{
    margin-top: 135px;
}
.video-home6{
    margin-top: 120px;
}
.banner3-home6 .title,
.banner4-home6 .title
{
    margin-bottom: 17px;
}
.banner3-home6 .title2,
.banner4-home6 .title2
{
    margin-bottom: 30px;
}
.banner4-home6
{
    margin-top: 30px;
        margin-bottom: 80px;
}
.banner3-home9
{
    margin-top: 80px;
}
.item-grid-post-style6 .post-thumb .overlay img,
.item-grid-post-style6 .post-thumb-info img
{
    width: 100%;
}
.item-grid-post-style6 .item-post{
    position: relative;
    border: 15px solid transparent;
     transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-post-style6:hover .item-post{
    border-color: #fcc38c
}
.box-hover-dir .overlay {
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease-out 0s !important;
    -webkit-transition: all 0.5s ease-out 0s !important;
    opacity: 0;
    z-index: -1;
}
.item-grid-post-style6:hover .box-hover-dir  .overlay {
    opacity: 1;
    z-index: 1;
}
.item-grid-post-style6 .post-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}
.item-grid-post-style6 .desc  {
    margin-top: 15px;
}
.item-grid-post-style6 .date,
.item-grid-post-style6 .date .day,
.item-grid-post-style6 .date .th{
    display: block;
}
.item-grid-post-style6 .date .day{
line-height: 70px;
    margin-bottom: 10px;
}
.item-grid-post-style6 .post-title{
    margin-top: 30px;
    line-height: 40px;
}
.item-grid-post-style6 .meta-post-style1{
    margin-top: 15px;
}
.item-grid-post-style6 .post-info2:after{
    content: '';
    width: 30px;
    height: 1px;
    background: #000;
    display: inline-block;
    margin-top: 50px;
}
.item-grid-post-style6 .post-info2{
    padding: 0px 15px;
}
.item-grid-post-style6 .post-thumb-info img{
    opacity: 0;
}
.item-grid-post-style6 .post-info2 div{
    
    display: initial!important;
}
.item-grid-post-style6.active .overlay{
    left: 0px!important;
    top: 0!important;
    transition: all 300ms ease 0s;
    display: block!important;
    opacity: 1!important;
    z-index: 1!important;
}
.item-grid-post-style6.active .item-post{
    border-color: #fcc38c;
}
.blog-home6 {
    margin-top: 100px;
}
.blog-home6 .el7up-posts-wrap{
    margin-top: 90px;
}
.brand-home6 .el7up-wrapper-slider{
    padding: 100px 0px;
    padding-right: 300px;
}
.brand-home6 .el7up-wrapper-slider:before{
    content: '';
    background: #f7f7f7;
    position: absolute;
    width: 100vw;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.brand-home6 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
    right: 100px;
}
.brand-home6 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev{
    display: none;
}
.brand-home6 .item-slider- .img-wrap{
    display: inline-block;
    height: 222px;
    width: 100%;
    line-height: 222px;
         transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.brand-home6 .item-slider-:hover .img-wrap{
    background: #fff;
}
.brand-home6 {
    margin-top: 120px;
    margin-bottom: 120px;
}
.number-pagination {
    font-size: 100px;
    font-family: "Playfair Display";
    font-style: italic;
    display: flex;
}
.number-pagination .number{
    font-size:70px;
    margin-top: -40px;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}
.number-pagination .number:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background: #ffbc7b;
    right: -5px;
    top: 10px;
    transform: rotate(35deg);
}
.banner-slider-home7{
    margin-top: -130px;
}
.main-header11 .s7upf-menu-toggler .text-menu{
    margin-left: 5px;
}
.main-header11 .col-menu .elementor-widget-s7upf-menu{
    margin-left: -80px;
}
.banner1-home7 .title1 {
    margin-bottom: 70px;
}
.group-banner123-home7 .el7up-banner-info-wrap{
    margin-top: 30px;
}
.tab-product-home7 .el7up-tabs- .header-tab-layout {
    margin-bottom: 95px;
}
.tab-product-home7 .el7up-bt-style2-center {
    margin-top: 75px;
}
.banner4-home7{
    padding-top: 100px;
    padding-bottom: 110px;
    margin-top: 120px;
}
.banner4-home7 .title1 .el7up-heading-style1{
        margin-bottom: 30px
}

.banner4-home7 .title2 .el7up-heading-style1{
    margin-bottom: 30px;
}
.banner5-home7 .title1 .el7up-heading-style1{
    margin-bottom: 45px;
    margin-top: 15px;
}
.banner5-home7{
    padding-top: 100px;
    padding-bottom: 110px;
}
.banner5-home7 .s7upe-info-box-style5:before{
    display: none;
}
.banner5-home7 .s7upe-info-box-style5 >div{
    background: transparent;
    margin-bottom: 40px;
}
.banner5-home7 .s7upe-info-box-style5 .clock{
    z-index: 1
}
.banner5-home7 .s7upe-info-box-style5 .clock:before{
    background: #fff;
    z-index: -1;
    border-color: transparent;
}
.banner5-home7 .s7upe-info-box-style5 .clock:nth-child(2):before,
.banner5-home7 .s7upe-info-box-style5 .clock:hover:before
{
    border-color: #84d8d0;
}
.banner6-home7 .title2{
    position: relative;
    margin-top: 40px;
    display: inline-block;
    margin-bottom: 10px;
}
.banner6-home7 .title2:before{
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    right: 100%;
    margin-right: 10px;
    font-size: 20px;
}
.banner-product2-home7{
        margin-bottom: 45px;
}
.client-home7 .el7up-wrapper-slider-style9 .el7up-swiper-slider {
    margin-top: -15px;
}
.client-home7 .el7up-wrapper-slider-style9 .el7up-swiper-slider .item-title {
    margin-top: 19px;
}
.client-home7 {
    padding-top: 100px;
    padding-bottom: 170px;
    margin-top: 110px;
}
.client-home7 .col-client{
    background: #fff;
        padding: 40px 0px 60px;
        position: relative;
}
.client-home7 .col-client:before{
    content: '';
    clip-path: polygon(0 0, 0 100%, 100% 0);
    height: 40px;
    width: 40px;
    position: absolute;
    top: 100%;
    background: #fff;
}
.client-home7 .el7up-wrapper-slider-style9 .item-slider-style9 {
    max-width: 890px;
}
.client-home7 .display-swiper-pagination-style1 .swiper-pagination{
    position: absolute;
    bottom: -140px;
    left: 0;
    right: 0;
}
.client-home7 .display-swiper-pagination-style1 .swiper-pagination-bullet-active{
    border-color: #84d8d0;
}
.category-home7 .el7up-banner-info-wrap .info-banner2{
    opacity: 0;
    margin-top: 100px;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.category-home7 .el7up-banner-info-wrap:hover .info-banner2{
    opacity: 1;
    margin-top: 0px;
}
.category-home7 .el7up-banner-info-wrap .adv-thumb-link:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    background: #000;
    opacity: 0;
}
.category-home7 .el7up-banner-info-wrap:hover .adv-thumb-link:before{
    opacity: 0.6;
       transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.bt-all-category-home7{
    margin-top: 90px;
    margin-bottom: 90px;

}
.bt-all-category-home7:before{
    content: 'All Categories';
    font-size: 150px;
    color: #000;
    opacity: 0.05;
    position: absolute;
    top: -20px;
    font-family: "Playfair Display", Sans-serif;
    font-weight: 700;
    text-transform: initial;
    width: 100%;
    text-align: center;

}
.instagram-home7 .img-wrap:after{
    content: "\f16d";
    font-family: 'Line Awesome Brands';
    font-size: 100px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 30px;
    opacity: 0;
    z-index: 1;
}
.instagram-home7 .img-wrap{
    display: block;
}
.instagram-home7{
    margin-top: 50px;
    margin-bottom: 120px;
}
.item-instagram- a:before {
    background: rgb(0 0 0 / 30%);
}
.item-instagram-:hover a:before {
    opacity: 1
}
.item-instagram-:hover .img-wrap:after {
    opacity: 1
}
.sevice-home7 .s7upe-info-box-style8:hover{
    background: transparent;
}
.sevice-home7{
    margin-top: 45px;
}
.banner-slider-home8{
    margin-top: -130px;
}
.banner-slider-home8 .custom .tp-bullet{
    transform: rotate(45deg);
}
.banner-slider-home8 .custom .tp-bullet:hover, .banner-slider-home8 .custom .tp-bullet.selected {
    background: #ffbc7b;
}
.item-grid-product-style5 .wishlist-link{
    font-size: 30px;
    position: absolute;
    top: 30px;
    right: 30px;
}
.item-grid-product-style5 .compare-link{
    font-size: 30px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.item-grid-product-style5 .product-info{
    padding: 40px 0px 20px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style5:hover .product-info{
    background: #fff;
}
.addcart-link-style5{
    background: #84d8d0!important;
    width: 100%;
    font-family: 'Raleway';
    text-transform: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.addcart-link-style5 span{
    order: 2;
}
.addcart-link-style5 i{
font-size: 36px;
    margin-right: 20px;
}
.item-grid-product-style5 .product-title{
    margin-bottom: 30px;
}
.item-grid-product-style5 .woocommerce-Price-amount{
    font-size: 24px;
    font-family: 'Raleway';
    font-weight: 600;
}
.item-grid-product-style5 .addcart-link-style5{
    opacity: 0;
    position: absolute;
    bottom:-60px;
    left: 0;
    right: 0;
}
.item-grid-product-style5:hover .addcart-link-style5{
    bottom:0px;
    opacity: 1;
}
.item-grid-product-style5 .product-info2{
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style5{
  transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style5:hover{
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.07);
        z-index: 1;
}
.item-grid-product-style5:hover .product-thumb-link::before{
    opacity: 0.2;
}
.product-home8 .item-grid-product-style5 .item-product{
    border: 1px solid #e8e8e8;
        margin: -0.5px;
}
.product-home8 .el7up-bt-style2-center{

    margin-top: 50px;
}
.product-home8 .el7up-swiper-slider{
    padding: 20px 0px;
}
.box-product-tab-home8{
    margin-top: 110px;
}
.box-product-tab-home8 .el7up-tabs- .header-tab-layout{
    margin-bottom: 72px;
}
.s7upe-info-box-style11 .info{
    width: 100%;
    justify-content: space-between;
    height: 90px;
    padding: 0px 50px;
    background: #fff;
}
.s7upe-info-box-style11:hover{
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.07);
}
.s7upe-info-box-style11{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.s7upe-info-box-style11 .image img{
    width: 100%;
}
.the-day-home6{
    margin-top: 60px;
}
.video-home6 .elementor-widget-container,
.video-home6 .elementor-video,
.video-home6 .elementor-custom-embed-image-overlay{
    max-height: 550px;
}
.cate-home7 .el7up-banner-info-el7up-bndf .el7up-banner-info{
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.cate-home7 .el7up-banner-info-el7up-bndf:hover .el7up-banner-info{
    opacity: 1;
}
.cate-home7 .el7up-banner-info-el7up-bndf .adv-thumb-link:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgb(0 0 0 / 40%);
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.cate-home7 .el7up-banner-info-el7up-bndf:hover .adv-thumb-link:before{
    opacity:1;
}
.list-cate-home8{
    
}
.title-list-cate-home8 .elementor-widget-container{
    margin-top: 130px;
    padding-top: 90px;
    padding-bottom: 580px;
    margin-bottom: -480px;
}

.line-swiper-navi-group2 .display-swiper-navi-group2 .s7up-swiper-navi{
    position: relative;
}
.line-swiper-navi-group2 .display-swiper-navi-group2 .s7up-swiper-navi:after{
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    right: 50%;
    background: #000;
    top: 50%;
     margin-right: 100px;
}
.line-swiper-navi-group2 .display-swiper-navi-group2 .s7up-swiper-navi:before{
    position: absolute;
    content: '';
    height: 1px;
    right: 0;
    background: #000;
    left: 50%;
    top: 50%;
    margin-left: 100px;
}

.list-cate-home8.line-swiper-navi-group2 .display-swiper-navi-group2 .s7up-swiper-navi:after{
    left: 100px;
}
.list-cate-home8.line-swiper-navi-group2 .display-swiper-navi-group2 .s7up-swiper-navi:before{
    right: 100px;
}
.list-cate-home8 .display-swiper-navi-group2 .s7up-swiper-navi {
    margin-top: 130px;
}
.list-cate-home8 .s7upe-info-box-style11{
    margin-bottom: 30px;
}
.banner1-home8 .title2{
    margin-top: 20px;
    margin-bottom: 28px;
}
.banner1-home8 .title3{
  margin-bottom: 30px;
}
.banner1-home8 .info-banner2{
  opacity: 0;
  transform: scale(0.5);
      transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.banner1-home8:hover .info-banner2{
  opacity:1;
  transform: scale(1);
}
.group-banner12-home8{
    margin-top: 120px;
}
.title-top-collegtion{
    margin-top: 60px;
    margin-bottom: 60px;
}
.title-top-collegtion .el7up-heading-style1{
    margin-right: -160px;
}
.blog-home8 .item-grid-post- .item-post{
    border: 1px solid #e8e8e8;
    padding: 40px;
    padding-bottom: 60px;
    margin-right: -1px;
          transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.blog-home8 .item-grid-post-:hover .item-post{
        box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.07);
}
.blog-home8 .el7up-swiper-slider{
    padding-right: 1px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.title-blog-home8{
    margin-bottom: 20px;
        margin-top: 90px;
}
.title-blog-home8 .el7up-heading-style1 {
    margin-right: -160px;
}
.blog-home8 .elementor-widget-s7upf-button{
    margin-top: 30px;
}
.blog-home8 {
    margin-bottom: 130px;
}
.client-home8 .title1{
    margin-bottom: 50px!important;
    position: relative;
}
.client-home8 .desc{
     margin-bottom: 35px!important;
}
.client-home8 .title2{
    margin-top: 25px;
}
.slider-client-home8 .client-home8:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 120px;
    top: 0;
    background: #f8f8f8;
}
.slider-client-home8 .client-home8{
    padding-top: 140px;
}
.slider-client-home8 .swiper-pagination {
    margin-top: 60px;
}
.slider-client-home8 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
    left: 60px;
}
.slider-client-home8 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
    right: 60px;
}
.slider-client-home8 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-nav{
    margin-top: -160px;
}
.slider-client-home8 .swiper-slide .title1:before{
    content: '01';
    position: absolute;
    font-size: 150px;
    font-family: 'Playfair Display';
    font-style: italic;
    top: -27px;
    left: 0;
    right: 0;
    opacity: 0.1;
}
.slider-client-home8 .swiper-slide:nth-child(1) .title1:before{
    content: '01';
}
.slider-client-home8 .swiper-slide:nth-child(2) .title1:before{
    content: '02';
}
.slider-client-home8 .swiper-slide:nth-child(3) .title1:before{
    content: '03';
}
.slider-client-home8 .swiper-slide:nth-child(4) .title1:before{
    content: '04';
}
.slider-client-home8 .swiper-slide:nth-child(5) .title1:before{
    content: '05';
}
.slider-client-home8 .swiper-slide:nth-child(6) .title1:before{
    content: '06';
}
.slider-client-home8 .swiper-slide:nth-child(7) .title1:before{
    content: '07';
}
.slider-client-home8 .swiper-slide:nth-child(8) .title1:before{
    content: '08';
}
.banner3-home8 .title{
    margin-bottom: 50px!important;
}
.banner3-home8 .title span{
    background: #ffbc7b;
    padding: 0px 10px 4px;
}
.banner3-home8 .desc{
    position: relative;
        margin-bottom: 50px!important;
}
.banner3-home8 .desc span{
  position: absolute;
    display: inline-block;
    top: 0;
    font-size: 150px;
    font-style: italic;
    left: -20px;
    right: -20px;
    color: #0000000d;
    z-index: -1;
}
.banner3-home8{
    padding-top: 80px;
    padding-left: 80px;
    padding-right: 80px;
    border: 5px solid #f5f5f5;  
}
.slider-banner3-home8 .swiper-slide-active .banner3-home8{
    border-color: #81d8d0;  
}
.slider-banner3-home8 .swiper-container{
    overflow: inherit;
}
.slider-banner3-home8{
    margin-top: 120px;
    margin-bottom:120px;
}
.slider-banner3-home8 .image .elementor-widget-container{
    margin-bottom: -100px;
    display: inline-block;
    background: #fff;
    padding: 0px 60px;
}
.banner-slider-home9 .item-slider-home9 .el7up-banner-info{
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.banner-slider-home9 .item-slider-home9:hover .el7up-banner-info{
    opacity: 0;
}
.banner-slider-home9 .item-slider-home9 .el7up-banner-info-thumb .adv-thumb-link:before{
    content: "\f061";
    font-size: 100px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 40px;
    opacity: 0;
}
.banner-slider-home9 .item-slider-home9:hover .el7up-banner-info-thumb .adv-thumb-link:before{
    opacity: 1;
}
.item-slider-home9 .title2{
    margin-top: 20px;
    position: relative;
}
.item-slider-home9 .title2:after {
    content: '';
    height: 14px;
    width: 12px;
    position: absolute;
    background-image: url(./images/icon/icon_button.png);
    background-repeat: no-repeat;
    bottom: -19px;
    left: 0;
}
.item-slider-home9 .title2:before {
    content: '';
    height: 2px;
    position: absolute;
    background: #000;
    bottom: -13px;
    left: 25px;
     right: 60%;
}
.banner-slider-home9{
    margin-top: -130px;
    margin-bottom: 200px;
}
.banner-slider-home9 .display-swiper-pagination-style3 .swiper-pagination {
    margin-top: 80px;
}
.main-header12{
    z-index: 12;
}
.banner1-home9 .title1{
    position: absolute;
    left: 60px;
    bottom: 70px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 36px;
}
.banner1-home9 .title1:before{
    position: absolute;
    width: 115px;
    height: 115px;
    left: -30px;
    bottom: -40px;
    content: '';
    background: #fff;
    z-index: -1;
}
.banner1-home9 .title2{
    position: absolute;
    right: 70px;
    top: 80px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 50px;
}
.banner2-home9 .title1{
    position: absolute;
    left: 60px;
    top: 60px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 36px;
}
.banner2-home9 .title1:before{
    position: absolute;
    width: 115px;
    height: 115px;
    left: -30px;
    top: -30px;
    content: '';
    background: #fff;
    z-index: -1;
}
.banner2-home9 .title2{
    position: absolute;
    right: 70px;
    bottom: 80px;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 50px;
}
.item-grid-product-style6 .wishlist-link{
    position: absolute;
    top: 30px;
    color: #d3d3d3;
    font-size: 30px;
    left: 40px;
    z-index: 1;
}

.item-grid-product-style6 .compare-link{
    position: absolute;
    top: 30px;
    color: #d3d3d3;
    font-size: 30px;
    right: 40px;
    z-index: 1;
}
.item-grid-product-style6 .wishlist-link:hover,
.item-grid-product-style6 .compare-link:hover{
    color: #ffbd76;
}
.item-grid-product-style6 .product-price{
    background: #fff;
    position: absolute;
    display: inline-block;
    bottom: 40px;
    left: 40px;
    height: 65px;
    line-height: 65px;
    padding: 0px 30px;
    font-size: 24px;
    font-weight: 700;
     transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style6:hover .product-price{
    opacity: 0;
    bottom: 120px;
}

.item-grid-product-style6 .woocommerce-Price-amount {
    font-family: 'Raleway';
}
.item-grid-product-style6 .addcart-link{
    position: absolute;
    bottom: 0px;
    height: 65px;
    left: 40px;
    right: 40px;
    width: auto;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.07);
    background: #fff!important;
        color: #000;
    justify-content: space-between;
    opacity: 0;
}
.item-grid-product-style6:hover .addcart-link{
    bottom: 40px;
    opacity: 1;
}
.item-grid-product-style6 .product-title{
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
}
.item-grid-product-style6 .product-info{
    padding: 35px 40px 0px;
}
.item-grid-product-style6 .addcart-link-style5 span {
    order: 0;
    font-size: 18px;
    font-weight: 500;
}
.item-grid-product-style6 .addcart-link-style5 i {
    margin-right: 0px;
}
.item-slider-style13 .img-wrap img{
  border-radius: 50%;
    width: 220px;
    border:20px solid #fff;
}
.item-slider-style13 .slider-info{
    padding-left: 50px;
}
.item-slider-style13 .item-title{
    margin-bottom: 20px;
}
.item-slider-style13 .item-content p:last-child{
    margin-bottom: 0;
}
.item-slider-style13 .item-content{
    margin-bottom: 20px;
    color: #8a8a8a;
}
.item-slider-style13 .item-desc{
    color: #84d8d0;
}
.item-slider-style13 .image-wrap{
width: 240px;
    min-width: 240px;
}
.el7up-wrapper-slider-style13{
    padding: 120px 220px;
    padding-bottom: 135px;
    background: #f8f8f8;
}

.el7up-wrapper-slider-style13 .s7up-swiper-navi .swiper-button-next {
    right: 50px;
}
.el7up-wrapper-slider-style13 .s7up-swiper-navi .swiper-button-prev {
    left: 50px;
}
.el7up-wrapper-slider-style13.display-swiper-pagination-style3 .swiper-pagination {
    right: 0;
    right: 0;
}
.banner3-home9 .title2 .text-css-e,
.banner4-home9 .title2 .text-css-e
{
    margin-top: 30px;
    margin-bottom: 20px;
}
.banner3-home9 .title3 .text-css-e,
.banner4-home9 .title3 .text-css-e
{
    margin-bottom: 30px;
}
.sevice-home9{
    margin-top: 120px;
}
.sevice-home9{
    margin-top: 120px;
}
.sevice-home9 .s7upe-info-box-style8 .flex-wrapper{
    padding: 30px 45px 35px;
    border-right: 1px solid #fff;
}
/*.sevice-home9 .s7upe-info-box-style8 {
    padding: 30px 0px;
}*/
.sevice-home9 .elementor-column:last-child .s7upe-info-box-style8 .flex-wrapper{
    border-right: none;
}
.sevice-home9 .s7upe-info-box-style8:hover{
    background:transparent;
}
.sevice-home9 .item-desc-title-e{
    color: #fff;
}
.line-sevice-home9 .elementor-column{
    border-right: 1px solid #fff;
     margin: 70px 0px;
}
.line-sevice-home9 .elementor-column:last-child{
    border-right: none;

}
.product-tab-home9{
    padding-top: 65px;
    margin-top: -180px;
}
.product-tab-home9 .el7up-tabs- .header-tab-layout {
    margin-bottom: 75px;
}
.mailchimp-home9{
    padding-top: 115px;
    padding-bottom: 115px;
    margin-top: 110px;
}
.mailchimp-home9 .el7up-mailchimp-default form{
    background: #fff;
    border: none;
    padding: 0px 30px;
        max-width: 900px;
}
.brand-home9 .el7up-wrapper-slider-:before,
.brand-home9 .el7up-wrapper-slider-:after{
    display: none;
}
.item-slider-home10 .title2 {
    margin-top: 30px;
    margin-bottom: 35px;
}
.item-slider-home10 .title3 {
    margin-bottom: 45px;
}
.banner-slider-home10 .swiper-container{
overflow: inherit;
}
.banner-slider-home10 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
    right: -115px;
    box-shadow: none;
}
.banner-slider-home10 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
    left: -115px;
    box-shadow: none;
}
.banner-slider-home10 .swiper-pagination{
    width: 100%;
    margin-top: 83px;
}
.banner-slider-home10 {
    margin-bottom: 230px;
}
.client-home10 .title1{
    color: #fff;
    font-size: 28px;
    margin: 0px;
    margin-bottom: 30px;
}
.client-home10 .title2{
    color: #787878;
    font-size: 20px;
    line-height: 33px;
        margin: 0px;
    margin-bottom: 35px;
}

.client-home10 .swiper-slide{
    padding-top: 30px;
    padding-bottom:30px;
    padding-left: 120px;
    padding-right: 120px;
}
.client-home10 .swiper-slide.swiper-slide-active{
    border-right: 1px solid #e9f9f81a;
}
.client-home10 {
    padding-top: 100px;
    padding-bottom:100px;
}
.client-home10 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
    right: 0;
    background: rgb(255 255 255 / 10%);
    color: #fff;
}
.client-home10 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
    left: 0px;
    background: rgb(255 255 255 / 10%);
    color: #fff;
}
.banner1-product-home10 .title1 .el7up-heading-7up,
.banner2-product-home10 .title1 .el7up-heading-7up
{
    margin-bottom: 40px;
}
.banner1-product-home10 .title2 .el7up-heading-7up,
.banner2-product-home10 .title2 .el7up-heading-7up
{
    margin-bottom: 25px;
}
.banner1-product-home10 .title3 .el7up-heading-7up,
.banner2-product-home10 .title3 .el7up-heading-7up
{
    margin-bottom: 30px;
}
.banner1-product-home10 .col-info{
    padding-left: 75px;
}
.banner2-product-home10 .col-info{
    padding-right: 75px;
}
.banner1-product-home10 .col-info:before{
    content: '';
    width: 540px;
    height: 540px;
    background: #e9f9f8;
    position: absolute;
    right: -250px;
    top: 50%;
    margin-top: -265px;

}
.banner1-product-home10 .col-info:after{
    content: 'A';
    font-size: 250px;
    position: absolute;
    color: #000;
    opacity: 0.1;
    font-family: 'Playfair Display';
    font-weight: 700;
    top: 50%;
    margin-top: -40px;
    left: -100px;
    font-style: italic;
}
.banner1-product-home10 .col-product,
.banner2-product-home10 .col-product
{
    padding-bottom: 180px;
    padding-top: 180px;
}

.banner2-product-home10 .col-info:before{
    content: '';
    width: 540px;
    height: 540px;
    background: #fef6e7;
    position: absolute;
    left: -250px;
    top: 50%;
    margin-top: -265px;
}
.banner2-product-home10 .col-info:after{
    content: 'B';
    font-size: 250px;
    position: absolute;
    color: #000;
    opacity: 0.1;
    font-family: 'Playfair Display';
    font-weight: 700;
    top: 50%;
    margin-top: -40px;
    right: -100px;
    font-style: italic;
}
.banner2-product-home10 {
    margin-top: -150px;
}
.tab-product-home10 .el7up-tabs- .header-tab-layout {
    margin-bottom: 95px;
}
.tab-product-home10 .display-swiper-pagination-number .swiper-pagination {
   margin-top: 92px;
}
.banner1-home10 .info-banner2{
    display: flex;
    align-items: center;
    margin-left: -440px;
}
.banner1-home10 .title1 {
    position: relative;
    line-height: 50px;
}
.banner1-home10 .title1:before{
    position: absolute;
    content: '';
    background: #fff;
    height: 110px;
    width: 110px;
    left: -30px;
    top: -30px;
    z-index: -1;
}
.banner1-home10 {
       margin-top: 100px;
}
.banner1-home10 .el7up-text-item{
   margin-right: 80px;
}
.banner1-home10 .el7up-text-item:last-child{
   margin-right: 0px;
}
.banner1-home10 .title2{
    max-width: 170px;
    line-height: 40px;
}
.banner1-home10 .el7up-bt-style2{
    margin-top: 30px;
}
.banner2-home10 .s7upe-info-box-style5 .s7up-countdown{
    position: relative;
}
.banner2-home10 .s7upe-info-box-style5 .s7up-countdown .hour{
    position: absolute;
    left: 60px;
    top: 60px;
}
.banner2-home10 .s7upe-info-box-style5 .s7up-countdown .min{
    position: absolute;
    left: 0px;
    top: 120px;
}
.banner2-home10 .s7upe-info-box-style5 .s7up-countdown .sec{
    position: absolute;
    left: -60px;
    top: 60px;
}
.banner2-home10 .s7upe-info-box-style5:before{
    display: none;
}

.banner2-home10 .s7upe-info-box-style5 >div{
    background: transparent;
}
.banner2-home10 .s7upe-info-box-style5 .clock:before{
    background: #fff;
    z-index: -1;
}
.banner2-home10{
    padding-top: 120px;
    padding-bottom: 120px;
}
.banner2-home10 .s7upe-info-box-style5{
    margin-top: -90px;
}
.banner2-home10 .title2 .text-css-e {
    margin-bottom: 35px;
}
.banner2-home10 .title1 .el7up-heading-style1{
      position: relative;
    z-index: 1;
}
.banner2-home10 .title1 .el7up-heading-style1:before{
      position: absolute;
    content: '';
    background: #fff;
    height: 110px;
    width: 110px;
    right: -30px;
    top: -30px;
    z-index: -1;
}
.banner2-home10{
        margin-top: 30px;
}
.instagram-home10 .swiper-container{
    overflow: inherit;
    margin-top: 120px;
}
.instagram-home10{
    background: #f8f8f8;
    padding-top: 117px;
    padding-bottom: 70px;
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 120px;
}
.instagram-home10 .sub-title-style4 {
    top: 116px;
    font-weight: 700;
    font-family: 'Playfair Display';
    text-transform: capitalize;
}
.instagram-home10 .display-swiper-pagination-style1 .swiper-pagination {
    margin-top: 75px;
}
.item-list-post-style5 .post-info{
    padding-left: 100px;
    padding-right: 100px;
    border-right: 1px solid #e5e5e5;
    max-width: 1220px;
}
.item-list-post-style5 .post-title{
    margin-bottom: 30px;
}
.item-list-post-style5 .desc{
  margin-bottom: 10px;
}
.item-list-post-style5 .readmore-wrap{
  padding-left: 70px;
}
.item-list-post-style5 {
  margin-bottom:70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #e5e5e5;
}
.s7upf-col-12:last-child>.item-list-post-style5{
  margin-bottom:0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.blog-home10 .blog-list-post-item-style5{
    margin-bottom: 70px;
}
.blog-home10 {
        margin-bottom: 130px;
}
.footer-home10 .col-logo .logo-style-text,
.footer-home10 .col-link .list-link-footer10
{
    padding-top: 110px;
    margin-bottom: 40px;
}
.footer-home10 .col-logo .desc .text-css-e{
    margin-bottom: 60px;
}
.footer-home10 .col-logo .el7up-list-link-icon{
    margin-bottom: 60px;
}
.footer-home10 .col-logo .coppyright-footer10{
    border-top: 1px solid #545454;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-home10 .col-link .link-ngang{
       margin-top: 62px;
}
.footer-home10 .title-link-footer .el7up-heading-7up {
    margin-bottom: 60px;
}
.bg-header12{
    margin-top: -130px;
}
.main-header13.fixed-header{
    background: #000;
}
.main-header13 .el7up-search-icon .search-icon-popup {
    background: transparent;
    color: #fff;
}
.main-header13 .el7up-mini-cart-style1 .mini-cart-icon {
    font-size: 31px;
}
.main-header13 .el7up-mini-cart-style1 .mini-cart-link{
    color: #fff;
}
.banner-slider-home11 .content-slider-custom{
    position: absolute;
    top: 0px;
    bottom: 0;
    height: 300px;
    margin: auto;
    margin-left: 120px;
        font-family: "Playfair Display", Sans-serif;
}
.banner-slider-home11 .title1{
    font-size: 24px;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.banner-slider-home11 .title2{
    font-size: 70px;
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.banner-slider-home11 .title3{
    font-size: 22px;
    font-weight: 400;
    opacity: 0.6;
    max-width: 700px;
    margin: 0px;
    margin-bottom: 35px;
    line-height: 33px;
}
.banner-slider-home11 {
    margin-top: -500px;
}
.banner-slider-home11 .swiper-pagination{
    left: 0;
    right: 0;
    bottom: 50px;
}

.tab-product-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev{
    left: 0;
    top: 40px;
    width: 20%;
    height: 50%;
    box-shadow: none;
    opacity: 1;
}
.tab-product-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next{
    right: 0;
    bottom: 0;
    width: 20%;
    height: 50%;
    box-shadow: none;
    top: auto;
     opacity: 1;
}
.item-testimonial-home11 .title span{
    font-size: 70px;
    display: inline-block;
    width: 90px;
    text-align: center;
    height: 90px;
    line-height: 75px;
    border: 5px solid #000;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: -10px;
}
.item-testimonial-home11 .title .text-css-e{
    margin-bottom: 55px;
}
.item-testimonial-home11 .col-info{
    padding-left: 120px;
    padding-right: 120px;
    background: #fff;
}
.item-testimonial-home11 .col-info .author{
        margin-top: 44px;
}
.item-testimonial-home11 .col-info img{
        float: right;
    margin-top: -50px;
    margin-right: -50px;
}
.testimonial-home11 .title-testimonial .text-css-e {
    margin-bottom: 100px;
}
.testimonial-home11 {
      padding-top: 117px;
}
.testimonial-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
    right: auto;
    left: 29%;
    height: 60px;
    width: 60px;
    font-size: 28px;
}
.testimonial-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
    left: 40px;
    height: 60px;
    width: 60px;
    font-size: 28px;
}
.banner1-home11 .desc .text-css-e{
    margin-bottom: 40px;
    margin-top: 40px;
    line-height: 36px;
} 
.banner1-home11 .info{
    padding-left: 60px;
   padding-right: 60px;
    background: #f7f7f7;
}   

.product-featur-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev{
    left: 0;
    top: 40px;
    width: 25%;
    height: 50%;
    box-shadow: none;
    opacity: 1;
}
.product-featur-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next{
    right: 0;
    bottom: 0;
    width: 25%;
    height: 50%;
    box-shadow: none;
    top: auto;
     opacity: 1;
}
.product-featur-home11 .el7up-wrapper-slider{
    margin-top: 70px;
}
.box-video-home11 .text-bg .text-css-e {
    margin-top: -75px;
}
.box-video-home11 .content-video{
    z-index: 1;
}
.box-video-home11 .title-video .text-css-e{
    margin-bottom: 95px;
}
.box-video-home11 {
    padding-top: 120px;
}
.box-video-home11 .info-video .title span {
    font-size: 70px;
    display: inline-block;
    width: 90px;
    text-align: center;
    height: 90px;
    line-height: 75px;
    border: 5px solid #000;
    margin-right: 20px;
    vertical-align: middle;
    margin-top: -10px;
}
.box-video-home11 .info-video .title  {
       font-size: 28px;
    text-transform: uppercase;
}
.box-video-home11 .info-video>.elementor-widget-wrap{
    padding-left: 55px;
    padding-right: 50px;
}
.box-video-home11 .info-video .desc .text-css-e {
    margin-top: 50px;
    margin-bottom: 50px;
}
.sevice-home11{
    margin-top: 110px;
}
.blog-home11 .el7up-posts-wrap{
    margin-top: 90px;
}
.blog-home11{
    margin-top: 110px;
    margin-bottom: 120px;
}
.mailchimp-home11{
    padding-top: 115px;
    padding-bottom: 110px;
}
.mailchimp-home11 .el7up-mailchimp-wrap{
    margin-top: 60px;
    margin-bottom: 88px;
}
.copyright-footer11{
    padding-top: 530px;
    padding-bottom: 70px;
    margin-top: -460px;
    z-index: -1;
}
.product1-home9 .product-grid-view{
    margin-top:90px; ;
}
.bg-header12{
    height: 700px;
}
.bg-header12 img{
    opacity: 0;
}
.banner-slider-home12{
    margin-top: -130px;
    margin-bottom: 120px;
}
.item-slider-style14 .item-des {
    margin-bottom: 25px;
}
.item-slider-style14 .slider-info {
        padding: 50px 60px;
    background: #fff;
    position: relative;
}
.item-slider-style14 .slider-info:after{
    content: '';
    width: 60px;
    height: 1px;
    background: #303030;
    display: block;
        margin-top: 40px;
}
.item-slider-style14 .slider-info:before{
    content: "\f10e";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 100px;
    color: #f2f2f2;
    position: absolute;
    right: 70px;
}
.item-slider-style14 .tamgiac {
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.03));
    position: absolute;
    bottom: -50px;
    left: 60px;
}
.item-slider-style14 .tamgiac:after {
    content: '';
    height: 50px;
    width: 50px;
    background: #ffffff;
    -webkit-clip-path: polygon(92% 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    display: block;
}
.item-slider-style14 .group-img-name    {
    margin-top: 70px;
    margin-left: 20px;
}
.item-slider-style14 .group-img-name .item-title{
    margin-left: 30px;
}
.item-slider-style14 .group-img-name .image-wrap{
    width: 80px;
}
.item-slider-style14 .group-img-name .image-wrap img{
    border-radius: 50%;
}
.item-slider-style14 .group-img-name .item-title a{
    color: #84d8d0;
}
.item-slider-style14 .item-content{
    color: #7d7d7d;
}
.testimonion-home12>.elementor-widget-wrap{
    padding-top: 120px!important;
    margin-top: 120px!important;
}
.testimonion-home12 .display-swiper-navi-group2 .s7up-swiper-navi {
    margin-bottom: -33px;
}
.product-trending-home12{
    overflow: inherit!important;
}
.instagram-home12 .item-instagram{
    width: auto;
        display: inline-block;
}
.instagram-home12 .swiper-slide{
    width: auto;
}
.instagram-home12 .swiper-container{
    margin-left: -100px;
    margin-right: 270px;
}
.title-instagram .title .el7up-heading-7up{
    margin-right: 253px;
    padding-bottom: 550px;
        padding-top: 95px;
}
.title-instagram{
    margin-bottom: -475px;
        margin-top: 70px;
}
.title-instagram .bg-title .el7up-heading-7up{
    padding-top: 60px;
}

.instagram-home12 .item-instagram- a:before{
    background: rgb(255 255 255 / 70%);
}
.instagram-home12 .item-instagram- a:after{
    content: "\f16d";
    font-family: 'Line Awesome Brands';
    font-weight: 900;
    font-size: 80px;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
    top: 0px;
    bottom: 0;
    opacity: 0;
    z-index: 1;
}
.instagram-home12 .item-instagram-:hover a:after{
    opacity: 1;
}
.instagram-home12 .item-instagram- a {
    display: block;
}
.blog-home12 .list-col-item:nth-child(2){
    margin-top: 90px;
}
.blog-home12 .list-col-item:nth-child(3){
    margin-top: 180px;
}
.blog-home12 .blog-loadmore{
    background: transparent;
    color: rgb(240 240 240 / 50%);
    font-size: 150px;
    text-transform: capitalize;
    font-family: 'Playfair Display';
    line-height: 150px;
    position: relative;
    margin-top: 60px;
}
.blog-home12 .blog-loadmore:hover{
    color: rgb(240 240 240);
}
.blog-home12 {
    margin-bottom: 110px;
}

.blog-home12 .blog-loadmore:before{
    content: "\f063";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 50px;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    height: 130px;
    width: 130px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 25px 0px rgb(0 0 0 / 7%);
    line-height: 135px;
}








/*******************************************************************************************************
11. Begin Responsive
********************************************************************************************************/
@media (min-width: 1170px) {

}/*End min-width: 1170px*/

@media (max-width: 1800px) and (min-width: 1171px) {
    
}/*End max-width: 1800px and min-width: 1170px*/
@media (max-width: 1440px) and (min-width: 1170px) {
  
}/*End max-width: 1440px and min-width: 1170px*/
@media (max-width: 1170px) and (min-width: 1025px) {
   
}/*End max-width: 1170px and min-width: 1025px*/
@media (max-width: 1800px) {
    .client-home5 .col-left>.elementor-widget-wrap{
        padding: 0px!important;
    }
    .client-home5 .col-right>.elementor-widget-wrap{
        padding: 0px!important;
    }
    .text-bg-baner1-home5 .el7up-heading-style1{
        display: none;
    }
    .banner1-home5 .info .desc {
        margin-top: 20px;
        margin-bottom: 30px;
        line-height: 30px!important;
    }
    .banner1-home5 .title .el7up-heading-style1{
        font-size: 36px!important;
        line-height: 50px!important;
    }
    .blog-home3 .el7up-wrapper-slider .post-info:after,
    .product-slider-home3:after{
        display: none;
    }
    .blog-home3 .el7up-wrapper-slider .post-info .desc {
        max-width: 100%;
    }
    .blog-home3 .el7up-swiper-slider {
        margin-right: 0;
    }
    .item-grid-post-style3 .post-info{
        margin-left: 0px;
    }
    .info-box-contact1 .el7up-text-editor,
    .product-slider-home3>.elementor-container,
    .blog-home3>.elementor-container,
    .history-about1>.elementor-container,
    .tab-product-home3>.elementor-container,
    .client-home3>.elementor-container
    {
        max-width: 100%!important;
    }
    .sidebar-type-default .sidebar {
        background: transparent;
        padding:0px;
    }
    .sidebar-type-default .widget_tag_cloud a, .sidebar-type-default .widget_product_tag_cloud a {
        background: #efefef;
        color: #8f8f8f;
    }
    .sidebar-type-default .widget_tag_cloud a:hover, .sidebar-type-default .widget_product_tag_cloud a:hover {
        background: #ffbd76;
        color: #000;
    }
    .s7upe-info-box-style10 .info-box-content2 .la-quote-right{
        font-size: 70px;
    }
    .s7upe-info-box-style10 .item-title-e {
        margin-top: 20px;
    }
    .s7upe-info-box-style10 .item-sub-title-e:before {
        height: 20px;
        margin: 0px 10px;
        margin-bottom: -5px;
    }
    .s7upe-info-box-style10 .info-box-content2 {
        padding: 40px 30px;
    }
    .info-box-contact1 .info> .elementor-widget-wrap {
        margin-left: 30px;
        margin-right: 0px;
    }
    .info-box-contact1 .el7up-banner-info-el7up-bndf {
        margin-left: 0;
    }
    .info-banner1-home1{
            margin-left: 85px;
    }
    .s7upe-info-box-style8 .flex-wrapper {
        padding: 40px 20px 47px;
    }
    .item-grid-post-style3 .post-thumb {
        max-width: 800px;
        min-width: 800px;
    }
    .display-swiper-navi-style2 .s7up-swiper-navi {
        margin-left: 25px;
    }
    .navi-style2-left .display-swiper-navi-style2 .s7up-swiper-navi {
        margin-right: 25px;
    }
    .pos-right.elementor-widget-s7upf-heading {
        margin-left:25px;
    }
    .el7up-banner-info-style2 .banner-info,
    .blog-home1 .elementor-widget-s7upf-heading {
        margin-right: 30px;
    }
    .blog-home1 .el7up-swiper-slider {
        margin-right: -50px;
    }
    .banner1-home1.elementor-section-boxed > .elementor-container,
    .banner2-home1{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .tab-instagram-home1:before,
    .main-footer2:before{
        left: 0px;
        right: 0px;
    }
    .slider-other-cate .swiper-button-prev{
        left: -65px;
    }
    .testimonial-home2 .swiper-button-prev {
        left: -150px;
    }
    .history-home2 .navi-style2-left .display-swiper-navi-style2 .s7up-swiper-navi {
        margin-right: 25px;
    }
    .el7up-banner-info-style4 .item-sub-title-e {
        font-size: 70px;
    }
    .brand-about2 .el7up-wrapper-slider {
        padding: 0;
    }
    body.single-product .content-no-sidebar>.shop-list-view {
        padding-left: 0;
        padding-right: 0;
    }
    .style-gallery-vertical .gallery-control {
        width: 70px;
        margin-top: -2px;
    }
    .style-gallery-vertical .slick-vertical .slick-slide {
        padding: 7.5px 0px;
    }
    .style-gallery-vertical .product-detail-gallery:hover .gallery-control {
        left: -85px;
    }
   .style-gallery-vertical2 .product-detail-gallery .mid{
     margin-top: 0px;
   }
   .style-gallery-vertical2 .gallery-control {
        top: 25px;
    }
    .style-gallery-vertical2 .product-detail-gallery .product-label {
        top: 30px;
    }
    .style-gallery-vertical2 .product-detail-info {
        margin-top: 0px;
    }
    .group-slider-home4{
        border:none!important;
        background: transparent!important;
    }
    .item-list-post-style2 .post-info>div {
        padding: 50px 30px;
    }
    .el7up-bt-style4 {
        font-size: 24px;
        line-height: 60px;
        padding: 0px 35px;
    }
    .product-extra-link2 {
        padding: 20px 15px;
    }
    .addcart-link-style3{
        padding: 0px 15px!important;
    }
    .product-extra-link2 .product-title {
        line-height: 30px;
    }
    .banner1-home4 .title .text-css-e{
        font-size: 36px!important;
        line-height: 50px!important;
        margin-bottom: 30px;
    }
    .banner1-home4 .title span {
        margin-top: 0;
    }
    .banner1-home4 .chuky {
        margin-top: 40px;
    }
    .banner1-home4 .col-text {
        padding-left: 5px;
    }
    .banner1-home4 .display-swiper-navi-group2 .s7up-swiper-navi {
        margin-top: 100px;
    }
    .item-sevice-home4 .s7upe-info-box-style2 .item-title-e {
        font-size: 24px;
    }
    .item-subtitle-sv3{
        font-size: 90px;
    }
    .banner2-home4 .title1 .el7up-heading-style1{
        font-size: 36px!important;
        line-height: 50px!important;
    }
    .banner2-home4 .col-info>.elementor-widget-wrap {
        padding-right: 30px!important;
    }
    .item-grid-post-style5 .post-info .post-title {
        line-height: 40px;
        font-size: 30px;
    }
    .item-grid-post-style5 .post-info .desc {
        font-size: 18px;
        line-height: 30px;
    }
    .instagram-home5 {
        margin-bottom: 120px;
    }
    .s7upe-info-box-style6 {
        padding: 30px 30px 30px;
    }
}/*End max-width: 1800px*/
@media (max-width: 1440px) {
    .instagram-home12 .swiper-container {
        margin-right: 60px;
    }
    .title-instagram .title .el7up-heading-7up {
        margin-right: 60px;
    }
    .sevice-home9 .item-icon-e{
        font-size: 60px;
    }
    .sevice-home9 .item-title-e {
        color: #FFFFFF;
        font-size: 18px;
    }
    .sevice-home9 .item-sub-title-e {
        font-size: 14px;
    }
    .title-list-cate-home8 .elementor-widget-container {
        padding-bottom: 550px;
        margin-bottom: -400px;
    }
    .title-top-collegtion .el7up-heading-style1,
    .title-blog-home8 .el7up-heading-style1
    {
        font-size: 100px!important;
    }
    .banner6-home7 .title2 {
        margin-top: 20px;
        margin-bottom: 5px;
            font-size: 14px!important;
    }
    .banner6-home7 .title2:before {
        font-size: 18px;
    }
    .banner6-home7 .title1 {
        font-size: 50px!important;
        line-height: 55px!important;
    }
    .banner6-home7 .title3 {
        font-size: 24px!important;
        line-height: 35px!important;
    }
    .banner1-home7 .title1 {
        margin-bottom: 10px;
        font-size: 24px!important;
        line-height: 30px!important;
    }
    .item-grid-post-style6 .desc {
        font-size: 18px;
        line-height: 30px;
    }
   .item-grid-post-style6 .meta-post-style1 .meta-item {
        font-size: 14px;
    }
    .item-grid-post-style6 .date .th{
        font-size: 20px;
    }
    .item-grid-post-style6 .date .day {
        line-height: 40px;
        font-size: 40px;
    }
    .item-grid-post-style6 .post-title {
        line-height: 33px;
        font-size: 24px;
    }
    .banner3-home6 .title, .banner4-home6 .title{
        font-size: 30px!important;
        line-height: 40px!important;
    }
    .banner3-home6 .title2, .banner4-home6 .title2{
        font-size: 20px!important;
        line-height: 33px!important;
    }
    .s7upe-info-box-style9 .item-desc-title-e {
        font-size: 18px;
        line-height: 33px;
    }
    .group-banner1-home6 .title{
        font-size: 24px!important;
        line-height: 33px!important;
    }
    .main-footer5 .social:before {
        font-size: 100px;
    }
    .s7upe-info-box-style7 .info-box-content .item-title-e:before {
        width: 50px;
        margin-right: 20px;
    }
    .nguoc .s7upe-info-box-style7 .info-box-content .item-title-e:before {
        margin-right: 0px;
        margin-left: 20px;
    }
    .nguoc .s7upe-info-box-style7 .info-box-content {   
        padding-left: 0px;
        padding-right: 40px;
    }
    .s7upe-info-box-style7 .info-box-content {
        padding-left: 40px;
    }
    .s7upe-info-box-style7 .info-box-content .item-title-e {
        font-size: 24px;
        margin-top: 20px;
    }
    .s7upe-info-box-style7 .info-box-content .item-sub-title-e {
        font-size: 28px;
    }
    .main-footer5 .col-info-footer .desc-info .el7up-text-editor,
    .main-footer4 .col-info-footer .desc-info .el7up-text-editor{
        font-size: 18px;
        line-height: 30px;
    }
    .tab-product-home4 .el7up-banner-info .el7up-text-item{
            font-size: 40px!important;
    }
    .item-title-header-style3 .nav-tabs {
        margin: 0px -20px;
    }
    .item-title-header-style3 .header-tab-list .tab-item-wrap {
        padding: 0px 20px;
    }
    .main-header9 .s7upf-navbar-nav {
        margin-right: 0;
    }
    .item-post-wg .post-title{
        font-size: 16px;
        line-height: 24px;
    }
    .group-slider-home4 .title{
        font-size: 50px!important;
    }
    .group-slider-home4 {
        right: 60px!important;
    }
    .product-slider-home1 .el7up-wrapper-slider:before,
    .client-say-home1 .el7up-wrapper-slider:after,
    .blog-home1 .el7up-wrapper-slider .post-info:after,
    .body-blog-list2 .sidebar-type-style2 .sidebar:after, .body-blog-list6 .sidebar-type-style2 .sidebar:after, .body-blog-list5 .sidebar-type-style2 .sidebar:after{
        display: none;
    }
    .body-blog-list2 .sidebar-type-style2 .sidebar-left {
        padding-right: 30px;
    }
    .body-blog-list2 .content-sidebar-type-style2 .content-page-default {
        margin-left: 50px;
    }
    .item-list-post-style3 .desc {
        line-height: 30px;
    }
    .item-list-post-style3 .post-title {
        font-size: 36px;
    }
    .sidebar-type-default .el7up-list-link-icon2 i{
            background: #efefef;
    }
    .style-gallery-vertical2 .gallery-control img {
        border: 5px solid #fff;
    }
    .style-gallery-vertical2 .gallery-control{
        width: 100px;
    }
    .style-gallery-vertical2 .product-detail-gallery{
            margin-right: 75px;
    }
    .style-gallery-vertical2 .product-detail-info {
        padding-left: 0;
    }
    .style-gallery-vertical2 .product-title-single,
    .style-gallery-horizontal2 .product-title-single
     {
        font-size: 36px;
        line-height: 45px;
    }
    .style-gallery-horizontal .product-detail-gallery {
        margin-right: 0px;
    }
    .style-gallery-horizontal .product-detail-info,
    .detail-sticky-style3 .product-detail-info,
    .style-gallery-vertical .product-detail-info  {
        padding-left: 30px;
    }
    .info-box-contact2 .info> .elementor-widget-wrap {
        margin-left: 30px;
    }
    .history-about2 .col-tex-history {
        padding-right: 30px;
    }
    .banner4-home3 .el7up-text-editor, .banner4-about1 .el7up-text-editor {
        padding: 60px 30px 50px;
    }
    .banner3-home3 {
        padding: 100px 50px;
    }
    .brand-home2 .item-slider- .image-wrap,
    .brand-about2 .item-slider- .image-wrap{
            width: 250px;
        height: 250px;
        line-height: 250px;

    }
    .blog-home2 .s7up-active-swiper>.item-post{
        margin-left: 20px;
    }
    .blog-home2 .swiper-slide-next ~ .swiper-slide .item-post{
        margin-left: 20px;
    }
    .blog-home2 .swiper-slide-active>.item-post{
        margin-right: 20px;
        margin-left: 0px!important;
    }
    .blog-home2 .swiper-slide-next>.item-post{
        margin-right: -20px;
        margin-left: -20px;
    }
    .item-grid-post-style4 .post-info{
        left: 0px;
        right:0px;
            padding: 30px 15px;
    }
    .item-grid-post-style4:hover .post-info{
            bottom: 0px;
    }
    .item-grid-post-style4 .post-info .post-title {
            font-size: 20px;
            line-height: 24px;
    }
    .s7upe-info-box-style8 .item-desc-title-e {
        line-height: 20px;
    }
    .el7up-tabs .item-title-header-style1 .tab-item-wrap{
        margin-right: 15px;
    }

    .el7up-tabs .item-title-header-style1 .header-tab-list {
         margin-right: -15px;
        margin-left: -15px;
    }
    .item-grid-post-style3 .post-info {
        padding: 40px 40px;
    }
   .menu-style- .s7upf-navbar-nav > li > a{
        padding: 0px 20px;
   }
   .menu-style- .s7upf-navbar-nav>li> a:after{
        left: 20px;
        right: 20px;
   }
   .menu-style- .s7upf-navbar-nav .menu-item-depth-0> .sub-menu {
        left: 20px;
    }
    .testimonial-home2 .swiper-button-prev {
        left: -100px;
    }
    .item-slider-style7 .slider-info .item-desc{
        padding-left: 25px;
        font-size: 18px;
    }
    .item-slider-style7 .slider-info .item-title{
        font-size: 60px;
    }
    .item-slider-style8 .item-title{
        font-size: 24px;
    }
    .mailchimp-home2 {
        border: 5px solid #000;
        padding: 100px 50px;
    }
    .blog-home2 .meta-post-style1 .meta-item {
        font-size: 18px;
    }
    .history-home2 .el7up-wrapper-slider {
        padding-right: 35px;
    }
    .history-home2 .col-tex-history {
        padding-left: 0px;
    }
    .css-icon-image .content-imageicon img:nth-child(4) {
        bottom: -20px;
        right: 0;
    }
    .css-icon-image .content-imageicon img:nth-child(2){
        top: 25px;
        right: -5px;
        z-index: 2;
    }
    .testimonial-home2:before {
        left: 50px;
        right: 50px;
    }
    .el7up-banner-info-style4 .item-sub-title-e {
        font-size: 50px;
    }
    .sidebar-type-default .sidebar {
        background: transparent;
        padding:0px;
    }
    .sidebar-type-default .sidebar-left {
        margin-right: -30px;
    }
    .sidebar-type-default .sidebar-right {
        margin-left: -30px;
    }
    .sidebar-type-style2 .sidebar-left {
        margin-right:-30px;
        padding-right: 0px;
        border-right: none;
    }
    .sidebar-type-style2 .sidebar-right {
        margin-left:-30px;
        padding-left: 0px;
        border-left: none;
    }
    .content-sidebar-type-style2.content-sidebar-left>div {
        margin-left: 60px;
    }
    .content-sidebar-type-style2.content-sidebar-right>div {
        margin-right: 60px;
    }
    .sidebar-type-default .widget_tag_cloud a, .sidebar-type-default .widget_product_tag_cloud a {
        background: #efefef;
        color: #8f8f8f;
    }
    .content-sidebar-type-default.content-sidebar-left>div {
        margin-left:60px;
    }
    .content-sidebar-type-default.content-sidebar-right>div {
        margin-right:60px;
    }
    .woocommerce div.product form.cart .single_add_to_cart_button{
        font-size: 0px;
        min-width: auto;
    }
    .woocommerce div.product form.cart .single_add_to_cart_button:before{
        margin: 0px;
    }
    .testimonial-product {
        padding: 120px 85px 60px;
    }

    .after-product-also-like .title-video .elementor-widget-container:before,
    .video-after-product .title-video .elementor-widget-container:before
    {
        left: -100px;
        right: -100px;
    }
    .item-list-post-style2 .post-info>div {
        padding: 50px 15px;
    }
    .item-list-post-style4 .post-title {
        font-size: 26px;
        line-height: 40px;  
    }
    .banner1-tab-home-4 .el7up-banner-info{
        margin-left: 40px!important
    }
    .banner2-tab-home-4 .el7up-banner-info{
        margin-right: 40px!important
    }
    .banner2-home4 .el7up-banner-info-el7up-bndf {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .banner2-home4 .list-image2 {
        margin-bottom: -30px;
        padding-top: 60px;
    }
    .text-bg-banner2-home4{
        display: none;
    }
    .banner2-home4 .diamond-ring .el7up-text-item{
        font-size: 60px!important;
    }
    .sevice-home5 .swiper-slide {
        padding: 0 15px;
        border-right: none;
    }
    .bt-all-category-home7:before,
    .banner3-home8 .desc span {
        font-size: 100px;
    }
    .banner1-home8 .title2 {
        margin-top: 12px;
        margin-bottom: 12px;
        line-height: 24px!important;
    }
    .banner1-home8 .title1 {
        font-size: 30px!important;
    }
    .banner1-home8 .el7up-btwrap {
        display: none;
    }
    .blog-home8 .item-grid-post- .desc{
            font-size: 16px;
    }
    .blog-home8 .item-grid-post- .post-title {
        font-size: 24px;
    }
    .blog-home8 .item-grid-post- .item-post {
        padding: 15px;
        padding-bottom: 40px;
    }
    .blog-home8 .meta-post-style1 .meta-item {
        font-size: 14px;
    }
    .mailchimp-home9 .el7up-mailchimp-wrap {
        margin-right: 100px;
    }
    .item-slider-home9 .title2 {
        font-size: 50px!important;
    }
    .banner1-home9 .title1,
    .banner2-home9 .title1
     {
        line-height: 33px;
        font-size: 24px;
    }
    .banner2-home9 .title2,
    .banner1-home9 .title2 {
        font-size: 36px;
    }
    .el7up-wrapper-slider-style13 {
        padding: 120px 140px;
    }
    .banner4-home9 .title2 .el7up-heading-style1,
    .banner3-home9 .title2 .el7up-heading-style1{
        font-size: 40px!important;
        line-height: 50px!important;
    }
    .sevice-home9 .item-icon-e {
        font-size: 60px!important;
    }
    .sevice-home9  .item-title-e {
        font-size: 18px!important;
    }
    .sevice-home9  .item-sub-title-e {
        font-size: 18px!important;
    }
    .line-sevice-home9 .elementor-column {
        margin: 40px 0px;
    }
    .instagram-home10 .item-instagram-style2 .instagram-text-follow .text{
        font-size: 30px;
    }
    .banner1-home11 .info {
        padding-left: 30px;
        padding-right: 30px;
    }
    .banner1-home11 .desc .text-css-e {
        margin-bottom: 15px;
        margin-top: 10px;
        line-height: 30px;
        font-size: 18px!important;
    }
    .banner1-home11 .title .text-css-e {
        font-size: 30px!important;
        line-height: 40px!important;
    }
    .bg-header12 {
        height: 630px;
    }
    .product-featur-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev,
    .tab-product-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
        top: 50%;
        width: 60px;
        height: 60px;
    }
    .product-featur-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next,
    .tab-product-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next{
        top: 50%;
        width: 60px;
        height: 60px;
    }
}/*End max-width: 1440px*/
@media (max-width: 1366px) {
    .title-instagram .bg-title .el7up-heading-7up {
        font-size: 100px!important;
    }
    .title-instagram .title .el7up-heading-7up {
        font-size: 40px!important;
        line-height: 50px!important;
    }
    .banner-slider-home11 .title2 {
        font-size: 50px;
    }
    .item-list-post-style5 .post-info {
        padding-left: 50px;
        padding-right: 50px;
    }
    .item-list-post-style5 .readmore-wrap {
        padding-left: 50px;
        width: 30%;
    }
    .banner1-home10 .el7up-text-item {
        margin-right: 40px;
        font-size: 24px!important;
        line-height: 30px;
    }
    .banner2-home10 .title1 .el7up-heading-style1 {
        font-size: 24px!important;
        line-height: 30px!important;;
    }
    .banner1-product-home10 .col-info .title2 .el7up-heading-style1{
        font-size: 38px!important;
        line-height: 40px!important;
    }
    .banner2-product-home10 .col-info .title2 .el7up-heading-style1{
        font-size: 38px!important;
        line-height: 40px!important;
    }
    .client-home10 .swiper-slide {
        padding-left: 45px;
        padding-right: 45px;
    }
    .exclusive-product-home10 .width_masory{
        width: 33.333%!important;
    }
    .exclusive-product-home10 .width_masory.banner{
        width: 100%!important;
        margin-top: 30px;
    }
    .main-header11 .col-menu .elementor-widget-s7upf-menu {
        margin-left: 0;
    }
    .main-header9 .menu-style- .s7upf-navbar-nav > li > a {
        padding: 0px 15px;
    }
    .group-banner3-home5 .nguoc .s7upe-info-box-style7,
    .group-banner3-home5 .s7upe-info-box-style7
    {
        margin-right: 0px;
        margin-left: 0;
    }
    .item-slider-style11 .item-content{
        font-size: 20px;
    }
    .item-slider-style11 .item-content p{
        line-height: 33px;
    }
    .item-slider-style11 .item-content {
        max-width: 800px;
    }
    .client-home4 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
        left: 0;
    }
    .client-home4 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
        right: 0px;
    }
    .main-footer5 .social:before {
        font-size: 100px;
    }
    .banner1-home4 .display-swiper-navi-group2 .s7up-swiper-navi{
        background: transparent;
            margin-top: 45px;
    }
    .banner1-home4 .el7up-wrapper-slider{
            padding-left: 0;
    }
    .line-buttom-baner1-home4,
    .banner1-home4 .el7up-wrapper-slider:before{
        display: none;
    }
    .item-list-post-style2 .post-info {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .item-slider-style4 .slider-info .item-title{
            font-size: 24px;
    }
    .item-slider-style4 .slider-info .item-desc{
        font-size: 18px;
        line-height: 24px;
    }
    .history-home2:after{
        display: none;
    }
    .promo-home2 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
        right: -40px;
    }
    .promo-home2 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
        left: -40px;
    }
    .blog-home3 .el7up-wrapper-slider .post-info:after{
        right: -410px;
    font-size: 80px;
    }
    .blog-home3 .el7up-swiper-slider {
        margin-right: -60px;
    }
    .item-grid-post-style3 .post-title{
        font-size: 30px;
            line-height: 34px;
    }
    .blog-home3 .item-grid-post-style3 .post-info {
        margin-left: -270px;
    }
    .s7upe-info-box-style6 .item-desc-title-e {
        line-height: 30px;
        font-size: 18px;
    }
}/*End max-width: 1366px*/
@media (max-width: 1365px) {

    .mailchimp-home9 .el7up-heading-style1{
        font-size: 30px!important;
        line-height: 36px!important;
    }
    .el7up-bt-style4 {
        font-size: 18px;
        line-height: 50px;
        padding: 0px 30px;
        height: 65px;
    }
    .banner6-home7 .title1 {
        font-size: 36px!important;
        line-height: 40px!important;
    }
    .el7up-bt-style5:before {
        left: -30px;
    }
    .el7up-bt-style2-center {
        font-size: 14px;
    }

    .banner3-home6 .title, .banner4-home6 .title {
        font-size: 24px!important;
        line-height: 30px!important;
    }
    .group-banner1-home6 .banner-left .el7up-banner-info {
       margin-right: 40px!important;
    }
    .group-banner1-home6 .banner-right .el7up-banner-info{
       margin-left: 40px!important;
    }
    .banner3-home6 .title2, .banner4-home6 .title2 {
        margin-bottom: 5px;
        font-size: 14px!important;
        line-height: 24px!important;
    }
    .item-grid-post-style6 .post-info2:after {
        margin-top: 30px;
    }
    .item-grid-post-style6 .date .day {
        line-height: 30px;
        font-size: 30px;
        margin-bottom: 0px;
    }
    .item-grid-post-style6 .date .th {
        font-size: 14px;
    }
    .item-grid-post-style6 .desc {
        margin-top: 5px;
        font-size: 14px;
        line-height: 26px;
    }
    .item-grid-post-style6 .meta-post-style1 {
        margin-top: 5px;
    }
    .item-grid-post-style6 .meta-post-style1 .meta-item .split {
        margin: 0px 8px;
    }
    .item-grid-post-style6 .post-title {
        line-height: 30px;
        font-size: 16px;
        margin-top: 10px;
    }
    .item-post-wg{
        display: block;
    }
    .item-post-wg>div{
        width: 100%!important;
        max-width: 100%!important
    }
    .item-post-wg .post-info{
        padding-left: 0px;
        padding-top: 20px;
    }
    .comment-list .depth-3 .comment-info .author-name span{
        display: block;
        margin-left: 0px;
    }
    .item-list-post-style3{
        display: block;
    }
    .item-list-post-style3 .post-thumb img{
    width: 100%;
    }
    .item-list-post-style3 .post-thumb,
    .item-list-post-style3 .post-info
    {
        max-width: 100%;
        min-width: auto;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .item-list-post-style3 .post-info
    {
        margin-top: 30px;
    }
    .item-list-post-style3 .meta-post-style2,
    .item-list-post-style3 .post-title {
        margin-bottom: 10px;
    }
    .blog-home2 .swiper-slide-active>.item-post {
        margin-right: 0;
        margin-left: 0px!important;
    }
    .blog-home2 .swiper-slide-next>.item-post {
        margin-right: 0;
        margin-left: 0;
    }
    .blog-home2 .swiper-slide-next ~ .swiper-slide .item-post {
        margin-left: 0px;
    }
    .body-blog-list6 .s7upf-menu-container{
        margin-left: -70px;
    }
    .group-banner1-home6 .title {
        font-size: 18px!important;
        line-height: 24px!important;
    }
}/*End max-width: 1365px*/
@media (max-width: 1366px)and (min-width: 1025px) {

}/*End max-width: 1366px*/
@media (max-width: 1280px) {
    .client-home5 .col-img .elementor-widget-wrap{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .s7upe-info-box-style6 {
        padding: 0 15px;
        background: transparent;
    }
    .tab-product-home4 .header-tab.title-header-style3 .header-tab-list{
        width: 100%;
        margin-top: 40px;
    }
    .item-list-post-style4 {
        display: block;
        margin-bottom: 60px;
    }
    .item-list-post-style4 .post-thumb{
        margin: 0px;
        width: 100%;
        max-width: 100%;
    }
    .item-list-post-style4 .post-info{
        width: 100%;
        max-width: 100%;
        padding: 0px;
        padding-top: 35px;
        text-align: left!important;
        margin: 0px;
    }
    .content-text-product .col1>.elementor-widget-wrap{
        padding-right: 0px!important;
    }
    .content-text-product .col2>.elementor-widget-wrap{
        padding-right: 30px!important;
        padding-left: 30px!important;
    }
    .content-text-product .col3>.elementor-widget-wrap{
        padding-left: 0px!important;
    }
    .product-title-single {
        line-height: 45px;
        font-size: 36px;
    }
    .s7up-price-single .product-price,
    .product-detail-info .woocommerce-variation-price .product-price {
        font-size: 28px;
    }
    .item-grid-product- .product-price {
        font-size: 16px;
        padding: 5px 15px 9px 15px;
    }
    .info-box-contact2 .el7up-text-editor {
        margin-bottom: 25px;
    }
    .info-box-contact2 .s7upe-info-box-style2 {
        margin-bottom: 20px;
    }
    .info-box-contact2 .info> .elementor-widget-wrap {
        margin-left: 0px;
    }
    .history-about2 .el7up-wrapper-slider {
        padding-right: 0;
    }
    .s7upe-info-box-style8 .item-title-e {
        font-size: 16px;
    }
    .history-home2:before{
        display: none;
    }
    .banner3-home3 .title1,
    .banner3-home3 .title3 {
        margin-left: 0px;
    }
    .addcart-link-style1.button.addcart-link {
        width: 50px;
        height: 50px!important;
        line-height: 50px!important;
        font-size: 22px;
    }
    .product-extra-link a {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }
    .woocommerce .widget_price_filter .price_slider_amount .price_label {
        font-size: 14px;
    }
     .testimonial-product .swiper-slide {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .banner-slider-home8 {
        margin-top: 0;
    }
    .blog-home3 .el7up-wrapper-slider .post-info:after {
        display: none;
    }
    .blog-home3 .el7up-swiper-slider {
        margin-left: 0px;
        margin-right: 0;
    }
    .style-gallery-vertical2 .product-title-single,
    .style-gallery-vertical2-mobi .product-title-single
     {
        margin-top: 40px;
    }
    .style-gallery-vertical2 .product-detail-gallery .mid,
    .style-gallery-vertical2 .product-detail-gallery{
        margin-right: 0px;
    }
    .style-gallery-vertical2>.row>div{
        width: 100%;
    }
    .item-product-wg .product-info {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .item-product-wg .product-thumb {
        min-width: 100%;
        width: 100%;
    }
    .item-product-wg{
        display: block;
    }
    .style-gallery-vertical2-mobi>.row>div,
    .style-gallery-horizontal2>.row>div{
        width: 100%;
    }
    .style-gallery-horizontal2 .product-detail-gallery {
        margin-right: 0px;
        margin-bottom: 65px;
    }
    .style-gallery-horizontal2 .product-detail-info {
        padding-left: 0px;
    }
}/*End max-width: 1200px*/
@media (max-width: 1199px) {

}/*End max-width: 1199px*/

@media (max-width: 1170px) {
    .blog-home12 .list-col-item:nth-child(1),
    .blog-home12 .list-col-item:nth-child(2),
    .blog-home12 .list-col-item:nth-child(3) {
        margin-top: 0px;
    }
    .blog-home12 {
        margin-bottom: 60px;
    }
    .blog-home12 .blog-loadmore:before {
        font-size: 30px;
        height: 90px;
        width: 90px;
        line-height: 95px;
    }
    .blog-home12 .blog-loadmore {
        font-size: 80px;
        margin-top: 60px;
    }
    .title-instagram .bg-title .el7up-heading-7up {
        font-size: 70px!important;
        padding-top: 0px;
    }
    .title-instagram .title .el7up-heading-7up {
        margin-right: 0;
         padding-top: 50px;
    }
    .title-instagram {
        margin-top: 20px;
    }
    .item-slider-style14 .slider-info:after {
        margin-top: 20px;
    }
    .item-slider-style14 .item-des {
        margin-bottom: 15px;
    }
    .item-slider-style14 .slider-info:before {
        right: 15px;
        font-size: 50px;
    }
    .item-slider-style14 .slider-info {
        padding: 50px 30px;
    }
    .testimonion-home12>.elementor-widget-wrap {
        padding-top: 70px!important;
        margin-top: 70px!important;
    }
    #rev_slider_7_1_wrapper .hebe_copy106.tparrows{
        display: none;
    }
    .group-slider-home12 .title{
        font-size: 30px!important;
    }
    .main-header9 .logo-text{
        color: #000!important;
    }
    .banner-slider-home12{
        margin-top: 0px;
        margin-bottom: 70px;
    }
    .blog-home8 {
        margin-bottom: 80px;
    }
    .title-blog-home8 {
        margin-bottom: 0px;
        margin-top: 30px;
    }
    .slider-client-home8 .client-home8 {
        padding-top: 90px;
    }
    .slider-banner3-home8 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .title-top-collegtion {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .group-banner12-home8 {
        margin-top: 70px;
    }
    .list-cate-home8 .display-swiper-navi-group2 .s7up-swiper-navi {
        margin-top: 60px;
    }
    .title-list-cate-home8 .elementor-widget-container {
        margin-top: 80px;
        padding-top: 50px;
    }
    .product-home8 .el7up-bt-style2-center {
        margin-top: 20px;
    }
    .box-product-tab-home8 .el7up-tabs- .header-tab-layout {
        margin-bottom: 30px;
    }
    .box-product-tab-home8 {
        margin-top: 60px;
    }
    .bt-all-category-home7 {
        margin-top: 40px;
        margin-bottom: 60px;
    }
    .bt-all-category-home7:before {
        display: none;
    }
    .instagram-home7 {
        margin-bottom: 70px;
    }
    .sevice-home7 .s7upe-info-box-style8 .flex-wrapper {
        padding: 0px;
    }
    .client-home7 {
        padding-top: 95px;
        padding-bottom: 140px;
        margin-top: 60px;
    }
    .banner6-home7 .title3 {
        font-size: 18px!important;
        line-height: 24px!important;
    }
    .banner5-home7 {
        padding-top: 70px;
        padding-bottom: 80px;
    }
    .banner4-home7 .title2 .el7up-heading-style1 {
        margin-bottom: 15px;
    }
    .banner4-home7 {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 70px;
    }
    .tab-product-home7 .el7up-bt-style2-center {
        margin-top: 45px;
    }
    .tab-product-home7 .el7up-tabs- .header-tab-layout {
        margin-bottom: 45px;
    }
    .banner1-home7 .el7up-bt-style2 {
        font-size: 14px;
    }
    .banner1-home7 .title1 {
        margin-bottom: 10px;
        font-size: 18px!important;
        line-height: 22px!important;
    }
    .banner-slider-home7 {
        margin-top: 0px;
    }
    .brand-home6 .el7up-wrapper-slider {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .brand-home6 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .meta-post-style1 .meta-item i {
        margin-right: 5px;
    }
    .blog-home6 .el7up-posts-wrap {
        margin-top: 35px;
    }
    .blog-home6 {
        margin-top: 50px;
    }
    .video-home6 {
        margin-top: 70px;
    }
    .s7upe-info-box-style5 .clock{
        height: 50px;
        line-height:40px;
        width: 50px;
        font-size: 20px;
    }
    .s7upe-info-box-style9 .item-desc-title-e {
        font-size: 14px;
        line-height: 24px;
    }
    .sevice-home6 {
        margin-top: 80px;
    }
    .countdown-home6 .desc .el7up-heading-style1 {
        margin-top: 40px;
        margin-bottom: 57px;
    }
    .banner2-home6 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .the-day-home6 {
        margin-top: 14px;
    }
    .product1-home6 .el7up-bt-style2-center {
    margin-top:50px;
}
    .title-page-homej{
        margin-top: 65px!important;
        margin-bottom: 38px!important;
    }
    .title-page-homej .el7up-heading-style1{
        font-size: 24px!important;
    }
    .title-page-homej .desc .elementor-widget-container{
        margin-top: 10px!important;
    }
    .title-page-homej .desc .elementor-widget-container .el7up-text-editor{
        font-size: 14px!important;
    }
    .group-banner1-home6 {
        margin-top: 30px;
    }
    .instagram-home5 {
        margin-bottom: 70px;
        margin-top: 85px;
    }
    .instagram-home5 .title .el7up-heading-style1 {
        writing-mode: inherit;
        margin-top: 60px;
    }
    .instagram-home5 .el7up-instagram {
        padding-right: 80px;
        margin: 0;
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .instagram-home5 .display-swiper-navi-group .s7up-swiper-navi {
        right: 0;
    }
    .blog-home5 {
        margin-top: 40px;
    }
    .s7upe-info-box-style6 .item-sub-title-e {
        font-size: 18px;
    }
    .s7upe-info-box-style6 .star {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .s7upe-info-box-style6 .item-desc-title-e {
        margin-bottom: 10px;
    }
    .s7upe-info-box-style6 .item-title-e {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .group-banner3-home5 {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-bottom: 65px;
    }
    .client-home5 {
        margin-top: 70px;
        padding-bottom: 70px;
    }
    .product2-home5 .display-swiper-navi-group2 .s7up-swiper-navi {
        margin-top: 50px;
    }
    .banner-slider-home5 .desc{
        font-size: 14px!important;
        line-height:20px!important;
    }
    .number-pagination .number:before {
        height: 60px;
        top: 0px;
    }
    .number-pagination .number{
        font-size:40px;
    }
    .number-pagination{
        font-size: 60px!important;
    }
    .baner-slider-home6{
        margin-top: 0px;
    }
    .baner-slider-home6 #rev_slider_4_1_wrapper .hebe_copy106.tparrows{
        left: -85px!important;
    }
    .brand-home4 {
        margin-bottom: 60px;
    }
    .brand-home4 .el7up-wrapper-slider {
        padding-top: 50px;
    }
    .blog-home4 .el7up-bt-custom {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .blog-home4 {
        margin-top: 55px;
    }
    .banner2-home4 .col-info .elementor-widget-s7upf-button {
        margin-top: 30px;
            margin-bottom: 50px;
    }
    .banner2-home4 .col-info>.elementor-widget-wrap {
        padding-right: 15px!important;
    }
    .banner2-home4 .col-info .title1 {
        margin-bottom: 15px;
    }
    .banner2-home4 .title1 .el7up-heading-style1 {
        font-size: 24px!important;
        line-height: 33px!important;
    }
    .banner2-home4 {
        margin-top: 150px;
            padding-top: 60px;
    }
    .client-home4 .el7up-heading-7up {
        margin-bottom: 25px;
        margin-top: 55px;
        font-size: 24px!important;
    }
    .client-home4 {
        margin-top: 80px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .tab-product-home4 .view-more {
        margin-top: 60px;
    }
    .item-slider-style11 .item-content {
        padding: 0px 50px;
    }
    .tab-product-home4 .el7up-tabs- .header-tab-layout {
        margin-bottom: 65px;
    }
    .item-title-header-style3 .header-tab-list .tab-item-wrap.active:before {
        width: 30px;
    }
    .item-title-header-style3 .header-tab-list .tab-item-wrap:after {
        font-size: 100px;
        top: -8px;
    }
    .tab-product-home4 {
        margin-top: 70px;
    }
    .item-subtitle-sv3{
        display: none;
    }
    .s7upe-info-box-style3 .item-title-e {
        font-size: 24px;
    }
    .countdown-home4 {
        margin-top: 60px;
    }
    .item-sevice-home4 .info-box-icon {
        margin-bottom: 30px;
    }
    .item-sevice-home4 .s7upe-info-box-style2 .item-title-e {
        margin-bottom: 15px;
    }
    .sevice-home4 {
        margin-top: 45px;
    }
    .banner1-home4 .col-text {
        padding-left: 0px;
    }
    .banner1-home4 .el7up-wrapper-slider {
        padding-right: 0;
            margin-bottom: 40px;
    }
    .banner1-home4 .chuky img{
        width: 150px;
    }
    .banner1-home4 {
        margin-top: 70px;
        padding-top: 70px;
    }
    .product2-home4 .display-swiper-navi-group .s7up-swiper-navi {
        left: 0px;
    }
    .product1-home4 .display-swiper-navi-group .s7up-swiper-navi {
        right: 0;
    }
    .header-tab.title-header-style3 .title-header ,
    .el7up-heading-style5 {
        font-size: 24px;
        line-height: 33px;
    }
    .product1-home4{
        margin-top: 40px;
    }
    .title-poduct1-home4 {
        margin-top: 60px;
    }
    .main-footer4 .social {
        margin-top: 0;
    }
   
    .main-footer4 .copyright {
        margin-top: 30px;
    }
    .main-footer4 .col-info-footer .desc-info .el7up-text-editor {
        margin-bottom: 10px;
    }
    .main-footer4 {
        padding-top: 60px;
        padding-bottom: 0;
    }
    .main-footer4 .col-social{
        order: 3;
    }
    .banner5-home3 .title2 {
        font-size: 40px;
        margin-top: 10px;
        margin-bottom: 35px;
    }
    .client-home3 {
        margin-top: 40px;
    }
    .tab-product-home3 .el7up-tabs- .div-title-header {
        margin-bottom: 10px;
    }
    .tab-product-home3 .el7up-tabs- .header-tab-layout {
        margin-bottom: 45px;
    }
    .tab-product-home3 {
        margin-bottom: 25px;
        margin-top: 55px;
    }
    .cate-home3 a.el7up-text-item:after {
        position: relative;
        right: auto;
    }
    .cate-home3 a.el7up-text-item {
        min-width: auto;
            height: 35px;
    line-height: 33px;
    }
     .item-list-post-default .post-title {
        margin-bottom: 15px;
        line-height: 35px;
        font-size: 26px;
    }
    .item-list-post-default .meta-post-style1 {
        margin-bottom: 15px;
    }
    .item-list-post-default .desc {
        margin-bottom: 30px;
    }
    .banner-slider-home4{
        margin-top: 0px;
    }
    .table-info-product .el7up-text-editor {
        padding-left: 30px;
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce-cart table.cart td.actions .coupon .button{
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce-cart table.cart td.actions .button[name="update_cart"]{
        width: 100%;
    }
    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: none;
            text-align: left;
    }
    .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
        text-align: left;
    }
    .comment-list .comment-info .author-name span{
        display: block;
        margin-left: 0px;
    }
    .single-blog- .single-post-media-format {
        margin-bottom: 30px;
    }
    .title-page .entry-title{
        line-height: 40px;
        font-size: 36px;
         margin-bottom: 30px;
    }
    .single-blog- .title-post-single {
        line-height: 40px;
        font-size: 36px;
        margin-bottom: 20px;
    }
    .item-grid-post- .post-title{
        font-size: 24px;
    }
    .item-grid-post- .meta-post-style1 .meta-item {
        font-size: 18px;
    }
    .item-grid-post- .meta-post-style1 .comments-item span{
        display: none;
    }
    .item-grid-post- .desc{
        font-size: 18px;
        line-height: 30px;
    }
    .item-grid-post- .meta-post-style1 .meta-item .split {
        margin: 0px 10px;
    }
    .body-blog-list6 .s7upf-menu-container{
        margin-left: 0px;
    }
    .body-blog-list3 .sidebar, .body-blog-list7 .sidebar {
        margin-top: -490px;
    }
    .item-list-post-style2 .post-info .meta-post-style1 {
        margin-bottom: 10px;
    }
    .item-list-post-style2 .post-info .post-title {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 40px;
    }
    .item-list-post-style2 .post-info>div {
        padding: 30px 15px 0;
    }
    .product-title-single-vertical2{
        display: none;
    }
    .style-gallery-vertical2-mobi .product-detail-gallery .product-label {
        top: 0;
        left: 0;
    }
    .style-gallery-vertical2-mobi .gallery-control .gallery-slider{
        max-width: 600px;
        margin: auto;
    }
    .style-gallery-vertical2 .product-detail-gallery .product-label {
        left: 160px;
    }
    .style-gallery-vertical2 .gallery-control {
        left: 30px;
    }
    .style-gallery-vertical2 .product-detail-gallery .mid{
        margin-left: 0px;
    }
    .slider-other-cate .content-slider-custom {
        height: 95px;
    }
    .slider-other-cate .content-slider-custom .title2 {
        font-size: 24px;
        padding: 10px 20px 16px;
    }
    .after-slider-other-cate .el7up-heading-style2 {
        margin-bottom: 45px;
    }
    .after-product-also-like .title-video .elementor-widget-container {
        padding-top: 55px;
    }
    .after-product-also-like {
        margin-top: 70px;
        padding-bottom: 60px;
    }
    .item-slider-style2 .item-title {
        font-size: 100px;
        left: -90px;
    }
    .item-slider-style2 .item-content {
        font-size: 20px;
        font-style: italic;
        line-height: 30px;
    }
    .item-slider-style2 .slider-info {
        padding-left: 30px;
    }
    .item-slider-style2 .image-wrap:before {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 28px;
        right: 10px;
    }
    .item-slider-style2 .image-wrap {
        min-width: 200px;
        max-width: 200px;
        position: relative;
    }
    .item-slider-style2 {
        margin-bottom: 130px;
        padding: 50px 30px;
        padding-right: 30px;
    }
    .testimonial-product {
        padding: 60px 85px 60px;
            margin-top: 70px;
    }
    .single-related-product {
        margin-top: 55px;
    }
    .title-related-product .single-title2 {
        margin-bottom: 43px;
    }
    .detail-product-tabs {
        margin-top: 60px;
    }
    .style-gallery-horizontal .product-detail-info,
    .detail-sticky-style3 .product-detail-info,
    .style-gallery-vertical .product-detail-info {
        padding-left: 0px;
    }
    .woocommerce .widget_price_filter .price_slider_amount .button {
        width: auto;
        min-width: auto;
        padding: 0px!important;
        background: transparent;
        color: #000;
        height: auto;
        line-height: 33px;
    }
    .woocommerce .widget_price_filter .price_slider_amount .price_label {
        margin: 0px;
    }
    /*input[type=button], input[type=reset], input[type=submit], .woocommerce a.button, .woocommerce #respond input#submit, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
    .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
        height: 50px;
        line-height: 50px;
        padding: 0 25px!important;
    }*/
   
    .widget {
        margin-bottom: 43px;
    }
    .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
        margin-bottom: 20px;
    }
    .widget_price_filter .widget-title {
        margin-bottom: 30px;
    }
    .widget-title {
        margin: 0 0 30px 0;
            font-size: 20px;
    }
    #main-content {
        padding: 70px 0;
    }
    .contact-form-contact2 .wpcf7 {
        margin-top: 44px;
    }
    .contact-form-contact2 {
        margin-top: 50px;
        margin-bottom: 35px;
    }
    .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number {
        width: 25px;
        height: 25px;
        line-height: 25px;
        right: 0px;
        top: -10px;
    }
    .info-box-contact1 .info> .elementor-widget-wrap,
    .info-box-contact2 .info> .elementor-widget-wrap
    {
        margin-left: 0;
    }
    .line-footer-contact {
        margin-bottom: 50px;
    }
    .info-box-contact1 {
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .history-about2 .col-tex-history {
        padding-right: 0px;
    }
    .sevice-about2 {
        margin-bottom: 70px;
    }
    .brand-about2 .el7up-wrapper-slider {
        margin-top: 70px;
        margin-bottom: 60px;
    }
    .history-about2 >.elementor-container:before {
        left: 0;
        right: 0;
         background: transparent; 
    }
    .banner4-about1,
    .banner5-about1{
        margin-bottom: 70px;
    }
    .client-about1,.sevice-about1 {
        margin-bottom: 70px;
    }
     .history-about1 {
        margin-top: 40px;
    }
    .el7up-wrapper-slider-style10 .el7up-swiper-slider {
        margin-bottom: 50px;
    }
    .blog-home3 .el7up-swiper-slider {
        margin-top: 40px;
    }
    .blog-home3 {
        margin-top: 55px;
        margin-bottom: 60px;
    }
    .banner3-home3{
        margin-top: 70px;
        padding: 60px 50px;
    }
    .banner3-home3 .title2 .el7up-text-editor{
        font-size: 36px!important;
    }
    .product-slider-home3:after{
        display: none;
    }
    .product-slider-home3 .el7up-heading-style3{
        margin-bottom: 30px;
    }
    .product-slider-home3 {
        padding-top: 60px;
        padding-bottom: 60px;
        margin-top: 65px;
    }
    .el7up-wrapper-slider-style9 .el7up-swiper-slider {
        margin-top: 40px;
    }
    .item-slider-style9 .item-content{
        font-size: 18px;
    }
    .el7up-wrapper-slider-style9 .el7up-swiper-slider .item-title {
        margin-top: 30px;
    }
    .el7up-wrapper-slider-style9 .el7up-swiper-slider .item-content p{
        line-height: 30px;
    }
    .header-line-doc .el7up-heading-style1{
        font-size: 30px!important
    }
    .header-line-doc .el7up-heading-style1:after {
        height: 40px;
        margin-top: 15px;
    }
    .cate-banner-home3 {
        margin-top: 70px;
        margin-bottom: 52px;
    }
    .image-icon-baner2-home3 h3 {
        font-size: 80px;
        line-height: 80px;
    }
    .image-icon-baner2-home3 img{
        display: none;
    }
    .branding-home3 {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .sevice-home3 .s7upe-info-box-style2 {
        padding: 30px 0px;
    }
    .sevice-home3 {
        margin-top: 50px;
        margin-bottom: 55px;
    }
    .cate-home3 {
        margin-top: 30px;
    }
    .promo-home2 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
        right: 0px;
    }
    .promo-home2 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
        left: 0px;
    }
    .menu-header-home2{
        background: #f6f6f6;
    }
    .menu-header-home2 .s7upf-menu-container {
        border-top: none;
    }
    .brand-home2 {
        padding: 0px 0px;
        margin-top: 70px;
        margin-bottom: 70px;
    }
    .blog-home2 .el7up-swiper-slider {
        margin-top: 40px;
    }
    .blog-home2 {
        margin-top: 45px;
    }
    .mailchimp-home2 {
        padding: 60px 30px;
    }
    .icon-image-mailchimp-home2 img:nth-child(1) {
        top: -260px;
        left: 40px;
    }
    .box-category-home2 .el7up-heading-style4 {
        margin-bottom: 30px;
    }
    .box-category-home2 {
        padding-top: 60px;
    }
    .promo-home2 .el7up-wrapper-slider {
        margin-top: 40px;
        margin-bottom: 115px;
    }
    .promo-home2 .display-swiper-pagination-style3 .swiper-pagination {
        margin-top: 20px;
    }
    .promo-home2 .elementor-widget-s7upf-heading.title {
        padding-top: 55px;
        margin-top: 55px;
    }
    .item-slider-style6 {
        padding: 50px
    }
    .testimonial-home2:before {
        left: 0;
        right: 0;
    }
    .testimonial-home2 .el7up-heading-style4 {
        margin-bottom: 35px;
    }
    .testimonial-home2 {
        padding-top: 60px;
        margin-top: 70px;
    }
    .product-tab-home2 .el7up-tabs- .header-tab-layout {
        margin-bottom: 57px;
    }
    .product-tab-home2 .el7up-heading-style2 {
        margin-bottom: 35px;
    }
    .product-tab-home2 {
        margin-top: 55px;
    }
    .css-icon-image .content-imageicon img:nth-child(4) {
        display: none;
    }
    .history-home2 .navi-style2-left .display-swiper-navi-style2 .s7up-swiper-navi {
        margin-right: 0;
    }
    .banner-slider-home2 {
        margin-top:30px;
        margin-bottom: 85px;
    }
    .display-swiper-pagination-style3 .swiper-pagination {
        margin-top: 20px;
    }
    .el7up-tabs .title-header-style1 .sub-title-header{
        margin-left: 0px;
    }
    .item-product-wg .product-info .product-title{
    font-size: 18px;
    line-height: 22px;
    }
 .item-grid-product-style2 .product-title {
        padding: 10px 15px 10px;
        font-size: 18px;
        max-width: 100%;
    }
    .copyright-footer2 {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .scroll-top-footer2 {
        margin-top: -40px;
    }
    .scroll-top-footer .elementor-divider__element i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
    .main-footer2 {
        padding-top: 60px;
        padding-bottom: 55px;
    }
    .blog-home1{
        margin-bottom: 70px;
         margin-top: 50px;
    }
    .tab-instagram-home1:before{
        display: none;
    }
    .tab-instagram-home1 {
        padding-bottom: 0px;
        margin-top: 53px;
    }
    .banner2-home1{
        margin-top: 70px;
    }
    .client-say-home1 .el7up-heading-style3{
        margin-bottom: 30px;
    }
    .slider-other-cate-home1 .el7up-wrapper-slider {
        margin-right: 0px;
        margin-top: 70px;
    }
 
    .tab-product-home .el7up-tabs .title-header-style1 .sub-title-header,
    .tab-instagram-home1 .el7up-tabs .title-header-style1 .sub-title-header
     {
        margin-left: 0;
    }
    .tab-product-home1 {
        margin-top: 40px;
    }
    .tab-product-home1 .el7up-tabs- .header-tab-layout,
    .tab-instagram-home1 .el7up-tabs- .header-tab-layout
     {
        margin-bottom: 50px;
    }
    .tab-product-home1 .header-tab-list,
    .tab-instagram-home1 .header-tab-list
    {
        width: 100%!important;
        margin-top: 15px;
    }
    .brand-home1 {
        margin-top: 50px;
        margin-bottom: 35px;
    }
    .product-slider-home1,.banner1-home1 {
        margin-top: 70px;
    }
    .product-slider-home1 .el7up-wrapper-slider:before{
        display: none;
    }
    .menu-header-home1 .toggle-mobile-menu{
       background: #000;
    }
    .menu-header-home1 .s7upf-menu-container {
        border-top: none;
    }
    .menu-header-home1 {
        background: #ffbd76;
    }
    .language-box .el7up-dropdown-box {
        margin-right: 15px;
        padding-right: 15px;
    }
    .blog-home1 .elementor-widget-s7upf-heading{
        position: relative;
        margin: 0px;
        margin-bottom: 30px!important;
    }
    .blog-home1 .el7up-wrapper-slider:before{
        display: none;
    }
    .item-grid-post-style3 .post-info{
        margin-left: 0px!important;
        padding: 0px 40px;
    }
    .item-grid-post-style3 .post-thumb{
        width: 50%;
        max-width: 100%;
        min-width: 50%;
    }
    .blog-home1 .el7up-swiper-slider{
        margin-left: 0px;
    }
    .client-say-home1{
        margin-top: 70px;
    }
    .el7up-tabs .title-header-style1 .title-header{
        padding: 0px;
    }
    .el7up-heading-style3,
    .pos-right .el7up-heading-style3{
        writing-mode: initial;
        padding: 0px;
        padding-left: 0px;
        transform: rotate(0deg);
    }
    .pos-right .el7up-heading-style3:before,
    .el7up-heading-style3:before{
        height: 25px;
        width: 225px;
        bottom: auto;
        top: auto;
        left: 0;
    }
    .pos-right.elementor-widget-s7upf-heading {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        margin: 0px;
    }
    .client-say-home1 .el7up-wrapper-slider {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
    }
    .client-say-home1 .el7up-wrapper-slider:before{
        display: none;
    }
    .client-say-home1 .el7up-swiper-slider {
        margin-right: 0;
    }
    .el7up-banner-info-style2 .banner-info{
        transform: rotate( 0deg);
        right: auto;
        writing-mode: inherit;
        bottom: auto;
        width: 100%;
        top: 0;
        padding: 0px 20px;
    }
    .el7up-banner-info-style2 .item-title-e:before {
        height: 25px;
        width: 225px;
        top: 15px;
        left: 0;
        right: auto;
    }
    .navi-style2-left .display-swiper-navi-style2 .s7up-swiper-navi,
    .display-swiper-navi-style2 .s7up-swiper-navi{
        margin-left: 0;
        height: auto;
        position: relative;
        transform: rotate(0deg);
        left: auto;
        right: auto;
        bottom: auto;
        justify-content: space-between;
        margin: 0px;
        margin-top: 20px;
        margin-bottom: -10px;
    }
    .display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-next{
        order: 1;
    }
    .display-swiper-navi-style2 .s7up-swiper-navi .la-arrow-up:before{
        content: "\f061";
    }
    .display-swiper-navi-style2 .s7up-swiper-navi .la-arrow-down:before{
        content: "\f060";
    }
    .product-slider-home1 .display-swiper-navi-style2 .s7up-swiper-navi{
        display: none;
    }
    .post-info-author-style1 .name-author {
        margin-bottom: 15px;
    }
    .post-info-author-style1 .author-info {
        padding-left: 30px;
    }
    .post-info-author-style1 .author-thumb {
        width: 120px;
        min-width: 120px;
    }
    .post-info-author-style1 {
        background: transparent; 
        padding: 0;
        position: relative;
        margin-top: 70px;
    }
    .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-nav {
        height: 50px;
        line-height: 50px;
        width: 50px;
        font-size: 30px;
        margin-top: -25px;
    }
    .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
        right: 0px;
    }
    .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
        left: 0px;
    }
    .content-sidebar-right>div {
        margin-right: 100px;
    }
    .content-sidebar-left>div {
        margin-left: 100px;
    }
    .content-sidebar-type-style2.content-sidebar-right>div {
        margin-right: 0px;
    }
    .content-sidebar-type-style2.content-sidebar-left>div {
        margin-left: 0px;
    }
    .body-shop70 .sidebar-type-style2 .sidebar-left,
    .sidebar-type-style2 .sidebar-left{
            padding-right: 0px;
            border-right: none;
    }
    .sidebar-type-style2 .sidebar-right{
            padding-left: 0px;
            border-left: none;
    }
    .sidebar-type-style2 .sidebar-left{
        margin-right: 0px;
    }
    .sidebar-type-style2 .sidebar-right{
        margin-left: 0px;
    }
    .sidebar {
        padding: 50px 30px;
    }
    .col-search-cart-header1 .el7up-mini-cart-style1 .mini-cart-link {
        height: 80px;
        line-height: 80px;
    }
    .main-header1 .col-menu{
        order: 0;
    }
    .main-header1 .col-logo{
        order: 1;
    }
    .main-header1 .col-search-cart-header1{
        order: 2;
    }
    .main-footer1 .col-info-footer .desc-info .el7up-text-editor,
    .main-footer2 .col-info-footer .desc-info .el7up-text-editor
    {
        margin-bottom: 7px;
    }
    
    .box-mailchimp-home2 {
        margin-top: 50px;
    }
    .item-slider-style8 .slider-info{
        opacity: 1;
    }
    .item-slider-style8 {
        box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 7%);
        background: #fff;
        z-index: 2;
    }
    .blog-home3 .el7up-wrapper-slider .post-info:after{
        display: none;
    }
    .banner5-home3 .el7up-text-editor {
        padding-left: 70px;
    }
   .banner5-home3,
    .banner4-home3, .banner4-about1 {
        padding: 70px 0px;
    }
    .brand-home3 {
        margin-top: 70px;
    }
    .line-divider-instagram {
        margin-top: 50px;
    }
    .instagram-home3 {
        margin-top: 50px;
        margin-bottom: 60px;
    }
    .instagram-home3 .el7up-swiper-slider {
        margin-right: -65px;
        margin-left: 65px;
    }
    .el7up-wrapper-slider-style9 .gallery-thumbs .swiper-slide:after{
        font-size: 100px;
    }
    .copyright-footer1 {
        margin-bottom: 43px;
    }
    .col-tex-history .el7up-heading-quote {
        margin-left: 0;
    }
    .item-slider-style10 .item-content{
        font-size: 20px;
    }
    .el7up-wrapper-slider-style10 .el7up-swiper-slider .item-content p{
        line-height: 30px;
    }
    .pagi-nav {
        margin-top: 70px;
    }
    .item-grid-product- .product-extra-link{
            bottom: 20px;
    }
    .detail-qty > a {
        height: 50px;
        line-height: 50px;
        width: 40px;
        text-align: center;
    }
    .woocommerce div.product form.cart .single_add_to_cart_button {
        height: 50px;
        line-height: 40px;
        padding: 0px 15px!important;
    }
    .detail-qty > input {
        height: 45px;
        line-height: 44px;
    }
    .woocommerce div.product form.cart .single_add_to_cart_button:before {
        font-size: 24px;
    }
    .wishlist_compare_single_product a {
        height: 50px;
        width: 60px;
        line-height: 50px;
    }
    .line-footer1 {
        margin-bottom: 70px;
    }
    .video-after-product .title-video .elementor-widget-container {
        padding-top: 55px;
    }
    .video-after-product {
        margin-top: 70px;
        padding-bottom: 60px;
    }
    .tab-style-sticky-style3 .detail-tab-desc {
        padding-top: 60px;
    }
    .el7up-accordion-style2.ui-accordion .ui-accordion-header {
        padding: 10px 15px;
    }
    .el7up-accordion-style2.ui-accordion .ui-accordion-header .text {
        font-size: 18px;
    }
    .el7up-accordion-style2.ui-accordion .ui-accordion-content {
        padding: 40px 0px;
        line-height: 30px;
    }
    .checkout-custom >.row> .col-md-5 {
        padding-left: 15px;
    }
    .main-top-filter {
        margin-bottom: 30px;
    }
    .body-blog-list2 .sidebar, .body-blog-list6 .sidebar, .body-blog-list5 .sidebar {
        margin-top: 0;
    }
    .item-grid-post-style2 .post-info {
        padding-left: 0;
    }
    .item-grid-post-style2 .post-info .formart-post{
        display: none;
    }
    .item-grid-post-style2 .desc {
        font-size: 18px;
        line-height: 30px;
    }
    .item-grid-post-style2 .post-title{
        font-size: 24px;
    }
    .section-author-full .post-info-author-style1 {
        padding: 70px 0;
    }
    .title-related-product .single-title2,
    .title-comment-post{
        font-size: 30px;
    }
    .el7up-bt-style4 {
        font-size: 18px;
        line-height: 47px;
        padding: 0px 20px;
        height: 60px;
    }
    .display-swiper-navi-group .s7up-swiper-navi {
        width: 50px;
    }

    .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav {
        height: 50px;
        line-height: 50px;
        width: 50px;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .display-swiper-navi-group2 .s7up-swiper-navi .swiper-button-nav{
        height: 50px;
        line-height: 50px;
        width: 50px;
        font-size: 20px;
    }
    .banner1-home4 .title .text-css-e {
        font-size: 24px!important;
        line-height: 36px!important;
        margin-bottom: 10px;
    }
    .countdown-home4 .elementor-widget-s7upf_info_box {
        max-width: 100%;
    }
     .banner1-home5 {
        margin-top: 65px;
        padding-top:70px;
    }
    .pagination-number-line .swiper-pagination {
        margin-top: 48px;
    }
    .sevice-home5 {
        margin-top: 45px;
    }
    .banner1-home5 .info {
        padding-right: 0;
    }
    .banner2-home5 .info {
        padding-right: 0px;
        padding-left: 0px;
    }
    .banner1-home5 .title .el7up-heading-style1 {
        font-size: 24px!important;
        line-height: 33px!important;
    }
    .cate-slider-home5 {
        padding-top: 60px;
        padding-bottom: 70px;
        margin-top: 70px;
    }
    .cate-slider-home5 .el7up-swiper-slider {
        padding-top: 60px;
    }
    .main-footer5 .col-logo{
        order: 3;
        margin-top: 30px;
    }
    .main-footer5 .col-link{
        order: 2;
    }
    .main-footer5 {
        padding-bottom: 45px;
    }
    .main-footer5 .social {
        padding: 30px 0px;
        margin-top: 10px;
    }
    .main-footer5 .social:before {
        top: 20px;
    }
    .scroll-top-footer {
        margin-top: 10px;
    }
    .item-slider-home9 .title2 {
        font-size: 36px!important;
    }
    .banner-slider-home9 .display-swiper-pagination-style3 .swiper-pagination {
        margin-top: 20px;
    }
    .banner-slider-home9 {
        margin-bottom: 115px;
    }
    .product1-home9 .product-grid-view {
        margin-top: 40px;
    }
    .el7up-wrapper-slider-style13 {
        padding: 70px 70px;
    }
    .banner4-home6 {
        margin-bottom: 50px;
    }
    .sevice-home9 {
        margin-top: 70px;
    }
    .sevice-home9 .s7upe-info-box-style8 .flex-wrapper {
        padding: 10px 0px 15px;
    }
    .product-tab-home9 {
        margin-top: 0;
        padding-top: 0;
    }
    .mailchimp-home9 {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-top: 60px;
    }
    .banner4-home9 .title2 .el7up-heading-style1, .banner3-home9 .title2 .el7up-heading-style1 {
        font-size: 30px!important;
        line-height: 40px!important;
        margin-top: 10px!important;
        margin-bottom: 10px!important;
    }
    .banner3-home9 .title3 .text-css-e, .banner4-home9 .title3 .text-css-e {
        font-size: 18px!important;
        line-height: 30px!important;
            margin-bottom: 10px;
    }
    .item-slider-style13 .item-content {
        font-size: 18px;
    }
    .banner-slider-home10 .swiper-pagination {
        margin-top: 40px;
    }
    .banner-slider-home10 {
        margin-bottom: 175px;
    }
    .client-home10 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .banner1-product-home10 .col-info {
        padding-left: 0;
    }
    .banner2-product-home10 {
        margin-top: 0;
    }
    .banner1-product-home10 .col-product {
            padding-bottom: 0;
        padding-top: 50px;
    }
    .banner2-product-home10 .col-product {
        padding-bottom: 50px;
        padding-top: 30px;
    }
    .tab-product-home10 .el7up-tabs- .header-tab-layout {
        margin-bottom: 60px;
    }
    .tab-product-home10 .display-swiper-pagination-number .swiper-pagination {
        margin-top: 60px;
    }
    .banner1-home10 {
        margin-top: 70px;
    }
    .instagram-home10 {
        padding-top: 70px;
        padding-bottom: 70px;
        margin-top: 70px;
    }
    .banner2-product-home10 .col-info {
        padding-right: 0px;
    }
    .banner2-product-home10 .col-info:after,
    .banner1-product-home10 .col-info:after,
    .banner2-product-home10 .col-info:before,
    .banner1-product-home10 .col-info:before{
        display: none;
    }
    .blog-home10 {
        margin-bottom: 70px;
    }
    .blog-home10 .blog-list-post-item-style5 {
        margin-bottom: 50px;
    }
    .footer-home10 .col-logo .logo-style-text, .footer-home10 .col-link .list-link-footer10 {
        padding-top: 70px;
    }
    .item-list-post-style5 {
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    .item-list-post-style5 .readmore-wrap {
        padding-left: 20px;
        width: 30%;
    }
    .item-list-post-style5 .post-info {
        padding-left: 20px;
        padding-right: 20px;
    }
    .item-list-post-style5 .date h4 {
        font-size: 70px;
    }
    .instagram-home10 .swiper-container {
        margin-top: 50px;
    }
    .banner-slider-home11 {
        margin-top: 0;
    }
    .main-header13{
        background: #000;
    }
    .testimonial-home11 {
        padding-top: 60px;
    }
    .testimonial-home11 .title-testimonial .text-css-e {
        margin-bottom: 60px;
    }
    .item-testimonial-home11 .col-info {
        padding-left: 60px;
        padding-right: 60px;
    }
    .item-testimonial-home11 .title .text-css-e {
        margin-bottom: 20px;
    }
    .item-testimonial-home11 .col-info .author {
        margin-top: 20px;
    }
    .box-video-home11 .info-video .desc .text-css-e {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px!important;
        line-height: 30px!important;
    }
    .blog-home11 .el7up-posts-wrap {
        margin-top: 40px;
    }
    .mailchimp-home11 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mailchimp-home11 .el7up-mailchimp-wrap {
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .box-video-home11 {
        padding-top: 70px;
    }
    .box-video-home11 .title-video .text-css-e {
        margin-bottom: 60px;
    }
    .box-video-home11 .info-video>.elementor-widget-wrap {
        padding: 50px;
    }
    .sevice-home11 {
        margin-top: 60px;
    }
    .item-testimonial-home11 .col-info {
        padding-left: 30px;
        padding-right: 30px;
    }
    .testimonial-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
        left: 0;
    }
    .testimonial-home11 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next{
        right: 0;
        left: auto;
    }
    .banner-slider-home11 .title2 {
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 10px;

    }
    .banner-slider-home11 .title1 {
        font-size: 18px;
    }
    .banner-slider-home11 .content-slider-custom {
        height: 190px;
        margin-left: 50px;
    }
    .banner-slider-home11 .swiper-pagination{
        display: none;
    }
    .banner-slider-home11 .title3 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 30px;
    }
    .instagram-home12 .swiper-container {
        margin-right: 0px;
    }
    .blog-home12 .blog-loadmore {
        font-size: 40px;
    }
}/*End max-width: 1170px*/

@media (width: 1024px)  {

}
@media (max-width: 1024px)  {
    
}/*End max-width: 1024px*/
@media (max-width: 991px)  {
    .item-list-post-style5 .desc {
        font-size: 18px;
        line-height: 30px;
    }
    .banner3-home8 .desc span{
        display: none;
    }
    .title-list-cate-home8 .elementor-widget-container {
        margin-top: 80px;
        background-image: none!important;
        padding-top: 0px;
            padding-bottom: 60px;
    margin-bottom: 0;
    }
    .list-cate-home8 .display-swiper-navi-group2 .s7up-swiper-navi {
    margin-top: 0;
}
    .brand-home6 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
        right: 0px;
    }
    .brand-home6 .el7up-wrapper-slider {
        padding-right: 100px;
    }
    .item-grid-post-style6 .item-post {
        border-width: 8px;
    }
    .blog-home6 .item-grid-post-style6 .meta-post-style1,
    .item-grid-post-style6 .post-info2:after{
        display: none;
    }
    .s7upe-info-box-style9 .info-box-chuky {
            max-width: 70px;
    }
    .s7upe-info-box-style9 .item-desc-title-e {
        margin-bottom: 30px;
    }
    .s7upe-info-box-style9 .item-name-title-e {
        margin-left: 20px;
        font-size: 18px;
        line-height: 30px;
    }
    .el7up-bt-style2 {
        font-size: 14px;
    }
    .group-banner1-home6 .title {
        font-size: 14px!important;
        line-height: 20px!important;
    }
    .el7up-bt-style5 {
        font-size: 14px;
    }
    .addcart-link-style3 {
        height: 70px;
        line-height: 70px;
    }
    .product-extra-link2{
        bottom: 70px;
    }
    .item-grid-product-style3 .product-price{
        height: 70px;
        line-height: 70px;
    }
    .product-extra-link2 .wishlist-compare{
        display: none;
    }
    .product-extra-link2 .product-title {
        margin-bottom: 0;
    }
    .item-list-post-style2 .post-info .post-title {
           font-size: 26px;
    line-height: 33px;;
    }
    .table-info-product .el7up-text-editor {
        padding-left: 0px;
        padding-top: 30px;
    }
    .content-text-product2 .elementor-column{
        width: 100%!important;
    }
    .comment-list .children {
        padding-left: 0px;
    }
    .blog-home1 .item-grid-post-style3 .post-title {
        max-width: 100%;
    }
    .tags-and-share .tags-post a {
        margin-right: 20px;
    }
    .body-blog-list2 .sidebar-type-style2 .sidebar-left {
        padding-right: 0;
        margin-right: 0;
    }
    .body-blog-list2 .content-sidebar-type-style2 .content-page-default {
        margin-left: 0;
    }
    .item-list-post-style3 {
        margin-bottom: 50px;
    }
    .item-list-post-style3 .post-title {
        font-size: 24px;
        line-height: 30px;
    }
    .el7up-list-link-icon2 i{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    
    .checkout-custom >.row> .col-md-5{
        width: 45%;
    }
    .checkout-custom >.row> .col-md-7{
        width: 55%;
    }
    .detail-gallery-sticky-style3 .list-gallery-sticky .item-gallery-sticky {
        width: 100%;
    }

    .video-after-product .title-video .elementor-widget-container,
    .after-product-also-like .title-video .elementor-widget-container
     {
        padding-bottom: 200px;
        margin-bottom: -140px;
    }
    .sidebar-type-default .sidebar-left {
        margin-right: 0px;
    }
    .sidebar-type-default .sidebar-right {
        margin-left: 0px;
    }
    .content-sidebar-type-default.content-sidebar-left>div {
        margin-left: 0;
    }
    .content-sidebar-type-default.content-sidebar-right>div {
        margin-right: 0;
    }
    .client-about1 .el7up-wrapper-slider-style10 {
        margin: 0px;
    }
    .blog-home3 .el7up-wrapper-slider .post-info .desc {
        max-width: 100%;
    }
    .blog-home3 .item-grid-post-style3 .post-info {
        margin-left: 0;
    }
    .box-mailchimp-home2 .mailchimp-col,
    .box-mailchimp-home2 .info-text-col
    {
        width: 100%!important;
    }
    .box-mailchimp-home2 .mailchimp-col
    {
        margin-top: 20px;
    }
    .item-slider-style6 .slider-info .item-content p {
        line-height: 34px;
    }
    .item-slider-style6 .slider-info {
        padding-left: 40px;
    }
    .item-slider-style6 .item-content {
        font-size: 18px;
    }
    .item-slider-style6 .image-wrap:before {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
        right: -15px;
    }
    .item-slider-style6 .image-wrap {
        min-width: 190px;
        max-width: 190px;
    }
    .el7up-banner-info-style3 .banner-info .item-title-e {
        font-size: 24px;
        padding: 10px 20px 15px;
    }
    .product-tab-home2 .addcart-link-style1.button.addcart-link ,
    .product-tab-home2 .product-extra-link a
    {
        width: 40px;
        height: 40px!important;
        line-height: 40px!important;
        font-size: 20px;
    }
      .banner-slider-home3 .title3 {
        font-size: 16px!important;
        line-height: 24px!important;
    }
    .banner-slider-home3 .title2 {
        font-size: 30px!important;
        line-height: 49px!important;
    }
    .banner-slider-home3 .title4 {
        font-size: 18px!important;
        height: 50px!important;
        line-height: 50px!important;
        min-width: 180px!important;
    }
    .item-grid-post-style3 .post-title {
        font-size: 24px;
        line-height: 30px;
    }
    .blog-home1 .el7up-wrapper-slider .post-info .desc {
        max-width: 100%;
    }
    .blog-home1 .el7up-swiper-slider {
        margin-right: 0px;
    }
    .item-grid-post-style3 .item-post{
            display: block;
    }
    .item-grid-post-style3 .post-thumb{
        width: 100%;
    }
    .item-grid-post-style3 .post-info{
        padding: 0px;
        padding-top: 30px;
    }
    .blog-home1 .el7up-wrapper-slider .post-info:after,
    .client-say-home1 .el7up-wrapper-slider:after{
        display: none;
    }
    .s7upe-info-box-style10 .item-sub-title-e:before {
        height: 20px;
        margin: 0px 15px;
        margin-bottom: -3px;
    }
    .s7upe-info-box-style10 .item-title-e {
        margin-top: 20px;
    }
    .s7upe-info-box-style10 .info-box-content2 .la-quote-right{
        font-size: 60px;
    }
    .s7upe-info-box-style10 .info-box-content2 {
        padding: 40px 20px;
    }
    .el7up-list-link-icon {
        margin: 0px -8px;
    }
    .el7up-list-link-icon .item-link {
        margin: 0px 8px;
    }
    .info-banner1-home1 {
        margin-left: 15px;
    }
   .post-info-author-style1 .author-thumb {
        display: none;
    }
    .post-info-author-style1 .author-info {
        padding-left: 0;
    }
    blockquote:before {
        font-size: 26px;
        left: 18px;
    }
    blockquote {
        padding: 30px 30px 30px 60px;
        line-height: 33px;
        font-size: 20px;
    }
    .item-grid-product- .product-info .product-title {
        font-size: 16px;
    }
    .exclusive-product-home10 .width_masory {
        width: 50%!important;
    }
}/*End max-width: 991px*/
@media (min-width: 767px) and (max-width: 991px)  {
    
}/*End min-width: 767px and max-width: 991px*/
@media (width: 768px) {
    
}/*End width: 768px*/
@media (max-width: 768px) {

}/*End max-width: 768px*/
@media (max-width: 800px) {
    .section-author-full .post-info-author-style1 {
        padding: 70px 15px;
    }
}/*End max-width: 768px*/

@media (max-width: 767px) {
    .blog-home12 .blog-loadmore:before {
        font-size: 20px;
        height: 60px;
        width: 60px;
        line-height: 65px;
    }
    .blog-home12 .blog-loadmore {
        line-height: 60px;
    }
    .group-slider-home12 .title{
        font-size: 20px!important;
        line-height: 24px!important;

    }
    .banner1-home11 .info {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 70px;
    }
    .item-testimonial-home11 .title .text-css-e {
        margin-top: 40px;
    }
    .banner-slider-home11 .title2 {
        font-size: 24px;
    }
    .banner-slider-home11 .content-slider-custom {
        height: 115px;
        margin-left: 30px;
    }
    .banner-slider-home11 .title3 {
        display: none;
    }
     .footer-home10 .col-link .list-link-footer10{
        margin-bottom: 0;
        padding-top: 0;
    }
    .item-list-post-style5{
        flex-direction: column;
    }
    .item-list-post-style5 .date{
        margin-bottom: 30px;
    }
    .item-list-post-style5 .post-info{
        padding-left: 0px;
        padding-right: 0px;
        border-right: none;
        margin-bottom: 30px;
        text-align: center;
    }
    .item-slider-home10 .title2,
    .item-slider-home10 .el7up-btwrap
    {
        display: none;
    }
    .item-slider-home10 .title3 {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .mailchimp-home9 .el7up-mailchimp-wrap {
        margin-right: 0;
    }
    .line-sevice-home9 .elementor-column {
        margin: 20px 0px;
        border: none;
    }
   
    .item-slider-style13 .slider-info {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .el7up-wrapper-slider-style13 {
        padding: 70px 0px;
    }
    .item-slider-style13 {
        flex-direction: column;
            align-items: center;
    }
    .item-grid-product-style6 .wishlist-link {
        top: 20px;
        left: 20px;
    }
    .item-grid-product-style6 .compare-link{
        top: 20px;
        right: 20px;
    }
    .item-grid-product-style6 .addcart-link{
        left: 20px;
        right: 20px;
    }
    .item-grid-product-style6 .product-price {
        bottom: 20px;
        left: 20px;
    }
    .item-grid-product-style6 .product-info {
        padding: 20px 20px 0px;
    }
    .banner1-home9 .title1 {
        left: 40px;
        bottom: 10px;
    }
    .banner2-home9 .title1 {
        left: 40px;
        top: 10px;
}
    .banner1-home9 .title1, .banner2-home9 .title1 {
        line-height: 27px;
        font-size: 20px;
    }
    .banner2-home9 .title2, .banner1-home9 .title2 {
        font-size: 24px;
        right: 14px;
        top: 20px;
    }
    .banner-slider-home9 {
        margin-top: 0;
    }
    .s7upe-info-box-style11 .info {
        height: 60px;
        padding: 0px 15px;
        font-size: 18px;
    }
    .slider-client-home8 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-next {
        right: 0;
    }
    .slider-client-home8 .display-swiper-navi-style1 .s7up-swiper-navi .swiper-button-prev {
        left: 0;
    }
    .banner3-home8 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner6-home7 .title2 {
        margin-top: 10px;
    }
    .banner6-home7 .title3 {
        font-size: 14px!important;
        line-height: 20px!important;
    }
    .banner6-home7 .title1 {
        font-size: 24px!important;
        line-height: 25px!important;
    }
    .banner-slider-home7 .desc{
        font-size: 14px!important;
            line-height: 22px!important;
    }
    .main-header11 .s7upf-menu-toggler .text-menu {
        display: none;
    }
    .banner-slider-home5 .el7up-bt-style2-center{
        font-size: 14px;
    }
     .number-pagination .number:before {
        height: 30px;
        top: 0px;
    }
    .number-pagination .number{
        font-size:25px;
    }
    .number-pagination{
        font-size: 30px!important;
    }
    .item-grid-post-style5 .post-info .post-title {
        line-height: 30px;
        font-size: 24px;
    }
    .banner2-home4 .list-image2 {
        margin-bottom: 0;
        padding-top: 0;
    }
    .banner2-home4 .image4 {
        margin-top: 0;
    }
    .banner2-home4 .diamond-ring .el7up-text-item {
        font-size: 40px!important;
    }
    .banner2-home4 .image6 {
        margin-top: 0;
    }
    .banner2-home4 .image3 {
        margin-top: 0;
    }
    .client-home4 .display-swiper-navi-style1 .s7up-swiper-navi{
        display: none;
    }
    .item-slider-style11 .item-content {
        padding: 0;
    }
    .client-home4 .elementor-widget-wrap {
        border-left: 0;
        border-right: 0;
    }
    .tab-product-home4 .el7up-banner-info .el7up-text-item {
        font-size: 28px!important;
            margin-bottom: 15px!important;
    }
    .header-tab.title-header-style3 .title-header {
        padding-left: 25px;
    }
    .item-title-header-style3 .header-tab-list .tab-item-wrap:after{
        display: none;
    }
    .s7upe-info-box-style3 .item-title-e {
        margin-bottom: 10px;
    }
    .s7upe-info-box-style3 .s7up-countdown {
        font-size: 22px;
    }
    .s7upe-info-box-style3 {
        height: 290px;
        width: 290px;
    }
  .product1-home4 .elementor-widget-s7upf-banner-info{
        margin-bottom: 30px;
    }
    .product2-home4 .elementor-widget-s7upf-banner-info{
        margin-top: 30px;
    }
    .main-footer4 {
        padding-bottom: 30px;
    }
     .main-footer4 .col-info-footer {
        order: 4;
    }
    .main-footer4 .elementor-column:first-child .title-link-footer .el7up-heading-7up {
        margin-top: 0px;
    }
    .main-footer4 .title-link-footer .el7up-heading-7up {
        margin-bottom: 30px;
    }
    .title-comment-post:after {
        bottom: 5px;
    }
    .title-comment-post,
    .title-related-product .single-title2 {
        font-size: 26px!important;
    }
    .banner5-home3 .title1 {
        font-size: 18px;
    }
    .banner5-home3 .el7up-text-editor {
        padding-left: 15px;
        padding-right: 15px;
    }
    .el7up-wrapper-slider-style9 .el7up-swiper-slider .item-desc:before{
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: -17px;
    }
    .group-slider-home4 .title {
        font-size: 24px!important;
    }
    .group-slider-home4 {
        right: unset!important;
    }
    .group-slider-home4 .title{
        font-size: 30px!important;
    }
    .group-slider-home4 .el7up-bt-style2-center {
        font-size: 14px;
    }
    p {
        line-height: 1.7em;
    }
    .comment-list .comment-info .author-name span{
        display: block;
        margin-left: 0px;
    }
     
    .title-page .entry-title,
    .single-blog- .title-post-single{
        font-size: 30px;
    }
    .breadcrumb-post {
        padding-top: 200px;
        padding-bottom: 0px;
        margin-bottom: 0;
    }
    .item-list-post-style4 .post-title {
        font-size: 24px;
        line-height: 40px;
    }
    .item-list-post-style4 .desc {
        font-size: 18px;
        line-height: 30px;
    }
    .body-blog-list3:not(.elementor-editor-active) .elementor-widget-s7upf-posts, .body-blog-list9:not(.elementor-editor-active) .elementor-widget-s7upf-posts, .body-blog-list11:not(.elementor-editor-active) .elementor-widget-s7upf-posts, .body-blog-list7:not(.elementor-editor-active) .elementor-widget-s7upf-posts {
        margin-top: 0;
    }
    .before-post-list2, .before-post-list11 {
        padding-top: 225px;
        padding-bottom: 100px;
    }
    .body-blog-list2 .sidebar, .body-blog-list6 .sidebar, .body-blog-list5 .sidebar {
        margin-top: 0px;
    }
    .woocommerce form .form-row-first, .woocommerce-page form .form-row-first,
    .woocommerce form .form-row-last, .woocommerce-page form .form-row-last{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .checkout-custom >.row> .col-md-5{
        width: 100%;
    }
    .checkout-custom >.row> .col-md-7{
        width: 100%;
    }
    .cart-custom .cart-collaterals {
        padding-left: 0px;
        margin-top: 25px;
    }
    .style-gallery-horizontal2 .product-detail-gallery {
        margin-bottom: 0px;
    }
    .testimonial-product {
        padding: 60px 0px 60px;
    }
    .tab-product-horizontal .product-tab-title{
        text-align: left;
    }
    .content-text-product .el7up-heading-7up {
        margin-bottom: 20px;
    }
    .content-text-product .col2>.elementor-widget-wrap {
        padding-right: 0px!important;
        padding-left: 0px!important;
        margin-bottom: 30px;
    }
    .content-text-product .col1>.elementor-widget-wrap {
        margin-bottom: 30px;
    }
    .product-popup-content .product-title-single,
    .product-title-single {
        margin-top: 40px;
    }
    .product-popup-content .product-title-single{
        font-size: 26px;
        line-height: 33px;
    }
    .product-detail-gallery .product-label {
        top: 20px;
        left: 20px;
    }
    .body-sidebar-type-default #main-content>.s7upf-container>.s7upf-row,
    .body-sidebar-type-style2 #main-content>.s7upf-container>.s7upf-row
    {
        display: flex;
        flex-wrap: wrap;
    }
    .body-sidebar-type-default #main-content>.s7upf-container>.s7upf-row>.sidebar-position-left,
    .body-sidebar-type-style2 #main-content>.s7upf-container>.s7upf-row>.sidebar-position-left
    {
        order: 2
    }
    .body-sidebar-type-default #main-content>.s7upf-container>.s7upf-row>.content-sidebar-left,
    .body-sidebar-type-default #main-content>.s7upf-container>.s7upf-row>.content-sidebar-right,
    .body-sidebar-type-style2 #main-content>.s7upf-container>.s7upf-row>.content-sidebar-left,
    .body-sidebar-type-style2 #main-content>.s7upf-container>.s7upf-row>.content-sidebar-right
    {
        margin-bottom: 70px;
    }
    .el7up-wrapper-slider-style10 .el7up-swiper-slider .item-title {
        font-size: 20px;
            margin-top: 20px;
    }
    .el7up-wrapper-slider-style10 .el7up-swiper-slider .item-desc:before {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: -20px;
    }
    .sevice-about1 .s7upe-info-box-style2 {
        padding: 0px;
    }
    .el7up-wrapper-slider-style9 .gallery-thumbs .swiper-slide:after {
        font-size: 50px;
    }
    .pos-top .el7up-banner-info-style4 .el7up-banner-info-thumb{
        order: 0;
    }
    .pos-top .el7up-banner-info-style4 .banner-info:before {
        margin-top: 0;
        margin-bottom: 20px;
        bottom: 100%;
        top: auto;
    }
    .pos-top .el7up-banner-info-style4 .banner-info {
        margin-top: 70px;
        margin-bottom: 0;
    }
    .cate-banner-home3 .el7up-banner-info-el7up-bndf .el7up-info-inner.position-info-mid{
        position: relative;
        margin-left: 0;
        margin-top: 30px;
    }
    .branding-home3 .elementor-column:last-child .el7up-banner-info-style4 {
        margin-bottom: 0;
    }
    .sevice-home3 .s7upe-info-box-style2 {
        padding: 0px 0px;
    }
    .sevice-home3 .elementor-column{
        border-right: none;
        margin-bottom: 30px;
    }
    .sevice-home3 .elementor-column:last-child{
        margin-bottom: 0px;
    }
    .sub-title-style4 {
        font-size: 80px;
    }
    .item-slider-style8 .image-wrap a {
        padding: 30px 0px;
    }
    .title-link-footer .el7up-heading-7up {
        margin-bottom: 20px;
        margin-top: 50px;
    }
    .brand-home2 .item-slider- .image-wrap {
        width: auto;
        height: auto;
        line-height: initial;
        padding: 30px 0px;
    }
    .brand-about2 .item-slider- .image-wrap {
        width: auto;
        height: auto;
        line-height: initial;
        padding: 30px;
    }
    .brand-home2 .item-slider-:hover .image-wrap {
        background: transparent;
    }
    .icon-image-mailchimp-home2 img{
            display: none;
    }
    .el7up-heading-style2,
    .box-category-home2 .el7up-heading-style4,
    .mailchimp-home2 .el7up-heading-style1 {
        font-size: 30px!important;
    }
    .col-tex-history .el7up-heading-quote {
        margin-left: 0;
    }
    .history-home2 .col-tex-history {
        margin-top: 30px;
    }
    .display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav{
        font-size: 30px;
    }
    .history-home2 .el7up-wrapper-slider {
        padding-right: 0px;
    }
    .list-link-header-home2 {
            padding: 10px 0px;
    }
    .list-link-header-home2 .item-link{
        padding: 3px 5px!important;
        line-height: 20px;
    }
    .list-link-header-home2 .item-link:hover{
        background: transparent!important;
    }
    .list-link-header-home2 .item-link:hover .title{
        color: #000;
    }
    .main-header-home1 .logo-text{
        font-size: 34px!important;
    }
    .toggle-mobile-menu {
        height: 50px;
        width: 50px;
        line-height: 51px;
    }
    .el7up-banner-info-style2 .banner-info {
        padding: 0px;
        position: inherit;
    }
    .meta-post-style1 .meta-item {
        font-size: 18px;
    }
    .banner-slider-home3 .title4 {
        font-size: 14px!important;
        height: 40px!important;
        line-height: 40px!important;
        min-width: 130px!important;
    }
    .el7up-banner-info-style2 .item-title-e,
    .el7up-tabs .title-header-style1 .title-header,
    .el7up-heading-style3{
        font-size: 30px;
    }
    .slider-other-cate .content-slider-custom .title1{
        display: block;
        text-align: center;
    }
    .slider-other-cate .content-slider-custom .title2 {
        font-size: 24px;
        text-align: center;
    }
    .slider-other-cate .content-slider-custom{
            position: unset;
    }
    .copyright-footer2 {
        margin-bottom: 35px;
        margin-top: 15px;
    }
    .copyright-footer2 .el7up-text-editor p{
        line-height: 24px;
    }
    .main-footer2 .elementor-widget-s7upf-mailchimp{
        margin-bottom: 15px;
    }
 
    .list-service-home1 {
        margin-top: 0;
    }
    .main-header-home1 {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .main-header-home1 .el7up-search-icon .search-icon-popup {
        background: #fff;
        font-size: 31px;
    }
    .menu-header-home1 .toggle-mobile-menu {
        height: 50px;
        width: 50px;
        line-height: 51px;
    }
    .item-slider-style3 .item-desc {
        max-width: 200px;
        height: 130px;
        line-height: 105px;
        font-size: 60px;
    }
    .main-header-home1 .logo-text:after,
    .main-header-home1 .logo-text:before
    {
        display: none;
    }

    
    .tags-and-share .flex-wrapper
    {
        display: block;
    }
    
    .tags-and-share .single-post-share{
        margin-top: 20px;
    }
    .content-sidebar-right>div {
        margin-right: 0px;
    }
    .content-sidebar-left>div {
        margin-left: 0px;
    }
    .sidebar {
        padding: 0px;
        background: transparent;
    }
    .sidebar-right{
        margin-left: 0;
    }
    .sidebar-left{
        margin-right: 0;
    }
    .el7up-tabs .item-title-header-style1 .active a:after {
        opacity: 0;
    }
   
    .addcart-link-style1.button.addcart-link,
    .product-extra-link a {
        width: 40px;
        height: 40px!important;
        line-height: 40px!important;
        font-size: 20px;
    }
    .item-grid-product-style2 .product-extra-link {
        bottom: 15px;
    }
    .item-grid-product-style2 .product-quick-view{
        font-size: 30px;
    }
    .banner1-home1 .info-banner1-home1 .la-angle-double-right {
        margin-left: 0px;
    }
    .banner1-home1 .info-banner1-home1 .sub-title {
        margin-left: 20px;
    }
    .item-grid-product- .product-price {
      /*  width: 100%;*/
    }
    .item-slider-style4 .slider-info{
        padding: 20px;
        left: 0;
        right: 0px;
    }
    .item-grid-product- .product-info .product-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-slider-style6 {
     padding: 50px 30px;
        display: block;
        text-align: center;
    }
    .item-slider-style6 .image-wrap {
        margin: auto;
        margin-bottom: 20px;
    }
    .item-slider-style6 .slider-info {
        padding-left: 0px;
    }
    .item-grid-post-style4 .post-info .meta-post-style1 {
        margin-bottom: 10px;
    }
    .item-grid-post-style4 .post-info .post-title {
        margin-bottom: 10px;
    }
    .mailchimp-home2 {
        padding: 30px 0px 40px;
        text-align: center;
    }
    
    .banner-slider-home3 .tp-bullets{
        display: none;
    }
    .banner3-home3 {
        margin-top: 70px;
        padding: 60px 15px;
    }
    .banner4-home3 .el7up-text-editor, .banner4-about1 .el7up-text-editor {
        padding: 30px 15px 20px;
    }
    .banner4-home3 .title2, .banner4-about1 .title2 {
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .banner4-home3 .title3, .banner4-about1 .title3 {
        font-size: 18px;
        line-height: 26px;
    }
    .col-search-cart-header1 .el7up-mini-cart-style1 .mini-cart-link{
        height: 50px;
        line-height: 50px;
    }
    .main-header2 .logo-text {
        font-size: 34px!important;
    }
    .col-search-cart-header1 .el7up-search-icon .search-icon-popup{
        height: 40px;
        line-height: 45px;
        width: 40px;
        background: transparent;
        font-size: 28px;
    }
    .item-slider-style2 .item-title {
        font-size: 60px;
        left: 0;
    }
    .item-slider-style2 .item-content {
        font-size: 18px;
    }
    .product-detail-gallery .product-label > span{
        max-width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .item-list-post-style2 .post-info .post-title,
    .item-grid-post- .post-title {
        font-size: 24px;
        line-height: 30px;
    }
    .item-list-post-style3 .desc,
    .item-list-post-style2 .desc,
    .item-grid-post- .desc  {
        font-size: 18px;
        line-height: 30px;
    }
    .meta-post-style1 .meta-item .split {
        margin: 0px 10px;
    }
    .meta-post-style1 .comments-item a span {
        display: none;
    }
    .content-top-filter .sort-pagi-bar a {
        margin-right: 0px;
    }
    .content-default-404 .text {
        margin-bottom: 20px;
        font-size: 24px;
    }
    .content-default-404 .el7up-bt-default {
        margin-top: 40px;
    }
    .content-default-404 .number{
        font-size: 100px;
        margin-bottom: 40px;
        line-height: 100px;
            margin-top: -37px;
    }
    .cate-banner-home3 .el7up-banner-info-el7up-bndf .el7up-info-inner.position-info-mid .info-banner2{
        margin: auto;
    }
    .el7up-wrapper-slider-style9 .el7up-swiper-slider .item-title,
    .el7up-wrapper-slider-style10 .el7up-swiper-slider .item-title
     {
        font-size: 20px;
    }
    .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number{
        display: none;
    }
    .el7up-mini-cart-dropdown .mini-cart-content {
        width: 100vw;
    }
    .el7up-search-form-wrap .dropdown-box-cate:before {
        content: "\f07c";
        font-family: 'Line Awesome Free';
        font-weight: 900;
        padding-right: 15px;
        font-size: 18px;
    }
    .el7up-search-form .el7up-dropdown-list{
        left: 0;
    }
    .el7up-search-form-wrap .dropdown-box-cate .current-search-cat {
        display: none;
    }
    .rememberme-lost_password label,
    .rememberme-lost_password p
    {
        display: block!important;
        float: none!important;
    }
    .banner-slider-home3 .title1 {
        font-size: 16px!important;
        padding: 2px 15px!important;
        line-height: 20px!important;
        height: 25px!important;
        width: 160px!important;
    }
    .banner-slider-home3 .title2 {
        font-size: 24px!important;
        line-height: 33px!important;
    }
    .banner3-home3 .title2 .el7up-text-editor {
        font-size: 30px!important;
    }
   .woocommerce #reviews #comments ol.commentlist li .comment-text{
        margin: 0 0 0 70px;
    }
    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        width: 50px;
    }
    .woocommerce #reviews #comments ol.commentlist li {
        min-height: auto;
        margin: 0px;
    }
    .woocommerce #reviews #comments ol.commentlist li .wrap-rating {
        position: unset;
        display: inline-block;
    }
    .item-grid-post-style5 .meta-post-style1 .comments-item a span {
        display: inline-block;
    }

    .baner-slider-home6 .el7up-bt-style2{
        font-size: 14px;
    }
    .product-extra-link2 .product-title {
        font-size: 14px;
        line-height: 20px;
    }
    .product-extra-link2 {
        padding: 15px 15px;
    }
    .addcart-link-style3 {
        font-size: 14px!important;
        height: 50px;
        line-height: 50px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: 'Raleway';
        text-transform: capitalize;
    }
    .item-grid-product-style3 .product-price {
        height: 50px;
        line-height: 50px;
    }
    .addcart-link-style3 i {
        font-size: 20px;
    }
    .product-extra-link2 {
        bottom: 50px;
    }
    .item-grid-product-style3 .product-price {
        font-size: 14px;
    }
    .item-grid-product-style3 .product-price del {
        margin-right: 8px;
    }
    .s7upe-info-box-style5 >div {
        padding: 0px;
    }
    .s7upe-info-box-style5 .s7up-countdown {
        margin: 0px -12px;
    }
    .s7upe-info-box-style5 .s7up-countdown .clock{
        margin: 0px 12px;
    }
    .s7upe-info-box-style5:before{
        display: none;
    }
    .countdown-home6 {
        margin-top: 0;
    }
    .banner2-home6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .the-day-home6 {
        margin-top: 40px;
    }
    .countdown-home6 .desc .el7up-heading-style1 {
        margin-top: 25px;
        margin-bottom: 57px;
    }
    .s7upe-info-box-style9 {
        padding-left: 0px;
    }
    .banner3-home6 .el7up-banner-info-el7up-bndf .el7up-info-inner.position-info-mid, .banner4-home6 .el7up-banner-info-el7up-bndf .el7up-info-inner.position-info-mid{
        display: none;
    }
    .main-footer5 .title-link-footer .el7up-heading-7up {
        margin-bottom: 25px;
    }
    .main-footer5 .copyright {
        margin-top: 40px;
    }
    .main-footer5 .col-info-footer .desc-info .el7up-text-editor {
        margin-bottom: 15px;
    }
    .el7up-list-link-icon .item-link {
        margin: 0px 5px;
    }
    .main-footer5 .social:before {
        font-size: 70px;
    }
    .title-instagram .bg-title .el7up-heading-7up {
        font-size: 50px!important;
        line-height: 70px!important;
    }
    .title-instagram .title .el7up-heading-7up {
        font-size: 24px!important;
        line-height: 40px!important;
        padding-top: 20px;
        padding-bottom: 500px;
    }
}/*End max-width: 767px*/
@media (max-width: 600px) {

    .baner-slider-home6 #rev_slider_4_1_wrapper .hebe_copy106.tparrows{
        display: none!important;
    }
    .item-grid-post-style5 .post-info .post-info2 {
        padding: 0px 15px;
    }
    .item-slider-style2{
        display: block;
    }
    .item-slider-style2 .image-wrap{
        margin-bottom: 30px;
    }
    .item-slider-style2 .slider-info {
        padding-left: 0px;
    }
}/*End max-width: 600px*/
@media (max-width: 480px) {
    .exclusive-product-home10 .width_masory {
        width: 100%!important;
    }
   
    
    .post-control a>.title {
        display: block;
        font-size: 18px;
    }
    
    .s7upe-info-box-style8{
        background: #f6f6f6;
    }
    .contact-form-contact2 .box-form .your-name, .contact-form-contact2 .box-form .your-mobi, .contact-form-contact2 .box-form .your-web, .contact-form-contact2 .box-form .your-email {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .comment-list .comment-info {
        padding-left: 20px;
        padding-top: 0px;
    }
    .baner-slider-home6 .el7up-bt-style2{
        font-size: 12px;
    }
    .sevice-home7 .s7upe-info-box-style8 {
        background: transparent;
    }
     .line-sevice-home9 .s7upe-info-box-style8 {
        background: transparent;
    }
}/*End max-width: 480px*/
@media (max-width: 375px) {
    .wishlist_compare_single_product a {
        width: 40px;
        border-right: none;
    }

}/*End max-width: 375px*/
@media (max-width: 320px) {
    .post-control a .la-angle-right {
        margin-left: 0px;
    }
    .post-control a .la-angle-left {
        margin-right: 0px;
    }
    .product-tab-home2 .width_masory{
        width: 100%!important;
    }
   .product-tab-home2 .width_masory{
        width: 100%;
   }
   .item-comment.flex-wrapper{
    display: block;
   }
   .comment-list .comment-info {
        padding-left: 0;
        width: 100%;
        margin-top: 15px;
    }
}/*End max-width: 320px