/*----------------------------------
Project: Fame-theme
Version: 1.0
Last change: 09/11/2020
Author: 7uptheme Team
Author URI: https://7uptheme.net/
01.General
    - Html basic
    - Theme Unitest
        - Unitest Basic
    - Widget Unitest
    - Unitest of Theme
    - Class basic
    - Preload
    - Hover CSS
    - Effect image adv
    - Select Box
    - Button Scoll Top
    - Page Pagination
    - Top filter
    - nav tabs
    - Begin Share Style 
02. Blog General
    - Column item posts
    - Style Post item
    - Single Post
        - Begin Meta post style
        - Begin tags and share single post
        - Begin post info author
        - Begin post control
        - Begin Comment list post
        - Begin Comment form post
        - Begin Single post style default
        - Begin Single post style 2
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
04. Elementor 
    - Elementor Heading
    - Elementor Accordion 
    - Elementor Menu
        - menu style icon
        - menu style default
        - Mobile Menu
    - Info box elementor
    - Banner info elementor
    - Tab elementor
        - Style tab
    - Search elementor
    - Account manager elementor
    - Mini cart elementor
    - Instagram elementor
    - Mailchimp elementor
    - Button elementor (css Banner info elementor)
    - Slider elementor
    - Post elementor
    - Product elementor
        - item grid product-
        - item grid product style2
        - item grid product style3
    - Wishlist elementor
    - List link, icon elementor
    - Bread crumb elementor

CSS custom theme
05. Blog - Header - Footer
    - Header
    - Footer
    - Single content post
    - Single content Product

06. Begin Home and Page Inner
    - Home 1
    - Home 2
    - Home 3
    - Home 4
    - Home 5
    - Home 6

-----------------------------------*/

/*******************************************************************************************************
01. Begin General
********************************************************************************************************/
/*Html basic*/
@font-face {
    font-family: 'Futura-Bold';
    src: url(./fonts/Futura-Bold.ttf);
}
@font-face {
  font-family: 'Futura-Condensed-Medium';
  src: url(./fonts/futura-medium-condensed-bt.ttf);
}
@font-face {
  font-family: 'Futura-Medium';
  src: url(./fonts/Futura-Medium.ttf);
  letter-spacing: 1px;
}
body {
    margin: 0;
    color: #666666;
    font-size: 14px;
    font-family: 'Lato';
    line-height: 2.2em;
}
p{
    margin-bottom: 28px;
    line-height: 2.2em;
}
a{
    color: #303030;
    text-decoration: unset;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
:focus {
    outline: none;
}
a.active,
a:focus,
a:hover{
    color: #c82811;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline: none;
    outline-offset: unset;
}
input:focus {     
       outline: 0;     
       outline-style: none;     
       outline-width: 0; 
}

select{
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 0;
}
input{
    height: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 0;
}
input[type="checkbox"]{
    width: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    margin: 0px;
}
input[type="checkbox"]:before{
    content: "";
    width: 16px;
    height: 16px;
    background: #e5e5e5;
    display: inline-block;
    vertical-align: top;
    margin: -1px 0 0 0;
    z-index: 2;
    cursor: pointer;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    text-align: center;
}
input[type="checkbox"]:checked:before{
    content: "\f00c";
}
input[type="text"]{
   /* min-width: 50%;*/
    max-width: 100%;
}
textarea{
    min-width: 50%;
    max-width: 100%;
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    font-size: 14px;
}
img{
    max-width: 100%;
    height: auto;
}
h1{
    font-size: 36px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 14px;
}
h6{
    font-size: 12px;
}
h1,
h2,
h3{
    font-weight: bold;
    line-height: 1.1;
}
/*End Html basic*/


/*Begin Theme Unitest*/
/*Begin Unitest Basic*/
.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
    clear: both;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
pre{
    white-space: pre-wrap;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
figure,
.sv-default img{
    max-width: 100%;
    height: auto;
}
.sv-default #st-map img{
    max-width: none;
    height: inherit;
}

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6.gallery-size-thumbnail figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7.gallery-size-thumbnail figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8.gallery-size-thumbnail figure.gallery-item:nth-of-type(8n+1),
.gallery-columns-9.gallery-size-thumbnail figure.gallery-item:nth-of-type(9n+1){
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.gallery:before{
    content: "";
    display: table;
}
.gallery:after{
    clear: both;
}
.gallery:before, .gallery:after{
    content: "";
    display: table;
}
.bypostauthor,
.screen-reader-text,
.wp-caption-text{
    display: block;
}
.widget  .screen-reader-text{
    display: none;
}
table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #eaeaec;
    padding:5px 10px;
}

.sticky{
    display: inline-block;
}

address,
dd,
dt{
    line-height: 24px;
    margin-top: 15px;
}
pre{
    padding: 15px;
    line-height: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eaeaec;
    margin-bottom: 30px;
    color: #868c93;
}
code{
    color: #cf0000;
    background: #f5e9ec;
}
kbd{
    background-color: #303030;
}
samp{
    font-style: italic;
}
hr{
    border-top: 1px solid #e5e5e5;
}
var,
cite,
em{
    font-style: italic;
}
abbr[data-original-title],
abbr[title] {
    border-bottom: 1px dotted #555;
}
acronym[title]{
    font-size: 100%;
}
big{
    font-size: 120%;
}
del[cite]{
    color: #999;
}
ins[cite]{
    text-decoration: underline;
}
strong,
sup,
sub,
u,
strike,
q{
    color: #58595b;
}
.small,
small {
    font-size: 86%;
}
blockquote p *{
    color: #c82811;
}
blockquote{
    color: #c82811;
    border: none;
    padding: 55px 70px 55px 100px;
    background: #fffde5;
    font-family: 'Futura-Condensed-Medium';
    font-style: inherit;
    text-align: inherit;
    line-height: 48px;
    position: relative;
    font-size: 24px;
}
blockquote:before {
    content: "\f10d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    left: 50px;
}
blockquote cite {
    display: block;
    font-size: 18px;
    color: #303030;
    font-style: inherit;
    position: relative;
    margin-top: 25px;
    line-height: 24px;
}
/*Data unitest new*/
.wp-block-button.alignleft,
.wp-block-cover.alignleft{
    margin-right:20px;
}
.wp-block-button.alignright,
.wp-block-cover.alignright{
    margin-left:20px;
}
.wp-block-image figcaption ,
.wp-block-video figcaption,
.wp-block-embed figcaption{
    margin-top: 15px;
    margin-bottom: 24px;
    color: #999;
}
.wp-block-gallery.alignleft{
    margin-right: 20px;
}
.wp-block-gallery.alignright{
    margin-left: 20px;
}
.wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption{
    padding: 10px;
    line-height: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar {
    width: 4px;
}
.sidebar-fix-main::-webkit-scrollbar {
    width: 4px;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-track ,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}
.sidebar-fix-main::-webkit-scrollbar-track  {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background: #e5e5e5;
}
.wp-block-gallery .blocks-gallery-image figcaption::-webkit-scrollbar-thumb,
.wp-block-gallery .blocks-gallery-item figcaption::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.sidebar-fix-main::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background: #fff;
}
.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 1.5px 1.5px 0;
}
.has-2-columns blockquote,
.has-3-columns blockquote,
.has-4-columns blockquote,
.has-5-columns blockquote,
.has-6-columns blockquote
{
    margin-top: 0px;
    padding: 30px;
}
blockquote cite
{
    font-size: 18px;
}
.has-2-columns blockquote:before,
.has-3-columns blockquote:before,
.has-4-columns blockquote:before,
.has-5-columns blockquote:before,
.has-6-columns blockquote:before{
    left: 15px;
    font-size: 80px;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large{
        padding: 55px 70px 55px 100px;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    /*  padding: 60px 90px;*/
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
    top: 40px;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 28px;
}
.wp-block-audio{
    margin-bottom: 30px;
}
.wp-block-pullquote:not(.is-style-solid-color){
    padding: 0px;
}
ul.wp-block-archives-list,
ul.wp-block-categories-list,
ol.wp-block-latest-comments,
ul.wp-block-latest-posts{
    padding-left: 0px;
    list-style: none;
}
ul.wp-block-latest-posts li{
    margin-bottom: 10px;
}
ul.wp-block-archives-list ul,
ul.wp-block-categories-list ul{
    list-style: none;
    padding-left: 15px;
}
.detail-content-wrap>table{
    margin-bottom: 30px;
}
.wp-block-media-text{
    margin-bottom: 30px;
}
.wp-block-cover-text strong{
    color: #fff;
}
.wp-block-button__link{
    margin-bottom: 30px;
}
.is-style-squared .wp-block-button__link{
    border-radius: 0px;
}
.has-background-dim .wp-block-cover-text,
.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim{
    color: #fff;
}
.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim{
    margin-bottom: 30px;
}
.wp-block-group.has-background{
        padding: 20px;
}
.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    line-height: 1.5em;
}
.page-links{
    margin-top: 50px;
}
.page-links .post-page-numbers{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 700;
    background: #f4f4f4;
    color: #303030;
    border: none;
    margin-bottom: 10px;
    border-radius: 50%;
    text-align: center;
}
.page-links .post-page-numbers.current:hover,
.page-links .post-page-numbers.current
{
        background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    color: #303030;
}
.page-links .post-page-numbers:hover{
    background: #e6e6e6;
    color: #303030;
}
.page-links .post-page-numbers:first-child{
        margin-left: 20px;
}
p.no-comments{
margin-bottom: 0px;
margin-top: 60px;
background: #f5f5f5;
padding: 15px;
color: #2a3640;
}

.comment-list li.trackback ,
.comment-list li.pingback 
 {
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e5e5e5;
}
.comment-list .trackback .edit-link,
.comment-list .pingback .edit-link
{
color: #303030;
margin-left: 10px;
}
.comment-list .pingback .edit-link i,
.comment-list .trackback .edit-link i
{
margin-right: 3px;
}
.wp-block-gallery .blocks-gallery-caption{
    margin-top: 10px;
}
.wp-block-gallery{
    margin-bottom: 27px;
}
@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;
}
/*End Unitest Basic*/

/*Begin Widget Unitest*/
.widget ul li {
    color: #303030;
     padding: 8px 0px;
}
.widget ul.sub-menu, .widget ul.children {
    padding-left: 15px;
    margin-top: 10px;
}
@media(max-width: 1200px){
    .widget ul.sub-menu, .widget ul.children {
        padding-left: 12px;
    }
}

/*.widget_nav_menu ul.sub-menu,*/ .widget_nav_menu ul.children {
    padding-left: 15px;
    margin-top: 16px;
}

.widget_calendar table {
    width: 100%;
}
.widget_calendar table caption {
    background-color: #303030;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    font-weight: 700;
}
.widget_calendar table th {
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 2em;
    padding: 5px 5px;
}
.widget_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 {
    color: #53ac82;
}
.widget_calendar table tfoot td {
    border: 0;
    padding: 0;
}
.widget_calendar table tfoot td#prev {
    text-align: left;
}
.widget_calendar table tfoot td#next {
    text-align: right;
}
.widget_calendar table tfoot,
.widget_calendar .wp-calendar-nav
{
    background: #303030;
    color: #fff;
}
.widget_calendar table tfoot a,
.widget_calendar .wp-calendar-nav a
 {
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
}
.widget_calendar table tfoot a:hover {
    color: #53ac82;
}

