/*----------------------------------
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
    - Widget custom
    - 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
    - Blog list
    - 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
        - Single post elementor
    - 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)
    - Style Slider elementor
    - Slider elementor
    - Category product elementor
    - Post elementor
    - Product elementor
        - shop ajax
        - Item product woo
            - item grid product-
            - item grid product style2
            - item grid product style3
            - item grid product style4
            - item list
    
    - List link, icon elementor
    - Bread crumb elementor
    - Video elementor
    - Megapage elementor

CSS custom theme
05. 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

font-family: 'Poppins', sans-serif;
-----------------------------------*/

/*******************************************************************************************************
01. Begin General
********************************************************************************************************/
/*Html basic*/

body{
    margin: 0;
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
}
p{
    margin-bottom: 30px;
    /* line-height: 24px; */
}
a{
    color: #333333;
    text-decoration: unset;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
i, img{
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
:focus {
    outline: none;
}
a.active,
a:focus,
a:hover{
    color: #b4754d;
    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 #dcdcdc;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 0;
}
input{
    height: 40px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    padding: 0 15px;
    font-size: 14px;
    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;
    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"]{
    max-width: 100%;
}
input[type="submit"]{
    cursor: pointer;
}
textarea{
    min-width: 50%;
    max-width: 100%;
    padding: 15px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
}
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;
}
h1, h2, h3, h4, h5, h6{
    color: #333333;
}
figure:last-child{
    margin-bottom: 0;
}
button:focus{
    outline: none;
}
button:hover{
    cursor: pointer;
}
.absolute{
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.wg-video-popup{
    display: inline-block;
}
.wg-video-popup .wg-btn-video {
    width: 50px;
    height: 50px;
    line-height: 52px;
    border-radius: 50%;
}
.wg-video-popup .wg-btn-video i{
    color: #ffffff;
}
.wg-video-popup .wg-btn-video:hover{
    background: #333333;
}
/*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: #ffffff;
    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 #dcdcdc;
    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 #dcdcdc;
    margin-bottom: 30px;
    color: #868c93;
    border-radius: 5px;
}
kbd{
    background-color: #333333;
}
samp{
    font-style: italic;
}
hr{
    border-top: 1px solid #dcdcdc;
}
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: #333333;
}
.small,
small {
    font-size: 86%;
}
blockquote p *{
    color: #333333;
}
blockquote{
    border: none;
    padding: 50px 35px 50px 70px;
    background: #f5f5f5;
    font-style: italic;
    text-align: inherit;
    line-height: 48px;
    position: relative;
    font-size: 18px;
    color: #555555;
    border-radius: 5px;
    overflow: hidden;
}
blockquote.item-title-e{
    color: #666666;
    line-height: 30px;
}
blockquote:before {
    content: "\f10d";
    font-style: initial;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 50px;
    color: #b4754d;
}
blockquote cite {
    display: block;
    font-size: 18px;
    color: #b4754d;
    font-style: initial;
    font-weight: 700;
    position: relative;
    margin-top: 15px;
    line-height: 24px;
    text-align: end;
}
.comment-info blockquote{
    padding: 50px 30px 30px 30px;
}
.comment-info blockquote::before{
    top: 10px;
    left: 30px;
}
@media(max-width: 767px){
    .wp-block-pullquote.is-style-solid-color blockquote{
        max-width: 75%;
    }
}
.single-format-video .detail-content-wrap iframe{
    width: 100%;
}
/*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 {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}
.sidebar-fix-main::-webkit-scrollbar-track  {
    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;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.sidebar-fix-main::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background: #ffffff;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1.5px 1.5px 0;
}
.wp-block-gallery.columns-2,
.blocks-gallery-grid.columns-2{
    display: flex;
    flex-wrap: wrap;
}
.blocks-gallery-grid.columns-2 .blocks-gallery-image, 
.blocks-gallery-grid.columns-2 .blocks-gallery-item, 
.wp-block-gallery.columns-2 .blocks-gallery-image, 
.wp-block-gallery.columns-2 .blocks-gallery-item {
    width: calc(50% - .66667em);
    margin-right: 1em;
}
.has-2-columns blockquote,
.has-3-columns blockquote,
.has-4-columns blockquote,
.has-5-columns blockquote,
.has-6-columns blockquote
{
    margin-top: 0px;
    padding: 60px 15px 30px 15px;
}
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: 30px;
    top: 15px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
    padding: 65px 35px 55px 35px;
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
    top: 55px;
    color: #b4754d;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 18px;
}
.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-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: #ffffff;
}
.wp-block-button__link{
    margin-bottom: 30px;
    color: #fbfbfb !important;
}
.is-style-outline>.wp-block-button__link:not(.has-background), 
.wp-block-button__link.is-style-outline:not(.has-background){
    border: 2px solid #333333;
    color: #333333 !important;
}
.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: #ffffff;
}
.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim:not(:last-child){
    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;
}
p[style="font-size:46px"]{
    line-height: 1.2;
}
.content-detail .page-links{
    margin-bottom: -10px;
}
.page-links{
    margin-top: 50px;
    
}

.page-links .post-page-numbers{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 5px;
    background: #c2c2c2;
    color: #ffffff;
    border: none;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 50%;
}
.page-links .post-page-numbers:hover,
.page-links .post-page-numbers.current:hover,
.page-links .post-page-numbers.current{
    background: #b4754d;
    color: #ffffff;
}
.page-links .post-page-numbers:first-child{
        margin-left: 20px; 
}
@media(max-width: 375px){
    .page-links .post-page-numbers:first-child{
        margin-left: 10px; 
    }
}
p.no-comments{
margin-bottom: 0px;
margin-top: 60px;
background: #f5f5f5;
padding: 15px;
color: #2a3640;
}

.comment-list li.trackback,
.comment-list li.pingback 
 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.comment-list li.trackback:last-child,
.comment-list li.pingback:last-child
 {
    margin-bottom: 0px;   
    padding-bottom: 0px;
    border-bottom: none;
}
.comment-list .trackback .edit-link,
.comment-list .pingback .edit-link
{
color: #333333;
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: 45px;
    line-height: 45px;
    margin-left: 10px;
}
@media(max-width: 424px){
    .post-password-form input[type="password"] {
        margin-left: 0px;
        margin-top: 10px;
    }
}
/*End Unitest Basic*/

/*Begin Widget Unitest*/
/*Widget theme css*/
.wp-block-search__label,
.wp-block-group__inner-container > h2,
.widget-title {
    margin: 0;
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3;
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
}
.wp-block-search__label::after, .wp-block-group__inner-container > h2::after, .widget-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #b4754d;
}
.widget {
    margin-bottom: 45px;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
}
.widget:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border: none;
}
.widget ul{
    list-style: none;
}
.widget a{
    color: #333333;
}
.widget a:hover{
    color: #b4754d;
}
.widget li > a:hover{
    text-decoration: underline #b4754d;
}
.wp-block-search__inside-wrapper,
.widget >div{
    margin: 0;
    margin-top: 35px;
}
ol.wp-block-latest-comments,
ul.wp-block-categories-list,
ul.wp-block-archives-list,
.wp-block-latest-posts.wp-block-latest-posts__list,
.widget > .menu-testing-menu-container,
.widget > ul{
    margin-top: 18px;
    margin-bottom: -13px;
    padding: 0;
}
ol.wp-block-latest-comments li,
.widget ul > li{
    line-height: 30px;
}
ol.wp-block-latest-comments li,
ul.wp-block-categories-list li,
ul.wp-block-archives-list li,
.wp-block-latest-posts.wp-block-latest-posts__list li,
.widget_product_categories ul:not(.sub-menu, .children) > li,
.widget_nav_menu ul:not(.sub-menu, .children) > li,
.widget_recent_entries ul:not(.sub-menu, .children) > li,
.widget_recent_comments ul:not(.sub-menu, .children) > li,
.widget_meta ul:not(.sub-menu, .children) > li,
.widget_pages ul:not(.sub-menu, .children) > li,
.widget_archive ul:not(.sub-menu, .children) > li,
.widget_categories ul:not(.sub-menu, .children) > li{
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
}
ol.wp-block-latest-comments li,
ul.wp-block-categories-list li a,
ul.wp-block-archives-list li a,
.wp-block-latest-posts.wp-block-latest-posts__list li a,
.widget_product_categories ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_categories ul li a{
    display: inline-block;
    padding: 5px 0;
}
ol.wp-block-latest-comments li:last-child,
ul.wp-block-archives-list li:last-child,
ul.wp-block-categories-list li:last-child,
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child,
.widget_product_categories  ul li:last-child,
.widget_nav_menu  ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child{
    border: none;
}
.widget_categories ul li.current-cat a{
    color: #b4754d;
}
.widget_categories ul li.current-cat a::after{
    content: "\f00c";
    opacity: 1;
}
.widget_archive ul li a span,
.widget_categories ul li a span{
    position: absolute;
    right: 0;
    margin-left: 5px;
    color: #b4754d;
    float: right;
}
.widget_product_categories ul li span{
    float: right;
    margin-left: 5px;
    color: #999999;
}
.widget_archive ul li a span::before,
.widget_product_categories ul li span::before,
.widget_categories ul li a span::before{
    content: "(";
}
.widget_archive ul li a span::after,
.widget_product_categories ul li span::after,
.widget_categories ul li a span::after{
    content: ")";
}
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-author,
.widget_recent_comments ul li span a{
    font-weight: 700;
}
.wp-block-latest-comments__comment .wp-block-latest-comments__comment-link,
.widget_recent_comments ul li > a{
    color: #333333;
}
.widget_s7upf_bloglistpostswidget .item-post-wg:not(:last-child){
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.widget_s7upf_bloglistpostswidget .item-post-wg .post-thumb{
    max-width: 70px;
    overflow: hidden;
}
.widget_s7upf_bloglistpostswidget .item-post-wg .post-title{
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;
    color: #333333;
}
.widget_s7upf_bloglistpostswidget .item-post-wg .the-date{
    margin-top: 0;
}
.widget_s7upf_bloglistpostswidget .item-post-wg .the-date .meta-item{
    text-transform: capitalize;
    font-size: 12px;
    background: none;
    padding: 0;
}
.widget_s7upf_bloglistpostswidget .item-post-wg .the-date .meta-item.meta-date span{
    color: #999999;
    font-weight: 400;
}
.widget_s7upf_bloglistpostswidget .item-post-wg .the-date .meta-item.meta-date::after{
    content: none;
}
.widget_s7upf_bloglistpostswidget .item-post-wg .post-info{
    margin-left: 20px;
}
.widget_search .widget-title{
    margin-bottom: 35px;
}
.wp-block-search .wp-block-search__inside-wrapper,
.widget_search .wg-search-form{
    display: flex;
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}
.wp-block-search .wp-block-search__inside-wrapper::after,
.widget_search .wg-search-form::after{
    content: "\f002";
    color: #b4754d;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 24px;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 0;
    right: 0;
}
.widget_text .textwidget{
    margin-top: 32px;
}
.widget_text .textwidget > p{
    margin-bottom: 30px;
}
.widget_text .textwidget form br{
    display: none;
}
.widget_s7upf_wg_get_mega_page{
    padding: 0 !important;
}
.widget_s7upf_wg_get_mega_page .widget-mega_page{
    margin: 0;
}
.widget-product-slider .wg-product-slider{
    margin-top: 35px;
    margin-bottom: 0;
}
.wp-block-search .wp-block-search__input,
.widget_search .wg-search-form input[type="text"]{
    height: 40px;
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 0 10px;
    background: #ffffff;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 16px;
    color: #333333!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: #333333;
    font-size: 18px;
}
.wp-block-search .wp-block-search__button,
.widget_search .wg-search-form input[type="submit"]{
    padding: 0 !important;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    font-size: 0;
    min-width: 40px;
}
.widget_product_search .widget-title{
    margin-bottom: 40px;
}
.widget_product_search .woocommerce-product-search{
    display: flex;
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}
.widget_product_search .woocommerce-product-search label.screen-reader-text{
    position: absolute !important;
    top: -55px;
}
.widget_product_search .woocommerce-product-search input[type=search]{
    border: none;
    height: 40px;
    line-height: 40px;
    border-right: none;
    width: 100%;
    font-size: 14px;
    background: transparent;
    padding: 0 10px;
}
.widget_product_search .woocommerce-product-search button{
    color: #b4754d;
    text-transform: uppercase;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: transparent;
    padding: 0 10px!important;
    min-width: 40px;
    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: none;
    border-left: none;
}
.widget_product_search .woocommerce-product-search button:after{
    content: "\f002";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 24px;
}
.widget_product_search .woocommerce-product-search button:hover{
    color: #b4754d;
    box-shadow: none;
}

.widget ul li.cat-parent .children li{
    padding: 10px 0;
    border: none;
}
.widget_product_categories .select2-container{
    margin-top: 40px !important;
    padding-bottom: 5px;
}
.widget_product_categories .select2-container--default .select2-selection--single{
    height: 50px;
    line-height: 50px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 50px;
    padding: 0px 20px;
    color: #333333;
    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: 70px;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 0 0 20px 0;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li:last-child{
    padding-bottom: 0;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget{
    margin-top: 40px;
}
ul.product_list_widget li > a{
    line-height: 24px;
}
ul.product_list_widget li .product-title{
    display: inline-block;
    width: calc(100% - 75px);
    color: #333333;
}
ul.product_list_widget li .product-title:hover{
    color: #b4754d;
}
ul.product_list_widget li .wrap-rating{
    line-height: 0;
    margin-top: 5px;
}
ul.product_list_widget li .wrap-rating li{
    padding: 0;
}
ul.product_list_widget .product-price span{
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}
.widget ul.sub-menu, .widget ul.children {
    padding-left: 15px;
    list-style: none;
}
.widget_nav_menu ul.sub-menu, .widget_nav_menu ul.children {
    padding-left: 15px;
    margin-top: 0;
}
@media(max-width: 1023px) and (min-width: 768px){
    .widget_nav_menu ul.sub-menu, .widget_nav_menu ul.children {
        padding-left: 10px;
    }
}
.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: #333333;
    color: #ffffff;
    text-align: center;
    padding: 8px 10px;
    font-weight: 700;
    caption-side: top;
}
.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: #333333;
    color: #ffffff;
}
.widget_calendar .wp-calendar-nav,
.detail-content-wrap .wp-block-calendar  .wp-calendar-nav{
    display: flex;
    justify-content: space-between;
}
.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: #ffffff;
    padding: 3px 15px;
}
.widget_calendar table tfoot a:hover,
.detail-content-wrap .wp-block-calendar table tfoot a:hover,
.detail-content-wrap .wp-block-calendar .wp-calendar-nav a:hover,
.widget_calendar .wp-calendar-nav a:hover {
    color: #ffffff;
}
.widget_calendar table tfoot a:hover,
.detail-content-wrap .wp-block-calendar table tfoot a:hover {
    color: #333333;
}

.textwidget p > img{
    margin: 6px 0;
}
.entry-content > p,
.rssSummary,
.widget p{
    color: #666666;
    margin: 0 0 10px;
}
.rssSummary{
    margin-top: 10px;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget.widget_rss > ul{
    margin-top: 30px;
}
.widget.widget_rss ul li:not(:last-child){
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.widget.widget_rss .widget-title .rsswidget{
    color: #333333;
}
.widget.widget_rss .widget-title .rss-widget-icon{
    width: 18px;
    margin-top: -4px;
}
.widget select::-ms-expand {
    display: none;
}
.widget-select-type,
.widget_categories form,
.widget_text form{
    position: relative;
}
.widget_categories form:after,
.widget_text form:after{
    content: none;
    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 #dcdcdc;
    height: 45px;
    padding: 0 20px;
    display: block;
    width: 100%;
     -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    margin-top: 40px;
    position: relative;
}
.widget_categories form::after{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 10px;
    height: 45px;
    line-height: 45px;
}
.widget-select-type::after{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 45px;
    line-height: 45px;
}
.widget span.select2::after{
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 10px;
    height: 45px;
    line-height: 45px;
}
.select2-dropdown{
    border: 1px solid #dcdcdc !important;
}
.widget_tag_cloud a,
.widget_product_tag_cloud a{
    font-size: 14px !important;
    display: inline-block;
    position: relative;
    line-height: 30px;
    border: none;
    text-transform: capitalize;
    padding: 0 15px;
    margin: 0 5px 8px 0;
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    background: #f5f9f9;
}
.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover{
    background: #b4754d;
    color: #ffffff;
}
.sidebar-type-style2 .widget_tag_cloud a,
.sidebar-type-style2 .widget_product_tag_cloud a{
    background: #f5f9f9;
    color: #333333;
}
.widget_tag_cloud .tagcloud{
    margin-top: 33px;
    margin-bottom: -5px;
    margin-right: -5px;
}
@media(max-width: 1023px) and (min-width: 768px){
    .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
        width: 50px;
    }
    ul.product_list_widget li .product-title{
        width: calc(100% - 55px);
    }
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0px 20px!important;
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple {
    border:  1px solid #dcdcdc!important;
    border-radius: 0 !important;
     height: 45px;
}
.select2-container--default .select2-search--inline .select2-search__field{
     height: 45px;
     transform: translateY(-5px);
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-dropdown{
    margin-top: 40px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    min-width: auto;
    text-align: center;
    text-transform: capitalize;
    background: #b4754d;
    border-radius: 30px;
    border: none;
    color: #ffffff;
    font-weight: 500;
    padding: 0 20px !important;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    border: 0;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 14px;
    border-radius: 0 !important;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #333333;
    border-radius: 0px;
    padding: 0 20px!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: #b4754d;
    box-shadow: none;
}

.widget_price_filter > form{
    margin-top: 35px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #b4754d;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    height: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
    height: 20px;
    width: 20px;
    border-radius: 50%;
    top: -8px;
    cursor: pointer;
    border: 2px solid #b4754d;
    background: #ffffff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -18px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-child(2) {
    margin-left: 0;
}
.woocommerce .widget_price_filter .price_slider_amount{
    display: flex;
    justify-content: space-between;
    font-size: 14px !important;
    border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #666666;
}
.woocommerce .widget_price_filter .price_slider_amount .clear{
    display: none;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover{
    background: #f8bb6b;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:hover{
    background-color: #b4754d;
    border-color: #b4754d;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
     background-color: #ebebeb;
}
.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: none;
    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 .woocommerce-widget-layered-nav-list{
    margin-top: 20px;
    margin-bottom: -20px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 10px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child{
    border: none;
}
.widget_s7upf_attribute_filter .swatch-color{
    position: relative;
    line-height: 0;
    display: flex;
}
.widget_s7upf_attribute_filter .swatch-color.selected::before{
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #ffffff;
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    top: 0;
    left: 0;
}
.widget_s7upf_attribute_filter .swatch-color.class_white_bg_color.selected::before{
    color: #333333;
}
.widget_s7upf_attribute_filter .swatch-color:not(:last-child){
    margin-bottom: 10px;
}
.widget_s7upf_attribute_filter .swatch-color.class_white_bg_color .span-trong{
    border: 1px solid #e5e5e5;
}
.widget_s7upf_attribute_filter .swatch-color span.span-trong{
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.widget_s7upf_attribute_filter .swatch-color span{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-transform: capitalize;
}
.widget_s7upf_attribute_filter .swatch-color span.span-count{
    margin-left: auto;
    color: #999999;
}
.widget_s7upf_attribute_filter .attribute-type-label{
    margin-top: 30px;
}
.widget_s7upf_attribute_filter .swatch-label{
    height: 30px;
    line-height: 30px;
    text-align: center;
    min-width: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 0 15px;
    background: #f5f9f9;
}
.widget_s7upf_attribute_filter .swatch-label:hover{
    background: #b4754d;
    border: 1px solid #b4754d;
    color: #ffffff;
}
.widget_s7upf_brand_fillter .list-attr-filter{
    margin-top: 20px;
    margin-bottom: -20px;
    padding: 0;
}
.widget_s7upf_brand_fillter .list-attr-filter li{
    width: 50%;
    display: inline-block;
}
.widget_s7upf_brand_fillter .list-attr-filter  a:hover img{
    transform: scale(1.1);
}
.widget_s7upf_brand_fillter .list-attr-filter li:nth-child(2n+1){
    padding-right: 40px;
}
.widget_s7upf_brand_fillter .list-attr-filter li:nth-child(2n){
    padding-left: 40px;
    text-align: end;
}

.content-comment > h2,
.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: #b4754d;
}
.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: #b4754d;
    color: #333333;
}
.detail-content-wrap  .wp-block-search .wp-block-search__button {
    margin: 0px;
    border: navajowhite;
    background: #333333;
    color: #ffffff;
    padding: 0px 30px;
    line-height: 60px;
    text-align: center;
    background-color: #333333;
    font-family: 'Poppins', sans-serif;
    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: 50px;
     -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.widget.widget_nav_menu #menu-testing-menu{
    padding: 0;
    list-style: none;
}
.detail-content-wrap .wp-block-latest-comments .avatar, 
.detail-content-wrap .wp-block-latest-comments__comment-avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.detail-content-wrap .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, 
.detail-content-wrap .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
    margin-left: 70px;
}
.detail-content-wrap .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt .wp-block-latest-comments__comment-author, 
.detail-content-wrap .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-author{
    font-weight: 700;
}
/*End Widget Unitest*/
/* Widget custom */
.wg-video-popup{
    position: relative;
}
/* End Widget custom */
/*Begin Unitest of Theme*/
.title-page .entry-title{
    margin: 0px;
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 40px;
    color: #333333;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding-bottom: 12px;
}
.title-page .entry-title::after{
    content: "";
    width: 70px;
    height: 5px;
    background: #b4754d;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}
@media(max-width: 1024px){
    .title-page .entry-title{
        font-size: 42px;
        line-height: 50px;
    }
}
@media(max-width: 767px){
    .title-page .entry-title{
        font-size: 36px;
        line-height: 42px;
    }
}
.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>.wp-block-latest-posts.is-grid:last-child{
    margin-bottom: -1.5em;
}
.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;
}
@media(max-width: 480px){
    .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;
    }
}
@media(max-width: 400px){
    .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: 6px;
    }
}
.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 p:last-child{
    margin-bottom: 0;
}
.post-password-form input[type=submit]{
    vertical-align: top;
    padding: 0px 20px;
    height: 45px;
    line-height: 45px;
    border: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-transform: capitalize;
    border-radius: 0px;
    color: #ffffff;
    text-align: center;
    background-color: #b4754d;
    font-size: 16px;
    cursor: pointer;
}
.post-password-form input[type=submit]:hover{
    background: #333333;
    color: #ffffff;
    
}

p.no-comments{
    margin-bottom: 0px;
    margin-top: 60px;
    background: #f5f5f5;
    padding: 15px;
    color: #2a3640;
}
.comment-list li.ping-track-back {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e1e1e1;
}
.comment-list .ping-track-back .edit-link{
    color: #333333;
    margin-left: 10px;
}
.comment-list .ping-track-back .edit-link i{
    margin-right: 3px;
}
.header-default .flex-wrapper{
    width: 100%;
    align-items: center;
}
.header-default .logo-default{
    width: 25%;
}
.header-default .logo-default h1{
    height: 80px;
    line-height: 80px;
    color: #333333;
    font-size: 30px;
    font-weight: 700;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
}
.header-default .logo-default a:hover h1{
    color: #b4754d;
}
.header-default .header-nav-default{
    width: 75%;
    position: relative;
}
.header-nav-default .s7upf-navbar-nav{
    text-align: right;
}
    
.header-nav-default .s7upf-navbar-nav > li:last-child > a{
    margin-right: 0px;
}
.header-default .menu-style- .s7upf-navbar-nav > li > a{
    height: 40px;
    line-height: 40px;
    color: #333333;
    text-transform: uppercase;
}
.header-default{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0.1);
}
.comment-text .description,
.content-comment,
.entry-content,
.detail-content-wrap{
   color: #666666;

}
.footer-default{
    background: #333333;
}
.footer-default .copyright {
    margin: 30px 0px;
    color: #fbfbfb;
    font-size: 16px;
}
.detail-content-wrap>p{
    color: #333333;
}

/*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;
}
.title8 {
  font-size: 8px;
}
.title12 {
  font-size: 12px;
}
.title15 {
  font-size: 15px;
}
.title16 {
  font-size: 16px;
  line-height: 24px;
}
.title18 {
  font-size: 18px;
  line-height: 1.3;
}
.title20 {
  font-size: 20px;
  line-height: 1.5;
}
.title22 {
  font-size: 22px;
}
.title24 {
  font-size: 24px;
  line-height: 36px;
}
.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;
  line-height: 48px;
}
.title38 {
  font-size: 38px;
}
.title40 {
  font-size: 40px;
}
.title44 {
  font-size: 44px;
}
.title46 {
  font-size: 46px;
}
.title48 {
  font-size: 48px;
  line-height: 60px;
}
.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: #b4754d;
}
.color-sub{
    color: #ffffff;
}
.color-decs{
    color: #707070;
}
.bg-color{
    background-color: #b4754d;
}
.color-white{
    color: #ffffff;
}
.color-body{
    color: #333333;
}
.color-title{
    color: #333333;
}
.font-body {
    font-family: 'Poppins', sans-serif;
}
.font-title{
    font-family: 'Poppins', sans-serif;
}

.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium{
  font-weight: 700;
}
.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: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.wrap{
    overflow: hidden;
}
.s7upf-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -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;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}
.logo-text i{
    font-size: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #b4754d;
    vertical-align: sub;
}
.logo-text:hover i{
    color: #333333;
}
.logo-inline-block .logo-text-wrapper a > *{
    display: inline-block;
    vertical-align: middle;
}
.btn-loadmore{
    text-align: center;
    margin-top: 50px;
}
.btn-loadmore a:focus{
    color: #ffffff;
    background: #b4754d;
}
.main-page-mega{
    margin: 100px 0;
}
#main-content{
    padding: 100px 0;
}
.s7upf-scrollbar{
    overflow-y: scroll;
    overflow-x: hidden;
    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:#b4754d;
    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: #ffffff;
    -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: #ffffff;
    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: #fbfbfb;
    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:#ffffff;
    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: #ffffff;
    -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: #ffffff;
    -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 .objectstyle8 {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    border-right: 5px solid transparent;
    -webkit-animation: animatestyle8 2s infinite;
    animation: animatestyle8 2s infinite;
}
#loading-center-absolutestyle8{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#object_onestyle8{
    left:75px;
    top:75px;
    width:50px;
    height:50px;}
#object_twostyle8{
    left:65px;
    top:65px;
    width:70px;
    height:70px;
    -webkit-animation-delay:0.2s;
    animation-delay:0.2s;
}
#object_threestyle8{
    left:55px;
    top:55px;
    width:90px;
    height:90px;
    -webkit-animation-delay:0.4s;
    animation-delay:0.4s;
}
#object_fourstyle8{
    left:45px;
    top:45px;
    width:110px;
    height:110px;
    -webkit-animation-delay:0.6s;
    animation-delay:0.6s;
}
@-webkit-keyframes animatestyle8{
    50%{
        -ms-transform:rotate(360deg) scale(0.8);
        -webkit-transform:rotate(360deg) scale(0.8);
        transform:rotate(360deg) scale(0.8);
    }
}
@keyframes animatestyle8{
    50%{
        -ms-transform:rotate(360deg) scale(0.8);
        -webkit-transform:rotate(360deg) scale(0.8);
        transform:rotate(360deg) scale(0.8);
    }
}

.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: #ffffff;
}
/*End Preload*/
/*Begin Animated Background*/
@-webkit-keyframes animatedBackground {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 100% 100%;
    }
    100% {
      background-position: 0 0;
    }
  }
  @keyframes animatedBackground {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 100% 100%;
    }
    100% {
      background-position: 0 0;
    }
  }
  .animate-background {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    animation: animatedBackground 40s linear infinite;
    -moz-animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
  }
  @keyframes hozAnimatedBackground {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 100% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  .hoz-animate-background {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    animation: hozAnimatedBackground 40s linear infinite;
    -moz-animation: hozAnimatedBackground 40s linear infinite;
    -webkit-animation: hozAnimatedBackground 40s linear infinite;
    background-size: auto 100%;
  }
  /*End Animated Background*/
/*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; 
}
@-webkit-keyframes pulse-shadow {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0); }
}
@keyframes pulse-shadow {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.2); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0); }
}
@-webkit-keyframes pulse-shadow-white {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.5); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.2); }
}
@keyframes pulse-shadow-white {
    0% { box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.8); }
    50% { box-shadow: 0 0 0 17px rgba(255, 255, 255, 0.5); }
    100% { box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.2); }
}
.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 pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
@-webkit-keyframes loading{
    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);
    }
}
/*End Hover CSS*/

/*Effect image adv*/
.banner-advs {
  position: relative;
}
.adv-thumb-link {
  display: inline-block;
  position: relative;
}
.adv-thumb-link > img {
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s 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*/
.grow:hover .adv-thumb-link > img,
.zoom-image:hover .adv-thumb-link > img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

/*Fade Out In*/
.fade-out-in.elementor-widget-image a{
    display: inline-block;
    position: relative;
}
.overlay-image.elementor-widget-image a::after,
.fade-out-in.elementor-widget-image a::after,
.fade-out-in.elementor-widget-image a::before,
.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;
}
.overlay-image.elementor-widget-image:hover a::after{
    opacity: 1;
}
.fade-out-in.elementor-widget-image:hover a::before,
.fade-out-in:hover .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-out-in.elementor-widget-image:hover a::after,
.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;
}
/* fly-cross */
.fly-cross.elementor-widget-image,
.fly-cross .adv-thumb-link{
    overflow: hidden;
}
.fly-cross.elementor-widget-image .elementor-widget-container::before,
.fly-cross .adv-thumb-link::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: scale3d(2,2,2) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(2,2,2) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	z-index: 1;
}
.fly-cross.elementor-widget-image:hover .elementor-widget-container::before,
.fly-cross:hover .adv-thumb-link::before {
    -webkit-transform: scale3d(2,2,2) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(2,2,2) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
/*Pull Curtain*/
.pull-curtain.elementor-widget-image a{
    display: inline-block;
    position: relative;
}
.pull-curtain.elementor-widget-image a::before,
.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.elementor-widget-image a::after,
.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.elementor-widget-image:hover a::after,
.pull-curtain.elementor-widget-image:hover a::before,
.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{
    overflow: hidden;
}
.zoom-out .elementor-widget-image:last-child,
.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);
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.zoom-out:hover .elementor-widget-image,
.zoom-out:hover .adv-thumb-link img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*Line Scale*/
.line-scale.elementor-widget-image a{
    display: inline-block;
    position: relative;
}
.line-scale.elementor-widget-image a::before,
.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.elementor-widget-image a::after,
.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.elementor-widget-image a::before,
.line-scale:hover.elementor-widget-image a::after,
.line-scale:hover .adv-thumb-link::before,
.line-scale:hover .adv-thumb-link::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.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 #ffffff; 
}
.folding-the-edge .adv-thumb-link:hover:before{
    border-bottom: 0px solid #c82811; 
    border-right: 0px solid #ffffff; 
}
/*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: 30px;
    right: -100px;
    display: block;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    position: fixed;
    text-align: center;
    width: 40px;
    z-index: 999;
    background: #b4754d;
    border-radius: 50%;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;

}
body .scroll-top:hover {
    transform: translateY(-5px);
}
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;
    right: 30px;
}
/*End Button Scoll Top*/
/* Buy theme */
body .btn-envato {
    bottom: 30px;
    display: block;
    height: 70px;
    opacity: 0;
    position: fixed;
    left: -100px;
    text-align: center;
    width: 70px;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}
body .btn-envato.active {
    opacity: 1;
    left: 30px;
}
.skc_tooltip {
    margin: auto;
    height: 100%;
}
.skc_tooltip:hover {
    animation: tooltip_shake 500ms ease-in-out forwards;
}
.skc_tooltip:before, .skc_tooltip:after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.4s ease;
}
.skc_tooltip:before {
    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: #b4754d transparent transparent transparent;
    top: -15px;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    transform: translate(-50%,20px);
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}
.skc_tooltip:after {
    content: attr(data-tooltip);
    background: #b4754d;
    color: #fff;
    width: auto;
    height: 40px;
    top: -54px;
    padding: 12px 30px;
    border-radius: 5px;
    letter-spacing: 1px;
    -webkit-transform: translate(-50%, 20px);
    -moz-transform: translate(-50%, 20px);
    -ms-transform: translate(-50%, 20px);
    -o-transform: translate(-50%, 20px);
    transform: translate(-50%,20px);
    white-space: nowrap;
    text-transform: uppercase;
}
.skc_tooltip:hover::before, .skc_tooltip:hover::after {
    opacity: 1;
    -webkit-transform: translate(-50%, -2px);
    -moz-transform: translate(-50%, -2px);
    -ms-transform: translate(-50%, -2px);
    -o-transform: translate(-50%, -2px);
    transform: translate(-50%, -2px);
}
body .btn-envato img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
}
/* End Buy theme */

/*Begin Page Pagination*/
.pagi-nav{
    margin: auto;
    margin-top: 50px;
    margin-bottom: -10px;
    position: relative;
    text-align: center;
}
.pagi-nav .page-numbers{
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    background: #ffffff;
    color: #333333;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
}
.pagi-nav .page-numbers:last-child{
    margin-right:0px;
}
.pagi-nav .page-numbers.current
{
    background: #b4754d;
    color: #ffffff;
    border: 1px solid #b4754d;
    position: relative;
    z-index: 1;
}
.pagi-nav .page-numbers:hover{
    background: #b4754d;
    border: 1px solid #b4754d;
    color: #ffffff;
}
/*End Page Pagination*/

/*Begin Top filter*/
.main-top-filter{
    margin-bottom: 40px;
    padding: 0;
}
.top-filter{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-filter > *{
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.top-filter .view-type{
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}
.top-filter .view-type .grid-view{
    border: 1px solid #e5e5e5;
    border-width: 1px 0 1px 1px;
    border-radius: 5px 0 0 5px;
}
.top-filter .view-type .list-view{
    border: 1px solid #e5e5e5;
    border-width: 1px 1px 1px 0;
    border-radius: 0 5px 5px 0;
}
.top-filter .show-by.el7up-dropdown-box{
    margin-right: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 7px 15px;
}
.top-filter .show-by.el7up-dropdown-box .number{
    margin: 0 10px;
}
.top-filter .sort-pagi-bar{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 4px 15px;
    margin-right: 25px;
    margin-left: auto;
}
.top-filter .el7up-dropdown-box > a{
    line-height: 24px;
    color: #666666;
}
.top-filter .sort-pagi-bar .sort-by{
    line-height: 30px;
}
.top-filter .sort-pagi-bar > li{
    vertical-align: middle;
    margin-left: 50px;
}
.top-filter .sort-pagi-bar > li:first-child{
    margin: 0;
}
.top-filter .view-type a{
    display: inline-block;
    font-size: 20px;
    width: 35px;
    text-align: center;
    line-height: 40px;
    color: #666666;
}
.top-filter .view-type a.active{
    color: #ffffff;
    background: #b4754d;
    border: 1px solid #b4754d;
}
.sort-by .select-box{
    min-width: 215px;
    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-list-social{
    display: flex;
    align-items: center;
}
.single-list-social > h3{
    margin-right: 10px;
}
.single-list-social ul li:not(:last-child){
    margin-right: 10px;
}
.single-list-social li a{
    display: inline-block;
    color: #999999;
    font-size: 16px;
}
.single-list-social li a:hover{
    transform: translateY(-5px);
    color: #b4754d;
}
.single-list-social i{
    display: inline-block;
    border:none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
/*End Share Style*/
.fancybox-inner{
    padding: 0 15px;
    margin: 0 -15px;
}
.zoomContainer {
    z-index: 9997;
}
.fancybox-opened{
    z-index: 9999;
}
.fancybox-overlay {
    z-index: 9998;
}
.menu-on-fixed.single-product .header-page{
    position: static;
}
.single-product .header-page{
    z-index: 100;
    position: relative;
}
.product-popup-content{
    padding: 0;
}
.product-popup-content .product-detail {
    margin-bottom: 0;
}
.product-popup-content .product-detail .product-label{
    position: absolute;
    top: 0;
    left: 0;
}
.fancybox-opened .fancybox-skin{
    background: #fff;
}
.plyr__video-embed{
    height: 100%;
}
/*End General*/

/*******************************************************************************************************
02. Blog General
********************************************************************************************************/
/* Blog list */
/*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-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%;
}
.swiper-wrapper.s7upf-row{
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1366px){
    .list-1-item-laptop{
        width: 100%;
    }
    .list-2-item-laptop{
        width: 50%;
    }
    .list-3-item-laptop{
        width: 33.3333%;
    }
    .list-4-item-laptop{
        width: 25%;
    }
    .list-5-item-laptop{
        width: 20%;
    }
    .list-6-item-laptop{
        width: 16.66666667%;
    }
    .list-7-item-laptop{
        width: 14.2857%;
    }
    .list-8-item-laptop{
        width: 12.5%;
    }
    .list-9-item-laptop{
        width: 11.111%;
    }
    .list-10-item-laptop{
        width: 10%;
    }
    .list-2-item-tablet:nth-child(2n+1),
    .list-2-item-tablet:nth-child(3n+1),
    .list-2-item-tablet:nth-child(4n+1),
    .list-2-item-tablet:nth-child(5n+1){
        clear: both;
    }
}
@media (max-width: 1200px){
    .list-1-item-tablet-extra{
        width: 100%;
    }
    .list-2-item-tablet-extra{
        width: 50%;
    }
    .list-3-item-tablet-extra{
        width: 33.3333%;
    }
    .list-4-item-tablet-extra{
        width: 25%;
    }
    .list-5-item-tablet-extra{
        width: 20%;
    }
    .list-6-item-tablet-extra{
        width: 16.66666667%;
    }
    .list-7-item-tablet-extra{
        width: 14.2857%;
    }
    .list-8-item-tablet-extra{
        width: 12.5%;
    }
    .list-9-item-tablet-extra{
        width: 11.111%;
    }
    .list-10-item-tablet-extra{
        width: 10%;
    }
    .list-2-item-tablet-extra:nth-child(2n+1),
    .list-2-item-tablet-extra:nth-child(3n+1),
    .list-2-item-tablet-extra:nth-child(4n+1),
    .list-2-item-tablet-extra:nth-child(5n+1){
        clear: both;
    }
}
@media (max-width: 1024px){
    .list-1-item-tablet{
        width: 100%;
    }
    .list-2-item-tablet{
        width: 50%;
    }
    .list-3-item-tablet{
        width: 33.3333%;
    }
    .list-4-item-tablet{
        width: 25%;
    }
    .list-5-item-tablet{
        width: 20%;
    }
    .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%;
    }
    .list-2-item-tablet:nth-child(2n+1),
    .list-2-item-tablet:nth-child(3n+1),
    .list-2-item-tablet:nth-child(4n+1),
    .list-2-item-tablet:nth-child(5n+1){
        clear: both;
    }
}
@media (max-width: 880px){
    .list-1-item-mobile-extra{
        width: 100%;
    }
    .list-2-item-mobile-extra{
        width: 50%;
    }
    .list-3-item-mobile-extra{
        width: 33.3333%;
    }
    .list-4-item-mobile-extra{
        width: 25%;
    }
    .list-5-item-mobile-extra{
        width: 20%;
    }
    .list-6-item-mobile-extra{
        width: 16.66666667%;
    }
    .list-7-item-mobile-extra{
        width: 14.2857%;
    }
    .list-8-item-mobile-extra{
        width: 12.5%;
    }
    .list-9-item-mobile-extra{
        width: 11.111%;
    }
    .list-10-item-mobile-extra{
        width: 10%;
    }
    .list-2-item-mobile-extra:nth-child(2n+1),
    .list-2-item-mobile-extra:nth-child(3n+1),
    .list-2-item-mobile-extra:nth-child(4n+1),
    .list-2-item-mobile-extra:nth-child(5n+1){
        clear: both;
    }
}
@media (max-width: 767px){    
    .list-1-item-mobile{
        width: 100%;
    }
    .list-2-item-mobile{
        width: 50%;
    }
    .list-3-item-mobile{
        width: 50%;
    }
    .list-4-item-mobile{
        width: 25%;
    }
    .list-5-item-mobile{
        width: 20%;
    }
    .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%;
    }
    .list-2-item-mobile:nth-child(2n+1),
    .list-2-item-mobile:nth-child(3n+1),
    .list-2-item-mobile:nth-child(4n+1),
    .list-2-item-mobile:nth-child(5n+1){
        clear: both;
    }
}
@media (max-width: 414px){
    .list-col-item{
        width: 100%;
    }
}
/*End column item Posts*/

/*Begin Style Post item*/
/*1. defaut style*/
.meta-post-style1{
    display: flex;
    flex-wrap: wrap;
}
.meta-post-style1 > li:not(:last-child)::after{
    content: '-';
    margin: 0 5px;
    color: #e5e5e5;
}
.meta-post-style1.style-list-post > li:not(:last-child)::after{
    content: '-';
    margin: 0 10px;
    color: #999999;
    font-size: 12px;
}
.meta-post-style1 .meta-item i{
    margin-right: 3px;
    color: #b4754d;
}
.meta-post-style1 .meta-item .split{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #b4754d;
    transform: rotate(45deg);
    margin: 0px 22px;
}
.meta-post-style1 .meta-item a{
    color: #999999;
    display: inline-block;
    text-transform: capitalize;
}
.meta-post-style1 .meta-item a:last-child{
    margin-right: 0px;
}
.meta-post-style1 .meta-item a:hover{
    color: #b4754d;
}
.meta-post-style1 .meta-item.meta-date span{
    color: #999999;
}
.meta-post-style1 .meta-item.meta-date span.title{
    color: #333333;
}
.blog-list-view .list-post-wrap{
    margin-bottom: 0;
}
.list-post-wrap{
    margin-bottom: -30px;
}
.item-post{
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.item-post .post-thumb{
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.item-post .post-thumb .adv-thumb-link{
    width: 100%;
}
.item-post .post-thumb img{
    object-fit: cover;
}
.item-post .post-meta-data{
    position: relative;
}
.item-post .post-categories{
    list-style: none;
    display: inline-block;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0;
    background: #333333;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.item-post .post-categories li:not(:last-child)::after{
    content: ",";
    margin-right: 3px;
}
.item-post .post-categories li{
    display: inline-block;
}
.item-post .post-categories a{
    color: #ffffff;
}
.item-post .post-title{
    letter-spacing: 0.2px;
    font-weight: 700;
}
.item-post .post-info .post-meta-data{
    margin-top: 12px;
}
.item-post .post-info .desc{
    margin-top: 13px;
    margin-bottom: 0;
}
.item-post .readmore-wrap {
    margin-top: 18px;
}
.item-post .readmore-wrap .readmore{
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
    background: #b4754d;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 8px;
}
.item-post .readmore-wrap .readmore:hover{
    color: #ffffff;
    background: #f8bb6b;
}
.swiper-slide .item-post{
    margin-bottom: 0;
}
/* Style 2 */
.item-grid-post-style2 .item-post .post-thumb{
    margin-bottom: 30px;
}
.item-grid-post-style2 .item-post .post-categories{
    position: unset;
    background: #ffffff;
    border-radius: 6px;
    border: 1px solid #b4754d;
    padding: 3px 15px;
    margin-bottom: 20px;
}
.item-grid-post-style2 .item-post .post-categories li a{
    color: #b4754d;
}
.item-grid-post-style2 .item-post .post-info .post-meta-data{
    margin-top: 10px;
}
/* .item-grid-post-style2 .item-post .meta-post-style1 .meta-item span, */
.item-grid-post-style2 .item-post .meta-post-style1 .meta-item a{
    color: #b4754d;
}
.item-grid-post-style2 .item-post .meta-post-style1 .meta-item .author span{
    font-weight: 700;
    text-transform: capitalize;
}

/* Style 3 */
.item-grid-post-style3 .item-post{
    display: flex;
    justify-content: space-between;
}
.item-grid-post-style3 .item-post .post-thumb{
    width: calc(50% - 15px);
    margin: 0;
}
.item-grid-post-style3 .item-post .post-info{
    width: calc(50% - 15px);
}
/* Style 4 */
/* Style 5 */
.item-grid-post-style5 .item-post{
    width: 100%;
}
.item-grid-post-style5 .item-post .post-thumb{
    margin: 0;
}
.item-grid-post-style5 .item-post .post-thumb img{
    width: 100%;
    object-fit: cover;
    min-height: 400px;
}
.item-grid-post-style5 .item-post .post-thumb::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.5);
}
.item-grid-post-style5 .item-post .post-info{
    position: absolute;
    width: 100%;
    padding: 30px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}
.item-grid-post-style5 .item-post .post-categories{
    position: unset;
}
.item-grid-post-style5 .meta-post-style1{
    justify-content: center;
}
.item-grid-post-style5 .item-post .post-info .desc,
.item-grid-post-style5 .meta-post-style1 .meta-item div > span,
.item-grid-post-style5 .meta-post-style1 .meta-item a{
    color: #ffffff;
}
.item-grid-post-style5 .meta-post-style1 .meta-item a:hover{
    color: #b4754d;
}
.item-grid-post-style5 .item-post .post-title a{
    color: #ffffff;
    text-transform: capitalize;
}
.item-grid-post-style5 .item-post .post-title a:hover{
    color: #b4754d;
}
.item-grid-post-style5 .item-post .readmore-wrap .readmore:hover{
    border: 2px solid #f8bb6b;
}
/*--------------------------------------------------------*/
/*2 List post item*/
.s7upf-col-12 .item-post.item-list-post-default{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.s7upf-col-12:last-child .item-post.item-list-post-default{
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.search-results .col-xl-4 + .s7upf-col-12 .item-post.item-list-post-default {
    border-top: 1px solid #e5e5e5;
    padding-top: 60px;
    margin-top: 30px;
}
.item-post.item-list-post-default .post-info .readmore-list{
    border-radius: 8px;
    padding: 0 25px;
}
.item-post.item-list-post-default .post-info .readmore-list i{
    font-size: 24px;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}
.item-post.item-list-post-default .post-title{
    overflow: hidden;
    line-height: 1.3;
}
.item-post.item-list-post-default .desc {
    margin-top: 13px;
}
.item-post.item-list-post-default .readmore-share{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.item-post.item-list-post-default .single-list-social,
.item-post.item-list-post-default .readmore-wrap{
    margin-top: 22px;
}

/* Style 2 */
.item-list-post-style2{
    display: flex;
    align-items: center;
}
.item-list-post-style2 .post-thumb{
    width: 51%;
}
.item-list-post-style2 .post-thumb ~ .post-info {
    padding: 0;
    text-align: center;
    width: 49%;
}
.item-list-post-style2 .tag-post{
    margin: 32px 0 0 0;
    padding: 0;
}
.item-list-post-style2 .tag-post li{
    display: inline-block;
}
.item-list-post-style2 .tag-post li:not(:last-child):after{
    content: ",";
    margin-right: 2px;
}
.blog-list-post-item-style2 .item-list-post-style2{
    margin-bottom: 70px;
}
.blog-list-post-item-style2{
    margin-bottom: -70px;
}
.blog-list-post-item-style2 .s7upf-col-12:nth-child(2n) .item-list-post-style2 .post-thumb{
    order: 2;
}
/* Style 3 */
.item-list-post-style3{
    display: flex;
}
.item-list-post-style3 .post-thumb{
    width: 36%;
}
.item-post.item-list-post-style3 .post-thumb ~ .post-info{
    width: 74%;
    padding: 0;
    margin-left: 20px;
}
.item-list-post-style3 .post-title{
    line-height: 24px;
    margin-top: -5px;
}
.item-list-post-style3 .post-info .post-meta-data{
    margin-top: 5px;
}
.item-list-post-style3 .meta-post-style1 .meta-item a{
    font-size: 12px;
}
.item-list-post-style3{
    margin-bottom: 15px;
}
.s7upf-col-12:last-child .item-list-post-style3{
    margin: 0;
}
/*--------------*/
/* slider post 2 */
.el7up-swiper-slider2 .swiper-slide {
    display: flex;
}
.el7up-swiper-slider2 .swiper-slide .featured{
    width: 67%;
    padding-right: 15px;
}
.el7up-swiper-slider2 .swiper-slide .blog-ot{
    width: 33%;
    padding-left: 15px;
}
.el7up-swiper-slider2 .swiper-slide .blog-ot .item-post:not(:last-child){
    margin-bottom: 30px;
}
.el7up-swiper-slider2 .swiper-slide .blog-ot .item-post .desc{
    display: none;
}
.el7up-swiper-slider2 .blog-ot .post-info{
    padding: 16px 20px 20px 20px;
}
.el7up-swiper-slider2 .blog-ot .readmore-wrap{
    margin-top: 0;
}
/*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: 700;
    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: #333333;
}
.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: #ffffff;
}
/*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: #333333;
}
.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{
    position: relative;
    padding-top: 12px;
}
.post-info-author-style1 .author-info{
    padding-left: 25px;
}
.post-info-author-style1 .name-author{
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 700;
}
.post-info-author-style1 .desc{
    margin-bottom: 0px;
    margin-top: 10px;
}
.post-info-author-style1 .author-thumb{
    width: 110px;
    min-width: 110px;
    border-radius: 10px;
    overflow: hidden;
}
.post-info-author-style1 .author-thumb img{
    width: 150px;
}
/*End post info author*/
/*Begin post control*/
.post-control {
    margin-top: 50px;
}
.post-control .text-title{
    color: #666666;
    line-height: 30px;
    display:none;
}
.post-control a:hover .text-title{
    color: #333333;
}
.post-control .control-btn:hover{
    background: #b4754d;
}
.post-control .control-btn:hover a>.title{
    color: #ffffff;
}
.post-control a> .title{
    display: block;
    font-size: 14px;
    color: #b4754d;
}
.post-control a> .title i{
    font-size: 18px;
    transform: translateY(2px);
}
.post-control a .la-angle-left{
    margin-right: 10px;
}
.post-control a .la-angle-right{
    margin-left: 10px;
}
.post-control .flex-wrapper> .prev-post,
.post-control .flex-wrapper> .next-post{
    height: 40px;
    line-height: 40px;
    border: 2px solid #b4754d;
    border-radius: 20px;
    min-width: 100px;
    padding: 0 20px;
    text-align: center;
}
.post-control .flex-wrapper> .prev-post{
    padding-right: 15px;
}
.post-control .flex-wrapper> .prev-post i{
    padding-right: 5px;
}
.post-control .flex-wrapper> .next-post{
    padding-left: 15px;
}
.post-control .flex-wrapper> .next-post i{
    padding-left: 5px;
}
/*End post control*/
/*Begin Comment list post*/ 
.title-comment-post{
    margin: 0px;
    margin-bottom: 50px;
}
.title-comment-post small{
    float: right;
}
.title-comment-post #cancel-comment-reply-link{
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.title-comment-post #cancel-comment-reply-link:hover{
    color: #333333;
    text-decoration: underline #b4754d;
}
.s7up-blog-list-comment{
    margin-top: 85px;
}
.s7up-blog-form-comment{
    margin-top: 85px;
}
.s7up-blog-form-comment .el7up-heading-style4::after,
.s7up-blog-list-comment .el7up-heading-style4::after{
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    margin: auto;
}
.s7up-blog-form-comment .comment-form-cookies-consent{
    position: relative;
}
.comment-form-cookies-consent label{
    margin-left: 25px;
    vertical-align: middle;
    margin-bottom: 0px;
}
.woocommerce #review_form #respond p {
    margin: 0 0 20px;
}
.woocommerce #review_form #respond p.comment-notes{
    margin-bottom: 5px;
}
.woocommerce #review_form #respond .comment-form-cookies-consent{
  margin-bottom: 30px;
  position: relative;
}
.comment-form-cookies-consent input[type="checkbox"]{
   margin-top:0px;
    position: absolute;
    top:5px;
}
.s7up-blog-form-comment .comment-form .contact-site input,
.s7up-blog-form-comment .comment-form .contact-name input,
.s7up-blog-form-comment .comment-form .contact-email input{
    border: 1px solid #e5e5e5;
}
.s7up-blog-form-comment .comment-form .contact-site span,
.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: #333333;
    font-size:18px;
    margin-bottom: 15px;
}
.s7up-blog-form-comment .comment-form .contact-message 
{
   clear: both;
   margin-bottom: 25px;
}
.s7up-blog-form-comment .comment-form .contact-site,
.s7up-blog-form-comment .comment-form .contact-name,
.s7up-blog-form-comment .comment-form .contact-email{
    margin-bottom: 30px;
    max-width: 50%;
}
.s7up-blog-form-comment .comment-form .contact-name{
    padding-right: 15px;
}
.s7up-blog-form-comment .comment-form .contact-email{
    padding-left: 15px;
}
.s7up-blog-form-comment .comment-form .contact-site{
    width: 100%;
    padding-right: 0;
    display: inline-block;
}
.s7up-blog-form-comment .comment-form .contact-email,
.s7up-blog-form-comment .comment-form .contact-name {
    width: 100%;
    display: inline-block;
}
.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{  
    width: 100%;
    display: block;
    margin-top: 25px;
    margin-bottom: 0px;
    clear: both;
}
.s7up-blog-form-comment .comment-form .control-group p{
    margin-bottom: 30px;
    margin-top: -8px;
}
.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: 70px;
    min-width: 70px;
}
.comment-list .comment-info{
    width: calc(100% - 70px);
    overflow: hidden;
    margin-left: 20px;
}
.comment-list .comment-info .content-comment p{
    margin-bottom: 12px;
}
.comment-list .comment-info .author-name,
.comment-list .comment-info .author-name a{
    text-transform: capitalize;
    color: #333333;
    font-weight: 700;
}
.comment-list .comment-info .author-name span
{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}
.comment-list .comment-info .author-name span::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #ccc;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.comment-list .comment-info .author-name{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
}

.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: 42px;
    border-top: 1px solid #cccccc;
    padding-top: 30px;
}
.comment-list>li:first-child>.item-comment {
    margin-top: 0px;
    padding-top:0px;
    border-top: none;
}
.comment-list .comment-reply-link {
    display: inline-block;
    width: 100%;
    color: #666666;
    vertical-align: middle;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
}
.comment-list .comment-reply-link::after{
    content: "";
    content: none;
    width: calc(100% - 55px);
    height: 1px;
    background:  #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.comment-list .comment-reply-link:hover{
    color: #333333;
    text-decoration: underline #b4754d;
}
.comment-list .comment-respond{
    margin-bottom:70px;
}
.comment-list ul{
    list-style: none;
}
.comment-list .content-comment ul {
    list-style: disc;
}
.comment-list .children{
    padding-left: 30px;
}
.comment-list .depth-3 .children{
    padding-left: 0px;
}
@media (max-width: 767px){
    .comment-list .children {
        padding-left: 0;
    }
}
@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-site .title-label,
.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: 50px;
}
.s7up-blog-form-comment .comment-form input[type="text"], 
.s7up-blog-form-comment .comment-form textarea{
    width: 100%;
    padding: 0px 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
} 
.s7up-blog-form-comment .comment-form textarea{
    padding: 20px;
    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: #666666;
  font-size: 14px;
}

.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: #666666;
  font-size: 14px;
}

.s7up-blog-form-comment .comment-form textarea::placeholder, 
.s7up-blog-form-comment .comment-form input[type="text"]::placeholder 
{
  color: #666666;
  font-size: 14px;
}
/*End comment form post*/
/*Begin Single post style default*/
.single-blog-style2 .title-post-single,
.single-blog- .title-post-single{
    margin: 0;
    margin-top: -5px;
    line-height: 1.3;
    word-break: break-word;
    font-size: 36px;
}
.content-single-blog .content-detail .post-meta-data{
    margin-top: 15px;
}
.content-single-blog .content-detail .post-meta-data .meta-item.meta-cats a:not(:last-child){
    margin-right: 5px;
}
.single-blog- .single-post-media-format{
    margin-top: 42px;
}
.single-blog- .single-post-media-format .format-gallery .el7up-wrapper-slider{
    overflow: hidden;
}
.single-blog-style2 .content-post-default .meta-post-style1,
.single-blog- .content-post-default .meta-post-style1{
    padding: 28px 0;
    border-bottom: 1px solid #dcdcdc;
}
.single-blog-style2 .desc-post-el .el7up-text-editor p:not(:last-child),
.single-blog- .desc-post-el .el7up-text-editor p:not(:last-child){
    margin-bottom: 17px;
}

.single-blog-style2 .content-post-default,
.single-blog- .content-post-default{
    margin-top: 42px;
}
.single-blog-style2 .tags-and-share,
.single-blog- .tags-and-share{
    margin-top: 40px;
    padding-top: 10px;
    border: 1px dashed #e5e5e5;
    border-width: 1px 0 1px 0;
}
.single-blog-style2 .tags-and-share > div,
.single-blog- .tags-and-share > div{
    flex-wrap: wrap;
}
.single-blog-style2 .tags-post,
.single-blog- .tags-post{
    flex-wrap: wrap;
}
.single-blog-style2 .tags-post a,
.single-blog- .tags-post a{
    display: inline-block;
}
.single-blog-style2 .tags-post,
.single-blog-style2 .single-post-share,
.single-blog- .tags-post,
.single-blog- .single-post-share{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.single-blog-style2 .tags-post a,
.single-blog- .tags-post a{
    color: #666666;
    position: relative;
}
.single-blog-style2 .tags-post a:hover,
.single-blog- .tags-post a:hover{
    color: #333333;
    text-decoration: underline #b4754d;
}
.single-blog-style2 .tags-post h3,
.single-blog- .tags-post h3{
    margin-right: 10px;
}
.single-blog-style2 .tags-post h3 i, 
.single-blog- .tags-post h3 i{
    color: #b4754d;
    margin-right: 5px;
}
.single-blog-style2 .tags-post a:not(:last-child),
.single-blog- .tags-post a:not(:last-child){
    margin-right: 5px;
}
.single-blog-style2 .tags-post a:not(:last-child):after,
.single-blog- .tags-post a:not(:last-child):after{
    content: ",";
}
.single-related-post{
    margin-top: 85px;
}
.single-related-post .el7up-heading-style4::after{
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    margin: auto;
}
.single-related-post .related-post-slider{
    margin-top: 50px;
}

.single-related-post .el7up-wrapper-slider .swiper-button-prev,
.single-related-post .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev,
.single-related-post .el7up-wrapper-slider .swiper-button-next,
.single-related-post .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next{
    top: -75px;
    right: 0;
}
.single-related-post .el7up-wrapper-slider .swiper-button-prev,
.single-related-post .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev{
    left: auto;
    right: 50px;
}
.share-product .single-list-social h3,
.content-single-blog .single-list-social h3{
    margin-right: 10px;
}
.share-product .single-list-social i,
.content-single-blog .single-list-social i{
    background: transparent;
    color: #666666;
    font-size: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.share-product .single-list-social a:hover i,
.content-single-blog .single-list-social a:hover i{
    color: #333333;
}
/* Single post elementor */
.single-post-el4,
.single-post-el2{
    margin-top: 40px;
}
.single-post-el3{
    margin-top: 50px;
}
.single-post-el3 .col1 .elementor-widget-image{
    border: 1px solid #e5e5e5;
}
.single-post-el3 .col2{
    padding-left: 30px;
}
.single-post-el3 .col2 .el7up-text-editor{
    margin-top: 15px;
}
.single-post-el3 .col2 .el7up-text-editor p:not(:last-child){
    margin-bottom: 20px;
}

/*End Single post style default*/
/*End Single Post*/

/* Begin portfolio */
.item-portfolio .portfolio-thumb{
    position: relative;
    overflow: hidden;
}
.item-grid-portfolio- .item-portfolio .portfolio-thumb{
    border-radius: 50%;
    box-shadow: -2.681px 21.836px 54px 0px rgba(0, 0, 0, 0.1);
}
.item-grid-portfolio- .item-portfolio .portfolio-thumb::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b4754d;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-portfolio- .item-portfolio .portfolio-info{
    position: absolute;
    width: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
}
.item-grid-portfolio- .item-portfolio:hover .portfolio-thumb::after,
.item-grid-portfolio- .item-portfolio:hover .portfolio-info{
    opacity: 1;
    visibility: visible;
}
.item-grid-portfolio- .item-portfolio:hover .portfolio-thumb::after{
    opacity: 0.5;
}
.item-portfolio .portfolio-info .portfolio-title a{
    display: inline-block;
    color: #ffffff;
    margin-top: 33px;
}
.item-portfolio .portfolio-info .readmore i{
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #ffffff;
    color: #b4754d;
    border-radius: 50%;
}
/* Style 2 */
.item-grid-portfolio-style2 .item-portfolio .portfolio-info{
    background: #ffffff;
    text-align: center;
    padding: 45px 30px;
}
.item-grid-portfolio-style3 .item-portfolio .portfolio-info .portfolio-cate a,
.item-grid-portfolio-style2 .item-portfolio .portfolio-info .portfolio-cate a{
    color: #999999;
    font-weight: 700;
    text-transform: uppercase;
}
.item-grid-portfolio-style3 .item-portfolio .portfolio-info .portfolio-cate a:not(:last-child)::after,
.item-grid-portfolio-style2 .item-portfolio .portfolio-info .portfolio-cate a:not(:last-child)::after{
    content: '&';
    margin: 0 3px;
    color: #999999;
}
.item-grid-portfolio-style3 .item-portfolio .portfolio-info .portfolio-cate a:hover,
.item-grid-portfolio-style2 .item-portfolio .portfolio-info .portfolio-cate a:hover{
    color: #e5cf12;
}
.item-grid-portfolio-style2 .item-portfolio .portfolio-info .portfolio-title{
    font-size: 24px;
    line-height: 36px;
}
.item-grid-portfolio-style2 .item-portfolio .portfolio-info .portfolio-title a{
    color: #333333;
    margin-top: 7px;
}
.item-grid-portfolio-style2 .item-portfolio .portfolio-info .desc{
    margin-top: 22px;
}
.item-grid-portfolio-style3 .item-portfolio .portfolio-info .readmore-wrap,
.item-grid-portfolio-style2 .item-portfolio .portfolio-info .readmore-wrap{
    margin-top: 32px;
}
/* Style 3 */
.item-grid-portfolio-style3 .item-portfolio{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    text-align: center;
}
.item-grid-portfolio-style3 .item-portfolio .portfolio-thumb{
    width: 50%;
}
.item-grid-portfolio-style3 .item-portfolio .portfolio-info{
    width: 50%;
    padding: 50px 90px;
}
.item-grid-portfolio-style3 .item-portfolio .portfolio-info .portfolio-title a{
    color: #333333;
    margin-top: 12px;
}
.item-grid-portfolio-style3 .item-portfolio .portfolio-info .desc{
    margin-top: 25px;
}
/* End portfolio */

/*Begin 404 page*/
.content-default-404 .number{
    font-size: 200px;
    color: #b4754d;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    text-shadow: -5px 0px #333333;
}
.content-default-404 .text{
    font-size: 48px;
    font-weight: 700;
    color: #b4754d;
    margin-bottom: 10px;
}
.content-default-404 .sub-title{
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
}
.content-default-404 .desc{
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}
.content-default-404 .el7up-bt-default{
    margin-top: 15px;
    border-radius: 30px;
}
.info-not-found{
    color: #333333;
    position: relative;
}
.info-not-found .text{
    position: relative;
}
.info-not-found .row{
    align-items: center;
}
.info-not-found .el7up-search-default .el7up-search-form{
    max-width: 450px;
    border-radius: 5px;
}
.info-not-found .el7up-search-default .el7up-submit-form .el7up-text-bt-search{
    font-size: 24px;
}
@media(max-width: 767px){
    .content-default-404 .number{
        margin-bottom: 50px;
        font-size: 120px;
        text-shadow: -3px 0px #333333;
    }
}
/* 404 mega page */
.main-header1.mega-404 > .elementor-container{
    box-shadow: 0px 5px 25px 0px rgb(0 0 0 / 15%)
}
.mega-page-404{
    padding: 220px 15px 350px 15px;
    margin-top: -80px;
}
.mega-page-404 .el7up-heading-7up{
    font-size: 42px;
    line-height: 56px;
    text-transform: capitalize;
}
.mega-page-404 .el7up-text-editor p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #666666;
    margin-top: 15px;
}
.mega-page-404 .el7up-bt-custom{
    min-width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    border: 1px solid #666666;
    border-radius: 5px;
    color: #666666;
    display: inline-block;
    padding: 0 30px;
    position: relative;
}
.mega-page-404 .el7up-bt-custom::after{
    content: "\f105";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 30px;
    color: #666666;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
}
.mega-page-404 .el7up-bt-custom:hover::after{
    color: #ffffff;
}
.mega-page-404 .el7up-bt-custom:hover{
    background: #b4754d;
    color: #ffffff;
}
.mega-page-404 .elementor-widget-s7upf-button{
    margin-top: 55px;
}
/*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.5s ease-out 0s;
    -webkit-transition: all 0.5s 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;
}
.item-product .product-thumb-link:hover::before {
  opacity: 1;
}
/*Zoom Product*/
.product-thumb:hover .zoom-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.product-thumb:hover .zoomin-thumb img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
/*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-gallery .mid{
    position: relative;
    z-index: 1
}
.product-detail-gallery>.wrap-detail-gallery{
    margin-bottom: 0px!important
}
.product-detail-gallery .mid .video-content-mid{
    position: absolute;
    bottom: 0;
    right: 0;
}
a.fancybox-media{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: #b4754d;
}
a.fancybox-media:hover{
    background: #f8bb6b;
}
/*Begin gallery control product horizontal*/
.style-gallery-horizontal .gallery-control{
    margin: auto;
    margin-top: 10px;
}
.style-gallery-horizontal .gallery-slider{
     padding: 0px;
}
.style-gallery-horizontal .gallery-slider .slick-list{
    padding: 0 !important;
}
.style-gallery-horizontal .gallery-control .slick-slide {
    margin: 0 5px;
    border: 1px solid #ffffff;
    overflow: hidden;
}
.style-gallery-horizontal .gallery-control .slick-slide.slick-current,
.style-gallery-horizontal .gallery-control .slick-slide.slick-center{
    background: #e2e2e2;
}
.style-gallery-horizontal .gallery-control .slick-slide.slick-current img,
.style-gallery-horizontal .gallery-control .slick-slide.slick-center img{
    mix-blend-mode: darken;
}
.style-gallery-horizontal2 .gallery-control .slick-arrow,
.style-gallery-horizontal .gallery-control .slick-arrow {
    position: absolute;
   position: absolute;
    top: 50%;
    z-index: 1;
    padding: 0px;
    height: 30px;
    width: 30px;
    margin-top: -15px;
    border: none;
    border-radius: 0px;
    background: #f9f9f9;
    font-size: 24px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    color: #333333;
    background: transparent;
    cursor: pointer;    
}
.style-gallery-horizontal2 .gallery-control .slick-arrow:hover,
.style-gallery-horizontal .gallery-control .slick-arrow:hover{
    color: #b4754d;
}
.style-gallery-horizontal2 .gallery-control .slick-arrow:focus,
.style-gallery-horizontal .gallery-control .slick-arrow:focus{
    outline: none;
}
.style-gallery-horizontal2 .gallery-control .slick-prev,
.style-gallery-horizontal .gallery-control .slick-prev {
  left: 0;
}
.style-gallery-horizontal2 .gallery-control .slick-next,
.style-gallery-horizontal .gallery-control .slick-next {
  right: 0;
}
.style-gallery-horizontal2 .product-single-left{
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 30px;
}
.style-gallery-horizontal2 .gallery-slider{
    padding: 0 50px;
}
.style-gallery-horizontal2 .slick-slide {
    margin: 0 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    overflow: hidden;
}
.style-gallery-horizontal2 .slick-slide.active {
    border: 1px solid #b4754d;
}
.style-gallery-horizontal2 .product-title-single{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 13px;
}
.style-gallery-horizontal2 .product-cart-detail{
    border: 1px solid #dcdcdc;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    padding: 22px 30px 30px 30px;
}
.style-gallery-horizontal2 .product-cart-detail .price p{
    margin: 0;
    text-transform: capitalize;
}
.style-gallery-horizontal2 .product-cart-detail p.regular{
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    position: relative;
}
.style-gallery-horizontal2 .product-cart-detail p.regular::after{
    content: "";
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.style-gallery-horizontal2 .product-cart-detail p.percent{
    font-size: 12px;
    color: #b4754d;
    font-weight: 700;
    margin-top: -2px;
}
.style-gallery-horizontal2 .product-cart-detail p.sale{
    font-size: 24px;
    color: #b4754d;
    font-weight: 700;
    margin-top: 22px;
}
.style-gallery-horizontal2 .product-cart-detail .stock-single-product{
    margin-top: 15px;
}
.style-gallery-horizontal2 .product_meta {
    padding: 15px 0;
}
.form-single-product-el{
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    padding: 22px 30px 30px 30px;
}
.form-single-product-el form{
    text-align: center;
    margin-top: 25px;
}
.form-single-product-el form br{
    display: none;
}
.form-single-product-el form input{
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #f5f5f5;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 15px 0 40px;
}
.form-single-product-el form .email,
.form-single-product-el form .name,
.form-single-product-el form .phone{
    position: relative;
}
.form-single-product-el form .email::after,
.form-single-product-el form .name::after,
.form-single-product-el form .phone::after{
    content: "";
    width: 30px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    color: #666666;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    left: 5px;
    margin: 0;
}
.form-single-product-el form .email::after{
    content: "\f0e0";
}
.form-single-product-el form .name::after{
    content: "\f007";
}
.form-single-product-el form .phone::after{
    content: "\f10b";
}
.form-single-product-el form p.btn-sb{
    display: flex;
    margin-bottom: -10px;
}
.form-single-product-el form button{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    min-width: 80px;
}
.form-single-product-el .el7up-heading-7up{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.banner-single-product{
    margin-top: 30px;
    border-radius: 5px;
    overflow: hidden;
}
@media(max-width: 1023px) and (min-width: 768px){
    .style-gallery-horizontal2 .list-product-group .group_table tr{
        display: flex;
        flex-wrap: wrap;
    }
    .style-gallery-horizontal2 .list-product-group .group_table tr .group-info{
        width: calc(100% - 80px);
    }
}
/*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 {
    /* position: relative; */
    display: flex;
}
.style-gallery-vertical .wrap-detail-gallery.gallery-control-off {
    padding-left:0px;
}
.style-gallery-vertical .slick-vertical .slick-slide {
    border:2px solid #ffffff;
    margin-top: 5px;
    margin-bottom: 5px;
}
.style-gallery-vertical .slick-vertical .slick-slide{
    border: 2px solid #ffffff;
    margin-right: 10px;
}
.style-gallery-vertical .gallery-control .slick-vertical .slick-slide.slick-current,
.style-gallery-vertical .gallery-control .slick-vertical .slick-slide.slick-center{
    background: #e2e2e2;
    position: relative;
}
.style-gallery-vertical .gallery-control .slick-vertical .slick-slide.slick-current img,
.style-gallery-vertical .gallery-control .slick-vertical .slick-slide.slick-center img{
    mix-blend-mode: darken;
}
.style-gallery-vertical .gallery-control .slick-vertical .slick-slide.slick-current::after,
.style-gallery-vertical .gallery-control .slick-vertical .slick-slide.slick-center::after{
    content: none;
    border-left: 10px solid #b4754d;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -11px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
}

.style-gallery-vertical .gallery-control {
    width: 80px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    order: -1;
    position: relative;
}
.style-gallery-vertical .gallery-control .gallery-slider:before{
    content: '';
    height: 100%;
    width: 40px;
    position: absolute;
    right: -35px;
}
.style-gallery-vertical .gallery-control .slick-list{
    padding: 0 !important;
    margin-top: -5px;
}
.style-gallery-vertical .slick-prev,
.style-gallery-vertical .slick-next{
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    border: none;
    color: #333333;
    background: transparent;
    font-size: 24px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    right: 10px;
    left: 0;
    margin: auto;
}
.style-gallery-vertical .slick-prev{
    top: auto;
    bottom: 0;
}
.style-gallery-vertical .slick-prev:hover,
.style-gallery-vertical .slick-next:hover{
    color: #b4754d;
}
.style-gallery-vertical .slick-prev:focus,
.style-gallery-vertical .slick-next:focus{
    outline: none;
}
.woocommerce div.product .style-gallery-vertical div.images .woocommerce-product-gallery__image{
    width: calc(100% - 80px);
}
/*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*/
/* Style woocomerce default */
/* Style woocomerce default */
.woocommerce div.product div.images.woocommerce-product-gallery .woocommerce-product-gallery__image img{
    width: auto;
}
.woocommerce div.product > .woocommerce-product-gallery__image{
    max-width: 25%;
    display: inline-block;
}
.woocommerce div.product > .product_title{
    margin-top: 30px;
}
/*End detail gallery*/

/*Begin summary product*/
/*final countdown*/
.final-countdown {
    display: flex;
    justify-content: space-between;
    top: 0;
    left: 0;
}
.final-countdown .clock {
    position: relative;
    text-align: center;
    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;
    min-width: 36px;
    height: 36px;
    background: #ffffff;
    overflow: hidden;
}
.final-countdown .clock .number {
    color: #b4754d;
    font-weight: 400;
}
.final-countdown .clock .text {
    font-size: 14px;
    color: #999999;
    text-transform: capitalize;
    margin-top: -5px;
}
.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: #333333;
    color: #ffffff;
    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: 2px solid #b4754d;
    color: #b4754d;
    height: 50px;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 0px 40px;
    min-width: 130px;
    border-radius: 8px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: 700;
    z-index: 1;
    font-size: 14px;
}
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: #ffffff;
    background-color: #b4754d;
    box-shadow: none;
}
input[type=button]:focus, 
input[type=reset]:focus, 
input[type=submit]:focus,
.woocommerce a.button:focus,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus{
    outline: none;
}
.woocommerce div.product form.cart{
    margin-bottom: 0px;
}
.s7up-form-cart-single form.cart .form-submit{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.wishlist_compare_single_product{
    display: flex;
}
.wishlist_compare_single_product > div{
    display: inline-block;
}
.wishlist_compare_single_product a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: transparent;
    color: #333333;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    position: relative;
    text-transform: uppercase;
    margin-left: 10px;
}
.wishlist_compare_single_product a.added i{
    color: #b4754d;
}
.wishlist_compare_single_product a:hover i,
.wishlist_compare_single_product a:hover span,
.wishlist_compare_single_product a:hover{
    background: #b4754d;
    color: #ffffff;
}
.wishlist_compare_single_product .my-compare,
.wishlist_compare_single_product .my-wishlist{
    display: none;
}
.wishlist_compare_single_product .product-compare .compare-link.added{
    font-size: 0;
    color: #ffffff;
    text-transform: capitalize;
}
.wishlist_compare_single_product .product-compare .compare-link.added::after{
    content: "\f079";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    position: absolute;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #b4754d;
}
.wishlist_compare_single_product .product-compare .compare-link.added:hover{
    color: #b4754d;
}
.wishlist_compare_single_product .product-compare .compare-link.added:hover::after{
    color: #ffffff;
}
.wishlist_compare_single_product a span{
    display: none;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .single_add_to_cart_button{
    float: none;
    box-shadow: none;
    overflow: hidden;
    background-color: #b4754d;
    color: #ffffff;
    border: none;
    font-weight: 400;
    text-transform: unset;
    height: 36px;
    line-height: 36px;
    padding: 0 15px !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button::after{
    content: "\f217";
    content: none;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    vertical-align: bottom;
    margin-left: 10px;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{
    background-color: #f8bb6b;
}
.product-detail{
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.product-detail .product-detail-info{
    padding: 15px;
}
.product-detail .product-label{
    position: absolute;
    top: 0;
    left: 0;
}
.product-detail .product-label > span {
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    border: none;
    background: #b4754d;
    padding: 0 10px;
}
.product-title-single{
    line-height: 1.3;
    font-size: 30px;
    text-transform: capitalize;
}
.single-product.product-popup-content .product-title-single{
    font-size: 24px;
    line-height: 36px;
}
.single-product.product-popup-content .s7up-form-cart-single .list-product-group .detail-qty{
    width: 82px;
}
.s7up-form-cart-single .list-product-group .detail-qty > input{
    border: none;
}
@media(max-width: 1023px){
    .single-product.product-popup-content .detail-qty > a {
        width: 35px;
    }
    .single-product.product-popup-content .style-gallery-horizontal .gallery-slider{
        padding: 0 30px;
    }
    .single-product.product-popup-content .gallery-control .slick-arrow, 
    .single-product.product-popup-content .gallery-control .slick-arrow{
        font-size: 24px;
    }
}
@media(max-width: 700px) and (min-width:576px){
    .single-product.product-popup-content .s7up-form-cart-single .detail-qty{
        margin-bottom: 10px;
    }
}
@media(max-width: 414px){
    .single-product.product-popup-content .s7up-form-cart-single .detail-qty{
        margin-bottom: 10px;
    }
}
@media(max-width: 360px){
    .single-product.product-popup-content form.cart .group_table td.group-thumb {
        display: none;
    }
}

.product-detail .woocommerce-product-rating{
    display: flex;
    margin-bottom: 0 !important;
    margin-top: 5px;
}
.product-detail .woocommerce-product-rating a{
    color: #666666;
    margin-left: 5px;
}
.s7up-price-single .product-price {
    color: #b4754d;
    font-size:18px;
    margin-bottom: 0px;
    display: flex;
}
.product-price ins{
    text-decoration: none;
}
.s7up-price-single{
    margin-top: 10px;
}

.s7up-price-single .product-price del,
.s7up-price-single .product-price del .woocommerce-Price-amount{
    color: #999999;
    font-weight: 400;
    margin-right: 5px;
    font-size: 14px;
}
.product-detail-info .list-brand-product{
    flex-wrap: wrap;
    margin-top: 20px;
}
.product-detail-info .product-available{
    margin-top: 10px;
}
.product-available .in-stock{
    color: #5ace42;;
}
.product-detail-info .list-brand-product label{
    margin: 0;
}
.product-detail-info .list-brand-product li{
    max-width: 70px;
    margin: 0 10px;
}
.s7up-form-cart-single {
    margin-top: 25px;
    padding: 40px 0;
    align-items: center;
    display: flex;
    border: 1px dashed #e5e5e5;
    border-width: 1px 0 1px 0;
}
.product-detail-info .product-desc p:last-child{
    margin-bottom: 0px;
}
.product-detail-info .woocommerce-product-details__short-description{
    margin-top: 20px;
}
.item-product-meta-info{
    margin-top: 25px;
}
.item-product-meta-info .categories-product,
.item-product-meta-info .sku_wrapper{
    display: flex;
}
.item-product-meta-info .categories-product label,
.item-product-meta-info .posted_in label,
.item-product-meta-info .sku_wrapper label,
.item-product-meta-info .tagged_as label
{
    text-transform: capitalize;
    color: #555555;
    margin-bottom: 0px;
    margin-right: 15px;
}
.item-product-meta-info a{
    color: #666666;
}
.item-product-meta-info a:hover{
    color: #b4754d;
}
.item-product-meta-info .categories-product a,
.item-product-meta-info .posted_in a,
.item-product-meta-info .sku_wrapper .sku,
.item-product-meta-info .tagged_as a{
    color: #b4754d;
    margin-left: 3px;
    margin-right: 0px;
    font-weight: 400;
}
.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 .categories-product a:hover,
.item-product-meta-info .posted_in a:hover,
.item-product-meta-info .tagged_as a:hover{
    color: #b4754d;
    text-decoration: underline;
}
.item-product-meta-info >div:not(:last-child){
    margin-bottom: 5px;
}
.stock-single-product p{
    margin: 0;
}
.stock-single-product table{
    width: 100%;
}
.stock-single-product tr:last-child td,
.stock-single-product table{
    border: none;
}
.stock-single-product td:first-child{
    color: #333333;
}
.stock-single-product td{
    padding: 9px 0;
    text-transform: uppercase;
    border: none;
    border-bottom: 1px solid #dcdcdc;
}
.item-product-meta-info .categories-product ul{
    padding: 0;
    display: inline-block;
    margin: 0;
}
.item-product-meta-info .categories-product ul li{
    display: inline-block;
    color: #666666;
}
.item-product-meta-info .categories-product ul li:not(:last-child)::after{
    content: ",";
    margin-right: 3px;
}
.item-product-meta-info.tag{
    margin-top: 15px;
}
/*Begin product variations form*/
.woocommerce div.product form.cart .variations{
    margin-bottom: 0;
}
.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;
    
}
.woocommerce div.product form.cart .variations label{
   text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    margin: 0px;
    color: #666666;
    margin-right: 25px;
    font-weight: 700;
}
.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: 3px;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    line-height: 24px;
    display: inline-block;
    font-size: 16px;
}
.s7up-form-cart-single .variations .type-label .swatch-label-box:not(:last-child) .swatch-label:after{
    content: ",";
}
.s7up-form-cart-single .variations .type-label .swatch-label-box:hover .desc{
    color: #333333;
}
.s7up-form-cart-single .variations .type-label .swatch-label:hover,
.s7up-form-cart-single .variations .type-label .swatch-label.selected
{
    color: #b4754d;
    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 .tawcvs-swatches{
    margin-bottom: -10px;
    margin-right: -10px;
}
.s7up-form-cart-single .variations .type-label .swatch-label-box{
    display: inline-block;
}
.s7up-form-cart-single .variations .type-select select,
.s7up-form-cart-single .variations .type- select
{
   border: none;
   line-height: 24px;
   height: 24px;
   margin: 0px!important;
   padding: 0px 20px 0px 10px;
    font-size: 16px;
    color: #686868;
}
.s7up-form-cart-single .variations .detail-attr:not(:last-child){
    margin-bottom: 10px;
}
.s7up-form-cart-single .variations .type-color .swatch-color{
    height: 30px;
    width: 30px;
    display: inline-block;
    line-height:30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}
.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: calc(100% - 110px);
}
.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: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #666666;
}
.woocommerce div.product form.cart .reset_variations:hover{
    color: #b4754d;
}
.product-detail-info .woocommerce-variation-description .product-desc{
    margin-bottom: 0px;
}
.product-detail-info .woocommerce-variation-price{
    margin-top: 15px;
    margin-bottom: 20px;
}
.item-product .product-price ins{
    text-decoration: none;
    line-height: 0;
}
.product-detail-info .woocommerce-variation-price .product-price span{
    color: #b4754d;
    font-size: 18px;
    font-weight: 400;
}
.product-detail-info .woocommerce-variation-price .product-price del{
    margin-right: 10px;
}
.product-detail-info .woocommerce-variation-price .product-price del span{
    color: #999999;
}
#tab-additional_information table td,
#tab-additional_information table th{
    padding: 5px 10px !important;
}
#tab-additional_information table th{
    color: #333333;
    text-transform: capitalize;
}
.woocommerce div.product form.cart .single_variation_wrap .detail-attr{
    display: flex;
    flex-wrap: wrap;
}
.woocommerce div.product form.cart .single_variation_wrap .detail-attr .single_variation{
    width: 100%;
}
/*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{
    flex-wrap: wrap;
    flex-direction: column;
}
.s7up-form-cart-single .list-product-group .detail-qty{
    margin: 0;
}
.s7up-form-cart-single .list-product-group .detail-qty > span{
    display: none;
}
.s7up-form-cart-single .list-product-group .group-qty .button {
    display: inline-block;
    width: auto;
    min-width: auto;
    padding: 0px!important;
    height: auto;
    line-height: initial;
    border: none;
    color: #ffffff;
    background: #b4754d;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
    padding: 8px 15px !important;
}
.s7up-form-cart-single .list-product-group .group-qty .button:hover {
    box-shadow: none;
    color: #ffffff;
    background: #b4754d;
}
.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 {
    vertical-align: bottom !important;
}
.s7up-form-cart-single .list-product-group .wishlist_compare_single_product{
    display: inline-block;
    margin: 0;
}
.s7up-form-cart-single .list-product-group ~ .wishlist_compare_single_product{
    display: none;
}
.s7up-form-cart-single .list-product-group .group_table {
    border:none;
}
.product-type-grouped .s7up-form-cart-single{
    display: block;
}
.woocommerce div.product form.cart .group_table td{
    padding: 0 15px 20px 0;
}
.woocommerce div.product form.cart .group_table tr:last-child td{
    padding-bottom: 30px;
}
.woocommerce div.product form.cart .group_table td.group-thumb{
    width: 90px;
}
.woocommerce div.product form.cart .group_table td.group-thumb img{
    min-width: 50px;
}
.woocommerce div.product form.cart .group_table p{
    margin-bottom: 0;
}
.woocommerce div.product form.cart .group_table .product-title{
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
}
.woocommerce div.product form.cart .group_table .group-qty{
    padding-right: 0;
}
.woocommerce div.product form.cart .group_table .product-price span{
    color: #b4754d;
}
.woocommerce div.product form.cart .group_table .product-price ins{
    text-decoration: none;
}
.woocommerce div.product form.cart .group_table .product-price del span{
    color: #999999;
}
.product-type-grouped .wishlist_compare_single_product{
    margin-top: 20px;
}
/*End product group form*/

.detail-qty{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: space-between;
    position: relative;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    max-width: 120px;
    border-radius: 6px;
    width: 100%;
}
.shop_table  .detail-qty{
    max-width: 100px;
}
.detail-qty > span{
    line-height: 43px;
    padding-left: 10px;
}
.detail-qty > a{
    height: 34px;
    line-height: 34px;
    width: 34px;
    text-align: center;
}
.detail-qty > a:hover i{
    color: #b4754d;
}
.detail-qty > a i{
    font-size: 14px;
    margin: 0;
    color: #666666;
}
.detail-qty > input{
    padding: 0 5px;
    text-align: center;
    height: 34px;
    line-height:  34px;
    border: none;
    max-width: 30px;
    min-width: auto;
    font-size: 16px;
    color: #666666;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.s7up-form-cart-single .detail-qty{
    margin-right: 10px;
}
.meta-item-list{
    display: inline-block;
    margin: 0px;    
}
.sort-by .select-box::after {
    top: -1px;
}

.product-detail-info >.yith-wcwl-add-to-wishlist,
.product-detail-info >.compare{
    display: none!important;
}
.single-product-share{
    display: flex;
    align-items: center;
}
/*End summary product*/

/*Begin style product tabs*/
.detail-product-tabs{
    margin-top: 50px;
}
.detail-product-tabs .product-tab-content{
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.style-gallery-vertical ~ .detail-product-tabs{
    margin-top: 60px;
}
.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: 250px;
  border-right: none;
  padding-right: 30px;
}
.tab-product-vertical .product-tab-content {
    padding-right: 0px;
    flex-grow: 1;
    width: calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
    padding: 30px;
}
.tab-product-vertical .product-tab-title li a{
    color: #666666;
}
.tab-product-vertical .product-tab-title li:hover a,
.tab-product-vertical .product-tab-title li.active a{
    color: #ffffff;
}
.tab-product-vertical .product-tab-title li{
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 15px;
}
.tab-product-vertical .product-tab-title li:last-child{
    border: none;
}
.tab-product-vertical .product-tab-title li:hover,
.tab-product-vertical .product-tab-title li.active{
    background: #b4754d;

}
/*tab product horizontal*/
.tab-product-horizontal .tabs li,
.tab-product-horizontal .product-tab-title li{
    display: inline-block;
    position: relative;
}
.tab-product-horizontal .tabs li:not(:last-child),
.tab-product-horizontal .product-tab-title li:not(:last-child){
    margin-right: 0;
}
.tab-product-horizontal .tabs li:not(:last-child)::after,
.tab-product-horizontal .product-tab-title li:not(:last-child)::after{
    content: "";
    content: none;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    right: -7px;
    margin: auto;
    background: #e5e5e5;
    border-radius: 50%;
    z-index: 1;
}
.tab-product-horizontal .product-tab-title li a{
    display: inline-block;
    color: #666666;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 5px 20px;
}
.tab-product-horizontal .product-tab-title li a:hover,
.tab-product-horizontal .product-tab-title li.active a{
    color: #ffffff;
    background: #b4754d;
    border: 1px solid #b4754d;
}
.tab-product-horizontal .product-tab-title{
    margin-bottom: 20px;
}
/*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 #dcdcdc;
  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:#ffffff;
}
.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: #ffffff;
  width: 100%;
  padding: 0px;
  overflow-x: hidden;
  margin-bottom: 15px;
}
.tab-product-accordion2 .ui-accordion .ui-accordion-header{
  background: #ffffff;
}
.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: #ffffff;
}
.tab-product-accordion .ui-icon, .tab-product-accordion .ui-widget-content .ui-icon{
  background-image:none;
}
/*End tab-product-accordion*/
.detail-product-tabs .desc1 p:not(:last-child){
    margin-bottom: 8px;
}
.detail-product-tabs .desc2 .el7up-heading-7up{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 10px;
}
.detail-product-tabs .desc3 .elementor-icon-list-item{
    position: relative;
    padding-left: 15px; 
    line-height: 30px;
}
.detail-product-tabs .desc3 .elementor-icon-list-item::before{
    content: "";
    width: 5px;
    height: 5px;
    background: #b4754d;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
#review_form .form-submit{
    margin: 25px 0 0 0 !important;
}
/*End style product tabs*/
.single-related-product{
    margin-top: 90px;
}
.single-related-product .title-related-product{
    margin-bottom: 50px;
}
.single-related-product .el7up-heading-style4::after{
    right: auto;
}
.single-related-product .el7up-wrapper-slider .swiper-button-prev,
.single-related-product .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev, 
.single-related-product .el7up-wrapper-slider .swiper-button-next, 
.single-related-product .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next{
    top: -75px;
    right: 0;
}
.single-related-product .el7up-wrapper-slider .swiper-button-prev,
.single-related-product .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 50px;
}
/* Single product elementor */
.single-product-el1 .el7up-text-editor{
    margin-top: 30px;
}
.single-product-el1 .el7up-text-editor p:not(:last-child){
    margin-bottom: 15px;
}
/*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: 50px;
    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: #b4754d;
}
.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: #ffffff;
    font-weight: 700;
}
.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: #ffffff;
    color: #333333;
}
.woocommerce-account .addresses .title .edit:hover{
    color: #b4754d;
    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: #333333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: navajowhite;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #ffffff;
    background: #b4754d;
    border-color: #b4754d;
    
}
.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: capitalize;
    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 #b4754d;
}
.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 #dcdcdc;
    }
    .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 #dcdcdc;
}
.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: #333333!important;
}
.woocommerce a.remove:hover {
    color: #b4754d!important;
    background: transparent;
}
.woocommerce-cart table.cart td.actions .coupon > label{
    display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    margin-right: 10px;
    border-radius: 8px;
}
.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{
    color: #ffffff;
    background: #b4754d;
}
.woocommerce-cart table.cart img{
    width: 50px;
}
.cart_totals >h2{
    font-size: 30px;
    text-transform: capitalize;
    color: #333333;
    position: relative;
    padding-bottom: 12px;
}
.cart_totals >h2::after{
    content: "";
    width: 70px;
    height: 3px;
    background: #b4754d;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}
@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 .woocommerce-checkout .col2-set .col-1, 
.woocommerce-page .woocommerce-checkout .col2-set .col-1, 
.woocommerce .woocommerce-checkout .col2-set .col-2, 
.woocommerce-page .woocommerce-checkout .col2-set .col-2 {
    width: 100% !important;
    max-width: 100%;
}
.woocommerce form .form-row input.input-text {
    height:50px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
}
.woocommerce-checkout .woocommerce form .form-row textarea {
    height: 182px;
    font-size: 14px;
    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:50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 6px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    border-radius: 0px;
    background: #f5f9f9;
}
#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 #dcdcdc;
}
#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 form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 1px solid #dcdcdc;
    border-radius: 0px;
}
.woocommerce form.checkout_coupon input#coupon_code{
    height: 50px;
    line-height: 50px;
}
.woocommerce form.checkout_coupon p{
    margin-bottom: 7px;
    font-weight: 700;
}
.woocommerce form.checkout_coupon .form-row{
    margin-bottom: 7px;
}
#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: #333333;
    margin-top: 0;
    margin-bottom: 15px;
}
.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: #333333;
}
.woocommerce-checkout >.row> .col-md-5{
    padding-left: 45px;
}
.woocommerce-checkout .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 .woocommerce-checkout .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;
}
.woocommerce-checkout #order_review_heading{
    margin: 0px;
}
.woocommerce form .form-row{
    display: block;
}
.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;
}
.woocommerce-checkout .col2-set .col-2{
    margin-top: 37px;
    margin-bottom: 30px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
    font-weight: 700;
}
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-billing-fields{
    margin-left: -15px;
    margin-right: -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;
        padding-left: 0;
        padding-right: 0;
    }
    #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: #333333;
    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: #333333;
    padding: 15px 20px;
}
#yith-wcwl-form .wishlist-title-container{
    display: none;
}
#yith-wcwl-form .wishlist-title-container .wishlist-title{
        width: 100%;
}
#yith-wcwl-form .wishlist-title-container .wishlist-title>h2{
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    background: #b4754d;
    padding: 18px 30px;
    line-height: 24px;
    display: block;
    margin: 0px;
}
#yith-wcwl-form .wishlist-title-container .show-title-form{
    display: none;
}
#yith-wcwl-form th.product-price > span{
    color: #333333;
}
#yith-wcwl-form .product-price{
    font-size: 14px;
}
#yith-wcwl-form  .wishlist-in-stock{
    font-size: 14px;
}
#yith-wcwl-form .product-name{
    font-weight: 700;
}
#yith-wcwl-form .product-add-to-cart a{
    height: 40px;
    line-height: 40px;
    background: #b4754d;
    text-align: center;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    min-width: 130px;
}
#yith-wcwl-form .product-add-to-cart a:hover{
    background: #f8bb6b;
    color: #ffffff;
}
#yith-wcwl-form td.label{
    font-size: 14px;
}
#yith-wcwl-form .product-thumbnail{
    padding: 10px !important;
}
/*End page wishlist*/
/*Begin comments product, info bar wooo*/
.woocommerce #reviews #comments ol.commentlist{
    padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment_container{
    display: flex;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 70px;
    height: 70px;
    border-radius: 50%; 
    border: none;
    padding: 0px;
    position: unset;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin: 0;
    margin-left: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    overflow: hidden;
    padding: 15px;
    width: calc(100% - 90px);
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date{
    font-size: 14px;
    color: #666666;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash{
    margin: 0 5px;
    color: #ccc;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description{
    margin-top: 12px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p{
    line-height: 30px;
    margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author{
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 500;
}
.woocommerce #reviews #comments ol.commentlist li .wrap-rating li{
    min-height: auto;
    margin: auto;
}
.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: 50px;
    padding: 0px 20px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}
.woocommerce #review_form #respond textarea{
    height: 230px;
    padding: 15px 20px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.woocommerce-Reviews .comment-reply-title {
    display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #333333;
    margin-bottom: 20px;
    font-weight: 700 !important;
    z-index: 1;
    padding-bottom: 12px;
}
.woocommerce-Reviews .comment-reply-title::after{
    content: "";
    width: 70px;
    height: 3px;
    background: #b4754d;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    margin: auto;
}
.woocommerce-Reviews #comments{
    margin-bottom: 40px;
}
.woocommerce-Reviews #comments .woocommerce-noreviews{
    margin-bottom: 0px;
}

#ship-to-different-address .woocommerce-form__label{
    margin: 0px;
    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: #333333;
    border: none;
}
.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: #333333;
}
.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{
    color: #333333;
    background: transparent;
    box-shadow: none;
    text-decoration: underline;
    border: none;
}
.woocommerce .woocommerce-error , .woocommerce .woocommerce-info , .woocommerce .woocommerce-message,
 .woocommerce-page .woocommerce-error , .woocommerce-page .woocommerce-info , .woocommerce-page .woocommerce-message {
    background: #f5f9f9;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 55px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #333333;
}
.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: #b4754d;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    font-size: 24px;
    left: 20px;
    top: 25px;
    color: #b4754d;
}
.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: #333333;
    margin: 0px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 24px;
}
#order_review_heading{
    font-size: 24px;
    color: #333333;
    margin: 0px;
    margin-bottom: 3px;
    text-transform: capitalize;
    margin-top: 15px;
}
.woocommerce #reviews #comments ol.commentlist li{
    min-height: 70px;
    margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li:not(:last-child){
    margin-bottom: 30px;
}


/*End comments product, info bar wooo*/
/*End WooCommerce General*/



/*******************************************************************************************************
04. Elementor
********************************************************************************************************/
.elementor h1,.elementor h2,.elementor h3,.elementor h4,.elementor h5,.elementor h6,
.elementor p{
    margin: 0;
}
/*Begin Elementor Heading*/
.text-css-e.position_text_left{
    margin-right: auto;
}
.text-css-e.position_text_right{
    margin-left: auto;
}
.text-css-e.position_text_center{
    margin-left: auto;
    margin-right: auto;
}
.el7up-text-editor p:last-child{
    margin-bottom: 0px;
}
.elementor-widget.elementor-widget-s7upf-heading:not(:last-child) {
    margin-bottom: 0px;
}
.el7up-heading-style1{
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #333333;
}
.el7up-heading-style2{
    position: relative;
    font-size: 30px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #333333;
    font-weight: 700 !important;
    z-index: 1;
}
.el7up-heading-style2 span{
    color: #b4754d;
}
.el7up-heading-style3{
    color: #ffffff;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700 !important;
}
/* Style 4 */
.el7up-heading-style4{
    position: relative;
    font-size: 30px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #333333;
    font-weight: 700 !important;
    z-index: 1;
    padding-bottom: 12px;
}
.el7up-heading-style4 span{
    color: #b4754d;
}
.el7up-heading-style4::after{
    content: "";
    width: 70px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.el7up-heading-style4:hover::after{
    background: #b4754d;
}
/* Style 5 */
.el7up-heading-style5{
    display: inline-block;
    position: relative;
    width: auto;
    font-size: 60px;
    line-height: 72px;
    text-transform: capitalize;
    color: #333333;
    font-weight: 700 !important;
    z-index: 1;
}
.el7up-heading-style5 span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -18px;
    margin: auto;
    font-size: 160px;
    line-height: 160px;
    opacity: 0.1;
}
/* title vertical */
.title-vertical{
    transform: rotate(-90deg);
    transform-origin: left top;
    top: 100%;
    margin: auto;
    position: absolute !important;
    width: 100%;
    bottom: 0;
    z-index: 1;
}
.title-vertical-top{
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: left top;
    top: 100%;
    margin: auto;
    position: absolute !important;
    width: auto !important;
    top: 0;
    z-index: 1;
}
.title-vertical-top .el7up-heading-7up{
    display: inline-block;
}
.el7up-heading-7up.line-center-center::after,
.el7up-heading-7up.line-center-left::after,
.el7up-heading-7up.line-center-top::after,
.el7up-heading-7up.line-center-right::after,
.el7up-heading-7up.line-center-bottom::after{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.el7up-heading-7up.line-center-left::after{
    right: auto;
}
.el7up-heading-7up.line-center-top::after{
    bottom: auto;
}
.el7up-heading-7up.line-center-right::after{
    left: auto;
}
.el7up-heading-7up.line-center-bottom::after{
    top: auto;
}
.el7up-heading-7up.line-top-left::after{
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    margin: auto;
}
.el7up-heading-7up.line-top-right::after{
    top: 0;
    left: auto;
    bottom: auto;
    right: 0;
    margin: auto;
}
.el7up-heading-7up.line-bottom-left::after{
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    margin: auto;
}
.el7up-heading-7up.line-bottom-right::after{
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    margin: auto;
}
/*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-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-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: #b4754d;
    border-top: 1px solid #b4754d;
    padding: 30px 30px;
    color: #666;
}
.el7up-accordion-.ui-accordion .ui-accordion-header{
    background: #ffffff;
    border: none;
    color: #333333;
    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: #b4754d;
    
    color: #ffffff;
    font-size: 24px;
}
.el7up-accordion- .ui-state-active .box-icon-accor {
    color: #333333;
    background: #b4754d;
    
}
.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: 'Poppins', sans-serif;
    font-size: 20px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
}
.el7up-accordion-style2 .box-icon-accor {
    float: right;
    color: #333333;
    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: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: #ffffff;
    left: 0px;
    list-style: none;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    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: 260px;
}
.s7upf-navbar-nav .sub-menu .sub-menu{
    left: 100%;
    top: 0;
}
.s7upf-navbar-nav .sub-menu > li > a {
    display: block;
    padding: 8px 20px;
    position: relative;
    text-transform: capitalize;
}
.s7upf-navbar-nav .sub-menu > li:not(:first-child){
    border-top: 1px solid #e5e5e5;
}
.s7upf-navbar-nav .sub-menu > li:hover{
    background: #b4754d;
}
.s7upf-navbar-nav .sub-menu > li.current-menu-item a,
.s7upf-navbar-nav .sub-menu > li.current_page_item > a,
.s7upf-navbar-nav .sub-menu > li:hover > a{
    color: #ffffff;
}
.s7upf-navbar-nav li.has-mega-menu .mega-menu {
    background: #ffffff;
    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;
}
.la-caret-down{
    margin-left: 3px;
    cursor: pointer;
    position: relative;
    font-weight: 900;
    font-style: normal;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 12px;
}
.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;
    position: relative;
    display:block;
    overflow: hidden;
    cursor: pointer;
}
.s7upf-nav-identity-panel{
    display: none;
}


/*Menu fixed style*/

.fixed-header {
    background:#ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.menu-fixed-content.fixed-header{
    background: #ffffff;
    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;
}
@media(max-width: 767px){
    .admin-bar .fixed-header.active {
        top: 0;
    }
}

/*menu style icon*/
.menu-style-icon .s7upf-nav-identity-panel{
    display: block;
    line-height: 0;
}
.menu-style-icon .s7upf-menu-toggler{
    position: relative;
    height: 50px;
    width: 50px;
    position: relative;
    padding: 0px;
    text-align: center;
    display: inline-block;
    line-height: 56px;
    font-size: 36px;
    color: #ffffff;
    background: #b4754d;
    border-radius: 50%;
}
.menu-style-icon .s7upf-menu-inner{ 
    background: #ffffff;
    width: 330px;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9995;
    padding: 50px 0px 30px 0px;
    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: 30px 30px 0 30px;
    height: 100%;
}

.menu-style-icon .s7upf-navbar-nav > li > a .title-main {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    background: #b4754d;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
}
.menu-style-icon .s7upf-navbar-nav > li > a .title-main::after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    border-top: 5px solid #b4754d;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.menu-style-icon .s7upf-navbar-nav > li > a{
    padding: 13px 0;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
}
.menu-style-icon .s7upf-navbar-nav > li > a:hover{
    color: #b4754d;
}
.menu-style-icon .s7upf-navbar-nav > li {
    display: block;
    position: relative;
}
.menu-style-icon .s7upf-navbar-nav > li:nth-child(n+2){
    border-top: 1px solid #e5e5e5;
}
.menu-style-icon .s7upf-navbar-nav > li > a > i{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
}
/* .menu-style-icon .s7upf-navbar-nav > li.li.has-mega-menu > a > i::before, */
.menu-style-icon .s7upf-navbar-nav li > a > i::before{
    content: "\f105";
}
.menu-style-icon .s7upf-navbar-nav li.has-mega-menu .mega-menu{
    margin: 0 0 0 80px;
    left: 100%;
    top: 0;
}
.menu-style-icon .s7upf-navbar-nav li.has-mega-menu:hover .mega-menu{
    margin: 0 0 0 30px;
}
.position_content-right.menu-style-icon .s7upf-navbar-nav li.has-mega-menu .mega-menu{
    left: auto;
    right: 100%;
    margin: 0 80px 0 0;
}
.position_content-right.menu-style-icon .s7upf-navbar-nav li.has-mega-menu:hover .mega-menu{
    margin: 0 30px 0 0;
}
.position_content-right.menu-style-icon .s7upf-navbar-nav li > a > i::before {
    content: "\f104";
}
.position_content-right.menu-style-icon .s7upf-navbar-nav .sub-menu {
    margin: 0 80px 0 0px;
    left: auto;
    right: 100%;
}

.position_content-right.menu-style-icon .s7upf-navbar-nav .sub-menu li.menu-item-has-children > .sub-menu {
    margin: 0px 30px 0px 0;
}
.position_content-right.menu-style-icon .s7upf-navbar-nav li.menu-item-has-children:hover > .sub-menu {
    margin: 0;
}
.position_content-right.menu-style-icon .s7upf-navbar-nav > li.menu-item-has-children:hover > .sub-menu {
    margin: 0 30px 0 0;
}
.menu-style-icon .close-menu:hover{
    color: #b4754d;
}
.position_content-left .close-menu{
    position: absolute;
    right: 23px;
    top:45px;
    line-height: 40px;
    cursor: pointer;
    font-size: 36px;
    color: #333333;
    z-index: 1;
}
.position_content-right .close-menu{
    position: absolute;
    left: 17px;
    top: 34px;
    line-height: 40px;
    cursor: pointer;
    font-size: 36px;
    color: #333333;
}
.close-menu .s7upf-menu-toggler span,
.close-menu .s7upf-menu-toggler:after,
.close-menu .s7upf-menu-toggler:before{
    background: #ffffff;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu{
    margin: 0 0 0 80px;
    left: 100%;
    top: 0;
}
.menu-style-icon .s7upf-navbar-nav li.menu-item-has-children:hover > .sub-menu{
    margin: 0;
}
.menu-style-icon .s7upf-navbar-nav > li.menu-item-has-children:hover > .sub-menu{
    margin: 0 0 0 30px;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu .menu-item-has-children{
    position: relative;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu .menu-item-has-children > a > i{
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 40px;
}
.menu-style-icon .s7upf-navbar-nav .sub-open > .sub-menu{
    display: block;
}
.menu-style-icon .indicator-icon{
    width: 30px;
    text-align: center;
    display: none;
}
@media(max-width: 1024px){
    .menu-style-icon.position_content-left .s7upf-menu-inner{
        left: -100%;
    }
    .menu-style-icon.position_content-right .s7upf-menu-inner{
        right: -100%;
    }
    .menu-style-icon .s7upf-menu-inner{
        width: 100%;
        max-height: 330px;
    }
}
.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 default*/
.menu-style- .s7upf-navbar-nav li > a{
    font-size: 14px;
    font-weight: 500;    
    color: #333333;
    text-transform: capitalize;
}
.menu-style- .s7upf-navbar-nav > li > a{
    padding: 0px 22px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.menu-style- .s7upf-navbar-nav > li > a i{
    top: -4px;
    margin-left: 3px;
    font-size: 12px;
}
.menu-style- .s7upf-navbar-nav > li > a .title-main{
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    background: #b4754d;
    color: #fff;
    padding: 0 5px;
    border-radius: 3px;
}
.menu-style- .s7upf-navbar-nav > li > a .title-main::after{
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    border-top: 5px solid #b4754d;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.menu-style- .s7upf-navbar-nav .sub-menu li.menu-item-has-children > a i{
    position: absolute;
    right: 20px;
    top: 12px;
}
.menu-style- .s7upf-navbar-nav>li:hover> a{
    color: #b4754d;
}
.menu-style- .s7upf-navbar-nav>li.current_page_parent  > a,
.menu-style- .s7upf-navbar-nav>li.current-menu-item > a{
    color: #ffffff;
    background: #b4754d;
    border-radius: 8px;
}
.menu-style- .sub-menu  .current-menu-item{
    background: #b4754d;
}
.menu-style- .s7upf-navbar-nav .menu-item-depth-0> .sub-menu{
    left: 15px;
}
/* Menu style 2 */
.menu-style-style2 .s7upf-navbar-nav > li{
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-top: 1px solid #e5e5e5;
}
.menu-style-style2 .s7upf-navbar-nav > li > a{
    padding: 10px 0;
    text-transform: capitalize;
}
.menu-style-style2 .s7upf-navbar-nav > li .preview-image{
    margin-right: 10px;
}
/*Begin Mobile Menu*/
@media (max-width: 1024px){
    .header-default .logo-default{
        width: 60%;
    }
    .header-default .header-nav-default{
        text-align: right;
        width: 40%;
    }
    .menu-style- .btn-toggle-mobile-menu{
        position: absolute;
        top: 0;
        right: 0px;
        height: 50px;
        width: 50px;
        border-left: 1px solid #e1e1e1;
        line-height: 50px;
        z-index: 10;
        text-align: center;        
        font-size: 18px;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        cursor: pointer;
    }
    .menu-style- .btn-toggle-mobile-menu::after{
        font-family: 'Line Awesome Free';
        content: "\f107";
        font-weight: 900;
    }
    .menu-style- .btn-toggle-mobile-menu.active::after{
        content: "\f106";
    }
    .menu-style- .btn-toggle-mobile-menu.active{
        background: #ebebeb;
    }
    .menu-style- .s7upf-menu-inner .indicator-icon{
        display: none;
    }
    .menu-style- .s7upf-menu-inner{
        position: absolute;
        top: 100%;
        width: 100vw;
        display: none;
        z-index: 999;
        background: #ffffff;
        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: 300px;
    }
    .menu-style- .s7upf-menu-inner > .s7upf-navbar-nav {
        text-align: left !important;
    }
    .menu-style- .s7upf-menu-inner > .s7upf-navbar-nav > li{
        display: block;
        margin: 0px !important;
        padding: 0!important;
        position: relative;
    }
    .menu-style- .s7upf-menu-inner > .s7upf-navbar-nav>li > a{
        display: block;
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px 15px!important;
        padding-right: 70px!important;
        border-bottom: none!important;
        transition: none;
        -webkit-transition: none;
        margin: 0px!important;
    }
    .menu-style- .s7upf-navbar-nav li.menu-item-has-children> a:before{
        display: none;
    }
    .menu-style- .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li > a{
        padding-left: 30px!important;
        height: 50px !important;
        line-height: 50px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 14px;
    }
    .menu-style- .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li:first-child > a{
         border-top: none!important;
    }
    .menu-style- .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li.menu-item-depth-2  > a{
        padding-left: 45px!important;
    }
    .menu-style- .s7upf-navbar-nav .sub-menu{
        padding: 0px;
    }
    .menu-style- .toggle-mobile-menu{
        position: relative;
        height: 40px;
        width: 40px;
        position: relative;
        padding: 0px;
        text-align: center;
        display: inline-block;
        line-height: 42px;
        font-size: 30px;
        color: #ffffff;
        background: #b4754d;
    }
    .header-default .menu-style- .toggle-mobile-menu::after,
    .header-default .menu-style- .toggle-mobile-menu::before{
        content: none;
    }
    .s7upf-menu-container.active.menu-style- .toggle-mobile-menu i:before{
        content: "\f00d";
    }
    .menu-style- .toggle-mobile-menu:hover,
    .menu-style- .toggle-mobile-menu:focus{
        color: #ffffff;
    }
    .menu-style- .toggle-mobile-menu.active .la-reorder:before{
        content: "\f191";
    }
  
    .menu-style- .sub-menu li{
        transition: none;
        -webkit-transition: none;
    }
    .menu-style- .sub-menu{
        background: #ffffff 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{
        border-top: 1px solid #e1e1e1!important;
    }
    .menu-style- .s7upf-navbar-nav>li> a:after{
        display: none;
    }
    .menu-style- .s7upf-navbar-nav>li.current_page_parent > a, .menu-style- .s7upf-navbar-nav>li.current-menu-item > a{
        border-radius: 0;
    }
    .menu-style- .s7upf-navbar-nav li.has-mega-menu .mega-menu{
        position: relative;
        margin: 0;
        opacity: 1;
        visibility: visible;
        display: none;
        transition: none;
    }
    .menu-style- .s7upf-navbar-nav > li > a i,
    .menu-style- .s7upf-navbar-nav .sub-menu li.menu-item-has-children > a i{
        display: none;
    }
    /* menu vertical */
}   
@media(max-width: 1024px) and (min-width: 768px){
    /* Header page default */
    .menu-full .toggle-mobile-menu{
        display: none;
    }
    .menu-full .s7upf-menu-inner{
        display: block;
        position: unset;
        width: 100%;
        overflow: unset;
        box-shadow: none;
        background: transparent;
    }
    .menu-full .menu-style- .s7upf-navbar-nav > li > a{
        border: none !important;
        padding: 0 22px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .menu-full .s7upf-menu-inner > .s7upf-navbar-nav > li{
        display: inline-block;
        position: relative;
    }
    .menu-full .btn-toggle-mobile-menu{
        display: none;
    }
    .menu-full .s7upf-menu-inner > .s7upf-navbar-nav{
        text-align: center !important;
    }
    .menu-full .menu-style- .sub-menu{
        background: #ffffff none repeat scroll 0 0;
        display: inline-block;
        margin: 30px 0 0 0!important;
        opacity: 0!important;
        visibility: hidden!important;
        position: absolute !important;
        border-top: none;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
        width: 260px;
        box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%) !important;
    }
    .menu-full .s7upf-navbar-nav li.menu-item-has-children:hover > .sub-menu {
        opacity: 1 !important;
        visibility: visible !important;
        margin: 0 !important;
    }
    .menu-full .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li.menu-item-depth-2 > a,
    .menu-full .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li > a{
        padding: 8px 20px !important;
        height: auto !important;
        line-height: unset !important;
    }
    .menu-full .s7upf-navbar-nav .sub-menu > li:not(:first-child){
        border: none;
    }
    .menu-full .menu-style- .s7upf-navbar-nav>li.current_page_parent > a, 
    .menu-full .menu-style- .s7upf-navbar-nav>li.current-menu-item > a{
        border-radius: 8px;
    }
    .menu-full .s7upf-navbar-nav li.has-mega-menu .mega-menu{
        position: absolute;
        margin: 30px 0 0 0;
        opacity: 0;
        visibility: hidden;
        display: block;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    .menu-full .s7upf-navbar-nav li.has-mega-menu:hover > .mega-menu{
        margin: 0;
        opacity: 1;
        visibility: visible;
    }
    .menu-full .menu-style- .s7upf-navbar-nav > li > a i,
    .menu-full .menu-style- .s7upf-navbar-nav .sub-menu li.menu-item-has-children > a i{
        display: inline-block;
    }
}
@media(max-width: 767px){
    .header-default .logo-default{
        width: calc(100% - 50px);
    }
    .header-default .header-nav-default{
        width: 50px;
    }
    .header-default .logo-default h1 {
        height: 70px;
        line-height: 70px;
        font-size: 24px;
    }
    .el7up-list-link-icon .item-link {
        margin: 0px 5px;
    }
    .el7up-list-link-icon {
        margin: 0px -5px;
    }
    .header-page-default .menu-style- .s7upf-navbar-nav .sub-menu li.menu-item-has-children > a i{
        display: none;
    }
    .menu-style- .s7upf-navbar-nav li > a{
        color: #333333 !important;
    }
 }
/*End Elementor Menu */


/*Begin info box elementor*/

/*---------------*/

.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: 21px;
    color: #666666;
    font-size: 14px;
}
/*---------------*/
.s7upe-info-box-style3 .item-icon-e{
    background: #b4754d;
    color: #333333;
    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 .info-box-image{
    width: 100px;
}
.s7upe-info-box-style4 .info-box-image .item-image-e{
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 2px 5px 15px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
}
.s7upe-info-box-style4 .info-box-image img{
    display: inline-block;
    padding: 5px;
    border-radius: 50% !important;
}
.s7upe-info-box-style4 .info-box-content{
    width: calc(100% - 100px);
    padding-left: 20px;
    padding-right: 15px;
}
.s7upe-info-box-style4 .info-box-content .item-title-e{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.s7upe-info-box-style4 .info-box-content .item-sub-title-e{
    color: #999999;
    font-weight: 700;
}
/*---------------*/
.s7upe-info-box-style5{
    display: inline-block;
}
.s7upe-info-box-style5 > a{
    display: inline-block;
    position: relative;
    line-height: 40px;
    padding-right: 20px;
    color: #555555;
    overflow: hidden;
}
.s7upe-info-box-style5 > a::after{
    content: "\f107";
    font-size: 14px;
    margin-left: 3px;
    padding-left: 3px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #555555;
}
.s7upe-info-box-style5 > a:hover::after{
    content: "\f106";
    color: #b4754d;
}
.s7upe-info-box-style5:hover > a{
    color: #b4754d;
}
.s7upe-info-box-style5 span:hover{
    color: #b4754d;
}
.s7upe-info-box-style5 ul{
    position: absolute;
    list-style: none;
    padding: 10px;
    margin: 0;
    background: #ffffff;
    width: 180px;
    text-align: start;
    z-index: 11;
    padding: 10px;
    top: 50px;
    left: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}
.s7upe-info-box-style5 ul li{
    line-height: 30px;
    background: #f9f9f9;
    margin-top: 1px;
    padding: 0 8px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.s7upe-info-box-style5 ul li:hover{
    background: #b4754d;
}
.s7upe-info-box-style5 ul li:hover a{
    color: #ffffff;
}
.s7upe-info-box-style5 ul li span{
    color: #333333;
    cursor: pointer;
}
.s7upe-info-box-style5:hover ul{
    top: 38px;
    opacity: 1;
    visibility: visible;
}
/* STyle 6 */
.s7upe-info-box-style6 .wrap-hoverdir{
    overflow: hidden;
    position: relative;
}
.s7upe-info-box-style6 .wrap-content-box{
    height: 100%;
    position: absolute;
    width: 100%;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.s7upe-info-box-style6 .wrap-content-box::after{
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    background: rgb(255 255 255 / 0.7);
}
.s7upe-info-box-style6 .content-box{
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.s7upe-info-box-style6 .wrap-content-box .icon-popup{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background: #b4754d;
    color: #ffffff;
    border-radius: 50%;
    margin-bottom: 10px;
}
.s7upe-info-box-style6 .wrap-content-box .icon-popup:hover{
    background: #f8bb6b;
}
.s7upe-info-box-style6 .wrap-content-box .item-title-e a{
    color: #b4754d;
    font-weight: 700;
    font-size: 18px;
}
/* Style 7 */
.s7upe-info-box-style7{
    overflow: hidden;
    position: relative;
}
.s7upe-info-box-style7 .flex-wrapper{
    align-items: center;
    justify-content: center;
}
.s7upe-info-box-style7 .item-title-e{
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
    position: relative;
}
.s7upe-info-box-style7 .title1{
    text-transform: capitalize;
    font-weight: 500;
}
.s7upe-info-box-style7 .title2{
    text-transform: capitalize;
    font-weight: 700;
}
.s7upe-info-box-style7 .el7up-bt-default{
    background: transparent;
    border: 1px solid #b4754d;
    font-weight: 500;
    text-transform: uppercase;
    height: 40px;
    line-height: 38px;
    margin-top: 20px;
}
.s7upe-info-box-style7 .info-box-content{
    position: absolute;
    padding: 15px;
}
.s7upe-info-box-style7 .info-box-image{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.s7upe-info-box-style7 .info-box-image a{
    width: 100%;
}
.s7upe-info-box-style7 .info-box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s7upe-info-box-style7:hover .info-box-image img{
    transform: scale(1.1);
}

/* Style 8 */
.s7upe-info-box-style8{
    border-left: 5px solid #333333;
    padding: 45px 50px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 10%);
}
.s7upe-info-box-style8 .item-title-e{
    color: #333333;
    line-height: 24px;
}
.s7upe-info-box-style8 .item-title-e span{
    font-family: 'Poppins', sans-serif;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.s7upe-info-box-style8 .desc{
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.s7upe-info-box-style8 .info-box-image{
    max-width: 70px;
    margin-right: 20px;
    margin-top: 8px;
}
.s7upe-info-box-style8 .info-people{
    margin-top: 17px;
    align-items: center;
}
/*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;
}
/*-----------------------------------*/

/*End banner info elementor*/

/*Begin Tab elementor*/
.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: 200px;
}
.tabs-vertical-left .tab-content,
.tabs-vertical-right .tab-content
{
    width: calc(100% - 230px);
}
.tabs-vertical-left .tab-content{
    margin-left: 30px;
}
.tabs-vertical-right .tab-content{
    margin-right: 30px;
}
@media(max-width: 767px){
    .tabs-vertical-left,
    .tabs-vertical-right{
        flex-wrap: wrap;
    }
    .tabs-vertical-left .header-tab-layout,
    .tabs-vertical-right .header-tab-layout,
    .tabs-vertical-left .tab-content,
    .tabs-vertical-right .tab-content
    {
        width: 100%;
    }
    .tabs-vertical-left .tab-content,
    .tabs-vertical-right .tab-content{
        margin: 0;
    }
}
.header-tab .title-header{
    margin: 0px;
}

/*Style tab, style title header, style item title header*/
.el7up-tabs .title-header-style1{
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}
.el7up-tabs .title-header-style1 .title-header{
    position: relative;
    text-transform: capitalize;
    color: #333333;
    font-weight: 700 !important;
    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: #666666;
    margin-top: 10px;
}
.el7up-tabs .title-header-style1 .nav-tabs{
    justify-content: center;
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap{
    font-size: 14px;
    float: none;
    display: inline-block;
    margin: 2px;
    padding: 2px 20px;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap:not(:last-child)::after{
    content: none;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #e5e5e5;
    border-radius: 50%;
    right: -8px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap a{
    position: relative;
    color: #555555;
    line-height: 30px;
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap:hover,
.el7up-tabs .item-title-header-style1 .tab-item-wrap.active{
    color: #ffffff;
    background: #b4754d;
    border: 1px solid #b4754d;
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap:hover a,
.el7up-tabs .item-title-header-style1 .tab-item-wrap.active a{
    color: #ffffff;
}
/* Style 2 */
.el7up-tabs .item-title-header-style2 .nav-tabs{
    align-items: center;
    min-height: 100px;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap{
    width: 70px;
    height: 70px;
    border: 1px dashed #b4754d;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin: 0 5px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap a{
    text-transform: capitalize;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap img{
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap span{
    display: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap.active{
    background: #b4754d;
    width: 100px;
    height: 100px;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap.active a{
    color: #ffffff;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap.active img{
    filter: grayscale(1000%) brightness(1000%);
    -webkit-filter: grayscale(1000%) brightness(1000%);
    margin-top: -15px;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap.active span{
    display: inline-block;
    margin-top: 55px;
}
/* Style 3 */
.el7up-tabs .item-title-header-style3 .tab-item-wrap{
    text-align: center;
    margin: 0 15px;
    margin-bottom: 15px;
}
.el7up-tabs .item-title-header-style3 .nav-tabs{
    margin-bottom: -15px;
}
.el7up-tabs .item-title-header-style3 .tab-item-wrap span{
    display: block;
    text-transform: uppercase;
    margin-top: 10px;
}
.el7up-tabs .item-title-header-style3 .tab-item-wrap.active span{
    color: #b4754d;
}
/* Style 4 */
.item-title-header-style4 .header-tab-list{
    position: relative;
    padding: 0 100px;
}
.item-title-header-style4 .header-tab-list::before,
.item-title-header-style4 .header-tab-list::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #333333;
}
.item-title-header-style4 .header-tab-list::after{
    left: auto;
    right: 0;
}
.item-title-header-style4 .header-tab-list .tab-item-wrap a{
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Lora', sans-serif;
    color: #cccccc;
}
.item-title-header-style4 .header-tab-list .tab-item-wrap.active a{
    color: #333333;
}
.item-title-header-style4 .header-tab-list .tab-item-wrap{
    margin: 0 20px;
}
/* Style 5 */
.item-title-header-style5 .header-tab-list .tab-item-wrap{
    color: #787878;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    padding: 0px 40px;
}
.item-title-header-style5 .nav-tabs{
    margin: 0px -40px;
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:before{
    content: '';
    width: 0px;
    height: 1px;
    background: #333333;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:after{
        position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 150px;
    font-style: italic;
    color: #333333;
    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-style5 .header-tab-list .tab-item-wrap:nth-child(1):after{
    content: '01';
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:nth-child(2):after{
    content: '02';
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:nth-child(3):after{
    content: '03';
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:nth-child(4):after{
    content: '04';
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:nth-child(5):after{
    content: '05';
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:nth-child(6):after{
    content: '06';
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:nth-child(7):after{
    content: '07';
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:nth-child(8):after{
    content: '08';
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:nth-child(9):after{
    content: '09';
}
.item-title-header-style5 .header-tab-list .tab-item-wrap:nth-child(10):after{
    content: '10';
}
.item-title-header-style5 .header-tab-list .tab-item-wrap.active:before{
    width: 60px;
}
.item-title-header-style5 .header-tab-list .tab-item-wrap.active:after{
   opacity: 0.1;
}
.item-title-header-style5 .header-tab-list .tab-item-wrap a{
    display: inline-block;
    vertical-align: middle;
}

/*End Tab elementor*/
/*Begin Search elementor*/
.el7up-dropdown-box:hover .el7up-dropdown-list{
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    margin-top: 1px;
}
.el7up-dropdown-list {
    position: absolute;
    left: 0;
    top: 100%;
    background: #ffffff;
    padding: 10px 15px;
    min-width: 170px;
    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;
}
.el7up-dropdown-list li a{
    display: block;
    padding: 4px 10px;
    margin-bottom: 1px;
}
.el7up-dropdown-list li a:hover,
.el7up-dropdown-list li a.active{
    color: #ffffff;
    background: #b4754d;
}
.select-cat-search:hover{
    color: #b4754d;
    text-decoration: underline;
}
.el7up-dropdown-box{
    position: relative;
    cursor: pointer;
}
.el7up-search-form{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: 100%;
    position: relative;
}
.el7up-search-form > *{
    display: inline-block;
}
.el7up-search-form .el7up-dropdown-list li{
    margin-bottom: 1px;
    line-height: 30px;
    text-align: start;
    background: #f9f9f9;
    padding: 0 8px;
}
.el7up-search-form .el7up-dropdown-list li:last-child{
    margin-bottom: 0px;
}
.el7up-search-form .el7up-dropdown-list li.active{
    background: #b4754d;
}
.el7up-search-form .el7up-dropdown-list li a{
    text-transform: capitalize;
}
.el7up-search-form .el7up-dropdown-list li.active a,
.el7up-search-form .el7up-dropdown-list li:hover a{
    color: #ffffff;
    text-decoration: none;
    background: transparent;
}
.el7up-search-form .el7up-dropdown-list li:hover{
    background: #b4754d;
}
.el7up-search-form .el7up-dropdown-list {
    padding: 15px;
    font-size: 14px;
}
.el7up-search-form > .el7up-dropdown-box{
    border-right: 1px solid #dcdcdc;
}
.el7up-search-form input[name="s"]{
    border: 0;
    width: 100%;
    padding: 0 20px;
    background: transparent;
    min-width: auto;
}
.el7up-search-form input[type="submit"]{
    border: 0;
    background: #333333;
    color: #ffffff;
    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: #333333;
        box-shadow: none;
}
.el7up-submit-form:hover .el7up-text-bt-search{
    color: #333333;
}
.el7up-submit-form{
    position: relative;
}
.el7up-submit-form button{
    cursor: pointer;
}
.el7up-list-product-search {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    margin-top: 32px;
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 240px;
    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: #333333;
    padding: 0 15px;
}
.current-search-cat i{
    margin-left: 15px;
}
.item-search-pro {
    border-bottom: 1px solid #dcdcdc;
    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 #dcdcdc;
    border-radius: 5px;
}
.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: 50px;
    margin: 0 auto;
    line-height: 24px;
}
/*---------------------------------*/
/*Style search icon popup */
.el7up-search-icon{
    display: inline-block;
}
.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;
    transform: scale(0);
}
.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;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    background: #ffffff;
}
.el7up-search-icon .el7up-search-form input[name="s"]{
    line-height: 50px;
    height: 50px;
    padding: 0px 15px;
    font-size: 14px;
}
.el7up-search-icon.open-search-popup .el7up-search-form-wrap{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.el7up-search-icon .el7up-text-bt-search{
    border: none;   
    background: transparent;
    padding: 0;
    overflow: hidden;
    height: 50px;
}
.el7up-search-icon .el7up-text-bt-search i{
    font-size: 24px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #b4754d;
    color: #ffffff;
}
.el7up-search-icon .el7up-text-bt-search:hover i{
    background: #f8bb6b;
}
.el7up-search-icon .el7up-search-form > .el7up-dropdown-box{
    padding: 0 25px;
}
.el7up-search-icon .el7up-submit-form:hover .el7up-text-bt-search {
    color: #b4754d;
}
.el7up-search-icon .el7up-list-product-search {
        color: #333333;
}
.el7up-search-icon .current-search-cat{
    color: #333333;
    padding-left: 0px!important;
}
i.el7up-close-search-form{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #ffffff;
    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{
    cursor: pointer;
}
.el7up-search-icon .search-icon-popup:hover i{
    color: #333333;
}
.el7up-search-icon .search-icon-popup i{
    font-size: 30px;
    color: #666666;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}
.el7up-search-icon .search-icon-popup .text{
    display: none;
    margin-left: 5px;
    transform: translateY(-8px);
}
.el7up-search-icon .search-icon-popup .text span{
    text-transform: capitalize;
    line-height: 24px;
    display: block;
}
.el7up-search-icon .search-icon-popup .text .title-name{
    font-weight: 600;
    color: #333333;
}
/*---------------------------------*/
/*Style search style default */

.el7up-search-default .el7up-dropdown-list{
    left: 0;
    right: auto;
    border-radius: 0px 0px;
}
.el7up-search-style3 .el7up-search-form,
.el7up-search-default .el7up-search-form{
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    background: #ffffff;
}
.el7up-search-style3 .el7up-search-form input[name="s"],
.el7up-search-default .el7up-search-form input[name="s"]{
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
    z-index: 1;
    font-size: 14px;
    color: #666666;
}
.el7up-search-style3 .el7up-search-form input[type="submit"],
.el7up-search-default .el7up-search-form input[type="submit"]{
    width: 45px;
    height: 45px;
    background: transparent;
}
.el7up-search-style3 .el7up-submit-form .el7up-text-bt-search,
.el7up-search-default .el7up-submit-form .el7up-text-bt-search{
    width: 38px;
    line-height: 38px;
    height: 38px;
    border-radius: 0;
    display: inline-block;
    font-size: 18px;
    color: #b4754d;
    font-weight: 700;
    background-color: transparent;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: none;
    padding: 0px;
}
.el7up-search-default .el7up-submit-form .el7up-text-bt-search:hover{
    color: #b4754d;
}
.el7up-search-style3 .el7up-submit-form,
.el7up-search-default .el7up-submit-form{
    top: 0px;
}
.el7up-search-default .el7up-search-form > .el7up-dropdown-box{
    line-height: 38px;
}

.el7up-search-style3 .el7up-search-form{
    max-width: 500px;
}
.el7up-search-style3 .el7up-submit-form .el7up-text-bt-search{
    background: #b4754d;
}
.el7up-search-style3 .el7up-search-form .el7up-text-bt-search:hover{
    background: #333333;
}

.el7up-search-style4 form{
    height: 60px;
    line-height: 60px;
    padding: 10px;
    border-radius: 5px;
    background: #ffffff;
}
.el7up-search-style4 .el7up-dropdown-box{
    width: 100%;
    max-width: 22%;
    line-height: 48px;
    position: relative;
}
.el7up-search-style4 .el7up-dropdown-box p{
    text-transform: capitalize;
}
.el7up-search-style4 .el7up-dropdown-box p i{
    color: #333333;
    height: 40px;
    line-height: 40px;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 0;
    text-align: center;
}
.el7up-search-style4 .el7up-dropdown-box p span{
    display: block;
    color: #333333;
    font-weight: 700;
    margin-top: -2px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.el7up-search-style4 .el7up-dropdown-list{
    border-radius: 0 0 5px 5px;
}
.el7up-search-style4 .el7up-submit-form{
    height: 50px;
    line-height: 50px;
    top: -5px;
    right: -5px;
    text-align: end;
}
.el7up-search-style4 .el7up-submit-form .el7up-text-bt-search{
    min-width: 150px;
}
.el7up-search-style4 .el7up-submit-form .el7up-text-bt-search:focus{
    outline: none;
}
.el7up-search-style4 .el7up-submit-form:hover .el7up-text-bt-search{
    color: #ffffff;
}
.el7up-search-style5 form{
    background: #ffffff;
    border-radius: 5px;
    flex-wrap: wrap;
}
.el7up-search-style5 .el7up-dropdown-box{
    position: relative;
    width: 100%;
    box-shadow: inset 0px 3px 7px 0px rgb(0 0 0 / 35%);
    border-radius: 5px;
    margin-bottom: 20px;
}
.el7up-search-style5 .el7up-search-form > .el7up-dropdown-box .dropdown-link{
    padding: 9px 20px;
}
.el7up-search-style5 .el7up-search-form > .el7up-dropdown-box .dropdown-link span{
    display: block;
}
.el7up-search-style5 .el7up-submit-form,
.el7up-search-style5 .el7up-submit-form button{
    width: 100%;
}
.el7up-search-style5 .el7up-dropdown-box p {
    text-transform: capitalize;
}
.el7up-search-style5 .el7up-dropdown-box p i {
    color: #333333;
    height: 60px;
    line-height: 60px;
    width: 20px;
    position: absolute;
    right: 15px;
    top: 0;
}
.el7up-search-style5 .el7up-dropdown-box p span {
    display: block;
    color: #333333;
    font-weight: 700;
}
.search.search-results .list-post-wrap > .col-xl-4 > div{
    width: 100%;
}
/*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-account-manager .el7up-dropdown-list > li img{
    margin-right: 5px;
}
.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: #ffffff;
    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;
}
.el7up-login-popup-content .popup-form h2{
    text-align: center;
    color: #333333;
}
.el7up-login-popup-content .popup-form .dessc.note,
.el7up-login-popup-content .popup-form .nav-form,
.el7up-login-popup-content .popup-form .form-header{
    text-align: center;
}
i.el7up-close-popup{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #ffffff;
    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: #ffffff;
    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: #ffffff;
    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 #dcdcdc;
    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;
}
.el7up-account-manager .button-account-manager i{
    font-size: 18px;
    text-align: center;
    color: #b4754d;
}
.el7up-account-manager .button-account-manager:hover span,
.el7up-account-manager .button-account-manager:hover i{
    color: #b4754d;
}
.el7up-account-manager > a .title_login_logout{
    font-size: 12px;
    color: #666666;
}
.el7up-account-manager > a .title_acount_name{
    color: #555555;
    text-transform: capitalize;
    margin-left: 5px;
}
.col-1.woocommerce-Address,
.col-2.woocommerce-Address{
    width: 100%;
    max-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}
@media(max-width: 767px){
    .col-2.woocommerce-Address{
        margin-top: 50px;
    }
}
/* Style 2 */
.el7up-account-manager.style2 .title_account{
    display: flex;
    justify-content: center;
}
.el7up-account-manager.style2 .title_account a{
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
}
.el7up-account-manager.style2 .title_account a:hover{
    color: #b4754d;
}
.el7up-account-manager.style2 .title_account span{
    color: #333333;
    margin: 0 5px;
    font-family: 'Poppins', sans-serif;
}
/*--------------*/
/*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 dashed #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: 16px;
    margin: 0 0 5px;
    font-weight: 700;
}
.mini_cart_item .product-info .mini-cart-qty .qty-num{
    color: #b4754d;
}
.total-default.hidden,
i.el7up-close-mini-cart{
    display: none;
}
.mini-cart-total{
    font-size: 18px;
}
.mini-cart-total .pull-left{
    float: left;
    font-weight: bold;
    color: #333333;
}
.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;
}
@media(max-width: 360px){
    .mini-cart-button{
        flex-wrap: wrap;
    }
    .mini-cart-button .button{
        width: 100%;
        margin: 0px!important;
    }
    .mini-cart-button .button:nth-child(n+2){
        margin-top: 10px !important;
    }
}
/*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: #ffffff;
    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: #ffffff;
    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: #ffffff;
}

/*content style dropdown*/
.el7up-mini-cart-dropdown .list-mini-cart-item{
    max-height: 310px!important;
}
.el7up-mini-cart-dropdown .mini-cart-content>h2{
    margin-bottom: 20px;
    color: #333333;
}
.el7up-mini-cart-dropdown .mini-cart-content{
    position: absolute;
    right: 0;
    top: 100%;
    background: #ffffff;
    padding: 15px 15px;
    width: 425px;
    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: #b4754d;
}
/*Style style1*/
.el7up-mini-cart-style1{
    cursor: pointer;
    text-align: -webkit-right;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-mini-cart-style1 .mini-cart-link{
    display: inline-block;
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    padding: 0 15px;
    background: #ffffff;
}
.el7up-mini-cart-style1 .mini-cart-link > span{
    transform: translateY(-3px);
    display: inline-block;
}
.el7up-mini-cart-style1 .mini-cart-icon{
    position: relative;
}
.el7up-mini-cart-style1 .mini-cart-icon::after{
    content: "-";
}
.el7up-mini-cart-style1 .mini-cart-icon i{
   font-size: 30px;
   width: 38px;
   height: 38px;
   line-height: 38px;
   text-align: center;
   color: #b4754d;
   transform: translateY(3px);
}
.el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number{
    color: #333333;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    margin-right: 2px;
}
.el7up-mini-cart-style1 .mini-cart-link:hover .mini-cart-number{
    color: #b4754d;
}
.el7up-mini-cart-style1 .mini-cart-text-bt{
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
    display: block;
}
.el7up-mini-cart-style1 .mini-cart-text .mini-cart-total-price{
    display: inline-block;
}
.el7up-mini-cart-style1 .mini-cart-total-price{
    color: #b4754d;
}
/* Style 2 */
.el7up-mini-cart-style2 .mini-cart-icon{
    position: relative;
    display: inline-block;
}
.el7up-mini-cart-style2 .mini-cart-icon::after{
    content: "-";
}
.el7up-mini-cart-style2 .mini-cart-icon i{
   font-size: 30px;
   width: 40px;
   height: 40px;
   line-height: 40px;
   text-align: center;
   color: #b4754d;
}
.el7up-mini-cart-style2 .mini-cart-icon .mini-cart-number {
    color: #ffffff;
    background: #b4754d;
    position: absolute;
    top: 0;
    right: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    background: #b4754d;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-mini-cart-style2 .mini-cart-icon::after{
    content: none;
}
.el7up-mini-cart-style2 .mini-cart-icon .text{
    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-10{
    width: 10%;
}
.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: 1366px){
    .list-instagram-grid .laptop-item-col-10{
        width: 10%;
    }
    .list-instagram-grid .laptop-item-col-9{
        width: 11.111%;
    }
    .list-instagram-grid .laptop-item-col-8{
        width: 12.5%;
    }
    .list-instagram-grid .laptop-item-col-7{
        width: 14.285%;
    }
    .list-instagram-grid .laptop-item-col-6{
        width: 16.666%;
    }
    .list-instagram-grid .laptop-item-col-5{
        width: 20%;
    }
    .list-instagram-grid .laptop-item-col-4{
        width: 25%;
    }
    .list-instagram-grid .laptop-item-col-3{
        width: 33.333%;
    }
    .list-instagram-grid .laptop-item-col-2{
        width: 50%;
    }
    .list-instagram-grid .laptop-item-col-1{
        width: 100%;
    }
}
@media(max-width: 1200px){
    .list-instagram-grid .tablet-extra-item-col-10{
        width: 10%;
    }
    .list-instagram-grid .tablet-extra-item-col-9{
        width: 11.111%;
    }
    .list-instagram-grid .tablet-extra-item-col-8{
        width: 12.5%;
    }
    .list-instagram-grid .tablet-extra-item-col-7{
        width: 14.285%;
    }
    .list-instagram-grid .tablet-extra-item-col-6{
        width: 16.666%;
    }
    .list-instagram-grid .tablet-extra-item-col-5{
        width: 20%;
    }
    .list-instagram-grid .tablet-extra-item-col-4{
        width: 25%;
    }
    .list-instagram-grid .tablet-extra-item-col-3{
        width: 33.333%;
    }
    .list-instagram-grid .tablet-extra-item-col-2{
        width: 50%;
    }
    .list-instagram-grid .tablet-extra-item-col-1{
        width: 100%;
    }
}
@media(max-width: 1024px){
    .list-instagram-grid .tablet-item-col-10{
        width: 10%;
    }
    .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: 880px){
    .list-instagram-grid .mobile-extra-item-col-10{
        width: 10%;
    }
    .list-instagram-grid .mobile-extra-item-col-9{
        width: 11.111%;
    }
    .list-instagram-grid .mobile-extra-item-col-8{
        width: 12.5%;
    }
    .list-instagram-grid .mobile-extra-item-col-7{
        width: 14.285%;
    }
    .list-instagram-grid .mobile-extra-item-col-6{
        width: 16.666%;
    }
    .list-instagram-grid .mobile-extra-item-col-5{
        width: 20%;
    }
    .list-instagram-grid .mobile-extra-item-col-4{
        width: 25%;
    }
    .list-instagram-grid .mobile-extra-item-col-3{
        width: 33.333%;
    }
    .list-instagram-grid .mobile-extra-item-col-2{
        width: 50%;
    }
    .list-instagram-grid .mobile-extra-item-col-1{
        width: 100%;
    }
}
@media(max-width: 767px){
    .list-instagram-grid .mobile-item-col-10{
        width: 10%;
    }
    .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 .item-wrap{
    position: relative;
    overflow: hidden;
}
.item-instagram- .img-wrap{
    display: block;
    position: relative;
}
.item-instagram- .img-wrap img{
    width: 100%;
    object-fit: cover;
}
.item-instagram- .item-instagram:hover .img-wrap img{
    transform: scale(1.1);
}
.item-instagram- .img-wrap::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;  
}
.item-instagram- .content{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;   
    border-radius: 10px;
    width: 100%;
    max-width: calc(100% - 60px);
    z-index: 1;
}
.item-instagram- .item-instagram:hover .img-wrap::after,
.item-instagram- .item-instagram:hover .content{
    opacity: 1;
    visibility: visible;
}
.item-instagram- .content i{
    font-size: 24px;
    color: #ffffff;
}
.item-instagram- .content .title{
    font-size: 30px;
    color: #333333;
}
.item-instagram- .content .text-wrap > a{
    color: #666666;
}
.item-instagram- .content .text-wrap > a:hover{
    color: #333333;
}

/*--------------------------------*/
.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: #ffffff;
    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: #c82811;
}
.item-instagram-style2 .instagram-text-follow .text{
      font-size: 50px;
    font-family: PrestigeSignatureScript Demo;
    font-weight: 400;
    color: #ffffff;
    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;
    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: 2px solid #ffffff;
    border-radius: 30px;
    background-color: #b4754d;    
    color: #ffffff;
    min-width: auto;
    height: 50px;
    line-height:46px;
    display: block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 25px;
    position: relative;
    margin-left: 10px;
}
.el7up-mailchimp-default input[type="submit"]:hover,
.el7up-mailchimp-default button[type="submit"]:hover{
    color: #b4754d;
    background: #ffffff;
}
.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: #ffffff;
    pointer-events: none;
}
.el7up-mailchimp-default .mc4wp-form-fields input[type="email"]{
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border:none;
    background: #ffffff;
    padding: 0 20px;
    font-size: 14px;
    color: #333333;
}
.el7up-mailchimp-default form{
    min-width: 500px;
    width: 100%;
    overflow: hidden;
}
/*Begin style 2*/
.el7up-mailchimp-style2 form{
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #ffffff;
}
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]{
    height: 40px;
    border: none;
    width: 100%;
    padding: 0 20px;
}
.el7up-mailchimp-style2 input[type="submit"], .el7up-mailchimp-style2 button[type="submit"]{
    height: 40px;
    line-height: 40px;
    border: none;
    background: #b4754d;
    color: #ffffff;
    font-weight: 400;
    padding: 0 20px;
    min-width: 100px;
}
.el7up-mailchimp-style2 .mc4wp-form .mc4wp-form-fields{
    display: flex;
    justify-content: space-between;
}
/*End Mailchimp elementor*/

/*Begin Button elementor*/
.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    color: #b4754d;
    font-size: 14px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    text-transform: capitalize;
    background: #ffffff;
    padding: 0 20px!important;
    min-width: 130px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
    font-weight: 700;
    border-radius: 8px;
    border: 2px solid #b4754d;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover,
.woocommerce #respond input#submit:hover, .woocommerce input.button:hover{
    color: #ffffff;
    background: #b4754d;
    box-shadow: none;
}
.woocommerce-message .button:hover{
    background-color: transparent !important;
}

a span,
a.button span,
a span.text-button{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-bt-style3,
.el7up-bt-style2,
.el7up-bt-default{
    position: relative;
    color: #b4754d;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-transform: capitalize;
    background-color: #ffffff;
    padding: 0 30px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border: 1px solid #b4754d;
    border-radius: 0;
    z-index: 1;
}
.el7up-bt-style3 i,
.el7up-bt-style2 i,
.el7up-bt-default i{
    margin-left: 5px;
}
.el7up-bt-style3:focus,
.el7up-bt-style3:hover,
.el7up-bt-style2:focus,
.el7up-bt-style2:hover,
.el7up-bt-default:focus,
.el7up-bt-default:hover{
    background:#b4754d;
    color: #ffffff;
}
/* .el7up-bt-style2 span, */
.el7up-bt-style2{
    border-radius: 8px;
}
.el7up-bt-style3{
    height: 40px;
    line-height: 36px;
}
.el7up-bt-style4{
    text-transform: capitalize;
}
.el7up-bt-style4 i{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #b4754d;
    color: #ffffff;
    border-radius: 50%;
}
.el7up-bt-style4 i:first-child{
    margin-right: 5px;
}
.el7up-bt-style4 i:last-child{
    margin-left: 5px;
}
.loadmore{
    min-width: 200px;
    height: 50px;
    line-height: 46px;
    border-radius: 30px;
}
/*-------------------------------*/

/*End Button elementor*/

/*Begin Style Slider elementor*/
.elementor-widget-s7upf-slider{
    overflow: hidden;
}
.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;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    margin-top: -20px;
    top: 50%;
}
.el7up-wrapper-slider .swiper-button-next,
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-next{
    right: 0;
}
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev,
.el7up-wrapper-slider .swiper-button-prev{
    left: 0;
}
.el7up-wrapper-slider .swiper-button-next i,
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev i,
.el7up-wrapper-slider .swiper-button-prev i, 
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-next i{
    font-size: 16px;
    color: #ffffff;
}
.el7up-wrapper-slider .swiper-button-next:hover,
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover,
.el7up-wrapper-slider .swiper-button-prev:hover, 
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover{
    background: #b4754d;
}
.el7up-wrapper-slider .swiper-button-next:hover i,
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover i,
.el7up-wrapper-slider .swiper-button-prev:hover i, 
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover i{
    color: #ffffff;
}
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-button-next, 
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-container-rtl .swiper-button-prev, 
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-button-prev, 
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-container-rtl .swiper-button-next{
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgb(0 0 0 / 0.5);
}
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-button-next:hover,
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-container-rtl .swiper-button-prev:hover,
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-button-prev:hover,
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-container-rtl .swiper-button-next:hover{
    background: #b4754d;
}
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-button-next,
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-container-rtl .swiper-button-next{
    right: -100px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-container-rtl .swiper-button-prev, 
.el7up-wrapper-slider.display-swiper-navi-style1 .swiper-button-prev{
    left: -100px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.el7up-wrapper-slider.display-swiper-navi-style1:hover .swiper-button-next,
.el7up-wrapper-slider.display-swiper-navi-style1:hover .swiper-container-rtl .swiper-button-next{
    right: 15px;
}
.el7up-wrapper-slider.display-swiper-navi-style1:hover .swiper-container-rtl .swiper-button-prev, 
.el7up-wrapper-slider.display-swiper-navi-style1:hover .swiper-button-prev{
    left: 15px;
}
.el7up-wrapper-slider.display-swiper-navi-style2 .swiper-button-next, 
.el7up-wrapper-slider.display-swiper-navi-style2 .swiper-container-rtl .swiper-button-prev, 
.el7up-wrapper-slider.display-swiper-navi-style2 .swiper-button-prev, 
.el7up-wrapper-slider.display-swiper-navi-style2 .swiper-container-rtl .swiper-button-next{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.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-vertical .swiper-pagination,
.display-swiper-pagination-yes .swiper-pagination{
    left: 0;
    right: 0;
}
.display-swiper-pagination-vertical .swiper-pagination .swiper-pagination-bullet,
.display-swiper-pagination-yes .swiper-pagination .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ffffff;
    opacity: 1;
    border: 1px solid #b4754d;
}
.display-swiper-pagination-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.display-swiper-pagination-yes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #b4754d;
}
.display-swiper-pagination-vertical .swiper-pagination{
    width: 10px;
    margin: auto;
}
.display-swiper-pagination-vertical .swiper-pagination .swiper-pagination-bullet{
    margin: 5px 0;
}
.display-swiper-pagination-style1 .swiper-pagination{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet{
    height: 12px;
    width: 12px;
    border: none;
    background: #b2b2b2;
    border-radius: 3px;
    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
{
    background: #b4754d;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet{
    height: 18px;
    width: 18px;
    background: #ffffff;
    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: #333333;
    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: #333333;
    border-color: #333333;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}
.display-swiper-pagination-style2 .swiper-pagination-bullet-active:after{
    background: #ffffff;
}

.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: #b4754d;
}
.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: #333333;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.display-swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active{
    color: #ffffff;
}
.display-swiper-pagination-number .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: #ffbc7b;
}
.display-swiper-pagination-location-number .location-number{
    text-align: center;
}
.display-swiper-pagination-location-number .location-number span{
    font-size: 30px;
    color: #666666;
    font-weight: 700;
}
.display-swiper-pagination-location-number .location-number .current{
    font-size: 48px;
    color: #333333;
}
.display-swiper-pagination-location-number .location-number .current::after{
    content: '/';
    margin: 0 5px;
}
.display-swiper-pagination-image .swiper-pagination-bullet{
    width: auto;
    height: auto;
    margin: 0 10px;
    opacity: 1;
    transform: scale(0.8);
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-image .swiper-pagination-bullet-active{
    transform: scale(1);
    border: 1px solid #b4754d;
}
/*------------------------------------*/

.display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav{
    top: -80px;
    right: 0;
    left: auto;
    margin: 0;
}
.display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav.swiper-button-prev{
    right: 45px;
}

.display-swiper-navi-style3 .swiper-button-nav {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    margin-top: -20px;
    bottom: -75px;
    top: auto;
}
.display-swiper-navi-style3 .swiper-button-nav i {
    font-size: 24px;
    color: #ffffff;
}
.display-swiper-navi-style3 .swiper-button-nav:hover{
    background: #b4754d;
}
.display-swiper-navi-style3 .swiper-button-prev {
    left: 50% !important;
    margin-left: -35px;
}
.display-swiper-navi-style3 .swiper-button-next {
    right: 50% !important;
    margin-right: -35px;
}
/*-------------------*/
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav{
    position: unset;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #333333;
    opacity: 1;
    background: transparent;
    margin: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-size: 28px;
}
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover i{
    color: #b4754d;
}
.display-swiper-navi-group .s7up-swiper-navi{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100px;
    z-index: 1;
    background: #ffffff;
    border-radius: 50%;
}
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-next{
   order: 1;
}
/*------------*/
.display-swiper-navi-group2 .s7up-swiper-navi .swiper-button-nav{
    position: unset;
    height: 70px;
    line-height: 70px;
    width: 70px;
    text-align: center;
    background: #ffffff;
    color: #333333;
    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: #333333;
    background: #b4754d;
    
}
.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 Style Slider elementor*/

/*Begin Slider elementor*/
/* Style 2 */
.item-slider-style2 .image-wrap *{
    width: 100%;
}
.item-slider-style2 .image-wrap img{
    object-fit: cover;
}
.item-slider-style2 .content-slider-custom{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: start;
}
.item-slider-style2 .title{
    color: #333333;
    text-transform: capitalize;
} 
.item-slider-style2 .content-slider-custom .btn_link{
    height: 40px;
    line-height: 36px;
}
/* Style 3 */
.item-slider-style3{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-slider-style3 .image-wrap{
    width: 57.3%;
}
.item-slider-style3 .content-slider-custom{
    padding-right: 30px;
    width: 42.8%;
}
.item-slider-style3 .content{
    margin-top: 33px;
}
.item-slider-style3 .el7up-bt-style3{
    margin-top: 42px;
}
/* Style 4 */
.item-slider-style5,
.item-slider-style4{
    position: relative;
    text-align: center;
}
.item-slider-style5 .image-wrap,
.item-slider-style4 .image-wrap{
    display: inline-block;
    position: relative;
}
.item-slider-style4 .image-wrap .adv-thumb-link{
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 2px 5px 15px 0 rgb(0 0 0 / 20%);
    padding: 10px;
    border: 1px solid #b4754d;
}
.item-slider-style4 .image-wrap .adv-thumb-link img{
    border-radius: 50%;
}
.item-slider-style4 .image-wrap .adv-thumb-link:hover img{
    transform: scale(1.2);
}
.item-slider-style4 .content-slider-custom{
    margin-top: 55px;
}
.item-slider-style4 .content-slider-custom .title1{
    color: #333333;
    font-size: 18px;
    padding-top: 40px;
    margin-top: 10px;
    position: relative;
}
.item-slider-style4 .content-slider-custom .title1::after{
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    background: #b4754d;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.item-slider-style4 .content-slider-custom .content{
    max-width: 830px;
    margin: auto;
}
.item-slider-style4 .content-slider-custom .desc{
    color: #b4754d;
    margin-top: 12px;
}
/* Style 5 */
.item-slider-style5 .image-wrap{
    padding: 15px;
}
.item-slider-style5 .image-wrap .adv-thumb-link{
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 2px 5px 15px 0 rgb(0 0 0 / 20%);
    border: 1px dashed #b4754d;
    position: relative;
}
.item-slider-style5 .image-wrap .adv-thumb-link img{
    border-radius: 50%;
}
.item-slider-style5 .image-wrap .adv-thumb-link::after{
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    border: 1px dashed #b4754d;
    border-radius: 50%;
}
.item-slider-style5 .content-slider-custom{
    margin-top: 20px;
}
.item-slider-style5 .content-slider-custom .title1{
    color: #333333;
    font-size: 18px;
    position: relative;
}
.item-slider-style5 .content-slider-custom .content{
    padding-top: 20px;
    margin-top: 20px;
    position: relative;
}
.item-slider-style5 .content-slider-custom .content::after{
    content: "";
    position: absolute;
    width: 100px;
    height: 2px;
    background: #b4754d;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
/* Style 6 */
.item-slider-style6 .image-wrap *{
    width: 100%;
}
.item-slider-style6 .image-wrap img{
    object-fit: cover;
}
.item-slider-style6 .content-slider-custom{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.item-slider-style6 .title{
    color: #333333;
    text-transform: capitalize;
} 
.item-slider-style6 .title1{
    font-family: 'Pacifico', cursive;
}
.item-slider-style6 .title2{
    font-weight: 700;
    margin-top: 15px;
}
.item-slider-style6 .btn-link{
    margin-top: 20px;
}
.item-slider-style6 .btn_link{
    height: 40px;
    line-height: 36px;
    border-radius: 30px;
    background: transparent;
    font-weight: 400;
    padding: 0 20px 0 5px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px;
}
.item-slider-style6 .btn_link:hover{
    background: #b4754d;
}
.item-slider-style6 .btn_link.btn2{
    color: #ffffff;
    background: #f8bb6b;
    border: 2px solid #f8bb6b;
}
.item-slider-style6 .btn_link.btn2:hover{
    background: #b4754d;
    border: 2px solid #b4754d;
}
.item-slider-style6 .btn_link i{
    margin: 0 5px 0 0;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.3);
    color: #ffffff;
}
/* Style 7 */
.item-slider-style7{
    position: relative;
}
.item-slider-style7 .background img{
    object-fit: cover;
    width: 100%;
}
.item-slider-style7 .content-slider-custom{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
}
.item-slider-style7 .title1{
    text-transform: uppercase;
}
.item-slider-style7 .title2{
    color: #b4754d;
    text-transform: uppercase;
}
.item-slider-style7 .content-slider-custom .desc{
    font-size: 18px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 30px;
}
.item-slider-style7 .content-slider-custom .btn_link{
    height: 40px;
    line-height: 36px;
}
/*End Slider elementor*/

/* Begin Slick Slider Elementor */
.elment-slick-slider{
    position: relative;
}
.el7up-wrapper-slick-slider .slick-dots{
    padding: 0;
    list-style: none;
    text-align: center;
}
.el7up-wrapper-slick-slider .slick-dots li{
    display: inline-block;
    margin: 0 10px;
}
.el7up-wrapper-slick-slider .slick-dots button{
    border: none;
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: #333333;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.el7up-wrapper-slick-slider .slick-dots .slick-active button{
    background: #333333;
    color: #ffffff;
}
.s7up-slick-navi .slick-button-nav{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 18px;
    color: #333333;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.s7up-slick-navi .slick-button-nav.slick-button-next{
    left: auto;
    right: 0;
}
.s7up-slick-navi .slick-button-nav:hover{
    background: #333333;
    color: #ffffff;
}
/* End Slick Slider Elementor */
/* Begin Category product elementor */
/* annimation */
.grow:hover .category-thumb-link > img{
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
/* default */
.item-category-product .category-thumb,
.item-category-product .category-info,
.item-category-product{
    position: relative;
}
.item-category-product .category-icon i{
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #ffffff;
    background: rgba(48,48,48,0.5);
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
}
.item-category-product .category-icon:hover i{
    background: #b4754d;
    transform: translateY(-5px);
}
.item-category-product ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.item-category-product .category-thumb{
    overflow: hidden;
}
.item-category-product .category-thumb img{
    width: 100%;
}
.item-category-product .category-info{
    position: relative;
}
.category-thumb:hover .zoomout-thumb img:last-child{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
/* Style 1 */
.item-category-{
    text-align: center;
}
.item-category- .category-info{
    background: #b4754d;
    padding: 30px 15px 35px 15px;
}
.item-category- .title-category{
    font-weight: 700;
}
.item-category- .title-category a{
    color: #ffffff;
    text-transform: uppercase;
}
.item-category- .title-category a:hover{
    color: #ffffff;
}
.item-category- .category-link a{
    display: inline-block;
    height: 40px;
    line-height: 36px;
    border: 2px solid #f8bb6b;
    color: #f8bb6b;
    border-radius: 30px;
    background: transparent;
    padding: 0 20px 0 5px;
    text-transform: uppercase;
    margin-top: 20px;
}
.item-category- .category-link a i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #f8bb6b;
    color: #ffffff;
    margin-right: 5px;
}
.item-category-:hover .category-info{
    background: #f8bb6b;
}
.item-category-:hover .category-link a{
    color: #b4754d;
    border: 2px solid #b4754d;
}
.item-category-:hover .category-link a i{
    background: #b4754d;
}
/* Style 2 */
.item-category-style2 .category-info .title-category{
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
.item-category-style2 .category-info .title-category span{
    display: inline-block;
    color: #999999;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s
}
.item-category-style2 .category-info .title-category:hover span{
    background: #b4754d;
    border: 1px solid #b4754d;
    color: #ffffff;
}
/* end Category product 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-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;
}
@media(max-width: 767px){
    .product-grid-view .list-col-item {
        width: 50%;
    } 
}
@media(max-width: 424px){
    .product-grid-view .list-col-item {
        width: 100%;
    } 
}
/*filter product element*/
.btn-filter {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    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: #ffffff;
    border: 1px solid #dcdcdc;
    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 #dcdcdc;
    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 #dcdcdc;
    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 #dcdcdc;
}
.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: #ffffff;
}
.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: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loadding{
    position: relative;
}
/*End Loading ajax*/
/*Begin addcart link style1*/
.addcart-link-style1.button.addcart-link{
    color: #ffffff!important;
    display: inline-block!important;
    position: relative!important;
    background: #b4754d!important;
    min-width: auto;
    padding: 0px 15px !important;
    height: 36px;
    line-height: 36px;
    text-transform: initial;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    min-width: 130px;
    font-weight: 500;
}
.addcart-link-style1.button.addcart-link:hover{
    color: #ffffff !important;
    background: #f8bb6b !important;
    border: none;
}
.addcart-link-style1.button.addcart-link i{
    color: #ffffff;
    margin-left: 5px;
}
.addcart-link-style1.button.addcart-link > i{
    display: none;
}
.addcart-link-style1.button.addcart-link:before{
    display: none!important;
}
/*End addcart link style1*/
/*Begin addcart link style2*/
.addcart-link-style2.button.addcart-link{
    color: #ffffff!important;
    display: inline-block!important;
    position: relative!important;
    background: transparent!important;
    width: 36px;
    min-width: auto;
    height: 36px!important;   
    line-height: 36px!important;
    padding: 0px!important;
    overflow: hidden;
}
.addcart-link-style2.button.addcart-link span{
    display: none;
}
.addcart-link-style2.button.addcart-link i{
    font-size: 30px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #b9b9b9;
}
.addcart-link-style2 i.check{
    opacity: 0.3;
}
.addcart-link-style2.button.addcart-link:before{
    display: none!important;
}
.addcart-link-style2.button.addcart-link:hover{
    background: #b4754d !important;
    color: #ffffff;
}
.addcart-link-style2.button.addcart-link:hover i{
    color: #ffffff;
}
/*End addcart link style2*/
.addcart-link-style3{
    background: #b4754d!important;
    color: #ffffff!important;
    font-size: 18px!important;
    height: 80px;
    line-height: 80px;
        display: flex;
        text-align: none;
}
.addcart-link-style3{
    background: #b4754d!important;
    color: #ffffff!important;
    font-size: 18px!important;
    height: 80px;
    line-height: 80px;
        display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    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 #333333;
    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: #333333;
    color: #333333;
}
/*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 #dcdcdc;
} 
.attribute-by-color-style1 .attribute-custom.color-white.active-att{
    border: none;
} 
.attribute-by-color-style1 .attribute-custom.active-att:before{
    background: #ffffff ;
}  
.attribute-by-color-style1 .attribute-custom.color-white.active-att:before{
    background: #ccc ;
}  
/*End attribute color by option custom*/

/*Begin item product woo*/
.item-product p,
.woocommerce .products ul, .woocommerce ul.products{
    padding: 0;
    margin: 0;
}
.item-product{
    position: relative;
    margin-bottom: 30px;
}
.item-product .product-thumb{
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.item-product .category-product{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    list-style: none;
}
.item-product .category-product li a{
    font-size: 14px;
    text-transform: capitalize;
    color: #555555;
}
.item-product .category-product li a:hover{
    color: #b4754d;
}
.item-product .category-product li:not(:last-child)::after{
    content: '|';
    margin: 0 5px;
    color: #999999;
}
.item-product .product-title{
    text-transform: capitalize;
    font-weight: 500;
}
.item-product .wrap-rating{
    line-height: 0;
}
.item-product .product-price{
    margin-top: 10px;
}
.item-product .product-price > del{
    margin-right: 5px;
    color: #999999;
}
.item-product .product-price span{
    font-size: 18px;
    line-height: 24px;
    color: #b4754d;
}
.item-product .product-price del span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.item-product .wrap-rating{
    margin-top: 7px !important;
}
.item-product .product-thumb .product-thumb-link img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.item-product .product-thumb:hover .product-thumb-link img:nth-child(2) {
    opacity: 1;
}
.product-rate {
    background-image: url(./images/icon/rate-star.png);
    background-position: 0 -13px;
    background-repeat: repeat-x;
    height: 13px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 95px;
    overflow: hidden;
}
.product-rating {
  background-image: url(./images/icon/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
}
.item-product .product-label > span{
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    border: none;
    background: #b4754d;
    padding: 0 10px;
}
.item-product .product-label > span.number{
    width: 30px;
    border-radius: 50%;
    padding: 0;
    font-size: 12px;
}
.item-product .product-label > span:last-child{
    margin-right: 0px
}
.item-product .product-label{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    line-height: 0;
    opacity: 0.7;
    z-index: 2;
}
.item-product:hover .product-label{
    opacity: 1;
}
.item-product .hover-product-btn{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.item-product .product-extra-link{
    margin: 0 3px;
}
/* compare, wishlist, quickview */
.item-product .compare-link.added i.la-spinner{
    animation: loading 1s linear 0s infinite;
    -webkit-animation: loading 1s linear 0s infinite;
    -moz-animation: loading 1s linear 0s infinite;
    -o-animation: loading 1s linear 0s infinite; 
}
.item-product .product-quick-view,
.item-product .product-wishlist,
.item-product .product-compare{
    display: inline-block;
    z-index: 1;
    position: relative;
}
.item-product .product-quick-view{
    color: #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-product .product-thumb:hover .product-quick-view{
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%) scale(1);
}
.item-product .product-quick-view a i{
    border-radius: 50%;
}
.item-product .quick-view-link span,
.item-product .add_to_wishlist span,
.item-product .compare-link span{
    display:none;
}
.item-product .quick-view-link i,
.item-product .add_to_wishlist i,
.item-product .compare-link i{
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
.item-product .quick-view-link:hover i,
.item-product .add_to_wishlist:hover i,
.item-product .compare-link:hover i{
    color: #ffffff;
    background: #b4754d;
    border: 1px solid #b4754d;
}
.item-product .add_to_wishlist.added i,
.item-product .compare-link.added i{
    color: #b4754d;
    background: #ffffff;
}
.item-product .add_to_wishlist.added:hover i,
.item-product .compare-link.added:hover i{
    color: #ffffff;
    background: #b4754d;
}
.item-product .compare-link{
    display: inline-block;
}
.item-product .compare-link.added{
    background: #ffffff;
    font-size: 0px;
    color: #303030;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
}
.item-product .compare-link.added::after{
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 20px;
    color: #b4754d;
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    text-align: center;
}
.item-product .compare-link.added:hover{
    background: #b4754d;
}
.item-product .compare-link.added:hover::after{
    color: #ffffff;
    border: 1px solid #b4754d;
}

.item-product .product-wishlist .my-wishlist,
.item-product .product-compare .my-compare{
    background: #333333;
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 5px;
    z-index: 1;
    position: absolute;
    right: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
}
.item-product .product-wishlist .my-wishlist:hover,
.item-product .product-compare .my-compare:hover{
    background: #b4754d;
    color: #ffffff;
}
.item-product .product-wishlist .my-wishlist:hover::after,
.item-product .product-compare .my-compare:hover::after{
    border-left:5px solid #b4754d;
}
.item-product .product-wishlist .my-wishlist::after,
.item-product .product-compare .my-compare::after{
    content: "";
    position: absolute;
    width:0px;
    height:0px;
    border-bottom:5px solid transparent;
    border-top:5px solid transparent;
    border-left:5px solid #333333;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -5px;
    z-index: 1;
}
.item-product .product-wishlist:hover .add_to_wishlist.added~ .my-wishlist,
.item-product .product-compare:hover .compare-link.added ~ .my-compare{
    opacity: 1;
    visibility: visible;
}
/* end compare, wishlist, quickview */
/* item grid style-*/
.item-grid-product- .item-product{
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 10px;
    padding-bottom: 20px;
    background: #ffffff;
}
.item-grid-product- .item-product .product-price,
.item-grid-product- .item-product .category-product{
    justify-content: center;
}
/* item grid product style2 */
.item-grid-product-style2 .item-product{
    text-align: center;
}
.item-grid-product-style2 .item-product::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style2 .item-product:hover::after{
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%);
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
}
.item-grid-product-style2 .item-product .category-product{
    justify-content: center;
}
/* Style 3 */
.item-grid-product-style3 .product-thumb{
    border: 1px solid #e5e5e5;
    margin: 0;
}
.item-grid-product-style3 .item-product .woocommerce-product-details__short-description{
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 25px;
}
.item-grid-product-style3 .item-product .hover-product-btn{
    justify-content: start;
}
.item-grid-product-style3 .item-product .product-extra-link,
.item-grid-product-style3 .item-product .product-wishlist,
.item-grid-product-style3 .item-product .product-compare{
    margin: 0 5px 0 0;
}
.item-grid-product-style3 .item-product .product-info{
    padding: 30px 0 0 20px;
}
/* Style 4 */
.item-grid-product-style4 .item-product{
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.item-grid-product-style4 .item-product:hover{
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 15%);
}
.item-grid-product-style4 .item-product .category-product{
    justify-content: center;
    margin: 15px 0 10px 0 !important;
}
/* Style 5 */
.item-grid-product-style5 .item-product{
    text-align: center;
    padding-bottom: 50px;
}
.item-grid-product-style5 .item-product:hover{
    z-index: 5;
}
.item-grid-product-style5 .item-product::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    z-index: -1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-grid-product-style5 .item-product:hover:after{
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -60px;
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 15%);
    background: #ffffff;
}
.item-grid-product-style5 .item-product .product-thumb{
    border: 1px solid #e5e5e5;
    margin: 0;
}
.item-grid-product-style5 .item-product:hover .product-thumb{
    border: 1px solid #ffffff;
}
.item-grid-product-style5 .item-product .product-info{
    position: absolute;
    width: 100%;
    height: 30px;
    overflow: hidden;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    background: transparent;
    bottom: 0;
    padding: 0;
}
.item-grid-product-style5 .item-product:hover .product-info{
    height: 180px;
    bottom: -60px;
    padding: 20px 0;
    background: #ffffff;
}
.item-grid-product-style5 .item-product .product-label{
    opacity: 1;
}
.item-grid-product-style5 .item-product .product-label > span.number{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
}
.item-grid-product-style5 .item-product .product-price{
    margin-top: 0;
    margin-bottom: 10px;
}
/* Style 6 */
.item-grid-product-style6 .item-product{
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.item-grid-product-style6 .item-product:hover{
    box-shadow: 0 10px 15px 0 rgb(0 0 0 / 15%);
}
.item-grid-product-style6 .item-product .product-thumb{
    margin: 0;
}
.item-grid-product-style6 .item-product .hover-product-btn{
    justify-content: start;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.item-grid-product-style6 .item-product .product-extra-link, 
.item-grid-product-style6 .item-product .product-wishlist, 
.item-grid-product-style6 .item-product .product-compare {
    margin: 0 5px 0 0;
}
.item-grid-product-style6 .item-product .product-price{
    margin: 0 0 10px 0;
}
.item-grid-product-style6 .item-product .category-product{
    margin: 15px 0 0 0 !important;
}
/* Style 7 */
.item-grid-product-style7 .item-product{
    display: flex;
    border: 1px solid #e5e5e5;
    padding: 15px;
}
.item-grid-product-style7 .item-product .product-thumb{
    width: 36%;
    margin: 0;
}
.item-grid-product-style7 .item-product .product-info{
    width: 64%;
    padding-left: 20px;
}
.item-grid-product-style7 .item-product .product-price{
    margin: 0 0 10px 0;
}
.item-grid-product-style7 .addcart-link-style1.button.addcart-link{
    min-width: 36px;
    padding: 0 !important;
    background: transparent !important;
    color: #b4754d !important;
}
.item-grid-product-style7 .addcart-link-style1.button.addcart-link > i{
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: #b4754d;
}
.item-grid-product-style7 .addcart-link-style1.button.addcart-link span{
    display: none;
}
.item-grid-product-style7 .item-product .hover-product-btn{
    justify-content: flex-end;
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style7 .item-product:hover .hover-product-btn{
    opacity: 1;
    visibility: visible;
}
.item-grid-product-style7 .item-product .wrap-rating{
    margin-top: 12px !important;
}
/* Style 8 */
.item-grid-product-style8 .item-product{
    display: flex;
}
.item-grid-product-style8 .item-product .product-thumb{
    width: 150px;
    flex-shrink: 0;
    margin-bottom: 0;
}
.item-grid-product-style8 .item-product .product-info{
    width: calc(100% - 150px);
    margin-left: 30px;
}
.item-grid-product-style8 .item-product .product-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 10px;
}
.item-grid-product-style8 .item-product .product-title span{
    font-weight: 700;
    color: #b4754d;
}
.item-grid-product-style8 .item-product .hover-product-btn{
    justify-content: start;
}
.item-grid-product-style8 .item-product .product-desc{
    margin-top: 10px;
}
/* item grid product style time */
.item-grid-product-time .item-product{
    text-align: center;
}
.item-grid-product-time .item-product::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-time .item-product:hover::after{
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%);
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
}
.item-grid-product-time .item-product .category-product{
    justify-content: center;
}
.item-grid-product-time .item-product .price-label{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.item-grid-product-time .item-product .product-price{
    margin: 0;
}
.item-grid-product-time .item-product .product-label{
    opacity: 1;
    position: relative;
    margin-left: 10px;
}
.item-grid-product-time .item-product .final-countdown{
    border: 2px solid #b4754d;
    border-radius: 8px;
    overflow: hidden;
    justify-content: center;
    max-width: 180px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    background: #ffffff;
}
.item-grid-product-time .item-product .final-countdown .clock .text{
    display: none;
}
.item-grid-product-time .item-product .final-countdown .clock{
    padding: 0 10px;
}
.item-grid-product-time .item-product .final-countdown .clock:not(:last-child)::after{
    content: ":";
    position: absolute;
    right: 0;
}
/* style widget */
.item-product.item-product-wg{
    border: none;
    border-radius: 0;
}
.widget-product-slider .swiper-slide:not(:last-child){
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.item-product.item-product-wg .product-thumb{
    max-width: 70px;
    margin-bottom: 0;
}
.item-product.item-product-wg .product-info{
    margin-left: 20px;
}
.item-product.item-product-wg .product-title{
    line-height: 1.3;
}
.item-product.item-product-wg .product-price > del{
    transform: translateY(0);
}
.list-product-wrap{
    margin-bottom: -30px;
}
.swiper-slide > .item-product{
    margin-bottom: 0;
}
/*end item grid*/

/* item list */
.item-product.item-list-default{
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.item-product.item-list-default .product-thumb{
    margin-bottom: 0;
}
.item-product.item-list-default .hover-product-btn{
    justify-content: start;
}
.item-product.item-list-default .hover-product-btn > div{
    margin: 0 5px 0 0;
}
.item-product.item-list-default .woocommerce-product-details__short-description{
    margin-top: 15px;
}
/* Style time */
.shop-list-product-item-single .item-product .add_to_wishlist i, 
.shop-list-product-item-single .item-product .compare-link i{
    border: none;
    background: transparent;
    color: #cccccc;
}
.shop-list-product-item-single .s7up-form-cart-single{
    margin-top: 28px;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
}
.shop-list-product-item-single .s7up-form-cart-single input{
    background: transparent;
    color: #cccccc;
}
.shop-list-product-item-single .item-product .single_add_to_cart_button{
    background: #333333;
    color: #ffffff;
}
.shop-list-product-item-single .item-product .single_add_to_cart_button:hover{
    background: #b4754d;
}
.shop-list-product-item-single .item-product .product-title a{
    color: #ffffff;
}
.shop-list-product-item-single .item-product .product-title:hover a{
    color: #ffffff;
    text-decoration: underline #b4754d;
}
.shop-list-product-item-single .item-product .wrap-rating{
    margin-top: 10px;
}
.shop-list-product-item-single .item-product .product-price{
    margin-top: 15px;
}
.shop-list-product-item-single .item-product .product-price span,
.shop-list-product-item-single .item-product .product-price del span{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}
.shop-list-product-item-single .item-product .product-price del span{
    color: #999999;
}
.shop-list-product-item-single .item-product .detail-qty > a,
.shop-list-product-item-single .item-product .detail-qty > span,
.shop-list-product-item-single .item-product .product-desc{
    color: #cccccc;
}
.shop-list-product-item-single .item-product{
    padding: 50px 0;
    overflow: hidden;
}
.shop-list-product-item-single .item-product .product-thumb,
.shop-list-product-item-single .item-product .product-info{
    padding: 0 50px;
}
.shop-list-product-item-single .item-product .product-thumb-link::before{
    content: none;
}
/* end item list */
/* item slider custom */
.el7up-swiper-slider-custom .featured .item-product > .row > div{
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.el7up-swiper-slider-custom .swiper-slide{
    display: flex;
}
.el7up-swiper-slider-custom .swiper-slide > div{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.el7up-swiper-slider-custom .swiper-slide > div:first-child{
    padding-right: 20px;
}
.el7up-swiper-slider-custom .swiper-slide > div:last-child{
    padding-left: 20px;
}
.el7up-swiper-slider-custom .swiper-slide .featured{
    padding: 0 10px;
}
.el7up-swiper-slider-custom .featured .item-product{
    padding: 30px;
}
.el7up-swiper-slider-custom .featured .product-label{
    display: none;
}
.el7up-swiper-slider-custom .featured .product-thumb{
    width: 78%;
    left: 0;
    right: 0;
    margin: auto;
}
.el7up-swiper-slider-custom .featured  .final-countdown{
    left: 15px;
}
.el7up-swiper-slider-custom .featured .item-product .product-info{
    padding: 40px 0 0 0 ;
}

.el7up-swiper-slider-custom .product-ot .product-extra-link{
    position: unset;
    text-align: end;
    margin-top: -5px;
}
.el7up-swiper-slider-custom .featured .product-extra-link{
    position: absolute;
    right: 5px;
    bottom: -3px;
}
.el7up-swiper-slider-custom .product-ot .item-product:not(:last-child){
    margin-bottom: 30px;
}
.el7up-swiper-slider-custom .product-ot .item-product{
    padding: 10px;
}
.el7up-swiper-slider-custom .product-ot .item-product .product-info {
    padding: 3px 0 0 0;
}
.el7up-swiper-slider-custom .product-ot .item-product > .row{
    align-items: center;
}
.el7up-swiper-slider-custom .product-ot .item-product .product-price{
    margin-top: 8px;
}
.el7up-swiper-slider-custom .product-ot .item-product:not(:last-child){
    margin-bottom: 30px;
}
.el7up-swiper-slider-custom .product-ot .final-countdown{
    display: none;
}
/*End Product 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: #333333;
}
/*----------------------*/
.el7up-list-link-icon2 .item-link i{
    height: 36px;
    width: 36px;
    display: inline-block;
    text-align: center;
    line-height:36px;
    border:none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: #b4754d;
    font-size: 24px;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 8px;
}
.el7up-list-link-icon2 .item-link i.la-facebook-f{
    background: #3c5998;
}
.el7up-list-link-icon2 .item-link i.la-twitter {
    background: #29a9e0;
}
.el7up-list-link-icon2 .item-link i.la-instagram {
    background: #ff85c9;
}
.el7up-list-link-icon2 .item-link i.la-youtube {
    background: #ff000a;
}
.el7up-list-link-icon2 .item-link i.la-pinterest{
    background: #ff5555;
}
.el7up-list-link-icon2 .item-link:hover{
    transform: translateY(-10px);
}
.el7up-list-link-icon2 .item-link{
    display: inline-block;
}
/* Style 3 */
.el7up-list-link-style3 .item-link{
    display: flex;
}
/* Style 5 */
.el7up-list-link-style5 .item-toggle .toggle-title{
    cursor: pointer;
    border: 1px solid #e5e5e5;
    position: relative;
    padding: 14px 0 14px 65px;
    margin-top: 1px;
    color: #333333;
    font-size: 14px;
}
.el7up-list-link-style5 .item-toggle .toggle-title i{
    position: absolute;
    width: 45px;
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    background: #b4754d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.el7up-list-link-style5 .item-toggle.active .toggle-title i::before{
    content: "\f068";
}
.el7up-list-link-style5 .item-toggle .toggle-content{
    padding: 12px 0;
}
/*End List link, icon elementor*/
/*Begin Bread crumb elementor*/
.wrap-bread-crumb{
    padding: 88px 30px;
    background: #f5f5f5;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bread-crumb- .title-page span,
.bread-crumb- .title-page{
    color: #333333;
    font-weight: 700;
    margin-bottom: -13px;
    text-transform: capitalize;
    font-size: 48px;
    line-height: 60px;
}
.bread-crumb- a, .bread-crumb span {
    color: #ffffff;
    text-transform: capitalize;
}
.bread-crumb- span.step{
    margin: 0 10px;
    font-size: 12px;
}
.bread-crumb- a i.la-home{
    margin-right: 5px;
}
.bread-crumb- a:hover{
    color: #b4754d;
}
.bread-crumb- .step-bread-crumb{
    margin: 0px 5px;
    color: #666666;
}
.bread-crumb-{
    z-index: 1;
    position: relative;
}
/*End Bread crumb elementor*/
/* Begin Video elementor */
.item-video{
    position: relative;
    overflow: hidden;
}
.item-video > .video{
    line-height: 0;
}
.item-video-.active .content-wrap{
    opacity: 0;
}
.item-video- .content-wrap{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.item-video- .content-wrap .title1{
    background: #b4754d;
    color: #ffffff;
    font-size: 60px;
    line-height: 72px;
    text-transform: capitalize;
    display: inline-block;
    padding: 64px 72px;
}
.item-video- .video .s7upf_control_video{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.item-video- .video .s7upf_control_video i{
    font-size: 48px;
    color: #333333;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.8);
    backface-visibility: hidden;
    -webkit-animation: pulse-shadow 2s ease-out infinite;
    animation: pulse-shadow 2s ease-out infinite;
}
.item-video- .video .s7upf_control_video.active i::before{
    content: "\f04c";
}
.item-video- .background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.item-video- .background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* Style 2 */
.item-video-style2{
    width: 100%;
    height: 100%;
}
.item-video-style2 .background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
.item-video-style2 .background img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-video-style2:hover .background img{
    transform: scale(1.1);
}
.item-video-style2 .btn-video{
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}
/* End Video elementor */
/* Drop down elementor */
.s7up-drop-down{
    position: relative;
}
.s7up-drop-down ul{
    list-style: none;
    background: #ffffff;
    padding: 15px 30px 15px 20px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}
.s7up-drop-down ul li a{
    color: #333333;
}
.s7up-drop-down .item-active{
    text-align: end;
}
.s7up-drop-down .item-active i,
.s7up-drop-down .item-active a{
    color: #f0f0f0;
}
.s7up-drop-down.drop-down-hover:hover .item-active i::before{
    content: "\f0d8";
}
.s7up-drop-down.drop-down-hover ul{
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.s7up-drop-down.drop-down-hover:hover ul{
    top: 20px;
    visibility: visible;
    opacity: 1;
}
.s7up-drop-down.drop-down-click .item-active.active i::before{
    content: "\f0d8";
}
.s7up-drop-down.drop-down-click ul{
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
}
/* Language theme */
.language-active a{
    display: inline-block;
    line-height: 40px;
    color: #555555;
}
.language-active i{
    color: #555555;
}
.language-theme ul{
    padding: 10px;
    margin: 0;
    list-style: none;
    position: absolute;
    background: #ffffff;
    z-index: 11;
    width: 150px;
    display: inline-block;
    top: 50px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%);
}
.language-theme:hover ul{
    top: 38px;
    opacity: 1;
    visibility: visible;
}
.language-theme ul li{
    line-height: 30px;
    background: #f9f9f9;
    margin-top: 1px;
    padding: 0 8px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.language-theme .language-active span,
.language-theme ul li span{
    max-width: 30px;
    margin-right: 8px;
}
.language-theme:hover .language-active a i,
.language-theme:hover .language-active a{
    color: #b4754d;
}
.language-theme:hover .language-active i::before{
    content: "\f106";
    color: #b4754d;
}
.language-theme ul li a{
    text-transform: capitalize;
    color: #333333;
}
.language-theme ul li:hover{
    background: #b4754d;
}
.language-theme ul li:hover a{
    color: #ffffff;
}
/* Elementor category product */
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-menu-inner{
    position: absolute;
    left: 50px;
    top: 44px;
    width: 800px;
    max-width: 800px;
    height: auto;
    overflow: hidden;
    background-color: #b4754d;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #b4754d;
    z-index: -1;
    max-height: none;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-menu-inner.menu-side-active{
    opacity: 1;
    visibility: visible;
    top: 44px;
    left: -20px;
    z-index: 10;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-menu-inner .s7upf-navbar-nav{
    overflow: unset;
    height: auto;
    padding: 10px 0;
}
.elementor-widget-s7upf-menu-category .s7upf-menu-inner .s7upf-nav-identity-panel{
    display: none !important;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-navbar-nav > li{
    padding-left: 20px;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-navbar-nav > li > a{
    text-transform: capitalize;
    padding: 5px 0;
    font-weight: bold;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-navbar-nav > li > a:hover{
    color: #111111;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-navbar-nav > li.active{
    background-color: #ffffff;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-navbar-nav > li.active > a{
    color: #111111;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-navbar-nav > li > a i{
    display: none;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-navbar-nav > li > .mega-menu{
    margin: 0;
    top: 0;
    left: 125px;
    display: none;
    padding: 0;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-navbar-nav > li.active > .mega-menu{
    opacity: 1;
    visibility: visible;
    display: block;
}
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler span{
    background: transparent;
}
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler{
    width: 18px;
    height: 14px;
    display: inline-block;
    top: 4px;
}
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler .icon{
    height: auto;
}
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler:after, 
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler:before,
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler .icon::after{
    content: "";
    width: 18px;
    height: 2px;
    display: inline-block;
    background: #f0f0f0;
    position: absolute;
}
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler:after{
    top: 6px;
    left: 0;
}
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler .icon::before{
    bottom: 0;
    right: 0;
}
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler .icon::after{
    bottom: 0;
    left: 0;
}
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler:hover::after, 
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler:hover::before,
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler:hover .icon::before,
.elementor-widget-s7upf-menu-category .s7upf-menu-toggler:hover .icon::after{
    background: #333333;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .text{
    color: #f8f8f8;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 20px;
}
.elementor-widget-s7upf-menu-category .menu-style-icon .s7upf-nav-identity-panel{
    display: flex;
}
.elementor-widget-s7upf-menu-category #main-menu-category li:hover > .mega-menu{
    opacity: 0;
    visibility: visible;
}
.elementor-widget-s7upf-menu-category #main-menu-category li > .mega-menu{
    transition: none
}
.elementor-widget-s7upf-menu-category #main-menu-category li.active:hover > .mega-menu{
    opacity: 1;
    visibility: visible;
}
.elementor-widget-s7upf-menu-category #main-menu-category li.active > .mega-menu{
    display: block !important;
}
/* Count down elementor */
#DateCountdown canvas{
    display: none;
}
.count-down{
    background: transparent;
    position: relative;
    overflow: hidden;
}
.time_circles{
    display: flex;
    justify-content: center;
}
.time_circles .time{
    text-align: center;
    position: relative;
    width: 70px !important;
    max-width: 70px;
    top: 0 !important;
    left: 0 !important;
    background: rgb(0 0 0 / 0.7);
    border-radius: 50%;
    margin: 0 -5px;
    padding: 8px 0;
}
.time_circles .time .number{
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
}
.time_circles .time .number::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #b4754d;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}
.time_circles .time .text{
    display: block;
    font-size: 12px;
    color: #b4754d;
    text-transform: uppercase;
}
.elementor-widget-s7upf-count-down .elementor-widget-container{
    min-width: 210px;
    left: 0;
    right: 0;
    margin: auto;
}
.title_count_down{
    font-size: 18px;
    color: #b4754d;
    text-align: center;
    margin-bottom: 15px !important;
}
/* Mega page elementor */
.main-page-default.sample-page  blockquote{
    margin: 25px 0;
}
.mega-blog-menu .col1,
.mega-blog-menu .col2,
.mega-shop-menu .col1,
.mega-shop-menu .col2{
    padding-right: 50px;
}
.mega-blog-menu .element-list-link,
.mega-shop-menu .element-list-link{
    margin-top: 25px;
}
.mega-blog-menu .element-list-link .item-link,
.mega-shop-menu .element-list-link .item-link{
    padding: 8px 0;
    border-top: 1px solid #ebebeb;
    font-weight: 700;
    text-transform: capitalize;
}

/* Bread crumb el */
.bread-crumb-el{
    padding: 50px 30px;
}
.bread-crumb-el .el7up-heading-7up{
    font-size: 60px;
}
.bread-crumb-el .elementor-container{
    z-index: 2;
}
.mega-menu-el .el7up-swiper-slider{
    padding: 15px;
    margin: -15px;
}
.mega-home .el7up-heading-7up,
.mega-blog .el7up-heading-7up{
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.mega-home .element-list-link .item-link,
.mega-blog .element-list-link .item-link{
    text-transform: capitalize;
}
.mega-home .element-list-link .item-link:not(:last-child),
.mega-blog .element-list-link .item-link:not(:last-child){
    margin-bottom: 10px;
}
.banner-header-blog .item-grid-post-style5 .item-post .post-title{
    max-width: 1170px;
    margin: auto;
}
.banner-sidebar .s7upe-info-box-style7 .item-title-e{
    color: #ffffff;
    text-align: center;
}
.banner-sidebar .s7upe-info-box-style7 .info-box-content .title2 {
    margin-top: 10px;
    padding-top: 20px;
}
.banner-sidebar .s7upe-info-box-style7 .info-box-content .title2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
/* End Mega page elementor */
/*******************************************************************************************************
/*05. Header - Footer
********************************************************************************************************/
/* Header default */
.top-header-page-default{
    padding: 5px 30px;
}
.top-header-page-default .col1 .elementor-element,
.top-header-page-default .col2 .elementor-element{
    width: auto !important;
}
.top-header-page-default .col2 .elementor-widget-wrap{
    justify-content: flex-end;
}
.top-header-page-default .col2 .element-list-link .item-link:not(:last-child),
.top-header-page-default .col1 .elementor-element:not(:last-child),
.top-header-page-default .col2 .elementor-element:not(:last-child){
    padding-right: 10px;
    margin-right: 10px;
}
.top-header-page-default .col2 .element-list-link .item-link:not(:last-child)::after,
.top-header-page-default .col1 .elementor-element:not(:last-child)::after,
.top-header-page-default .col2 .elementor-element:not(:last-child)::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #e5e5e5;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-header-page-default .col2{
    padding-top: 5px;
}
.top-header-page-default .col1 .elementor-widget-wrap{
    line-height: 0;
}
.top-header-page-default .col2 .element-list-link .item-link{
    position: relative;
}
.top-header-page-default .col2 .element-list-link .item-link .title{
    margin-left: 5px;
}
.top-header-page-default .el7up-account-manager .button-account-manager i,
.top-header-page-default .col2 .element-list-link .item-link i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    color: #b4754d;
    border-radius: 50%;
}
.top-header-page-default .el7up-account-manager .button-account-manager:hover i,
.top-header-page-default .col2 .element-list-link .item-link:hover i{
    background: #f8bb6b;
}
.header-page-default{
    padding: 0 30px;
    z-index: 10;
}
.header-page-default .elementor-container{
    flex-wrap: wrap;
}
.header-page-default .el7up-search-default .el7up-submit-form .el7up-text-bt-search{
    background: #ffffff;
    border-radius: 50%;
    color: #b4754d;
    margin-right: 0px;
    font-size: 20px;
}
.header-page-default .el7up-mini-cart-style1 .mini-cart-icon:hover i,
.header-page-default .el7up-search-default .el7up-submit-form .el7up-text-bt-search:hover{
    background: #f8bb6b;
}
.header-page-default .el7up-mini-cart-style1 .mini-cart-icon i{
    background: #ffffff;
    color: #b4754d;
    border-radius: 50%;
    margin-left: 0px;
    font-size: 22px;
    margin-right: 5px;
}
.header-page-default .el7up-mini-cart-style1 .mini-cart-link{
    padding-left: 0;
}
.logo-style-text.style-text2 .logo-text{
    color: #b4754d;
    margin: auto;
    text-transform: capitalize;
    font-weight: 400;
}
.logo-style-text.style-text2 .logo-text span{
    display: block;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
}
.header-page-default .col1 .el7up-search-form{
    max-width: 250px;
    border-radius: 8px;
}
.header-page-default .elementor-widget-s7upf-logo{
    position: absolute !important;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -10px;
}
.header-page-default section{
    padding: 25px 0;
}
.header-page-default::after{
    content: "";
    position: absolute;
    width: 100vw;
    height: 90px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
}
.header-page-default .col1,
.header-page-default .col2,
.header-page-default .col3{
    width: 33.333333% !important;
    padding: 10px 0;
}
.header-page-default .col4{
    width: 100% !important;
    padding: 10px 0;
}
.fixed-header .header-page-default .col1{
    display: none;
}
.fixed-header .header-page-default .col2{
    max-width: 70px;
}
.fixed-header .header-page-default .col3{
    order: 2;
    max-width: 200px;
}
.fixed-header .header-page-default .col4{
    width: calc(100% - 270px) !important;
}
.fixed-header .header-page-default .logo-style-text.style-text2 .logo-text{
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    font-size: 24px;
}
.fixed-header .header-page-default .logo-style-text.style-text2 .logo-text span{
    display: none;
}
.fixed-header .header-page-default .elementor-widget-s7upf-logo{
    bottom: auto;
    top: -15px;
}
.fixed-header .header-page-default .col1, 
.fixed-header .header-page-default .col2, 
.fixed-header .header-page-default .col3,
.fixed-header .header-page-default .col4{
    padding: 10px 0;
}
.fixed-header .header-page-default::after{
    content: none;
}
/* Footer default */
.mail-chimp-footer{
    background: #b4754d;
    padding: 50px 30px;
}
.mail-chimp-footer .elementor-container{
    justify-content: center;
}
.mail-chimp-footer .el7up-mailchimp-default{
    text-align: end;
}
.main-footer-default{
    padding: 40px 30px;
}
.main-footer-default .elementor-widget-s7upf_list_link{
    margin-top: 15px;
}
.main-footer-default .col2 .el7up-text-editor{
    margin-top: 10px;
}
.main-footer-default .col3 .el7up-text-editor{
    margin-top: 49px;
}
.brand-list.footer{
    padding: 30px;
}
.brand-list .item-slider- img{
    border: 1px solid #e5e5e5;
}
.copy-right-footer{
    border-top: 1px solid #e5e5e5;
    padding: 30px;
}
.copy-right-footer .col1 .element-list-link .item-link:not(:last-child)::after{
    content: "|";
    margin: 0 5px;
    color: #e5e5e5;
}
.copy-right-footer .col2 .element-list-link .item-link{
    margin-left: 10px;
}
.copy-right-footer .col2 .element-list-link .item-link:hover img{
    transform: scale(1.1);
}
/*06. Inner page
********************************************************************************************************/
.blog-full-width-page-el .s7upf-col-12 .item-post.item-list-post-default{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-full-width-page-el .s7upf-col-12:last-child .item-post.item-list-post-default {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
/* About */
.about-service .elementor-widget-s7upf-slider{
    margin-top: 85px;
}
.about-service .wslider-item{
    text-align: center;
}
.about-service .wslider-item .content-slider-custom{
    margin-top: 45px;
}
.about-service .wslider-item .content-slider-custom .title{
    font-size: 18px;
    padding-bottom: 10px;
}
.about-service .wslider-item .content-slider-custom .title::after{
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background: #b4754d;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.about-service .wslider-item .content-slider-custom .content{
    max-width: 300px;
    margin: auto;
    margin-top: 22px;
}
.about-service .wslider-item .content-slider-custom .el7up-bt-default{
    margin-top: 35px;
    border-radius: 8px;
}
.about-info1 .col1{
    max-height: 370px;
    align-items: baseline;
}
.about-info1 .s7upf-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
}
.about-info1 .s7upf-scrollbar::-webkit-scrollbar {
    width: 10px;
    left: 10px;
}
.about-info1 .col1 .element-list-link .item-link{
    min-height: 100px;
    display: flex;
    align-items: center;
    padding-right: 50px;
}
.about-info1 .col1 .element-list-link .item-link:not(:last-child){
    margin-bottom: 30px;
}
.about-info1 .col1 .element-list-link .item-link .item-thumb{
    padding: 25px;
    border: 1px dashed #b4754d;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.about-info1 .col1 .element-list-link .item-link .item-thumb::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #b4754d;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.about-info1 .col1 .element-list-link .item-link .item-thumb:hover::after{
    opacity: 1;
    visibility: visible;
}
.about-info1 .col1 .element-list-link .item-link .item-thumb:hover{
    border: 1px solid #b4754d;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%);
}
.about-info1 .col1 .element-list-link .item-link .item-info{
    width: calc(100% - 120px);
    padding-left: 20px;
}
.about-info1 .col1 .element-list-link .item-link .title{
    font-weight: 500;
    color: #333333;
    margin-bottom: 5px;
}
.about-info1 .col2{
    padding: 0 30px;
}
.about-info1 section{
    margin-top: 50px;
}
.about-info2{
    margin-top: 100px;
    padding: 95px 30px;
}
.about-info2 .swiper-pagination{
    top: 135px;
}
.about-info2 .elementor-widget-s7upf-slider{
    margin-top: 50px;
}
.about-info3{
    margin-top: 90px;
}
.about-info3 .elementor-widget-s7upf-slider{
    margin-top: 50px;
}
.item-decate .col1 .elementor-widget-image{
    overflow: hidden;
}
.item-decate .col1 .elementor-widget-image *{
    width: 100%;
}
.item-decate .col1 .elementor-widget-image img{
    object-fit: cover;
}
.item-decate .col1 .elementor-widget-image:nth-child(2){
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
}
.item-decate .col1 .elementor-widget-image:nth-child(2) img{
    opacity: 0;
    visibility: hidden;
    transform: scale(3);
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.item-decate .col1:hover .elementor-widget-image:nth-child(2) img{
    opacity: 1;
    visibility: visible;
    z-index: 1;
    transform: scale(1);
}
.item-decate .col2 section .elementor-container{
    padding: 40px 30px 20px 60px;
    border: 2px solid #b4754d;
    margin-left: -30px;
}
.item-decate .col2 .text2{
    padding-top: 10px;
    margin-top: 12px;
    border-top: 1px dashed #e5e5e5;
}
.item-decate .col2 .elementor-widget-s7upf_list_link{
    margin-top: 8px;
}
.item-decate .col2 .elementor-widget-s7upf_list_link .item-link{
    margin-top: 10px;
}
/* Contact */
#main-content.contact{
    padding-top: 0;
}
.service-contact{
    margin-top: 85px;
}
.service-contact .item-slider- .icon-slider-custom i{
    font-size: 60px;
    color: #b4754d;
}
.service-contact .item-slider- .content-slider-custom .title{
    font-size: 18px;
    margin-top: 10px;
    text-transform: initial;
}
.service-contact .elementor-widget-s7upf-heading{
    margin-top: 35px;
}
.contact-content{
    margin-top: 80px;
}
.contact-content .wpcf7-form input,
.contact-content .wpcf7-form textarea{
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.contact-content .elementor-widget-shortcode{
    margin-top: 40px;
}
/* Featured theme */
#main-content.theme-feature{
    padding-top: 0;
}
.theme-featured-info{
    margin-top: 70px;
}
.theme-featured-info .element-list-link .item-link{
    align-items: center;
    margin-top: 20px;
}
.theme-featured-info .item-link .title{
    font-size: 18px;
    color: #333333;
}
.theme-featured-info .item-link .item-info{
    padding-left: 20px;
}
.theme-featured-info .item-link i{
    font-size: 36px;
    color: #b4754d;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px dashed #b4754d;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}
.theme-featured-info .item-link i::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px dashed #b4754d;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.theme-featured-info .item-link i:hover::after{
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.slider-padding-15 .el7up-swiper-slider{
    padding: 15px;
    margin: -15px;
}
.slider-padding .el7up-swiper-slider{
    padding: 30px;
    margin: -30px;
}
.slider-padding-prd5 .el7up-swiper-slider{
    padding: 30px 30px 100px 30px;
    margin: -30px -30px -100px -30px;
}
/*07. Home page
********************************************************************************************************/
/* Home 1 */
/* Header */
.banner-header-h1 .item-slider-style2 .image-wrap img{
    min-height: 500px;
    object-fit: cover;
}
.banner-header-h1 .item-slider-style2 .title1{
    color: #b4754d;
    text-transform: uppercase;
    font-weight: 700;
}
.banner-header-h1 .item-slider-style2 .title2{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 120px;
}
.banner-header-h1 .item-slider-style2 .title2 span{
    font-weight: 700;
}
.banner-header-h1 .item-slider-style2 .desc{
    color: #b4754d;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.banner-header-h1 .item-slider-style2 .btn_link{
    margin-top: 30px;
    height: 40px;
    line-height: 36px;
}
.banner-header-h1 .item-slider-style2 .content-slider-custom{
    width: 100%;
    max-width: 1200px;
    padding: 30px;
    transform: translate(-50%,-50%) scale(0) ;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    opacity: 0;
    visibility: hidden;
}
.banner-header-h1 .swiper-slide-active .item-slider-style2 .content-slider-custom{
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
    visibility: visible;
}
/* Main */
.service-item-style1 .item-slider-{
    display: flex;
    align-items: center;
}
.service-item-style1 .icon-slider-custom a{
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px dashed #b4754d;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 36px;
    color: #b4754d;
}
.service-item-style1 .icon-slider-custom a::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    border: 1px dashed #b4754d;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.service-item-style1 .icon-slider-custom a:hover::after{
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.service-item-style1 .content-slider-custom{
    padding-left: 20px;
}
.service-item-style1 .content-slider-custom .title{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500 !important;
}
.service-item-style1 .content-slider-custom .desc{
    color: #555555;
}
.banner-home1 section{
    margin-top: 50px;
}
.banner-home1 .s7upe-info-box-style7 .info-box-content{
    text-align: center;
}
.banner-home1 .s7upe-info-box-style7 .info-box-content .item-title-e strong,
.banner-home1 .s7upe-info-box-style7 .info-box-content .item-title-e{
    color: #ffffff;
}
.banner-home1 .s7upe-info-box-style7 .info-box-content .title2{
    margin-top: 10px;
    padding-top: 20px;
}
.banner-home1 .s7upe-info-box-style7 .info-box-content .title2::before{
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.banner-home1 .box1 .s7upe-info-box-style7 .info-box-content{
    bottom: 15px;
}
.banner-home1 .box2 .s7upe-info-box-style7 .info-box-content{
    left: 15px;
}
.banner-home1 .box3 .s7upe-info-box-style7 .info-box-content{
    right: 15px;
}
.banner-home1 .box4 .s7upe-info-box-style7 .info-box-content{
    top: 15px;
}
.tab-product-h1{
    margin-top: 90px;
}
.tab-product-h1 .elementor-widget-s7upf_tab{
    margin-top: 50px;
}
.featured-product-h1{
    margin-top: 100px;
    padding: 90px 30px 100px 30px;
    background: #f5f9f9;
}
.featured-product-h1 .elementor-widget-s7upf-products{
    margin-top: 50px;
}
.featured-product-h1 .el7up-wrapper-slider .swiper-button-next,
.featured-product-h1 .el7up-wrapper-slider .swiper-button-prev{
    top: 50px;
}
.featured-product-h1 .el7up-wrapper-slider .swiper-button-prev{
    left: auto;
    right: 45px;
}
.deal-product-h1{
    margin-top: 90px;
}
.deal-product-h1 .elementor-widget-s7upf-products{
    margin-top: 50px;
}
.blog-home1{
    margin-top: 100px;
    padding: 90px 30px 100px 30px;
}
.blog-home1 section{
    margin-top: 50px;
}
.blog-home1 .col2 .item-grid-post-style2 .item-post{
    display: flex;
    flex-wrap: wrap;
}
.blog-home1 .col2 .item-grid-post-style2 .item-post .post-thumb{
    width: 100%;
    margin: 30px 0 0 0;
}
.blog-home1 .col2 .item-grid-post-style2 .item-post .post-info{
    width: 100%;
    order: -1;
}
.blog-home1 .elementor-widget-s7upf-button{
    margin-top: 50px;
}
.about-info1.home1{
    margin-top: 90px;
}
.testimonials-home1{
    padding: 90px 30px 95px 30px;
    margin-top: 100px;
}
.testimonials-home1 .elementor-widget-s7upf-slider{
    margin-top: 40px;
}
.testimonials-home1 .item-slider-style4 .image-wrap{
    display: none;
}
.testimonials-home1 .item-slider-style4 .content-slider-custom{
    margin-top: 20px;
}
.testimonials-home1 .el7up-wrapper-slider-style4{
    display: flex;
    flex-wrap: wrap;
}
.testimonials-home1 .swiper-pagination{
    position: relative;
    order: -1;
    width: 100%;
}
.testimonials-home1 .item-slider-style4 .content-slider-custom .title1{
    padding: 0;
}
.testimonials-home1 .item-slider-style4 .content-slider-custom .title1::after{
    content: none;
}
.brand-list.home1{
    margin-top: 100px;
}
/* Footer */
.main-footer2 .el7up-heading-7up{
    margin-bottom: 20px;
}
.main-footer2 .col1 .el7up-heading-7up,
.main-footer2 .col3 .el7up-heading-7up{
    margin-bottom: 30px;
}
.main-footer2 .col2 .element-list-link .item-link{
    position: relative;
    padding-left: 15px;
}
.main-footer2 .col2 .element-list-link .item-link::after{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #b4754d;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main-footer2 .col2 .element-list-link .item-link:not(:last-child){
    margin-bottom: 12px;
}
.main-footer2 .col1 .el7up-text-editor{
    margin-top: 15px;
}
.main-footer2 .col4 .element-list-link .item-link{
    align-items: baseline;
    margin-bottom: 12px;
    font-weight: 400;
}
.main-footer2 .col4 .element-list-link .item-link .title a{
    font-size: 14px;
    color: #999999;
}
.main-footer2 .col4 .element-list-link .item-link .title a[href]:hover{
    color: #b4754d;
}
.main-footer2 .col4 .element-list-link .item-link i{
    margin-right: 5px;
}
.main-footer2 .col4 .el7up-text-editor{
    margin-top: 10px;
}
.main-footer2 .col4 .el7up-text-editor a{
    color: #b4754d;
}
.main-footer2{
    padding: 50px 30px;
}
.footer2-fllow-pay{
    padding: 0 30px;
}
.footer2-fllow-pay > .elementor-container{
    border-top: 1px solid #666666;
    padding: 30px 0;
}
.footer2-fllow-pay .element-list-link{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.footer2-fllow-pay .col2 .element-list-link{
    justify-content: flex-end;
}
.footer2-fllow-pay .element-list-link > .title{
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin-right: 15px;
}
.footer2-fllow-pay .element-list-link .item-link:hover{
    transform: translateY(-5px);
}
.footer2-fllow-pay .col2 .element-list-link .item-link:not(:last-child){
    margin-right: 10px;
}
.copy-right-footer.footer2{
    border: none;
    padding: 25px 30px;
}
.main-footer1 .col1 > .elementor-widget-wrap{
    flex-wrap: nowrap !important;
}
.main-footer1 .col1 > .elementor-widget-wrap .elementor-element{
    width: auto !important;
}
/* End Home 1 */

/* Home 2 */
/* Header */
.top-header-page-default.header2{
    padding: 0 30px;
}
.main-header2{
    padding: 0 30px;
}
.main-header2 .elementor-container{
    flex-wrap: wrap;
}
.main-header2 .col1{
    width: 20% !important;
    padding: 25px 0;
}
.main-header2 .col2{
    width: 60% !important;
    padding: 25px 0;
}
.main-header2 .col3{
    width: 20% !important;
    padding: 25px 0;
}
.main-header2 .col4{
    width: 80% !important;
    padding: 10px 0;
}
.main-header2 .col5{
    width: 20% !important;
    padding: 10px 0;
}
.main-header2 .col4::after{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #45bf61;
    z-index: -1;
}
.main-header2 .col4::before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    right: 0;
    bottom: 0;
    background: #45bf61;
    z-index: -1;
}
.main-header2 .logo-text span{
    color: #b05b0a;
}
.main-header2 .el7up-search-form{
    max-width: 470px;
    margin-left: auto;
    border-radius: 30px;
}
.main-header2 .el7up-list-link-icon2 .item-link i{
    background: transparent;
    border: 1px solid #ffffff;
    margin: 0 0 0 10px;
}
.main-header2 .el7up-list-link-icon2 .item-link:first-child i{
    margin: 0;
}
.fixed-header .main-header2 .col5,
.fixed-header .main-header2 .col2{
    display: none;
}
.fixed-header .main-header2 .col1{
    max-width: 70px;
}
.fixed-header .main-header2 .col4{
    width: calc(100% - 270px) !important;
}
.fixed-header .main-header2 .col3{
    order: 2;
    max-width: 200px;
}
.fixed-header .main-header2 .col4::before,
.fixed-header .main-header2 .col4::after{
    content: none;
}
.fixed-header .main-header2 .menu-style- .s7upf-navbar-nav{
    text-align: center !important;
}
.fixed-header .main-header2 .menu-style- .s7upf-navbar-nav > li > a{
    color: #333333 !important;
}
.fixed-header .main-header2 .menu-style- .s7upf-navbar-nav > li > a:hover{
    color: #45bf61 !important;
}
.main-header2 .item-product .product-price span,
.main-page-default.home-2 .item-product .add_to_wishlist.added i, 
.main-page-default.home-2 .item-product .compare-link.added i,
.main-page-default.home-2 .item-product .category-product li a:hover,
.main-page-default.home-2 ~ .footer-page .color,
.main-page-default.home-2 .color,
.main-page-default.home-2 .item-decate-style2 .el7up-list-link-icon2 .item-link i,
.main-page-default.home-2 .main-page-default.home-3 .meta-post-style1 .meta-item i,
.main-page-default.home-2 .meta-post-style1 .meta-item.meta-date span,
.main-page-default.home-2 .meta-post-style1 .meta-item a,
.main-page-default.home-2 .item-post .post-title a:hover,
.main-page-default.home-2 .time_circles .time .text,
.main-page-default.home-2 .title_count_down,
.main-page-default.home-2 .item-product .product-title a:hover, 
.main-page-default.home-2 .item-product .product-price span,
.main-page-default.home-2 .title-category a:hover,
.main-header2 .mini_cart_item .remove-product:hover,
.main-header2 .mini_cart_item .product-info .product-title a:hover,
.main-header2 .mini_cart_item .product-info .mini-cart-qty .qty-num,
.main-header2 .el7up-mini-cart-style1 .mini-cart-link:hover .mini-cart-number,
.main-header2 .mini-cart-link:hover,
.top-header-page-default.header2 .s7upe-info-box-style5:hover > a,
.top-header-page-default.header2 .s7upe-info-box-style5:hover > a::after,
.top-header-page-default.header2 .language-theme:hover .language-active a i, 
.top-header-page-default.header2 .language-theme:hover .language-active a{
    color: #45bf61;
}
.top-header-page-default.header2 .el7up-account-manager .button-account-manager i, 
.top-header-page-default.header2 .col2 .element-list-link .item-link i,
.main-header2 .item-product .product-label > span,
.main-page-default.home-2 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-2 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-2 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"], 
.main-page-default.home-2 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"],
.main-page-default.home-2 .item-post .readmore-wrap .readmore,
.main-page-default.home-2 .item-slider-style5 .content-slider-custom .content::after,
.main-page-default.home-2 .time_circles .time .number::after,
.main-page-default.home-2 .el7up-wrapper-slider .swiper-button-next:hover, 
.main-page-default.home-2 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover, 
.main-page-default.home-2 .el7up-wrapper-slider .swiper-button-prev:hover, 
.main-page-default.home-2 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover,
.main-page-default.home-2 .item-product .product-label > span,
.main-page-default.home-2 .el7up-tabs .item-title-header-style2 .tab-item-wrap.active,
.main-header2 .s7upf-scrollbar::-webkit-scrollbar-thumb,
.home-2 ~ .scroll-top.active,
.main-header2 .menu-style- .sub-menu .current-menu-item,
.main-header2 .toggle-mobile-menu,
.main-header2 .el7up-search-form .el7up-dropdown-list li:hover,
.main-header2 .el7up-search-form .el7up-dropdown-list li.active,
.main-header2 .s7upf-navbar-nav .sub-menu > li:hover,
.top-header-page-default.header2 .el7up-dropdown-list li a:hover, 
.top-header-page-default.header2 .el7up-dropdown-list li a.active,
.top-header-page-default.header2 .s7upe-info-box-style5 ul li:hover,
.top-header-page-default.header2 .language-theme ul li:hover{
    background: #45bf61;
}
.main-header2 .addcart-link-style1.button.addcart-link,
.main-page-default.home-2 .addcart-link-style1.button.addcart-link{
    background: #45bf61 !important;
}
.main-header2 .addcart-link-style1.button.addcart-link:hover,
.main-page-default.home-2 .addcart-link-style1.button.addcart-link:hover{
    background: #b05b0a !important;
}
.top-header-page-default.header2 .el7up-account-manager .button-account-manager:hover i, 
.top-header-page-default.header2 .col2 .element-list-link .item-link:hover i,
.main-page-default.home-2 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"]:hover, 
.main-page-default.home-2 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"]:hover,
.main-page-default.home-2 .item-post .readmore-wrap .readmore:hover{
    background: #b05b0a;
}
.main-header2 .item-product .quick-view-link:hover i, 
.main-header2 .item-product .add_to_wishlist:hover i, 
.main-header2 .item-product .compare-link:hover i,
.main-header2 .item-category-style2 .category-info .title-category:hover span,
.main-page-default.home-2 .item-product .quick-view-link:hover i, 
.main-page-default.home-2 .item-product .add_to_wishlist:hover i, 
.main-page-default.home-2 .item-product .compare-link:hover i,
.main-page-default.home-2 .item-category-style2 .category-info .title-category:hover span{
    background: #45bf61;
    border: 1px solid #45bf61;
}
.main-page-default.home-2 .item-slider-style5 .image-wrap .adv-thumb-link::after,
.main-page-default.home-2 .item-slider-style5 .image-wrap .adv-thumb-link,
.main-page-default.home-2 .el7up-tabs .item-title-header-style2 .tab-item-wrap{
    border: 1px dashed #45bf61;
}
.main-page-default.home-2 .item-grid-product-style7 .addcart-link-style1.button.addcart-link i,
.main-page-default.home-2 .item-grid-product-style7 .addcart-link-style1.button.addcart-link{
    background: transparent !important;
    color: #45bf61 !important;
}
.main-header2 .menu-style- .s7upf-navbar-nav > li > a{
    background: transparent;
}
.main-page-default.home-2 .item-decate-style2 .el7up-list-link-icon2 .item-link:hover i{
    border: 1px solid #45bf61;
}
.main-page-default.home-2 .item-decate-style2 .col2 section > .elementor-container{
    border-left: 5px solid #45bf61;
}
.main-header2 .mini-cart-button .button{
    border: 2px solid #45bf61;
    color: #45bf61;
}
.main-page-default.home-2 .item-product .add_to_wishlist.added:hover i, 
.main-page-default.home-2 .item-product .compare-link.added:hover i,
.main-header2 .mini-cart-button .button:hover{
    color: #ffffff;
    background: #45bf61;
}
.main-header2 .item-product .product-price del span,
.main-page-default.home-2 .item-product .product-price del span{
    color: #999999;
}
/* Main */
.category-product-h2 .col1{
    justify-content: center;
}
.category-product-h2 .col1 > .elementor-widget-wrap{
    max-width: 300px;
    margin: auto;
}
.category-product-h2 .col1 section::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFFFFFD4;
    z-index: -1;
}
.category-product-h2 .col1:hover section::after{
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
}
.category-product-h2 .elementor-widget-icon::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    border-top: 1px dashed #45bf61;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.category-product-h2 .elementor-icon-wrapper{
    line-height: 0;
}
.category-product-h2 .elementor-icon i,
.category-product-h2 .elementor-icon{
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #ffffff;
    z-index: 1;
}
.category-product-h2 .elementor-widget-image .elementor-widget-container{
    margin: 0 -20px;
}
.category-product-h2 .elementor-widget-s7upf-button{
    margin-top: 20px;
}
.category-product-h2 .elementor-widget-s7upf-category-product{
    margin-top: 10px;
}
.tab-product-h2{
    margin-top: 90px;
}
.tab-product-h2 .elementor-widget-s7upf_tab{
    margin-top: 40px;
}
.deal-product-h2{
    margin-top: 100px;
    padding: 0 30px;
}
.deal-product-h2 section::before,
.deal-product-h2 section::after{
    content: "";
    position: absolute;
    width: 100vw;
    height: 90px;
    background: #f4f4f4;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.deal-product-h2 section::after{
    left: auto;
    right: 0;
}
.deal-product-h2 .elementor-widget-s7upf-products{
    margin-top: 50px;
}
.deal-product-h2 .elementor-widget-s7upf-count-down{
    padding: 50px 0;
    margin-top: 40px;
}
.deal-product-h2 .elementor-widget-s7upf-count-down::after,
.deal-product-h2 .elementor-widget-s7upf-count-down::before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    background: #f4f4f4;
    z-index: -1;
}
.deal-product-h2 .elementor-widget-s7upf-count-down::after{
    left: auto;
    right: 0;
}
.banner1-h2{
    margin-top: 100px;
    padding: 90px 30px 100px 30px;
}
.banner1-h2 .service-item-style1.home2{
    padding-left: 200px;
    margin-top: 40px;
}
.service-item-style1.home2 .icon-slider-custom a{
    background: #ffffff;
    border: 1px dashed #45bf61;
    color: #45bf61;
}
.service-item-style1.home2 .icon-slider-custom a::after{
    border: 1px dashed #45bf61;
}
.service-item-style1.home2 .content-slider-custom .title a,
.service-item-style1.home2 .content-slider-custom .desc{
    color: #ffffff;
}
.service-item-style1.home2 .content-slider-custom .title a:hover{
    color: #45bf61;
}
.seller-product-h2{
    margin-top: 90px;
}
.seller-product-h2 .elementor-widget-s7upf-products{
    margin-top: 40px;
}
.testimonials-home2{
    margin-top: 100px;
    padding: 90px 30px;
}
.testimonials-home2 .el7up-wrapper-slider .swiper-button-next, 
.testimonials-home2 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev, 
.testimonials-home2 .el7up-wrapper-slider .swiper-button-prev, 
.testimonials-home2 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next{
    top: 50px;
    left: calc(50% - 120px);
}
.testimonials-home2 .el7up-wrapper-slider .swiper-button-next,
.testimonials-home2 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next{
    right: calc(50% - 120px);
    left: auto;
}
.testimonials-home2 .elementor-widget-s7upf-slider{
    margin-top: 40px;
}
.testimonials-home2 .item-slider-style5 .content-slider-custom .title1{
    color: #45bf61;
}
.testimonials-home2 .item-slider-style5 .content-slider-custom .desc{
    color: #ffffff;
}
.testimonials-home2 .item-slider-style5 .content-slider-custom .content{
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
}
.blog-home2{
    margin-top: 90px;
}
.blog-home2 section{
    margin-top: 40px;
}
.blog-home2 .col1 .elementor-widget-s7upf-posts{
    height: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.blog-home2 .col1 .item-post{
    text-align: center;
}
.blog-home2 .col1 .item-post .post-info .post-meta-data{
    justify-content: center;
}
.blog-home2 .col2 .item-post{
    border: 1px solid #e5e5e5;
    padding: 10px;
}
.blog-home2 .col2 .item-post .post-info{
    padding: 30px 15px 0 0;
}
.blog-home2 .col2 .list-col-item:nth-child(2n+1) .item-post .post-info{
    order: -1;
    padding: 30px 0 0 15px;
}
.banner-category-h2{
    margin-top: 100px;
}
.banner-category-h2 .elementor-widget-s7upf-category-product{
    margin-top: 20px;
}
.banner-category-h2 .list-category-product-wrap{
    justify-content: center;
}
.banner-category-h2 .item-grid-category-product{
    width: auto;
    padding: 5px;
}
.banner-category-h2 .item-category-style2 .category-info .title-category{
    background: #45bf61;
    color: #ffffff;
    line-height: 36px;
    height: 36px;
    border-radius: 30px;
    padding: 0 15px;
}
.banner-category-h2 .item-category-style2 .category-info .title-category a{
    color: #ffffff;
}
.banner-category-h2 .item-category-style2 .category-info .title-category:hover{
    background: #b05b0a;
}
.product-slider-h2{
    margin-top: 95px;
}
.product-slider-h2 .swiper-wrapper{
    padding-top: 1px;
}
.product-slider-h2 .item-grid-product-style7{
    padding-right: 1px;
    margin-top: -1px !important;
}
.product-slider-h2 .elementor-widget-s7upf-products{
    margin-top: 40px;
}
.product-slider-h2 .elementor-widget-s7upf-button{
    padding: 25px 15px;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
}
.item-decate-style2 .col2 section > .elementor-container{
    background: #ffffff;
    border-left: 5px solid #b4754d;
    padding: 45px 30px 45px 45px;
    margin-left: -30px;
    z-index: 1;
}
.item-decate-style2 .col2 .text2{
    margin-top: 20px;
    margin-bottom: 30px;
}
.item-decate-style2 .el7up-list-link-icon2 .item-link i{
    background: #ffffff;
    color: #b4754d;
    border: 1px solid #ffffff;
}
.item-decate-style2 .el7up-list-link-icon2 .item-link:hover{
    transform: translate(0);
}
.item-decate-style2 .el7up-list-link-icon2 .item-link:hover i{
    border: 1px solid #b4754d;
}
.banner2-h2{
    padding: 100px 30px;
    margin-top: 100px;
}
.banner2-h2 .display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav{
    top: 80px;
}
.brand-list.home2{
    margin-top: 90px;
}
.brand-list.home2 section{
    margin-top: 20px;
}
.brand-list.home2 section .elementor-widget-image{
    width: auto;
    max-width: 20%;
    border: 1px solid #e5e5e5;
    margin: 15px;
    padding: 0 15px;
}
.brand-list.home2 section .elementor-widget-wrap{
    justify-content: center;
}
.banner3-h2{
    margin-top: 85px;
}
.instagram-home2{
    margin-top: 90px;
}
.instagram-home2 section{
    margin-top: 35px;
}
.instagram-home2 section .elementor-widget-image{
    width: auto;
    max-width: 30%;
    border: 1px solid #e5e5e5;
    margin: 5px;
}
.instagram-home2 section .elementor-widget-wrap{
    justify-content: center;
}
/* Footer */
.main-footer3{
    padding: 50px 30px 30px 30px;
}
.main-footer3 .col1 .el7up-heading-7up,
.main-footer3 .col2 .el7up-heading-7up,
.main-footer3 .col3 .el7up-heading-7up{
    margin-bottom: 15px;
}
.main-footer3 .col1 .element-list-link > .title,
.main-footer3 .col3 .element-list-link > .title{
    font-size: 18px;
    color: #45bf61;
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 20px;
    border-top: 1px solid rgb(255 255 255 / 0.3);
}
.main-footer3 .col1 .element-list-link .item-link{
    margin-right: 5px;
}
.main-footer3 .col2 .element-list-link .item-link{
    margin-bottom: 20px;
}
.main-footer3 .col2 .element-list-link .item-link .title a{
    font-size: 14px;
    color: #ffffff;
}
.main-footer3 .col2 .element-list-link .item-link .title a[href]:hover{
    color: #45bf61;
}
.main-footer3 .col2 .element-list-link .item-link i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}
.main-footer3 .col3 .elementor-widget-s7upf-mailchimp{
    margin-top: 20px;
}
.main-footer3 .col3 .element-list-link > .title{
    margin-top: 42px;
}
.main-footer3 .col3 .el7up-list-link-icon2 .item-link i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}
.main-footer3 .logo-style-text.style-text2 .logo-text{
    background: #45bf61;
}
.main-footer3 .elementor-widget-s7upf-logo{
    overflow: hidden;
    margin-top: 30px;
}
.main-footer3 .elementor-widget-s7upf-logo::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 0.3);
    left: calc(50% + 120px);
}
.main-footer3 .elementor-widget-s7upf-logo::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: rgb(255 255 255 / 0.3);
    right: calc(50% + 120px);
}
.main-footer3 .menu-footer{
    margin-top: 30px;
}
.main-footer3 .copy-right{
    margin-top: 30px;
}
/* End Home 2 */

/* Home 3 */
.main-header3 .item-product .product-price span,
.main-page-default.home-3 .s7upe-info-box-style6 .wrap-content-box .item-title-e a,
.main-page-default.home-3 .el7up-tabs .item-title-header-style3 .tab-item-wrap.active span,
.main-page-default.home-3 .item-grid-product-style8 .item-product .product-title span,
.main-page-default.home-3 .item-product .add_to_wishlist.added i, 
.main-page-default.home-3 .item-product .compare-link.added i,
.main-page-default.home-3 .item-product .category-product li a:hover,
.main-page-default.home-3 ~ .footer-page .color,
.main-page-default.home-3 .color,
.main-page-default.home-3 .item-decate-style2 .el7up-list-link-icon2 .item-link i,
.main-page-default.home-3 .meta-post-style1 .meta-item i,
.main-page-default.home-3 .meta-post-style1 .meta-item.meta-date span,
.main-page-default.home-3 .meta-post-style1 .meta-item a,
.main-page-default.home-3 .item-post .post-title a:hover,
.main-page-default.home-3 .time_circles .time .text,
.main-page-default.home-3 .title_count_down,
.main-page-default.home-3 .item-product .product-title a:hover, 
.main-page-default.home-3 .item-product .product-price span,
.main-header3 .mini_cart_item .remove-product:hover,
.main-header3 .mini_cart_item .product-info .product-title a:hover,
.main-header3 .mini_cart_item .product-info .mini-cart-qty .qty-num,
.main-header3 .el7up-mini-cart-style1 .mini-cart-link:hover .mini-cart-number,
.main-header3 .mini-cart-link:hover{
    color: #008459;
}
.main-page-default.home-3 .item-category- .category-link a,
.top-header-page-default.header3 .s7upe-info-box-style5:hover > a,
.top-header-page-default.header3 .s7upe-info-box-style5:hover > a::after,
.top-header-page-default.header3 .language-theme:hover .language-active a i, 
.top-header-page-default.header3 .language-theme:hover .language-active a,
.top-header-page-default.header3 .language-theme:hover .language-active i::before,
.top-header-page-default.header3 .language-theme:hover .language-active a{
    color: #ffba00;
}
.main-header3 .item-product .product-label > span,
.main-page-default.home-3 .s7upe-info-box-style6 .wrap-content-box .icon-popup,
.main-header3 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-3 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-3 .item-category-:hover .category-link a i,
.main-page-default.home-3 .item-category- .category-info,
.main-page-default.home-3 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-3 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-3 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"], 
.main-page-default.home-3 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"],
.main-page-default.home-3 .item-post .readmore-wrap .readmore,
.main-page-default.home-3 .item-slider-style5 .content-slider-custom .content::after,
.main-page-default.home-3 .time_circles .time .number::after,
.main-page-default.home-3 .el7up-wrapper-slider .swiper-button-next:hover, 
.main-page-default.home-3 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover, 
.main-page-default.home-3 .el7up-wrapper-slider .swiper-button-prev:hover, 
.main-page-default.home-3 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover,
.main-page-default.home-3 .item-product .product-label > span,
.main-page-default.home-3 .el7up-tabs .item-title-header-style2 .tab-item-wrap.active,
.main-header3 .s7upf-scrollbar::-webkit-scrollbar-thumb,
.main-page-default.home-3 ~ .scroll-top.active,
.main-header3 .menu-style- .sub-menu .current-menu-item,
.main-header3 .toggle-mobile-menu,
.main-header3 .el7up-search-form .el7up-dropdown-list li:hover,
.main-header3 .el7up-search-form .el7up-dropdown-list li.active,
.main-header3 .s7upf-navbar-nav .sub-menu > li:hover,
.top-header-page-default.header3,
.top-header-page-default.header3 .el7up-dropdown-list li a:hover, 
.top-header-page-default.header3 .el7up-dropdown-list li a.active,
.top-header-page-default.header3 .s7upe-info-box-style5 ul li:hover,
.top-header-page-default.header3 .language-theme ul li:hover{
    background: #008459;
}
.main-header3 .addcart-link-style1.button.addcart-link,
.main-page-default.home-3 .addcart-link-style1.button.addcart-link{
    background: #008459 !important;
}
.main-header3 .addcart-link-style1.button.addcart-link:hover,
.main-page-default.home-3 .addcart-link-style1.button.addcart-link:hover{
    background: #ffba00 !important;
}
.main-page-default.home-3 .s7upe-info-box-style6 .wrap-content-box .icon-popup:hover,
.main-header3 .el7up-search-icon .el7up-text-bt-search:hover i,
.main-page-default.home-3 .item-category-:hover .category-info,
.main-page-default.home-3 .item-category- .category-link a i,
.main-page-default.home-3 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"]:hover, 
.main-page-default.home-3 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"]:hover,
.main-page-default.home-3 .item-post .readmore-wrap .readmore:hover{
    background: #ffba00;
}
.main-header3 .item-product .quick-view-link:hover i, 
.main-header3 .item-product .add_to_wishlist:hover i, 
.main-header3 .item-product .compare-link:hover i,
.main-header3 .item-category-style2 .category-info .title-category:hover span,
.main-page-default.home-3 .item-product .quick-view-link:hover i, 
.main-page-default.home-3 .item-product .add_to_wishlist:hover i, 
.main-page-default.home-3 .item-product .compare-link:hover i,
.main-page-default.home-3 .item-category-style2 .category-info .title-category:hover span{
    background: #008459;
    border: 1px solid #008459;
}
.main-page-default.home-3 .item-slider-style5 .image-wrap .adv-thumb-link::after,
.main-page-default.home-3 .item-slider-style5 .image-wrap .adv-thumb-link,
.main-page-default.home-3 .el7up-tabs .item-title-header-style2 .tab-item-wrap{
    border: 1px dashed #008459;
}
.main-page-default.home-3 .item-grid-product-style7 .addcart-link-style1.button.addcart-link i,
.main-page-default.home-3 .item-grid-product-style7 .addcart-link-style1.button.addcart-link{
    background: transparent !important;
    color: #008459 !important;
}
.main-header3 .menu-style- .s7upf-navbar-nav > li > a{
    background: transparent;
}
.main-page-default.home-3 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-3 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-3 .item-decate-style2 .el7up-list-link-icon2 .item-link:hover i{
    border: 1px solid #008459;
}
.main-page-default.home-3 .item-decate-style2 .col2 section > .elementor-container{
    border-left: 5px solid #008459;
}
.main-page-default.home-3 .item-category-:hover .category-link a,
.main-header3 .mini-cart-button .button{
    border: 2px solid #008459;
    color: #008459;
}
.main-page-default.home-3 .item-product .add_to_wishlist.added:hover i, 
.main-page-default.home-3 .item-product .compare-link.added:hover i,
.main-header3 .mini-cart-button .button:hover{
    color: #ffffff;
    background: #008459;
}
.main-header3 .item-product .product-price del span,
.main-page-default.home-3 .item-product .product-price del span{
    color: #999999;
}
.main-page-default.home-3 .item-category- .category-link a{
    border: 2px solid #ffba00;
}
/* Header */
.top-header-page-default.header3{
    padding: 0 30px;
}
.top-header-page-default.header3 .s7upe-info-box-style5 > a::after,
.top-header-page-default.header3 .s7upe-info-box-style5 > a,
.top-header-page-default.header3 .language-active i,
.top-header-page-default.header3 .language-active a{
    color: #ffffff;
}
.top-header-page-default.header3 .el7up-account-manager .button-account-manager i, 
.top-header-page-default.header3 .col2 .element-list-link .item-link i{
    background: transparent;
}
.main-header3{
    padding: 30px;
}
.main-header3 .logo-text span{
    color: #ffba00;
}
.main-header3 .logo-text:hover span{
    color: #008459;
}
.main-header3 .col3 .elementor-element{
    width: 40px;
}
.main-header3 .s7upf-navbar-nav li.has-mega-menu .mega-menu{
    right: 0;
    margin: auto;
}
.banner-header3 .item-slider-style6 .image-wrap img{
    min-height: 500px;
}
.banner-header3 .item-slider-style6 .content-slider-custom{
    width: 100%;
    padding: 30px;
}
.banner-header3 .item-slider-style6 .title{
    color: #ffffff;
}
.banner-header3 .item-slider-style6 .title2{
    text-transform: uppercase;
}
.banner-header3 .item-slider-style6 .btn_link{
    border: 2px solid #ffba00;
    color: #ffba00;
}
.banner-header3 .item-slider-style6 .btn_link:hover{
    border: 2px solid #008459;
    background: #008459;
    color: #ffffff;
}
.banner-header3 .item-slider-style6 .btn_link.btn2{
    border: 2px solid #008459;
    color: #ffffff;
    background: #008459;
}
.banner-header3 .item-slider-style6 .btn_link.btn2:hover{
    border: 2px solid #ffba00;
    background: #ffba00;
}
.banner-header3 .item-slider-style6 .content-slider-custom{
    transform: translate(-50%,-50%) scale(0);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.banner-header3 .swiper-slide-active .item-slider-style6 .content-slider-custom{
    transform: translate(-50%,-50%) scale(1);
}
.banner-header3 .swiper-pagination{
    bottom: 200px;
}
.banner-header3 .display-swiper-pagination-vertical .swiper-pagination .swiper-pagination-bullet, 
.banner-header3 .display-swiper-pagination-yes .swiper-pagination .swiper-pagination-bullet{
    border: none;
}
.banner-header3 .display-swiper-pagination-vertical .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, 
.banner-header3 .display-swiper-pagination-yes .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #ffba00;
}
/* Main */
.service-home3{
    margin-top: 100px;
    padding: 50px;
}
.service-home3 .service-item-style1 .icon-slider-custom a{
    color: #ffba00;
    background: #ffffff;
    border: 1px dashed #ffba00;
}
.service-home3 .service-item-style1 .icon-slider-custom a::after{
    border: 1px dashed #ffba00;
}
.service-home3 .service-item-style1 .content-slider-custom .title a,
.service-home3 .service-item-style1 .content-slider-custom .desc{
    color: #ffffff;
}
.banner-product2-h3,
.banner-product1-h3{
    background: #f4f4f4;
    margin-top: 100px;
}
.banner-product2-h3 .col1 section,
.banner-product1-h3 .col1 section{
    max-width: 320px;
    margin-left: auto;
    padding: 50px 15px;
}
.banner-product2-h3 .col2,
.banner-product1-h3 .col2{
    max-width: 1000px;
    padding: 70px;
}
.banner-product2-h3 .col2 .elementor-widget-s7upf_tab,
.banner-product1-h3 .col2 .elementor-widget-s7upf_tab{
    margin-top: 40px;
}
.banner-product2-h3 > .elementor-container{
    justify-content: flex-end;
}
.banner-product2-h3 .col1 section{
    margin-right: auto;
    margin-left: unset;
}
.tab-product-h3{
    margin-top: 90px;
}
.tab-product-h3 .elementor-widget-s7upf_tab{
    margin-top: 40px;
}
.tab-product-h3 .list-col-item{
    border: 1px solid #e5e5e5;
    border-width: 1px 1px 1px 0;
    padding: 30px 30px 0 0;
    margin-top: -1px;
    margin-right: -0.5px;
}
.tab-product-h3 .list-col-item:nth-child(2n){
    margin: -1px 0 0 -0.5px;
    padding: 30px 0 0 30px;
    border-width: 1px 0 1px 1px;
}
.tab-product-h3 .list-product-wrap{
    margin: 0;
}
.tab-product-h3 .elementor-widget-s7upf-button{
    margin-top: 30px;
}
.banner1-h3{
    margin-top: 100px;
    padding: 90px 30px 100px 30px;
}
.banner1-h3 section{
    margin-top: 40px;
}
.banner1-h3 section .elementor-widget-s7upf_info_box{
    max-width: 33.333%;
}
.banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(3n+1){
    padding-right: 10px;
}
.banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(3n+2){
    padding-right: 5px;
    padding-left: 5px;
}
.banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(3n+3){
    padding-left: 10px;
}
.banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(n+4){
    margin-top: 15px;
}
.box-number-h3{
    background: #f9f9f9;
    padding: 40px 0 45px 0;
    margin-top: 100px;
}
.box-number-h3 section{
    margin-top: 15px;
    padding-top: 30px;
}
.box-number-h3 section::after{
    content: "";
    position: absolute;
    width: calc(100% - 60px);
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: #e5e5e5;
}
.box-number-h3 .rotate-number{
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    color: #008459;
    font-size: 30px;
    font-weight: 700;
    border-radius: 50%;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%);
    margin: auto;
    border: 1px solid #008459;
}
.box-number-h3 .elementor-column:nth-child(2) .rotate-number{
    color: #ffffff;
    background: #ffba00;
    border: 1px dashed #008459;
}
.box-number-h3 .elementor-column:nth-child(3) .rotate-number{
    color: #ffffff;
    background: #008459;
    border: 1px dashed #008459;
}
.category-product-h3{
    margin-top: 90px;
}
.category-product-h3 .elementor-widget-s7upf-category-product{
    margin-top: 40px;
}
.choise-h3{
    margin-top: 90px;
}
.choise-h3 .element-list-link .item-link:not(:last-child){
    margin-bottom: 30px;
}
.choise-h3 .element-list-link .item-link .item-thumb{
    width: 80px;
    flex-shrink: 0;
}
.choise-h3 .element-list-link .item-link .item-thumb a{
    font-size: 60px;
    color: #008459;
}
.choise-h3 .element-list-link .item-link .title{
    color: #008459;
    margin-bottom: 13px;
}
.choise-h3 section{
    margin-top: 40px;
}
/* Footer */
.main-page-default.home-3 ~ .footer-page a:hover{
    color: #008459;
}
.main-page-default.home-3 ~ .footer-page .el7up-mailchimp-default input[type="submit"], 
.main-page-default.home-3 ~ .footer-page .el7up-mailchimp-default button[type="submit"],
.main-page-default.home-3 ~ .footer-page .mail-chimp-footer{
    background: #008459;
}
.main-page-default.home-3 ~ .footer-page .el7up-mailchimp-default input[type="submit"]:hover, 
.main-page-default.home-3 ~ .footer-page .el7up-mailchimp-default button[type="submit"]:hover{
    background: #ffba00;
    color: #ffffff;
}
/* End Home 3 */
/* Home 4 */
.main-header4 .item-product .product-price span,
.main-page-default.home-4 .mega-category-style1 a:hover,
.main-page-default.home-4 .menu-style-style2 .s7upf-navbar-nav > li > a:hover,
.main-header4 .logo-style-text.style-text2 .logo-text,
.main-page-default.home-4 .s7upe-info-box-style6 .wrap-content-box .item-title-e a,
.main-page-default.home-4 .el7up-tabs .item-title-header-style3 .tab-item-wrap.active span,
.main-page-default.home-4 .item-grid-product-style8 .item-product .product-title span,
.main-page-default.home-4 .item-product .add_to_wishlist.added i, 
.main-page-default.home-4 .item-product .compare-link.added i,
.main-page-default.home-4 .item-product .category-product li a:hover,
.main-page-default.home-4 ~ .footer-page .color,
.main-page-default.home-4 .color,
.main-page-default.home-4 .item-decate-style2 .el7up-list-link-icon2 .item-link i,
.main-page-default.home-4 .meta-post-style1 .meta-item i,
.main-page-default.home-4 .meta-post-style1 .meta-item.meta-date span,
.main-page-default.home-4 .meta-post-style1 .meta-item a,
.main-page-default.home-4 .item-post .post-title a:hover,
.main-page-default.home-4 .time_circles .time .text,
.main-page-default.home-4 .title_count_down,
.main-page-default.home-4 .item-product .product-title a:hover, 
.main-page-default.home-4 .item-product .product-price span,
.main-header4 .mini_cart_item .remove-product:hover,
.main-header4 .mini_cart_item .product-info .product-title a:hover,
.main-header4 .mini_cart_item .product-info .mini-cart-qty .qty-num,
.main-header4 .el7up-mini-cart-style1 .mini-cart-link:hover .mini-cart-number,
.main-header4 .mini-cart-link:hover,
.top-header-page-default.header4 .s7upe-info-box-style5:hover > a,
.top-header-page-default.header4 .s7upe-info-box-style5:hover > a::after,
.top-header-page-default.header4 .language-theme:hover .language-active a i, 
.top-header-page-default.header4 .language-theme:hover .language-active a,
.top-header-page-default.header4 .language-theme:hover .language-active i::before,
.top-header-page-default.header4 .language-theme:hover .language-active a{
    color: #a0b31b;
}
.main-page-default.home-4 .item-category- .category-link a{
    color: #ffb422;
}
.header-page-default.main-header4 .el7up-mini-cart-style1 .mini-cart-icon i,
.header-page-default.main-header4 .el7up-search-default .el7up-submit-form .el7up-text-bt-search,
.top-header-page-default.header4 .el7up-account-manager .button-account-manager i, 
.top-header-page-default.header4 .col2 .element-list-link .item-link i,
.main-header4 .item-product .product-label > span,
.main-page-default.home-4 .item-grid-post-style2 .item-post .post-categories,
.main-page-default.home-4 .s7upe-info-box-style6 .wrap-content-box .icon-popup,
.main-header4 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-4 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-4 .item-category-:hover .category-link a i,
.main-page-default.home-4 .item-category- .category-info,
.main-page-default.home-4 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-4 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-4 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"], 
.main-page-default.home-4 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"],
.main-page-default.home-4 .item-post .readmore-wrap .readmore,
.main-page-default.home-4 .item-slider-style5 .content-slider-custom .content::after,
.main-page-default.home-4 .time_circles .time .number::after,
.main-page-default.home-4 .el7up-wrapper-slider .swiper-button-next:hover, 
.main-page-default.home-4 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover, 
.main-page-default.home-4 .el7up-wrapper-slider .swiper-button-prev:hover, 
.main-page-default.home-4 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover,
.main-page-default.home-4 .item-product .product-label > span,
.main-page-default.home-4 .el7up-tabs .item-title-header-style2 .tab-item-wrap.active,
.main-header4 .s7upf-scrollbar::-webkit-scrollbar-thumb,
.main-page-default.home-4 ~ .scroll-top.active,
.main-header4 .menu-style- .sub-menu .current-menu-item,
.main-header4 .toggle-mobile-menu,
.main-header4 .el7up-search-form .el7up-dropdown-list li:hover,
.main-header4 .el7up-search-form .el7up-dropdown-list li.active,
.main-header4 .s7upf-navbar-nav .sub-menu > li:hover,
.top-header-page-default.header4 .el7up-dropdown-list li a:hover, 
.top-header-page-default.header4 .el7up-dropdown-list li a.active,
.top-header-page-default.header4 .s7upe-info-box-style5 ul li:hover,
.top-header-page-default.header4 .language-theme ul li:hover{
    background: #a0b31b;
}
.main-header4 .addcart-link-style1.button.addcart-link,
.main-page-default.home-4 .addcart-link-style1.button.addcart-link{
    background: #a0b31b !important;
}
.main-header4 .addcart-link-style1.button.addcart-link:hover,
.main-page-default.home-4 .addcart-link-style1.button.addcart-link:hover{
    background: #ffb422 !important;
}
.top-header-page-default.header4 .el7up-account-manager .button-account-manager:hover i, 
.top-header-page-default.header4 .col2 .element-list-link .item-link:hover i,
.main-header4::after,
.main-page-default.home-4 .s7upe-info-box-style6 .wrap-content-box .icon-popup:hover,
.main-header4 .el7up-search-icon .el7up-text-bt-search:hover i,
.main-page-default.home-4 .item-category-:hover .category-info,
.main-page-default.home-4 .item-category- .category-link a i,
.main-page-default.home-4 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"]:hover, 
.main-page-default.home-4 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"]:hover,
.main-page-default.home-4 .item-post .readmore-wrap .readmore:hover{
    background: #ffb422;
}
.main-header4 .item-product .quick-view-link:hover i, 
.main-header4 .item-product .add_to_wishlist:hover i, 
.main-header4 .item-product .compare-link:hover i,
.main-header4 .item-category-style2 .category-info .title-category:hover span,
.main-page-default.home-4 .item-product .quick-view-link:hover i, 
.main-page-default.home-4 .item-product .add_to_wishlist:hover i, 
.main-page-default.home-4 .item-product .compare-link:hover i,
.main-page-default.home-4 .item-category-style2 .category-info .title-category:hover span{
    background: #a0b31b;
    border: 1px solid #a0b31b;
}
.main-page-default.home-4 .item-slider-style5 .image-wrap .adv-thumb-link::after,
.main-page-default.home-4 .item-slider-style5 .image-wrap .adv-thumb-link,
.main-page-default.home-4 .el7up-tabs .item-title-header-style2 .tab-item-wrap{
    border: 1px dashed #a0b31b;
}
.main-page-default.home-4 .item-grid-product-style7 .addcart-link-style1.button.addcart-link i,
.main-page-default.home-4 .item-grid-product-style7 .addcart-link-style1.button.addcart-link{
    background: transparent !important;
    color: #a0b31b !important;
}
.main-header4 .menu-style- .s7upf-navbar-nav > li > a{
    background: transparent;
}
.main-page-default.home-4 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-4 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-4 .item-decate-style2 .el7up-list-link-icon2 .item-link:hover i{
    border: 1px solid #a0b31b;
}
.main-page-default.home-4 .item-decate-style2 .col2 section > .elementor-container{
    border-left: 5px solid #a0b31b;
}
.main-page-default.home-4 .item-category-:hover .category-link a,
.main-header4 .mini-cart-button .button{
    border: 2px solid #a0b31b;
    color: #a0b31b;
}
.main-page-default.home-4 .item-product .add_to_wishlist.added:hover i, 
.main-page-default.home-4 .item-product .compare-link.added:hover i,
.main-header4 .mini-cart-button .button:hover{
    color: #ffffff;
    background: #a0b31b;
}
.main-header4 .item-product .product-price del span,
.main-page-default.home-4 .item-product .product-price del span{
    color: #999999;
}
.main-page-default.home-4 .item-category- .category-link a{
    border: 2px solid #ffb422;
}
.main-header4 .logo-style-text.style-text2 .logo-text,
.main-header4 .el7up-mini-cart-style1 .mini-cart-link{
    background: #ffffff;
}
/* Header */
.banner-header4 .col1{
    background: #ffffff;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
}
.banner-header4 .col1 .title-menu .el7up-heading-7up{
    padding: 13px 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.banner-header4 .menu-style-style2 .s7upf-navbar-nav > li.menu-item-object-product_cat{
    border: none;
}
.banner-header4 .col2 .elementor-widget-container{
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 5%);
}
.banner-header4 .col2 .item-slider-style6 .image-wrap img{
    min-height: 300px;
}
.banner-header4 .col2 .item-slider-style6 .content-slider-custom{
    width: 100%;
    top: 50px;
    left: 0;
    transform: translate(0);
}
.banner-header4 .item-slider-style6 .title1{
    color: #a0b31b;
}
.banner-header4 .item-slider-style6.item3 .title1{
    color: #ffb422;
}
.banner-header4 .item-slider-style6 .title2{
    text-transform: uppercase;
}
.banner-header4 .item-slider-style6.item3 .title2{
    color: #ffffff;
}
.banner-header4 .item-slider-style6 .btn_link{
    color: #ffffff;
    background: #a0b31b;
    border: 2px solid #a0b31b;
}
.banner-header4 .item-slider-style6 .btn_link:hover{
    background: #ffb422;
    border: 2px solid #ffb422;
}
.banner-header4 .item-slider-style6.item3 .btn_link{
    color: #ffffff;
    background: #ffb422;
    border: 2px solid #ffb422;
}
.banner-header4 .item-slider-style6.item3 .btn_link:hover{
    background: #a0b31b;
    border: 2px solid #a0b31b;
}
.banner-header4 .col3 .s7upe-info-box-style7 .title1{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #584e22;
}
.banner-header4 .col3 .s7upe-info-box-style7 .info-box-content{
    width: 100%;
    padding: 15px 30px;
    top: 0;
}
.banner-header4 .col3 .s7upe-info-box-style7 .title2{
    color: #ffb422;
    font-size: 60px;
    margin-top: 10px;
}
.banner-header4 .col3 .s7upe-info-box-style7 .el7up-bt-default{
    border: none;
    padding: 0;
    color: #584e22;
    margin-top: 5px;
}
.banner-header4 .col3 .s7upe-info-box-style7 .el7up-bt-default:hover{
    background: transparent;
    color: #ffb422;
}
.banner-header4 .col3 .s7upe-info-box-style7 .el7up-bt-default::after{
    content: "\f061";
    display: inline-block;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    margin-left: 10px;
    color: #584e22;
}
.banner-header4 .col3 .s7upe-info-box-style7 .el7up-bt-default:hover::after{
    color: #ffb422;
}
.menu-category-product .menu-style-style2 .s7upf-navbar-nav li.has-mega-menu .mega-menu{
    top: 0;
    margin: 0 0 0 30px;
    left: 100% !important;
}
.menu-category-product .menu-style-style2 .s7upf-navbar-nav li.has-mega-menu:hover > .mega-menu{
    margin: 0;
}
.menu-category-product .menu-style-style2 .s7upf-navbar-nav > li{
    position: relative;
}
.menu-category-product .menu-style-style2 .s7upf-navbar-nav > li > a{
    position: unset;
}
.menu-category-product .menu-style-style2 .s7upf-navbar-nav > li > a i{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}
.menu-category-product .menu-style-style2 .s7upf-navbar-nav > li > a i::before{
    content: "\f061";
}
.mega-category-style1 .el7up-heading-7up{
    padding: 0 0 12px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
.mega-category-style1 .element-list-link .item-link{
    position: relative;
    padding-left: 15px;
    text-transform: capitalize;
}
.mega-category-style1 .element-list-link .item-link::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mega-category-style1 .element-list-link .item-link:not(:last-child){
    margin-bottom: 10px;
}
.mega-category-style2 .el7up-heading-7up{
    padding: 0 0 12px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}
/* Main */
#main-content.home-4{
    padding: 30px 0;
    background: #f5f5f5;
}
.service-h4{
    margin-top: 30px;
}
.service-h4 .service-item-style1 .content-slider-custom .title a:hover,
.service-h4 .service-item-style1 .icon-slider-custom a{
    color: #a0b31b;
}
.service-h4 .service-item-style1 .icon-slider-custom a,
.service-h4 .service-item-style1 .icon-slider-custom a::after{
    border: 1px dashed #a0b31b;
}
.product1-h4{
    margin-top: 30px;
}
.product1-h4 .el7up-heading-7up{
    padding: 20px 30px;
}
.product1-h4 .elementor-widget-s7upf-products{
    border-top: 1px solid #e5e5e5;
    padding: 30px 30px 0 30px;
}
.product1-h4 .display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav{
    top: -83px;
}
.product1-h4 .item-grid-product-style6 .item-product{
    padding: 0 0 30px 0;
    border: 1px dashed #e5e5e5;
    border-width: 0 0 1px 0;
}
.product1-h4 .item-grid-product-style6 .item-product:hover{
    box-shadow: none;
}
.product1-h4 .item-grid-product-style6:nth-last-child(1) .item-product,
.product1-h4 .item-grid-product-style6:nth-last-child(2) .item-product,
.product1-h4 .item-grid-product-style6:nth-last-child(3) .item-product{
    border: none;
}
.product1-h4 > .elementor-container{
    justify-content: space-between;
}
.product1-h4 .col1,
.product1-h4 .col2{
    width: calc(50% - 15px) !important;
}
.tab-product-h4{
    background: #ffffff;
    margin-top: 30px;
}
.tab-product-h4 .header-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    border-bottom: 1px solid #e5e5e5;
}
.tab-product-h4 .header-tab .title-header{
    font-size: 20px;
}
.tab-product-h4 .tab-content{
    padding: 0 30px 40px 30px;
}
.blog-home1.home4{
    padding: 40px 30px 50px 30px;
    margin-top: 30px;
}
.service-item-style2 .item-slider-{
    text-align: center;
}
.service-item-style2 .item-slider- .icon-slider-custom a{
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 36px;
    color: #ffffff;
    background: #b4754d;
}
.service-item-style2 .icon-slider-custom a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    border: 1px dashed #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.service-item-style2 .icon-slider-custom a:hover::after {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    opacity: 1;
    visibility: visible;
}
.service-item-style2 .content-slider-custom{
    margin-top: 15px;
}
.service-item-style2 .content-slider-custom .title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500 !important;
}
.service-item-style2 .content-slider-custom .desc {
    color: #555555;
}
.service2-h4{
    margin-top: 30px;
}
.service2-h4 .item2.item-slider- .icon-slider-custom a{
    background: #ff7979;
}
.service2-h4 .item3.item-slider- .icon-slider-custom a{
    background: #dba754;
}
.service2-h4 .item4.item-slider- .icon-slider-custom a{
    background: #f8bb6b;
}
.banner-home1.home4{
    margin-top: 30px;
}
.banner-home1.home4 section{
    margin: 0;
}
.brand-list.home4{
    margin-top: 30px;
}
/* Footer */
.main-footer2.footer4 .col2 .element-list-link .item-link::after{
    background: #a0b31b;
}
.main-footer2.footer4 .col4 .element-list-link .item-link .title a[href]:hover{
    color: #a0b31b;
}
/* End Home 4 */
/* Home 5 */
.top-header-page-default.header5 .el7up-account-manager .button-account-manager:hover i, 
.top-header-page-default.header5 .col2 .element-list-link .item-link:hover i{
    background: #d4791e;
}
.header-page-default.main-header5 .el7up-mini-cart-style1 .mini-cart-icon:hover i, 
.header-page-default.main-header5 .el7up-search-default .el7up-submit-form .el7up-text-bt-search:hover {
    background: #b4754d;
}
.main-header5 .addcart-link-style1.button.addcart-link:hover,
.main-page-default.home-5 .addcart-link-style1.button.addcart-link:hover{
    background: #d4791e !important;
}
/* Header */
.main-header5::after{
    background: #d4791e;
}
.main-header5 .el7up-mini-cart-style1 .mini-cart-link{
    background: #ffffff;
}
.main-header5 .logo-style-text.style-text2 .logo-text{
    border-radius: 0 0 50% 50%;
    background: #ffffff;
    color: #b4754d;
}
.main-header5 .logo-style-text.style-text2 .logo-text span{
    color: #d4791e;
    font-weight: 700;
}
.banner-header5 .item-slider-style7 .title2{
    font-size: 120px;
    font-weight: 700;
}
.banner-header5 .item-slider-style7 .content-slider-custom{
    padding: 30px;
    transform: scale(0) translateY(-50%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.banner-header5 .swiper-slide-active .item-slider-style7 .content-slider-custom{
    transform: scale(1) translateY(-50%);
}
.banner-header5 .item-slider-style7 .background img{
    min-height: 750px;
}
/* Main */
.tab-product-h5 .btn-loadmore,
.tab-product-h5 .elementor-widget-s7upf_tab{
    margin-top: 50px;
}
.featured-product-h5{
    padding: 90px 30px 100px 30px;
    margin-top: 100px;
}
.featured-product-h5 .elementor-widget-s7upf-products{
    margin-top: 50px;
}
.blog-home2.home5 section{
    margin-top: 50px;
}
.brand-home5{
    margin-top: 100px;
}
/* End Home 5 */
/* Home 6 */
.main-header6 .item-product .product-price span,
.main-page-default.home-6 .mega-category-style1 a:hover,
.main-page-default.home-6 .menu-style-style2 .s7upf-navbar-nav > li > a:hover,
.main-page-default.home-6 .s7upe-info-box-style6 .wrap-content-box .item-title-e a,
.main-page-default.home-6 .el7up-tabs .item-title-header-style3 .tab-item-wrap.active span,
.main-page-default.home-6 .item-grid-product-style8 .item-product .product-title span,
.main-page-default.home-6 .item-product .add_to_wishlist.added i, 
.main-page-default.home-6 .item-product .compare-link.added i,
.main-page-default.home-6 .item-product .category-product li a:hover,
.main-page-default.home-6 ~ .footer-page .color,
.main-page-default.home-6 .color,
.main-page-default.home-6 .item-decate-style2 .el7up-list-link-icon2 .item-link i,
.main-page-default.home-6 .meta-post-style1 .meta-item i,
.main-page-default.home-6 .meta-post-style1 .meta-item.meta-date span,
.main-page-default.home-6 .meta-post-style1 .meta-item a,
.main-page-default.home-6 .item-post .post-title a:hover,
.main-page-default.home-6 .time_circles .time .text,
.main-page-default.home-6 .title_count_down,
.main-page-default.home-6 .item-product .product-title a:hover, 
.main-page-default.home-6 .item-product .product-price span,
.main-header6 .mini_cart_item .remove-product:hover,
.main-header6 .mini_cart_item .product-info .product-title a:hover,
.main-header6 .mini_cart_item .product-info .mini-cart-qty .qty-num,
.main-header6 .el7up-mini-cart-style1 .mini-cart-link:hover .mini-cart-number,
.main-header6 .mini-cart-link:hover,
.top-header-page-default.header6 .s7upe-info-box-style5:hover > a,
.top-header-page-default.header6 .s7upe-info-box-style5:hover > a::after,
.top-header-page-default.header6 .language-theme:hover .language-active a i, 
.top-header-page-default.header6 .language-theme:hover .language-active a,
.top-header-page-default.header6 .language-theme:hover .language-active i::before,
.top-header-page-default.header6 .language-theme:hover .language-active a{
    color: #dd9933;
}
.main-page-default.home-6 .item-category- .category-link a{
    color: #b4754d;
}
.header-page-default.main-header6 .el7up-mini-cart-style1 .mini-cart-icon i,
.header-page-default.main-header6 .el7up-search-default .el7up-submit-form .el7up-text-bt-search,
.top-header-page-default.header6 .el7up-account-manager .button-account-manager i, 
.top-header-page-default.header6 .col2 .element-list-link .item-link i,
.main-header6 .item-product .product-label > span,
.main-page-default.home-6 .item-grid-post-style2 .item-post .post-categories,
.main-page-default.home-6 .s7upe-info-box-style6 .wrap-content-box .icon-popup,
.main-header6 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-6 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-6 .item-category-:hover .category-link a i,
.main-page-default.home-6 .item-category- .category-info,
.main-page-default.home-6 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-6 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-6 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"], 
.main-page-default.home-6 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"],
.main-page-default.home-6 .item-post .readmore-wrap .readmore,
.main-page-default.home-6 .item-slider-style5 .content-slider-custom .content::after,
.main-page-default.home-6 .time_circles .time .number::after,
.main-page-default.home-6 .el7up-wrapper-slider .swiper-button-next:hover, 
.main-page-default.home-6 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover, 
.main-page-default.home-6 .el7up-wrapper-slider .swiper-button-prev:hover, 
.main-page-default.home-6 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover,
.main-page-default.home-6 .item-product .product-label > span,
.main-page-default.home-6 .el7up-tabs .item-title-header-style2 .tab-item-wrap.active,
.main-header6 .s7upf-scrollbar::-webkit-scrollbar-thumb,
.main-page-default.home-6 ~ .scroll-top.active,
.main-header6 .menu-style- .sub-menu .current-menu-item,
.main-header6 .toggle-mobile-menu,
.main-header6 .el7up-search-form .el7up-dropdown-list li:hover,
.main-header6 .el7up-search-form .el7up-dropdown-list li.active,
.main-header6 .s7upf-navbar-nav .sub-menu > li:hover,
.top-header-page-default.header6 .el7up-dropdown-list li a:hover, 
.top-header-page-default.header6 .el7up-dropdown-list li a.active,
.top-header-page-default.header6 .s7upe-info-box-style5 ul li:hover,
.top-header-page-default.header6 .language-theme ul li:hover{
    background: #dd9933;
}
.main-header6 .addcart-link-style1.button.addcart-link,
.main-page-default.home-6 .addcart-link-style1.button.addcart-link{
    background: #dd9933 !important;
}
.main-header6 .addcart-link-style1.button.addcart-link:hover,
.main-page-default.home-6 .addcart-link-style1.button.addcart-link:hover{
    background: #b4754d !important;
}
.top-header-page-default.header6 .el7up-account-manager .button-account-manager:hover i, 
.top-header-page-default.header6 .col2 .element-list-link .item-link:hover i,
.main-header6::after,
.main-page-default.home-6 .s7upe-info-box-style6 .wrap-content-box .icon-popup:hover,
.main-header6 .el7up-search-icon .el7up-text-bt-search:hover i,
.main-page-default.home-6 .item-category-:hover .category-info,
.main-page-default.home-6 .item-category- .category-link a i,
.main-page-default.home-6 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"]:hover, 
.main-page-default.home-6 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"]:hover,
.main-page-default.home-6 .item-post .readmore-wrap .readmore:hover{
    background: #b4754d;
}
.main-header6 .item-product .quick-view-link:hover i, 
.main-header6 .item-product .add_to_wishlist:hover i, 
.main-header6 .item-product .compare-link:hover i,
.main-header6 .item-category-style2 .category-info .title-category:hover span,
.main-page-default.home-6 .item-product .quick-view-link:hover i, 
.main-page-default.home-6 .item-product .add_to_wishlist:hover i, 
.main-page-default.home-6 .item-product .compare-link:hover i,
.main-page-default.home-6 .item-category-style2 .category-info .title-category:hover span{
    background: #dd9933;
    border: 1px solid #dd9933;
}
.main-page-default.home-6 .item-slider-style5 .image-wrap .adv-thumb-link::after,
.main-page-default.home-6 .item-slider-style5 .image-wrap .adv-thumb-link,
.main-page-default.home-6 .el7up-tabs .item-title-header-style2 .tab-item-wrap{
    border: 1px dashed #dd9933;
}
.main-page-default.home-6 .item-grid-product-style7 .addcart-link-style1.button.addcart-link i,
.main-page-default.home-6 .item-grid-product-style7 .addcart-link-style1.button.addcart-link{
    background: transparent !important;
    color: #dd9933 !important;
}
.main-header6 .menu-style- .s7upf-navbar-nav > li > a{
    background: transparent;
}
.main-page-default.home-6 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-6 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-6 .item-decate-style2 .el7up-list-link-icon2 .item-link:hover i{
    border: 1px solid #dd9933;
}
.main-page-default.home-6 .item-decate-style2 .col2 section > .elementor-container{
    border-left: 5px solid #dd9933;
}
.main-page-default.home-6 .item-category-:hover .category-link a,
.main-header6 .mini-cart-button .button{
    border: 2px solid #dd9933;
    color: #dd9933;
}
.main-page-default.home-6 .item-product .add_to_wishlist.added:hover i, 
.main-page-default.home-6 .item-product .compare-link.added:hover i,
.main-header6 .mini-cart-button .button:hover{
    color: #ffffff;
    background: #dd9933;
}
.main-header6 .item-product .product-price del span,
.main-page-default.home-6 .item-product .product-price del span{
    color: #999999;
}
.main-page-default.home-6 .item-category- .category-link a{
    border: 2px solid #b4754d;
}
.main-header6 .el7up-mini-cart-style1 .mini-cart-link{
    background: #ffffff;
}
/* Header */
.header-page-default.main-header6::after{
    content: none;
}
.header-page-default.main-header6 .col4::after,
.header-page-default.main-header6 .col4::before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #dd9933;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.header-page-default.main-header6 .col4::after{
    left: auto;
    right: 0;
}
.main-header6 .menu-style- .s7upf-navbar-nav>li.current_page_parent > a, 
.main-header6 .menu-style- .s7upf-navbar-nav>li.current-menu-item > a{
    background: transparent;
}
.banner-header6{
    margin-top: 30px;
    padding: 0 30px;
}
.banner-header6 .item-slider-style2 .image-wrap img{
    min-height: 450px;
}
.banner-header6 .item-slider-style2 .content-slider-custom{
    width: 50%;
    left: 0;
    transform: scale(0) translate(0, -50%);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s
}
.banner-header6 .swiper-slide-active .item-slider-style2 .content-slider-custom{
    transform: scale(1) translate(0, -50%);
}
.banner-header6 .item-slider-style2 .content-slider-custom .title1{
    text-transform: uppercase;
    font-weight: 500;
}
.banner-header6 .item-slider-style2 .content-slider-custom .title2{
    text-transform: uppercase;
    font-size: 60px;
    color: #dd9933;
}
.banner-header6 .item-slider-style2 .content-slider-custom .desc{
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
}
.banner-header6 .item-slider-style2 .content-slider-custom .btn_link{
    margin-top: 20px;
}
/* Main */
#main-content.home-6{
    padding: 50px 0;
}
.service-h6 .service-item-style1 .icon-slider-custom a::after,
.service-h6 .service-item-style1 .icon-slider-custom a{
    border: 1px dashed #dd9933;
    color: #dd9933;
}
.service-h6 .service-item-style1 .content-slider-custom .title a:hover{
    color: #dd9933;
}
.tab-product-h6{
    margin-top: 50px;
    padding: 40px 30px 50px 30px;
}
.tab-product-h6 section{
    margin-top: 30px;
}
.tab-product-h6 .el7up-tabs .title-header-style1{
    margin-bottom: 30px;
}
.tab-product-h6 .item-product .product-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tab-product-h6 .col1::after{
    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;
}
.tab-product-h6 .col1::before{
    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;
}
.tab-product-h6 .col1:hover:after,
.tab-product-h6 .col1:hover:before{
    transform: scale(1);
    -webkit-transform: scale(1);
}
.tab-product-h6 .col1 .title1{
    padding-bottom: 12px;
}
.tab-product-h6 .col1 .title1::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.list-product-banner-right .item-link,
.list-product-banner-left .item-link{
    align-items: center;
    margin-bottom: 30px;
}
.list-product-banner-right .item-link{
    justify-content: flex-end;
    text-align: end;
}
.list-product-banner-right .item-link:last-child,
.list-product-banner-left .item-link:last-child{
    margin-bottom: 0;
}
.list-product-banner-right .item-link .item-thumb,
.list-product-banner-left .item-link .item-thumb{
    width: 100px;
    height: 100px;
    position: relative;
    border: 1px dashed #b4754d;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-banner-right .item-link .item-thumb::after,
.list-product-banner-left .item-link .item-thumb::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #b4754d;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    right: -5px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.list-product-banner-right .item-link .item-thumb::after{
    right: auto;
    left: -5px;
}
.list-product-banner-right .item-link .item-thumb:hover,
.list-product-banner-left .item-link .item-thumb:hover{
    border: 1px solid #b4754d;
    box-shadow: 0 10px 10px 0 rgb(0 0 0 / 15%);
}
.list-product-banner-right .item-link .item-thumb:hover::after,
.list-product-banner-left .item-link .item-thumb:hover::after{
    opacity: 1;
    visibility: visible;
}
.list-product-banner-right .item-link .item-thumb a,
.list-product-banner-left .item-link .item-thumb a{
    display: inline-block;
    position: absolute;
    max-width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.list-product-banner-left .item-link .item-info{
    width: calc(100% - 100px);
    padding-left: 20px;
}
.list-product-banner-right .item-link .item-info{
    width: calc(100% - 100px);
    order: -1;
    padding-right: 20px;
}
.banner1-h6 .list-product-banner-right .item-link .item-thumb, 
.banner1-h6 .list-product-banner-left .item-link .item-thumb{
    border: 1px dashed #dd9933;
}
.banner1-h6 .list-product-banner-right .item-link .item-thumb::after, 
.banner1-h6 .list-product-banner-left .item-link .item-thumb::after{
    background: #dd9933;
}
.banner1-h6{
    margin-top: 50px;
}
.banner2-h6{
    margin-top: 50px;
}
.banner2-h6 .s7upe-info-box-style7 .info-box-image img{
    min-height: 230px;
}
.banner2-h6 .s7upe-info-box-style7 .item-title-e{
    color: #ffffff;
}
.tab-product-h3.home6{
    margin-top: 40px;
}
.tab-product-h3.home6 .el7up-tabs .title-header-style1{
    margin-bottom: 30px;
}
.tab-product-h3.home6 .elementor-widget-s7upf_tab{
    margin-top: 30px;
}
.blog-home2.home6{
    margin-top: 40px;
}
.blog-home2.home6 section{
    margin-top: 30px;
}
.testimonials-home1.home6{
    margin-top: 50px;
    padding: 40px 30px 45px 30px;
}
.testimonials-home1.home6 .elementor-widget-s7upf-slider{
    margin-top: 30px;
}
.testimonials-home1.home6 .display-swiper-pagination-image .swiper-pagination-bullet-active{
    border: 1px solid #dd9933;
}
.testimonials-home1.home6 .item-slider-style4 .content-slider-custom .desc{
    color: #dd9933;
}
.product-slider-h2.home6{
    margin-top: 45px;
}
/* Footer */
.main-page-default.home-6 ~ .footer-page .main-footer2 .col4 .element-list-link .item-link i,
.main-page-default.home-6 ~ .footer-page a[href]:hover > .title,
.main-page-default.home-6 ~ .footer-page a[href]:hover{
    color: #dd9933 !important;
}
.main-page-default.home-6 ~ .footer-page .main-footer2 .col2 .element-list-link .item-link::after,
.main-page-default.home-6 ~ .footer-page .el7up-mailchimp-default input[type="submit"], 
.main-page-default.home-6 ~ .footer-page .el7up-mailchimp-default button[type="submit"],
.main-page-default.home-6 ~ .footer-page .mail-chimp-footer{
    background: #dd9933;
}
.main-page-default.home-6 ~ .footer-page .el7up-mailchimp-default input[type="submit"]:hover, 
.main-page-default.home-6 ~ .footer-page .el7up-mailchimp-default button[type="submit"]:hover{
    color: #ffffff;
    background: #b4754d;
}
/* End Home 6 */

/* Home 7 */
.main-header7 .item-product .product-price span,
.main-header7 .mini_cart_item .remove-product:hover,
.main-header7 .mini_cart_item .product-info .product-title a:hover,
.main-header7 .mini_cart_item .product-info .mini-cart-qty .qty-num,
.main-header7 .el7up-mini-cart-style1 .mini-cart-link:hover .mini-cart-number,
.main-header7 .mini-cart-link:hover,
.main-header7 .logo-style-text.style-text2 .logo-text,
.main-page-default.home-7 .mega-category-style1 a:hover,
.main-page-default.home-7 .menu-style-style2 .s7upf-navbar-nav > li > a:hover,
.main-page-default.home-7 .s7upe-info-box-style6 .wrap-content-box .item-title-e a,
.main-page-default.home-7 .el7up-tabs .item-title-header-style3 .tab-item-wrap.active span,
.main-page-default.home-7 .item-grid-product-style8 .item-product .product-title span,
.main-page-default.home-7 .item-product .add_to_wishlist.added i, 
.main-page-default.home-7 .item-product .compare-link.added i,
.main-page-default.home-7 .item-product .category-product li a:hover,
.main-page-default.home-7 ~ .footer-page .color,
.main-page-default.home-7 .color,
.main-page-default.home-7 .item-decate-style2 .el7up-list-link-icon2 .item-link i,
.main-page-default.home-7 .meta-post-style1 .meta-item i,
.main-page-default.home-7 .meta-post-style1 .meta-item.meta-date span,
.main-page-default.home-7 .meta-post-style1 .meta-item a,
.main-page-default.home-7 .item-post .post-title a:hover,
.main-page-default.home-7 .time_circles .time .text,
.main-page-default.home-7 .title_count_down,
.main-page-default.home-7 .item-product .product-title a:hover, 
.main-page-default.home-7 .item-product .product-price span,
.top-header-page-default.header7 .s7upe-info-box-style5:hover > a,
.top-header-page-default.header7 .s7upe-info-box-style5:hover > a::after,
.top-header-page-default.header7 .language-theme:hover .language-active a i, 
.top-header-page-default.header7 .language-theme:hover .language-active a,
.top-header-page-default.header7 .language-theme:hover .language-active i::before,
.top-header-page-default.header7 .language-theme:hover .language-active a{
    color: #57ce74;
}
.header-page-default.main-header7 .el7up-search-default .el7up-submit-form .el7up-text-bt-search,
.main-header7 .item-product .product-label > span,
.main-header7 .el7up-search-icon .el7up-text-bt-search i,
.main-header7 .s7upf-scrollbar::-webkit-scrollbar-thumb,
.main-header7 .menu-style- .sub-menu .current-menu-item,
.main-header7 .toggle-mobile-menu,
.main-header7 .el7up-search-form .el7up-dropdown-list li:hover,
.main-header7 .el7up-search-form .el7up-dropdown-list li.active,
.main-header7 .s7upf-navbar-nav .sub-menu > li:hover,
.main-page-default.home-7 .item-grid-post-style2 .item-post .post-categories,
.main-page-default.home-7 .s7upe-info-box-style6 .wrap-content-box .icon-popup,
.main-page-default.home-7 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-7 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-7 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-7 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"], 
.main-page-default.home-7 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"],
.main-page-default.home-7 .item-post .readmore-wrap .readmore,
.main-page-default.home-7 .item-slider-style5 .content-slider-custom .content::after,
.main-page-default.home-7 .time_circles .time .number::after,
.main-page-default.home-7 .el7up-wrapper-slider .swiper-button-next:hover, 
.main-page-default.home-7 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover, 
.main-page-default.home-7 .el7up-wrapper-slider .swiper-button-prev:hover, 
.main-page-default.home-7 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover,
.main-page-default.home-7 .item-product .product-label > span,
.main-page-default.home-7 .el7up-tabs .item-title-header-style2 .tab-item-wrap.active,
.main-page-default.home-7 ~ .scroll-top.active,
.top-header-page-default.header7 .el7up-dropdown-list li a:hover, 
.top-header-page-default.header7 .el7up-dropdown-list li a.active,
.top-header-page-default.header7 .s7upe-info-box-style5 ul li:hover,
.top-header-page-default.header7 .language-theme ul li:hover{
    background: #57ce74;
}
.main-header7 .addcart-link-style1.button.addcart-link,
.main-page-default.home-7 .addcart-link-style1.button.addcart-link{
    background: #57ce74 !important;
}
.main-header7 .addcart-link-style1.button.addcart-link:hover,
.main-page-default.home-7 .addcart-link-style1.button.addcart-link:hover{
    background: #f8bb6b !important;
}
.top-header-page-default.header7 .el7up-account-manager .button-account-manager:hover i, 
.top-header-page-default.header7 .col2 .element-list-link .item-link:hover i,
.main-header7::after,
.main-header7 .el7up-search-icon .el7up-text-bt-search:hover i,
.main-page-default.home-7 .s7upe-info-box-style6 .wrap-content-box .icon-popup:hover,
.main-page-default.home-7 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"]:hover, 
.main-page-default.home-7 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"]:hover,
.main-page-default.home-7 .item-post .readmore-wrap .readmore:hover{
    background: #f8bb6b;
}
.main-header7 .item-product .quick-view-link:hover i, 
.main-header7 .item-product .add_to_wishlist:hover i, 
.main-header7 .item-product .compare-link:hover i,
.main-header7 .item-category-style2 .category-info .title-category:hover span,
.main-page-default.home-7 .item-product .quick-view-link:hover i, 
.main-page-default.home-7 .item-product .add_to_wishlist:hover i, 
.main-page-default.home-7 .item-product .compare-link:hover i,
.main-page-default.home-7 .item-category-style2 .category-info .title-category:hover span{
    background: #57ce74;
    border: 1px solid #57ce74;
}
.main-page-default.home-7 .item-slider-style5 .image-wrap .adv-thumb-link::after,
.main-page-default.home-7 .item-slider-style5 .image-wrap .adv-thumb-link,
.main-page-default.home-7 .el7up-tabs .item-title-header-style2 .tab-item-wrap{
    border: 1px dashed #57ce74;
}
.main-page-default.home-7 .item-grid-product-style7 .addcart-link-style1.button.addcart-link i,
.main-page-default.home-7 .item-grid-product-style7 .addcart-link-style1.button.addcart-link{
    background: transparent !important;
    color: #57ce74 !important;
}
.main-header7 .menu-style- .s7upf-navbar-nav > li > a{
    background: transparent;
}
.main-page-default.home-7 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-7 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-7 .item-decate-style2 .el7up-list-link-icon2 .item-link:hover i{
    border: 1px solid #57ce74;
}
.main-page-default.home-7 .item-decate-style2 .col2 section > .elementor-container{
    border-left: 5px solid #57ce74;
}
.main-header7 .mini-cart-button .button{
    border: 2px solid #57ce74;
    color: #57ce74;
}
.main-page-default.home-7 .item-product .add_to_wishlist.added:hover i, 
.main-page-default.home-7 .item-product .compare-link.added:hover i,
.main-header7 .mini-cart-button .button:hover{
    color: #ffffff;
    background: #57ce74;
}
.main-header7 .item-product .product-price del span,
.main-page-default.home-7 .item-product .product-price del span{
    color: #999999;
}
.main-header7 .logo-style-text.style-text2 .logo-text,
.main-header7 .el7up-mini-cart-style1 .mini-cart-link{
    background: #ffffff;
}
/* Header */
.top-header-page-default.header7{
    background: #333333;
}
.top-header-page-default.header7 .s7upe-info-box-style5 > a::after,
.top-header-page-default.header7 .s7upe-info-box-style5 > a,
.top-header-page-default.header7 .language-active i,
.top-header-page-default.header7 .language-active a{
    color: #ffffff;
}
.top-header-page-default.header7 .el7up-account-manager .button-account-manager:hover i, 
.top-header-page-default.header7 .col2 .element-list-link .item-link:hover i,
.top-header-page-default.header7 .el7up-account-manager .button-account-manager i, 
.top-header-page-default.header7 .col2 .element-list-link .item-link i{
    background: transparent;
}
.banner-header3.header7 .item-slider-style6 .btn_link {
    border: 2px solid #f8bb6b;
    color: #f8bb6b;
}
.banner-header3.header7 .item-slider-style6 .btn_link:hover {
    border: 2px solid #57ce74;
    background: #57ce74;
    color: #ffffff;
}
.banner-header3.header7 .item-slider-style6 .btn_link.btn2 {
    border: 2px solid #57ce74;
    color: #ffffff;
    background: #57ce74;
}
.banner-header3.header7 .item-slider-style6 .btn_link.btn2:hover {
    border: 2px solid #f8bb6b;
    background: #f8bb6b;
}
/* Main */
#main-content.home-7{
    padding-top: 0;
    padding-bottom: 80px;
    background: #f9f9f9;
}
.banner1-h7{
    margin-top: -50px;
    z-index: 1;
}
.banner1-h7 section.info{
    padding: 55px 15px;
}
.banner1-h7 section.info .el7up-text-editor{
    margin-top: 5px;
}
.banner1-h7 .elementor-widget-image *{
    width: 100%;
}
.tab-product-h7{
    margin-top: 70px;
}
.tab-product-h7 .elementor-widget-s7upf_tab{
    margin-top: 45px;
}
.tab-product-h7 .btn-loadmore{
    margin-top: 30px;
}
.tab-product-h7 .loadmore{
    border: 2px solid #57ce74;
    color: #57ce74;
    height: 40px;
    line-height: 36px;
    min-width: auto;
}
.tab-product-h7 .loadmore:focus,
.tab-product-h7 .loadmore:hover{
    color: #ffffff;
    background: #57ce74;
}
.category-product-h7{
    margin-top: 80px;
    border: 2px solid #57ce74;
    padding: 40px 50px 50px 50px;
}
.category-product-h7 .elementor-widget-s7upf-category-product{
    margin-top: 50px;
}
.category-product-h7 .item-category-product .category-info{
    background: transparent;
}
.category-product-h7 .item-category- .title-category a{
    color: #333333;
}
.category-product-h7 .item-category- .category-link a{
    border: 2px solid #57ce74;
    color: #57ce74;
    text-transform: capitalize;
    background: #ffffff;
}
.category-product-h7 .item-category- .category-link a i{
    background: #57ce74;
}
.category-product-h7 .item-category- .category-link a:hover{
    border: 2px solid #f8bb6b;
    color: #f8bb6b;
}
.category-product-h7 .item-category- .category-link a:hover i{
    background: #f8bb6b;
}
.category-product-h7 .item-category- .category-info{
    padding-bottom: 0;
}
.choise-h3.home7{
    margin-top: 70px;
}
.choise-h3.home7 .element-list-link .item-link .item-thumb a,
.choise-h3.home7 .element-list-link .item-link .title{
    color: #57ce74;
}
.testimonials-h7{
    padding: 70px 30px 75px 30px;
    margin-top: 75px;
}
.testimonials-h7 .item-slider-style4 .image-wrap .adv-thumb-link{
    border: 1px solid  #57ce74;
}
.testimonials-h7 .item-slider-style4 .content-slider-custom{
    margin-top: 40px;
}
.testimonials-h7 .item-slider-style4 .content-slider-custom .content{
    color: #ffffff;
}
.testimonials-h7 .item-slider-style4 .content-slider-custom .title1{
    padding: 0;
    color: #ffffff;
    margin-top: 10px;
}
.testimonials-h7 .item-slider-style4 .content-slider-custom .title1::after{
    content: none;
}
.testimonials-h7 .item-slider-style4 .content-slider-custom .desc{
    margin-top: 0;
    color: #57ce74;
}
.testimonials-h7 .elementor-widget-s7upf-slider{
    margin-top: 50px;
}
.blog-h7{
    margin-top: 70px;
}
.blog-h7 .elementor-widget-s7upf-posts{
    margin-top: 50px;
}
.blog-h7 .item-post .post-info .post-meta-data{
    justify-content: center;
}
.brand-home7{
    margin-top: 80px;
}
/* Footer */
.main-page-default.home-7 ~ .footer-page .main-footer3 .element-list-link .item-link[href]:hover,
.main-page-default.home-7 ~ .footer-page .main-footer3 .col2 .element-list-link .item-link i,
.main-page-default.home-7 ~ .footer-page .main-footer3 .col1 .element-list-link > .title, 
.main-page-default.home-7 ~ .footer-page .main-footer3 .col3 .element-list-link > .title,
.main-page-default.home-7 ~ .footer-page .main-footer3 .el7up-heading-7up{
    color: #57ce74 !important;
}
.main-page-default.home-7 ~ .footer-page .main-footer3 .logo-style-text.style-text2 .logo-text{
    background: #57ce74;
}
/* End Home 7 */
/* Home 8 */
.main-header8 .item-product .product-price span,
.main-header8 .mini_cart_item .remove-product:hover,
.main-header8 .mini_cart_item .product-info .product-title a:hover,
.main-header8 .mini_cart_item .product-info .mini-cart-qty .qty-num,
.main-header8 .el7up-mini-cart-style1 .mini-cart-link:hover .mini-cart-number,
.main-header8 .mini-cart-link:hover,
.main-header8 .logo-style-text.style-text2 .logo-text,
.main-page-default.home-8 .mega-category-style1 a:hover,
.main-page-default.home-8 .menu-style-style2 .s7upf-navbar-nav > li > a:hover,
.main-page-default.home-8 .s7upe-info-box-style6 .wrap-content-box .item-title-e a,
.main-page-default.home-8 .el7up-tabs .item-title-header-style3 .tab-item-wrap.active span,
.main-page-default.home-8 .item-grid-product-style8 .item-product .product-title span,
.main-page-default.home-8 .item-product .add_to_wishlist.added i, 
.main-page-default.home-8 .item-product .compare-link.added i,
.main-page-default.home-8 .item-product .category-product li a:hover,
.main-page-default.home-8 ~ .footer-page .color,
.main-page-default.home-8 .color,
.main-page-default.home-8 .item-decate-style2 .el7up-list-link-icon2 .item-link i,
.main-page-default.home-8 .meta-post-style1 .meta-item i,
.main-page-default.home-8 .meta-post-style1 .meta-item.meta-date span,
.main-page-default.home-8 .meta-post-style1 .meta-item a,
.main-page-default.home-8 .item-post .post-title a:hover,
.main-page-default.home-8 .time_circles .time .text,
.main-page-default.home-8 .title_count_down,
.main-page-default.home-8 .item-product .product-title a:hover, 
.main-page-default.home-8 .item-product .product-price span,
.top-header-page-default.header8 .s7upe-info-box-style5:hover > a,
.top-header-page-default.header8 .s7upe-info-box-style5:hover > a::after,
.top-header-page-default.header8 .language-theme:hover .language-active a i, 
.top-header-page-default.header8 .language-theme:hover .language-active a,
.top-header-page-default.header8 .language-theme:hover .language-active i::before,
.top-header-page-default.header8 .language-theme:hover .language-active a{
    color: #45bf61;
}
.header-page-default.main-header8 .el7up-search-default .el7up-submit-form .el7up-text-bt-search,
.main-header8 .item-product .product-label > span,
.main-header8 .el7up-search-icon .el7up-text-bt-search i,
.main-header8 .s7upf-scrollbar::-webkit-scrollbar-thumb,
.main-header8 .menu-style- .sub-menu .current-menu-item,
.main-header8 .toggle-mobile-menu,
.main-header8 .el7up-search-form .el7up-dropdown-list li:hover,
.main-header8 .el7up-search-form .el7up-dropdown-list li.active,
.main-header8 .s7upf-navbar-nav .sub-menu > li:hover,
.main-page-default.home-8 .item-grid-post-style2 .item-post .post-categories,
.main-page-default.home-8 .s7upe-info-box-style6 .wrap-content-box .icon-popup,
.main-page-default.home-8 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-8 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-8 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-8 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"], 
.main-page-default.home-8 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"],
.main-page-default.home-8 .item-post .readmore-wrap .readmore,
.main-page-default.home-8 .item-slider-style5 .content-slider-custom .content::after,
.main-page-default.home-8 .time_circles .time .number::after,
.main-page-default.home-8 .el7up-wrapper-slider .swiper-button-next:hover, 
.main-page-default.home-8 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover, 
.main-page-default.home-8 .el7up-wrapper-slider .swiper-button-prev:hover, 
.main-page-default.home-8 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover,
.main-page-default.home-8 .item-product .product-label > span,
.main-page-default.home-8 .el7up-tabs .item-title-header-style2 .tab-item-wrap.active,
.main-page-default.home-8 ~ .scroll-top.active,
.top-header-page-default.header8 .el7up-dropdown-list li a:hover, 
.top-header-page-default.header8 .el7up-dropdown-list li a.active,
.top-header-page-default.header8 .s7upe-info-box-style5 ul li:hover,
.top-header-page-default.header8 .language-theme ul li:hover{
    background: #45bf61;
}
.main-header8 .addcart-link-style1.button.addcart-link,
.main-page-default.home-8 .addcart-link-style1.button.addcart-link{
    background: #45bf61 !important;
}
.main-header8 .addcart-link-style1.button.addcart-link:hover,
.main-page-default.home-8 .addcart-link-style1.button.addcart-link:hover{
    background: #b05b0a !important;
}
.top-header-page-default.header8 .el7up-account-manager .button-account-manager:hover i, 
.top-header-page-default.header8 .col2 .element-list-link .item-link:hover i,
.main-header8::after,
.main-header8 .el7up-search-icon .el7up-text-bt-search:hover i,
.main-page-default.home-8 .s7upe-info-box-style6 .wrap-content-box .icon-popup:hover,
.main-page-default.home-8 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"]:hover, 
.main-page-default.home-8 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"]:hover,
.main-page-default.home-8 .item-post .readmore-wrap .readmore:hover{
    background: #b05b0a;
}
.main-header8 .item-product .quick-view-link:hover i, 
.main-header8 .item-product .add_to_wishlist:hover i, 
.main-header8 .item-product .compare-link:hover i,
.main-header8 .item-category-style2 .category-info .title-category:hover span,
.main-page-default.home-8 .item-product .quick-view-link:hover i, 
.main-page-default.home-8 .item-product .add_to_wishlist:hover i, 
.main-page-default.home-8 .item-product .compare-link:hover i,
.main-page-default.home-8 .item-category-style2 .category-info .title-category:hover span{
    background: #45bf61;
    border: 1px solid #45bf61;
}
.main-page-default.home-8 .item-slider-style5 .image-wrap .adv-thumb-link::after,
.main-page-default.home-8 .item-slider-style5 .image-wrap .adv-thumb-link,
.main-page-default.home-8 .el7up-tabs .item-title-header-style2 .tab-item-wrap{
    border: 1px dashed #45bf61;
}
.main-page-default.home-8 .item-grid-product-style7 .addcart-link-style1.button.addcart-link i,
.main-page-default.home-8 .item-grid-product-style7 .addcart-link-style1.button.addcart-link{
    background: transparent !important;
    color: #45bf61 !important;
}
.main-header8 .menu-style- .s7upf-navbar-nav > li > a{
    background: transparent;
}
.main-page-default.home-8 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-8 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-8 .item-decate-style2 .el7up-list-link-icon2 .item-link:hover i{
    border: 1px solid #45bf61;
}
.main-page-default.home-8 .item-decate-style2 .col2 section > .elementor-container{
    border-left: 5px solid #45bf61;
}
.main-header8 .mini-cart-button .button{
    border: 2px solid #45bf61;
    color: #45bf61;
}
.main-page-default.home-8 .item-product .add_to_wishlist.added:hover i, 
.main-page-default.home-8 .item-product .compare-link.added:hover i,
.main-header8 .mini-cart-button .button:hover{
    color: #ffffff;
    background: #45bf61;
}
.main-header8 .item-product .product-price del span,
.main-page-default.home-8 .item-product .product-price del span{
    color: #999999;
}
.main-header8 .logo-style-text.style-text2 .logo-text,
.main-header8 .el7up-mini-cart-style1 .mini-cart-link{
    background: #ffffff;
}
/* Header */
#main-content.home-8{
    padding-top: 30px;
    padding-bottom: 80px;
}
.main-header8 .col4::after,
.main-header8 .col4::before{
    background: #f5f9f9;
}
.main-header8 .el7up-list-link-icon2 .item-link i{
    border: 1px solid #45bf61;
}
/* Main */
.banner1-h8{
    padding: 10px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.banner1-h8 .item-slider-style2 .image-wrap img{
    min-height: 450px;
}
.banner1-h8 .item-slider-style2 .content-slider-custom{
    width: 100%;
    text-align: start;
    padding: 0 70px;
}
.banner1-h8 .item-slider-style2 .content-slider-custom .title1 {
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}
.banner1-h8 .item-slider-style2 .content-slider-custom .title2 {
    text-transform: uppercase;
    font-size: 90px;
    color: #f8ff09;
}
.banner1-h8 .item-slider-style2 .content-slider-custom .desc {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}
.banner1-h8 .item-slider-style2 .content-slider-custom .btn_link {
    margin-top: 20px;
}
.banner2-h8{
    margin-top: 30px;
}
.banner2-h8 .elementor-widget-s7upf_info_box .elementor-widget-container{
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}
.banner2-h8 .s7upe-info-box-style7 .info-box-image img{
    min-height: 180px;
}
.banner2-h8 .s7upe-info-box-style7 .info-box-content{
    text-align: center;
}
.banner2-h8 .s7upe-info-box-style7 .item-title-e{
    color: #ffffff;
    font-weight: 700;
}
.banner2-h8 .s7upe-info-box-style7 .title2{
    margin-top: 10px;
}
.seller-product-h8{
    margin-top: 70px;
}
.seller-product-h8 .elementor-widget-s7upf-products{
    margin-top: 50px;
}
.seller-product-h8 .btn-loadmore{
    margin-top: 30px;
}
.seller-product-h8 .loadmore {
    border: 2px solid #45bf61;
    color: #45bf61;
    height: 40px;
    line-height: 36px;
    min-width: auto;
}
.category-product-h7.home8{
    border: 2px solid #45bf61;
}
.category-product-h7.home8 .item-category- .category-link a {
    border: 2px solid #45bf61;
    color: #45bf61;
    text-transform: capitalize;
}
.category-product-h7.home8 .item-category- .category-link a i {
    background: #45bf61;
}
.category-product-h7.home8 .item-category- .category-link a:hover {
    border: 2px solid #b05b0a;
    color: #b05b0a;
}
.category-product-h7.home8 .item-category- .category-link a:hover i{
    background: #b05b0a;
}
.choise-h3.home8 .element-list-link .item-link .title,
.choise-h3.home8 .element-list-link .item-link .item-thumb a{
    color: #45bf61;
}
.brand-list.home8{
    margin-top: 70px;
}
.brand-list.home8 section{
    margin-top: 35px;
}
.banner3-h2.home8{
    margin-top: 65px;
}
.instagram-home2.home8{
    margin-top: 80px;
}
.instagram-home2.home8 section{
    margin-top: 45px;
}
/* Footer */

.main-page-default.home-8 ~ .footer-page .main-footer2 .col4 .element-list-link .item-link i, 
.main-page-default.home-8 ~ .footer-page a[href]:hover > .title, 
.main-page-default.home-8 ~ .footer-page a[href]:hover {
    color: #45bf61 !important;
}
.main-page-default.home-8 ~ .footer-page .main-footer2 .col2 .element-list-link .item-link::after, 
.main-page-default.home-8 ~ .footer-page .el7up-mailchimp-default input[type="submit"], 
.main-page-default.home-8 ~ .footer-page .el7up-mailchimp-default button[type="submit"], 
.main-page-default.home-8 ~ .footer-page .mail-chimp-footer,
.main-page-default.home-8 ~ .footer-page .el7up-mailchimp-default input[type="submit"], 
.main-page-default.home-8 ~ .footer-page .el7up-mailchimp-default button[type="submit"],
.main-page-default.home-8 ~ .footer-page .mail-chimp-footer{
    background: #45bf61;
}
.main-page-default.home-8 ~ .footer-page .el7up-mailchimp-default input[type="submit"]:hover, 
.main-page-default.home-8 ~ .footer-page .el7up-mailchimp-default button[type="submit"]:hover{
    color: #ffffff;
    background: #b05b0a;
}
/* End Home 8 */
/* Home 9 */
.main-header9 .item-product .product-price span,
.main-header9 .mini_cart_item .remove-product:hover,
.main-header9 .mini_cart_item .product-info .product-title a:hover,
.main-header9 .mini_cart_item .product-info .mini-cart-qty .qty-num,
.main-header9 .el7up-mini-cart-style1 .mini-cart-link:hover .mini-cart-number,
.main-header9 .mini-cart-link:hover,
.main-header9 .logo-style-text.style-text2 .logo-text,
.main-page-default.home-9 .mega-category-style1 a:hover,
.main-page-default.home-9 .menu-style-style2 .s7upf-navbar-nav > li > a:hover,
.main-page-default.home-9 .s7upe-info-box-style6 .wrap-content-box .item-title-e a,
.main-page-default.home-9 .el7up-tabs .item-title-header-style3 .tab-item-wrap.active span,
.main-page-default.home-9 .item-grid-product-style8 .item-product .product-title span,
.main-page-default.home-9 .item-product .add_to_wishlist.added i, 
.main-page-default.home-9 .item-product .compare-link.added i,
.main-page-default.home-9 .item-product .category-product li a:hover,
.main-page-default.home-9 ~ .footer-page .color,
.main-page-default.home-9 .color,
.main-page-default.home-9 .item-decate-style2 .el7up-list-link-icon2 .item-link i,
.main-page-default.home-9 .meta-post-style1 .meta-item i,
.main-page-default.home-9 .meta-post-style1 .meta-item.meta-date span,
.main-page-default.home-9 .meta-post-style1 .meta-item a,
.main-page-default.home-9 .item-post .post-title a:hover,
.main-page-default.home-9 .time_circles .time .text,
.main-page-default.home-9 .title_count_down,
.main-page-default.home-9 .item-product .product-title a:hover, 
.main-page-default.home-9 .item-product .product-price span{
    color: #8dc73f;
}
.header-page-default.main-header9 .el7up-search-default .el7up-submit-form .el7up-text-bt-search,
.main-header9 .item-product .product-label > span,
.main-header9 .el7up-search-icon .el7up-text-bt-search i,
.main-header9 .s7upf-scrollbar::-webkit-scrollbar-thumb,
.main-header9 .menu-style- .sub-menu .current-menu-item,
.main-header9 .toggle-mobile-menu,
.main-header9 .el7up-search-form .el7up-dropdown-list li:hover,
.main-header9 .el7up-search-form .el7up-dropdown-list li.active,
.main-header9 .s7upf-navbar-nav .sub-menu > li:hover,
.main-page-default.home-9 .item-grid-post-style2 .item-post .post-categories,
.main-page-default.home-9 .s7upe-info-box-style6 .wrap-content-box .icon-popup,
.main-page-default.home-9 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-9 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-9 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-9 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"], 
.main-page-default.home-9 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"],
.main-page-default.home-9 .item-post .readmore-wrap .readmore,
.main-page-default.home-9 .item-slider-style5 .content-slider-custom .content::after,
.main-page-default.home-9 .time_circles .time .number::after,
.main-page-default.home-9 .el7up-wrapper-slider .swiper-button-next:hover, 
.main-page-default.home-9 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover, 
.main-page-default.home-9 .el7up-wrapper-slider .swiper-button-prev:hover, 
.main-page-default.home-9 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover,
.main-page-default.home-9 .item-product .product-label > span,
.main-page-default.home-9 .el7up-tabs .item-title-header-style2 .tab-item-wrap.active,
.main-page-default.home-9 ~ .scroll-top.active,
.top-header-page-default.header9 .el7up-dropdown-list li a:hover, 
.top-header-page-default.header9 .el7up-dropdown-list li a.active,
.top-header-page-default.header9 .s7upe-info-box-style5 ul li:hover,
.top-header-page-default.header9 .language-theme ul li:hover{
    background: #8dc73f;
}
.main-header9 .addcart-link-style1.button.addcart-link,
.main-page-default.home-9 .addcart-link-style1.button.addcart-link{
    background: #8dc73f !important;
}
.main-header9 .addcart-link-style1.button.addcart-link:hover,
.main-page-default.home-9 .addcart-link-style1.button.addcart-link:hover{
    background: #6fb33b !important;
}
.top-header-page-default.header9 .el7up-account-manager .button-account-manager:hover i, 
.top-header-page-default.header9 .col2 .element-list-link .item-link:hover i,
.main-header9::after,
.main-header9 .el7up-search-icon .el7up-text-bt-search:hover i,
.main-page-default.home-9 .s7upe-info-box-style6 .wrap-content-box .icon-popup:hover,
.main-page-default.home-9 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"]:hover, 
.main-page-default.home-9 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"]:hover,
.main-page-default.home-9 .item-post .readmore-wrap .readmore:hover{
    background: #6fb33b;
}
.main-header9 .item-product .quick-view-link:hover i, 
.main-header9 .item-product .add_to_wishlist:hover i, 
.main-header9 .item-product .compare-link:hover i,
.main-header9 .item-category-style2 .category-info .title-category:hover span,
.main-page-default.home-9 .item-product .quick-view-link:hover i, 
.main-page-default.home-9 .item-product .add_to_wishlist:hover i, 
.main-page-default.home-9 .item-product .compare-link:hover i,
.main-page-default.home-9 .item-category-style2 .category-info .title-category:hover span{
    background: #8dc73f;
    border: 1px solid #8dc73f;
}
.main-page-default.home-9 .item-slider-style5 .image-wrap .adv-thumb-link::after,
.main-page-default.home-9 .item-slider-style5 .image-wrap .adv-thumb-link,
.main-page-default.home-9 .el7up-tabs .item-title-header-style2 .tab-item-wrap{
    border: 1px dashed #8dc73f;
}
.main-page-default.home-9 .item-grid-product-style7 .addcart-link-style1.button.addcart-link i,
.main-page-default.home-9 .item-grid-product-style7 .addcart-link-style1.button.addcart-link{
    background: transparent !important;
    color: #8dc73f !important;
}
.main-header9 .menu-style- .s7upf-navbar-nav > li > a{
    background: transparent;
}
.main-page-default.home-9 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-9 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-9 .item-decate-style2 .el7up-list-link-icon2 .item-link:hover i{
    border: 1px solid #8dc73f;
}
.main-page-default.home-9 .item-decate-style2 .col2 section > .elementor-container{
    border-left: 5px solid #8dc73f;
}
.main-header9 .mini-cart-button .button{
    border: 2px solid #8dc73f;
    color: #8dc73f;
}
.main-page-default.home-9 .item-product .add_to_wishlist.added:hover i, 
.main-page-default.home-9 .item-product .compare-link.added:hover i,
.main-header9 .mini-cart-button .button:hover{
    color: #ffffff;
    background: #8dc73f;
}
.main-header9 .item-product .product-price del span,
.main-page-default.home-9 .item-product .product-price del span{
    color: #999999;
}
.top-header-page-default.header9 .s7upe-info-box-style5:hover > a::after,
.top-header-page-default.header9 .s7upe-info-box-style5:hover > a,
.top-header-page-default.header9 .language-theme:hover .language-active a i, 
.top-header-page-default.header9 .language-theme:hover .language-active a,
.top-header-page-default.header9 .language-theme:hover .language-active i::before{
    color: #ffffff;
}
.main-header9 .logo-style-text.style-text2 .logo-text,
.main-header9 .el7up-mini-cart-style1 .mini-cart-link{
    background: #ffffff;
}
/* Header */
.main-header9 .col4::before,
.main-header9 .col4::after{
    content: none;
}
.top-header-page-default.header9 .language-active a,
.top-header-page-default.header9 .language-active i,
.top-header-page-default.header9 .s7upe-info-box-style5 > a,
.top-header-page-default.header9 .s7upe-info-box-style5 > a::after{
    color: #ffffff;
}
.fixed-header .main-header9 .menu-style- .s7upf-navbar-nav > li > a:hover,
.fixed-header .main-header9 .menu-style- .s7upf-navbar-nav > li > a{
    color: #ffffff !important;
}
.banner-header9{
    margin-top: 30px;
    padding: 0 30px;
}
.banner-header9 .col1 .elementor-widget-s7upf_info_box::before{
    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;
}
.banner-header9 .col1 .elementor-widget-s7upf_info_box::after {
    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;
}
.banner-header9 .col1 .elementor-widget-s7upf_info_box:hover:after, 
.banner-header9 .col1 .elementor-widget-s7upf_info_box:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.banner-header9 .col1 .s7upe-info-box-style7 .info-box-image img{
    min-height: 500px;
}
.banner-header9 .col1 .s7upe-info-box-style7 .info-box-content{
    background: #ffffff;
    text-align: center;
    z-index: 2;
    padding: 70px 30px 80px 30px;
    max-width: calc(100% - 30px);
}
.banner-header9 .col1 .s7upe-info-box-style7 .title1{
    font-family: "Pacifico", Sans-serif;
    color: #8dc73f;
}
.banner-header9 .col1 .s7upe-info-box-style7 .title2{
    font-size: 90px;
    color: #f9ac00;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}
.banner-header9 .col1 .s7upe-info-box-style7 .title2 span{
    display: inline-block;
    background: #333333;
    font-size: 18px;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(70%,-50%);
}
.banner-header9 .col1 .s7upe-info-box-style7 .item-sub-title-e{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
    margin-top: 10px;
}
.banner-header9 .s7upe-info-box-style7 .button-inner{
    font-size: 14px;
    margin-top: 30px;
}
.banner-header9 .s7upe-info-box-style7 .button-inner i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: rgb(255 255 255 / 0.5);
    transform: translateY(-1px);
    margin-left: 10px;
}
.banner-header9 .col2 .s7upe-info-box-style7 .info-box-content{
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding: 0;
}
.banner-header9 .col2 .s7upe-info-box-style7 .title1{
    background: #ffffff;
    padding: 5px 15px 5px 30px;
    font-weight: 700;
}
.banner-header9 .col2 .s7upe-info-box-style7 .button-inner{
    margin-top: 10px;
}
/* Main */
#main-content.home-9{
    padding: 80px 0;
}
.new-product-h9 .elementor-widget-s7upf-products,
.seller-product-h9 .elementor-widget-s7upf-products{
    margin-top: 50px;
}
.new-product-h9 .loadmore,
.seller-product-h9 .loadmore{
    height: 40px;
    line-height: 36px;
    min-width: auto;
    border: 2px solid #8dc73f;
    color: #8dc73f;
}
.new-product-h9 .btn-loadmore,
.seller-product-h9 .btn-loadmore{
    margin-top: 30px;
}
.new-product-h9 .loadmore:hover,
.new-product-h9 .loadmore:focus,
.seller-product-h9 .loadmore:hover,
.seller-product-h9 .loadmore:focus{
    background: #8dc73f;
    color: #ffffff;
}
.new-product-h9{
    margin-top: 70px;
}
.banner1-h9{
    margin-top: 80px;
}
.blog-h9{
    margin-top: 70px;
}
.blog-h9 .elementor-widget-s7upf-posts{
    margin-top: 50px;
}
.instagram-home2.home9{
    margin-top: 70px;
}
.instagram-home2.home9 section{
    margin-top: 45px;
}
/* Footer */
.main-page-default.home-9 ~ .footer-page .el7up-mailchimp-default input[type="submit"], 
.main-page-default.home-9 ~ .footer-page .el7up-mailchimp-default button[type="submit"],
.main-page-default.home-9 ~ .footer-page .mail-chimp-footer{
    background: #8dc73f;
}
.main-page-default.home-9 ~ .footer-page .el7up-mailchimp-default input[type="submit"]:hover, 
.main-page-default.home-9 ~ .footer-page .el7up-mailchimp-default button[type="submit"]:hover{
    color: #ffffff;
}
/* End Home 9 */
/* Home 10 */
/* Main */
#main-content.home-10{
    padding-top: 0;
}
.banner1-h10 .item-slider-style2 .image-wrap img{
    min-height: 450px;
}
.banner1-h10 .item-slider-style2 .content-slider-custom{
    text-align: start;
    width: 100%;
    padding: 0 100px;
    left: 0;
    transform: translate(0,-50%);
}
.banner1-h10 .item-slider-style2 .title{
    color: #ffffff;
    text-transform: uppercase;
}
.banner1-h10 .item-slider-style2 .title1{
    font-weight: 500;
}
.banner1-h10 .item-slider-style2 .title2{
    font-size: 60px;
    margin-top: 10px;
}
.banner1-h10 .item-slider-style2 .desc{
    color: #ffffff;
    margin-top: 10px;
}
.banner1-h10 .item-slider-style2 .btn_link{
    margin-top: 30px;
}
.banner2-h10{
    margin-top: -50px;
    margin-bottom: -50px;
    z-index: 2;
}
.banner2-h10 > .elementor-container{
    padding: 50px 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    background: #ffffff;
    border-bottom: 5px solid #b4754d;
}
.banner2-h10 .elementor-widget-image{
    margin-top: 30px;
}
.banner2-h10 .el7up-text-editor{
    margin-top: 15px;
}
.tab-product-h6.home10{
    margin-top: 0;
    padding: 90px 30px 100px 30px;
}
.tab-product-h6.home10 section{
    margin-top: 45px;
}
.banner2-h6.home10{
    margin-top: 100px;
}
.tab-product-h6.home10.tab2{
    margin-top: 100px;
}
.blog-h10{
    margin-top: 90px;
}
.blog-h10 .elementor-widget-s7upf-posts{
    margin-top: 50px;
}
/* End Home 10 */
/* Home 11 */
.top-header-page-default.header11 .s7upe-info-box-style5:hover > a::after,
.top-header-page-default.header11 .s7upe-info-box-style5:hover > a,
.top-header-page-default.header11 .language-theme:hover .language-active a i, 
.top-header-page-default.header11 .language-theme:hover .language-active a,
.top-header-page-default.header11 .language-theme:hover .language-active i::before,
.main-header11 .item-product .product-price span,
.main-header11 .mini_cart_item .remove-product:hover,
.main-header11 .mini_cart_item .product-info .product-title a:hover,
.main-header11 .mini_cart_item .product-info .mini-cart-qty .qty-num,
.main-header11 .el7up-mini-cart-style1 .mini-cart-link:hover .mini-cart-number,
.main-header11 .mini-cart-link:hover,
.main-header11 .logo-style-text.style-text2 .logo-text,
.main-page-default.home-11 .mega-category-style1 a:hover,
.main-page-default.home-11 .menu-style-style2 .s7upf-navbar-nav > li > a:hover,
.main-page-default.home-11 .s7upe-info-box-style6 .wrap-content-box .item-title-e a,
.main-page-default.home-11 .el7up-tabs .item-title-header-style3 .tab-item-wrap.active span,
.main-page-default.home-11 .item-grid-product-style8 .item-product .product-title span,
.main-page-default.home-11 .item-product .add_to_wishlist.added i, 
.main-page-default.home-11 .item-product .compare-link.added i,
.main-page-default.home-11 .item-product .category-product li a:hover,
.main-page-default.home-11 ~ .footer-page .color,
.main-page-default.home-11 .color,
.main-page-default.home-11 .item-decate-style2 .el7up-list-link-icon2 .item-link i,
.main-page-default.home-11 .meta-post-style1 .meta-item i,
.main-page-default.home-11 .meta-post-style1 .meta-item.meta-date span,
.main-page-default.home-11 .meta-post-style1 .meta-item a,
.main-page-default.home-11 .item-post .post-title a:hover,
.main-page-default.home-11 .time_circles .time .text,
.main-page-default.home-11 .title_count_down,
.main-page-default.home-11 .item-product .product-title a:hover, 
.main-page-default.home-11 .item-product .product-price span{
    color: #b4754d;
}
.header-page-default.main-header11 .el7up-search-default .el7up-submit-form .el7up-text-bt-search,
.main-header11 .item-product .product-label > span,
.main-header11 .el7up-search-icon .el7up-text-bt-search i,
.main-header11 .s7upf-scrollbar::-webkit-scrollbar-thumb,
.main-header11 .menu-style- .sub-menu .current-menu-item,
.main-header11 .toggle-mobile-menu,
.main-header11 .el7up-search-form .el7up-dropdown-list li:hover,
.main-header11 .el7up-search-form .el7up-dropdown-list li.active,
.main-header11 .s7upf-navbar-nav .sub-menu > li:hover,
.main-page-default.home-11 .item-grid-post-style2 .item-post .post-categories,
.main-page-default.home-11 .s7upe-info-box-style6 .wrap-content-box .icon-popup,
.main-page-default.home-11 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-11 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-11 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-11 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"], 
.main-page-default.home-11 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"],
.main-page-default.home-11 .item-post .readmore-wrap .readmore,
.main-page-default.home-11 .item-slider-style5 .content-slider-custom .content::after,
.main-page-default.home-11 .time_circles .time .number::after,
.main-page-default.home-11 .el7up-wrapper-slider .swiper-button-next:hover, 
.main-page-default.home-11 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover, 
.main-page-default.home-11 .el7up-wrapper-slider .swiper-button-prev:hover, 
.main-page-default.home-11 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover,
.main-page-default.home-11 .item-product .product-label > span,
.main-page-default.home-11 .el7up-tabs .item-title-header-style2 .tab-item-wrap.active,
.main-page-default.home-11 ~ .scroll-top.active,
.top-header-page-default.header11 .el7up-dropdown-list li a:hover, 
.top-header-page-default.header11 .el7up-dropdown-list li a.active,
.top-header-page-default.header11 .s7upe-info-box-style5 ul li:hover,
.top-header-page-default.header11 .language-theme ul li:hover{
    background: #b4754d;
}
.main-header11 .addcart-link-style1.button.addcart-link,
.main-page-default.home-11 .addcart-link-style1.button.addcart-link{
    background: #b4754d !important;
}
.main-header11 .addcart-link-style1.button.addcart-link:hover,
.main-page-default.home-11 .addcart-link-style1.button.addcart-link:hover{
    background: #f8bb6b !important;
}
.top-header-page-default.header11 .el7up-account-manager .button-account-manager:hover i, 
.top-header-page-default.header11 .col2 .element-list-link .item-link:hover i,
.main-header11::after,
.main-header11 .el7up-search-icon .el7up-text-bt-search:hover i,
.main-page-default.home-11 .s7upe-info-box-style6 .wrap-content-box .icon-popup:hover,
.main-page-default.home-11 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"]:hover, 
.main-page-default.home-11 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"]:hover,
.main-page-default.home-11 .item-post .readmore-wrap .readmore:hover{
    background: #f8bb6b;
}
.main-header11 .item-product .quick-view-link:hover i, 
.main-header11 .item-product .add_to_wishlist:hover i, 
.main-header11 .item-product .compare-link:hover i,
.main-header11 .item-category-style2 .category-info .title-category:hover span,
.main-page-default.home-11 .item-product .quick-view-link:hover i, 
.main-page-default.home-11 .item-product .add_to_wishlist:hover i, 
.main-page-default.home-11 .item-product .compare-link:hover i,
.main-page-default.home-11 .item-category-style2 .category-info .title-category:hover span{
    background: #b4754d;
    border: 1px solid #b4754d;
}
.main-page-default.home-11 .item-slider-style5 .image-wrap .adv-thumb-link::after,
.main-page-default.home-11 .item-slider-style5 .image-wrap .adv-thumb-link,
.main-page-default.home-11 .el7up-tabs .item-title-header-style2 .tab-item-wrap{
    border: 1px dashed #b4754d;
}
.main-page-default.home-11 .item-grid-product-style7 .addcart-link-style1.button.addcart-link i,
.main-page-default.home-11 .item-grid-product-style7 .addcart-link-style1.button.addcart-link{
    background: transparent !important;
    color: #b4754d !important;
}
.main-header11 .menu-style- .s7upf-navbar-nav > li > a{
    background: transparent;
}
.main-page-default.home-11 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-11 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-11 .item-decate-style2 .el7up-list-link-icon2 .item-link:hover i{
    border: 1px solid #b4754d;
}
.main-page-default.home-11 .item-decate-style2 .col2 section > .elementor-container{
    border-left: 5px solid #b4754d;
}
.main-header11 .mini-cart-button .button{
    border: 2px solid #b4754d;
    color: #b4754d;
}
.main-page-default.home-11 .item-product .add_to_wishlist.added:hover i, 
.main-page-default.home-11 .item-product .compare-link.added:hover i,
.main-header11 .mini-cart-button .button:hover{
    color: #ffffff;
    background: #b4754d;
}
.main-header11 .item-product .product-price del span,
.main-page-default.home-11 .item-product .product-price del span{
    color: #999999;
}
.main-header11 .logo-style-text.style-text2 .logo-text,
.main-header11 .el7up-mini-cart-style1 .mini-cart-link{
    background: #ffffff;
}
/* Header 11 */
.banner-header11{
    padding: 0 30px;
}
.banner-header11 .title2{
    margin-left: -30px;
}
.banner-header11 .title2 .el7up-heading-7up{
    position: relative;
    display: inline-block;
    margin: auto;
}
.banner-header11 .title2 .el7up-heading-7up span{
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    line-height: 60px;
    margin-top: -25px;
}
.banner-header11 .title2 .el7up-heading-7up span.sale-bottom{
    margin: 25px 0 0 0;
}
/* Main */
#main-content.home-11{
    padding-top: 0;
}
.service2-h4.home11{
    margin-top: 80px;
}
.featured-product-h11{
    margin-top: 80px;
    padding: 70px 0 80px 0;
}
.featured-product-h11 .swiper-wrapper{
    align-items: center;
}
.featured-product-h11 .swiper-slide{
    transform: scaleY(0.9);
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    opacity: 0.5;
}
.featured-product-h11 .swiper-slide.swiper-slide-active{
    transform: scaleY(1);
    opacity: 1;
}
.featured-product-h11 .item-product{
    background: #e5e5e5;
}
.featured-product-h11 .item-product .product-thumb-link img{
    mix-blend-mode: darken;
}
.featured-product-h11 .swiper-slide.swiper-slide-active .item-product{
    padding: 30px;
    background: #ffffff;
}
.featured-product-h11 .elementor-widget-s7upf-products{
    margin-top: 40px;
}
.featured-product-h11 .el7up-wrapper-slider .swiper-button-next, 
.featured-product-h11 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next{
    right: 30px;
}
.featured-product-h11 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev, 
.featured-product-h11 .el7up-wrapper-slider .swiper-button-prev{
    left: 30px;
}
.product-scroll-h11{
    margin-top: 70px;
}
.product-scroll-h11 .s7upf-scrollbar{
    max-height: 452px;
    padding-right: 20px;
}
.product-scroll-h11 .s7upf-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
    border: 1px solid #e5e5e5;
}
.product-scroll-h11 .s7upf-scrollbar::-webkit-scrollbar {
    width: 10px;
    left: 10px;
}
.product-scroll-h11 .col1 .elementor-widget-s7upf_list_link,
.product-scroll-h11 .col2 .elementor-widget-s7upf-products{
    margin-top: 40px;
}
.product-scroll-h11 .col2 .el7up-swiper-slider{
    padding-right: 1px;
}
.blog-home1.home11{
    padding: 70px 30px 80px 30px;
    margin-top: 80px;
}
.brand-h11{
    margin-top: 80px;
}
/* Footer */
.main-page-default.home-11 ~ .footer-page a[href]:hover,
.main-page-default.home-11 ~ .footer-page a[href]:hover .title,
.main-page-default.home-11 ~ .footer-page .main-footer2 .col2 .element-list-link .item-link:hover .title,
.main-page-default.home-11 ~ .footer-page .main-footer2 .col4 .element-list-link .item-link i{
    color: #b4754d !important;
}
.main-page-default.home-11 ~ .footer-page .main-footer2.footer4 .col2 .element-list-link .item-link::after,
.main-page-default.home-11 ~ .footer-page .el7up-mailchimp-default input[type="submit"], 
.main-page-default.home-11 ~ .footer-page .el7up-mailchimp-default button[type="submit"],
.main-page-default.home-11 ~ .footer-page .mail-chimp-footer{
    background: #b4754d !important;
}
/* End Home 11 */

/* Home 12 */
.top-header-page-default.header12 .s7upe-info-box-style5:hover > a::after,
.top-header-page-default.header12 .s7upe-info-box-style5:hover > a,
.top-header-page-default.header12 .language-theme:hover .language-active a i, 
.top-header-page-default.header12 .language-theme:hover .language-active a,
.top-header-page-default.header12 .language-theme:hover .language-active i::before,
.main-header12 .item-product .product-price span,
.main-header12 .mini_cart_item .remove-product:hover,
.main-header12 .mini_cart_item .product-info .product-title a:hover,
.main-header12 .mini_cart_item .product-info .mini-cart-qty .qty-num,
.main-header12 .el7up-mini-cart-style1 .mini-cart-link:hover .mini-cart-number,
.main-header12 .mini-cart-link:hover,
.main-header12 .logo-style-text.style-text2 .logo-text,
.main-page-default.home-12 .mega-category-style1 a:hover,
.main-page-default.home-12 .menu-style-style2 .s7upf-navbar-nav > li > a:hover,
.main-page-default.home-12 .s7upe-info-box-style6 .wrap-content-box .item-title-e a,
.main-page-default.home-12 .el7up-tabs .item-title-header-style3 .tab-item-wrap.active span,
.main-page-default.home-12 .item-grid-product-style8 .item-product .product-title span,
.main-page-default.home-12 .item-product .add_to_wishlist.added i, 
.main-page-default.home-12 .item-product .compare-link.added i,
.main-page-default.home-12 .item-product .category-product li a:hover,
.main-page-default.home-12 ~ .footer-page .color,
.main-page-default.home-12 .color,
.main-page-default.home-12 .item-decate-style2 .el7up-list-link-icon2 .item-link i,
.main-page-default.home-12 .meta-post-style1 .meta-item i,
.main-page-default.home-12 .meta-post-style1 .meta-item.meta-date span,
.main-page-default.home-12 .meta-post-style1 .meta-item a,
.main-page-default.home-12 .item-post .post-title a:hover,
.main-page-default.home-12 .time_circles .time .text,
.main-page-default.home-12 .title_count_down,
.main-page-default.home-12 .item-product .product-title a:hover, 
.main-page-default.home-12 .item-product .product-price span{
    color: #67c177;
}
.header-page-default.main-header12 .el7up-search-default .el7up-submit-form .el7up-text-bt-search,
.main-header12 .item-product .product-label > span,
.main-header12 .el7up-search-icon .el7up-text-bt-search i,
.main-header12 .s7upf-scrollbar::-webkit-scrollbar-thumb,
.main-header12 .menu-style- .sub-menu .current-menu-item,
.main-header12 .toggle-mobile-menu,
.main-header12 .el7up-search-form .el7up-dropdown-list li:hover,
.main-header12 .el7up-search-form .el7up-dropdown-list li.active,
.main-header12 .s7upf-navbar-nav .sub-menu > li:hover,
.main-page-default.home-12 .item-grid-post-style2 .item-post .post-categories,
.main-page-default.home-12 .s7upe-info-box-style6 .wrap-content-box .icon-popup,
.main-page-default.home-12 .el7up-search-icon .el7up-text-bt-search i,
.main-page-default.home-12 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-12 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-12 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"], 
.main-page-default.home-12 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"],
.main-page-default.home-12 .item-post .readmore-wrap .readmore,
.main-page-default.home-12 .item-slider-style5 .content-slider-custom .content::after,
.main-page-default.home-12 .time_circles .time .number::after,
.main-page-default.home-12 .el7up-wrapper-slider .swiper-button-next:hover, 
.main-page-default.home-12 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:hover, 
.main-page-default.home-12 .el7up-wrapper-slider .swiper-button-prev:hover, 
.main-page-default.home-12 .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:hover,
.main-page-default.home-12 .item-product .product-label > span,
.main-page-default.home-12 .el7up-tabs .item-title-header-style2 .tab-item-wrap.active,
.main-page-default.home-12 ~ .scroll-top.active,
.top-header-page-default.header12 .el7up-dropdown-list li a:hover, 
.top-header-page-default.header12 .el7up-dropdown-list li a.active,
.top-header-page-default.header12 .s7upe-info-box-style5 ul li:hover,
.top-header-page-default.header12 .language-theme ul li:hover,
.top-header-page-default.header12 .el7up-account-manager .button-account-manager i, 
.top-header-page-default.header12 .col2 .element-list-link .item-link i{
    background: #67c177;
}
.main-header12 .addcart-link-style1.button.addcart-link,
.main-page-default.home-12 .addcart-link-style1.button.addcart-link{
    background: #67c177 !important;
}
.main-header12 .addcart-link-style1.button.addcart-link:hover,
.main-page-default.home-12 .addcart-link-style1.button.addcart-link:hover{
    background: #f8bb6b !important;
}
.top-header-page-default.header12 .el7up-account-manager .button-account-manager:hover i, 
.top-header-page-default.header12 .col2 .element-list-link .item-link:hover i,
.main-header12::after,
.main-header12 .el7up-search-icon .el7up-text-bt-search:hover i,
.main-page-default.home-12 .s7upe-info-box-style6 .wrap-content-box .icon-popup:hover,
.main-page-default.home-12 ~ .footer-page .el7up-mailchimp-style2 input[type="submit"]:hover, 
.main-page-default.home-12 ~ .footer-page .el7up-mailchimp-style2 button[type="submit"]:hover,
.main-page-default.home-12 .item-post .readmore-wrap .readmore:hover{
    background: #f8bb6b;
}
.main-header12 .item-product .quick-view-link:hover i, 
.main-header12 .item-product .add_to_wishlist:hover i, 
.main-header12 .item-product .compare-link:hover i,
.main-header12 .item-category-style2 .category-info .title-category:hover span,
.main-page-default.home-12 .item-product .quick-view-link:hover i, 
.main-page-default.home-12 .item-product .add_to_wishlist:hover i, 
.main-page-default.home-12 .item-product .compare-link:hover i,
.main-page-default.home-12 .item-category-style2 .category-info .title-category:hover span{
    background: #67c177;
    border: 1px solid #67c177;
}
.main-page-default.home-12 .item-slider-style5 .image-wrap .adv-thumb-link::after,
.main-page-default.home-12 .item-slider-style5 .image-wrap .adv-thumb-link,
.main-page-default.home-12 .el7up-tabs .item-title-header-style2 .tab-item-wrap{
    border: 1px dashed #67c177;
}
.main-page-default.home-12 .item-grid-product-style7 .addcart-link-style1.button.addcart-link i,
.main-page-default.home-12 .item-grid-product-style7 .addcart-link-style1.button.addcart-link{
    background: transparent !important;
    color: #67c177 !important;
}
.main-header12 .menu-style- .s7upf-navbar-nav > li > a{
    background: transparent;
}
.main-page-default.home-12 .el7up-tabs .item-title-header-style1 .tab-item-wrap:hover, 
.main-page-default.home-12 .el7up-tabs .item-title-header-style1 .tab-item-wrap.active,
.main-page-default.home-12 .item-decate-style2 .el7up-list-link-icon2 .item-link:hover i{
    border: 1px solid #67c177;
}
.main-page-default.home-12 .item-decate-style2 .col2 section > .elementor-container{
    border-left: 5px solid #67c177;
}
.main-header12 .mini-cart-button .button{
    border: 2px solid #67c177;
    color: #67c177;
}
.main-page-default.home-12 .item-product .add_to_wishlist.added:hover i, 
.main-page-default.home-12 .item-product .compare-link.added:hover i,
.main-header12 .mini-cart-button .button:hover{
    color: #ffffff;
    background: #67c177;
}
.main-header12 .item-product .product-price del span,
.main-page-default.home-12 .item-product .product-price del span{
    color: #999999;
}
.main-header12 .logo-style-text.style-text2 .logo-text,
.main-header12 .el7up-mini-cart-style1 .mini-cart-link{
    background: #ffffff;
}
/* Header */
.top-header-page-default.header12{
    border-top: 5px solid #67c177;
}
.main-header-style2{
    padding: 0 30px;
}
.main-header-style2 .elementor-container {
    flex-wrap: wrap;
}
.main-header-style2 .col4 {
    width: 100% !important;
    padding: 10px 0;
}
.main-header-style2 .col4::after,
.main-header-style2 .col4::before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #67c177;
}
.main-header-style2 .col4::after{
    left: auto;
    right: 0;
}
.main-header-style2 .menu-style- .s7upf-navbar-nav>li.current_page_parent > a, 
.main-header-style2 .menu-style- .s7upf-navbar-nav>li.current-menu-item > a{
    background: transparent;
}
.main-header-style2 .col1 {
    width: 20% !important;
    padding: 25px 0;
}
.main-header-style2 .col2 {
    width: 60% !important;
    padding: 25px 0;
}
.main-header-style2 .col3 {
    width: 20% !important;
    padding: 25px 0;
}
.main-header-style2 .el7up-search-form{
    max-width: 250px;
    border-radius: 30px;
    margin-left: auto;
}
.fixed-header .main-header-style2 .logo-text{
    color: #ffffff !important;
}
.fixed-header .main-header-style2 .col1{
    width: 10% !important;
}
.fixed-header .main-header-style2 .col4{
    width: 70% !important;
    order: 1;
}
.fixed-header .main-header-style2 .col3{
    order: 2;
}
.fixed-header .main-header-style2 .col2{
    display: none;
}
.fixed-header .main-header-style2 .col4 .s7upf-navbar-nav > li{
    padding: 0;
    border: none;
}
.banner-header12{
    background: #f5f9f9;
    padding: 30px;
}
.banner-header12 .col2 .elementor-widget-wrap{
    justify-content: space-between;
}
.banner-header12 .col2 .elementor-widget-s7upf_info_box{
    max-width: calc(50% - 1px);
}
.banner-header12 .col2 .elementor-widget-s7upf_info_box:nth-child(n+3){
    margin-top: 2px;
}
.banner-header12 .col1 .item-slider-style2 .content-slider-custom{
    width: 100%;
    padding: 30px;
    left: 0;
    top: 50px;
    transform: translate(0);
}
.banner-header12 .col1 .item-slider-style2 .title1{
    font-weight: 400;
    font-family: "Pacifico", Sans-serif;
}
.banner-header12 .col1 .item-slider-style2 .title2{
    color: #67c177;
    font-size: 60px;
    text-transform: uppercase;
}
.banner-header12 .col1 .item-slider-style2 .desc{
    font-size: 18px;
    color: #333333;
}
.banner-header12 .col1 .item-slider-style2 .btn_link{
    margin-top: 25px;
}
.banner-header12 .col2 .s7upe-info-box-style7::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.banner-header12 .col2 .s7upe-info-box-style7:hover::after{
    opacity: 1;
    visibility: visible;
}
.banner-header12 .col2 .s7upe-info-box-style7 .info-box-content{
    text-align: center;
    bottom: -60px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: 1;
}
.banner-header12 .col2 .s7upe-info-box-style7:hover .info-box-content{
    bottom: 50%;
    transform: translateY(50%);
}
.banner-header12 .col2 .s7upe-info-box-style7 .item-title-e{
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
}
.banner-header12 .col2 .s7upe-info-box-style7 .title2{
    margin-top: 10px;
}
/* Main */
.tab-product-h12 .elementor-widget-s7upf_tab{
    margin-top: 50px;
}
.tab-product-h12.tab2{
    margin-top: 90px;
}
.banner2-h6.home12{
    margin-top: 100px;
}
.category-product-h7.home12{
    margin-top: 100px;
    border: 2px solid #67c177;
}
.category-product-h7.home12 .item-category- .category-link a {
    border: 2px solid #67c177;
    color: #67c177;
}
.brand-h12{
    margin-top: 100px;
}
/* footer */
.main-footer3.footer6 .logo-style-text.style-text2 .logo-text{
    background: #67c177;
}
.main-footer3.footer6 .col1 .element-list-link > .title, 
.main-footer3.footer6 .col3 .element-list-link > .title{
    color: #67c177;
}
/* End Home 12 */

/*******************************************************************************************************
11. Begin Responsive
********************************************************************************************************/
@media (min-width: 768px){
}
@media (min-width: 1024px){

}
@media (max-width: 1620px){
    /* Home 1 */
    .banner-header-h1 .item-slider-style2 .title2 span,
    .banner-header-h1 .item-slider-style2 .title2{
        font-size: 80px;
    }
    .banner-header-h1 .item-slider-style2 .title2{
        margin: 10px 0;
    }
    /* Home 3 */
    .banner-header3 .swiper-pagination{
        bottom: 100px;
    }
    /* Home 5 */
    .banner-header5 .item-slider-style7 .title2 span,
    .banner-header5 .item-slider-style7 .title2{
        font-size: 60px;
    }
    .banner-header5 .item-slider-style7 .background img{
        min-height: 650px;
    }
    /* Home 11 */
    .featured-product-h11 .item-grid-product-style3 .item-product .product-info{
        padding: 0;
    }
}/*End width: 1620px*/
@media (max-width: 1440px){
}/*End width: 1440px*/
@media (max-width: 1366px){
}/*End max-width: 1366px*/
@media (max-width: 1230px){
}
@media (max-width: 1200px){
    .fixed-header .menu-style- .s7upf-navbar-nav > li > a{
        padding: 0 12px;
    }
    .bread-crumb-el .el7up-heading-7up {
        font-size: 48px;
    }
    /* Blog,About */
    .item-grid-post-style5 .item-post .post-title{
        font-size: 48px;
    }
    .about-info1 .col1 .element-list-link .item-link{
        padding-right: 15px;
    }
    /* home 2 */
    .banner1-h2 .service-item-style1.home2{
        padding-left: 100px;
    }
    /* Home 3 */
    .banner-product2-h3 .col2, .banner-product1-h3 .col2{
        padding: 50px;
    }
    .service-home3{
        padding: 50px 30px;
    }
    /* Home 11 */
    .featured-product-h11{
        padding: 70px 30px 80px 30px;
    }

}/*End max-width: 1200px*/
@media(max-width: 1200px) and (min-width: 1024px){
}
@media (width: 1170px){
}/*End width: 1170px*/
@media (max-width: 1170px){
}/*End max-width: 1170px*/
@media (max-width: 1169px){

}
@media (max-width: 1100px){
    .fixed-header{
        display: none !important;
    }
    /* Shop */
    .detail-qty{
        max-width: 80px;
    }
}/*End max-width: 1100px*/
@media (max-width: 1024px){
    #main-content {
        padding: 80px 0;
    }
    /* Header, footer */
    .mail-chimp-footer .el7up-mailchimp-default{
        text-align: center;
    }
    .mail-chimp-footer .col3{
        margin-top: 30px;
    }
    /* Blog */
    .s7up-blog-form-comment,
    .s7up-blog-list-comment,
    .single-related-post {
        margin-top: 65px;
    }
    .single-related-product {
        margin-top: 70px;
    }
    /* About, Contact*/
    .about-info1 .col2,
    .about-info1 .col3{
        margin-top: 30px;
        padding: 0;
    }
    .contact-content,   
    .service-contact,
    .about-info3,
    .about-info2{
        margin-top: 70px;
    }
    /* Theme featured */
    .theme-featured-info .item-link i{
        font-size: 30px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    /* Home 1 */
    .featured-product-h1{
        background-image: none !important;
    }
    .featured-product-h1 .elementor-background-overlay{
        display: none;
    }
    .about-info1.home1,
    .deal-product-h1,
    .tab-product-h1{
        margin-top: 70px;
    }
    .brand-list.home1,
    .testimonials-home1,
    .blog-home1,
    .featured-product-h1{
        margin-top: 80px;
    }
    .testimonials-home1{
        padding: 70px 30px 75px 30px;
    }
    /* Home 2 */
    .main-header2 .col2{
        width: 55% !important;
    }
    .main-header2 .col3{
        width: 25% !important;
    }
    .main-header2 .col4{
        width: 100% !important;
    }
    .banner1-h2 .service-item-style1.home2{
        padding: 0;
    }
    .instagram-home2,
    .banner3-h2,
    .brand-list.home2,
    .product-slider-h2,
    .blog-home2,
    .seller-product-h2,
    .tab-product-h2{
        margin-top: 70px;
    }
    .banner2-h2,
    .banner-category-h2,
    .testimonials-home2,
    .banner1-h2,
    .deal-product-h2{
        margin-top: 80px;
    }
    .banner1-h2{
        padding: 70px 30px 80px 30px;
    }
    .testimonials-home2{
        padding: 70px 30px;
    }
    .banner2-h2{
        padding: 80px 30px;
    }
    /* Home 3 */
    .box-number-h3,
    .banner1-h3,
    .banner-product2-h3, .banner-product1-h3,
    .service-home3{
        margin-top: 80px;
    }
    .choise-h3,
    .category-product-h3,
    .tab-product-h3{
        margin-top: 70px;
    }
    .banner1-h3{
        padding: 70px 30px 80px 30px;
    }
    .banner-product2-h3 .col2, .banner-product1-h3 .col2{
        padding: 50px 30px;
    }
    /* Home 4 */
    .banner-header4 .col3 > .elementor-widget-wrap{
        justify-content: space-between;
    }
    .banner-header4 .col3 .elementor-widget-s7upf_info_box{
        max-width: calc(33.333% - 10px);
    }
    .mega-category-style1 .elementor-column{
        width: 50% !important;
    }
    .banner-header4 .col3 .s7upe-info-box-style7 .info-box-content{
        padding: 15px;
    }
    .banner-header4 .col3 .s7upe-info-box-style7 .title1{
        font-size: 20px;
    }
    .banner-header4 .col3 .s7upe-info-box-style7 .title2{
        font-size: 36px;
    }
    /* Home 5 */
    .featured-product-h5{
        margin-top: 80px;
        padding: 70px 30px 80px 30px;
    }
    .brand-home5{
        margin-top: 80px;
    }
    /* Home 7 */
    .category-product-h7{
        padding: 40px 30px 50px 30px;
    }
    /* Home 8 */
    .banner1-h8 .item-slider-style2 .content-slider-custom .title2{
        font-size: 60px;
    }
    /* Home 10 */
    .banner1-h10 .item-slider-style2 .content-slider-custom{
        padding: 0 50px;
    }
    .banner2-h10{
        margin: 80px 0 0 0;
    }
    .tab-product-h6.home10{
        padding: 70px 30px 80px 30px;
    }
    .tab-product-h6.home10,
    .tab-product-h6.home10.tab2,
    .banner2-h6.home10{
        margin-top: 80px;
    }
    .blog-h10{
        margin-top: 70px;
    }
    /* Home 12 */
    .main-header-style2 .col3 {
        width: 25% !important;
    }
    .main-header-style2 .col2 {
        width: 55% !important;
    }
    .brand-h12,
    .category-product-h7.home12,
    .banner2-h6.home12{
        margin-top: 80px;
    }
    .tab-product-h12.tab2{
        margin-top: 70px;
    }
    .main-header-style2 .col4 .s7upf-navbar-nav > li{
        border: none;
    }
    .tab-product-vertical{
        flex-wrap: wrap;
    }
    .tab-product-vertical .product-tab-title,
    .tab-product-vertical .product-tab-content{
        width: 100%;
    }
    .tab-product-vertical .product-tab-title{
        padding: 0;
        margin-bottom: 15px;
    }
}/*End max-width: 1024px*/
@media (max-width: 1023px){
}/*End max-width: 1023px*/
@media (max-width: 991px){
    /* Shop */
    .item-product.item-list-default .product-thumb{
        margin-bottom: 20px;
    }
    .product-detail .product-detail-info{
        padding: 30px 15px 15px 15px;
    }
    /* Home 3 */
    .product1-h4 .item-grid-product-style6 .item-product .col-sm-12{
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .product1-h4 .item-grid-product-style6 .item-product .product-thumb{
        margin-bottom: 30px;
    }
    .tab-product-h4 .header-tab{
        flex-wrap: wrap;
        justify-content: center;
    }
    .tab-product-h4 .header-tab .header-tab-list {
        margin-top: 15px;
    }
}/*End max-width: 991px*/
@media (max-width: 991px) and (min-width: 768px){
}
@media (max-width: 880px){
    /* Header, footer default */
    .logo-style-text.style-text2 .logo-text{
        width: 100px;
        height: 100px;
        padding: 15px;
    }
    .el7up-list-link-icon2 .item-link i{
        margin-right: 3px;
    }
    /* Blog, item post */
    .mega-blog .elementor-column{
        width: 33.333% !important;
    }
    .single-post-el3 .col2{
        padding: 0;
        margin-top: 35px;
    }
    .item-grid-product-style3 .item-product .product-info{
        padding: 0;
    }
    /* Shop, item product */
    .top-filter .show-by.el7up-dropdown-box{
        margin-right: 15px;
    }
    .top-filter .sort-pagi-bar{
        margin-right: 15px;
    }
    /* About */
    .about-info1 .col3 .elementor-widget-wrap{
        background-image: none !important;
        padding: 0 !important;
    }
    /* Home 1 */
    .footer2-fllow-pay .col2 .element-list-link{
        justify-content: start;
    }
    /* Home 2 */
    .main-header2 .col2{
        width: 50% !important;
    }
    .main-header2 .col3{
        width: 30% !important;
    }
    .banner2-h2 .display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav {
        top: 30px;
    }
    .brand-list.home2 section .elementor-widget-image{
        margin: 5px;
    }
    /* Home 3 */
    .blog-h3 .col2{
        order: -1;
    }
    .tab-product-h3 .item-grid-product-style8 .item-product .product-thumb{
        width: 100px;
    }
    .tab-product-h3 .item-grid-product-style8 .item-product .product-info{
        width: calc(100% - 100px);
        margin-left: 20px;
    }
    .banner1-h3 section .elementor-widget-s7upf_info_box{
        max-width: 50%;
    }
    .banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(3n+1),
    .banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(3n+2),
    .banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(3n+3){
        padding: 0;
        margin: 0;
    }
    .banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(2n){
        padding-left: 5px;
    }
    .banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(2n+1){
        padding-right: 5px;
    }
    .banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(n+3){
        margin-top: 10px;
    }
    /* Home 12 */
    .main-header-style2 .col3 {
        width: 30% !important;
    }
    .main-header-style2 .col2 {
        width: 50% !important;
    }

}/*End width: 880px*/
@media (max-width: 767px){
    #main-content{
        padding: 50px 0;
    }
    .s7upf-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .sidebar-position-right, .sidebar-position-left {
        margin-top: 50px;
        order: 2;
    }
    blockquote{
        padding: 40px 20px 40px 45px;
    }
    blockquote:before{
        left: 10px;
        top: 40px;
    }
    .s7upf-navbar-nav li.has-mega-menu .mega-menu{
        padding: 30px 15px;
        box-shadow: none;
    }
    .bread-crumb-el{
        padding: 50px 15px;
    }
    .bread-crumb-el::before,
    .bread-crumb-el::after{
        content: none;
    }
    .bread-crumb-el .el7up-heading-7up {
        font-size: 36px;
    }
    .scroll-top.active{
        right: 15px;
    }
    .mega-home .elementor-column:nth-child(1),
    .mega-home .elementor-column:nth-child(2){
        width: 50% !important;
    }
    .mega-home .elementor-column:nth-child(1) .elementor-widget-wrap{
        padding: 0 15px 0 0 !important;
    }
    .mega-home .elementor-column:nth-child(2) .elementor-widget-wrap{
        padding: 0 0 0 15px !important;
    }
    .mega-home .elementor-column:nth-child(3){
        width: 100% !important;
        margin-top: 30px;
    }
    /* Header, footer default */
    .top-header-page-default{
        padding: 0 15px;
    }
    .top-header-page-default .col2{
        padding: 10px 0;
    }
    .top-header-page-default .col1 .elementor-widget-wrap,
    .top-header-page-default .col2 .elementor-widget-wrap{
        justify-content: center;
    }
    .header-page-default::after{
        content: none;
    }
    .header-page-default{
        background: #f9f9f9;
        padding: 25px 15px;
    }
    .header-page-default .menu-style- .s7upf-navbar-nav > li > a, .header-page-default .menu-style-style2 .s7upf-navbar-nav > li > a{
        padding: 0 15px !important;
    }
    .header-page-default .col1{
        width: 100% !important;
        order: 1;
        padding-top: 0;
    }
    .header-page-default .col1 .el7up-search-form{
        max-width: 100%;
    }
    .header-page-default .col2,
    .header-page-default .col3,
    .header-page-default .col4{
        width: 33.333333% !important;
        padding: 0;
    }
    .header-page-default .col2{
        order: 3;
    }
    .header-page-default .col3{
        order: 4;
        padding-right: 8px;
    }
    .header-page-default .col4{
        order: 2;
    }
    .main-header-style2 .el7up-mini-cart-style1 .mini-cart-link,
    .main-header2 .el7up-mini-cart-style1 .mini-cart-link,
    .header-page-default .el7up-mini-cart-style1 .mini-cart-link{
        border: none;
        padding: 0;
    }
    .main-header-style2 .el7up-mini-cart-style1 .mini-cart-icon .text,
    .main-header-style2 .el7up-mini-cart-style1 .mini-cart-link .mini-cart-text,
    .main-header2 .el7up-mini-cart-style1 .mini-cart-icon .text,
    .main-header2 .el7up-mini-cart-style1 .mini-cart-link .mini-cart-text,
    .header-page-default .el7up-mini-cart-style1 .mini-cart-icon .text,
    .header-page-default .el7up-mini-cart-style1 .mini-cart-link .mini-cart-text{
        display: none;
    }
    .main-header-style2 .el7up-mini-cart-style1 .mini-cart-icon::after,
    .main-header2 .el7up-mini-cart-style1 .mini-cart-icon::after,
    .header-page-default .el7up-mini-cart-style1 .mini-cart-icon::after{
        content: none;
    }
    .main-header-style2 .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number,
    .main-header2 .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number,
    .header-page-default .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number{
        position: absolute;
        top: 5px;
        right: -10px;
        width: 20px;
        height: 20px;
        line-height: 20px;
        color: #ffffff;
        background: #b4754d;
        border-radius: 50%;
    }
    .header-page-default .elementor-widget-s7upf-logo{
        position: relative !important;
        bottom: 0;
    }
    .header-page-default .elementor-container{
        align-items: center;
    }
    .mail-chimp-footer{
        padding: 40px 15px;
    }
    .main-footer-default{
        padding: 40px 15px;
    }
    .main-footer-default .col2{
        margin-top: 35px;
    }
    .main-footer-default .col3 .el7up-text-editor{
        margin: 0;
    }
    .brand-list.footer{
        padding: 0 15px;
    }
    .copy-right-footer{
        padding: 25px 15px;
        margin-top: 30px;
    }
    .copy-right-footer .col2{
        margin-top: 15px;
    }
    .copy-right-footer .col2 .element-list-link .item-link{
        margin: 0 10px 0 0;
    }
    /* Blog */
    .mega-blog .elementor-column{
        width: 50% !important;
    }
    .mega-blog .elementor-column:nth-child(1) .elementor-widget-wrap{
        padding: 0 15px 0 0 !important;
    }
    .mega-blog .elementor-column:nth-child(2) .elementor-widget-wrap{
        padding: 0 0 0 15px !important;
    }
    .mega-blog .elementor-column:nth-child(3){
        width: 100% !important;
        margin-top: 30px;
    }
    .mega-blog .elementor-column:nth-child(3) .elementor-widget-wrap{
        padding: 0 !important;
    }
    .item-grid-post-style5 .item-post .post-title{
        font-size: 36px;
    }
    .item-grid-post-style5 .item-post .post-info{
        padding: 15px;
    }
    .item-post.item-list-post-default .post-info {
        padding: 20px 15px 30px 15px;
    }
    .item-post.item-list-post-default .post-title{
        font-size: 24px;
    }
    .single-related-post {
        margin-top: 40px;
    }
    .s7up-blog-form-comment .comment-form .contact-site, 
    .s7up-blog-form-comment .comment-form .contact-name, 
    .s7up-blog-form-comment .comment-form .contact-email{
        margin-bottom: 20px;
    }
    .content-single-blog .content-detail .post-meta-data {
        margin-top: 10px;
    }
    .single-blog-style2 .content-post-default, .single-blog- .content-post-default,
    .single-blog- .single-post-media-format {
        margin-top: 30px;
    }
    .single-post-el3 .col2,
    .single-post-el4, .single-post-el2 {
        margin-top: 30px;
    }
    .single-post-el3 {
        margin-top: 40px;
    }
    .post-control,
    .single-blog-style2 .tags-and-share, .single-blog- .tags-and-share{
        margin-top: 30px;
    }
    .s7up-blog-form-comment, .s7up-blog-list-comment, .single-related-post{
        margin-top: 35px;
    }
    .title-comment-post{
        margin-bottom: 30px;
    }
    /* Shop */
    .main-top-filter{
        margin-bottom: 30px;
    }
    .item-grid-product-style3 .product-thumb{
        margin-bottom: 20px;
    }
    .single-related-product {
        margin-top: 40px;
    }
    .single-related-product .title-related-product{
        margin-bottom: 30px;
    }
    .single-related-product .el7up-wrapper-slider .swiper-button-prev, .single-related-product .el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev, .single-related-product .el7up-wrapper-slider .swiper-button-next, .single-related-product .el7up-wrapper-slider .swiper-container-rtl .swiper-button-next {
        top: -55px;
    }
    /* About, contact */
    .about-info3,
    .about-info2{
        margin-top: 40px;
    }
    .about-info1 section,
    .about-info2 .elementor-widget-s7upf-slider,
    .about-info3 .elementor-widget-s7upf-slider {
        margin-top: 30px;
    }
    .service-contact{
        margin-top: 40px;
    }
    .service-contact .elementor-widget-s7upf-heading{
        margin-top: 20px;
    }
    .contact-content{
        margin-top: 35px;
    }
    .contact-content .wpcf7-form input, .contact-content .wpcf7-form textarea{
        margin-bottom: 20px;
    }
    .contact-content .elementor-widget-shortcode{
        margin-top: 30px;
    }
    /* Theme featured */
    .theme-featured-info{
        margin-top: 40px;
    }
    /* Home 1 */
    .banner-header-h1 .item-slider-style2 .content-slider-custom{
        padding: 15px;
    }
    .banner-header-h1 .item-slider-style2 .title2 span, .banner-header-h1 .item-slider-style2 .title2 {
        font-size: 48px;
    }
    .about-info1.home1,
    .deal-product-h1,
    .tab-product-h1{
        margin-top: 40px;
    }
    .testimonials-home1,
    .blog-home1,
    .featured-product-h1{
        padding: 40px 15px 40px 15px;
        margin-top: 50px;
    }
    .brand-list.home1{
        margin-top: 50px;
    }
    .testimonials-home1 .elementor-widget-s7upf-slider,
    .blog-home1 section,
    .deal-product-h1 .elementor-widget-s7upf-products,
    .featured-product-h1 .elementor-widget-s7upf-products,
    .tab-product-h1 .elementor-widget-s7upf_tab,
    .banner-home1 section{
        margin-top: 30px;
    }
    .blog-home1 .elementor-widget-s7upf-button{
        margin-top: 30px;
    }
    .el7up-tabs .title-header-style1{
        margin-bottom: 30px;
    }
    .featured-product-h1 .el7up-wrapper-slider .swiper-button-next, .featured-product-h1 .el7up-wrapper-slider .swiper-button-prev{
        top: 50%;
    }
    .featured-product-h1 .el7up-wrapper-slider .swiper-button-prev{
        left: 0;
        right: auto;
    }
    .main-footer2{
        padding: 50px 15px;
    }
    .footer2-fllow-pay{
        padding: 0 15px;
    }
    .copy-right-footer.footer2{
        padding: 20px 15px;
    }
    /* Home 2 */
    .top-header-page-default.header2 {
        padding: 0 15px;
    }
    .main-header2{
        padding: 0 15px;
    }
    .main-header2 .col2{
        width: 100% !important;
        order: -1;
        padding-bottom: 0;
    }
    .main-header2 .el7up-search-form{
        margin: auto;
    }
    .main-header2 .col1{
        order: 3;
        width: calc(100% - 80px) !important;
    }
    .main-header2 .col4{
        order: 2;
        width: 40px !important;
    }
    .main-header2 .col4::before,
    .main-header2 .col4::after{
        content: none;
    }
    .main-header2 .col3{
        order: 4;
        width: 40px !important;
    }
    .main-header2 .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number{
        background: #45bf61;
    }
    .category-product-h2 .col1 > .elementor-widget-wrap{
        max-width: 100%;
    }
    .instagram-home2, .banner3-h2, .brand-list.home2, .product-slider-h2, .blog-home2, .seller-product-h2, .tab-product-h2 {
        margin-top: 40px;
    }
    .banner2-h2, .banner-category-h2, .testimonials-home2, .banner1-h2, .deal-product-h2 {
        margin-top: 50px;
    }
    .instagram-home2 section,
    .product-slider-h2 .elementor-widget-s7upf-products,
    .blog-home2 section,
    .seller-product-h2 .elementor-widget-s7upf-products,
    .tab-product-h2 .elementor-widget-s7upf_tab{
        margin-top: 20px;
    }
    .deal-product-h2{
        padding: 0 15px;
    }
    .deal-product-h2 .elementor-widget-s7upf-products{
        margin-top: 30px;
    }
    .deal-product-h2 .elementor-widget-s7upf-count-down{
        margin-top: 30px;
        padding: 30px 0;
    }
    .banner1-h2{
        padding: 40px 15px 50px 15px;
    }
    .testimonials-home2{
        padding: 40px 15px;
    }
    .blog-home2 .col2 .item-post .post-info,    
    .blog-home2 .col2 .list-col-item:nth-child(2n+1) .item-post .post-info{
        padding: 0;
    }
    .display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav{
        top: -60px;
    }
    .banner2-h2{
        padding: 50px 15px;
    }
    .main-page-default.home-2 .item-decate-style2 .col2 section > .elementor-container{
        border: 5px solid #45bf61;
        border-width: 5px 0 0 0;
    }
    .item-decate-style2 .col2 section > .elementor-container{
        margin-left: 0;
    }
    .item-decate-style2 .col1,
    .item-decate-style2 .col2{
        width: 100% !important;
    }
    .banner2-h2 .display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav{
        display: none;
    }
    .brand-list.home2 section .elementor-widget-image{
        max-width: 30%;
    }
    .main-footer3{
        padding: 50px 15px 30px 15px;
    }
    /* Home 3 */
    .top-header-page-default.header3{
        padding: 0 15px;
    }
    .main-header3{
        padding: 30px 15px;
    }
    .main-header3 .col2,
    .main-header3 .col3{
        margin-top: 10px;
    }
    .banner-header3 .swiper-pagination{
        bottom: 50px;
    }
    .box-number-h3, .banner1-h3, .banner-product2-h3, .banner-product1-h3, .service-home3{
        margin-top: 50px;
    }
    .choise-h3, .category-product-h3, .tab-product-h3{
        margin-top: 40px;
    }
    .service-home3{
        padding: 30px 15px;
    }
    .banner-product2-h3 .col1 section, .banner-product1-h3 .col1 section{
        margin: auto;
    }
    .tab-product-h3 .elementor-widget-s7upf_tab,
    .banner1-h3 section, .category-product-h3 .elementor-widget-s7upf-category-product, .choise-h3 section,
    .banner-product2-h3 .col2 .elementor-widget-s7upf_tab, .banner-product1-h3 .col2 .elementor-widget-s7upf_tab {
        margin-top: 20px;
    }
    .banner-product2-h3 .col2, .banner-product1-h3 .col2{
        padding: 50px 15px;
    }
    .tab-product-h3 .list-col-item:nth-child(2n),
    .tab-product-h3 .list-col-item{
        width: 100%;
        padding: 15px 15px 0 15px;
        border: 1px solid #e5e5e5;
    }
    .banner1-h3{
        padding: 40px 15px 50px 15px;
    }
    .banner-header3 .item-slider-style6 .content-slider-custom{
        padding: 15px;
    }
    /* Home 4 */
    .main-header4 .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number{
        background: #a0b31b;
    }
    .menu-category-product .menu-style-style2 .s7upf-navbar-nav > li > a i,
    .menu-category-product .menu-style-style2 .s7upf-navbar-nav li.has-mega-menu .mega-menu{
        display: none;
    }
    .product1-h4 .col1, .product1-h4 .col2{
        width: 100% !important;
    }
    .banner-header4 .col3 .s7upe-info-box-style7 .title1{
        font-size: 18px;
    }
    .product1-h4 .el7up-heading-7up{
        padding: 20px 15px;
    }
    .product1-h4 .elementor-widget-s7upf-products{
        padding: 20px 15px 0 15px;
    }
    .product1-h4 .display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav {
        top: -75px;
    }
    .tab-product-h4 .header-tab{
        padding: 15px;
    }
    .slider-padding .el7up-swiper-slider{
        padding: 30px 15px;
        margin: -30px -15px;
    }
    .blog-home1.home4{
        padding: 30px 15px 40px 15px;
    }
    /* Home 5 */
    .item-slider-style7 .title1{
        font-size: 24px;
    }
    .banner-header5 .item-slider-style7 .title2 span, .banner-header5 .item-slider-style7 .title2{
        font-size: 36px;
    }
    .banner-header5 .item-slider-style7 .background img {
        min-height: 500px;
    }
    .item-slider-style7 .content-slider-custom .desc{
        margin-bottom: 15px;
    }
    .brand-home5{
        margin-top: 50px;
    }
    .blog-home2.home5 section,
    .featured-product-h5 .elementor-widget-s7upf-products,
    .tab-product-h5 .btn-loadmore, .tab-product-h5 .elementor-widget-s7upf_tab {
        margin-top: 30px;
    }
    .featured-product-h5 {
        margin-top: 50px;
        padding: 50px 15px 50px 15px;
    }
    /* Home 6 */
    .header-page-default.main-header6 .col4::after, .header-page-default.main-header6 .col4::before{
        content: none;
    }
    .banner-header6{
        padding: 0 15px;
    }
    .banner-header6 .item-slider-style2 .content-slider-custom{
        width: 100%;
    }
    .tab-product-h6{
        padding: 40px 15px 50px 15px;
    }
    .testimonials-home1.home6{
        padding: 40px 15px 45px 15px;
    }
    /* Home 7 */
    #main-content.home-7{
        padding: 50px 0;
    }
    .banner1-h7{
        margin: 0;
    }
    .banner1-h7 section.info {
        padding: 40px 15px;
    }
    .blog-h7,
    .choise-h3.home7,
    .tab-product-h7{
        margin-top: 40px;
    }
    .tab-product-h7 .elementor-widget-s7upf_tab{
        margin-top: 25px;
    }
    .category-product-h7{
        margin-top: 50px;
        padding: 40px 15px 50px 15px;
    }
    .blog-h7 .elementor-widget-s7upf-posts,
    .testimonials-h7 .elementor-widget-s7upf-slider,
    .category-product-h7 .elementor-widget-s7upf-category-product{
        margin-top: 30px;
    }
    .testimonials-h7{
        margin-top: 50px;
        padding: 40px 15px 45px 15px;
    }
    .brand-home7{
        margin-top: 50px;
    }
    /* Home 8 */
    #main-content.home-8{
        padding-top: 0;
        padding-bottom: 50px;
    }
    .banner1-h8 .item-slider-style2 .content-slider-custom{
        padding: 0 30px;
    }
    .banner1-h8 .item-slider-style2 .content-slider-custom .title1{
        font-size: 24px;
    }
    .banner1-h8 .item-slider-style2 .content-slider-custom .title2 {
        font-size: 42px;
    }
    .banner1-h8 .item-slider-style2 .content-slider-custom .desc{
        font-size: 14px;
    }
    .seller-product-h8{
        margin-top: 40px;
    }
    .seller-product-h8 .elementor-widget-s7upf-products{
        margin-top: 30px;
    }
    .banner3-h2.home8{
        margin-top: 50px;
    }
    .instagram-home2.home8{
        margin-top: 40px;
    }
    .instagram-home2.home8 section,
    .brand-list.home8 section{
        margin-top: 25px;
    }
    /* Home 9 */
    .main-header9 .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number{
        background: #6fb33b;
    }
    .banner-header9{
        padding: 0 15px;
    }
    .banner-header9 .col1 .s7upe-info-box-style7 .info-box-content{
        padding: 40px 15px 50px 15px;
    }
    .banner-header9 .col1 .s7upe-info-box-style7 .title2{
        font-size: 60px;
    }
    .banner-header9 .col1 .s7upe-info-box-style7 .title2 span{
        font-size: 14px;
        padding: 5px 10px;
    }
    #main-content.home-9 {
        padding: 50px 0;
    }
    .blog-h9 .elementor-widget-s7upf-posts,
    .new-product-h9 .elementor-widget-s7upf-products, .seller-product-h9 .elementor-widget-s7upf-products{
        margin-top: 30px;
    }
    .banner1-h9{
        margin-top: 50px;
    }
    .instagram-home2.home9,
    .blog-h9,
    .new-product-h9{
        margin-top: 40px;
    }
    .instagram-home2.home9 section{
        margin-top: 25px;
    }
    /* Home 10 */
    .banner1-h10{
        margin-top: 15px;
    }
    .banner1-h10 .item-slider-style2 .content-slider-custom{
        padding: 0 30px;
    }
    .banner1-h10 .item-slider-style2 .title1{
        font-size: 24px;
    }
    .banner1-h10 .item-slider-style2 .title2{
        font-size: 48px;
        margin-top: 0;
    }
    .banner1-h10 .item-slider-style2 .desc{
        margin-top: 0;
    }
    .banner1-h10 .item-slider-style2 .btn_link{
        margin-top: 25px;
    }
    .tab-product-h6.home10, .tab-product-h6.home10.tab2, .banner2-h6.home10,
    .banner2-h10{
        margin-top: 50px;
    }
    .banner2-h10 > .elementor-container{
        padding: 50px 15px;
    }
    .banner2-h10 .elementor-widget-image{
        margin-top: 15px;
    }
    .banner2-h10 .el7up-text-editor{
        margin-top: 10px;
    }
    .tab-product-h6.home10{
        padding: 40px 15px 50px 15px;
    }
    .blog-h10 .elementor-widget-s7upf-posts,
    .tab-product-h6.home10 section{
        margin-top: 30px;
    }
    .blog-h10{
        margin-top: 40px;
    }
    /* Home 11 */
    .banner-header11{
        padding: 0;
    }
    .brand-h11,
    .blog-home1.home11,
    .featured-product-h11,
    .service2-h4.home11{
        margin-top: 50px;
    }
    .blog-home1.home11,
    .featured-product-h11{
        padding: 40px 15px 50px 15px;
    }
    .product-scroll-h11 .col1 .elementor-widget-s7upf_list_link, .product-scroll-h11 .col2 .elementor-widget-s7upf-products,
    .featured-product-h11 .elementor-widget-s7upf-products{
        margin-top: 20px;
    }
    .product-scroll-h11{
        margin-top: 40px;
    }
    /* Home 12 */
    .banner-header12 .col1 .item-slider-style2 .image-wrap img{
        min-height: 450px;
    }
    .banner-header12 .col2 .s7upe-info-box-style7 .info-box-image img{
        min-height: 200px;
    }
    .banner-header12 .col1 .item-slider-style2 .content-slider-custom{
        padding: 30px 15px;
    }
    .main-header-style2{
        padding: 0 15px;
    }
    .main-header-style2 .col2{
        width: 100% !important;
        order: -1;
        padding-bottom: 0;
    }
    .main-header-style2 .el7up-search-form{
        margin: auto;
    }
    .main-header-style2 .col1{
        order: 3;
        width: calc(100% - 80px) !important;
    }
    .main-header-style2 .col4{
        order: 2;
        width: 40px !important;
    }
    .main-header-style2 .col4::before,
    .main-header-style2 .col4::after{
        content: none;
    }
    .main-header-style2 .col3{
        order: 4;
        width: 40px !important;
    }
    .main-header-style2 .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number{
        background: #45bf61;
    }
    .banner-header12{
        padding: 30px 15px;
    }
    .tab-product-h12 .elementor-widget-s7upf_tab{
        margin-top: 30px;
    }
    .brand-h12, .category-product-h7.home12, .banner2-h6.home12{
        margin-top: 50px;
    }
    .tab-product-h12.tab2{
        margin-top: 40px;
    }
}/*End max-width: 767px*/
@media (max-width: 767px) and (min-width: 576px){
    .main-footer2{
        padding: 50px 15px;
    }
    .main-footer2 .col1{
        padding-right: 15px;
        width: 60% !important;
    }
    .main-footer2 .col2{
        padding-left: 15px;
        width: 40% !important;
    }
    .main-footer2 .col2 .elementor-widget-wrap{
        margin: 0 !important;
    }
    .main-footer2 .col3{
        padding-right: 15px;
        width: 50% !important;
    }
    .main-footer2 .col4{
        padding-left: 15px;
        width: 50% !important;
    }
    .footer2-fllow-pay{
        padding: 0 15px;
    }
    .copy-right-footer.footer2{
        padding: 25px 15px;
    }
   
}
@media (max-width: 575px){
    /* Header, footer deault */
    .mail-chimp-footer .col1,
    .mail-chimp-footer .col2{
        display: none;
    }
    .mail-chimp-footer .col3{
        margin: 0;
    }
    .mega-menu-el .elementor-column{
        width: 100% !important;
    }
    .mega-menu-el .elementor-column:nth-child(n+2){
        margin-top: 15px;
    }
    .mega-menu-el .elementor-column .elementor-widget-wrap{
        padding: 0 !important;
    }
    /* Blog */
    .mega-blog .elementor-column{
        width: 100% !important;
    }
    .mega-blog .elementor-column:nth-child(n+2){
        margin-top: 30px;
    }
    .mega-blog .elementor-column:nth-child(1) .elementor-widget-wrap,
    .mega-blog .elementor-column:nth-child(2) .elementor-widget-wrap,
    .mega-blog .elementor-column:nth-child(3) .elementor-widget-wrap{
        padding: 0 !important;
    }
    .item-grid-post-style5 .item-post .post-title{
        font-size: 30px;
    }
    .s7up-blog-form-comment .comment-form .contact-site, 
    .s7up-blog-form-comment .comment-form .contact-name, 
    .s7up-blog-form-comment .comment-form .contact-email{
        max-width: 100%;
        padding: 0;
    }
    .title-comment-post,
    .single-related-post .el7up-heading-style2{
        font-size: 24px;
    }
    .item-grid-post-style3 .item-post{
        flex-wrap: wrap;
    }
    .item-grid-post-style3 .item-post .post-info,
    .item-grid-post-style3 .item-post .post-thumb{
        width: 100%;
    }
    .item-grid-post-style3 .item-post .post-thumb{
        margin-bottom: 30px;
    }
    .blog-home2 .col2 .list-col-item:nth-child(2n+1) .item-post .post-thumb{
        margin: 30px 0 0 0;
    }
    /* Shop */
    .item-grid-product-style6 .item-product .addcart-link-style1.button.addcart-link,
    .item-grid-product-style5 .item-product .addcart-link-style1.button.addcart-link,
    .item-grid-product-style4 .item-product .addcart-link-style1.button.addcart-link,
    .item-grid-product-time .item-product .addcart-link-style1.button.addcart-link,
    .item-grid-product-style2 .item-product .addcart-link-style1.button.addcart-link,
    .item-grid-product- .item-product .addcart-link-style1.button.addcart-link{
        min-width: 40px;
    }
    .item-grid-product-style6 .item-product .addcart-link-style1.button.addcart-link > i,
    .item-grid-product-style5 .item-product .addcart-link-style1.button.addcart-link > i,
    .item-grid-product-style4 .item-product .addcart-link-style1.button.addcart-link > i,
    .item-grid-product-time .item-product .addcart-link-style1.button.addcart-link > i,
    .item-grid-product-style2 .item-product .addcart-link-style1.button.addcart-link > i,
    .item-grid-product- .item-product .addcart-link-style1.button.addcart-link > i{
        display: inline-block;
        font-size: 24px;
        margin: 0;
        height: 36px;
        line-height: 36px;
        width: 36px;
        text-align: center;
    }
    .item-grid-product-style6 .item-product .addcart-link-style1.button.addcart-link > span,
    .item-grid-product-style5 .item-product .addcart-link-style1.button.addcart-link > span,
    .item-grid-product-style4 .item-product .addcart-link-style1.button.addcart-link > span,
    .item-grid-product-time .item-product .addcart-link-style1.button.addcart-link > span,
    .item-grid-product-style2 .item-product .addcart-link-style1.button.addcart-link > span,
    .item-grid-product- .item-product .addcart-link-style1.button.addcart-link > span{
        display: none;
    }
    .top-filter{
        flex-wrap: wrap;
        justify-content: start;
        margin-bottom: -15px;
    }
    .top-filter > div,
    .top-filter > ul{
        margin: 0 15px 15px 0;
    }
    .top-filter .sort-pagi-bar{
        order: 1;
        margin-left: unset;
    }
    .top-filter .view-type{
        margin-right: 15px;
    }
    .woocommerce-Reviews .comment-form .comment-form-email,
    .woocommerce-Reviews .comment-form .comment-form-author{
        width: 100%;
        padding: 0;
    }
    .tab-product-horizontal .product-tab-title li{
        display: block;
        margin-bottom: 1px;
    }
    .tab-product-horizontal .product-tab-title li a{
        display: block;
    }
    .tab-product-horizontal .tabs li:not(:last-child)::after, .tab-product-horizontal .product-tab-title li:not(:last-child)::after{
        content: none;
    }
    .detail-product-tabs .product-tab-content {
        padding: 20px 15px;
    }
    .product-detail .product-detail-info{
        padding: 30px 5px 15px 5px;
    }
    .woocommerce-Reviews .comment-reply-title{
        font-size: 24px;
    }
    /* About */
    .item-decate .col1,
    .item-decate .col2{
        width: 100% !important;
    }
    .item-decate .col2 section .elementor-container{
        margin: 0;
        padding: 30px;
    }
    .about-info1 .col1 .element-list-link .item-link{
        padding: 0;
    }
    /* Home 1 */
    .banner-header-h1 .item-slider-style2 .title1{
        font-size: 24px;
    }
    .banner-header-h1 .item-slider-style2 .title2 span, .banner-header-h1 .item-slider-style2 .title2{
        font-size: 36px;
    }
    .banner-header-h1 .item-slider-style2 .desc{
        font-size: 14px;
    }
    .el7up-tabs .title-header-style1 .nav-tabs{
        flex-wrap: wrap;
    }
    .el7up-tabs .item-title-header-style1 .tab-item-wrap{
        width: 100%;
        display: block;
        margin-bottom: 1px;
    }
    .el7up-tabs .item-title-header-style1 .tab-item-wrap:not(:last-child)::after{
        content: none;
    }
    .footer2-fllow-pay .element-list-link > .title{
        font-size: 14px;
    }
    /* Home 3 */
    .banner1-h3 section .elementor-widget-s7upf_info_box{
        max-width: 100%;
        padding: 0 !important;
    }
    .banner1-h3 section .elementor-widget-s7upf_info_box:nth-child(n+2){
        margin-top: 10px;
    }
    .tab-product-h3 .item-grid-product-style8 .item-product{
        flex-wrap: wrap;
    }
    .tab-product-h3 .item-grid-product-style8 .item-product .product-thumb,
    .tab-product-h3 .item-grid-product-style8 .item-product .product-info{
        width: 100%;
    }
    .tab-product-h3 .item-grid-product-style8 .item-product .product-info{
        margin: 30px 0 0 0;
    }
    /* Home 12 */
    .banner-header12 .col1 .item-slider-style2 .title2{
        font-size: 36px;
    }
    .banner-header12 .col2 .elementor-widget-s7upf_info_box{
        max-width: 100%;
    }
    .banner-header12 .col2 .elementor-widget-s7upf_info_box:nth-child(n+2){
        margin-top: 2px;
    }
}/*End max-width: 575px*/
@media (max-width: 767px) and (min-width: 425px){
    /* Home 3 */
    .box-number-h3 section .elementor-column{
        width: 50% !important;
    }
    .box-number-h3 section .elementor-column:nth-child(n+3){
        margin-top: 30px;
    }
}
@media (max-width: 425px){
    .el7up-heading-style4,
    .el7up-heading-style2{
        font-size: 26px;
    }
    .mega-home .elementor-column:nth-child(1), 
    .mega-home .elementor-column:nth-child(2){
        width: 100% !important;
    }
    .mega-home .elementor-column:nth-child(1) .elementor-widget-wrap,
    .mega-home .elementor-column:nth-child(2) .elementor-widget-wrap{
        padding: 0 !important;
    }
    .mega-home .elementor-column:nth-child(n+2){
        margin-top: 30px;
    }
    /* Blog */
    .content-single-blog .content-detail .meta-post-style1.style-list-post > li:not(:last-child)::after,
    .item-post .meta-post-style1.style-list-post > li:not(:last-child)::after{
        content: none;
    }
    /* Shop */
    .s7up-form-cart-single{
        flex-wrap: wrap;
    }
    .wishlist_compare_single_product{
        width: 100%;
        margin-top: 15px;
    }
    .wishlist_compare_single_product a{
        margin: 0 10px 0 0;
    }
    .s7up-form-cart-single .list-product-group .wishlist_compare_single_product{
        width: auto;
    }
    .s7up-form-cart-single .list-product-group .wishlist_compare_single_product a{
        margin: 0 0 0 10px;
    }
    .footer2-fllow-pay .element-list-link > .title{
        display: none;
    }
    /* Home 2 */
    .instagram-home2 section .elementor-widget-image,
    .brand-list.home2 section .elementor-widget-image {
        max-width: 45%;
    }
    /* Home 4 */
    .banner-header4 .col3 .elementor-widget-s7upf_info_box{
        max-width: 100%;
    }
    .banner-header4 .col3 .elementor-widget-s7upf_info_box:nth-child(n+2){
        margin-top: 15px;
    }
}/* End max width: 425px */
@media (max-width: 424px){
}/* End max width: 424px */
@media (max-width: 414px){
}/* End max width: 414px */
@media (max-width: 360px){
    /* Header page default */
    .top-header-page-default .col2 .element-list-link .item-link:not(:last-child)::after, 
    .top-header-page-default .col1 .elementor-element:not(:last-child)::after, 
    .top-header-page-default .col2 .elementor-element:not(:last-child)::after{
        content: none;
    }
    .top-header-page-default .col2 .element-list-link .item-link:not(:last-child), 
    .top-header-page-default .col1 .elementor-element:not(:last-child), 
    .top-header-page-default .col2 .elementor-element:not(:last-child){
        padding: 0;
        margin-right: 8px;
    }
    /* Shop */
    .product-detail .woocommerce-product-rating a{
        font-size: 12px;
        line-height: 28px;
    }
    /* About */
    .about-info1 .col1 .element-list-link .item-link .item-thumb{
        padding: 15px;
    }
    .about-info1 .col1 .element-list-link .item-link .item-info{
        width: calc(100% - 90px);
    }
}/* End max width: 360px */