.textwidget p > img{
    margin: 6px 0;
}
.entry-content > p,
.rssSummary,
.widget p{
    color: #555;
    margin: 0 0 15px;
    line-height: 24px;
}
.rssSummary{
    margin-top: 15px;
}
a.rsswidget{
    font-weight: bold;
}
.rss-date{
    color: #999;
}
.widget.widget_rss ul li{
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.widget.widget_rss .widget-title .rsswidget{
    color: #fff;
}
.widget.widget_rss .widget-title .rss-widget-icon{
    width: 18px;
    margin-top: -4px;
}
.widget.widget_rss ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget select::-ms-expand {
    display: none;
}
.widget select {
    max-width: 100%;
    border: 1px solid #e5e5e5;
    height: 60px;
    padding: 0 30px;
    display: block;
    width: 100%;
    border-radius: 60px;
     -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.widget_tag_cloud a,
.widget_product_tag_cloud a
{
    font-size: 14px !important;
    margin-right: 10px;
    color: #303030;
    background: #fff;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border:1px solid #e5e5e5;
    padding: 0px 40px;
}

.widget_tag_cloud a:hover,
.widget_product_tag_cloud a:hover
{
    color: #303030;
    background: #fff000;
    border-color:#fff000;
}

.widget_tag_cloud .tagcloud{
    margin-bottom: -10px;
}
/*Widget theme css*/
.widget-title {
     margin: 0 0 20px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    background: #ccc;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    padding: 18px 35px;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    line-height: 24px;
}
.widget {
    margin-bottom:50px;
}
.widget:last-child {
    margin-bottom: 0px;
}
.widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget ul > li{
    line-height: 24px;
}
.widget_search .wg-search-form{
        display: flex;
}
.widget_search .wg-search-form input[type="text"]{
    border-right: none;
    height: 60px;
    border-radius: 60px 0px 0px 60px;
    width: 100%;
}
.widget_search .wg-search-form input[type="submit"]{
    border-radius:0px 60px 60px 0px;
}
.widget_product_search .woocommerce-product-search{
    display: flex;
}
.widget_product_search .woocommerce-product-search input[type=search]{
    border: 1px solid #e5e5e5;
    height: 60px;
    line-height: 60px;
    border-right: none;
    border-radius: 60px 0px 0px 60px;
    width: 100%;
}
.widget_product_search .woocommerce-product-search button{
       border: 0;
    color: #303030;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    border-radius: 0px 60px 60px 0px;
    font-family: "Futura-Bold";
    padding: 0 10px!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;
}
/*.widget_product_search .woocommerce-product-search button:before{
   content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    background: #C82811;
    background: linear-gradient( 0deg , rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 0px 60px 60px 0px;
    z-index: -1;
}*/
.widget_product_search .woocommerce-product-search button:hover{
    background: #C82811;
    background: linear-gradient( 0deg , rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    color: #fff;
    box-shadow: none;
}
/*.widget_product_search .woocommerce-product-search button:hover:before{
   top: 0;
}*/
.widget_product_categories .select2-container--default .select2-selection--single{
    height: 60px;
    line-height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 60px;

}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 60px;
    padding: 0px 20px;
    color: #303030;
    font-size: 14px;
}
.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 60px;
    right: 10px;
}
.widget_shopping_cart .mini-cart-button{
    display: block;
        margin: 0px;
}
.widget_shopping_cart .mini-cart-button .button {
    padding: 0 15px!important;
    width: 100%;
    margin: 0px!important;
    margin-bottom: 5px!important
}
.widget_shopping_cart .mini-cart-button .button:last-child {
    margin-bottom: 0px!important
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    width: 80px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 15px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:first-child, .widget ul li:first-child {
    padding-top: 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child, .widget ul li:last-child {
    padding-bottom: 0;
}
ul.product_list_widget li .product-title{
    margin-bottom: 10px;
    display: inline-block;
}
ul.product_list_widget li .wrap-rating li{
    padding-bottom: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0px 20px!important;
}
.select2-container--default .select2-selection--multiple {
    border:  1px solid #e5e5e5!important;
    border-radius: 0px!important;
     height: 60px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li{
    margin: 0px!important;
}
.select2-container--default .select2-search--inline .select2-search__field{
     height: 58px;
}
.woocommerce .widget_price_filter .price_slider_amount .button{
    font-size: 18px;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
        border: 0;
    color: #303030;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    border-radius: 6px;
    font-family: "Futura-Bold";
    padding: 0 35px!important;
    min-width: 120px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
    position: relative;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover{
        background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    color: #fff;
    box-shadow: none;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:before{
        content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    background: #C82811;
    background: linear-gradient( 0deg , rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 6px;
    z-index: -1;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit:hover:before{
     top: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
    background-color: #e5e5e5;
    margin-bottom: 42px;
    margin-left: 0;
    margin-right: 0;
    height: 2px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
        height: 16px;
    width: 10px;
    border-radius: 0px;
    top: -7px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-child(2) {
    margin-left: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label{
    font-size: 16px;
    margin-top: 10px;
    display: inline-block;
}
.widget_price_filter .widget-title{
    margin-bottom: 37px;
}
.widget .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 10px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #666;
    border-color: #666;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0px 0 23px;
}
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_product_categories ul li a,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_categories ul li a
{
    border: 1px solid #e5e5e5;
    padding: 12px 30px!important;
    border-radius: 25px;
    display: block;
}
@media(max-width: 1200px){
    .widget_nav_menu ul li a,
    .widget_archive ul li a,
    .widget_pages ul li a,
    .widget_meta ul li a,
    .widget_product_categories ul li a,
    .widget_recent_comments ul li,
    .widget_recent_entries ul li,
    .widget_categories ul li a
    {
        padding: 12px 20px!important;
    }
}


.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_product_categories ul li,
.widget_categories ul li
{
    padding: 0px!important;
}
.widget_nav_menu ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_categories ul li
{
    margin-top: 10px;
}
.widget_nav_menu ul li:first-child,
.widget_archive ul li:first-child,
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_product_categories ul li:first-child,
.widget_recent_comments ul li:first-child,
.widget_recent_entries ul li:first-child,
.widget_categories ul li:first-child
{
    margin-top: 0px;
}

/*css kieu co count number*/

.widget_archive .count,
.widget_product_categories .count,
.widget_categories .count
{
    float: right;
    color: #999;
}

/*End Widget Unitest*/

/*Begin Unitest of Theme*/
.title-page .entry-title{
        margin: 0px;
    font-size: 48px;
    margin-bottom: 45px;
    line-height: 70px;
    font-family: "Futura-Bold";
    color: #303030;
}
.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>h2,
.desc-comment-text>h2,
.entry-content>h2{
    margin-top: 30px;
}
.detail-content-wrap>table,
.desc-comment-text>table,
.entry-content>table{
    margin-top: 25px;
}
.detail-content-wrap>table th,
.desc-comment-text>table th,
.entry-content>table th{
    color: #c82811;
}
.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 15px;
}
.desc-comment-text > ol ul, .detail-content-wrap > ol ul, .entry-content > ol ul {
    list-style-type: disc;
}
.desc-comment-text > dl dd,
.detail-content-wrap > dl dd,
.entry-content > dl dd{
    margin-top: 5px;
    margin-bottom: 15px
}
.edit-link-comment {
    margin-left: 15px;
}
.edit-link-comment i{
    font-size: 18px;
    margin-right: 5px;
}
.wp-caption .wp-caption-text {
    margin-top: 15px;
    color: #999;
}
.wp-caption {
    margin-bottom: 20px;
}
.wp-caption:last-child {
    margin-bottom: 0px;
}
.aligncenter {
    text-align: center;
}
.detail-content-wrap > .gallery:last-child{
    margin-bottom: 0px;
}
.post-password-form input[type=submit]{
    vertical-align: top;
    padding: 0px 25px;
    height: 60px;
     line-height: 60px;
    border: none;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
    border-radius:6px;
    color: #303030;
    text-align: center;
    font-family: "Futura-Medium";
    background-color: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    font-size: 18px;
        letter-spacing: 1px;
        font-weight: 700;
}
.post-password-form input[type=password]{
   border-radius: 6px;
    height: 60px;
     line-height: 60px;
     margin-left: 10px;
}
.post-password-form input[type=submit]:hover{
    background: #C82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}

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: #303030;
    margin-left: 10px;
}
.comment-list .ping-track-back .edit-link i{
    margin-right: 3px;
}
.header-default .flex-wrapper{
    width: 100%;
}
.header-default .logo-default{
    width: 25%;
}
.header-default .logo-default h1{
    font-size: 30px;
    font-weight: 700;    
    font-family: "Futura-Bold";
    font-size: 30px;
    height: 135px;
    line-height: 135px;

}
.header-default .logo-default a:hover{
}
.header-default .header-nav-default{
    width: 75%;
}
.header-nav-default .s7upf-navbar-nav{
    text-align: right;
}
.header-nav-default .s7upf-navbar-nav > li > a {
   /* position: relative;
    display: block;
    padding: 15px;
    height: 100px;
    line-height: 100px;
    padding: 0px;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;*/
}
    
.header-nav-default .s7upf-navbar-nav > li:last-child > a{
    margin-right: 0px;
}
.header-nav-default .s7upf-navbar-nav .sub-menu > li > a {
   /* font-weight: 500;*/
}
.header-default{
       box-shadow: 0px 0px 10px rgb(0 0 0 / 0.1);
}
.detail-content-wrap{
   /* margin-bottom: 70px;*/
}
.footer-default{
    background: #F2F2F2;
}
.footer-default .copyright {
    margin: 35px 0px;
    color: #686868;
    font-size: 14px;
    text-align: center;
}
.detail-content-wrap>p{
    color: #555;
}

@media(max-width: 1280px){
    .header-nav-default.menu-style- .s7upf-navbar-nav > li > a {
        padding: 0px 12px;
    }
    .header-default .logo-default h1 {
        font-size: 30px;
    }
}
@media(max-width: 1170px){
    
   .header-default .logo-default h1 {
        height: 80px;
        line-height: 80px;
    }
    .header-default .header-nav-default {
        width: auto;
        order: 0;
            position: relative;
    }
    .header-default .logo-default {
        width: 100%;
        order: 1;
        text-align: center;
    }
}
@media(max-width: 767px){
   .header-default .logo-default h1 {
        height: 50px;
        line-height: 50px;
        font-size: 24px;
    }
   .header-default .toggle-mobile-menu{
        height: 50px;
        line-height: 50px;
        width: 50px;
   }
}
/*End Unitest of Theme*/
/*END Theme Unitest*/



/*Begin Class basic*/

.title14,
.title15,
.title8,
.title12,
.title16,
.title18,
.title20,
.title24,
.title26,
.title27,
.title28,
.title30,
.title32,
.title34,
.title36,
.title38,
.title40,
.title44,
.title46,
.title48,
.title50,
.title60,
.title80,
.title90,
.title120,
.title160,
.title100,
.title150 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.title8 {
  font-size: 8px;
}
.title12 {
  font-size: 12px;
}
.title15 {
  font-size: 15px;
}
.title16 {
  font-size: 16px;
}
.title18 {
  font-size: 18px;
}
.title20 {
  font-size: 20px;
}
.title24 {
  font-size: 24px;
}
.title26 {
  font-size: 26px;
}
.title27 {
  font-size: 27px;
}
.title28 {
  font-size: 28px;
}
.title30 {
  font-size: 30px;
}
.title32 {
  font-size: 32px;
}
.title34 {
  font-size: 34px;
}
.title36 {
  font-size: 36px;
}
.title38 {
  font-size: 38px;
}
.title40 {
  font-size: 40px;
}
.title44 {
  font-size: 44px;
}
.title46 {
  font-size: 46px;
}
.title48 {
  font-size: 48px;
}
.title50 {
  font-size: 50px;
}
.title60 {
  font-size: 60px;
}
.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: #c82811;
}
.color-sub{
    color: #fff001;
}
.color-decs{
    color: #707070;
}
.bg-color{
    background-color: #c82811;
}
.color-white{
    color: #fff;
}
.color-body{
    color: #666;
}
.color-title{
    color: #303030;
}
.font-body {
    font-family: 'Lato';
}
.font-title{
   font-family: "Futura-Bold";
}

.font-title-c-medium{
   font-family: "Futura-Condensed-Medium";
}
.font-title-medium{
   font-family: "Futura-Medium";
   letter-spacing: 1px;
}
.font-satisfy{
    font-family: 'Satisfy', cursive;
}
.font-light {
  font-weight: 300;
}
.font-regular {
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
    font-weight: 700;
}
.clearfix{
    clear: both;
}
.hidden{
    display: none !important;
}
.overflow-hidden{
    overflow: hidden!important;
}
.line-height24{
  line-height: 24px;
}
.line-height36{
  line-height: 36px;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}
.list-none {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-inline-block{
    padding: 0;
    margin: 0;
    list-style: none;
}
.list-inline-block > li{
    display: inline-block;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.flex-wrapper {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.flex_direction-row {
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
}
.flex_direction-column {
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
}
.flex_wrap-wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.flex_wrap-nowrap {
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.flex-align-lefft,
.justify_content-flex-start {
  justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.flex-align-right,
.justify_content-flex-end {
  justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.flex-align-center,
.justify_content-center {
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
.justify_content-space-between {
  justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.justify_content-space-around {
  justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-justify-content: space-around;
}
.align_items-flex-start {
  align-items: flex-start;
  -ms-align-items: flex-start;
  -webkit-align-items: flex-start;
}
.align_items-flex-end {
  align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
}
.align_items-center {
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}
.align_items-baseline {
  align-items: baseline;
  -ms-align-items: baseline;
  -webkit-align-items: baseline;
}
.align_items-stretch {
  align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
}
.align-content-center{
    align-content: center;
    align-items: center;
}
.align-content-flex-start{
    align-content: flex-start;
        align-items: flex-start;   
}
.align-content-flex-end{
    align-content: flex-end;
        align-items: flex-end;   
}
.s7upf-container{
    width: 100%;
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 150px;
    padding-right: 150px;
}

@media(max-width: 1680px){
   .s7upf-container{
        padding-left: 70px;
        padding-right: 70px;
    }
}
@media(max-width: 1440px){
   .s7upf-container{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media(max-width: 1200px){
    .s7upf-container{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 1170px){
    .s7upf-container{
        padding-left: 15px;
        padding-right: 15px;
    }
}
.wrap{
    overflow: hidden;
}
.s7upf-row{
    margin-left: -15px;
    margin-right: -15px;
}
.s7upf-row:after{
    content: "";
    display: table;
    clear: both;
}
.s7upf-col-12,
.s7upf-col-11,
.s7upf-col-10,
.s7upf-col-9,
.s7upf-col-8,
.s7upf-col-7,
.s7upf-col-2,
.s7upf-col-6,
.s7upf-col-5,
.s7upf-col-4,
.s7upf-col-3,
.s7upf-col-2,
.s7upf-col-1{
    float: left;
    padding-left: 15px; 
    padding-right: 15px;
    box-sizing: border-box;
}
.s7upf-col-1{
    width: 8.3333%;
}
.s7upf-col-2{
    width: 16.6666%;
}
.s7upf-col-3{
    width: 25%;
}
.s7upf-col-4{
    width: 33.3333%;
}
.s7upf-col-5{
    width: 41.6666%;
}
.s7upf-col-6{
    width: 50%;
}
.s7upf-col-7{
    width: 58.3333%;
}
.s7upf-col-8{
    width: 66.6666%;
}
.s7upf-col-9{
    width: 75%;
}
.s7upf-col-10{
    width: 83.3333%;
}
.s7upf-col-11{
    width: 91.6666%;
}
.s7upf-col-12{
    width: 100%;
}

.logo-text{
    margin: 0;
}
.logo-inline-block .logo-text-wrapper a > *{
    display: inline-block;
    vertical-align: middle;
}
.btn-loadmore{
    text-align: center;
}
.main-page-mega{
    margin: 100px 0;
}
#main-content{
    padding: 70px 0;
}
body.error404 #main-content{
    padding: 100px 0!important;
}
.s7upf-scrollbar{
    overflow-y: scroll;
    margin-right: -5px;
}
.s7upf-scrollbar::-webkit-scrollbar {
    width: 5px;
    left: 5px;
}
/* Track */
.s7upf-scrollbar::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 30px;
}

/* Handle */
.s7upf-scrollbar::-webkit-scrollbar-thumb {
    background:rgb(255 240 0 / 60%);
    border-radius: 30px;
}

/* Handle on hover */
.s7upf-scrollbar::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.8);
}
.box-content-custom>*:last-child{
    margin-bottom: 0px;
}
/*End Class basic*/

/*Begin Preload*/
.preload #objectstyle2{
    width: 80px;
    height: 80px;
    background-color: #FFF;
    -webkit-animation: animatestyle2 1s infinite ease-in-out;
    animation: animatestyle2 1s infinite ease-in-out;
    margin-right: auto;
    margin-left: auto;
    margin-top: 60px;
}
@-webkit-keyframes animatestyle2 {
    0% { -webkit-transform: perspective(160px); }
    50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
    100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animatestyle2 {
    0% { 
        transform: perspective(160px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
    } 50% { 
        transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
    } 100% { 
        transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
        -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    }
}
/*Prelaod style 3*/
#loading-center-absolutestyle3 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
   -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;

}
.objectstyle3{
    width: 25px;
    height: 25px;
    background-color: #FF8855;
    float: left;
    
}
#object_onestyle3 {
    -webkit-animation: object_onestyle3 1.5s infinite;
    animation: object_onestyle3 1.5s infinite;
    }
#object_twostyle3 {
    -webkit-animation: object_twostyle3 1.5s infinite;
    animation: object_twostyle3 1.5s infinite;
    }
#object_threestyle3 {
    -webkit-animation: object_threestyle3 1.5s infinite;
    animation: object_threestyle3 1.5s infinite;
    }
#object_fourstyle3 {
    -webkit-animation: object_fourstyle3 1.5s infinite;
    animation: object_fourstyle3 1.5s infinite;
    }
    

@-webkit-keyframes loading-center-absolutestyle3 {
  100% { -webkit-transform: rotate(-45deg); }

}

@keyframes loading-center-absolutestyle3 {
  100% { 
    transform:  rotate(-45deg);
    -webkit-transform:  rotate(-45deg);
  }
}

@-webkit-keyframes object_onestyle3 {
  25% { -webkit-transform: translate(0,-50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }

}

@keyframes object_onestyle3 {
  25% { 
    transform: translate(0,-50px) rotate(-180deg);
    -webkit-transform: translate(0,-50px) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_twostyle3 {
  25% { -webkit-transform: translate(50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_twostyle3 {
  25% { 
    transform: translate(50px,0) rotate(-180deg);
    -webkit-transform: translate(50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}

@-webkit-keyframes object_three_pre3 {
  25% { -webkit-transform: translate(-50px,0) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_threestyle3 {
  25% { 
    transform:  translate(-50px,0) rotate(-180deg);
    -webkit-transform:  translate(-50px,0) rotate(-180deg);
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: rtranslate(0,0) rotate(-180deg);
  }
}


@-webkit-keyframes object_fourstyle3 {
  25% { -webkit-transform: translate(0,50px) rotate(-180deg); }
  100% { -webkit-transform: translate(0,0) rotate(-180deg); }
}

@keyframes object_fourstyle3 {
  25% { 
    transform: translate(0,50px) rotate(-180deg); 
    -webkit-transform: translate(0,50px) rotate(-180deg);  
  } 
  100% { 
    transform: translate(0,0) rotate(-180deg);
    -webkit-transform: translate(0,0) rotate(-180deg);
  }
}
/*Preload style 4*/
#loading-center-absolutestyle4 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -50px;
}
.objectstyle4{
    width: 20px;
    height: 20px;
    background-color: #FF8855;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_onestyle4 {   
    -webkit-animation: object_onestyle4 1.5s infinite;
    animation: object_onestyle4 1.5s infinite;
    }
#object_twostyle4 {
    -webkit-animation: object_twostyle4 1.5s infinite;
    animation: object_twostyle4 1.5s infinite;
    -webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
    }
#object_threestyle4 {
    -webkit-animation: object_threestyle4 1.5s infinite;
    animation: object_threestyle4 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    
    }

@-webkit-keyframes object_onestyle4 {
75% { -webkit-transform: scale(0); }
}

@keyframes object_onestyle4 {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }

}

@-webkit-keyframes object_twostyle4 { 

  75% { -webkit-transform: scale(0); }

}

@keyframes object_twostyle4 {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }

}

@-webkit-keyframes object_threestyle4 {

  75% { -webkit-transform: scale(0); }

}

@keyframes object_threestyle4 {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  
}
/*Preload style 5*/
#loading-center-absolutestyle5 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 200px;
    margin-top: -25px;
    margin-left: -100px;
}
.objectstyle5{
    width: 20px;
    height:20px;
    background-color:#FF8855;
    float: left;
    margin-top: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
#first_objectstyle5{
    -webkit-animation: first_objectstyle5 2s infinite;
    animation: first_objectstyle5 2s infinite;
 
}
#second_objectstyle5{
    -webkit-animation: second_objectstyle5 2s infinite;
    animation: second_objectstyle5 2s infinite;
    float: right;
}
    
@-webkit-keyframes first_objectstyle5 {

 25% {
    -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(180px,0) scale(1); 
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }   
 
}       
@keyframes first_objectstyle5 {

 25% {
    -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(180px,0) scale(1); 
    -webkit-transform: translate(180px,0) scale(1);
    transform: translate(180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(90px,0) scale(2); 
    -webkit-transform: translate(90px,0) scale(2);
    transform: translate(90px,0) scale(2);
     }  
}

@-webkit-keyframes second_objectstyle5 {

 25% {
    -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(-180px,0) scale(1); 
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     } 
}       
@keyframes second_objectstyle5 {

 25% {
    -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     }

 50% {
    -ms-transform: translate(-180px,0) scale(1); 
    -webkit-transform: translate(-180px,0) scale(1);
    transform: translate(-180px,0) scale(1);
     }   
 
  75% {
     -ms-transform: translate(-90px,0) scale(2); 
    -webkit-transform: translate(-90px,0) scale(2);
    transform: translate(-90px,0) scale(2);
     } 
}
/*Preload style 6*/
#loading-center-absolutestyle6 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 20px;
    width: 100px;
    margin-top: -10px;
    margin-left: -50px;

}
.objectstyle6{
    width: 20px;
    height: 20px;
    background-color: #FF8855;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: absolute; 
}


#object_onestyle6{
    -webkit-animation: objectstyle6 2s linear infinite;
     animation: objectstyle6 2s linear infinite;
     }
#object_twostyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -.4s;
    animation: objectstyle6 2s linear infinite -.4s;
    left: 20px;
     }
#object_threestyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -.8s; 
    animation: objectstyle6 2s linear infinite -.8s; 
    left: 40px;
    }
#object_fourstyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -1.2s;
    animation: objectstyle6 2s linear infinite -1.2s; 
    left: 60px;
    } 
#object_fivestyle6{ 
    -webkit-animation: objectstyle6 2s linear infinite -1.6s; 
    animation: objectstyle6 2s linear infinite -1.6s; 
    left: 80px;
    }
    
    
@-webkit-keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }      
    
}       
@keyframes objectstyle6{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}
/*Preload style 7*/
#loading-center-absolutestyle7 {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
}
.objectstyle7{
    width: 50px;
    height: 5px;
    background-color: #FF8855;
    -webkit-animation: animatestyle7 2s infinite;
    animation: animatestyle7 2s infinite;
    position: absolute;
    top: 0px;
    right: -200px;
    }



@-webkit-keyframes animatestyle7 {
 
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg); 
    -webkit-transform: translate(-400px,0) rotate(-360deg); 
    transform: translate(-400px,0) rotate(-360deg); 
      }

 100% {
    -ms-transform: translate(0,0) rotate(360deg); 
    -webkit-transform: translate(0,0) rotate(360deg); 
    transform: translate(0,0) rotate(360deg); 
      }   


}

@keyframes animatestyle7 {
  50% {
    -ms-transform: translate(-400px,0) rotate(-360deg); 
    -webkit-transform: translate(-400px,0) rotate(-360deg); 
    transform: translate(-400px,0) rotate(-360deg); 
      }

 100% {
    -ms-transform: translate(0,0) rotate(360deg); 
    -webkit-transform: translate(0,0) rotate(360deg); 
    transform: translate(0,0) rotate(360deg); 
      }     
  
}
.preload-style-custom-image #loading-center{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    justify-items: center;
    -webkit-justify-items: center;
    -ms-justify-items: center;
    -o-justify-items: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}

#loading-center-absolute-image{
    text-align: center;
    margin: auto;
    display: none;
}
.preload #loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
.preload #loading-center-absolute-image{
    display: block;
}
 #loading {
    display: none;
}
.preload #loading {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    margin-top: 0px;
    top: 0px;
}
.preload #loading {
    background-color: #fff;
}
/*End Preload*/
/*Begin Hover CSS*/
@-webkit-keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);transform:translateY(8px);}
  33.3%{-webkit-transform:translateY(-6px);transform:translateY(-6px);}
  49.95%{-webkit-transform:translateY(4px);transform:translateY(4px);}
  66.6%{-webkit-transform:translateY(-2px);transform:translateY(-2px);}
  83.25%{-webkit-transform:translateY(1px);transform:translateY(1px);}
  100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes wobble-vertical{16.65%{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px);}
  33.3%{-webkit-transform:translateY(-6px);-ms-transform:translateY(-6px);transform:translateY(-6px);}
  49.95%{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px);}
  66.6%{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);}
  83.25%{-webkit-transform:translateY(1px);-ms-transform:translateY(1px);transform:translateY(1px);}
  100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}
}
.wobble-vertical{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-vertical:hover{-webkit-animation-name:wobble-vertical;animation-name:wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px);}
  33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px);}
  49.95%{-webkit-transform:translateX(4px);transform:translateX(4px);}
  66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px);}
  83.25%{-webkit-transform:translateX(1px);transform:translateX(1px);}
  100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes wobble-horizontal{16.65%{-webkit-transform:translateX(8px);-ms-transform:translateX(8px);transform:translateX(8px);}
  33.3%{-webkit-transform:translateX(-6px);-ms-transform:translateX(-6px);transform:translateX(-6px);}
  49.95%{-webkit-transform:translateX(4px);-ms-transform:translateX(4px);transform:translateX(4px);}
  66.6%{-webkit-transform:translateX(-2px);-ms-transform:translateX(-2px);transform:translateX(-2px);}
  83.25%{-webkit-transform:translateX(1px);-ms-transform:translateX(1px);transform:translateX(1px);}
  100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
}
.wobble-horizontal{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-horizontal:hover{-webkit-animation-name:wobble-horizontal;animation-name:wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px, 8px);transform:translate(8px, 8px);}
  33.3%{-webkit-transform:translate(-6px, -6px);transform:translate(-6px, -6px);}
  49.95%{-webkit-transform:translate(4px, 4px);transform:translate(4px, 4px);}
  66.6%{-webkit-transform:translate(-2px, -2px);transform:translate(-2px, -2px);}
  83.25%{-webkit-transform:translate(1px, 1px);transform:translate(1px, 1px);}
  100%{-webkit-transform:translate(0, 0);transform:translate(0, 0);}
}
@keyframes wobble-to-bottom-right{16.65%{-webkit-transform:translate(8px, 8px);-ms-transform:translate(8px, 8px);transform:translate(8px, 8px);}
  33.3%{-webkit-transform:translate(-6px, -6px);-ms-transform:translate(-6px, -6px);transform:translate(-6px, -6px);}
  49.95%{-webkit-transform:translate(4px, 4px);-ms-transform:translate(4px, 4px);transform:translate(4px, 4px);}
  66.6%{-webkit-transform:translate(-2px, -2px);-ms-transform:translate(-2px, -2px);transform:translate(-2px, -2px);}
  83.25%{-webkit-transform:translate(1px, 1px);-ms-transform:translate(1px, 1px);transform:translate(1px, 1px);}
  100%{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
}
.wobble-to-bottom-right{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-to-bottom-right:hover{-webkit-animation-name:wobble-to-bottom-right;animation-name:wobble-to-bottom-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-to-top-right{16.65%{-webkit-transform:translate(8px, -8px);transform:translate(8px, -8px);}
  33.3%{-webkit-transform:translate(-6px, 6px);transform:translate(-6px, 6px);}
  49.95%{-webkit-transform:translate(4px, -4px);transform:translate(4px, -4px);}
  66.6%{-webkit-transform:translate(-2px, 2px);transform:translate(-2px, 2px);}
  83.25%{-webkit-transform:translate(1px, -1px);transform:translate(1px, -1px);}
  100%{-webkit-transform:translate(0, 0);transform:translate(0, 0);}
}
@keyframes wobble-to-top-right{16.65%{-webkit-transform:translate(8px, -8px);-ms-transform:translate(8px, -8px);transform:translate(8px, -8px);}
  33.3%{-webkit-transform:translate(-6px, 6px);-ms-transform:translate(-6px, 6px);transform:translate(-6px, 6px);}
  49.95%{-webkit-transform:translate(4px, -4px);-ms-transform:translate(4px, -4px);transform:translate(4px, -4px);}
  66.6%{-webkit-transform:translate(-2px, 2px);-ms-transform:translate(-2px, 2px);transform:translate(-2px, 2px);}
  83.25%{-webkit-transform:translate(1px, -1px);-ms-transform:translate(1px, -1px);transform:translate(1px, -1px);}
  100%{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);}
}
.wobble-to-top-right{display:inline-block;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-to-top-right:hover{-webkit-animation-name:wobble-to-top-right;animation-name:wobble-to-top-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg);}
  33.3%{-webkit-transform:skew(10deg);transform:skew(10deg);}
  49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg);}
  66.6%{-webkit-transform:skew(4deg);transform:skew(4deg);}
  83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg);}
  100%{-webkit-transform:skew(0);transform:skew(0);}
}
@keyframes wobble-top{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg);}
  33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg);}
  49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg);}
  66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg);}
  83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg);}
  100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0);}
}
.wobble-top{display:inline-block;-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-top:hover{-webkit-animation-name:wobble-top;animation-name:wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
@-webkit-keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);transform:skew(-12deg);}
  33.3%{-webkit-transform:skew(10deg);transform:skew(10deg);}
  49.95%{-webkit-transform:skew(-6deg);transform:skew(-6deg);}
  66.6%{-webkit-transform:skew(4deg);transform:skew(4deg);}
  83.25%{-webkit-transform:skew(-2deg);transform:skew(-2deg);}
  100%{-webkit-transform:skew(0);transform:skew(0);}
}
@keyframes wobble-bottom{16.65%{-webkit-transform:skew(-12deg);-ms-transform:skew(-12deg);transform:skew(-12deg);}
  33.3%{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg);}
  49.95%{-webkit-transform:skew(-6deg);-ms-transform:skew(-6deg);transform:skew(-6deg);}
  66.6%{-webkit-transform:skew(4deg);-ms-transform:skew(4deg);transform:skew(4deg);}
  83.25%{-webkit-transform:skew(-2deg);-ms-transform:skew(-2deg);transform:skew(-2deg);}
  100%{-webkit-transform:skew(0);-ms-transform:skew(0);transform:skew(0);}
}
.wobble-bottom{display:inline-block;-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);box-shadow:0 0 1px rgba(0, 0, 0, 0);}
.wobble-bottom:hover{-webkit-animation-name:wobble-bottom;animation-name:wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1;}
.slider-content-text>p:last-child{
  margin-bottom: 0px;
}
@-webkit-keyframes xoayvong{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
/* Standard syntax */ 
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
.xoayvong {
    animation: xoayvong 2s linear 0s infinite;
    -webkit-animation: xoayvong 2s linear 0s infinite;
    -moz-animation: xoayvong 2s linear 0s infinite;
    -o-animation: xoayvong 2s linear 0s infinite; 
}
/*End Hover CSS*/

/*Effect image adv*/
.banner-advs {
  position: relative;
}
.adv-thumb-link {
  display: block;
  position: relative;
}
.adv-thumb-link > img {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
/*Zoom Rotate*/
.zoom-rotate .adv-thumb-link > img {
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
}
.zoom-rotate:hover .adv-thumb-link > img {
  transform: scale(1.15) rotate(4deg);
  -webkit-transform: scale(1.15) rotate(4deg);
}
/*Zoom Image*/
.zoom-image:hover .adv-thumb-link > img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

/*.adv-thumb-link::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    opacity: 0;
    z-index: 1;
    visibility: hidden;
}*/
/*Fade Out In*/
.fade-out-in .adv-thumb-link::before,
.fade-out-in .adv-thumb-link::after,
.fade-in-out .adv-thumb-link::before,
.fade-in-out .adv-thumb-link::after,
.overlay-image .adv-thumb-link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.fade-out-in:hover .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-out-in:hover .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
/*Fade In Out*/
.fade-in-out .adv-thumb-link::before {
  opacity: 1;
  top: 50%;
  bottom: 50%;
}
.fade-in-out .adv-thumb-link::after {
  opacity: 1;
  left: 50%;
  right: 50%;
}
.fade-in-out:hover .adv-thumb-link::before {
  opacity: 0;
  top: 0;
  bottom: 0;
}
.fade-in-out:hover .adv-thumb-link::after {
  opacity: 0;
  left: 0;
  right: 0;
}
/*Pull Curtain*/
.pull-curtain .adv-thumb-link::before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain .adv-thumb-link::after {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.pull-curtain:hover .adv-thumb-link::before,
.pull-curtain:hover .adv-thumb-link::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
/*Overlay Image*/
.overlay-image .adv-thumb-link::after {
  background: rgba(0, 0, 0, 0.3);
}
.overlay-image:hover .adv-thumb-link::after {
  opacity: 1;
}
/*Blue Image*/
.blur-image:hover .adv-thumb-link img {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}
/*Gray Image*/
.gray-image:hover .adv-thumb-link img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*Zoom Out*/
.zoom-out .adv-thumb-link img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.zoom-out:hover .adv-thumb-link img {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
}
/*Line Scale*/
.line-scale .adv-thumb-link::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.line-scale .adv-thumb-link::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.line-scale:hover .adv-thumb-link::before,
.line-scale:hover .adv-thumb-link::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.folding-the-edge{

}
.folding-the-edge .adv-thumb-link:before{
    content: '';
    right: 0; 
    top: 0;
    position: absolute;
    transition-duration: 0.5s; 
    border-bottom: 70px solid #c82811; 
    border-right: 70px solid #fff; 
}
.folding-the-edge .adv-thumb-link:hover:before{
    border-bottom: 0px solid #c82811; 
    border-right: 0px solid #fff; 
}
/*End Effect image adv*/
/*Begin Select Box*/
.select-box select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
}
.select-box::after {
    position: absolute;
        top: 15px;
    right: 0;
    content: "\f0d7";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
}
.select-box {
    position: relative;
}
.type-label .select-box::after{
    content: '';
}
/*End Select Box*/

/*Begin Button Scoll Top*/
body .scroll-top {
    bottom: -100px;
    right: 40px;
    display: block;
    height: 50px;
    line-height: 50px;
    opacity: 0;
    position: fixed;
    text-align: center;
    width: 50px;
    z-index: 999;
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    border-radius: 50%;
    color: #303030;
    font-size: 24px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;

}
body .scroll-top:hover {
    color: #fff;
}
body .scroll-top:before {
    content: '';
     transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:100%;
    border-radius: 6px;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    z-index: -1;
}
body .scroll-top:hover:before {
    top:0;
}
body .scroll-top:hover {
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.scroll-top.active {
opacity: 1;
bottom: 30px;
}
@media(max-width: 1170px){
    body .scroll-top {
        right: 15px;
        background: rgb(254 242 0 / 0.6);
    }
    .scroll-top.active {
        bottom: 15px;
    }
}
/*End Button Scoll Top*/

/*Begin Page Pagination*/
.pagi-nav{
    text-align: left;
    margin: auto;
    margin-top: 50px;
    margin-bottom: -10px;
    border-top: 1px solid #e5e5e5;
    padding-top: 50px;
}
.pagi-nav .page-numbers{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    font-weight: 700;
    background: #f4f4f4;
    color: #303030;
    border: none;
    margin-bottom:10px;
    border-radius: 50%;
    text-align: center;
}
.pagi-nav .page-numbers.current,
.pagi-nav .page-numbers.current:hover
{
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    color: #303030;
}
.pagi-nav .page-numbers:hover{
  background: #e6e6e6;
  color: #303030;
}
.woocommerce nav.woocommerce-pagination {
    text-align: left;
}
/*End Page Pagination*/

/*Begin Top filter*/
.top-filter > *{
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.top-filter .sort-pagi-bar{
    float: right;
}
.top-filter .sort-pagi-bar > li{
        vertical-align: middle;
}
.sort-by .select-box{
    min-width: 192px;
    display: inline-block;
}
/*End Top filter*/
/*Begin nav tabs*/
.nav-tabs{
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 0;
}

.nav-tabs>li>a{
    border-radius: 0;
    padding: 0px;
    border: none;
    margin: 0px;
}
.nav>li>a:focus,
.nav>li>a:hover,
.nav-tabs>li>a:hover {
    background: transparent;
    border-color: transparent;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover{
    border: none;
    background: transparent;
}

.nav-tabs > li > a i{
    display: inline-block;
    vertical-align: middle;
}
/*End nav tabs*/
/*Begin Share Style*/
.single-post-share a{
    font-size: 26px;
    color: #ccc;
    width: 70px;
    display: inline-block;
    height: 70px;
    line-height: 70px;
    position: relative;
    text-align: center;
    background: #f9f9f9;
    margin-right: 1px;
    margin-bottom: 1px;
}
.single-post-share a .number{
    font-size: 14px;
}
.single-post-share a:before{
    position: absolute;
    content: '';
    height: 70px;
    width: 70px;
    background: #c82811;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    transform: scale(0);
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
}
.single-post-share a:hover:before{
    transform: scale(1);
}
.single-post-share >ul{
    /*margin-left: -28px;
    margin-right: -28px;*/
    display: inline-block;
}
.single-post-share a:hover{
    color: #000;
     background: #c82811;
}
.single-post-share .total-share{
    margin-right: 40px;
}
/*End Share Style*/
/*End General*/

/*******************************************************************************************************
02. Blog General
********************************************************************************************************/
/*Begin Column item posts*/

.list-3-item:nth-child(3n+1),
.list-4-item:nth-child(4n+1),
.list-5-item:nth-child(5n+1),
.list-6-item:nth-child(6n+1),
.list-7-item:nth-child(7n+1),
.list-8-item:nth-child(8n+1),
.list-9-item:nth-child(9n+1),
.list-10-item:nth-child(10n+1){
    clear: both;
}
.list-col-item{
    float: left;
    padding: 0 15px;
}
.list-1-item{
    width: 100%;
}
.list-2-item{
    width: 50%;
}
.list-2-item:nth-child(2n+1){
    clear: both;
}
.list-3-item{
    width: 33.3333%;
}
.list-3-item:nth-child(3n+1){
    clear: both;
}
.list-4-item{
    width: 25%;
}
.list-4-item:nth-child(4n+1){
    clear: both;
}
.list-5-item{
    width: 20%;
}
.list-5-item:nth-child(5n+1){
    clear: both;
}
.list-6-item{
    width: 16.66666667%;
}
.list-7-item{
    width: 14.2857%;
}
.list-8-item{
    width: 12.5%;
}
.list-9-item{
    width: 11.111%;
}
.list-10-item{
    width: 10%;
}
.list-col-item.list-10-item,
.list-col-item.list-9-item,
.list-col-item.list-8-item,
.list-col-item.list-7-item,
.list-col-item.list-6-item,
.list-col-item.list-5-item {
    padding: 0 5px;
}
.list-post-wrap .wrap-item[data-item="5"],
.list-post-wrap .wrap-item[data-item="6"],
.blog-grid-view[data-column="5"] .s7upf-row,
.blog-grid-view[data-column="6"] .s7upf-row,
.product-grid-view[data-column="5"] .s7upf-row,
.product-grid-view[data-column="6"] .s7upf-row,
.product-grid-view[data-column="7"] .s7upf-row,
.product-grid-view[data-column="8"] .s7upf-row,
.product-grid-view[data-column="9"] .s7upf-row,
.product-grid-view[data-column="10"] .s7upf-row{
    margin: 0 -5px;
}
.swiper-wrapper.s7upf-row{
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1024px){
    .list-2-item:nth-child(2n+1),
    .list-3-item:nth-child(3n+1),
    .list-4-item:nth-child(4n+1),
    .list-5-item:nth-child(5n+1),
    .list-6-item:nth-child(6n+1),
    .list-7-item:nth-child(7n+1),
    .list-8-item:nth-child(8n+1),
    .list-9-item:nth-child(9n+1),
    .list-10-item:nth-child(10n+1){
        clear: inherit;
    }
    .list-2-item-tablet:nth-child(2n+1),
    .list-3-item-tablet:nth-child(3n+1),
    .list-4-item-tablet:nth-child(4n+1),
    .list-5-item-tablet:nth-child(5n+1),
    .list-6-item-tablet:nth-child(6n+1),
    .list-7-item-tablet:nth-child(7n+1),
    .list-8-item-tablet:nth-child(8n+1),
    .list-9-item-tablet:nth-child(9n+1),
    .list-10-item-tablet:nth-child(10n+1){
        clear: inherit;
    }
    .list-1-item-tablet{
        width: 100%;
    }
    .list-2-item-tablet{
        width: 50%;
    }
    .list-2-item-tablet:nth-child(2n+1){
        clear: both;
    }
    .list-3-item-tablet{
        width: 33.3333%;
    }
    .list-3-item-tablet:nth-child(3n+1){
        clear: both;
    }
    .list-4-item-tablet{
        width: 25%;
    }
    .list-4-item-tablet:nth-child(4n+1){
        clear: both;
    }
    .list-5-item-tablet{
        width: 20%;
    }
    .list-5-item-tablet:nth-child(5n+1){
        clear: both;
    }
    .list-6-item-tablet{
        width: 16.66666667%;
    }
    .list-7-item-tablet{
        width: 14.2857%;
    }
    .list-8-item-tablet{
        width: 12.5%;
    }
    .list-9-item-tablet{
        width: 11.111%;
    }
    .list-10-item-tablet{
        width: 10%;
    }
    
}
@media (max-width: 991px){
    .list-3-item-mobile:nth-child(3n+1){
         clear: inherit;
    }
    .list-3-item-tablet{
        width: 50%;
    }
    .list-3-item-tablet:nth-child(2n+1){
        clear: both;
    }
}
@media (max-width: 767px){
    .list-2-item-tablet:nth-child(2n+1),
    .list-3-item-tablet:nth-child(3n+1),
    .list-4-item-tablet:nth-child(4n+1),
    .list-5-item-tablet:nth-child(5n+1),
    .list-6-item-tablet:nth-child(6n+1),
    .list-7-item-tablet:nth-child(7n+1),
    .list-8-item-tablet:nth-child(8n+1),
    .list-9-item-tablet:nth-child(9n+1),
    .list-10-item-tablet:nth-child(10n+1){
        clear: inherit;
    }
    .list-2-item-mobile:nth-child(2n+1),
    .list-3-item-mobile:nth-child(3n+1),
    .list-4-item-mobile:nth-child(4n+1),
    .list-5-item-mobile:nth-child(5n+1),
    .list-6-item-mobile:nth-child(6n+1),
    .list-7-item-mobile:nth-child(7n+1),
    .list-8-item-mobile:nth-child(8n+1),
    .list-9-item-mobile:nth-child(9n+1),
    .list-10-item-mobile:nth-child(10n+1){
        clear: inherit;
    }
    
    .list-2-item-mobile{
        width: 50%;
    }
    .list-2-item-mobile:nth-child(2n+1){
        clear: both;
    }
    .list-3-item-mobile{
        width: 50%;
    }
    .list-3-item-mobile:nth-child(3n+1){
        clear: both;
    }
    .list-4-item-mobile{
        width: 25%;
    }
    .list-4-item-mobile:nth-child(4n+1){
        clear: both;
    }
    .list-5-item-mobile{
        width: 20%;
    }
    .list-5-item-mobile:nth-child(5n+1){
        clear: both;
    }
    .list-6-item-mobile{
        width: 16.66666667%;
    }
    .list-7-item-mobile{
        width: 14.2857%;
    }
    .list-8-item-mobile{
        width: 12.5%;
    }
    .list-9-item-mobile{
        width: 11.111%;
    }
    .list-10-item-mobile{
        width: 10%;
    }
    
}
@media (max-width: 374px){
    .list-1-item-mobile{
        width: 100%;
    }
}
/*End column item Posts*/

/*Begin Style Post item*/
.post-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    text-transform: capitalize;
}
/*1. defaut style*/
/*.list-post-wrap{
    display: inline-block; 
}*/
.blog-grid-post-item- .item-grid-post-{
    margin-bottom: 71px;
}
.meta-post-style1 .meta-item i{
    display: none;
}
.meta-post-style1 .meta-item a{
    margin-right: 15px;
    color: #999999;
    font-size: 12px;
}
.meta-post-style1 .meta-item a:hover{
    color: #c82811;
}
.meta-post-style1 .meta-cats a:before{
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff001;
    margin-right: 10px;
}
.meta-post-style1 .meta-cats span{
    display: none;
}
.item-grid-post- .meta-post-style1{
        margin-top: 20px;
    margin-bottom: 6px;
}
.item-grid-post- .post-title{
    margin-bottom: 20px;
}
.item-grid-post- .desc {
    margin-bottom: 29px;
}
.post-thumb{
    overflow: hidden;
}
/*
--------------------------------------------------------
*/
/*2 List post item*/
.item-list-post-default{
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.list-post-wrap>.s7upf-col-12:last-child .item-list-post-default{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.item-list-post-default .readmore{
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 25px;
    font-weight: 700;
}
.item-list-post-default .readmore:after {
    content: '';
    background: #000;
    height: 2px;
    width: 0px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}
.item-list-post-default .readmore:hover:after {
    width: 20px;
}
.item-list-post-default .readmore:hover{
    color: #000;
}

.item-list-post-default .post-title{
     margin-bottom: 23px;
    word-break: break-word;
    overflow: inherit;
    white-space: inherit;
    line-height: 43px;
}
.item-list-post-default .desc {
    color: #666;
    margin-bottom: 28px;
    line-height: 30px;
    font-size: 14px;
}
.item-list-post-default .style-meta-detail-post{
     margin-bottom: 40px;
}
.item-list-post-default .style-meta-detail-post .avata .date{
    color: #999;
}
.item-list-post-default  .style-meta-detail-post .avata .name {
    margin-bottom: -7px;
}
.item-list-post-default .post-info{
    /*max-width: 950px;*/
    background: #fff;
    /*padding-top: 30px;*/
    /*margin-top: -40px;*/
    position: relative;
    /*padding-right: 70px;*/
}
.item-list-post-default .post-thumb {
    margin-bottom: 30px;
}
.item-list-post-default  .meta-post-style1{
    margin-bottom: 13px;
}
/*--------------*/
.item-list-post-style2 .post-thumb{
    width: 50%;
}
.item-list-post-style2 .post-info{
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 45px;
  padding-right: 45px;
}
/*.col-md-12:nth-child(2n+1)> .item-list-post-style2 .post-info{
  
  padding-left: 45px;
 
}*/
.col-md-12:nth-child(2n+1)> .item-list-post-style2 .post-thumb{
  padding-right: 15px;

}
.col-md-12:nth-child(2n)> .item-list-post-style2 .post-info{
 /* padding-right: 45px;*/
     order: 0;
     text-align: right;
}
.col-md-12:nth-child(2n)> .item-list-post-style2 .post-thumb{
  padding-left: 15px;
  order: 1;
}
.item-list-post-style2 .style-meta-detail-post {
    margin-bottom: 22px;
}
.item-list-post-style2 .post-title {
    margin-bottom: 15px;
        overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
}
.item-list-post-style2 .desc {
    color: #707070;
    line-height: 30px;
}

.item-list-post-style2 .readmore{
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 52px;
}
.item-list-post-style2 .readmore:hover{
    text-decoration: underline;
    color: #000;
}
.item-list-post-style2 {
    margin-bottom: 62px;
}
.list-post-wrap>.col-md-12:last-child >.item-list-post-style2 {
    margin-bottom: 0px;
}
/*End Style Post item*/


/************************************
Begin Single Post
************************************/

/*Begin Meta post style*/
.style-meta-detail-post .avata img{
    width: 50px;
    border-radius: 50%;
    vertical-align: middle;
}
.style-meta-detail-post .avata .name-date{
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Futura-Medium";
}
.style-meta-detail-post .avata .name{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
}
.style-meta-detail-post .avata .date{
    display: block;
}
.style-meta-detail-post >li{
    margin-right: 60px;
    font-size: 12px;
}
.style-meta-detail-post >li:last-child{
    margin-right: 0px;
}
.style-meta-detail-post .meta-item i{
    vertical-align: middle;
    margin-right: 15px;
    font-size: 30px;
}

.style-meta-detail-post,
.style-meta-detail-post a,
.style-meta-detail-post .avata .date{
    color: rgb(0 0 0 / 0.7);
}
.style-meta-detail-post .avata .name,
.style-meta-detail-post a:hover{
    color: #000;
    margin-bottom: -5px;
}
.style-meta-detail-post.white a{
    color: #fff;
}
.style-meta-detail-post.white .avata .date{
    color: rgb(255 255 255 / 0.7);
}
.style-meta-detail-post.white .avata .name,
.style-meta-detail-post.white a:hover{
    color: #fff;
}
/*End Meta post style*/

/*Begin tags and share single post*/
.tags-and-share-single-post{
    margin-top: 70px;
}
.tags-and-share-single-post .flex-wrapper>div{
    width: 100%;
}
.tags-and-share-single-post .tags-post h3{
    display: inline-block;
        margin-right: 65px;
}
.tags-and-share-single-post .tags-post a{
    margin-right: 40px;
    color: #686868;
    text-transform: capitalize;
    display: inline-block;
}
.tags-and-share-single-post .tags-post a:hover{
    text-decoration: underline;
    color: #000;
}
.tags-and-share-single-post .tags-post a:last-child{
    margin-right: 0px;
}
/*End tags and share single post*/
/*Begin post info author*/
.post-info-author-style1{
    background: #000;
    padding: 60px 50px 100px 50px;
        margin-top: 70px;
        position: relative;
    margin-bottom: 50px;
}
.post-info-author-style1:after{
   content: '';
   position: absolute;
   left: 50%;
   height: 100px;
   width: 1px;
   bottom: -50px;
   background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.post-info-author-style1 .author-info{
    color: #fff;
    padding-left: 50px;
}
.post-info-author-style1 .name-author{
    color: #fff;
    font-size: 60px;
    font-family: 'PrestigeSignatureScript Demo';
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 20px;
    line-height: 77px;
}
.post-info-author-style1 .desc{
    color: #848484;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px;
}
.post-info-author-style1 .author-thumb{
    width: 150px;
    min-width: 150px;
}
.post-info-author-style1 .author-thumb img{
    width: 150px;
}
/*End post info author*/
/*Begin post control*/
.post-control {
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
    margin-top: 60px;
}
.post-control a i{
    background: #f5f5f5;
    height: 40px;
    width: 40px;
    min-width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.post-control a:hover i{
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    color: #fff;
}
.post-control a i.la-chevron-left{
    margin-right: 10px;
}
.post-control a i.la-chevron-right{
    margin-left: 10px;
}
/*End post control*/
/*Begin Comment list post*/ 
.title-comment-post{
    margin: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
} 
.title-comment-post span{
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    display: inline-block;
    height: 60px;
    line-height: 60px;
    padding: 0px 35px;
}
.title-comment-post #cancel-comment-reply-link{
  margin-left: 20px;
  display: inline-block;
  color: #fff;
}
.title-comment-post #cancel-comment-reply-link:hover{
  text-decoration: underline;
}
.s7up-blog-list-comment{
    padding-top: 70px;
    margin-bottom: -10px;
}
.s7up-blog-form-comment{
    padding-top: 70px
}
.comment-form-cookies-consent label{
    font-weight: 300;
    margin-left: 25px;
    vertical-align: middle;
        margin-bottom: 0px;
}
.comment-form-cookies-consent{
  margin-bottom: 30px;
  position: relative;
}
.comment-form-cookies-consent input[type="checkbox"]{
   margin-top:0px;
    position: absolute;
    top: 6px;
}
.s7up-blog-form-comment .comment-form .contact-name span,
.s7up-blog-form-comment .comment-form .contact-email span,
.s7up-blog-form-comment .comment-form .contact-message span
{
    display: block;
    font-weight: 300;
    color: #000;
    font-size:18px;
        margin-bottom: 15px;
}
.s7up-blog-form-comment .comment-form .contact-message 
{
   clear: both;
   margin-bottom: 0px;
}
.s7up-blog-form-comment .comment-form .contact-name 
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-right: 0px;
}
.s7up-blog-form-comment .comment-form .contact-email 
{
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 0px;
}
.s7up-blog-form-comment .comment-form input[type="text"],
.s7up-blog-form-comment .comment-form textarea
 {
    width: 100%;
    border-color: #d7d7d7;
}
.s7up-blog-form-comment .comment-form .form-submit
 {
    margin-top: 20px;
    margin-bottom: 0px;
}
.s7up-blog-form-comment .comment-form .control-group
 {
    margin-bottom: 40px;
}
.s7up-blog-list-comment .title-line{
    margin-bottom: 50px;
}

.comment-list{
    list-style: none;
    padding-left: 0px;
        margin-bottom: 0px;
}
.comment-list .comment-thumb img{
    border-radius: 50%;
        height: auto;
}
.comment-list .comment-thumb{
       width: 100px;
    min-width: 100px;
}
.comment-list .comment-info{
    padding-left: 30px;
    width: calc(100% - 100px);
}
.comment-list .comment-info .author-name,
.comment-list .comment-info .author-name a
{
    font-size: 18px;
    text-transform: capitalize;
    color: #303030;
    display: inline-block;
    font-family: "Futura-Medium";
}
.comment-list .comment-info .author-name
{
    margin-bottom: 10px;
}
.comment-list .comment-info .content-comment>p{
    margin-bottom: 8px;
}
.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: 30px;
}
.comment-list>li:first-child>.item-comment {
margin-top: 0px;
}
.comment-list .comment-reply-link {
    display: inline-block;
    margin-top: 9px;
    color: #999999;
    font-size: 12px;
    vertical-align: middle;
}
.comment-list .comment-reply-link:hover {
    color: #c82811;
}
.comment-list .comment-reply-link:before{
    content: '';
    height: 1px;
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    background: #303030;
    vertical-align: middle;
}
.comment-list .comment-respond{
    margin-top: 40px;
    padding-top: 0px;
    margin-bottom: 60px;
}

.comment-list .comment-respond .title-comment-post {
    margin-bottom: 20px;
}
.comment-list ul{
    list-style: none;
}
.comment-list .content-comment ul {
    list-style: disc;
}
.comment-list .children{
    padding-left: 100px;
}
.comment-list .depth-3 .children{
    padding-left: 0px;
}
@media (max-width: 1170px){

    .comment-list .comment-thumb {
        width: 70px;
        min-width: 70px;
    }
    .comment-list .comment-info{
        width: calc(100% - 70px);
    }
    .comment-list .children {
        padding-left: 100px;
    }
}
@media (max-width: 768px){

    .comment-list .children {
        padding-left: 0px;
    }
}
@media (max-width: 480px){
    .comment-list .comment-thumb {
        width: 50px;
        min-width: 50px;
    }
     .comment-list .comment-info{
        width: calc(100% - 50px);
    }
}
/*End Comment list post*/
/*Begin Comment form post*/
.s7up-blog-form-comment .comment-form .contact-name .title-label,
.s7up-blog-form-comment .comment-form .contact-email .title-label,
.s7up-blog-form-comment .comment-form .contact-message .title-label{
    display: none;
}
.s7up-blog-form-comment .comment-form input[type="text"]{
    height: 60px;
}
.s7up-blog-form-comment .comment-form input[type="text"], 
.s7up-blog-form-comment .comment-form textarea{
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 0px 22px;
    font-size: 15px;
    background: #fcfcfc;
} 
.s7up-blog-form-comment .comment-form textarea{
    padding-top: 14px;
    height: 230px;
}
.s7up-blog-form-comment .comment-form input[type="text"]::-webkit-input-placeholder,
.s7up-blog-form-comment .comment-form textarea::-webkit-input-placeholder 
{ /* Edge */
  color: #666;
}

.s7up-blog-form-comment .comment-form textarea:-ms-input-placeholder, 
.s7up-blog-form-comment .comment-form input[type="text"]:-ms-input-placeholder 
{ /* Internet Explorer 10-11 */
  color: #666;
}

.s7up-blog-form-comment .comment-form textarea::placeholder, 
.s7up-blog-form-comment .comment-form input[type="text"]::placeholder 
{
  color: #666;
}
/*End comment form post*/
/*Begin Single post style default*/

.single-blog- .title-post-single{
    margin: 0;
    margin-bottom: 45px;
    line-height: 62px;
    word-break: break-word;
    font-size: 48px;
}
.single-blog- .single-post-media-format{
    margin-bottom: 40px;
}
/*End Single post style default*/

/*Begin Single post style 2*/
.single-blog-style2 .title-post-single{
    margin: 0;
    margin-bottom: 18px;
    line-height: 62px;
    word-break: break-word;
    font-size: 48px;
}
.single-blog-style2 .single-post-media-format{
    position: relative;
}
.single-blog-style2 .single-post-media-format .info-meta-post-single2{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    bottom: 0px;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    width: 100%;
    z-index: 2
}
.single-blog-style2 .format-standard{
    height: 785px;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
    background-attachment: fixed;
}
.single-blog-style2 .info-meta-post-single2 >.s7upf-container{
    margin-top: 70px;
}
.single-blog-style2 .format-standard img{
    display: none;
}
.single-blog-style2 .format-standard:before,
.single-blog-style2 .format-gallery .swiper-slide:before
{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.5);
}

.single-blog-style2#main-content {
    padding-top: 0px;
}
.single-blog-style2 .container-single-post2{
   margin-top: 70px;
}
.single-blog-style2 .bread-crumb-{
    margin-top: -60px;
    z-index: 1;
    position: relative;
}
.single-blog-style2 .format-gallery .swiper-slide{
    height: 790px;
}

.single-blog-style2 .format-gallery .display-swiper-navi-group .s7up-swiper-navi .swiper-button-prev{
    float: right;
    margin-right: 5px;
}
.single-blog-style2 .format-gallery .display-swiper-navi-group .s7up-swiper-navi {
    position: absolute;
    right: 0px;
    left: 0px;
    top: auto;
    width: 1650px;
    bottom: 9px;
    z-index: 3;
    margin: auto;
    padding: 0px 15px;
}
.single-blog-style2 .format-video .display-swiper-navi-group .s7up-swiper-navi {
    position: absolute;
    right: 0px;
    left: 0px;
    top: auto;
    width: 1650px;
    bottom: 9px;
    z-index: 3;
    margin: auto;
    padding: 0px 15px;
}
.single-blog-style2  .format-video iframe{
    width: 100%;
    border: 0;
    max-width: 100%;
    height: 790px;
}
.player .vp-player-layout{
    left: 0 !important;
    right: 0 !important;
}
/*End Single post style 2*/
/*End Single Post*/
/*End Blog General*/


/*******************************************************************************************************
03. WooCommerce General
********************************************************************************************************/
/*Begin Effect image product item*/
.product-thumb-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-thumb-link img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.product-thumb-link::before {
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.product-thumb:hover .product-thumb-link::before {
  /*opacity: 1;*/
}
/*Zoom Product*/
.product-thumb:hover .zoom-thumb img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
}
/*Zoomout Product*/
.zoomout-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(3);
  -webkit-transform: scale(3);
}
.product-thumb:hover .zoomout-thumb img:last-child {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}
/*Rotate Product*/
.rotate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
}
.product-thumb:hover .rotate-thumb img:last-child {
  transform: rotateY(0);
  -webkit-transform: rotateY(0);
  opacity: 1;
}
.product-thumb:hover .rotate-thumb img:first-child {
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  opacity: 0;
}
/*Translate Product*/
.translate-thumb img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}
.product-thumb:hover .translate-thumb img:last-child {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.product-thumb:hover .translate-thumb img:first-child {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
}
/*End Effect image product item*/

/************
Begin single product general
****************/
.single-related-product .swiper-pagination{
    margin-top: 75px;
}
/*Begin detail gallery*/
.product-detail{
   /* margin-bottom: 110px;*/
}
.product-detail-gallery .mid{
    position: relative;
    z-index: 1
}
.product-detail-gallery>.wrap-detail-gallery{
    margin-bottom: 0px!important
}
/*Begin gallery control product horizontal*/
.style-gallery-horizontal .gallery-control{
    margin-top: 10px;
}
.style-gallery-horizontal .gallery-slider{
     padding: 0px 45px;
}
.style-gallery-horizontal .slick-slide {
     padding: 0px 5px;
}
.style-gallery-horizontal .gallery-control .slick-arrow {
    position: absolute;
    top:50%;
    z-index: 1;
    padding: 0px;
    height: 40px;
    width: 40px;
    margin-top: -20px;
    border: none;
    border-radius: 0px;
    background: #f9f9f9;
    font-size: 14px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 50%;
    background: #c82811;
    color: #fff;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}
.style-gallery-horizontal .gallery-control .slick-arrow:hover{
    color: #fff;
}
.style-gallery-horizontal .gallery-control .slick-prev {
  left: 0;
}
.style-gallery-horizontal .gallery-control .slick-next {
  right: 0;
}
/*End gallery control product horizontal*/
/*Begin gallery control product image-small*/
.style-image-small .gallery-control .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  padding: 0px;
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.style-image-small .gallery-control .slick-prev {
  left: 0;
}
.style-image-small .gallery-control .slick-next {
  right: 0;
}
/*End gallery control product image-small*/
/*Begin gallery control product vertical*/
.style-gallery-vertical .wrap-detail-gallery {
/*  padding-left:120px;*/
  position: relative;
}
.style-gallery-vertical .wrap-detail-gallery.gallery-control-off {
  padding-left:0px;
}
.style-gallery-vertical .slick-vertical .slick-slide {
  padding: 5px 0px;
  border:none;
}
.style-gallery-vertical .gallery-control {
  position:absolute;
  left: 0;
  top:0px;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 680px;
  width: 100px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.style-gallery-vertical .gallery-control .gallery-slider:before{
    content: '';
    height: 100%;
    width: 40px;
    position: absolute;
    right: -35px;
}
.style-gallery-vertical .product-detail-gallery:hover .gallery-control {
  left: -110px;
  opacity: 1;
}
.style-gallery-vertical .slick-track {
  margin-top: -5px;
  margin-bottom: -5px;
}
.style-gallery-vertical .slick-prev,
.style-gallery-vertical .slick-next
{
  width: 100%;
  border: none;
  color: #ccc;
  background: #f9f9f9;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
}
.style-gallery-vertical .slick-prev:hover,
.style-gallery-vertical .slick-next:hover
{
  color: #000;
  border-color: #c82811;
  background: #c82811;
}
.style-gallery-vertical .slick-prev
{
  margin-bottom: 20px;
}

/*End gallery control product vertical*/
.detail-sticky-style1 .item-gallery-sticky{
    margin-bottom: 10px;
}
.detail-sticky-style1 .item-gallery-sticky:last-child{
    margin-bottom: 0px;
}
/*Begin detail sticky style2*/
.detail-sticky-style2 .item-gallery-sticky,
.detail-sticky-style3 .item-gallery-sticky
{
  width: 50%;
  float: left;
  padding:0px 5px;
  margin-bottom: 10px;
}
.detail-sticky-style2 .list-gallery-sticky,
.detail-sticky-style3 .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
.detail-sticky-style3 .item-gallery-sticky
{
  flex: 1 1 auto;
}
.detail-sticky-style2 .item-gallery-sticky:first-child,
.detail-sticky-style3 .item-gallery-sticky:first-child
{
  width: 100%;
}
/*End detail sticky style2*/
/*Begin detail sticky style3*/
.tab-style-sticky-style3 .detail-tab-desc{
    padding-top: 60px;
}
.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;
}
/*End detail sticky style3*/
/*End detail gallery*/

/*Begin summary product*/
/*final countdown*/
.final-countdown {
    margin: 0px -10px;
    margin-top: 20px;
}
.final-countdown .clock {
   
    text-align: center;
    padding: 0px 10px;
    margin: 0px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -ms-flex;
    -ms-flex-direction: column;
    -ms-justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    
    border-radius: 6px;
}
.final-countdown .clock .number {
    font-size: 18px;
    color: #fff;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-medium";
    font-weight: 700;
    letter-spacing: 1px;
    background: #F9F9F9;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}
.final-countdown .clock .text {
    font-size: 12px;
    color: #666666;
}
.detail-info .final-countdown{
    margin-top: 17px;
    margin-bottom: 10px;
    margin-left: -2px;
    margin-right: -2px;
}
/*End final countdown*/
.woocommerce div.product div.summary{
    margin-bottom: 0px;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.tab-pane{
    display: none;
}
.tab-pane.active{
    display: block;
}
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #C82811;
    color: #fff;
    opacity: 1;
}
input[type=button], 
input[type=reset], 
input[type=submit],
.woocommerce a.button,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
    display: inline-block;
    border: 0;
    color: #303030;
    height: 60px;
    line-height: 63px;
    text-align: center;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    background-color: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    padding: 0px 30px!important;
    min-width: 130px;
    border-radius: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    z-index: 1
}
input[type=button]:hover, 
input[type=reset]:hover, 
input[type=submit]:hover,
.woocommerce a.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
    color: #fff;
    box-shadow: none;
}
input[type=button]:hover, 
input[type=reset]:hover, 
input[type=submit]:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce input.button.alt:hover{
    background: #C82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}
input[type=button]:before, 
input[type=reset]:before, 
input[type=submit]:before,
.woocommerce a.button:before,
.woocommerce #respond input#submit:before,
.woocommerce #respond input#submit.alt:before, 
.woocommerce a.button.alt:before, 
.woocommerce button.button.alt:before, 
.woocommerce input.button.alt:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    background: #C82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 6px;
    z-index: -1;
}
input[type=button]:hover:before, 
input[type=reset]:hover:before, 
input[type=submit]:hover:before,
.woocommerce a.button:hover:before,
.woocommerce #respond input#submit:hover:before,
.woocommerce #respond input#submit.alt:hover:before, 
.woocommerce a.button.alt:hover:before, 
.woocommerce button.button.alt:hover:before, 
.woocommerce input.button.alt:hover:before{
    top: 0;
}
.woocommerce div.product form.cart{
    margin-bottom: 0px
}
.s7up-form-cart-single form.cart,
.s7up-form-cart-single .wishlist_compare_single_product {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

.wishlist_compare_single_product {
    margin-left: 10px;
}
.wishlist_compare_single_product a{
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #000;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    margin-right: 1px;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    border-radius: 6px;
}
.wishlist_compare_single_product a:last-child{
    margin-right: 0px;
}
.wishlist_compare_single_product a span{
    display: none;
}
.product-detail-info{
    padding-left: 35px;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
    float: none;
    box-shadow: none;
    overflow: hidden;
    padding: 0px 30px!important;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    font-size: 18px;
    background-color: #fff000;
    color: #303030;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover{
    background-color: #fff000;
    color: #fff;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
}

.product-title-single{
    line-height: 45px;
    margin-bottom: 0px;
}
.s7up-price-single .product-price {
    color: #c82811;
    font-size:24px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: 'Lato';
}
.s7up-price-single{
    margin-top: 7px;
}
.product-detail-info >.s7up-price-single{
    height: 50px;
    line-height: 50px;
}

.s7up-price-single .product-price del .woocommerce-Price-amount{
    color: #999999;
    font-size: 18px;
    font-weight: 500;
    margin-right: 5px;
   font-family: 'Lato';
}
.product-detail-info .product-desc{
    font-size: 14px;    
    margin-top: 9px;
    margin-bottom: 0px;
    color: #666666;
}
.s7up-form-cart-single {
    margin-top: 30px;
}
.product-detail-info .product-desc p:last-child{
    margin-bottom: 0px;
}
.item-product-meta-info{
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
}
.item-product-meta-info .posted_in label,
.item-product-meta-info .tagged_as label
{
    text-transform: uppercase;
        color: #303030;
        margin-bottom: 0px;
        margin-right: 10px;
}
.item-product-meta-info .posted_in a,
.item-product-meta-info .tagged_as a
{
    color: #666;
   margin-left: 3px;
    margin-right: 3px;
}
.item-product-meta-info .posted_in a:first-child,
.item-product-meta-info .tagged_as a:first-child
{
    margin-left: 0px;
}
.item-product-meta-info .posted_in a:hover,
.item-product-meta-info .tagged_as a:hover
{
    color: #000;
    text-decoration: underline;
}
/*Begin product variations form*/
.woocommerce div.product form.cart .variations{
    margin-bottom: 10px;
}
.s7up-form-cart-single form.variations_form {
    display: block;
}
.s7up-form-cart-single form.variations_form .single_variation_wrap .variations_button,
.s7up-form-cart-single .variations .detail-attr
{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
   
}
.s7up-form-cart-single form.variations_form .qty-cart{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}
.s7up-form-cart-single form.variations_form .qty-cart .woocommerce-variation{
    width: 100%;
    margin-bottom: 48px;
}
.woocommerce div.product form.cart .variations label{
   text-transform: uppercase;
    font-size: 14px;
    margin: 0px;
    color: #303030;
    margin-right: 25px;
}
.s7up-form-cart-single .variations .type-label .swatch-label{
       color: #303030;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    background: #fff000;
    border-radius: 50%;
}
.s7up-form-cart-single .variations .type-label .desc{
    margin-right: 15px;
}
.s7up-form-cart-single .variations .type-label .swatch-label-box:hover .desc{
    color: #303030;
}
.s7up-form-cart-single .variations .type-label .swatch-label:hover,
.s7up-form-cart-single .variations .type-label .swatch-label.selected
{
    color: #000;
    text-decoration: underline;
}
.s7up-form-cart-single .variations .type-label .swatch-label:last-child{
    margin-right: 0px;
}
.s7up-form-cart-single .variations .type-select,
.s7up-form-cart-single .variations .detail-attr,
.s7up-form-cart-single .variations .type-
{
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    padding: 0px 20px;
}
.s7up-form-cart-single .variations .type-color
{
        height:60px;
    line-height:58px;
}
.s7up-form-cart-single .variations .type-label
{
    line-height:58px;
}
.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: 60px;
   height: 60px;
   margin: 0px!important;
   padding: 0px 20px 0px 0px;
}
.s7up-form-cart-single .variations .type-color .swatch-color{
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    color: #fff;
}
.s7up-form-cart-single .variations .type-color .swatch-color:before{
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    opacity: 0;
}
.s7up-form-cart-single .variations .type-color .swatch-color.selected:before{
    opacity: 1;
}
.s7up-form-cart-single .variations .type-color .swatch-color:last-child{
    margin-right: 0px;
}
.s7up-form-cart-single .variations .type-color .select-box::after{
    display: none;
}
.s7up-form-cart-single .variations .type-select .select-box,
.s7up-form-cart-single .variations .type- .select-box
{
   width: 100%;
}
.s7up-form-cart-single .variations .type-select .title-atttr,
.s7up-form-cart-single .variations .type- .title-atttr
{
    line-height: 60px;
}
.woocommerce div.product form.cart .reset_variations{
    font-size: 14px;
    margin-top: -10px;
    display: block;
}
.product-detail-info .woocommerce-variation-description .product-desc{
    margin-bottom: 0px;
}
.product-detail-info .woocommerce-variation-price{
    margin-top: 40px;
}
.product-price ins{
    text-decoration: none;
}
.product-detail-info .woocommerce-variation-price .product-price{
    color: #000;
    font-size: 36px;
    font-weight: 700;
}
.product-detail-info .woocommerce-variation-price .product-price del{
    color: #939393;
    font-size: 18px;
    font-weight: 400;
    margin-right: 20px;
}
/*End product variations form*/

/*Begin product group form*/
.s7up-form-cart-single .list-product-group{
    width: 100%;
}
.s7up-form-cart-single .list-product-group form.cart .single_add_to_cart_button{
     max-width: 230px;
}
.s7up-form-cart-single .list-product-group form.cart{
    flex-wrap: wrap;
    flex-direction: column;
}
.s7up-form-cart-single .list-product-group .detail-qty{
    margin-right: 0;
    border: none;
    width: auto;
    max-width: initial;
}
.s7up-form-cart-single .list-product-group .detail-qty > a {
    height: 30px;
    line-height: 30px;
    width: 20px;
    text-align: center;
    font-size: 24px;
    color: #999999;
}
.s7up-form-cart-single .list-product-group .detail-qty > input {
    height: 30px;
    line-height: 30px;
    max-width: 40px;
    min-width: auto;
}
.s7up-form-cart-single .list-product-group .group-qty .button {
    width: auto;
    min-width: auto;
    padding: 0px!important;
    height: auto;
    line-height: initial;
    border: none;
    background: transparent;
    font-size: 14px;
}
.s7up-form-cart-single .list-product-group .group-qty .button:hover {
    box-shadow: none;
}
.s7up-form-cart-single .list-product-group .group-qty .button:before,
.s7up-form-cart-single .list-product-group .group-qty .button:after{
    display: none;
}
.s7up-form-cart-single .list-product-group .single_add_to_cart_button {
    margin-top: 40px;
}
.s7up-form-cart-single .list-product-group .group_table {
    border:none;
}
/*End product group form*/

.detail-qty{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    position: relative;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 6px;
}
.shop_table  .detail-qty{
    max-width: 150px;
}
.detail-qty > a{
    height:58px;
    line-height: 58px;
    width: 55px;
    text-align: center;
}
.detail-qty > input{
    padding: 0 5px;
    text-align: center;
    height: 58px;
    line-height: 58px;
    border: none;
    max-width: 40px;
    min-width: auto;
}
.s7up-form-cart-single .detail-qty{
    margin-right: 10px;
}
.meta-item-list{
    display: inline-block;
    margin: 0px;    
}
.sort-by .select-box::after {
    top: 3px;
}

.product-detail-info >.yith-wcwl-add-to-wishlist,
.product-detail-info >.compare{
    display: none!important;
}
.single-product-share{
    margin-top: 60px;
}
/*End summary product*/

/*Begin style product tabs*/
.detail-product-tabs{
    margin-top: 62px;
}
.product-tab-content .detail-tab-desc>h2,
.product-tab-content .woocommerce-Reviews-title
{
    display: none;
}
/*tab product vertical*/
.tab-product-vertical {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -o-flex;
}
.tab-product-vertical .product-tab-title {
  min-width: 300px;
  border-right: none;
}
.tab-product-vertical .product-tab-content {
  padding-right: 0px;
  flex-grow: 1;
  width: calc(100% - 300px);
  width: -webkit-calc(100% - 300px);
}
.tab-product-vertical  .product-tab-title li a:hover,
.tab-product-vertical  .product-tab-title li.active a
{
  color: #000;
  text-decoration: underline;
}
/*tab product horizontal*/
.tab-product-horizontal .product-tab-title li{
  display: inline-block;
  padding: 0px 25px;
}
.tab-product-horizontal .product-tab-title li a{
  color: #999;
  font-size: 16px;
}
.tab-product-horizontal .product-tab-title li a:hover,
.tab-product-horizontal  .product-tab-title li.active a{
  color: #303030;
}
.tab-product-horizontal .product-tab-title{
    margin-bottom: 30px;
}
.tab-product-horizontal .product-tab-title ul{
  margin: 0px -25px;
  display: inline-block;
}

/*Begin tab-product-accordion*/

.tab-product-accordion .ui-icon{
  text-indent: inherit;
  float: right;
}
.tab-product-accordion .ui-state-active .ui-icon,
.tab-product-accordion .ui-button:active .ui-icon{
  background: transparent;
  background-image:none;
}
.tab-product-accordion .ui-accordion .ui-accordion-header{
  background: #f5f5f5;
  border-radius: 0px;
  border: 1px solid #f5f5f5;
  margin: 0px;
  margin-top: -1px;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  margin-bottom: 15px;
}
.tab-product-accordion .ui-state-default a:link{
  color:#2a3640;
}
.tab-product-accordion .ui-accordion .ui-accordion-header:hover a:link,
.tab-product-accordion .ui-accordion .ui-accordion-header:hover .ui-icon
{
  color:#53ac82;
}
.tab-product-accordion .ui-accordion .ui-accordion-header-active.ui-accordion-header:hover a:link,
.tab-product-accordion .ui-accordion .ui-accordion-header-active.ui-accordion-header:hover .ui-icon
{
  color:#fff;
}
.tab-product-accordion .ui-accordion .ui-accordion-header:first-child{
  margin-top: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-header.ui-state-active{
  border-bottom: none;
  background: #53ac82;
  margin-bottom: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-header.ui-state-active:first-child{
  margin-top: 0px;
}
.tab-product-accordion .ui-accordion .ui-accordion-content{
  border: none;
  background: #fff;
  width: 100%;
  padding: 0px;
  overflow-x: hidden;
  margin-bottom: 15px;
}
.tab-product-accordion2 .ui-accordion .ui-accordion-header{
  background: #fff;
}
.tab-product-accordion .ui-icon {
  height: 59px;
  line-height: 60px;
  font-size: 20px;
  width: auto;
  margin: 0px;
  color: #2a3640;
}
.tab-product-accordion .ui-state-active a,
.tab-product-accordion .ui-state-active a:link,
.tab-product-accordion .ui-state-active a:visited,
.tab-product-accordion .ui-state-active .ui-icon {
  color: #fff;
}
.tab-product-accordion .ui-icon, .tab-product-accordion .ui-widget-content .ui-icon{
  background-image:none;
}
/*End tab-product-accordion*/
/*End style product tabs*/
/*End single product general*/

/*****************************
Beign page my account
******************************/
.woocommerce-MyAccount-navigation ul{
    padding: 0px;
}
.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: 48px;
    border: 1px solid #e1e1e1;
    padding: 0px 15px;
}
.rememberme-lost_password .lost_password{
    float: right;
    margin-bottom: 0px;
}
.rememberme-lost_password label{
    font-weight: 400;
    margin-bottom: 0px;
    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: #c82811;
}
.myaccount-tab-title ul{
    width: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.myaccount-tab-title li{
    width: 100%;
    float: left;
    padding: 0px;
}
.myaccount-tab-title li a{
    height: 50px;
    line-height: 50px;
    display: block;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
    font-family: "Futura-medium";
    letter-spacing: 1px;
}
.myaccount-tab-title li.active a{
    border-color: #303030;
}
.woocommerce .myaccount_registration_login .myacc-bt-register{
    /*width: 100%;*/
}
.woocommerce-MyAccount-navigation ul li {
    padding: 0px;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 8px 15px;
    display: block;
    /*font-family: "Futura-Bold";*/
     font-weight: 700;
    font-family: "Futura-medium";
    letter-spacing: 1px;
}
.woocommerce-MyAccount-navigation ul li a:hover{
    background: #fff;
    color: #c82811;
}
.woocommerce-account .addresses .title .edit:hover{
    color: #c82811;
    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: #303030;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    border: navajowhite;
    margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation ul li.is-active a{
    color: #fff;
    background: #c82811;
    border-color: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}
.woocommerce-MyAccount-content p:last-child,
.woocommerce-MyAccount-content div:last-child
{
    margin-bottom: 0px;
}
.woocommerce-MyAccount-content form>h3,
.woocommerce-account .addresses .title h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    color: #2a3640;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content form button[type="submit"]{
    margin-top: 25px;
}
.myaccount_registration_login label[for="apply_for_vendor"]{
    margin-bottom: 0px;
}
.myaccount_registration_login .woocommerce-privacy-policy-text{
    margin-bottom: 25px;
}
.rememberme-lost_password{
    margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
    border: 1px solid #e5e5e5;
}
.woocommerce-account .woocommerce-MyAccount-content{
    padding-left: 20px;
}
@media(max-width: 768px){
    .woocommerce-account .woocommerce-MyAccount-content{
        padding-left:0px;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation{
        border: none;
    }
    .woocommerce-MyAccount-navigation>ul{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
    }
    .woocommerce-MyAccount-navigation>ul li{
        display: inline-block;
    }
}
/*End  page my account*/

/**************************
Begin page cart
****************************/
.woocommerce table.shop_table {
    border: 0;
    margin-bottom: 50px;
    padding: 0;
    border-collapse: collapse;
}
.woocommerce table.shop_table tr, .woocommerce-cart table.cart tr {
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th, .woocommerce-cart table.cart td:first-child {
    padding: 20px 0;
    border: 0;
}
.woocommerce .product-remove a.remove {
    margin: 0px;
}
.woocommerce a.remove {
    color: #000!important;
}
.woocommerce a.remove:hover {
    color: #e01e48!important;
    background: transparent;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    height: 60px;
    margin-right: 10px;
    border-radius: 6px;
}
.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: #fff;
    background-color: #c82811;
}
.woocommerce-cart table.cart img{
    width: 50px;
}
.cart_totals >h2{
    font-size: 24px;
    text-transform: uppercase;
        color: #303030;
        /*font-family: "Futura-Bold";*/
         font-family: "Futura-medium";
    font-weight: 700;
    letter-spacing: 1px;
}
@media (max-width: 768px){
    .woocommerce-cart table.cart td.product-quantity:after{
        content: '';
        display: block;
        clear: both;
    }
    .woocommerce-cart table.cart td.product-quantity .detail-qty{
            float: right;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
        background: transparent;
    }
}

@media (max-width: 480px){
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        margin-bottom: 8px;
    }
    .woocommerce-page table.cart td.actions .coupon .button{
         width: 100%;
    }
}

/*End  page cart*/

/*************************
Begin page checkout
**************************/
.woocommerce form .form-row input.input-text {
    height:60px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}
.woocommerce-checkout .woocommerce form .form-row textarea {
    height: 173px;
}
.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: 6px;
    height:60px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    right: 6px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    border-radius: 0px;
        background: #f9f9f9f9;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
    padding: 30px;
        border-bottom: 1px solid #e5e5e5;
}
#add_payment_method #payment div.form-row.place-order,
.woocommerce-cart #payment div.form-row.place-order,
.woocommerce-checkout #payment div.form-row.place-order{
 padding: 30px;
}
.woocommerce-Price-amount{
    color: #c82811;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 1px solid #e5e5e5;
    border-radius: 0px;
}
.woocommerce form.checkout_coupon input#coupon_code{
    height: 60px;
    line-height: 60px;
}
#add_payment_method #payment ul.payment_methods li input.input-radio,
.woocommerce-cart #payment ul.payment_methods li input.input-radio,
.woocommerce-checkout #payment ul.payment_methods li input.input-radio{
    height: auto;
}
@media (max-width: 480px){
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
        overflow: visible;
    }
    #add_payment_method #payment div.form-row.place-order, .woocommerce-cart #payment div.form-row.place-order, .woocommerce-checkout #payment div.form-row.place-order,#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        padding: 15px;
    }
}

/*End  Page checkout*/
/*End WooCommerce General*/



/*******************************************************************************************************
04. Elementor
********************************************************************************************************/
/*Begin Elementor Heading*/
.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: 30px;
    font-weight: 700;
    font-family: "Futura-Bold";
    /* font-family: "Futura-medium";
    letter-spacing: 1px;*/
    line-height: 40px;
}
.el7up-heading-style2{
    font-size: 14px;
    font-weight: 700;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    line-height: 24px;
    color: #303030;
    text-transform: uppercase;
    position: relative;
}
.el7up-heading-style2:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    background: #C82811;
    left: 0;
    bottom: -4px;
}

.el7up-heading-style3{
    font-size: 24px;
    font-weight: 700;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    background-color: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
}
.el7up-heading-style3 span{
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    padding: 18px 35px;
    display: inline-block;
}
.el7up-heading-style4{
        color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    /*font-family: "Futura-Bold";*/
     font-family: "Futura-medium";
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    height: 66px;
    line-height: 60px;
    background: #c82811;
    background: linear-gradient( 0deg , rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    padding: 0px 30px;
    padding-top: 6px;
    margin-top: -6px;
}
.el7up-heading-style4:after{
    content: '';
    border-bottom: 6px solid #303030;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    position: absolute;
    left: -6px;
    right: -6px;
    top: 0px;
    z-index: -2;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition-delay: 0.1s;
}
.el7up-heading-style5{
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: #c82811;
    background: linear-gradient( 0deg , rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    padding: 0px 40px;
}
/*End Elementor Heading*/

/*Begin Elementor Accordion */
.el7up-accordion-css .ui-icon{
    display: none;
}
.el7up-accordion-css .box-icon-accor{
    position: relative;
}
.el7up-accordion-css .box-icon-accor .icon-accor{

}
.el7up-accordion-css .box-icon-accor .icon-accor-active{
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}
.el7up-accordion-css .ui-state-active .box-icon-accor .icon-accor-active{
    opacity: 1;
}
.el7up-accordion-css .ui-state-active .box-icon-accor .icon-accor{
    opacity: 0;
}
.el7up-accordion-css.ui-accordion .ui-accordion-header{
    margin:  0px;
    border-radius: 0px;
     padding: 10px 20px;
}
.el7up-accordion-css.ui-accordion .ui-accordion-header{
    /*margin-top: -1px;*/
}
.el7up-accordion-css.ui-accordion .ui-accordion-header:last-child{
    /*margin-top: 0px;*/
}
.el7up-accordion-css.ui-accordion .ui-accordion-content {
    padding: 30px 20px;

    border-radius: 0px;
}
.el7up-accordion-css .ui-accordion-content p:last-child{
    margin-bottom: 0px;
}
.el7up-accordion-css.ui-widget{
    font-family:inherit;
}
/*----------------------*/
.el7up-accordion-.ui-accordion .ui-accordion-content{
    margin-left: 70px;
    border-color: #fff000;
    border-top: 1px solid #fff000;
    padding: 30px 30px;
    color: #666;
}
.el7up-accordion-.ui-accordion .ui-accordion-header{
    background: #fff;
    border: none;
    color: #303030;
    font-family: "Futura-Medium";
    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-family: "Futura-Medium";
    font-size: 18px;
    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: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    color: #fff;
    font-size: 24px;
}
.el7up-accordion- .ui-state-active .box-icon-accor {
    color: #303030;
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
}
.el7up-accordion- .box-icon-accor .icon-accor-active {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

/*End Elementor Accordion */

/*Begin Elementor Menu*/
.s7upf-navbar-nav{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.s7upf-navbar-nav > li{
    display: inline-block;
    font-size: 14px;
}
.s7upf-navbar-nav > li > a{
    position: relative;
    display: block;
    padding: 15px;
}

.s7upf-navbar-nav li.menu-item-has-children{
    position: relative;
}
/*.s7upf-navbar-nav li.menu-item-has-children> a:before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    background: transparent;
    height: 50px;
    z-index: 9;
}
.s7upf-navbar-nav li.menu-item-has-children li.menu-item-has-children >a:before{
      content: "";
    position: absolute;
    bottom: 0;
    right: -15px;
    left: auto;
    width: 30px;
    background: transparent;
    height: 100%;
    z-index: 9;
}*/

.s7upf-navbar-nav li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    margin: 0;
    margin-top: 0px;
}
.s7upf-navbar-nav li.menu-item-has-children li.menu-item-has-children > .sub-menu {
    margin: 0px 0px 0px 30px;
}
.s7upf-navbar-nav li.menu-item-has-children li.menu-item-has-children:hover > .sub-menu {
    margin-left: 0px;
    margin-top: 0px;
}
.s7upf-navbar-nav .sub-menu {
    background: #fff;
    left: 0px;
    list-style: none;
    opacity: 0;
    padding: 20px 0 20px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 999;
    text-align: left;
    margin: 30px 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    width: 250px;
}
.s7upf-navbar-nav .sub-menu .sub-menu{
    left: 100%;
    top: 0;
}
.s7upf-navbar-nav .sub-menu > li > a {
    display: block;
    padding: 8px 30px;
    position: relative;
    font-size: 15px;
}
.s7upf-navbar-nav .sub-menu > li > a:hover{
    color: #c82811;
}
.s7upf-navbar-nav li.has-mega-menu .mega-menu {
    background: #fff;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 999;
    text-align: left;
    margin: 30px 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 32px 0px rgba(0,0,0,.1);
}
.s7upf-navbar-nav li.has-mega-menu:hover > .mega-menu {
    margin: 0;
    opacity: 1;
    visibility: visible;
}
.indicator-icon{
    margin-left: 6px;
    float: right;
    cursor: pointer;
    position: relative;
    font-weight: 900;
    font-style: normal;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 12px;
}
.indicator-icon:before {
    content: "\f0d7";
}
.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{
    height: 16px;
    width: 23px;
    position: relative;
    display:block;
    overflow: hidden;
    cursor: pointer;
}
.s7upf-menu-toggler span,
.s7upf-menu-toggler:after,
.s7upf-menu-toggler:before{
    content: "";
    position: absolute;
    height: 2px;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}
.menu-toggler-right .s7upf-menu-toggler span,
.menu-toggler-right .s7upf-menu-toggler:after,
.menu-toggler-right .s7upf-menu-toggler:before{
    left: auto;
    right: 0;
}
.s7upf-menu-toggler:before{
    width: 15px;
}
.s7upf-menu-toggler:after{
    width: 20px;
}
.s7upf-menu-toggler span{
    top: 0;
    bottom: 0;
    margin: auto;
}
.s7upf-menu-toggler:after{
    top: inherit;
    bottom: 0;
}
.s7upf-menu-toggler.menu-open:before{
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    transform-origin: 0;
    width: 150%;
}
.s7upf-menu-toggler.menu-open:after{
    transform: rotate(-37deg);
    -webkit-transform: rotate(-37deg);
    transform-origin: 0;
    width: 150%;
}
.s7upf-menu-toggler.menu-open span{
    opacity: 0;
}
.s7upf-nav-identity-panel{
    display: none;
}


/*Menu fixed style*/

.fixed-header {
    background:#fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.menu-fixed-content.fixed-header{
    background: #fff;
    box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.5);
    width: 100%;
    left: 0 !important;
    margin: 0;
    max-width: 100%;
    display: block;
}
.fixed-header .vc_row[data-vc-full-width].vc_hidden{
    opacity: 1;
}
.fixed-header {
    position: fixed !important;
    top: -100px;
    left: 0px !important;
    z-index: 9999!important;
    -webkit-transition: top 0.3s ease-out 0s !important;
    transition: top 0.5s ease-out 0s !important;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}
.admin-bar .fixed-header.active {
    top: 32px;
}
.fixed-header.active {
    top: 0;
}
/*menu style icon*/

.menu-style-icon .s7upf-nav-identity-panel{
    display: block;
}
.menu-style-icon .s7upf-menu-inner{ 
    background: #fff;
    width: 330px;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9995;
    padding: 50px 0px 30px 0px;
    overflow-x: hidden;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    max-width: 100%;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 0.1);
    max-height: 100%;
    display: block;
}
.menu-style-icon.position_content-left .s7upf-menu-inner{ 
   left: -350px;
}
.menu-style-icon.position_content-left .s7upf-menu-inner.menu-side-active{
    left: 0;
}
.menu-style-icon.position_content-right .s7upf-menu-inner{ 
   right: -350px;
}
.menu-style-icon.position_content-right .s7upf-menu-inner.menu-side-active{
    right: 0;
}
.menu-style-icon .s7upf-menu-inner .s7upf-navbar-nav{
    padding-top: 30px;
    padding-left: 40px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
}

.menu-style-icon .s7upf-navbar-nav > li > a{
    padding: 10px 0;
    text-transform: uppercase;
}
.menu-style-icon .s7upf-navbar-nav > li > a:hover{
    color: #000;
    text-decoration: underline;
}
.menu-style-icon .s7upf-navbar-nav > li {
    display: block;
}

.position_content-left .close-menu{
    position: absolute;
    right: 17px;
    top:45px;
    line-height: 40px;
    cursor: pointer;
        font-size: 24px;
}
.position_content-right .close-menu{
    position: absolute;
    left: 17px;
    top: 34px;
    line-height: 40px;
    cursor: pointer;
        font-size: 24px;
}
.close-menu .s7upf-menu-toggler span,
.close-menu .s7upf-menu-toggler:after,
.close-menu .s7upf-menu-toggler:before{
    background: #fff;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu{
    position: static;
    opacity: 1;
    visibility: visible;
    margin: 0;
    width: 100%;
    display: none;
    box-shadow: none;
}
.menu-style-icon .s7upf-navbar-nav .sub-open > .sub-menu{
    display: block;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu{
    background: transparent;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu{
    padding: 0px;
}
.menu-style-icon .s7upf-navbar-nav .sub-menu >li>a{
    padding: 8px 20px;
}
.menu-style-icon .indicator-icon{
    width: 30px;
    text-align: center;
    display: none;
}
.mobile-logo img{
    max-width: 200px;
}


.effect-line-bottom .s7upf-navbar-nav>li{
    position: relative;
}
.effect-line-bottom .s7upf-navbar-nav>li>a:after
{
    content: '';
    background: #c82811;
    position: absolute;
    bottom: 0;
    height: 3px;
    left: 50%;
    right: 50%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.effect-line-bottom .s7upf-navbar-nav>li>a:hover:after,
.effect-line-bottom .s7upf-navbar-nav>li.current-menu-parent>a:after,
.effect-line-bottom .s7upf-navbar-nav>li.current-menu-ancestor>a:after,
.effect-line-bottom .s7upf-navbar-nav>li.current-menu-item>a:after
{
    left: 0;
    right: 0;
    opacity: 1;
}
.effect-line-top .s7upf-navbar-nav>li{
    position: relative;
}
.effect-line-top .s7upf-navbar-nav>li>a:after
{
    content: '';
    background: #c82811;
    position: absolute;
    top: 0;
    height: 3px;
    left: 50%;
    right: 50%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 0;
}
.effect-line-top .s7upf-navbar-nav>li>a:hover:after,
.effect-line-top .s7upf-navbar-nav>li.current-menu-item>a:after
{
    left: 0;
    right: 0;
    opacity: 1;
}

.toggle-mobile-menu {
  display: none;
}
.menu-style-icon{

}
/*menu style default*/
.menu-style- .s7upf-navbar-nav > li > a{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 25px;
    height: 135px;
    line-height: 135px;
    color: #000;
    /*font-family: 'Futura-Bold';*/
    font-family: 'Futura-Medium';
    letter-spacing: 1px;
}
.menu-style- .s7upf-navbar-nav > li > a:hover{
    color: #000;
}
.menu-style- .s7upf-navbar-nav>li> a:after {
       content: attr(title);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity:0;
    font-family: 'Mr Dafoe';
    font-size: 50px;
    font-weight: 400;
    color: #000;
    transform: scale(0) rotate(0deg);
    -webkit-transform: scale(0) rotate(0deg);
   
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
    height: 112px;
    line-height: 100px;
    text-transform: capitalize;
    overflow: hidden;
}
.menu-style- .s7upf-navbar-nav>li:hover> a:after,
.menu-style- .s7upf-navbar-nav>li.current_page_parent  > a:after,
.menu-style- .s7upf-navbar-nav>li.current-menu-item > a:after
{
    transform: scale(1) rotate(-15deg);
    -webkit-transform: scale(1) rotate(-15deg);
    opacity: 0.07;
}
.menu-style- .sub-menu  .current-menu-item>a{
    text-decoration: underline;
}
/*menu style 2*/
.menu-style-style2 .s7upf-navbar-nav > li > a{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 27px;
    height: 60px;
    line-height: 60px;
    color: #303030;
    font-family: 'Futura-Bold';
    position: relative;
        z-index: 2;
}
.menu-style-style2 .s7upf-navbar-nav > li > a:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0px;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 40%, rgba(222,126,112,1) 100%);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.menu-style-style2 .s7upf-navbar-nav > li > a:after{
       content: '';
    border-bottom: 6px solid #303030;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    height: 0;
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    z-index: -2;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition-delay:0.1s;
}/*
.menu-style-style2 .s7upf-navbar-nav>li:hover> a:after, 
.menu-style-style2 .s7upf-navbar-nav > li > a:hover:after,*/
.menu-style-style2 .s7upf-navbar-nav>li.current_page_parent > a:after, 
.menu-style-style2 .s7upf-navbar-nav>li.current-menu-item > a:after,

.menu-style-style2 .s7upf-navbar-nav>li:hover> a:before, 
.menu-style-style2 .s7upf-navbar-nav > li > a:hover:before,
.menu-style-style2 .s7upf-navbar-nav>li.current_page_parent > a:before, 
.menu-style-style2 .s7upf-navbar-nav>li.current-menu-item > a:before{
    opacity: 1;
}
.menu-style-style2 .s7upf-navbar-nav>li.current_page_parent > a:before, 
.menu-style-style2 .s7upf-navbar-nav>li.current-menu-item > a:before{
     top: -6px;
}
/*Begin Mobile Menu*/
@media (max-width: 1170px) {

    .btn-toggle-mobile-menu {
        position: absolute;
        top: 0;
        right: 0px;
        height: 55px;
        width: 55px;
        border-left: 1px solid #e1e1e1;
        line-height: 55px;
        z-index: 10;
        text-align: center;        
        font-size: 18px;
        transition: all 0.3s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    .btn-toggle-mobile-menu::after {
        font-family: 'Line Awesome Free';
        content: "\f107";
        font-weight: 900;
    }
    .btn-toggle-mobile-menu.active::after {
        content: "\f106";
    }
    .btn-toggle-mobile-menu.active {
        background: #ebebeb;
    }
    .s7upf-menu-inner .indicator-icon{
        display: none;
    }
    .s7upf-menu-inner{
        position: absolute;
        top: 100%;
        width: 100vw;
        display: none;
        z-index: 999;
        background: #fff;
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        transition: none;
        -webkit-transition: none;
        text-align: left;
        overflow-x: auto;
        max-height: 332px;
    }
    .s7upf-menu-inner > .s7upf-navbar-nav  {
           text-align: left!important;
    }
    .s7upf-menu-inner > .s7upf-navbar-nav > li {
        display: block;
        margin: 0px !important;
        padding: 0!important;
        position: relative;
    }
    .s7upf-menu-inner > .s7upf-navbar-nav>li > a {
        display: block;
        font-weight: 400;
        height: 55px !important;
        line-height: 55px !important;
        padding: 0px 15px!important;
        padding-right: 70px!important;
        border-bottom: none!important;
        transition: none;
        -webkit-transition: none;
         margin: 0px!important;
         color: #000!important;
    }
    .s7upf-navbar-nav li.menu-item-has-children> a:before{
        display: none;
    }
    .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li > a {
        padding-left: 30px!important;
        height: 55px !important;
        line-height: 55px !important;
        padding-top: 0px;
        padding-bottom: 0px;
         border-top: 1px solid #e1e1e1!important;
    }
    .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li:first-child > a {
         border-top: none!important;
    }
    .s7upf-menu-inner > ul li:not(.has-mega-menu) ul li.menu-item-depth-2  > a {
        padding-left: 45px!important;
    }
    .s7upf-navbar-nav .sub-menu{
        padding: 0px;
    }
    .toggle-mobile-menu {
        height: 80px;
        width: 80px;
        position: relative;
        padding: 0px;
        text-align: center;
        background: #c82811;
        background: linear-gradient(0deg, rgba(200,40,17,1) 40%, rgba(222,126,112,1) 100%);
        display: inline-block;
        line-height: 75px;
        font-size: 24px;
        color: #fff;
    }
    .s7upf-menu-container.active .toggle-mobile-menu i:before{
        content: "\f00d";
    }
    .toggle-mobile-menu:hover,
    .toggle-mobile-menu:focus
    {
        color: #fff;
    }
   .toggle-mobile-menu.active .la-reorder:before {
    content: "\f191";
  }
  
  .menu-style- .sub-menu li,
  .menu-style-style2 .sub-menu li
   {
    transition: none;
    -webkit-transition: none;
  }
  .menu-style- .sub-menu,
  .s7upf-navbar-nav li.has-mega-menu .mega-menu,
  .menu-style-style2 .sub-menu
   {
    background: #fff none repeat scroll 0 0;
    display: none;
    margin: 0!important;
    opacity: 1!important;
    visibility: visible!important;
    position: static!important;
    box-shadow: none!important;
    border-top: 1px solid #e1e1e1;
    transition: none;
    -webkit-transition: none;
    width: 100%;
  }
  .menu-style- .s7upf-navbar-nav > li > a,
  .menu-style-style2 .s7upf-navbar-nav > li > a
   {
    border-top: 1px solid #e1e1e1!important;
  }
  /*css bach*/
  .menu-style- .s7upf-navbar-nav>li> a:after,
  .menu-style-style2 .s7upf-navbar-nav>li> a:after
  {
    display: none;
  }
}
/*End Elementor Menu */


/*Begin info box elementor*/
.s7upe-info-box-style1 blockquote {
    border: none;
    padding: 55px 50px 55px 100px;
    background: #fffde5;
    font-family: 'Futura-Medium';
    letter-spacing: 1px;
    font-style: inherit;
    text-align: inherit;
    line-height: 38px;
    position: relative;
    font-size: 20px;
}
.s7upe-info-box-style1 blockquote:before{
    content: "\f10d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    left: 50px;
}
.s7upe-info-box-style1 cite{
    display: block;
    font-size: 18px;
    color: #303030;
    font-style: inherit;
    position: relative;
    margin-top: 25px;
    line-height: 24px
}
.s7upe-info-box-style1 cite:before{
    content: '';
    width: 100px;
    height: 1px;
    background: #303030;
    display: inline-block;
    margin-right: 17px;
}
/*---------------*/
.top-header1{
    padding: 7px 0px;
}
.s7upe-info-box-style2 .item-sub-title-e {
    margin-top: -5px;
}
.s7upe-info-box-style2 .info-box-content{
    padding-left: 3px;
}
.s7upe-info-box-style3 .item-icon-e{
    background: #fff000;
    color: #303030;
    font-size: 72px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.s7upe-info-box-style3 .info-box-content{
    padding-left: 30px;
}
.s7upe-info-box-style3 .info-box-content .item-title-e{
     margin-bottom: 25px;
}
.s7upe-info-box-style4{
    border: 1px solid #e5e5e5;
    padding: 50px;
}
.s7upe-info-box-style4 .info-box-image{
    width: 190px;
    min-width: 190px;
}
.s7upe-info-box-style4 .info-box-content{
    width: calc(100% - 190px);
    padding-left: 35px;
}
.s7upe-info-box-style4 .info-box-content .item-title-e{
    margin-bottom: 5px;
}
.s7upe-info-box-style4 .info-box-content .item-sub-title-e{
    color: #999;
}
.s7upe-info-box-style4 .info-box-content .item-sub-title-e:after{
    background: #c82811;
    content: '';
    display: block;
    height: 1px;
    width: 50px;
     margin-bottom: 20px;
     margin-top: 20px;
}
.s7upe-info-box-style4 .info-box-content .item-desc-title-e {
    font-style: italic;
}
.s7upe-info-box-style4 {
   position: relative;
}
.s7upe-info-box-style4:before {
    content: "\f10d";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 30px;
    position: absolute;
    right: 25px;
    color: #c82811;
}
.s7upe-info-box-style5 .image{
    width: 50px;
    border-radius: 50%;
    height: 50px;
    display: inline-block;
    background: #e5e5e5;
        margin-right: 23px;
}
.s7upe-info-box-style5 .image img{
    border-radius: 50%;
}
.s7upe-info-box-style5 .item-cate{
       width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 50px;
    margin-bottom: 10px;
    position: relative;
}
.s7upe-info-box-style5 .count{
    color: #999;
    position: absolute;
    right: 30px;
}
.s7upe-info-box-style5 .item-cate:last-child{
    margin-bottom: 0px;
}

.s7upe-info-box-style6{
    background: #c82811;
    background: linear-gradient( 0deg , rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    padding: 60px 60px 75px;
    border-radius: 8px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 1;
}
.s7upe-info-box-style6:before{
    background: #c82811;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    border-radius: 8px;
      transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    z-index: -1;
}
.s7upe-info-box-style6:hover:before{
    top: 0;
}
.s7upe-info-box-style6 .info-box-icon{
   position: relative;
}
.s7upe-info-box-style6 .info-box-icon:after{
    content: '';
    display: block;
    width: 100%;
    height: 17px;
    background: rgb(0 0 0 / 20%);
    border-radius: 50%;
    margin-top: -5px;
}
.s7upe-info-box-style6 .info-box-content{
    padding-left: 40px;
}
.s7upe-info-box-style6 .color-white:hover{
    color: #fff;
}
.s7upe-info-box-style6 .item-title-e {
    margin-bottom: 20px;
}
.s7upe-info-box-style6 .item-desc-title-e {
    line-height: 24px;
}

.s7upe-info-box-style7 .dropdown-link{
    background: #c82811;
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0px 25px;
    font-family: 'Futura-Medium';
    letter-spacing: 1px;
    font-weight: 700;
}
.s7upe-info-box-style7 .dropdown-link:hover{
    color: #fff;
}
.s7upe-info-box-style7 .dropdown-link:before{
    content: "\f0c9";
    font-size: 24px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    vertical-align: middle;
    margin-right: 18px;
    margin-top: -4px;
    display: inline-block;
}
.s7upe-info-box-style7 .dropdown-link i{
    float: right;
    line-height: 60px;
}
.s7upe-info-box-style7 .el7up-dropdown-list{
    padding: 0px;
}
.s7upe-info-box-style7 .el7up-dropdown-list .item-cate>i{
    margin-right: 10px;
}
.s7upe-info-box-style7 .el7up-dropdown-list .item-cate{
    display: block;
}
.s7upe-info-box-style7 .el7up-dropdown-list .item-cate>.count{
    float: right;
}
.s7upe-info-box-style7 .el7up-dropdown-list>li{
    padding:10px 25px;
    border-bottom: 1px solid #e5e5e5;
}
.s7upe-info-box-style7 .el7up-dropdown-list>li:last-child{
    border-bottom: none;
}
.s7upe-info-box-style7 .sub-template{
    position: absolute;
    left: 100%;
    width: 800px;
    top: 0;
    bottom: 0px;
    background: #fff;
    padding: 30px;
    margin-left: 30px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -10;
    overflow-x: auto;
}
.s7upe-info-box-style7 li:hover .sub-template{
    opacity: 1;
    margin-left: 0px;
    z-index: 1;
}
.s7upe-info-box-style7 .item-cate .font-title-medium{
    font-family: 'Lato';
}
.s7upe-info-box-style8{
    background: #f8f8f8;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.s7upe-info-box-style8:hover{
    background: #fdf150;
}
.s7upe-info-box-style8:hover .item-icon-e{
    color: #000;
}
.s7upe-info-box-style8 .flex-wrapper{
    padding: 30px 30px;
}
.s7upe-info-box-style8 .flex-wrapper .info-box-icon{
    margin-right: 20px;
}
.s7upe-info-box-style8 .item-title-e{
    margin-bottom: 0px;
    margin-top: 5px;
    line-height: 20px;
}
.s7upe-info-box-style9 .text{
    font-size: 12px;
}
.s7upe-info-box-style9 .item-title-e{
    color: #999;
    margin-right: 10px;
}
.s7upe-info-box-style9 .clock:after{
    content: ':';
    margin: 0px 8px;
}
.s7upe-info-box-style9 .clock:last-child:after{
    content: '';
}
.s7upe-info-box-style10 .info-box-image{
    width: 100%;
    min-width: 300px;
    width: 300px;
}
.s7upe-info-box-style10 .info-box-content {
    padding-left: 50px;
    padding-right: 50px;
}
.s7upe-info-box-style10 .item-title-e:before{
    content: '';
    height: 3px;
    width: 50px;
    background: #c82811;
    display: block;
    margin-bottom: 50px;
    font-size: 20px;
}
.s7upe-info-box-style10 .item-title-e{
    margin-bottom: 6px;
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
}
.s7upe-info-box-style10 .item-desc-title-e {
margin-top:20px;
}
.s7upe-info-box-style10 .list-social{
margin-top: 20px;
}
.s7upe-info-box-style10 .list-social a{
    margin-right: 20px;
        font-size: 18px;
}
.s7upe-info-box-style10 .list-social a:last-child{
    margin-right: 0px;
}
.s7upe-info-box-style10 .info-box-image img{
    width: 100%;
}
/*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;
}
.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{
    overflow: hidden;
}
.el7up-inherit .adv-thumb-link{
    overflow: inherit;
}
/*-----------------------------------*/
.el7up-banner-info-style2 .banner-info{
    position: absolute;
    background: rgb(0 0 0 / 70%);
    top: auto;
    bottom: -80px;
    left: 0px;
    right: 0px;
    padding: 30px 30px 0px 30px;
    border-top: 5px solid #fdf150;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-banner-info-style2:hover .banner-info{
    bottom: 0px;
}
.el7up-banner-info-style2 .banner-info h3{
      margin-bottom: 7px;
}
.el7up-banner-info-style2 .banner-info p{
      margin-bottom: 20px;
}
.el7up-banner-info-style2 .banner-info .el7up-bt-default{
      margin-bottom: 20px;
      opacity: 0;
}
.el7up-banner-info-style2:hover .banner-info .el7up-bt-default{
      opacity: 1
}
.el7up-banner-info-style2{
    overflow: hidden;
}
/*End banner info elementor*/

/*Begin Tab elementor*/
/*.header-tab{
    width: 100%;
}*/
.tabs-vertical-left,
.tabs-vertical-right
{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.tabs-vertical-left .header-tab-layout,
.tabs-vertical-right .header-tab-layout
{
    width: 30%;
}
.tabs-vertical-left .tab-content,
.tabs-vertical-right .tab-content
{
    width: 70%;
}
.header-tab.title-subtitle-on >div{
    width: 50%;
}
.header-tab .title-header{
    margin: 0px;
}

/*Style tab, style title header, style item title header*/
.el7up-tabs- .header-tab-layout{
    margin-bottom: 30px;
}
.el7up-tabs .title-header-style1 .title-header{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    padding: 0px 30px;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
}
.el7up-tabs .item-title-header-style1 {
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
}
.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: 16px;
    margin: 0px;
    margin-left: 50px;
}
.el7up-tabs .title-header-style1 .div-title-header  {
        margin-right: 60px;
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap{
    font-size: 14px;
    font-weight: 700;
    margin-right: 50px;
    float: none;
    display: inline-block;
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap:last-child{
    margin-right: 0px;
}
.el7up-tabs .item-title-header-style1 .tab-item-wrap a{
    position: relative;
    height: 60px;
    line-height: 60px;
    color:#303030;
}
.el7up-tabs .item-title-header-style1 .active a,
.el7up-tabs .item-title-header-style1 .tab-item-wrap a:hover,
.el7up-tabs .item-title-header-style1 .tab-item-wrap a:focus
{
    color: #c82811;
}
/* Item title style2*//*
.el7up-tabs .item-title-header-style2 .tab-item-wrap{
    margin-right: 30px;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap:last-child{
    margin-right: 0px;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap a {
    color: #000;
     position: relative;
    font-size: 16px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap a:hover {
    color: #000;
    text-decoration: underline;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap.active a{
    background: #000;
    color: #fff;
}*/
/*----------------style 2------------------*/
.title-header-style2 .title-header{
    height: 60px;
    line-height: 60px;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    padding: 0px 30px;
    /*font-family: "Futura-Bold";*/
     font-family: "Futura-medium";
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.item-title-header-style2.header-tab.title-subtitle-on >div{
    width: 100%;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap{
    margin: 0px;
    width: 100%;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap a{
    width: 100%;
    font-size: 18px;
    /*font-family: "Futura-Bold";*/
     font-family: "Futura-medium";
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 27.5px 45px;
    border: 1px solid #e5e5e5;
    border-top: 0px;
    line-height: 28px;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap a:after{
content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff32f;
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap.active a:after{
    opacity: 1;
}
.el7up-tabs .item-title-header-style2 .tab-item-wrap.active a
{
    background-color: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    border: 1px solid #fff666;
    border-top: none;
    color: #303030;

}

.el7up-tabs .item-title-header-style2 .tab-item-wrap a:hover{
    color: #C82811;
}
.el7up-tabs .item-title-header-style2 .tab-content{
    padding-top: 30px;
    padding-left: 30px;
}
/*End Tab elementor*/
/*Begin Search elementor*/
.el7up-dropdown-box:hover .el7up-dropdown-list{
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    margin-top: 0px;
}
.el7up-dropdown-list {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 10px 15px;
    min-width: 130px;
    width: 100%;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    pointer-events: none;
    line-height: 28px;
    list-style: none;
    z-index: 9992;
}
.select-cat-search:hover{
    color: #000;
    text-decoration: underline;
}
.el7up-dropdown-box{
    position: relative;
    cursor: pointer;
}
.el7up-search-form{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
}
.el7up-search-form > *{
    display: inline-block;
}
.el7up-search-form > .el7up-dropdown-box{
    border-right: 1px solid #e5e5e5;
}
.el7up-search-form > .el7up-dropdown-box .dropdown-link{
    padding: 0px 25px;
}
.el7up-search-form input[name="s"]{
    border: 0;
    width: 100%;
    padding: 0 15px;
    background: transparent;
    min-width: auto;
}
.el7up-search-form input[type="submit"]{
    border: 0;
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.el7up-search-form input[type="submit"]:hover{
    background: #c82811;
    color: #000;
        box-shadow: none;
}
.el7up-submit-form:hover .el7up-text-bt-search{
    color: #000;
}
.el7up-submit-form{
    position: relative;
}
.el7up-text-bt-search > *{
    vertical-align: middle;
}
.el7up-list-product-search {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    margin-top: 32px;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    width: 100%;
    min-width: 250px;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 0px 0px 20px 20px;
}
.live-search-yes.active .el7up-list-product-search {
    opacity: 1;
    visibility: visible;
    margin-top: 1px;
}
.current-search-cat{
    white-space: nowrap;
    color: #333;
}
.current-search-cat i{
    margin-left: 30px;
}
.item-search-pro {
    border-bottom: 1px solid #f5f5f5;
    display: table;
    padding: 10px 0;
    width: 100%;
}
.item-search-pro > div {
    display: table-cell;
    vertical-align: middle;
}
.item-search-pro:last-child {
    border: none;
}
.item-search-pro .title14 {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}
.item-search-pro > div.search-ajax-thumb {
    width: 50px;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
}
.item-search-pro > div.search-ajax-price {
    text-align: right;
}
.item-search-pro > div.search-ajax-title {
    padding: 0 10px;
}
.search-ajax-thumb img{
    display: block;
}
.el7up-list-product-search > p,
.el7up-list-product-search > i{
    text-align: center;
    display: block;
    min-height: 62px;
    margin: 0 auto;
    line-height: 62px;
}
/*---------------------------------*/
/*Style search icon popup */
.el7up-search-icon{
    display: inline-block;
}
.el7up-search-icon .search-icon-popup{
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    color: #000;
    font-size: 31px;
}
.el7up-search-icon .search-icon-popup:hover{

}
.el7up-search-icon .el7up-search-form-wrap{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 9992;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-search-form-wrap:after{
    content: "";
    display: table;
    clear: both;
}
.el7up-search-icon .el7up-search-form{
    position: absolute;
    width: 800px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    max-width: 80%;
    border-color: #000;
}
.el7up-search-icon.open-search-popup .el7up-search-form-wrap{
    opacity: 1;
    visibility: visible;
}
i.el7up-close-search-form{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    padding: 30px
}
.el7up-search-icon.open-search-popup i.el7up-close-search-form{
    opacity: 1;
    visibility: visible;
}
.admin-bar .el7up-close-search-form{
    padding-top: 50px;
}
.form-left{
    float: left;
}
.form-right{
    float: right;
}
.form-center{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
/*---------------------------------*/
/*Style search style default */

.el7up-search-default .el7up-dropdown-list{
    left: 0;
    right: auto;
    border-radius: 0px 0px 20px 20px;
}
.el7up-search-default .el7up-search-form{
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.el7up-search-default .el7up-search-form input[name="s"]{
    height: 43px;
    line-height: 43px;
    border-radius: 25px 25px 25px 25px;
    background: #fff;
    margin-right: -2px;
    z-index: 1;
}
.el7up-search-default .el7up-search-form input[type="submit"]{
    width: 45px;
    height: 45px;
    background: transparent;
}
.el7up-search-default .el7up-submit-form .el7up-text-bt-search{
    line-height: 45px;
    height: 45px;
    margin-top: -1px;
    margin-right: -1px;
    display: inline-block;
    font-size: 18px;
    color: #303030;
    background-color: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    border-radius: 9px 25px 25px 9px;
    /*font-family: 'Futura-Bold';*/
    font-family: 'Futura-Medium';
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 0px 20px;
}
/*End Search elementor*/
/*Begin Account manager elementor*/
.el7up-account-manager .el7up-dropdown-list{
    text-align: left;
}
.el7up-account-manager .el7up-dropdown-list li i{
    margin-right: 10px;
}
.el7up-popup-overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
}
.el7up-popup-open.el7up-popup-overlay{
    opacity: 1;
    visibility: visible;
    z-index: 9992;
}
.el7up-login-form{
    text-align: center;
}
.el7up-login-popup-content{
    width: 400px;
    margin: auto;
    background: #fff;
    max-width: 80%;
    top: 10%;
    overflow-y: scroll;
    position: absolute;
    left: 0;
    right: 0;
}
.el7up-login-popup-content .popup-form{
    max-width: 300px;
        padding: 50px 0;
}
i.el7up-close-popup{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    text-align: right;
    opacity: 1;
    visibility: visible;
    padding: 30px
}
.popup-form{
    max-width: 300px;
    padding: 30px 0;
    margin: auto;
    display: none;
}
.popup-form.active{
    display: block;
}
.ms-error,
.ms-done{
    display: none;
}
.popup-form .message {
    border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #999;
    font-size: 12px;
}
.popup-form .ms-default{    
    color: #999;
    font-size: 12px;
}
.popup-form .login_error {
    border-left: 4px solid #bf2c2c;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,.1);
    color: #999;
    font-size: 12px;
}
.popup-form .form-field{
    margin-bottom: 20px;
}
.popup-form .form-field .input{
    width: 100%;
        background: #ececec;
    border: none;
    height: 50px;
}
.forgetmenot{
    text-align: left;
    margin-bottom: 13px;
}
.forgetmenot .rememberme{
    font-weight: 300;
        margin-left: 5px;
}
.el7up-bt-full{
    width: 100%;
}
.form-header > h2{
    margin: 0 0 10px;
}
.popup-form form{
    margin-top: 30px;
}
.popup-form form .submit{
    margin-bottom: 12px;
}
.popup-form .nav-form a{
    text-decoration: underline;
}
.popup-form .nav-form a:first-child {
    border-right: 1px solid #e5e5e5;
    margin-right: 10px;
    padding-right: 10px;
}
.popup-form .nav-form a:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.popup-form .woocommerce-privacy-policy-text{
    font-size: 13px;
    color: #999;
}
.popup-form #reg_passmail{
    margin-bottom: 12px;
}
.el7up-account-manager{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
}
.dropdowm-from-left .el7up-dropdown-list{
    left: 0;
    right: inherit;
}
.dropdowm-from-right .el7up-dropdown-list{
    right: 0;
    left: inherit;
}
.el7up-account-manager .button-account-manager *{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
/*--------------*/
.el7up-account-icon{
    display: inline-block;
}
.el7up-account-button .button-account-manager{    
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    color: #000;
    /*background: #fff;*/
    font-size: 15px;
    font-weight: 700;
}
.el7up-account-button .button-line{
  display: block;
  padding: 0px 35px; 
}
.el7up-account-button .button-account-manager::before, 
.el7up-account-button .button-account-manager::after{
  content:"";
  width: 60%;
  height: 2px;
  position: absolute;
  transition: all 0.3s linear;
  background: #000;
}
.el7up-account-button .button-account-manager .button-line::before,
.el7up-account-button .button-account-manager .button-line::after{
  content:"";
  width:2px;
  height:100%;
  position: absolute;
  background: #000;
}
.el7up-account-button .button-account-manager .button-line2::before,
.el7up-account-button .button-account-manager .button-line2::after{
  content:"";
  width:10px;
  height:2px;
  position: absolute;
  background: #000;
}
.el7up-account-button .button-account-manager:hover::before, 
.el7up-account-button .button-account-manager:hover::after{
  width: 100%;
}
.el7up-account-button .button-account-manager::before{
  right: 0;
  top: 0;
}
.el7up-account-button .button-account-manager::after{
  left: 0;
  bottom: 0;
}
.el7up-account-button .button-account-manager .button-line::before{
  left: 0;
  top: 0;
}
.el7up-account-button .button-account-manager .button-line::after{
  right: 0;
  bottom: 0;
}
.el7up-account-button .button-account-manager .button-line2::before{
  left: 0;
  top: 0;
}
.el7up-account-button .button-account-manager .button-line2::after{
  right: 0;
  bottom: 0;
}
.el7up-account-button2 .button-account-manager{
    height: 55px;
    line-height: 55px;
    display: inline-block;
    padding: 0px 30px;
    color: #fff;
    background: #000;
    font-size: 13px;
}
.el7up-account-button2 .button-account-manager i{
    color: #c82811;
    font-size: 26px;
    margin-right: 5px;
        vertical-align: middle;
}
/*End Account manager elementor*/

/*Begin Mini cart elementor*/

.mini_cart_item{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.mini_cart_item .product-thumb{
    width: 20%;
}
.mini_cart_item .product-info{
    padding: 0 15px;
    width: 70%;
}
.mini_cart_item .product-thumb a img,
.mini_cart_item .product-thumb a{
    display: block;
}
.mini-cart-content {
    text-align: left;
}
.mini_cart_item .product-delete{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
.mini_cart_item .product-info .product-title{
    font-size: 14px;
    margin: 0 0 5px;
        font-family: "Futura-Medium";
}
.total-default.hidden,
i.el7up-close-mini-cart{
    display: none;
}
.mini-cart-total .pull-left{
    float: left;
    font-weight: bold;
}
.mini-cart-total .pull-right{
    float: right;
}
.clearfix:after{
    content: "";
    display: table;
    clear: both;
}
.mini-cart-button{
    display: flex;
     margin-top: 10px!important;
         margin: 0px -5px;
}
.mini-cart-button .button{
    width: 50%;
    margin: 0px 5px!important;
    padding: 0px 15px!important;
    position: relative;
}
/*content style side*/
.el7up-mini-cart-side .mini-cart-content {
    transform: translateX(400px);
    -webkit-transform: translateX(400px);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10001;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    width: 340px;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    padding: 10px 15px;
}
.admin-bar .el7up-mini-cart-side .mini-cart-content{
    top: 32px;
}
.el7up-mini-cart-side.open-side .mini-cart-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.el7up-mini-cart-side .mini-cart-side-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-mini-cart-side .mini_cart_item:last-child {
    border-bottom: 0;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.el7up-mini-cart-side.open-side .mini-cart-side-overlay {
    opacity: 1;
    visibility: visible;
}
.el7up-mini-cart-side .el7up-close-mini-cart{
    display: block;
    position: absolute;
    left: -40px;
    top: 10px;
    font-size: 24px;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.el7up-mini-cart-side .mini-cart-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    background: #fff;
}

/*content style dropdown*/
.el7up-mini-cart-dropdown .list-mini-cart-item{
    max-height: 269px!important;
}
.el7up-mini-cart-dropdown .mini-cart-content>h2{
    margin-bottom: 20px;
}
.el7up-mini-cart-dropdown .mini-cart-content{
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 25px 30px 30px;
    width: 420px;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    pointer-events: none;
    line-height: 28px;
    list-style: none;
    z-index: 9992;
}
.el7up-mini-cart-dropdown:hover .mini-cart-content{
    margin-top: 1px;
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
}
.mini-cart-link:hover{
    color: #000;
}
/*Style style1*/
.el7up-mini-cart-dropdown .mini-cart-link:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    bottom: -25px;
    z-index: 1;
}
.el7up-mini-cart-style1{
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.el7up-mini-cart-style1 .mini-cart-icon{
    position: relative;
}
.el7up-mini-cart-style1 .mini-cart-icon{
   font-size: 31px;
}
.el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number{
    position: absolute;
    background: #c82811;
    color: #fff;
    font-weight: 700;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    right: -8px;
    top: -15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}
.el7up-mini-cart-style1 .set-cart-price{
    display: none;
}


/*End Mini cart elementor*/

/*Begin Instagram elementor*/
.list-instagram-grid {
    flex-wrap: wrap;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: flex-start;
    -ms-align-items: flex-start;
    -webkit-align-items: flex-start;
    margin: -7px;
}
.item-instagram-
{
     position: relative;
     overflow: hidden;
     padding: 7px;
}
.list-instagram-grid .item-instagram .instagram-text-follow,
.item-instagram- .instagram-text-follow{
    position: absolute;
    left: 30px;
    bottom: 35px;
    margin: 0px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    
}
.item-instagram- .instagram-text-follow .text{
    font-family: PrestigeSignatureScript Demo;
    font-size: 100px;
    color: #fff;
    font-weight: 300;
}
.list-instagram-grid .item-instagram .instagram-text-follow i,
.item-instagram- .instagram-text-follow i{
   display: none;
}
.list-instagram-grid .img-wrap img,
.item-instagram- .img-wrap img
{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
/*--------------------------------*/
.item-instagram-style2 .img-wrap img{
    width: 100%;
}
.item-instagram-style2 {
    position: relative;
    overflow: hidden;
}
.item-instagram-style2 .instagram-text-follow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 0.5);
    color: #fff;
    margin: 0px;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-instagram-style2:hover .instagram-text-follow {
    opacity: 1;
}
.item-instagram-style2 .instagram-text-follow i{
    font-size: 70px;
    color: #c82811;
}
.item-instagram-style2 .instagram-text-follow .text{
      font-size: 50px;
    font-family: PrestigeSignatureScript Demo;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: -10px;
    margin: 0px;
    transform: rotate(0deg);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;

}
.item-instagram-style2:hover .instagram-text-follow .text{
    transform: rotate(-15deg);

}
/*End Instagram elementor*/

/*Begin Mailchimp elementor*/
.el7up-mailchimp-default form .mc4wp-form-fields {
    display: flex;
    display: -webkit-flex;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
}
.el7up-mailchimp-default form .mc4wp-form-fields > *,
.el7up-mailchimp-default form{
    display: inline-block;
    vertical-align: top;
}
.el7up-mailchimp-default input[type="submit"],
.el7up-mailchimp-default button[type="submit"]
 {
    border: 0;
    background-color: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    border-radius: 0px 25px 25px 0px;
    color: #303030;
   /* font-family: 'Futura-Bold';*/
    font-family: 'Futura-Medium';
    min-width: auto;
    height: 50px;
    line-height:53px;
    display: block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    min-width: 130px;
    position: relative;
}
.el7up-mailchimp-default input[type="submit"]:hover,
.el7up-mailchimp-default button[type="submit"]:hover
{
    color: #fff;
    background: #C82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}
.el7up-mailchimp-default .el7up-submit-form .el7up-text-bt-mailchimp {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
    line-height: 38px;
    color: #fff;
    pointer-events: none;
}
.el7up-mailchimp-default .mc4wp-form-fields input[type="email"]{
    width: 100%;
    height: 50px;
    border-radius: 25px;
    margin-right: -25px;
    border:none;
}
.el7up-mailchimp-default form{
    width: 100%;
}
/*Begin style 2*/
.el7up-mailchimp-style2{
    text-align: center;
}
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]{
    display: block;
    width: 100%;
    background: #fff;
    height: 50px;
    border: none;
    border-radius: 0px;
    text-align: center;
    color: #000;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]::-webkit-input-placeholde,
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]::-moz-placeholder,
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]:-ms-input-placeholder,
.el7up-mailchimp-style2 .mc4wp-form-fields input[type="email"]:-moz-placeholder
{
    color:rgb(0 0 0 / 0.5);
}
.el7up-mailchimp-style2 input[type="submit"],
.el7up-mailchimp-style2 button[type="submit"]
 {
    border: 0;
    background: #c82811;
    color: #000;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    cursor: pointer;
    font-size: 35px;
    margin-top: 30px;
    padding: 0px;
    position: relative;
}
.el7up-mailchimp-style2 input[type="submit"] .la-paper-plane,
.el7up-mailchimp-style2 button[type="submit"] .la-paper-plane
 {
    transform: rotate(-45deg);
}
.el7up-mailchimp-style2 input[type="submit"]:hover,
.el7up-mailchimp-style2 button[type="submit"]:hover
{
    color: #000;
}
.el7up-mailchimp-style2 button[type="submit"]:before
{
    content: '';
    height: 112px;
    width: 112px;
    display: inline-block;
    background: rgb(254 242 0 / 0.2);
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: -16px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
     transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
        z-index: -1;
}
.el7up-mailchimp-style2 button[type="submit"]:hover:before
{
    
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
/*End Mailchimp elementor*/

/*Begin Button elementor*/
.button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    border: 0;
    color: #303030;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    border-radius: 6px;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    padding: 0 35px!important;
    min-width: 120px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: 1;
}
.woocommerce #respond input#submit:hover, .woocommerce input.button:hover{
    background: #C82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    color: #fff;
   box-shadow: none;
}
.button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover{
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    color: #fff;
   box-shadow: none;
}
.button:before, .woocommerce a.button:before, .woocommerce button.button:before, .woocommerce input.button:before{
        content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
    background: #C82811;
    background: linear-gradient( 
0deg
 , rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 6px;
    z-index: -1;
}
.button:hover:before, .woocommerce a.button:hover:before, .woocommerce button.button:hover:before, .woocommerce input.button:hover:before{
    top: 0;
}
.el7up-bt-default{
    position: relative;
    border: none;
    color: #303030;
    height: 60px;
    line-height: 63px;
    text-align: center;
    background-color: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    padding: 0 30px;
    min-width: 120px;
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border: none;
    border-radius: 6px;
       /* font-family: "Futura-Bold";*/
        font-family: 'Futura-Medium';
        z-index: 1;
        letter-spacing: 1px;
}
.el7up-bt-medium{
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    min-width: 200px;
}
.el7up-bt-large{
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    min-width: 350px;
}
.el7up-bt-default:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100%;
     background: #C82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    border-radius: 6px;
    z-index: -1;
}
.el7up-bt-default:hover:before{
    top: 0;
}
.el7up-bt-default:hover{
   /* background: #C82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);*/
    color: #fff;
  /*  box-shadow: 0px 5px 10px rgb(0 0 0 / 0.2);*/
}
/*-------------------------------*/
.el7up-bt-style2{
   font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    display: inline-block;
    line-height: 50px!important;
    padding: 0px 35px;
    position: relative;
}
.el7up-bt-style2:before,
.el7up-bt-style2:after{
    content: "";
    width: 60%;
    height: 2px;
    position: absolute;
    transition: all 0.3s linear;
    background: #000;
}
.el7up-bt-style2:before{
    right: 0;
    top: 0;
}
.el7up-bt-style2:after{
    left: 0;
    bottom: 0;
}
.el7up-bt-style2 .button-line:before,
.el7up-bt-style2 .button-line:after{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    background: #000;
}
.el7up-bt-style2 .button-line:before{
    left: 0;
    top: 0;
}
.el7up-bt-style2 .button-line:after{
    right: 0;
    bottom: 0;
}
.el7up-bt-style2 .button-line2:before,
.el7up-bt-style2 .button-line2:after{
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    background: #000;
}
.el7up-bt-style2 .button-line2:before{
    left: 0;
    top: 0;
}
.el7up-bt-style2 .button-line2:after{
    right: 0;
    bottom: 0;
}
.el7up-bt-style2:hover::before,
.el7up-bt-style2:hover::after {
    width: 100%;
}
/*-------------------------------*/
.el7up-bt-style3{
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    /* background: #fff; */
    height: 60px;
    display: inline-block;
    line-height: 60px!important;
    padding: 0px 35px;
    text-align: center!important;
    position: relative;
}
.el7up-bt-style3:hover{
    color: #000;
    box-shadow: none;
}
.el7up-bt-style3:before,
.el7up-bt-style3:after{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    transition: all 0.3s linear;
    background: #000;
}
.el7up-bt-style3:before
{
    right: 0;
    top: 0;
}
.el7up-bt-style3:after
{
    left: 0;
    bottom: 0;
}
.el7up-bt-style3 .button-line:before,
.el7up-bt-style3 .button-line:after
{
    content: "";
    width: 2px;
    height: 50%;
    position: absolute;
    background: #000;
    transition: all 0.3s linear;
}
.el7up-bt-style3 .button-line:before
{
    left: 0;
    top: 0;
}
.el7up-bt-style3 .button-line:after
{
    right: 0;
    bottom: 0;
}
.el7up-bt-style3:hover .button-line:before,
.el7up-bt-style3:hover .button-line:after {
    height: 100%;
}
.el7up-bt-style3 .icon-button-el,
.el7up-bt-style3 i{
    margin-left: 20px;
    font-size: 17px;
}
/*----------------------------*/

/*End Button elementor*/

/*Begin Slider elementor*/
.el7up-wrapper-slider{
    position: relative;
}

.el7up-wrapper-slider .swiper-button-prev:after, 
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-next:after ,
.el7up-wrapper-slider .swiper-button-next:after,
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev:after{
    content: '';
}
.el7up-wrapper-slider .swiper-button-next, 
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-prev,
.el7up-wrapper-slider .swiper-button-prev, 
.el7up-wrapper-slider .swiper-container-rtl .swiper-button-next{
    background-image:none;
}

.swiper-scrollbar{
    opacity: 1!important;
    height: 5px;
}
.display-swiper-scrollbar-yes .swiper-scrollbar{
     background: #e5e5e5;
}
.display-swiper-scrollbar-yes .swiper-scrollbar-drag{
     background: #c82811;
}
.display-swiper-pagination-style1 .swiper-pagination{
    position: relative;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet{
    height: 15px;
    width: 15px;
    border: 2px solid #dadada;
    background: transparent;
    border-radius: 0px;
    display: inline-block;
    opacity: 1;
    margin-right: 15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet:last-child{
    margin-right: 0px;
}
.display-swiper-pagination-style1 .swiper-pagination-bullet-active,
.display-swiper-pagination-style1 .swiper-pagination-bullet:hover
{
    border-color: #000;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet{
    height: 18px;
    width: 18px;
    background: #303030;
    border:1px solid #303030;
    position: relative;
    margin-right: 20px;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet:last-child{
    margin-right:0px;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet:hover{
    border-color: rgb(255 255 255 / 50%);
}
.display-swiper-pagination-style2 .swiper-pagination-bullet:after{
    content: '';
    background: #fff;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-pagination-style2 .swiper-pagination{
        width: 100%;
    margin-top: -50px;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet-active{
    background: #fff;
    border-color: #fff;
}
.display-swiper-pagination-style2 .swiper-pagination-bullet-active:after{
    background: #303030;
}
.display-swiper-navi-style2 .s7up-swiper-navi{
    
    text-align: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
}
.display-swiper-navi-style2 .s7up-swiper-navi:before{
    content: '';
    height: 2px;
    width: 40px;
    background: #000;
    position: absolute;
}
.display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-nav{
    position: unset;
    display: inline-block;
    margin: 0px;
    height: 50px;
    line-height: 30px;
    width: 50px;
    border: 2px solid #000;
    color: #000;
}
.display-swiper-navi-style2 .s7up-swiper-navi .swiper-button-next{
    order: 1;
    margin-left: 80px;
}
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav{
    position: unset;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    color: #303030;
    margin: 0px;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover{
    color: #fff;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}
.display-swiper-navi-group .s7up-swiper-navi{
    position: absolute;
    right: 15px;
    top: -80px;
    width: 88px;
}
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-next{
   float: right;
}
.display-swiper-navi-group .s7up-swiper-navi .swiper-button-prev{
   float: left;
}
/*------------*/
.display-swiper-navi-group2 .s7up-swiper-navi .swiper-button-nav{
    position: unset;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #f6f6f6;
    border-radius: 50%;
    color: #303030;
    margin: 0px;
    opacity: 1;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    display: inline-block;
}
.display-swiper-navi-group2 .s7up-swiper-navi .swiper-button-nav:hover{
        color: #fff;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}
.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: 30px;
}
.display-swiper-navi-group2 .s7up-swiper-navi .swiper-button-next{
    order: 1;
    margin-left: 5px;
}
/*End Slider elementor*/


/*Begin Post elementor*/
.grid-custom .list-post-wrap{
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-auto-flow: dense;
}
.grid-custom .grid-1-row {
    grid-row-end: span 1;
}
.grid-custom .grid-1-col {
    grid-column-end: span 1;
}
.grid-custom .grid-2-row {
    grid-row-end: span 2;
}
.grid-custom .grid-2-col {
    grid-column-end: span 2;
}
.grid-custom .grid-3-row {
    grid-row-end: span 3;
}
.grid-custom .grid-3-col {
    grid-column-end: span 3;
}
.grid-custom .grid-4-row {
    grid-row-end: span 4;
}
.grid-custom .grid-4-col {
    grid-column-end: span 4;
}
.grid-custom .grid-5-row {
    grid-row-end: span 5;
}
.grid-custom .grid-5-col {
    grid-column-end: span 5;
}
.grid-custom .grid-6-row {
    grid-row-end: span 6;
}
.grid-custom .grid-6-col {
    grid-column-end: span 6;
}
.grid-custom .grid-7-row {
    grid-row-end: span 7;
}
.grid-custom .grid-7-col {
    grid-column-end: span 7;
}
.grid-custom .grid-8-row {
    grid-row-end: span 8;
}
.grid-custom .grid-8-col {
    grid-column-end: span 8;
}
.grid-custom .grid-9-row {
    grid-row-end: span 9;
}
.grid-custom .grid-9-col {
    grid-column-end: span 9;
}
@media (max-width: 1024px){
    .grid-custom .grid-1-row-tablet{
        grid-row-end: span 1;
    }
    .grid-custom .grid-1-col-tablet{
        grid-column-end: span 1;
    }
    .grid-custom .grid-2-row-tablet{
        grid-row-end: span 2;
    }
    .grid-custom .grid-2-col-tablet{
        grid-column-end: span 2;
    }
    .grid-custom .grid-3-row-tablet{
        grid-row-end: span 3;
    }
    .grid-custom .grid-3-col-tablet{
        grid-column-end: span 3;
    }
    .grid-custom .grid-4-row-tablet{
        grid-row-end: span 4;
    }
    .grid-custom .grid-4-col-tablet{
        grid-column-end: span 4;
    }
    .grid-custom .grid-5-row-tablet{
        grid-row-end: span 5;
    }
    .grid-custom .grid-5-col-tablet{
        grid-column-end: span 5;
    }
    .grid-custom .grid-6-row-tablet{
        grid-row-end: span 6;
    }
    .grid-custom .grid-6-col-tablet{
        grid-column-end: span 6;
    }
    .grid-custom .grid-7-row-tablet{
        grid-row-end: span 7;
    }
    .grid-custom .grid-7-col-tablet{
        grid-column-end: span 7;
    }
    .grid-custom .grid-8-row-tablet{
        grid-row-end: span 8;
    }
    .grid-custom .grid-8-col-tablet{
        grid-column-end: span 8;
    }
    .grid-custom .grid-9-row-tablet{
        grid-row-end: span 9;
    }
    .grid-custom .grid-9-col-tablet{
        grid-column-end: span 9;
    }
}
@media (max-width: 767px){
    .grid-custom .grid-1-row-mobile{
        grid-row-end: span 1;
    }
    .grid-custom .grid-1-col-mobile{
        grid-column-end: span 1;
    }
    .grid-custom .grid-2-row-mobile{
        grid-row-end: span 2;
    }
    .grid-custom .grid-2-col-mobile{
        grid-column-end: span 2;
    }
    .grid-custom .grid-3-row-mobile{
        grid-row-end: span 3;
    }
    .grid-custom .grid-3-col-mobile{
        grid-column-end: span 3;
    }
    .grid-custom .grid-4-row-mobile{
        grid-row-end: span 4;
    }
    .grid-custom .grid-4-col-mobile{
        grid-column-end: span 4;
    }
    .grid-custom .grid-5-row-mobile{
        grid-row-end: span 5;
    }
    .grid-custom .grid-5-col-mobile{
        grid-column-end: span 5;
    }
    .grid-custom .grid-6-row-mobile{
        grid-row-end: span 6;
    }
    .grid-custom .grid-6-col-mobile{
        grid-column-end: span 6;
    }
    .grid-custom .grid-7-row-mobile{
        grid-row-end: span 7;
    }
    .grid-custom .grid-7-col-mobile{
        grid-column-end: span 7;
    }
    .grid-custom .grid-8-row-mobile{
        grid-row-end: span 8;
    }
    .grid-custom .grid-8-col-mobile{
        grid-column-end: span 8;
    }
    .grid-custom .grid-9-row-mobile{
        grid-row-end: span 9;
    }
    .grid-custom .grid-9-col-mobile{
        grid-column-end: span 9;
    }
}
/*End Post elementor*/

/*Begin Product elementor*/
.product-title:hover{
   /* color: #000;
    text-decoration: underline;*/
}
.product-grid-view .list-product-wrap{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.product-grid-view .list-col-item {
    float: none;
}
/*filter product element*/
.btn-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    font-weight: 700;
    height: 40px;
    line-height: 38px;
    padding: 0 55px 0 20px;
    position: relative;
    text-transform: uppercase;
}
.box-attr-filter {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    left: 0;
    margin-top: 35px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 65px;
    visibility: hidden;
    width: 100%;
    z-index: 10000;
    transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
}
.filter-product.active .box-attr-filter{
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    top: 40px;
}
.btn-filter::after {
    border-left: 1px solid #e5e5e5;
    bottom: 0;
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}
.js-content-wrap{
    position: relative;
}
.filter-product{
    margin-bottom: 30px;
}
.btn-filter span {
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
    vertical-align: top;
}
.box-attr-filter::before {
    background: #fbfbfb;
    border-right: 1px solid #e5e5e5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}
.item-box-attr {
    display: table;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px 0;
    line-height: 24px;
}
.item-attr-title {
    display: table-cell;
    padding: 0 25px;
    position: relative;
    width: 170px;
    vertical-align: top;
    text-align: left;
}
.item-attr-content {
    color: #666;
    display: table;
    padding: 0 30px;
    vertical-align: top;
}
.range-filter .ui-slider-range {
    background: #333;
}
.range-filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #333;
    border-radius: 0;
    cursor: pointer;
    height: 10px;
    margin-left: -5px;
    top: -4px;
    width: 10px;
    border: none;
}
.range-filter .slider-range {
    border: none;
    border-radius: 0;
    height: 1px;
    display: inline-block;
    margin: 0 20px 0 5px;
    vertical-align: middle;
    width: 250px;
    background: #e5e5e5;
}
.attr-price-filter{
    display: inline-block;
}
.attr-price-filter label {
    font-weight: 400;
}
.list-filter.list-inline li{
    padding: 0 10px;
}
.wrap-item.loadding .ajax-loading {
    display: block !important;
}
.filter-yes .js-content-main{
    clear: both;
}
.filter-col .box-attr-filter::before{
    display: none;
}
.filter-col .item-box-attr{
    display: block;
    float: left;
}
.filter-col.filter-2-col .item-box-attr{
    width: 50%;
}
.filter-col.filter-3-col .item-box-attr{
    width: 33.3333%;
}
.filter-col.filter-4-col .item-box-attr{
    width: 25%;
}
.filter-col.filter-2-col .item-box-attr:nth-child(2n+1),
.filter-col.filter-3-col .item-box-attr:nth-child(3n+1),
.filter-col.filter-4-col .item-box-attr:nth-child(4n+1){
    clear: both;
}
.filter-col .box-attr-filter{
    clear: both;
}
.filter-col .list-filter{
    margin: 0 -15px;
}
.filter-col .item-box-attr{
    text-align: left;
}
.filter-col .item-attr-title label{
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}
.filter-col.filter-col-list .list-filter li,
.filter-col.filter-col-list .list-filter{
    list-style: none;
    display: list-item;
}
.element-filter{
    position: relative;
}
.element-filter.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 10px;
    display: block;
    border: solid #a21414;
    border-width: 0 2px 2px 0;
    position: absolute;
    top: 2px;
    right: -11px;
}
.filter-noresult{
    padding: 100px 0;    
    border: 1px solid #e5e5e5;
}
.s7upf-row > .filter-noresult-wrap{
    padding: 0 15px;
    display: block !important;
    position: static !important;
}
.products-wrap{
    position: relative;
    clear: both;
}
.filter-none .owl-wrapper,
.filter-none .owl-wrapper .owl-item{
    width: 100% !important;
}
.range-filter .slider-range{
    max-width: 100%;
}
.filter-col .item-attr-title,
.filter-col .item-attr-content{
    display: block;
}
.list-inline{
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-inline > li{    
    display: inline-block;
}
.attr-price-filter p{
    margin: 0;
}
.filter-product:not(.filter-col) .item-attr-content.range-filter{
    padding: 0 40px;
}
/*End filter element*/

/*Begin Loading ajax*/
.shop-loading{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 98;
}
.shop-loading i{
    font-size: 40px;
    position: absolute;
    bottom: 50%;
    left: 50%;
    color: #fff;
}
.ajax-loading:not(.list-product-search){
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999;
}
.ajax-loading:not(.list-product-search) i{
    font-size: 40px;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}
.loadding{
    position: relative;
}
/*End Loading ajax*/
.product-thumb{
    position: relative;
}
.product-rate {
  background-image: url(./images/icon/rate-star.png);
  background-position: 0 -9px;
  background-repeat: repeat-x;
  height: 9px;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  width: 60px;
}
.product-rating {
  background-image: url(./images/icon/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 9px;
}
.woocommerce .products ul.wrap-rating,
.wrap-rating {
margin-bottom: -10px;
}
.wrap-rating .number-rate{
color: #999;
margin-left: 10px;
}
.product-info .product-title{
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-info .product-title a:hover{
  /*  color: #000;
    text-decoration: none;*/
}
.product-thumb{
    overflow: hidden;
}
.product-label{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1
}
.product-label > span{
    color: #303030;
    line-height: 18px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    /*font-family: "Futura-Bold";*/
     font-family: "Futura-medium";
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}
.product-label > span.sale{
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    
}
.product-label > span.new{
     background: #c82811;
     color: #fff;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}
.product-label > span{
    margin-right: 10px;
}
.product-label > span:last-child{
    margin-right: 0px;
}
/*Begin addcart link style1*/
.addcart-link-style1.button.addcart-link{
    color: #303030!important;
    display: inline-block!important;
    position: relative!important;
    background: #fff!important;
    border-radius: 50%;
    width: 40px;
        min-width: auto;
    height: 40px!important;   
    line-height: 40px!important;
    padding: 0px!important;
    box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.16);
}
.addcart-link-style1.button.addcart-link span{
    display: none;
}
.addcart-link-style1 i{
    font-size: 24px;
}
.addcart-link-style1 i.la-cart-arrow-down,
.addcart-link-style1 i.la-cart-plus
{
        margin-top: 7px;
}
.addcart-link-style1 i.check{
    font-size: 14px;
}
.addcart-link-style1.button.addcart-link:before{
    display: none!important;
}
.addcart-link-style1.button.addcart-link:hover{
    background: #c82811!important;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    color: #fff!important;
}
/*End addcart link style1*/
/*Begin addcart link style2*/
.addcart-link-style2.button.addcart-link{
    font-size: 17px!important;
    color: #fff!important;
    text-transform: uppercase;
    position: relative!important;
    background: transparent!important;
    border: 2px solid #fff!important;
    height: 60px!important;
    padding: 0px!important;
}
.addcart-link-style2 i{
       width: 60px;
    border-right: 2px solid #fff;
    height: 56px;
    line-height: 54px;
    font-size: 28px;
}
.addcart-link-style2 span{
   padding: 0px 35px;
    font-weight: 700;
    line-height: 56px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
}
/*End addcart link style2*/

/*Begin attribute by default woo ( Of: s7upf_product_attribute_data() )*/
.attr-type-color .item{
    display: inline-block;
    border: 1px solid #000;
    margin-right: 15px;
    overflow: hidden;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.attr-type-color .item:last-child{
    margin-right: 0px;
}
.attr-type-color span{
    display: block;
    width: 20px;
    height: 20px;
}

.attr-type-label .item:last-child{
    margin-right: 0px;
}
.attr-type-label .item:hover{
    border-color: #000;
    color: #000;
}
/*Begin attribute color by option custom ( Of: s7upf_product_attribute_image_by_color() )*/
.attribute-by-color-style1 .attribute-custom{
    height: 18px;
    width: 18px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: relative;
}
.attribute-by-color-style1 .attribute-custom:before{
    height: 24px;
    width: 24px;
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    background: transparent;
    border-radius: 50%;
    z-index: -1;
}
.attribute-by-color-style1 .attribute-custom:last-child{
    margin-right: 0px;
}
.attribute-by-color-style1 .attribute-custom.color-white{
    border:1px solid #d4d4d4;
} 
.attribute-by-color-style1 .attribute-custom.color-white.active-att{
    border: none;
} 
.attribute-by-color-style1 .attribute-custom.active-att:before{
    background: #fff ;
}  
.attribute-by-color-style1 .attribute-custom.color-white.active-att:before{
    background: #ccc ;
}  
/*End attribute color by option custom*/
/*Begin item grid product-*/
.item-grid-product-:hover .product-thumb-link::before{
    opacity: 1;
}
.item-grid-product- .product-label{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-:hover .product-label{
    opacity: 0;
}
.item-grid-product- .product-extra-link{
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    display: flex;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-:hover .product-extra-link{
    left: 20px;
    opacity: 1;
}
.item-grid-product- .product-extra-link>div{
     margin: auto;
}
.item-grid-product- .addcart-link-wrap{
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
    z-index: 1;
      transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-:hover .addcart-link-wrap{
    bottom: 0px;
}
.item-grid-product- .product-price{
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: -3px;
}
.item-grid-product- .product-price del{
    font-size: 14px;
    margin-right: 3px;
}
.item-grid-product- .product-info .product-title{
        margin-top:10px;
    margin-bottom:2px;
}
.shop-grid-product-item- .item-grid-product-{
    margin-bottom: 30px;
}
.shop-grid-product-item- .list-product-wrap{
    margin-bottom: -31px;
}
.item-grid-product- .attribute-by-color-style1{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align:center;
    z-index: 1;
    background:rgb(249 249 249 / 0.5);
    display: flex;
    justify-content: center;
    padding: 10px 0px;
      transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-:hover .attribute-by-color-style1{
    bottom: 0px;
}
.item-grid-product-:hover .attribute-open .attribute-by-color-style1{
    bottom: 60px;
}
.item-grid-product- .brand-product{
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 70%);
    border-top: 5px solid #fdf150;
    padding: 17px 20px;
    z-index: 1;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
/*.item-grid-product-:hover .brand-product{
   opacity: 0;
   margin-bottom: -100px;
}*/
.item-grid-product- .brand-product .image-brand-product{
    width: 70px;
    max-width: 70px;
    margin-right: 25px;
}
.item-grid-product- .brand-product .info-brand-product{
   padding-top: 2px;
}
.item-grid-product- .brand-product .info-brand-product p{
   line-height: 20px;
    margin-top: 6px;
}
/*end item grid product-*/
/*Begin item grid product style2*/
.item-grid-product-style2 .product-extra-link {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    display: flex;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style2 .product-extra-link>div {
    margin: auto;
}
.item-grid-product-style2:hover .product-extra-link {
    left: 20px;
    opacity: 1;
}
.item-grid-product-style2 .product-price {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}
.item-grid-product-style2 .product-price del {
    font-size: 14px;
    margin-right: 8px;
}

.item-grid-product-style2 .product-info .product-title {
    margin-top: 9px;
    margin-bottom: 0px;
}
.item-grid-product-style2:hover .product-thumb-link::before {
    opacity: 1;
}
.item-grid-product-style2 .product-info{
    position: relative;
}
.item-grid-product-style2 .final-countdown{
    position: absolute;
    margin-top: 0;
    right: 10px;
    top: 10px;
}
/*End item grid product style2*/

/*Begin item grid product style3*/
.item-grid-product-style3 .product-extra-link {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    display: flex;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style3 .product-extra-link>div {
    margin: auto;
}
.item-grid-product-style3:hover .product-extra-link {
    left: 20px;
    opacity: 1;
}
.item-grid-product-style3 .product-price {
    font-size: 15px;
    color: #000;
}
.item-grid-product-style3 .product-price del {
    font-size: 15px;
    margin-right: 8px;
}

.item-grid-product-style3 .product-info .product-title {
    margin-top: 21px;
    margin-bottom: 5px;
}
.item-grid-product-style3:hover .product-thumb-link::before {
    opacity: 1;
}
/*End item grid product style3*/
.item-grid-product-style4 .item-product{
    display: flex;
    align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
}

.item-grid-product-style4 .item-product .product-thumb{
    width: 110px;
    min-width: 110px;
}
.item-grid-product-style4 .item-product .product-thumb .product-thumb-link{
     border: 1px solid transparent;
}
.item-grid-product-style4:hover .item-product .product-thumb .product-thumb-link{
     border-color: #c82811;
}
.item-grid-product-style4 .item-product .product-info{
    width: calc(100% - 110px);
    padding-left: 20px;
}
.item-grid-product-style4 .product-info .product-title{
   margin-bottom: 6px;
}
.item-grid-product-style4{
    margin-bottom: 30px;
}
.box-banner-product4 .el7up-wrapper-slider{
    padding: 90px 30px 0px 30px;
    border: 1px solid #e5e5e5;
    border-left: none;
    z-index: 1;
}
.box-banner-product4 .group-box-banner-product4{
    margin-top: -60px;
    margin-bottom: 30px;
}
.box-banner-product4 {
    margin-bottom: 40px;
}
.box-banner-product4 .el7up-heading-style4{
    margin-left: 30px;
}
.box-banner-product4 .display-swiper-navi-group .s7up-swiper-navi{
    top: 20px;
    right: 30px;
}
.box-banner-product4 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav{
    background: #f4f4f4;
}
.box-banner-product4 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover {
    color: #fff;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}


/*Begin item grid product style5*/
.item-grid-product-style5 .product-extra-link {
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    display: flex;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-style5 .product-extra-link>div {
    margin: auto;
}
.item-grid-product-style5:hover .product-extra-link {
    left: 20px;
    opacity: 1;
}
.item-grid-product-style5 .product-price {
    font-size: 20px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 700;
}
.item-grid-product-style5 .product-price del {
    font-size: 20px;
    margin-right: 8px;
}

.item-grid-product-style5 .product-info .product-title {
    margin-top: 15px;
    margin-bottom: 11px;
    line-height: 40px
}
.item-grid-product-style5:hover .product-thumb-link::before {
    opacity: 1;
}
.item-grid-product-style5 .product-info{
    position: relative;
}
.item-grid-product-style5 .final-countdown{
    position: absolute;
    margin-top: 0;
    right: 0;
    bottom: 0px;
}
.item-grid-product-style5 .final-countdown .clock{
    padding: 0px 5px;
}
.item-grid-product-style5 .final-countdown {
    margin: 0px -5px;
}
.item-grid-product-style5 .gallery-attachment {
    max-width: 350px;
    margin: auto;
    margin-top: -50px;
}
.item-grid-product-style5 .gallery-attachment .el7up-swiper-slider {
    padding: 20px 0px;
}
.item-grid-product-style5 .gallery-attachment img{
    border: 1px solid #e5e5e5;
    box-shadow: -3px 3px 10px rgb(0 0 0 / 10%);
}
.item-grid-product-style5 .gallery-attachment .active  img{
    border-color: #ca321d;
    box-shadow: none;
}
/*End item grid product style5*/
/*End Product elementor*/

/*Begin Wishlist elementor*/
.s7up-wishlist-count a{
    position: relative;
    display: inline-block;
}
.s7up-wishlist-count a:hover{
    color: #303030;
}
.s7up-wishlist-count .wishlist-count{
    position: absolute;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    color: #fff;
    font-weight: 700;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    right: -15px;
    top: -15px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    
}
/*End Wishlist elementor*/
/*Begin List link, icon elementor*/
.el7up-list-link-block a{
    display: block;
}
.element-list-link .icon-image-link img{
       transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.element-list-link .icon-image-link{
    position: relative;
    display: inline-block;
}
.element-list-link .icon_image_hover{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    bottom: 0;
    text-align: center;
}
.element-list-link .item-link:hover .icon_image_hover{
    opacity: 1;
}
.element-list-link .item-link:hover .icon-image-link.image_hover-yes >img{
    opacity: 0;
}
/*End List link, icon elementor*/
/*Begin Bread crumb elementor*/
.bread-crumb- .bread-crumb-row{
    display: inline-block;
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    height: 60px;
    line-height: 60px;
    padding: 0px 30px;
    text-transform: capitalize;
}
.bread-crumb- a, .bread-crumb span {
    color: #303030;
}
.bread-crumb- .step-bread-crumb{
    margin: 0px 7px 0px 5px;
    color: #303030;
}
.bread-crumb-{
    z-index: 1;
    position: relative;
}
/*End Bread crumb elementor*/

/*Bach custom theme*/
.sidebar-position-right .sidebar{
    padding-left: 12.5px;
}
.content-sidebar-right >div{
    margin-right: -12.5px;
    padding-right: 20px;
}
.sidebar-position-left .sidebar{
    padding-right: 12.5px;
}
.content-sidebar-left >div{
    margin-left: -12.5px;
    padding-left: 20px;
}
.meta-post-wg .meta-item i,
.meta-post-wg .avata img,
.meta-post-wg .avata .date
{
    display: none;
}
.meta-post-wg .meta-cats:before{
    display: inline-block;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff001;
    margin-right: 10px;
}
.meta-post-wg .meta-item a,
.meta-post-wg .meta-item
{
    color: #999999;
    font-size:12px; 
    padding: 0px;
}
.meta-post-wg .meta-item a:hover
{
    color: #c82811;
}
.meta-post-wg .avata .name
{
    color: #666;
    text-transform: capitalize;
}
.item-post-wg .meta-cats{
    margin-top: 20px;
    margin-bottom: -2px;
}
.item-post-wg{
    margin-bottom: -7px;
}

@media(max-width: 1280px){
    .sidebar-position-right .sidebar{
        padding-left: 0px;
    }
    .content-sidebar-right >div{
        margin-right:0px;
        padding-right: 0px;
    }
    .sidebar-position-left .sidebar{
        padding-right: 0px;
    }
    .content-sidebar-left >div{
        margin-left: 0px;
        padding-left: 0px;
    }
}
/*******************************************************************************************************
05. Blog - Header - Footer
********************************************************************************************************/

/*- Single content post*/
.text-content-post .elementor-widget-container{
    margin-bottom: 30px;
}
.text-content-post4 .elementor-widget-container{
    margin-bottom: 26px;
}
.text-content-post6 .elementor-widget-container .el7up-text-editor{
    color: #999999;
    font-style: italic;
}
.text-content-post1 .elementor-widget-container,
.text-content-post9 .elementor-widget-container,
.banner-content-post1 .elementor-widget-container,
.header-post-content .elementor-widget-container,
.quote-post-content .elementor-widget-container{
    margin-bottom: 41px;
}
.text-content-post2,.text-content-post3,.text-content-post5,.text-content-post7,.text-content-post12,.text-content-post6,.header-post-content2{
    margin-left: 20px;
}
.text-content-post2 .elementor-widget-container,
.text-content-post5 .elementor-widget-container
{
    margin-top: -8px;
}
.banner-content-post2 .elementor-widget-container{
    margin-bottom: 35px;
}


.header-post-content3 .elementor-widget-container
{
    margin-bottom: 30px;
}
.header-post-content4 .elementor-widget-container{
    margin-bottom: 30px;
    margin-top: -5px;
}
.header-post-content2 .elementor-widget-container{
    margin-bottom: 30px;
    margin-top: -5px;
}
.header-post-content2 .elementor-widget-container .el7up-heading-style1{
    font-size: 24px;
}
.header-post-content .el7up-heading-style1,
.header-post-content1 .el7up-heading-style1,
.header-post-content2 .el7up-heading-style1,
.header-post-content3 .el7up-heading-style1,
.header-post-content4 .el7up-heading-style1
{
    font-family: "Futura-Medium";
    letter-spacing: 1px;
}
.text-content-post12 ul{
    padding: 0px;
    list-style: none;
    
}
.text-content-post12 ul li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 24px;
    color: #303030;
    font-weight: 700;
}
.text-content-post12 ul li:last-child{
    margin-bottom: 0px;
}
.text-content-post12 ul li:before{
    content: "\f054";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #c82811;
    margin-right: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.text-content-post13 .elementor-widget-container{
    margin-bottom: 0px;
}
/*- Header*/
.logo-text-past i{
    width: 70px;
    height: 70px;
    font-size: 60px;
    background: #c82811;
    background: linear-gradient(335deg, rgba(200,40,17,1) 50%, rgba(232,164,154,1) 100%);
    border: 5px solid #e13e26;
    border-radius: 50%;
    text-align: center;
}
.logo-text-past .past{
    font-family: 'Futura-Bold';
    display: block;
    text-transform: uppercase;
    margin-bottom: -3px;
    font-size: 30px;
}
.logo-text-past .pizza{
    display: block;
    font-family: 'Satisfy', cursive;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 4px;
}
.logo-text-past .past-pizza{
    display: inline-block;
    margin-left: 8px;
}

.top-header1{
    padding: 7px 0px;
}
.box-account-language .language-box .dropdown-link
{
    margin-left: 40px;
}
.language-box .el7up-dropdown-box{
    display: inline-block;
}
.language-box .dropdown-link img{
    margin-right: 7px;
}
.language-box .dropdown-link i{
    margin-left: 3px;
}
.el7up-account-icon .button-account-manager i{
    margin-right: 3px;
}
.main-header1 .menu-style- .s7upf-navbar-nav > li:first-child > a{
    padding-left: 0px;
}
.main-header1 .menu-style- .s7upf-navbar-nav > li:first-child> .sub-menu {
    left: 0;
}
.box-wishlist-cart .elementor-widget,
.box-wishlist-cart-header2 .elementor-widget
{
    margin-right: 25px;
}
.box-wishlist-cart .elementor-widget:last-child,
.box-wishlist-cart-header2 .elementor-widget:last-child
{
    margin-right: 0px;
}
.box-wishlist-cart .el7up-mini-cart-style1 .mini-cart-link
{
    height: 135px;
    display: inline-block;
    line-height: 135px;
}
/*.box-wishlist-cart-header2 .el7up-mini-cart-style1 .mini-cart-link
{
    height: 120px;
    display: inline-block;
    line-height: 120px;
}*/
.box-wishlist-cart .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number,
.box-wishlist-cart-header2 .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number
{
     right: 2px;
}
.box-wishlist-cart .s7up-wishlist-count .wishlist-count,
.box-wishlist-cart-header2 .s7up-wishlist-count .wishlist-count
{
    display: none;
}

.post_detail_style2 .single-blog-style2{
    margin-top: -135px;
}
.post_detail_style2 .main-header1{
    z-index: 5;
}
/*- Footer*/
.newsetter-footer1 .item-title-e{
    /*font-family: 'Futura-Bold';*/
    font-family: 'Futura-Medium';
    margin-bottom: 10px;
    font-weight: 700;
}
.newsetter-footer1 .s7upe-info-box-style2 .info-box-content{
    padding-left: 15px;
    margin-top: 15px;
}
.box-mailchimp-social-footer1{
    padding-top: 50px;
    padding-bottom: 50px;
}
.box-mailchimp-social-footer1 .mc4wp-response{
    color: #fff;
    padding: 0px 20px;
}
.box-mailchimp-social-footer1 .mc4wp-response p{
    margin-bottom: 0px;
}
.box-mailchimp-social-footer1 .mc4wp-response a{
    color: #fff;
}
.box-mailchimp-social-footer1 .mc4wp-response a:hover{
    text-decoration: underline;
}
.header-footer-1 .el7up-heading-style2{
    margin-bottom: 43px;
}
.list-link-footer1 .item-link i{
    vertical-align: middle;
        position: absolute;
    top: 6px;
    left: 0;
}
.list-link-footer1 .item-link{
    margin-bottom: 10px;
    position: relative;
}
.list-link-footer1 .icon-check-yes{
    padding-left: 34px;
}
.list-link-footer1 .item-link:last-child{
    margin-bottom: 0px;
}
.col-instagram-footer1 .header-footer-1 .el7up-heading-style2{
    margin-bottom: 55px;
}
.col-info-footer1 .list-link-footer1 .element-list-link{
    padding-bottom: 37px;
    margin-bottom: 37px;
    margin-right: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.col-info-footer2 .list-link-footer1 .element-list-link{
    border-bottom: none;
        margin-bottom: 15px;
}
.main-footer1{
    padding-top: 63px;
}
.bottom-footer1{
    padding-bottom: 33px;
}
.line-bottom-footer1{
    margin-top: 23px;
    margin-bottom: 16px;
}
.main-header2{
    padding: 25px 0px;
}
.menu-header2{
    background: rgb(229,62,38);
    background: linear-gradient(0deg, rgba(229,62,38,1) 40%, rgba(239,139,125,1) 100%);
}
.link-menu-header2 li{
    position: relative;
        padding: 0px;
    margin-right: 60px;
}
.link-menu-header2 li:last-child{
    margin-right: 0px;
}
.link-menu-header2 li span{
        position: absolute;
    background: #fff000;
    color: #303030;
    top: -9px;
    right: 0px;
    height: 16px;
    padding: 0px 8px;
    line-height: 16px;
    border-radius: 4px;
}
.link-menu-header2 li a:hover{
    color: #fff000;
}
/*- Single content Product*/
.before-product{
    padding-top: 280px;
    padding-bottom: 200px;
    margin-bottom: -60px;
/*    z-index: -1;*/
    margin-top: -135px;
}
.style-gallery-horizontal{
    border: 1px solid #e5e5e5;
    padding: 30px;
    padding-right: 50px;
}
.s7up-price-single .product-label > span.new{
    display: none;
}

.s7up-price-single .product-label > span.sale{
    position: unset;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: "Futura-Bold";
    /* color: #fff; */
    border-radius: 50%;
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
}
.s7up-price-single .product-price,
.s7up-price-single .product-label
{
    display: inline-block;
    vertical-align: middle;
}
.s7up-price-single .product-label{
    margin-left: 20px;
    position: unset;
}
.woocommerce-product-rating .wrap-rating{
    display: inline-block;
    margin: 0px;
}
.woocommerce-product-rating .woocommerce-review-link{
    color: #999999;
    margin-left: 10px;
}
.woocommerce div.product .woocommerce-product-rating{
    margin: 0px;
    margin-top: 4px;
}
.woocommerce div.product form.cart .single_add_to_cart_button i {
    display: none;
}
.img-content-product .elementor-widget-container{
    margin-bottom: 10px;
}
.text-content-product1 .elementor-widget-container{
    margin-bottom: 40px;
}
.woocommerce table.shop_attributes td p, .woocommerce table.shop_attributes th {
    padding: 8px 15px;
}
.style-gallery-horizontal .product-detail-gallery,
.detail-sticky-style3 .product-detail-gallery,
.style-gallery-vertical .product-detail-gallery
{
    margin-right: -15px;
}
.product-detail-gallery .product-label > span.sale{
    display: none;
}
.item-product-wg .product-thumb{
    width: 90px;
    min-width: 90px;
}

.item-product-wg .product-info{
    padding-left: 20px;
    max-width: -webkit-calc(100% - 90px);
    max-width:         calc(100% - 90px);
}
.item-product-wg .product-info .wrap-rating li{
    padding: 0px;
    vertical-align: middle;
}
.item-product-wg .product-title{
    margin-bottom: 6px;
}
.item-product-wg .product-price{
    margin-bottom: -3px;
}
.item-product-wg {
    margin-bottom:20px;
}
.item-product-wg:last-child {
    margin-bottom:0px;
}
.product-price{
    font-size: 18px;
    color: #c82830;
}
.product-price del{
    font-size: 14px;
    color: #c82811;
}
.product-price del .woocommerce-Price-amount{
    color: #666;
    margin-right: 5px;
}
.single-title2{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    display: inline-block;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    height: 60px;
    line-height: 60px;
    padding: 0px 35px;
    font-family: "Futura-Medium";
}
.title-related-product{
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    margin-bottom: 30px;
}
.single-related-product{
    margin-top: 70px;
}
.item-product .item-style-product-extra{
    height: 40px;
    width: 40px;
    line-height: 42px;
    background: #fff;
    font-size: 24px;
    color: #303030;
    border-radius: 50%;
    box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.16);
    padding: 0px;
    display: inline-block;
    text-align: center;
}
.item-style-product-extra:hover{
        background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    color: #fff;
}
.item-style-product-extra span{
    display: none;
}
.product-extra-link {
    width: 40px;
}
.product-extra-link a {
    margin-bottom: 10px!important;
}
.product-extra-link a:last-child{
    margin-bottom: 0px!important;
}
.content-top-filter .show-by li,
.content-top-filter .show-by ul
{
    display: inline-block;
}
.content-top-filter .show-by li a
{
   color: #999999;
}
.content-top-filter .show-by li a:before{
       content: '/';
    display: inline-block;
    margin: 0px 7px;
}
.content-top-filter .show-by li:first-child a:before{
   content: '';
}
.content-top-filter .show-by li a.active{
   color: #030303;
}
.content-top-filter .show-by .dropdown-link .number{
    display: none;
}
.content-top-filter .el7up-dropdown-box .dropdown-link{
    color: #999;
}
.content-top-filter .sort-by>span{
    color: #030303;
        margin-right: 5px;
}
.content-top-filter{
    margin-bottom: 42px;
    margin-top: 12px;
}
.widget_s7upf_attribute_filter .attribute-type-label .label-attr{
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fff000;
    display: inline-block;
    text-align: center;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    color: #303030;
}
.widget_s7upf_attribute_filter .attribute-type-label .swatch-label:hover .label-attr{
    box-shadow: 0px 5px 10px rgb(0 0 0 / 0.2);
}
.widget_s7upf_attribute_filter .attribute-type-label .swatch-label{
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.widget_s7upf_attribute_filter .attribute-type-label .swatch-label:after{
       content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    right: 0;
    top: 10px;
}
.widget_s7upf_attribute_filter .attribute-type-label .swatch-label:before {
   font-family: 'Line Awesome Free';
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    right: 2px;
    top: 5px;
    z-index: 1;
    opacity: 0;
}
.widget_s7upf_attribute_filter .attribute-type-label .swatch-label.selected:before{
    opacity: 1;
}
.widget_s7upf_attribute_filter .attribute-type-label .swatch-label:last-child{
    margin-bottom: 0px;
}
.widget_s7upf_attribute_filter .attribute-type-label .desc{
    margin-left: 15px;
    color: #666;
}
/*******************************************************************************************************
06. Begin Home and Page Inner
********************************************************************************************************/
/*Begin about*/
.box-banner-about {
    margin-top: 70px;
    margin-bottom: 10px;
}
.box-banner-about .el7up-banner-info-el7up-bndf {
    margin-bottom: 40px;
}
.slider-product-about{
        margin-top: 40px;
}
.display-swiper-navi-style1 .swiper-button-nav{
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #f7f7f7;
    color: #303303;
    border: none;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 1;
}
.display-swiper-navi-style1 .swiper-button-nav:hover{
    background-color: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
}
.display-swiper-navi-style1 .swiper-button-next, .display-swiper-navi-style1 .swiper-container-rtl .swiper-button-prev{
        right: -50px;
}
.display-swiper-navi-style1 .swiper-button-prev, .display-swiper-navi-style1 .swiper-container-rtl .swiper-button-next{
    left: -50px;
}
.slider-product-about{
    margin-bottom: 80px;
}
.box-info-about .col-info{
    padding-top: 120px;
    padding-bottom: 130px;
}
.box-info-about .el7up-heading-style1{
    margin-bottom: 50px;
    font-family: "Futura-Medium";
    letter-spacing: 1px;
}
.box-info-about .s7upe-info-box-style3 .info-box-content {
    max-width: 600px;
    padding-right: 30px;
}
.box-testimonial-about .s7upe-info-box-style4{
    margin-bottom: 30px;
}
.title-testimonial-about .el7up-heading-7up{
    margin-top:60px;
    margin-bottom: 40px; 
   font-family: "Futura-Medium";
    letter-spacing: 1px;
}
.box-testimonial-about-last{
    margin-bottom: 40px;
}
.box-title-desc-page .elementor-container{
    margin-bottom: 41px;
}
.box-title-desc-page .el7up-heading-style1{
    margin-bottom: 27px;
    font-family: "Futura-Medium";
    letter-spacing: 1px;

}
.title-faq-contact .elementor-container{
    margin-top: 60px;
    margin-bottom: 60px;
}
.faq-contact{
    margin-bottom: 70px;
}
.box-from-contact{
    padding: 60px 0px 70px;
    margin-bottom: 60px;
}
.contact-from-custom .wpcf7-textarea,
.contact-from-custom .wpcf7-text,
.contact-from-custom .wpcf7-email 
{
    width: 100%;
}
.contact-from-custom .wpcf7-textarea
{
    margin-bottom: 10px;
    padding: 14px 20px;
        height: 230px;
}
.contact-from-custom .wpcf7-text,
.contact-from-custom .wpcf7-email 
{
    height: 60px;
    padding: 0px 20px;
    margin-bottom: 20px;
}
.contact-from-custom .wpcf7-submit
{
    margin-top: 20px;
}
.contact-from-custom .wpcf7-form >p
{
   margin-bottom: 0px;
}
.contact-from-custom .wpcf7-not-valid-tip {
    margin-top: -21px;
    padding: 5px 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 12px;
}
.contact-from-custom .wpcf7 form .wpcf7-response-output {
    margin: 0px;
    margin-top: 20px;
    background: #fff;
    border-width: 1px;
    padding: 5px 20px;
    font-size: 12px;
}
.col-info-address-contact .elementor-row .elementor-column-wrap{
    margin-bottom: 55px;
}
.col-info-address-contact .element-list-link{
    max-width: 265px;
}
.col-info-address-contact>.elementor-column-wrap{
    margin-bottom: -55px;
}
.info-map-contact{
    padding-bottom: 70px;
}
.category-header3{
        background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    padding: 10px 0px;
}
/*Begin Home 1*/
.banner-slider-home1 .title2{
    /*font-family: "Futura-Bold"!important;*/
     font-family: "Futura-medium"!important;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 48px!important;
    line-height: 48px!important;
}
.banner-slider-home1 .title3{
   /*font-family: "Futura-Bold"!important;*/
    font-family: "Futura-medium"!important;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 30px!important;
    line-height: 30px!important;
}
.banner-slider-home1 .title1{

    font-size: 48px!important;
}
.banner-slider-home1 .el7up-bt-default{
    text-align: center!important;
    line-height: 63px!important;
    font-size: 18px!important;
}
.banner-slider-home1 {
    margin-top: -240px;
    margin-bottom: 70px;
}
.sale-banner-round{
    display: inline-block;
    background: #c82811;
    height: 55px;
    line-height: 55px;
    width: 55px;
    border-radius: 50%;
}
.group-baner-home1 .el7up-banner-info-wrap{
    margin-bottom: 30px;
}
.group-baner-home1{
    margin-bottom: 40px;
}
.product-home1 .item-product{
    padding: 8px;
    padding-bottom: 30px;
    border: 1px solid #e5e5e5;
}
.product-home1 .item-product .product-info{
    padding: 0px 12px;
}

.banner1-product-home1 .image-info{
    position: absolute;
    top: -290px;
    left: 0;
    right: -145px;
    margin: auto;
}
.banner1-product-home1 .price{
    color: #FFFFFF;
    background-color: #A5C31C;
    font-size: 14px;
    border-radius: 20px 20px 20px 20px;
    text-align: center;
    padding: 5px 30px 5px 30px;
    margin: 0px 0px 10px 0px;
}
.banner1-product-home1 .title1{
       color: #FFFFFF;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0px 0px 17px 0px;
}
.banner1-product-home1 .title2{
    color: #FFFFFF;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0px 0px 35px 0px;
}
.tab1-slider-home1{
    margin-bottom: 70px;
}
.product_att-style1 .attr-type-label .item{
    border: none;
    display: block;
    margin-bottom: 2px;
    background: #f4f4f4;
    border-radius: 40px;
    position: relative;
    padding-right: 40px;
}
.product_att-style1 .attr-type-label .item .label-text{
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    background: #fff000;
    text-transform: uppercase;
}
.product_att-style1 .attr-type-label .item .label-text{
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    background: #fff000;
    text-transform: uppercase;
    margin-right: 15px;
}
.product_att-style1 .attr-type-label .item .desc{
    color: #666666;
}
.product_att-style1 .attr-type-label .item:after{
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    color: #999999;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 4px;
        transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.product_att-style1 .attr-type-label .item:hover:after{
        color: #c82811;
}
.item-grid-product-style3 .product_att-style1{
    margin-top: 25px;
}
.tab2-slider-home1 .item-grid-product-style3 .product_att-style1,
.tab3-slider-home1 .item-grid-product-style3 .product_att-style1
{
    margin-bottom: -10px;
}
.tab2-slider-home1 .el7up-swiper-slider,
.tab3-slider-home1 .el7up-swiper-slider
{
    padding-right: 1px;
}
.tab2-slider-home1 .item-product{
   margin-bottom: 1px;
}
.tab2-slider-home1 .col-product{
   padding-right: 150px;
   padding-left: 40px;
   margin-bottom: 60px;
}
.tab3-slider-home1 .col-product{
   padding-left: 150px;
   padding-right: 40px;
   margin-top: 60px;
}
.tab2-slider-home1 .col-banner .el7up-text-editor,
.tab3-slider-home1 .col-banner .el7up-text-editor
{
    padding-top: 100px;
    padding-bottom: 100px;
        padding-left: 160px;
}
.tab2-slider-home1 .col-banner,
.tab3-slider-home1 .col-banner
 {
       overflow: hidden;
}
@media (width: 1366px) {
  .tab1-slider-home1 .product-home1 .item-product {
        max-height: 362px;
    }
}
.tab3-slider-home1 .banner1-product-home1 .image-info{
    left: -145px;
    right: 0;
}
.tab3-slider-home1 {
    margin-bottom: 70px;
}
.tab4-slider-home1 .el7up-wrapper-slider{
    padding-left: 40px;
}
.list-link-cate-home1{
    background-color: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
}
.list-link-cate-home1 .item-link{
    margin-left: 50px;
}
.list-link-cate-home1 .element-list-link {
height: 60px;
    line-height: 60px;
}
.tab4-slider-home1 .el7up-tabs- .header-tab-layout{
    margin-bottom: 0px;
}
.tab4-slider-home1 {
    margin-bottom: 70px;
}
.blog-home1 .el7up-heading-7up{
    margin-bottom: 30px;
}
.blog-home1{
    margin-bottom: 70px;
}
.group2-baner-home1{
    margin-bottom: 40px;
}
.group2-baner-home1 .el7up-banner-info-wrap{
    margin-bottom: 30px;
}
/*End Home 1*/

/*Begin Home 2*/
.banner-slider-home2 .el7up-bt-default {
    text-align: center!important;
    line-height: 63px!important;
    font-size: 18px!important;
}
.banner-slider-home2 .title3 {
    font-family: "Futura-Bold"!important;
    font-size: 24px!important;
    line-height: 24px!important;
}
.banner-slider-home2 .title2 {
    font-family: "Futura-Bold"!important;
    font-size: 72px!important;
    line-height: 72px!important;
}
.banner-slider-home2 .title1 {
    font-size: 30px!important;
    line-height: 40px!important
}
.banner-slider-home2  {
    margin-bottom: 70px;
}
.new-banner-round {
    display: inline-block;
    background: #a5c31c;
    height: 55px;
    line-height: 55px;
    width: 55px;
    border-radius: 50%;
    text-align: center;
}
.group1-baner-home2 .el7up-banner-info-wrap{
    margin-bottom: 30px;
}
.group1-baner-home2 {
    margin-bottom: 40px;
}
.item-grid-product-today .item-product .product-thumb{
    width: 53%;
    padding-right: 15px;
}   
.item-grid-product-today .item-product .product-info{
    width: 47%;
    padding-left: 15px;
}  
.item-grid-product-today:hover .product-thumb .product-thumb-link::before{
    opacity: 1;
}
.item-grid-product-today .product-extra-link{
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    display: flex;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
.item-grid-product-today:hover .product-extra-link{
    left: 20px;
    opacity: 1;
}
.item-grid-product-today .product-extra-link>div{
     margin: auto;
}
.item-grid-product-today .product-price{
     font-size: 24px;
         display: inline;
             vertical-align: middle;
}
.item-grid-product-today .price-label{
     height: 50px;
     line-height: 50px;
     margin-bottom: 4px;
}
.item-grid-product-today .wrap-rating{
    margin-bottom: 8px;
}
.item-grid-product-today .desc{
    line-height: 24px;
}
.item-grid-product-today .product-price del {
    font-size: 18px;
}
.item-grid-product-today .product-info .product-title{
     margin-bottom: 11px;
}
.item-grid-product-today .product-info .product-label{
     margin-left: 20px;
    position: unset;
    display: inline-block;
    vertical-align: middle;
}
.item-grid-product-today .final-countdown {
    margin-top: 23px;
}
.item-grid-product-today .product-other .product-other-list {
   margin: 0px -15px;
}
.item-grid-product-today .product-other .other-image {
    width: 33.333%;
    position: relative;
    padding: 0px 15px;
}
.item-grid-product-today .product-other .other-image .product-thumb-link{
    border: 1px solid transparent;
}
.item-grid-product-today .product-other .other-image:hover .product-thumb-link{
    border-color: #C82811;
}
.item-grid-product-today .product-info .product-other .product-label{
        position: absolute;
    margin-left: 0;
    left: 0;
    right: 0;
    top: -25px;
    /* margin: auto; */
    text-align: center;
}
.item-grid-product-today .product-other .title{
    color: #999;
    margin-bottom: 35px;
}
.item-grid-product-today .product-other {
        border-top: 1px solid #e5e5e5;
    padding-top: 35px;
    margin-top: 20px;
}
.item-grid-product-today .product-other .other-info{
    color: #303030;
    margin-top: 15px;
}
.item-grid-product-today .other-image:hover .other-info{
    color: #C82811;
}
.today-home2 .el7up-wrapper-slider{
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-top: -60px;
    padding-top:90px;
}
.today-home2 .el7up-heading-style4{
    margin-left: 30px;
}
.today-home2{
    margin-bottom: 40px;
}
.today-home2 .col-right,
.today-home2 .col-left
{
    margin-bottom: 30px;
}
.today-home2 .display-swiper-navi-group .s7up-swiper-navi{
    right: 50px;
    top: 20px;
    z-index: 1
}
.today-home2 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav{
    background: #f5f5f5;
}
.today-home2 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover {
    color: #fff;
    background: #c82811;
    background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
}
.best-seller-home2 .el7up-tabs- .header-tab-layout{
    margin-top: -22px;
    margin-bottom: 40px;
}
.best-seller-home2 .item-product{
    margin-bottom: 10px;
}
.best-seller-home2 >.elementor-container{
    padding: 0px 15px;
}
.best-seller-home2 >.elementor-container>.elementor-row{
    border: 1px solid #e5e5e5;
    border-right: none;
}
.best-seller-home2 .banner-pizza-past>.elementor-column-wrap {
    margin: -1px -1px -1px 0px;
}
.banner-pizza-past .title{
    text-shadow: -3px 0 #c82811, 0 3px #c82811,  3px 0 #c82811, 0 -3px #c82811;
}
.best-seller-home2{
    margin-bottom: 70px;
}
.group2-baner-home2 .el7up-banner-info-el7up-bndf{
    margin-bottom: 30px;
}
.group2-baner-home2{
    margin-bottom: 40px;
}
.banner-pizza-past2 .new-faste .el7up-heading-style1{
    background: #a5c31c;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    padding: 20px 0px;
   margin-bottom: -16px;
    margin-right: -95px;
}
.banner-pizza-past2 .price-bn sup{
    top: -20px;
    font-size: 30px;
}
.group-sevice-home2{
    margin-bottom: 70px;
}
.banner4-home2{
    padding-top: 193px;
    padding-bottom: 193px;
    margin-bottom: 70px;
}
.list-link-home2{
        border: 1px solid #e5e5e5;
    padding: 50px;
    padding-top: 80px;
    padding-bottom: 25px;
    margin-top: -60px;
    margin-bottom: 30px;
}
.list-link-home2 .item-link{
    padding: 15px 0px 15px 27px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}
.list-link-home2 .item-link i{
    position: absolute;
    left: 0;
    top: 22px;
}
.list-link-home2 .item-link:last-child{
    border-bottom: none;
}
.hot-perks-testimonial .el7up-heading-style4{
    margin-left: 30px;
}
.testimonial-home2{
    margin-top: -60px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.testimonial-home2 .s7upe-info-box-style4 {
    padding-top: 90px;
    padding-right: 40px;
    padding-bottom: 76px;
    border: none;
}
.testimonial-home2 .s7upe-info-box-style4 .flex-wrapper{
    align-items: start;
}
.testimonial-home2 .display-swiper-navi-group .s7up-swiper-navi {
    right: 30px;
    top: 20px;
    z-index: 2;
}
.testimonial-home2 .s7upe-info-box-style4:before {
    display: none;
}
.hot-perks-testimonial{
    margin-bottom: 40px;
}
/*End Home 2*/
/*Begin Home 3*/
.menu-header4{
    background: rgb(60,60,60);
    background: linear-gradient(0deg, rgba(60,60,60,1) 40%, rgba(79,79,79,1) 100%);
}
.menu-header4 .menu-style- .s7upf-navbar-nav > li > a{
    height: 60px;
    line-height: 60px;
}
.menu-header4 .menu-style- .s7upf-navbar-nav > li:first-child > a {
    /*padding-left: 0px;*/
}
.menu-header4 .link-menu-header2 li{
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid rgb(248 248 248 / 20%);
}
.menu-header4 .link-menu-header2 li:last-child{
    margin-right: 0px;
    padding-right: 0px;
    border-right:none;
}
.banner-slider-home3 .content-slider-custom{
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    height: 230px;
    margin: auto;
    padding-left: 70px;
}
.banner-slider-home3 .content-slider-custom .title1{
    font-family:'Futura-Bold';
    color: #fdf150;
    margin: 0px;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.banner-slider-home3 .content-slider-custom .title2{
    font-family: "Futura-Bold";
    color: #fff;
    margin: 0px;
    font-size: 48px;
    text-transform: uppercase;
    margin-top: 2px;
    margin-bottom: 10px;
    text-shadow: 1px 1.732px 3px rgba(0, 0, 0, 0.5);
}
.banner-slider-home3 .content-slider-custom .title3{
    font-family: "Futura-Bold";
    color: #fff;
    margin: 0px;
    font-size: 24px;
    text-transform: uppercase;
}

.banner-slider-home3 .content-slider-custom .el7up-bt-default{
    margin-top: 47px;
}
.banner-slider-home3{
    margin-bottom: 30px;
}
.banner-slider-home3 .content-slider-custom .color-white{
    color: #fff;
}
.banner-slider-home3 .content-slider-custom .color-title{
    color: #303030;
}
.banner-slider-home3 .content-slider-custom .color{
    color: #c82811;
}
.group-service-home3 .s7upe-info-box-style8{
    margin-bottom: 30px;
}
.group-service-home3{
    margin-bottom: 18px;
}
.deal-home3 .el7up-wrapper-slider{
       border: 2px solid #c82811;
    padding: 30px;
    padding-top: 105px;
    margin-top: -98px;
}
.deal-home3 .el7up-heading-style5{
    position: relative;
}
.deal-home3 .elementor-widget-s7upf_info_box{
    margin-top: 17px;
    margin-bottom: 13px!important;
}
.deal-home3 .el7up-heading-style5:before{
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left: -10px;
    right: -10px;
    background: #fff;
        z-index: -1;
}
.deal-home3 {
    margin-bottom: 70px;
}
.banner4-home3{
    padding-left: 105px;
}
.tab1-slider-home3{
    margin-bottom: 70px;
}
.tab1-slider-home3 .el7up-tabs .item-title-header-style1{
   background: #3c3c3c;
}
.top-brands-home3 .item-grid-product- .product-extra-link>div{
    margin-top: 20px;
}
/*End Home 3*/

.woocommerce #reviews #comments ol.commentlist{
        padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 100px;
    border-radius: 50%; 
        border: none;
    padding: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin: 0 0 0 130px;
    border: none;
    border-radius: 0px;
    padding: 0px;
}
.woocommerce #reviews #comments ol.commentlist li .woocommerce-review__author{
        font-size: 18px;
    text-transform: capitalize;
    color: #303030;
    display: inline-block;
    font-family: "Futura-Medium";
}
.woocommerce #reviews #comments ol.commentlist li .wrap-rating{
        position: absolute;
    right: 0;
    top: 9px;
}
.woocommerce-Reviews .comment-form .comment-form-email {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.woocommerce-Reviews .comment-form .comment-form-author {
    width: 50%;
    float: left;
    padding-right: 15px;
}
.woocommerce-Reviews .comment-form .comment-form-rating {
    clear: both;
}
.woocommerce-Reviews .comment-form label[for="author"], .woocommerce-Reviews .comment-form label[for="email"], .woocommerce-Reviews .comment-form label[for="rating"], .woocommerce-Reviews .comment-form label[for="comment"] {
    display: block;
}
.woocommerce-Reviews .comment-form .comment-form-author input, .woocommerce-Reviews .comment-form .comment-form-email input {
    width: 100%;
    height: 60px;
    padding: 0px 27px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    background: #fcfcfc;
}
.woocommerce #review_form #respond textarea {
    height: 150px;
    border: 1px solid #e5e5e5;
    padding: 14px 27px;
    font-size: 14px;
    background: #fcfcfc;
}
.woocommerce-Reviews .comment-reply-title {
    font-size: 18px;
    margin-bottom: 13px;
    display: inline-block;
    font-weight: 700;
    color: #303030;
}
.woocommerce-Reviews #comments{
    margin-bottom: 30px;
}

#ship-to-different-address .woocommerce-form__label{
margin: 0px;
    padding-left: 25px;
    position: relative;
}
#ship-to-different-address #ship-to-different-address-checkbox{
    left: 0;
    margin: 0px;
    top: 5px;
}


.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
    height: auto;
    line-height: inherit;
    padding: 0px!important;
    min-width: auto;
    background: transparent;
}

.woocommerce .woocommerce-error .button:before, 
.woocommerce .woocommerce-info .button:before, 
.woocommerce .woocommerce-message .button:before, 
.woocommerce-page .woocommerce-error .button:before, 
.woocommerce-page .woocommerce-info .button:before, 
.woocommerce-page .woocommerce-message .button:before{
    display: 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: #000;
}
.woocommerce .woocommerce-error .button:hover, 
.woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover, 
.woocommerce-page .woocommerce-error .button:hover, 
.woocommerce-page .woocommerce-info .button:hover, 
.woocommerce-page .woocommerce-message .button:hover{
      box-shadow: none;
      text-decoration: underline;
      background: transparent;
      color: #303030;
}
.woocommerce .woocommerce-error , .woocommerce .woocommerce-info , .woocommerce .woocommerce-message,
 .woocommerce-page .woocommerce-error , .woocommerce-page .woocommerce-info , .woocommerce-page .woocommerce-message {
        background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
    border: none;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 60px;
    font-size: 14px;
    color: #303030;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    font-size: 24px;
    left: 20px;
    top: 30px;
    color: #000;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    content: "\f05a";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.woocommerce-error::before{
   
     content: "\f071";
}
.woocommerce-message::before{
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.woocommerce-additional-fields>h3,
.woocommerce-billing-fields>h3{
    color: #303030;
    margin: 0px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 24px;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    font-weight: 700;
}
#order_review_heading{
     font-size: 24px;
    color: #303030;
    margin: 0px;
    margin-bottom: 3px;
    text-transform: uppercase;
    /*font-family: "Futura-Bold";*/
    font-family: "Futura-Medium";
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 15px;
}

body.error404 .main-header1{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0.1);
}
.content-default-404 .number{
   font-size: 250px;
    font-family: "Futura-Bold";
    color: #303030;
margin: 0px;
    margin-bottom: 50px;
    line-height: 220px;
}
.content-default-404 .text{
margin-bottom: 13px;
}
.content-default-404 .desc{
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
    font-size: 14px;
}
.content-default-404 .el7up-bt-default{
 
margin-top: 60px;
}
.info-not-found{
    color: #303030;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 30px;
    position: relative;
    background: #fff000;
    background: linear-gradient(0deg, rgba(255,240,0,1) 30%, rgba(255,248,136,1) 100%);
}
.info-not-found:before{
    content: "\f05a";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 24px;
    left: 20px;
    top: 30px;
    color: #000;
    vertical-align: middle;
    margin-right: 10px;
}
.type-label .select-box{
    display: inline-block;
}
.woocommerce div.product form.cart .group_table td.group-thumb{
      width: 90px;
    padding-right: 15px;
}
.woocommerce div.product form.cart .group_table .product-title{
       font-family: "Futura-Medium";
    color: #303030;
    font-size: 14px;
}
#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;
    font-family: "Futura-Medium";
    color: #303030;
    margin-top: 0;
    margin-bottom: 16px;
}
.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;
}
.cart.wishlist_table td.product-add-to-cart .button{
    display: inline-block!important;
}
.cart.wishlist_table td.product-name{
   
    font-size: 14px;
    font-family: "Futura-Medium";
    color: #303030;
    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-family: "Futura-Bold";
    font-size: 18px;
    color: #303030;
    padding: 15px 20px;
}
#yith-wcwl-form .wishlist-title-container .wishlist-title{
        width: 100%;
}
#yith-wcwl-form .wishlist-title-container .wishlist-title>h2{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    background: #ccc;
    background: #c82811;
    background: linear-gradient( 0deg , rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    padding: 18px 30px;
    font-family: "Futura-Bold";
    line-height: 24px;
    display: block;
    margin: 0px;
}
.woocommerce #reviews #comments ol.commentlist li{
    min-height: 100px;
    margin-bottom: 40px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child{
    margin-bottom: 0px;
}
.team-slider-about .wslider-item{
    max-width: 660px;
}
.team-slider-about .display-swiper-pagination-style1 .swiper-pagination{
    margin-top: 25px;
}
.team-slider-about {
      margin-bottom: 60px;
}
.elementor-section.elementor-section-boxed > .elementor-container{
    padding: 0px 135px;
}
.elementor-section .elementor-section.elementor-section-boxed > .elementor-container,
.elementor-section.elementor-section-boxed > .elementor-container .elementor-container,
.detail-content-wrap .elementor-section.elementor-section-boxed > .elementor-container,
.sidebar .elementor-section.elementor-section-boxed > .elementor-container,
.main-page-default .s7upf-container .elementor-section.elementor-section-boxed > .elementor-container,
.detail-tab-desc .elementor-section.elementor-section-boxed > .elementor-container{
    padding: 0px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 100%;
}
@media(max-width: 1680px){
    .elementor-section.elementor-section-boxed > .elementor-container{
        padding: 0px 55px;
    }
    .elementor-section .elementor-section.elementor-section-boxed > .elementor-container,
    .elementor-section.elementor-section-boxed > .elementor-container .elementor-container,
    .detail-content-wrap .elementor-section.elementor-section-boxed > .elementor-container,
    .sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    .detail-tab-desc .elementor-section.elementor-section-boxed > .elementor-container
    {
        padding: 0px;
    }
    .s7upe-info-box-style8 .flex-wrapper {
        padding: 30px 20px;
    }
}
@media(max-width: 1440px){
    .elementor-section.elementor-section-boxed > .elementor-container{
        padding: 0px 35px;
    }
    .elementor-section .elementor-section.elementor-section-boxed > .elementor-container,
    .elementor-section.elementor-section-boxed > .elementor-container .elementor-container,
    .detail-content-wrap .elementor-section.elementor-section-boxed > .elementor-container,
    .sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    .detail-tab-desc .elementor-section.elementor-section-boxed > .elementor-container{
        padding: 0px;
    }
}
@media(max-width: 1200px){
    .elementor-section.elementor-section-boxed > .elementor-container{
        padding: 0px 15px;
    }
    .elementor-section .elementor-section.elementor-section-boxed > .elementor-container,
    .elementor-section.elementor-section-boxed > .elementor-container .elementor-container,
    .detail-content-wrap .elementor-section.elementor-section-boxed > .elementor-container,
    .sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    .detail-tab-desc .elementor-section.elementor-section-boxed > .elementor-container{
        padding: 0px;
    }
}
@media(max-width: 1170px){
    .elementor-section.elementor-section-boxed > .elementor-container{
        padding: 0px 0px;
    }
    .elementor-section .elementor-section.elementor-section-boxed > .elementor-container,
    .elementor-section.elementor-section-boxed > .elementor-container .elementor-container,
    .detail-content-wrap .elementor-section.elementor-section-boxed > .elementor-container,
    .sidebar .elementor-section.elementor-section-boxed > .elementor-container,
    .detail-tab-desc .elementor-section.elementor-section-boxed > .elementor-container{
        padding: 0px;
    }
}
.menu-header4 .link-menu-header2 li{
    font-family: 'Futura-Medium';
    letter-spacing: 1px;
    font-weight: 700
}
.product-subtotal .woocommerce-Price-amount{
    font-size: 18px;
}
.cart-custom .cart-collaterals{
    padding-left: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p:last-child{
    margin-bottom: 0px;
}
.format-video iframe,
.format-audio iframe
{
        width: 100%;
        border: none;
}
































/*******************************************************************************************************
11. Begin Responsive
********************************************************************************************************/
@media (min-width: 1680px) {
    .main-header4 .el7up-search-default{
            margin-right: -100px;
    }
    .main-header4 .s7upe-info-box-style2{
            margin-right: -50px;
    }
    .main-header1 .col-call .s7upe-info-box-style2{
        margin-right: -90px;
    }
}/*End min-width: 1170px*/
@media (min-width: 1170px) {

}/*End min-width: 1170px*/

@media (max-width: 1800px) and (min-width: 1171px) {
    
}/*End max-width: 1800px and min-width: 1170px*/
@media (max-width: 1440px) and (min-width: 1170px) {
  
}/*End max-width: 1440px and min-width: 1170px*/
@media (max-width: 1170px) and (min-width: 1025px) {
   
}/*End max-width: 1170px and min-width: 1025px*/
@media (max-width: 1600px) {
    .tab2-slider-home1 .col-product{
        padding-right: 15px;
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .tab3-slider-home1 .col-product{
        padding-right: 30px;
        padding-left: 15px;
        margin-top: 30px;
    }
    .el7up-tabs .item-title-header-style1 .tab-item-wrap {
        margin-right: 25px;
    }
}/*End max-width: 1600px*/
@media (max-width: 1440px) {
    .item-grid-product-today .item-product .product-info {
        width: 40%;
    }
    .item-grid-product-today .item-product .product-thumb {
        width: 60%;
    }
     .menu-style- .s7upf-navbar-nav > li > a{
        padding: 0px 15px;
      }
    .s7upe-info-box-style8 .flex-wrapper {
        padding: 20px 15px;
    }
    .item-grid-product- .brand-product {
        padding: 10px 15px;
    }
    .item-grid-product- .brand-product .image-brand-product {
        margin-right: 15px;
    }
}/*End max-width: 1440px*/
@media (max-width: 1366px) {
    .s7upe-info-box-style6 {
        padding: 60px 20px 75px;
    }
    .s7upe-info-box-style6 .info-box-content {
        padding-left: 20px;
    }
    .widget_tag_cloud a, .widget_product_tag_cloud a {
        padding: 0px 25px;
    }
}/*End max-width: 1366px*/
@media (max-width: 1365px) {
 
}/*End max-width: 1365px*/
@media (max-width: 1366px)and (min-width: 1025px) {

}/*End max-width: 1366px*/
@media (max-width: 1280px) {
    .widget_tag_cloud a, .widget_product_tag_cloud a {
        margin-right: 5px;
        margin-bottom: 5px;
        height: 40px;
        line-height: 40px;
        padding: 0px 14px;
    }
    .widget_tag_cloud .tagcloud {
        margin-bottom: -5px;
    }
    .col-call-header2 .s7upe-info-box-style2 .item-icon-e{
        font-size: 39px;
    }
    .s7upe-info-box-style8 .flex-wrapper .info-box-icon .item-icon-e{
        font-size: 55px;
    }
    .tab1-slider-home3 .item-grid-product-style5 .final-countdown{
        display: none;
    }
    .el7up-tabs .title-header-style1 .div-title-header  {
            margin-right: 30px;
    }
    .tab2-slider-home1 .col-banner .el7up-text-editor,
    .tab3-slider-home1 .col-banner .el7up-text-editor
     {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 30px;
    }
    .banner1-product-home1 .title1 {
        font-size: 34px;
    }
    .banner1-product-home1 .title2 {
        font-size: 16px;
    }
    .style-gallery-horizontal {
        padding-right: 30px;
    }
    .product-detail-info {
        padding-left: 15px;
    }
}
@media (width: 1200px) {
    .box-mailchimp-social-footer1>.elementor-container .elementor-row>.elementor-column{
        width: 100%!important;
    }
}/*End max-width: 1200px*/
@media (max-width: 1199px) {
.box-wishlist-cart .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number, .box-wishlist-cart-header2 .el7up-mini-cart-style1 .mini-cart-icon .mini-cart-number {
    display: none;
}
}/*End max-width: 1199px*/

@media (max-width: 1170px) {
    .el7up-banner-info-style2 .banner-info{
        bottom: -60px;
    }
     .style-gallery-horizontal{
        padding: 0;
        border: none;
    }
    .el7up-mini-cart-dropdown .mini-cart-content{
        padding:25px 15px 30px;
    }
    .text-content-post2,.text-content-post3,.text-content-post5,.text-content-post7,.text-content-post12,.text-content-post6,.header-post-content2{
        margin-left: 0px;
    }
    .banner-slider-home3 .item-slider1 .title1,
    .banner-slider-home3 .item-slider2 .title1,
    .banner-slider-home3 .item-slider1 .title3,
    .banner-slider-home3 .item-slider2 .title3
    {
       text-shadow: 1px 1.732px 3px rgb(0 0 0 / 50%);
    }
    .sort-by .select-box {
        min-width: 150px;
    }
    .content-default-404 .number {
        font-size: 200px;
        line-height: 150px;
    }
    .item-list-post-default .post-info {
        padding-right: 0;
    }
    .s7upe-info-box-style5 .image {
        margin-right: 15px;
    }
    .s7upe-info-box-style5 .count {
        right: 20px;
    }
    .today-home2 .el7up-wrapper-slider {
        padding-left: 30px;
        padding-right: 30px;
    }
    .item-grid-product-today .item-product .product-thumb {
        width: 100%;
        padding: 0px;
        margin-bottom: 30px;
    }
    .item-grid-product-today .product-other .other-image {
        padding: 0px 5px;
    }
    .item-grid-product-today .product-other .product-other-list {
        margin: 0px -5px;
    }
    .item-grid-product-today .item-product .product-info {
        width: 100%;
        padding: 0px;
    }
    .s7upe-info-box-style6 {
        padding: 40px 30px 55px;
    }
    .banner-slider-home2 .title3 {
        font-size: 18px!important;
    }
    .banner-slider-home2 .title1 {
        font-size: 20px!important;
    }
    .banner-slider-home2 .el7up-bt-default {
        line-height: 48px!important;
        font-size: 14px!important;
    }
    .banner-slider-home2 .title2 {
        font-size: 50px!important;
        line-height: 50px!important;
    }
    .banner-slider-home1 .nav-dir-horizontal{
        margin-top: 60px;
    }
    .banner-slider-home1 .title2 {
        font-size: 30px!important;
    }
    .banner-slider-home1 .title3{
        font-size: 24px!important;
    }
    .banner-slider-home1 .title1{
        font-size: 30px!important;
    }
    .banner-slider-home1 .el7up-bt-default{
        line-height: 48px!important;
        font-size: 14px!important;
    }
    
    .post_detail_style2 .single-blog-style2 {
        margin-top: -80px;
    }
    .main-header1 .toggle-mobile-menu{
        font-size: 30px;
        background: transparent;
        width: auto;
    }
    .box-wishlist-cart .el7up-mini-cart-style1 .mini-cart-link {
        height: 80px;
        line-height: 80px;
    }
    .logo-text-past i {
        width: 60px;
        height: 60px;
        font-size: 47px;
    }
    .logo-text-past .past {
        font-size: 26px;
    }
    .logo-text-past .pizza {
        font-size: 20px;
    }
    .s7upe-info-box-style4 {
        padding: 30px;
    }
    .el7up-bt-default {
        height: 45px;
        line-height: 48px;
        padding: 0 15px;
        font-size: 14px;
    }
    .el7up-accordion-.ui-accordion .ui-accordion-header .text {
        font-size: 18px;
    }
    .testimonial-home2 .s7upe-info-box-style4 {
        padding-top: 90px;
        padding-right: 15px;
        padding-bottom: 30px;
        border: none;
        padding-left: 15px;
    }
    .menu-header4 .toggle-mobile-menu {
        height: 60px;
        width: 60px;
        line-height: 60px;
        
    }
    .menu-header4 .col-menu {
       order:2;
    }
     .main-header2 .col-logo-header2{
        order: 1;
    }
    .main-header2 .col-search-header2{
        order: 0;
        margin-bottom: 20px;
    }
    .main-header2 .col-call-header2{
        order: 2;
    }
    .main-header2 .box-wishlist-cart-header2{
        order: 3;
        margin-bottom: -10px;
    }
    .main-header2 .col-logo-header2 {
        margin-bottom: 15px;
    }
}/*End max-width: 1170px*/

@media (width: 1024px)  {

    .banner-slider-home2 .el7up-bt-default,
    .banner-slider-home2 .title2
     {
       margin-top: 20px!important;
    }
    .banner-slider-home2 .title3{
        margin-top: 30px!important;
    }
    .banner-slider-home2 .el7up-bt-default{
       margin-top: 50px!important;
    }
}
@media (max-width: 1024px)  {
    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{
        padding: 0px 25px!important;
    }
    .s7up-form-cart-single form.variations_form .single_variation_wrap .variations_button, .s7up-form-cart-single .variations .detail-attr{
        display: block;
    }
    .s7up-form-cart-single .detail-qty{
        margin-bottom: 10px;
        width: 100%;
        justify-content: center;
    }
    .list-link-cate-home1 .item-link {
        margin-left: 40px;
    }
    .tab3-slider-home1 .col-product{
        order: 1;
        padding-left: 30px;
        padding-right: 15px;
    }
    .tab3-slider-home1 .col-banner{
        margin-top: 30px;
    }
    .box-info-about .col-info{
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .box-account-language .language-box .dropdown-link {
        margin-left: 30px;
    }
   
    .header-footer-1 .el7up-heading-style2 {
        margin-bottom: 27px;
    }
    .col-instagram-footer1 .header-footer-1 .el7up-heading-style2 {
        margin-bottom: 33px;
    }
    .newsetter-footer1 .elementor-widget-container{
        margin-bottom: 30px;
        margin-top: -10px;
    }
   /* .col-instagram-footer1{
        margin-top: 30px;
    }*/
    .main-footer1 .elementor-row>.elementor-column{
        margin-bottom: 30px;
    }
    .main-footer1 .elementor-row>.elementor-column:last-child{
        margin-bottom: 0px;
    }
    .best-seller-home2 .el7up-tabs- .header-tab-layout {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .tab1-slider-home3 .item-grid-product-style5 .final-countdown{
        display: flex;
    }
    .banner4-home3 {
        padding-left: 30px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}/*End max-width: 1024px*/
@media (max-width: 991px)  {
    .product-detail-info {
        padding-left:0px;
            margin-top: 30px;
    }
    .style-gallery-horizontal .product-detail-gallery,
    .detail-sticky-style3 .product-detail-gallery,
    .style-gallery-vertical .product-detail-gallery {
        margin-right: 0;
    }
    .banner-slider-home2 .title2 {
        font-size: 40px!important;
        line-height: 40px!important;
    }
    .el7up-tabs .item-title-header-style2 .tab-item-wrap a {
        padding: 16px 45px;
    }
    .tab2-slider-home1 .col-banner,
    .tab2-slider-home1 .col-product
    {
        width: 100%!important;
    }
    .tab3-slider-home1 .col-banner,
    .tab3-slider-home1 .col-product
    {
        width: 100%!important;
    }
   .tab2-slider-home1 .col-product {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
   .tab3-slider-home1 .col-product {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .banner-slider-home1 .title3{
        font-size: 20px!important;
    }
    .box-info-about .col-info{
        width: 100%!important;
    }
    .box-info-about .col-img{
        display: none!important;
    }
    .post-control a{
        font-size: 14px;
    }
    .box-wishlist-cart .elementor-widget {
        margin-right: 20px;
    }
    .faq-contact .elementor-column,
    .info-map-contact> .elementor-container >.elementor-row>.elementor-column {
            width: 100%;
    }
    .faq-contact .el7up-accordion-{
        margin-bottom: 20px;
    }
    .col-info-address-contact>.elementor-column-wrap{
            margin-bottom: 0px;
    }
    .group-banner-slider-home3 .col-left,
    .group-banner-slider-home3 .col-right{
        width: 100%!important;
    }
}/*End max-width: 991px*/
@media (min-width: 767px) and (max-width: 991px)  {
    
}/*End min-width: 767px and max-width: 991px*/
@media (width: 768px) {
    
}/*End width: 768px*/
@media (max-width: 768px) {

}/*End max-width: 768px*/
@media (max-width: 767px) {
    .tab1-slider-home3 .swiper-container,
    .weekly-product-home3 .swiper-container,
    .popular-menu-home3 .swiper-container,
    .top-brands-home3 .swiper-container,
    .deal-home3 .swiper-container
    {
        padding-bottom: 20px;
    }
    .style-gallery-horizontal{
        padding: 0;
        border: none;
    }
    .cart-custom .cart-collaterals {
        padding-left: 0px;
    }
    .s7upe-info-box-style10 .info-box-image{
        width: 100%;
    }
 
    .s7upe-info-box-style10 .item-desc-title-e,
    .s7upe-info-box-style10 .list-social {
        margin-top: 20px;
    }
    .s7upe-info-box-style10 .item-title-e:before {
        margin-bottom: 20px;
    }
    .s7upe-info-box-style10 .info-box-content {
        padding: 0px;
        padding-top: 30px;
    }
    .s7upe-info-box-style10 .flex-wrapper{
        display: block;
    }
    .team-slider-about .wslider-item{
        max-width: 100%;
    }
    .display-swiper-pagination-style2 .swiper-pagination {
        margin-top: -30px;
    }
    .banner-slider-home3 .content-slider-custom .el7up-bt-default{
        display: none;
    }
    .banner-slider-home3 .content-slider-custom .title1 {
        font-size: 18px;
    }
    .banner-slider-home3 .content-slider-custom .title2 {
        font-size: 24px;
    }
    .banner-slider-home3 .content-slider-custom .title3 {
        font-size: 20px;
    }
    .banner-slider-home3 .content-slider-custom {
        padding-left: 20px;
        height: 100px;
    }
    .banner4-home3 {
        padding-left: 15px;
    }
    .menu-header4 .toggle-mobile-menu {
        height: 60px;
        width: 100%;
        line-height: 60px;
        background: #C82810;
        border-left: 1px solid rgb(255 255 255 / 20%);
    }
    .menu-header4 .col-menu {
       order:2;
    }
    .menu-header4 .col-by-theme {
       order:0;
    }
    .menu-header4 .col-cate {
       order:1;
    }
    .best-seller-home2 {
        margin-bottom: 30px;
    }
    .tab1-slider-home1  .item-grid-product-style2,
    .tab1-slider-home1 .item-grid-product-{
        padding: 15px 5px!important;
    }
    .tab1-slider-home1 .grid-masory-packery{
        margin: -15px -5px!important;
    }
    .style-gallery-horizontal{
            padding: 20px;
    }
    .top-filter .sort-pagi-bar {
        float: left;
    }
     .content-default-404 .number {
        font-size: 140px;
        line-height: 100px;
    margin-bottom: 40px;
    }
    .content-default-404 .text {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 34px;
    }
    .content-default-404 .el7up-bt-default {
        margin-top: 50px;
    }
    .item-grid-product-style2 .final-countdown{
        position: relative;
        margin-top: 10px;
    }
    .single-blog- .title-post-single,
    .item-list-post-default .post-title {
        line-height: 40px;
        font-size: 30px;
    }
    .s7upe-info-box-style6 {
        padding: 40px 20px 40px;
    }
    .s7upe-info-box-style6 .info-box-content {
        padding-left: 20px;
    }   
    .item-grid-product-today .item-product .product-thumb {
        margin-bottom: 30px;
    }
    .today-home2 .display-swiper-navi-group .s7up-swiper-navi {
        position: unset;
        width: 100%;
        margin-top: 15px;
    }
    .today-home2 .el7up-heading-style4 {
        margin-left: 15px;
    }
    .today-home2 .el7up-wrapper-slider {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-banner-product4 .banner .elementor-column-wrap{
        height: 400px;
    }
    .box-banner-product4 .el7up-wrapper-slider{
        border-left:1px solid #e5e5e5;
        padding-left: 15px;
    padding-right: 15px;
    }
    .best-seller-home2 .banner-pizza-past>.elementor-column-wrap,
    .best-seller-home2 .banner-pizza-past2>.elementor-column-wrap
    {
        padding: 50px 0px!important;
    }
    .best-seller-home2 >.elementor-container>.elementor-row {
         border-right: 1px solid #e5e5e5; 
    }
    .banner-slider-home2 .tparrows {
        display: none!important;
    }
    .banner-slider-home2 .title1 {
        font-size: 16px!important;
    }
    .banner-slider-home2 .title2 {
        font-size: 30px!important;
        line-height: 30px!important;
    }
    .banner-slider-home2 .title3 {
        font-size: 14px!important;
    }
    .title-header-style2 .title-header{
        text-align: left;
    }
    .el7up-tabs .item-title-header-style2 .tab-item-wrap a {
        padding: 15px 30px;
    }
    .tab4-slider-home1 .el7up-wrapper-slider {
        padding-left: 0px;
    }
    .tab4-slider-home1 .el7up-tabs{
        display: block;
    }
    .tab4-slider-home1 .el7up-tabs>div{
        width: 100%!important;
    }
    .el7up-tabs .item-title-header-style1 .tab-item-wrap {
        margin-right: 20px;
    }   
    .el7up-tabs .title-header-style1.header-tab.title-subtitle-on.flex-wrapper >div {
        width: 100%;
        margin-right: 0px;
    }
    .el7up-tabs .title-header-style1.header-tab.title-subtitle-on.flex-wrapper> .header-tab-list {
        padding: 0px 15px;
    }
    .el7up-tabs .title-header-style1 .title-header{
        display: block;
        padding: 0px 15px;
    }
    .tab2-slider-home1 .item-grid-product-style3 .product_att-style1,
    .tab3-slider-home1 .item-grid-product-style3 .product_att-style1
     {
        margin-bottom: 0;
    }
    
    .top-brands-home3 .display-swiper-navi-group .s7up-swiper-navi,
    .popular-menu-home3 .display-swiper-navi-group .s7up-swiper-navi,
    .weekly-product-home3 .display-swiper-navi-group .s7up-swiper-navi,
    .tab1-slider-home3 .display-swiper-navi-group .s7up-swiper-navi,
    .tab2-slider-home1 .display-swiper-navi-group .s7up-swiper-navi,
    .tab3-slider-home1 .display-swiper-navi-group .s7up-swiper-navi,
    .tab4-slider-home1 .display-swiper-navi-group .s7up-swiper-navi,
    .blog-home1 .display-swiper-navi-group .s7up-swiper-navi,
    .tab1-slider-home1 .display-swiper-navi-group .s7up-swiper-navi 
    {
        position: unset;
        margin-top: 15px;
        width: 100%;
    }
    
    .top-brands-home3 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav,
    .popular-menu-home3 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav,
    .weekly-product-home3 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav,
    .tab1-slider-home3 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav,
    .tab2-slider-home1 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav,
    .tab3-slider-home1 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav,
    .tab4-slider-home1 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav,
    .blog-home1 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav,
    .tab1-slider-home1 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav
    {
            background: #f6f6f6;
    }
    .top-brands-home3 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover,
    .popular-menu-home3 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover,
    .weekly-product-home3 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover,
    .tab1-slider-home3 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover,
    .tab2-slider-home1 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover,
    .tab3-slider-home1 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover,
    .tab4-slider-home1 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover,
    .blog-home1 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover,
    .tab1-slider-home1 .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav:hover
    {
        color: #fff;
        background: #c82811;
        background: linear-gradient(0deg, rgba(200,40,17,1) 30%, rgba(222,126,112,1) 100%);
    }
    .deal-home3 .display-swiper-navi-group2 .s7up-swiper-navi{
        display: block;
    }
    .deal-home3 .display-swiper-navi-group2 .s7up-swiper-navi .swiper-button-next{
        float: right;
    }
    .product-home1 .item-product {
         padding: 0px; 

         border: none;
    }
    .product-home1 .item-product .product-info {
         padding: 0px; 
    }
    .category-header3 .title{
        display: none;
    }
    .el7up-search-default .dropdown-box-cate{
         width: 50px;
    }
    .el7up-search-default .dropdown-box-cate .current-search-cat{
         display: none;
    }
    .el7up-search-default .dropdown-box-cate:before{
        content: "\f07c";
        font-family: 'Line Awesome Free';
        font-weight: 900;
        padding: 0px 15px 0px 20px;
        font-size: 18px;
    }
    .link-menu-header2 li {
        margin-right: 10px;
    }
    .main-header2 .col-search-header2{
        margin-bottom: 20px;
    }
    .main-header2 .col-call-header2,
    .main-header2 .col-logo-header2{
        margin-bottom: 15px;
    }
    .main-header4 .col-call-header2,
    .main-header4 .col-logo-header2{
        margin-bottom: 25px;
    }
    .main-header2 .col-search-header2{
        order: 3;
    }
    .bottom-footer1 .copyright-footer1{
        margin-bottom: 20px;
    }

    .col-info-footer1 .list-link-footer1 .element-list-link{
        padding-bottom: 0px;
        margin-bottom:30px;
        margin-right: 0px;
        border-bottom: none;
    }
    .box-mailchimp-social-footer1 .el7up-mailchimp-default{
        margin-bottom: 20px;
    }
    
    .post_detail_style2 .single-blog-style2{
        margin-top: -185px;
    }
    .main-header1 .logo-text-past{
        padding: 30px 0px 15px;
    }
    .main-header1 .col-logo{
        order: 0;
    }
    .main-header1 .col-call{
        order: 1;
    }
    .main-header1 .col-menu{
        order: 2;
    }
    .main-header1 .box-wishlist-cart{
        order: 3;
    }
    .s7upe-info-box-style1 blockquote{
        padding: 40px 30px 40px 50px;
        line-height: 35px;
        font-size: 20px;
    }
    .s7upe-info-box-style1 blockquote:before {
        left: 12px;
    }
    .s7upe-info-box-style1 cite {
        margin-top: 20px;
    }
    .s7upe-info-box-style4 .flex-wrapper{
        display: block;
    }
    .s7upe-info-box-style4 .flex-wrapper{
        display: block;
    }
    .s7upe-info-box-style4 .info-box-content {
        width: 100%;
        padding-left: 0;
        margin-top: 35px;
    }
    .s7upe-info-box-style4:before{
        display: none;
    }

    .s7upe-info-box-style4 .flex-wrapper .info-box-image{
        width: 100%;
    }
    .final-countdown .clock .number {
        font-size: 14px;
        min-width:45px;
        height: 45px;
        line-height: 45px;
    }
    .final-countdown {
        margin-left:-5px;
        margin-right: -5px;
    }
    .final-countdown .clock{
        padding: 0px 5px;
    }
    .product-label > span {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 45px;
        font-size: 12px;
    }
    .banner4-home2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .list-link-home2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hot-perks-testimonial .el7up-heading-style4 {
        margin-left: 15px;
    }
    .testimonial-home2 .display-swiper-navi-group .s7up-swiper-navi {
        position: unset;
        margin-left: 15px;
        margin-bottom: 15px;
        display: inline-block;
    }
    .el7up-mini-cart-dropdown .mini-cart-content{
        width: 100vw;
    }
    .before-product {
        padding-top: 300px;
        padding-bottom: 170px;
        margin-top: -185px;
    }
    .banner-slider-home1 {
        margin-top: -250px;
    }
    .sidebar-right{
        margin-top: 50px;
    }
    .bread-crumb- .bread-crumb-row {
        padding: 15px 15px;
        height: auto;
        line-height: 30px;
    }
    .product-title-single{
        line-height: 35px;
        font-size: 30px;
    }
    .single-related-product .display-swiper-navi-group .s7up-swiper-navi{
        position: unset;
        width: 100%;
        margin-top: 15px;
    }
    .single-related-product .display-swiper-navi-group .s7up-swiper-navi .swiper-button-nav{
        border: 1px solid #303030;
    }
    .el7up-heading-style4,.single-title2 ,.title-comment-post,.el7up-tabs .title-header-style1 .title-header,.title-header-style2 .title-header,.el7up-heading-style3,.el7up-heading-style5{
        font-size: 18px;
    }
    .el7up-heading-style3 span,
    .widget-title,
    .title-comment-post span,
    .el7up-heading-style5{
        padding-left:  30px;
        padding-right:  30px;
    }
    .single-blog-style2 .title-post-single {
        line-height: 40px;
        font-size: 30px;
    }
    .el7up-heading-style1 {
        font-size: 24px;
        line-height: 30px;
    }
    .list-link-cate-home1 .item-link {
        margin-left: 15px;
    }
    .tab1-slider-home3 .item-grid-product-style5 .final-countdown {
        position: relative;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .item-grid-product-style5 .gallery-attachment {
        max-width: 220px;
    }
    .deal-home3 .el7up-wrapper-slider {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        border: none;
    }
    .menu-header4 .s7upe-info-box-style7 .dropdown-link i{
        display: none;
    }
    .s7upe-info-box-style7 .dropdown-link {
        padding: 0px 15px;
    }
    .el7up-banner-info-style2 .banner-info{
            padding: 30px 15px 0px 25px;
    }
}/*End max-width: 767px*/
@media (max-width: 600px) {

}/*End max-width: 600px*/
@media (max-width: 480px) {
    .item-grid-product-:hover .product-extra-link {
        left: 15px;
    }
    .addcart-link-style1.button.addcart-link {
        width: 35px;
        height: 35px!important;
        line-height: 35px!important;
    }
    .addcart-link-style1 i {
        font-size: 20px;
    }
    .product-extra-link a {
        margin-bottom: 5px!important;
    }
    .item-product .item-style-product-extra {
        height: 35px;
        width: 35px;
        line-height: 37px;
        font-size: 20px;
    }


    .s7upe-info-box-style6 .item-icon-e{
        font-size: 60px;
    }
    .s7upe-info-box-style4 .flex-wrapper .info-box-image img{
        width: 100%;
    }
    .menu-header2 .toggle-mobile-menu {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
    .box-account-language .language-box .dropdown-link {
        margin-left: 13px;
    }
    .main-header1 .col-logo{
        width: 100%!important;
    }
    .main-header1 .col-logo .logo-text-past{
        text-align: center!important;
    }
    .main-header1 .col-call{
        display: none;
    }
    .main-header4 .col-call-header2 .item-title-e,
    .main-header4 .col-call-header2 .item-sub-title-e
    {
        font-size: 12px;
    }
}/*End max-width: 480px*/
@media (max-width: 375px) {
    .main-header4 .col-call-header2.elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
        justify-content: center!important;
    }
    .main-header4 .logo-style-text{
        text-align: center!important;
    }
    .main-header4 .col-call-header2,
    .main-header4 .col-logo-header2{
        margin-bottom: 15px;
    }
    .main-header4 .col-logo-header2,
    .main-header4 .col-call-header2{
        width: 100%!important
    }
    .banner-slider-home1 .title2,
    .banner-slider-home1 .title1{
        font-size: 24px!important;
    }
    .banner-slider-home1 .title3 {
        font-size: 16px!important;
    }
    .s7upe-info-box-style3 .flex-wrapper{
        display: block;
        text-align: center;
    }
    .s7upe-info-box-style3 .flex-wrapper .info-box-icon{
       margin-bottom: 30px;
    }
    .app-footer1 img{
        max-width: 130px;
    }   
    .category-header3 .elementor-widget-container.{
        margin: 0px -5px 0px -5px!important;
    }
    .category-header3 .item-link{
        margin: 0px 5px 0px 5px!important;
    }
}/*End max-width: 375px*/
@media (max-width: 320px) {
    
    .tab1-slider-home1 .width_masory,
    .product-home3 .width_masory{
        width: 100%!important;
    }
}/*End max-width: 320px