/*-------------------------/*
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #8e8e8e
    Accent color: #ff7f00
[Typography]
    Body:       16px/24px 'Lato', sans-serif
    Heading:    'Lato', sans-serif
    Input, textarea: 16px/24px 'Lato', sans-serif

[Component module]
    CUSTOM BOOSTRAP 5 COLUMNS
    AUTO CLEAR
    WORDPRESS GALLERY
    LOADING
    COMMON STYLES
    OWL
    BLOG
    SHOPPING CART
    CHECK-OUT
    WIDGET
    HEADER
    MINI CART
    MENU
    PRODUCT
    BLOG
    SHOP
    FOOTER
    RESPONSIVE
/*-------------------------*/

/*----- GUTENBERG SUPPORT -----*/
.wp-block-pullquote {
    margin-top: 32px;
    margin-bottom: 32px;
}
.has-huge-font-size,
.has-large-font-size,
.has-medium-font-size,
.has-small-font-size  {
    line-height: 1.8;
}
@media only screen and (min-width: 768px) {
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
    }
}

/*----- GUTENBERG SUPPORT -----*/

.product-item.product-style-1 .button.loading::before,
.product-item.product-style-1 .product-info .added_to_cart:hover::before,
.product-item.product-style-1 .product-info .button:hover::before,
.product-item.product-style-2 .button.loading::before,
.product-item.product-style-2 .product-info .added_to_cart:hover::before,
.product-item.product-style-2 .product-info .button:hover::before,
.product-item.product-style-3 .button.loading::before,
.product-item.product-style-3 .product-info .added_to_cart:hover::before,
.product-item.product-style-3 .product-info .button:hover::before,
.product-item.product-style-7 .button.loading::before,
.product-item.product-style-7 .product-info .added_to_cart:hover::before,
.product-item.product-style-7 .product-info .button:hover::before{
    color: #333333 !important;
    -webkit-transition: all 0.3s ease 0s; !important;
    transition: all 0.3s ease 0s; !important;
}
.product-item.product-style-1 .button.loading,
.product-item.product-style-1 .product-info .added_to_cart:hover,
.product-item.product-style-1 .product-info .button:hover,
.product-item.product-style-2 .button.loading,
.product-item.product-style-2 .product-info .added_to_cart:hover,
.product-item.product-style-2 .product-info .button:hover,
.product-item.product-style-3 .button.loading,
.product-item.product-style-3 .product-info .added_to_cart:hover,
.product-item.product-style-3 .product-info .button:hover,
.product-item.product-style-7 .button.loading,
.product-item.product-style-7 .product-info .added_to_cart:hover,
.product-item.product-style-7 .product-info .button:hover{
    color: #333333 !important;
    background-color: transparent;
}
.product-item.product-style-1 .product-info .added_to_cart,
.product-item.product-style-1 .product-info .button,
.product-item.product-style-2 .product-info .added_to_cart,
.product-item.product-style-2 .product-info .button,
.product-item.product-style-3 .product-info .added_to_cart,
.product-item.product-style-3 .product-info .button,
.product-item.product-style-7 .product-info .button,
.product-item.product-style-7 .product-info .added_to_cart,
.product-item.product-style-7 .product-info .button{
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: transparent;
}
.product-item.product-style-1 .button.add_to_cart_button.loading:before,
.product-item.product-style-2 .button.add_to_cart_button.loading:before,
.product-item.product-style-3 .button.add_to_cart_button.loading:before,
.product-item.product-style-7 .button.add_to_cart_button.loading:before{
    font-size: 16px;
}

/*growl-notice*/
.growl.growl-error,
.growl.growl-warning,
.growl.growl-notice{
    color: #FFFFFF;
    background: #FEFEFE;
    padding: 0 !important;
    width: 310px;
}
.growl .growl-close{
    padding: 8px 13px;
    font-size: 20px;
}
.growl .growl-title{
    padding: 5px 10px;
    font-size: 16px;
}
.growl.growl-notice .growl-title{
    background-color: #2ECC71;
}
.growl.growl-warning .growl-title{
    background-color: #F39C12;
}
.growl.growl-error .growl-title{
    background-color: #C0392B;
}
.growl .growl-message{
    padding: 15px;
    margin-top: 0;
    margin-bottom: 5px;
}
.growl .growl-content{
    font-size: 14px;
    color: #222222;
}
.growl .growl-message a{
    margin-top: 6px;
    display: block;
}
.growl .growl-message a:hover{
    color: #222;
}

/*------------------------------
 CUSTOM BOOSTRAP 5 COLUMNS
 ------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/*----------------
AUTO CLEAR
----------------*/
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (min-width:480px) and (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
@media (max-width:479px){
    .auto-clear .col-ts-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-ts-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-ts-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-ts-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-ts-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-ts-6:nth-child(odd){clear:left;}
}

/*----------------------------------
Custom Bostrap Colum form 480 > 767
----------------------------------*/

@media (max-width: 480px){
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11{float:left;}
    .col-ts-12{width:100%;}
    .col-ts-11{width:91.66666667%;}
    .col-ts-10{width:83.33333333%;}
    .col-ts-9{width:75%;}
    .col-ts-8{width:66.66666667%;}
    .col-ts-7{width:58.33333333%;}
    .col-ts-6{width:50%;}
    .col-ts-5{width:41.66666667%;}
    .col-ts-4{width:33.33333333%;}
    .col-ts-3{width:25%;}
    .col-ts-2{width:16.66666667%;}
    .col-ts-1{width:8.33333333%;}
    .col-ts-pull-12{right:100%;}
    .col-ts-pull-11{right:91.66666667%;}
    .col-ts-pull-10{right:83.33333333%;}
    .col-ts-pull-9{right:75%;}
    .col-ts-pull-8{right:66.66666667%;}
    .col-ts-pull-7{right:58.33333333%;}
    .col-ts-pull-6{right:50%;}
    .col-ts-pull-5{right:41.66666667%;}
    .col-ts-pull-4{right:33.33333333%;}
    .col-ts-pull-3{right:25%;}
    .col-ts-pull-2{right:16.66666667%;}
    .col-ts-pull-1{right:8.33333333%;}
    .col-ts-pull-0{right:auto;}
    .col-ts-push-12{left:100%;}
    .col-ts-push-11{left:91.66666667%;}
    .col-ts-push-10{left:83.33333333%;}
    .col-ts-push-9{left:75%;}
    .col-ts-push-8{left:66.66666667%;}
    .col-ts-push-7{left:58.33333333%;}
    .col-ts-push-6{left:50%;}
    .col-ts-push-5{left:41.66666667%;}
    .col-ts-push-4{left:33.33333333%;}
    .col-ts-push-3{left:25%;}
    .col-ts-push-2{left:16.66666667%;}
    .col-ts-push-1{left:8.33333333%;}
    .col-ts-push-0{left:auto;}
    .col-ts-offset-12{margin-left:100%;}
    .col-ts-offset-11{margin-left:91.66666667%;}
    .col-ts-offset-10{margin-left:83.33333333%;}
    .col-ts-offset-9{margin-left:75%;}
    .col-ts-offset-8{margin-left:66.66666667%;}
    .col-ts-offset-7{margin-left:58.33333333%;}
    .col-ts-offset-6{margin-left:50%;}
    .col-ts-offset-5{margin-left:41.66666667%;}
    .col-ts-offset-4{margin-left:33.33333333%;}
    .col-ts-offset-3{margin-left:25%;}
    .col-ts-offset-2{margin-left:16.66666667%;}
    .col-ts-offset-1{margin-left:8.33333333%;}
    .col-ts-offset-0{margin-left:0;}
    .hidden-ts{
        display: none;
    }
}
/*============================
WordPress Gallery
=============================*/
.gallery:after {
    display: table;
    content: "";
    clear: both;
}
.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
    font-size: 0.8125rem;
    font-style: italic;
    color: #666;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
/*WordPress - css*/
.alignnone,
.wp-caption.alignnone,
a img.alignnone {
    margin: 5px 20px 20px 0;
}
div.aligncenter,
.aligncenter,
.wp-caption.aligncenter,
a img.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignleft,
.wp-caption.alignleft,
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.alignright,
.wp-caption.alignright,
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
img.alignnone {
    margin: 0;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
    margin: 0;
}
.wp-caption.alignnone {
    clear: both;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    padding: 10px 4px 5px;
    margin: 0 !important;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
.bypostauthor{
    color: inherit;
}
.widget  .screen-reader-text{
    display: none;
}
.pagination .screen-reader-text{
    display: none;
}
/* LOADING*/
.cssload-square {
    margin: 68px auto;
    width: 19px;
    height: 19px;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.cssload-square-part {
    position: absolute;
    width: 19px;
    height: 19px;
    z-index: 1;
    animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -webkit-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
}

.cssload-square-green {
    background: rgb(84,250,212);
    right: 0;
    bottom: 0;
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
}

.cssload-square-pink {
    background: rgb(233,111,146);
    left: 0;
    top: 0;
}

.cssload-square-blend {
    background: rgb(117,81,125);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    animation: blend-anim 0.92s ease-in infinite;
    -webkit-animation: blend-anim 0.92s ease-in infinite;
}

@keyframes blend-anim {
    0% {
        transform: scale(0.01, 0.01) rotateY(0);
        animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        transform: scale(1, 1) rotateY(0);
        animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-o-keyframes blend-anim {
    0% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -o-transform: scale(1, 1) rotateY(0);
        -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -o-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-ms-keyframes blend-anim {
    0% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -ms-transform: scale(1, 1) rotateY(0);
        -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -ms-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-webkit-keyframes blend-anim {
    0% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -webkit-transform: scale(1, 1) rotateY(0);
        -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -webkit-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@-moz-keyframes blend-anim {
    0% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
    }
    50% {
        -moz-transform: scale(1, 1) rotateY(0);
        -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    100% {
        -moz-transform: scale(0.01, 0.01) rotateY(0);
    }
}

@keyframes cssload-part-anim {
    0% {
        transform: translate3d(-10px, -10px, 0);
    }
    100% {
        transform: translate3d(10px, 10px, 0);
    }
}

@-o-keyframes cssload-part-anim {
    0% {
        -o-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -o-transform: translate3d(10px, 10px, 0);
    }
}

@-ms-keyframes cssload-part-anim {
    0% {
        -ms-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -ms-transform: translate3d(10px, 10px, 0);
    }
}

@-webkit-keyframes cssload-part-anim {
    0% {
        -webkit-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -webkit-transform: translate3d(10px, 10px, 0);
    }
}

@-moz-keyframes cssload-part-anim {
    0% {
        -moz-transform: translate3d(-10px, -10px, 0);
    }
    100% {
        -moz-transform: translate3d(10px, 10px, 0);
    }
}
/*fonts*/
@font-face {
    font-family: Thinking_of_Betty;
    src: url('../fonts/Thinking_of_Betty.ttf');
}
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype"),
    url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: 'Flaticon' , sans-serif;
    font-size: 21px;
    font-style: normal;
    margin-left: 0;
}
.flaticon-search:before { content: "\f100"; }
.flaticon-bin:before { content: "\f101"; }
.flaticon-business:before { content: "\f102"; }
.flaticon-arrows:before { content: "\f103"; }
.flaticon-arrows-1:before { content: "\f104"; }
.flaticon-list:before { content: "\f105"; }
.flaticon-squares:before { content: "\f106"; }
.flaticon-contact:before { content: "\f107"; }
.flaticon-map:before { content: "\f108"; }
.flaticon-technology:before { content: "\f109"; }
.flaticon-arrows-2:before { content: "\f10a"; }
.flaticon-instagram:before { content: "\f10b"; }
.flaticon-clock:before { content: "\f10c"; }
.flaticon-multimedia:before { content: "\f10d"; }
/*custom-css*/
.full-width,.full_width{
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.container{
    padding: 0 0;
}
.has-background-1{
    background: #f8f8f8;
}
.container-wrap{
    max-width: 1750px;
    padding: 0 15px;
    margin: 0 auto;
}
.float-right{
    float: right !important;
}
.float-left{
    float:left !important;
}
.padding-left-0{
    padding-left: 0;
}
.padding-right-10{
    padding-right: 10px!important;
}
.owl-carousel .owl-item img,
.owl-carousel:not(.thumbnails) .owl-item img{
    -webkit-transform-style: unset;
    transform-style: unset;
}
.display-sm{
    display: none!important;
}
@media (min-width: 1025px) {
    .display-mobile{
        display: none!important;
    }
}
@media (max-width: 1024px) {
    .hidden-menu{
        display: none!important;
    }
    .col-md-50{
        width: 50%;
    }
    .overflow-unset{
        overflow: visible !important;
    }
}
@media (max-width: 991px){
    .display-sm{
        display: inline-block!important;
    }
    .overflow-unset{
        overflow: visible !important;
    }
    .padding-right-10 .vc_column-inner{
        border: none!important;
    }

}
@media (min-width: 992px) {
    .float-right-footer{
        float: right !important;
    }
    .float-left-footer{
        float:left !important;
    }
}
@media (max-width: 768px) {
    .padding-left-0{
        padding-left: 15px;
    }
    .container {
        padding: 0 15px;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .col-md-50{
        width: 100%;
    }
}
/*------------------------
COMMON STYLES
------------------------*/
body{
    font-family: 'Lato', sans-serif;;
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    font-weight: 400;
    overflow-x: hidden;
}
label{
    font-weight: normal;
    color: #222222;
}
label .required{
    color: #f24e3d;
    border-bottom: none;
    text-decoration: none;
}
a {
    color: #222;
    text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0;
}
p{
    margin-bottom: 24px;
}
ul,ol{
    padding-left: 20px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    color: #222222;
    line-height: inherit;
}
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}
img {
    height: auto;
    max-width: 100%;
    outline: none;
}
figure{
    max-width: 100%;
}
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"]{
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 4px 20px;
    max-width: 100%;
    outline: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button:focus, input:focus{
    outline: none;
}
select::-ms-expand {
    display: none;
}
select{
    width: 100%;
}
table {
    border: 1px solid #E6E6E6;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}
th,td{
    border-color: #E6E6E6;
    border-style: solid;
    border-width: 1px;
    padding: 10px 5px;
    font-weight: normal;
    text-align: center;
}
textarea{
    display: block;
}
.vc_separator>span{
    display: block;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border: none;
    background: none;
}
.chosen-container .chosen-drop{
    background: #fff;
    border: none;
}
.chosen-container{
    vertical-align: top;
    background: #fff;
}
.chosen-container-single .chosen-single div{
    width: 20px;
}
.chosen-container-single .chosen-single{
    font-size: 15px;
    color: #888;
    border: none;
    border-radius: 0;
    padding: 0 4px;
    max-width: 100%;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 30px!important;
    line-height: 30px!important;
    padding-right: 10px;
}
.chosen-container-single .chosen-single span{
    margin: 0;
    background: #fff;
}
.chosen-container-single .chosen-single div b:before{
    content: "\f104";
    font-family: 'Flaticon' , sans-serif;
    width: auto;
    height: auto;
    color: #5a5a5a;
    font-size: 10px;
    margin-left: 7px;
}
.chosen-container .chosen-results li.highlighted{
    background: none;
    background-color: #F8F8F8;
    color: #333333;
}
.chosen-container-single .chosen-single div b{
    background: none!important;
}
/*use to input*/
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-moz-placeholder { / Firefox 18- /
color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-moz-placeholder {  / Firefox 19+ /
color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*owl*/
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled{
    display: none;
}
.owl-carousel.owl-loaded{
    display: block;
}
.owl-stage-outer {
    width: 100%;
}
.owl-nav .owl-prev:focus, .owl-nav .owl-next:focus{
    outline: none;
    color: red;
}
.owl-nav .owl-prev, .owl-nav .owl-next,
.default .owl-nav .owl-prev, .default .owl-nav .owl-next,
.nav-center .owl-nav .owl-prev, .nav-center .owl-nav .owl-next{
    position: absolute;
    top: 45%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 1s;
    -webkit-transition: all 0.4s ease-in-out 1s;
    -ms-transition: all 0.4s ease-in-out 1s;
    outline: none;
}
.jteam-slider .owl-nav .owl-prev,
.jteam-slider .owl-nav .owl-next{
    top: 41%;
}
.owl-nav .owl-prev, .default .owl-nav .owl-prev, .nav-center .owl-nav .owl-prev,
.owl-nav .owl-next, .default .owl-nav .owl-next, .nav-center .owl-nav .owl-next{
    color: #636363;
    font-size: 30px;
}
.brand_style1 .nav-center .owl-nav .owl-next:hover,
.brand_style1 .nav-center .owl-nav .owl-prev:hover{
    color: #dddddd!important;
}
.jteam-products .nav-center .owl-nav .owl-prev,
.jteam-products .nav-center .owl-nav .owl-next{
    width: 34px;
    height: 33px;
    background: #eee;
    font-size: 15px;
    text-align: center;
    line-height: 34px;
    left: -98px;
}
.jteam-tabs.style3 .jteam-products .nav-center .owl-nav .owl-prev,
.jteam-tabs.style3 .jteam-products .nav-center .owl-nav .owl-next{
    background: transparent;
    left: -60px;
    font-size: 25px;
}
.jteam-tabs.default .jteam-products .owl-nav .owl-prev,
.jteam-tabs.default .jteam-products .owl-nav .owl-next{
    font-size: 20px;
}
.jteam-tabs.style3 .jteam-products .nav-center .owl-nav .owl-next{
    left: inherit;
    right: -60px;
}
.jteam-products .nav-center .owl-nav .owl-prev:hover,
.jteam-products .nav-center .owl-nav .owl-next:hover{
    color: #fff;
}
.jteam-products .nav-center .owl-nav .owl-next{
    left:inherit;
    right: -98px;
}
.owl-nav .owl-prev, .default .owl-nav .owl-prev, .nav-center .owl-nav .owl-prev{
    left: -50px;
}
.owl-nav .owl-next, .default .owl-nav .owl-next, .nav-center .owl-nav .owl-next{
    right: -50px;
}
.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next,
.default:hover .owl-nav .owl-prev, .default:hover .owl-nav .owl-next,
.nav-center:hover .owl-nav .owl-prev, .nav-center:hover .owl-nav .owl-next{
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.owl-carousel .owl-item.active .owl-lazy{
    opacity: 1;
}
.nav-top-right .owl-nav{
    top: -79px;
    position: absolute;
    right: 0;
}
.nav-top-right .owl-nav .owl-prev,
.nav-top-right .owl-nav .owl-next{
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 31px;
    height: 28px;
    font-size: 12px;
    text-align: center;
    line-height: 29px;
    background: #eee;
    color: #b4b4b4;
}
.nav-top-right .owl-nav .owl-prev{
    right: 36px;
    left: inherit;
}
.nav-top-right .owl-nav .owl-prev:hover,
.nav-top-right .owl-nav .owl-next:hover{
    color: #5c5c5c!important;
}
.special .owl-nav .owl-prev,
.special .owl-nav .owl-next{
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #fff;
    font-size: 20px;
}
@media (max-width: 1650px) {
    .special .owl-nav .owl-prev{
        left: 0;
    }
    .special .owl-nav .owl-next{
        right: 0;
    }
    .jteam-products .nav-center .owl-nav .owl-prev{
        left: -40px;
    }
    .jteam-products .nav-center .owl-nav .owl-next{
        right: -40px;
    }
}
@media (max-width: 1280px) {
    .special .owl-nav .owl-prev, .special .owl-nav .owl-next{
        background: transparent;
        border: 1px solid #aaa;
    }
    .special .owl-nav .owl-prev:hover, .special .owl-nav .owl-next:hover{
        background: #fff;
        border: 1px solid #fff;
    }
    .jteam-products .nav-center .owl-nav .owl-prev{
        left: 0;
    }
    .jteam-products .nav-center .owl-nav .owl-next{
        right: 0;
    }
    .owl-nav .owl-prev, .default .owl-nav .owl-prev, .nav-center .owl-nav .owl-prev{
        left: -40px;
    }
    .owl-nav .owl-next, .default .owl-nav .owl-next, .nav-center .owl-nav .owl-next{
        right: -40px;
    }
    .jteam-tabs.style3 .jteam-products .nav-center .owl-nav .owl-prev,
    .jteam-tabs.style3 .jteam-products .nav-center .owl-nav .owl-next{
        left: -45px;
    }
    .jteam-tabs.style3 .jteam-products .nav-center .owl-nav .owl-next{
        left: inherit;
        right: -45px;
    }
}
@media (max-width: 1199px) {
    .jteam-products .nav-center .owl-nav .owl-prev,
    .jteam-products .nav-center .owl-nav .owl-next{
        left: 0;
    }
    .jteam-products .nav-center .owl-nav .owl-next{
        left: inherit;
        right: 0;
    }
    .owl-nav .owl-prev, .default .owl-nav .owl-prev, .nav-center .owl-nav .owl-prev{
        left: 0;
    }
    .owl-nav .owl-next, .default .owl-nav .owl-next, .nav-center .owl-nav .owl-next{
        right: 0;
    }
    .jteam-slider .owl-nav .owl-prev{
        left: -30px;
    }
    .jteam-slider .owl-nav .owl-next{
        right: -30px;
    }
}
@media (max-width: 991px) {
    .nav-top-right .owl-nav{
        top: -12px!important;
    }
    .jteam-tabs.style2 .tab-head .tabs-link li{
        margin-bottom: 10px;
    }
    .jteam-slider .owl-nav .owl-prev{
        left: -25px;
    }
    .jteam-slider .owl-nav .owl-next{
        right: -25px;
    }
    .jteam-slider.special .owl-nav .owl-next{
        right: 0;
    }
    .jteam-slider.special .owl-nav .owl-prev{
        left: 0;
    }
}
@media (max-width: 768px) {
    .jteam-blogs .owl-nav .owl-prev,
    .jteam-blogs .owl-nav .owl-next,
    .jteam-slider:not(.special) .owl-nav .owl-next,
    .jteam-slider:not(.special) .owl-nav .owl-prev{
        display: none;
    }
}
@media (max-width: 640px) {
    .owl-nav .owl-prev, .owl-nav .owl-next{
        display: none;
    }
}
/*blog*/
.post-item .post-thumb{
    margin-bottom: 15px;
}
.post-item .post-name{
    font-size:18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin:0 0 1px 0;
}
.post-item .post-metas .sticky-post{
    margin-right: 10px;
}
.post-item .post-metas .date_post{
    font-size:16px;
    color: #cc8043;
}
.post-item .post-metas .date_post img{
    margin-right: 10px;
}
.post-item .post-metas .post_attr{
    font-size: 14px;
}
.post-item .post-metas .post_attr a{
    color: #888;
    text-transform: capitalize;
}
.post-item .post-metas .post_attr span + span:before{
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    margin: 0 12px;
    background: #888;
    vertical-align: text-bottom;
}
.post-item .post-content{
    margin-top: 24px;
}
.wp-block-pullquote {
    margin-left: 0;
    margin-right: 0;
    padding: 3em 0;
    text-align: center;
}
blockquote{
    max-width: 600px;
    margin: 0 auto;
    border:none;
    padding:19px 0 43px 0;
    font-size:17px;
    color: #333333;
    font-weight: 600;
}
blockquote p{
    font-size:17px;
}
.post-item .post-content blockquote:before{
    content: '“';
    font-family: 'Myriad Pro', sans-serif;
    float: left;
    margin-right: 5px;
}
.post-footer{
    border-top: 1px solid #ddd;
    margin-top: 50px;
    padding-top: 50px;
}
.post-footer .tags{
    margin-bottom: 20px;
}
.post-footer .tags a{
    font-size: 13px;
}
.post-footer .post-arthur .avata {
    width: 110px;
    height: 110px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
}
.post-footer .post-arthur .des {
    overflow: hidden;
}
.post-footer .post-arthur .name,
.post-comments .comments .comment .author{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.post-footer .post-arthur .name a{
    font-size: 14px;
}
.post-footer .post-arthur .des P{
    margin-top: 15px;
    font-size: 15px;
}
.post-comments .comment-reply-title,
.post-comments .block-title{
    text-transform: uppercase;
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.post-comments .comment-reply-title{
    margin-bottom: 40px;
}
.post-comments .block-title {
    margin-top: 54px;
    margin-bottom: 28px;
}
.post-comments .block-title .comment_count{
    color: #cc8043;
    margin-left: 5px;
}
.post-comments .comment-form .input-form{
    width:100%;
    font-size:16px;
    margin-bottom: 36px;
    outline: none;
    color: #888;
}
.post-comments .comment-form .form-submit {
    text-align: center;
    margin-top: 60px;
}
.post-comments .comment-form input{
    height:50px;
}
.post-comments .form-submit .button{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border:none;
    font-family: 'Montserrat', sans-serif;
    height: 60px;
    width:150px;
}
.post-comments .form-submit .button:hover{
    background-color: #2a2a2a;
}
.post-comments .comments .comment{
    list-style: none;
    margin-left: 65px;
}
.post-comments .comments .comment.depth-1{
    margin-left: 0;
}
.post-comments .comments .comment .comment-body {
    margin-bottom: 70px;
    position: relative;
}
.post-comments .comments .comment .comment-body:before{
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    bottom: -35px;
    background: #e6e6e6;
    width: 100%;
    height: 1px;
}
.post-comments .comments .comment .avata{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin:0 40px 0 55px;
}
.post-comments .comments .comment .author{
    display: block;
    font-size: 14px;
    color: #222;
}
.post-comments .comments .comment .coment-text{
    overflow: hidden;
}
.post-comments .comments .comment .comment-edit-link{
    font-size: 12px;
}
.post-comments .comments .comment .post_date{
    font-size: 12px;
    color: #aaaaaa;
}
.post-comments .comments .comment .reply a{
    margin-left:174px;
    text-transform: uppercase;
    color: #cc8043;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.post-comments .comments .comment .reply a:hover{
    color: #2a2a2a;
}
.post-comments .comments .comment .coment-text p{
    margin:15px 0 14px 0;
}
.post-items .post-item{
    margin-bottom: 80px;
}
.post-item .post-excerpt{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #666;
    line-height: 28px;
    margin-top: 12px;
}
.post-item-info .button{
    font-size: 12px;
    color: #fff !important;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 22px;
    font-weight: 500;
    padding: 5px 19px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.post-item-info .button:hover{
    background: #222!important;
}
.post-comments .comments .comment-respond{
    margin-left: -20px;
}
@media (max-width: 767px) {
    .post-comments .comment-form .input-form{
        margin-bottom: 0;
    }
    .post-comments .comments .comment .avata{
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 480px) {
    .post-footer .post-arthur .avata{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .growl.growl-error,
    .growl.growl-warning,
    .growl.growl-notice{
        width: 300px;
        margin-left: 0;
        margin-right: 0;
    }
}
/*404*/
.page-404{
    background-color: #efefef;
    padding: 100px 10px 104px 10px;
    margin-bottom: 55px;
}
.error404 .breadcrumb-trail.breadcrumbs{
    margin-bottom: 40px;
    padding:0 0 30px 0;
    text-align: center;
}
.error404 .wrap_title_page .title_page{
    margin-bottom: 0;
    line-height: 20px;
    font-size: 24px;
}
.page-404 .heading {
    font-size: 200px;
    line-height: normal;
    font-weight: 500;
    margin: 0;
}
.page-404 .title{
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 32px;
}
.page-404 > p{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
.page-404  .form-content{
    max-width: 515px;
    margin: 0 auto;
}
.page-404  .form-content .inner{
    position: relative;
}
.page-404  .form-content .input{
    width: 100%;
    height: 50px;
    border:none;
}
.page-404 .btn-search{
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    width: 60px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 0;
    display: inline-block;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
@media (max-width: 640px) {
    .page-404 .title{
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    .page-404 .heading{
        font-size: 100px;
    }
}
/*shopping cart*/
.shop_table tr th, .shop_table tr td {
    border: none;
    font-size: 17px;
    padding: 30px 25px;
    text-align: left;
}
.shop_table.order_details tr td{
    padding:10px 15px;
}
.shop_table tr td:first-child{
    padding-left: 0;
}
.shop_table.order_details tr td:first-child,
.shop_table.woocommerce-checkout-review-order-table:first-child{
    padding-left: 15px;
}
.shop_table tr td.product-price,
.shop_table tr td.product-subtotal{
    font-size: 18px;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.shop_table tr td.product-price del> span{
    color: #636568;
}
.quantity{
    display: table;
}
.quantity .btn-number {
    color: #666;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 28px;
    height: 45px;
    font-size: 20px;
    line-height: 35px;
    background-color: #f2f2f2;
    font-family: 'Montserrat', sans-serif;
}
.quantity .btn-number:hover{
    color: #fff;
}
.cart_item td.product-remove a{
    border: 1px solid;
    border-color: transparent;
}
.cart_item td.product-remove a:hover{
    border-color: inherit;
}
.quantity .input-text {
    text-align: center;
    padding: 10px 0 9px 0;
    border: 1px solid #f2f2f2;
    color: #222;
    font-size: 16px;
    height: 51px;
}
table.shop_table{
    border:none;
}
.shop_table tr{
    border-bottom:1px solid #ebebeb;
}
.shop_table tr td.product-remove a:before{
    content: '\f101';
    font-family: 'Flaticon' , sans-serif;
    font-size: 18px;
    display: inline-block;
    transform:rotateY(180deg);
    color:#b9b9b9;
}
.shop_table tr td.product-remove a:hover:before{
    color: #cc8043;
}
.shop_table tr td .variation{
    margin-bottom: 0;
}
.shop_table tr td dt,
.shop_table tr td dd{
    display: inline-block;
}
.shop_table tr td dd p{
    margin-bottom: 0;
}
.shop_table tr th{
    font-size: 15px;
    text-transform: uppercase;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    border-bottom:1px solid #ebebeb;
}
.yith-wcwl-share{
    padding-left: 15px;
    margin-bottom: 15px;
}
.woocommerce table.wishlist_table tbody td.product-thumbnail{
    padding: 5px 0;
}
.woocommerce table.wishlist_table tfoot td{
    padding: 0;
}
.woocommerce-cart-form .shop_table tr th{
    line-height: 20px;
    padding-bottom: 55px;
    padding-top: 0;
}
.shop_table tr th:first-child{
    padding-left: 0;
}
.cart-collaterals table.shop_table{
    border: 1px solid #dddddd;
}
.cart-collaterals .shop_table.shop_table_responsive tr th,
.cart-collaterals .shop_table.shop_table_responsive tr td,
.shop_table.woocommerce-checkout-review-order-table tr td{
    font-size: 16px;
    text-transform: none;
    padding: 15px;
}
.cart-collaterals .shop_table tr:last-child th,
.cart-collaterals .shop_table tr:last-child td{
    background:#333;
    color: #fff;
}
.cart-collaterals .shop_table tr td strong{
    font-weight: 400;
}
.cart-collaterals .shop_table tr td{
    text-align: right;
    font-size: 18px;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.shop_table tr td.actions{
    padding:52px 0 15px 0;
    vertical-align: top;
    text-transform: uppercase;
}
.shop_table tr td.actions .title{
    font-size: 18px;
    font-weight: 500;
    position: relative;
}
.shop_table tr td.actions .sub-title{
    font-size: 16px;
    text-transform: capitalize;
}
.shop_table tr td.actions .title:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -8px;
    width: 52px;
    height: 1px;
}
.shop_table .actions input{
    outline: none;
    font-size: 15px;
    margin-bottom: 30px;
    height: 40px;
}
.button,
input[type="submit"]{
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    background-color: #333333;
    padding: 0 27px;
    border-radius: 0;
    vertical-align: top;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.button:hover,
input[type="submit"]:hover{
    background-color:#cc8043;
    color: #fff;
}
.shop_table .actions .coupon{
    float: left;
    margin-right: 30px;
    text-align: left;
}
.shop_table .actions .coupon > label{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.shop_table .actions .btn-update-cart{
    float: right;
}
.woocommerce .cart-collaterals{
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.cart-collaterals .cart_totals > h2,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
.woocommerce-checkout > h3,
.woocommerce-order-details > h2,
.woocommerce-customer-details > h2,
.woocommerce-column__title,
.woocommerce-order-details-last>h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin:60px 0 40px 0;
    text-align: left;
}
.cart-collaterals .cart_totals > h2{
    margin-top: 22px;
}
.woocommerce-order-details-last>h2{
    margin-top: 0;
}
.cart-collaterals .cart_totals > h2:before,
.woocommerce-billing-fields > h3:before,
.woocommerce-additional-fields > h3:before,
.woocommerce-checkout > h3:before,
.woocommerce-order-details > h2:before,
.woocommerce-customer-details > h2:before,
.woocommerce-column__title:before,
.woocommerce-order-details-last>h2:before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -8px;
    width: 52px;
    height: 1px;
}
.woocommerce-checkout > h3:before{
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.checkout-button{
    float: right;
    padding: 3.5px 27px;
}
.woocommerce .cart-collaterals .shop_table .shipping li>label,
.shop_table.woocommerce-checkout-review-order-table .shipping li>label{
    text-transform: uppercase;
    color: #666;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}
.woocommerce .cart-collaterals .shop_table li,
.shop_table.woocommerce-checkout-review-order-table .shipping li{
    list-style: none;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button{
    height: 40px;
    line-height: 34px;
    color: #fff;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn-update-cart{
    float: left;
}
.wc_payment_methods .wc_payment_method input,
.woocommerce .cart-collaterals .shop_table li input,
.shop_table.woocommerce-checkout-review-order-table .shipping li input{
    opacity: 0;
}
.wc_payment_methods .wc_payment_method label,
.woocommerce .cart-collaterals .shop_table li label,
.shop_table.woocommerce-checkout-review-order-table .shipping li label{
    position: relative;
}
.wc_payment_methods .wc_payment_method label:before,
.woocommerce .cart-collaterals .shop_table li label:before,
.shop_table.woocommerce-checkout-review-order-table .shipping li label:before{
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px solid #969696;
    margin-right: 8px;
    position: absolute;
    left: -30px;
    top: 10px;
    border-radius: 50%;
}
.wc_payment_methods .wc_payment_method input:checked + label:before,
.woocommerce .cart-collaterals .shop_table li input:checked + label:before,
.shop_table.woocommerce-checkout-review-order-table .shipping li input:checked + label:before{
    border-color: #cc8043;
}
.wc_payment_methods .wc_payment_method .payment_box p{
    padding-left: 33px;
}
.woocommerce-thankyou-order-details{
    margin-bottom: 50px;
}
.woocommerce-cart-form .shop_table tr:last-child>td.collaterals{
    padding: 30px 0;
}
.woocommerce-cart-form .shop_table tr.cart_item td.product-thumbnail{
    width: 10%;
}
.woocommerce-cart-form .shop_table tr.cart_item td.product-name{
    width: 33%;
    font-size: 16px;
}
.woocommerce-cart-form .shop_table tr.cart_item td.product-name>a{
    font-size: 17px;
}
.woocommerce-cart-form .shop_table tr.cart_item td.product-price,
.woocommerce-cart-form .shop_table tr.cart_item td.product-quantity,
.woocommerce-cart-form .shop_table tr.cart_item td.product-subtotal{
    width: 17%;
}
.woocommerce-cart-form .shop_table tr.cart_item td:last-child{
    padding-right: 0;
}
@media (max-width: 991px) {
    .shop_table tr th, .shop_table tr td{
        padding: 30px 15px;
    }
}

@media (max-width: 767px) {
    .woocommerce-cart-form .shop_table tr.cart_item td.product-thumbnail,
    .woocommerce-cart-form .shop_table tr.cart_item td.product-name,
    .woocommerce-cart-form .shop_table tr.cart_item td.product-price,
    .woocommerce-cart-form .shop_table tr.cart_item td.product-quantity,
    .woocommerce-cart-form .shop_table tr.cart_item td.product-subtotal{
        width: 100%;
    }
    .shop_table tr td.actions{
        padding-top: 40px;
    }
    .woocommerce-cart-form .shop_table tr:last-child > td.collaterals{
        padding-top: 0;
    }
    .cart-collaterals .cart_totals.calculated_shipping > h2{
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button{
        float: left;
        margin-bottom: 20px;
    }
    .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .btn-update-cart{
        float: inherit;
        display: block;
    }
}
/*check-out*/
.checkbox input[type=checkbox]{
    margin:8px 0 0;
}
.woocommerce-form__label{
    margin-top: 15px;
}
.checkbox input[type=checkbox] + span{
    margin-left: 20px;
}
.woocommerce-info,
.woocommerce-error{
    color: #888888;
    font-size: 16px;
    background: rgba(206, 132, 73, 0.1);
    margin-bottom: 10px;
    padding: 5px 0 5px 10px;
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info{
    margin-top: 10px;
}
.woocommerce-info>.woocommerce-Button.button{
    margin-right: 30px;
}
.form-row label{
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}
.form-row .input-text{
    width:100%;
    outline: none;
    height: 40px;
}
.form-row textarea.input-text{
    height: 200px;
}
.form-row{
    margin-bottom: 13px;
}
.select2-container--default .select2-selection--single{
    height: 40px;
    border-radius: 0;
    border:1px solid #ddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:40px;
}
.woocommerce-additional-fields textarea{
    width:100%;
    outline: none;
    height:200px;
}
.woocommerce-checkout table.shop_table{
    margin-right: 15px;
    border:1px solid #ebe9e9;
    float: left;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details{
    float: left;
    margin-right: 30px;
}
.woocommerce-checkout .woocommerce-order-details-last table.shop_table{
    width: 100%;
}
.woocommerce-checkout .woocommerce-order-details{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    float: left;
}
.woocommerce-checkout .woocommerce-customer-details{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
}
.woocommerce-checkout .woocommerce-customer-details address{
    background-color: #f2f2f2;
    padding: 15px;
}
.woocommerce-checkout .woocommerce-customer-details address p{
    margin: 0; 
}
.woocommerce-checkout .woocommerce-order-details > h2,
.woocommerce-checkout .woocommerce-customer-details > h2{
    margin-top: 0;
}
.woocommerce-checkout.woocommerce-order-received table.shop_table{
    float: inherit;
}
.woocommerce-checkout > h3{
    text-align: center;
}
.woocommerce-checkout .shop_table tr th{
    padding: 17px 15px;
    font-size: 16px;
    text-transform: none;
}
.woocommerce-checkout .shop_table.customer_details tr td{
    padding: 10px 15px;
}
.woocommerce-checkout .shop_table tr td{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.woocommerce-checkout .shop_table tbody tr td{
    font-weight: normal;
    color: #666;
}
.woocommerce-checkout-payment{
    width: calc(50% - 15px);
    float: right;
}
.woocommerce-checkout-payment .wc_payment_methods{
    border:1px solid #ebe9e9;
}
.place-order .button{
    padding: 7px 27px;
}
.place-order .button:hover{
    background: #222!important;
    color: #fff!important;
}
.woocommerce-checkout .shop_table tfoot tr:last-child th,
.woocommerce-checkout .shop_table tfoot tr:last-child td{
    background:#222;
    color: #fff;
}
.woocommerce-checkout-payment li{
    list-style: none;
    margin-top: 20px;
}
.woocommerce-checkout-payment .wc_payment_method label{
    font-size: 16px;
    font-family: 'Montserrat' , sans-serif;
    font-weight: 600;
    margin-left: 20px;
}
.payment_box {
    margin-top: 10px;
}
.payment_box p{
    font-size: 15px;
    color: #aaa;
    padding: 5px;
    position: relative;
    margin-right: 20px;
}
.woocommerce-checkout-payment .wc_payment_method .about_paypal{
    font-size: 12px;
}
.woocommerce-error li{
    list-style: none;
}
.order_details li{
    list-style: none;
}
.woocommerce-checkout .col-1{
    width: calc(50% - 30px);
    display: inline-block;
}
.woocommerce-checkout .col-2{
    width: 50%;
    float: right;
}
.woocommerce-checkout .woocommerce-billing-fields {
    display: inline-block;
    width: 100%;
}
.shop_table tr td.product-thumbnail img{
    width: 120px;
    height: auto;
}
.woocommerce-order .woocommerce-thankyou-order-details{
    background-color: #f2f2f2;
    padding: 15px 15px 0 15px;
    margin-bottom: 0;
}
.woocommerce-order .woocommerce-thankyou-order-details+p{
    background-color: #f2f2f2;
    padding: 0 15px 15px 15px;
}
@media (max-width: 991px) {
    .woocommerce-order-details-last,
    .woocommerce-checkout .woocommerce-order-details .woocommerce-customer-details{
        width: 100%;
    }
    .woocommerce-checkout .woocommerce-order-details{
        width: 100%;
        padding-right: 0;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .woocommerce-checkout .woocommerce-customer-details{
        width: 100%;
        padding-left: 0;
    }
}
@media (max-width: 767px) {
    .shop_table_responsive tbody th, .shop_table_responsive thead,
    .wishlist_table thead th{
        display: none;
    }
    .shop_table_responsive tr td {
        display: block;
        text-align: right;
        overflow: hidden;
        color: #aaa;
        padding: 10px;
        font-weight: 400;
        font-family: 'Lato' , sans-serif;
        font-size: 16px;
    }
    .woocommerce-cart-form .shop_table tr.cart_item td.product-name > a{
        color: #666;
    }
    .shop_table_responsive tr td:before{
        content: attr(data-title);
        font-weight: 400;
        float: left;
        color: #222;
    }
    .shop_table_responsive tr.order-total td::before{
        color: #fff;
    }
    .shop_table tr td.product-price,
    .shop_table tr td.product-subtotal{
        font-family: 'Lato', sans-serif;
        color: #666;
        font-size: 16px;
    }
    .shop_table_responsive .quantity {
        float: right;
    }
    .shop_table .actions .btn-update-cart{
        float: left;
    }
    .woocommerce-checkout .col-1,
    .woocommerce-checkout .col-2,
    .woocommerce-checkout table.shop_table,
    .woocommerce-checkout-payment{
        width: 100%;
    }
    .woocommerce-checkout > h3{
        display: inline-block;
    }
}
@media (max-width: 480px) {
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details{
        margin-right: 0;
    }
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead{
        display: none;
    }
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody,
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot,
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr,
    .woocommerce-table.woocommerce-table--order-details.shop_table.order_details td{
        display: block;
        width: 100%;
    }
}
/*widget*/
.sidebar.col-sidebar {
    display: inline-block;
}
.widgettitle{
    color:#222;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 33px;
    line-height: 24px;
}
.widget_product_categories .widgettitle{
    margin-bottom: 18px;
}
.widget_categories .widgettitle{
    margin-bottom: 20px;
}
.widget{
    padding:33px 0 15px 0;
    width: 100%;
    display: inline-block;
}
.widget.widget_product_categories{
    border-bottom:1px solid #e0e0e0;
}
.widget.widget_product_categories .product-categories{
    margin-bottom: 50px;
}
.widget.widget_product_categories .product-categories[style^="overflow"]{
    padding-right: 10px;
}
.widget.widget-woof {
    padding: 0;
}
.widget > ul,
.widget > div > ul{
    padding-left: 0;
}
.widget li{
    list-style: none;
}
.widget li a{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.widget .link-cat .cat-count{
    float: right;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #666;
}
.widget.widget_categories{
    padding-bottom: 30px;
}
.jteam_custom_categories li,
.widget_product_categories li{
    line-height: 40px;
    overflow: hidden;
    font-weight: 500;
    list-style: none;
}
.widget_product_categories li .count{
    float: right;
    font-family:'Montserrat', sans-serif;
    color: #666;
    font-weight: 400;
    font-size: 14px;
}
.block-recent-post .item-photo{
    float: left;
    margin-right: 30px;
}
.block-recent-post .item-detail {
    overflow: hidden;
    line-height: 17px;
}
.block-recent-post li{
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
    padding-bottom: 30px;
    list-style: none;
}
.block-recent-post li:last-child{
    border:none;
    margin: 0;
    padding:0;
}
.block-recent-post li a{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.block-recent-post .item-athur{
    font-family: 'Lato', sans-serif;
    margin-top: 6px;
    font-size: 14px;
}
.widget.widget_search{
    padding: 0;
    border:none;
}
.widget:first-child{
    padding: 0;
}
.link-to-all a{
    position: relative;
    font-style: italic;
}
.link-to-all a:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 0;
}
.searchform{
    position: relative;
}
.searchform input{
    height: 48px;
    width: 100%;
    float: left;
    outline: none;
    font-size: 16px;
    color: #666;
    border-right:none;
}
.searchform button{
    width: 17.6%;
    font-size: 0;
    border: none;
    vertical-align: top;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 0;
}
.searchform button:hover{
    opacity: 0.8;
}
.searchform button:before{
    content: "\f100";
    font-family: 'Flaticon' , sans-serif;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.widget.widget_tag_cloud{
    padding-bottom: 26px;
}
.tagcloud a{
    font-size: 16px!important;
    color: #333;
    border: 1px solid #e5e5e5;
    padding: 2px 16px;
    margin: 0 7px 10px 0;
    display: inline-block;
}
.tagcloud a:hover{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.widget-text .content{
    margin-top: 30px;
}
.product_list_widget .item-product{
    overflow: hidden;
    border-bottom:1px solid #ededed;
    padding: 30px 0;
}
.product_list_widget .item-product:first-child{
    border-top:1px solid #ededed;
}
.product_list_widget .item-product:last-child{
    border-bottom:none;
}
.product_list_widget > li > .star-rating{
    vertical-align: top;
    display: block;
    float: inherit;
}
.sidebar .widget_recent_reviews .product_list_widget li{
    overflow: hidden;
    margin-bottom: 20px;
}
.sidebar .widget_recent_reviews .product_list_widget li > a{
    float: left;
    margin-right: 10px;
    max-width: 100px;
}
.sidebar .widget_recent_reviews .product_list_widget li img{
    display: block;
}
.sidebar .widget_recent_reviews .product_list_widget li .reviewer{
    text-transform: capitalize;
}
.product_list_widget .item-product .thumb{
    float: left;
    overflow: hidden;
    margin-right: 20px;
    max-width: 100px;
}
.product_list_widget .item-product .info{
    overflow: hidden;
}
.product_list_widget .item-product .star-rating{
    float: inherit;
}
.product_list_widget .product-title{
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    font-family:'Lato', sans-serif;
    line-height: 20px;
    margin-top: 20px;
}
.product_list_widget .star-rating:before, .product_list_widget .star-rating span:before{
    font-size: 12px;
    display: inline-block;
    margin: 5px 0 0 0;
}
.product_list_widget .item-product .price{
    color: #222;
    display: table;
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat' , sans-serif;
}
.product_list_widget .item-product .price del{
    font-size: 11px;
}
.widget_shopping_cart_content .buttons .button.checkout{
    float: left;
}
.no-results.not-found .searchform button{
    font-size: 14px;
}
.no-results.not-found .searchform button::before{
    display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
    .block-recent-post .item-photo{
        margin-right: 5px;
    }
}
@media (max-width: 991px) {
    .post-comments .comments .comment{
        margin-left: 0;
    }
    .post-comments .comments .comment .avata{
        margin:0 10px 0 0;
    }
    .post-comments .comments .comment .reply a{
        margin-left: 88px;
    }
}
@media (max-width: 767px) {
    .post-comments .comments .comment .reply a{
        margin-left: 0;
    }
    .no-results.not-found {
        display: inline-block;
        margin-bottom: 40px;
    }
    .load-more-blog{
        margin-bottom: 50px;
    }
}
@media (max-width: 480px) {
    .no-results.not-found .searchform button{
        font-size: 12px;
    }
}
/*header*/
.header-control, .logo{
    line-height: 90px;
}
.header.style3 .header-control,
.header.style4 .header-control{
    line-height: normal;
}
/*header-top*/
.topbar-control{
    background: #000;
}
.topbar-control .wrap-box-left{
    display: inline-block;
    padding: 5px 0;
}
.topbar-control .wrap-box-left .hot-line{
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'Arimo', sans-serif;
    color: #ddd;
}
.topbar-control .wrap-box-left .hot-line:before{
    font-size: 12px;
    margin-right: 9px;
}
.topbar-control .wap-box-right{
    float: right;
    display: inline-block;
    padding: 2px 0;
    text-transform: uppercase;
}
.topbar-control .box-item li{
    list-style: none;
    display: inline-block;
}
.topbar-control .box-item .currency{
    padding: 3px 0 3px 0;
}
.topbar-control .box-item .currency li,
.topbar-control .box-item .currency li a{
    width: 100%;
    display: block;
    color: #555;
    opacity:1;
    white-space: nowrap;
    height: 40px;
}
.topbar-control .box-item .currency li{
    padding: 0 20px;
}
.topbar-control .list-socails{
    display: inline-block;
}
.topbar-control .socail-item {
    margin-left: 13px;
}
.topbar-control .box-item a{
    font-size: 12px;
    color: #fff;
}
.topbar-control .box-item .symbol{
    color: #ea641b;
}
.topbar-control .box-item .switcher-trigger:after{
    font-family:'Fontawesome', sans-serif;
    content: "\f107";
    margin-left: 10px;
}
.topbar-control ul{
    margin: 0;
    padding:0;
}
.topbar-control .wap-box-right .box-item:first-child{
    float: left;
}
.topbar-control .wap-box-right .box-item:last-child{
    float: right;
}
.topbar-control .wap-box-right .box-item:last-child:before{
    content: '|';
    display: inline-block;
    font-size: 22px;
    color: #808080;
    margin: 0 9px 0 30px;
}
/*header-style2*/
.header.style2 .main-header{
    background-color: #f8f8f8;
}
.header.style2 .main-menu > li > a,
.header.style3 .main-menu > li > a{
    color: #222;
    font-weight: 600;
}
.header.style2 .icon-search, .header.style2 .btn-show-cart{
    color: #4d4d4d;
}
.header.style2 .btn-show-cart{
    margin:0 8px 0 18px;
}
.header.style2 .wrap-cart-inner.inner-cart{
    margin-right: 0;
}
.header.style2 .icon-search i:before{
    font-weight: bold;
    font-size: 21px;
}
.header.style2 .block-minicart.jteam-mini-cart,
.header.style4 .block-minicart.jteam-mini-cart,
.header.style5 .block-minicart.jteam-mini-cart{
    right: -1px;
}
/*header-style3*/
.header.style3 .main-header{
    background: #fff;
}
.header.style3 .header-control,
.header.style3 .header-search,
.header.style4 .header-control,
.header.style4 .header-search{
    height: 43px;
    float: right;
}
.header.style3 .header-control{
    padding-top: 23px;
    float: left;
    width: 100%;
}
.header.style3 .header-search,
.header.style4 .header-search{
    color: #222;
}
.header.style3 .header-search input,
.header.style4 .header-search input{
    height: 43px;
    float: left;
    border-right: none;
    font-family: 'Montserrat', sans-serif;
    font-size:11px;
    font-weight: 400;
    width: 259px;
    letter-spacing: 1px;
}
.header.style3 .ovic-live-search-form .category,
.header.style3 .ovic-live-search-form .btn-search,
.header.style4 .ovic-live-search-form .category,
.header.style4 .ovic-live-search-form .btn-search{
    display: none;
    font-size: 0;
}
.header.style3 .header-search .ovic-live-search-form input.txt-livesearch{
    max-width: 309px;
    border-right: 1px solid #eee;
    width: 100%;
}
.header.style3 .ovic-live-search-form .products-search,
.header.style3 .ovic-live-search-form .not-results-search,
.header.style4 .ovic-live-search-form .products-search,
.header.style4 .ovic-live-search-form .not-results-search{
    left: 0;
    right: 0;
}
.header.style3 .ovic-live-search-form .results-search,
.header.style4 .ovic-live-search-form .results-search{
    display: inline-block;
    width: 100%;
}
.header.style3 .header-search .btn-search,
.header.style4 .header-search .btn-search{
    color: #fff;
    font-weight: bold;
    border: none;
    height: 43px;
    vertical-align: top;
    width: 50px;
}
.header.style3 .header-search .btn-search i:before,
.header.style4 .header-search .btn-search i:before{
    font-size: 15px;
}
.header.style3 .wrap-cart-inner.inner-cart,
.header.style4 .wrap-cart-inner.inner-cart{
    width: 50px;
    height: 43px;
    line-height: 43px;
    border:1px solid #ddd;
    color: #494949;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.header.style3 .wrap-cart-inner.inner-cart .btn-show-cart{
    color: #494949;
}
/*header-style4*/
.header.style4 .main-header{
    background: #015389;
}
.header.style4 .main-menu > li > a{
    line-height: 100px;
}
.header.style4 .main-menu>li>a:before{
    background: #fff;
}
.header.style4 .header-search:not(.live-search){
    overflow: hidden;
    float: left;
    border: 1px solid #888;
    margin-top: 30px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    height: 40px;
}
.header.style4 .header-search.live-search{
    float: left;
    border: 1px solid #888;
    margin-top: 30px;
    height: 40px;
    /*border-radius: 25px;*/
}
.header.style4 .header-search:not(.live-search) input{
    background: #015389;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-color: transparent;
    height: 40px;
    color:#fff;
    padding-left: 30px;
    letter-spacing: 1px;
}
.header.style4 .header-search.live-search input{
    background: #015389;
    border-color: transparent;
    height: 38px;
    width: 100%;
    display: inline-block;
    float: left;
    color:#fff;
    padding-left: 30px;
    letter-spacing: 1px;
    border: none;
}
.header.style4 .header-search .btn-search{
    background: transparent;
    height: 39px;
    line-height: 36px;
    position: relative;
}
.header.style4 .header-search .btn-search:before{
    content: '';
    background: #888;
    display: inline-block;
    width: 1px;
    height: 70%;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}
.header.style4 .wrap-cart-inner.inner-cart{
    margin-right: 0;
    border:none;
    height: 100px;
    line-height: 100px;
}
.header.style4 .count-items{
    background: #fff;
    color: #222;
}
.header.style4 .link-cart:hover{
    color: #fff!important;
}
/*header-style5*/
.opt-5 .wpb_revslider_element{
    background: #fff;
}
.header.style5 .logo{
    margin-bottom: -20px;
    padding-top: 15px;
}
.header.style5 .header-control{
    padding-top: 10px;
}
.header.style5 .header-sticky{
    background: transparent;
    position: relative;
    z-index: 111;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
}
.header.style5{
    text-align: center;
    background: #F8F8F8;
}
.header.style5 .header-top{
    background: #0a1500;
    padding: 4px 15px;
}
.header.style5 .header-top .header-top-title{
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
.header.style5 .header-top .header-top-title .break-point{
    padding: 0 4px;
    opacity: 0.7;
}
.header.style5 .main-header{
    background: #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
}
.header.style5 .main-menu > li > a{
    color: #222222;
    font-weight: 600;
}
.header.style5 .main-menu>li>a:before{
    background: #000000;
}
.header.style5 .main-menu .submenu{
    text-align: left;
}
.header.style5 .header-search.live-search .results-search{
    display: inline-block;
}
.header.style5 .ovic-live-search-form .products-search, 
.header.style5 .ovic-live-search-form .not-results-search{
    right: 0;
    left: 0;
}
.header.style5 .header-search,
.ovic-live-search-form .btn-search,
.ovic-live-search-form .category{
    display:  none;
}
.header.style5 .header-search{
    float: left;
    line-height: 43px;
    height: 50px;
    background: #fcfcfc;
    border: 1px solid #dedede;
}
.header.style5 .header-search input{
    height: 48px;
    width: 960px;
    float: left;
    border: none;
    background: #fefefe;
}
.header.style5 .header-search .btn-search{
    border:none;
    background: transparent;
    padding: 0 15px;
    line-height: 48px;
    font-weight: bold;
    color: #222;
}
.header.style5 .wrap-cart-inner.inner-cart{
    border: 1px solid #dedede;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    padding: 0 34px;
    color: #222;
    font-weight: 600;
    background: #fcfcfc;
}
.header.style5 .wrap-cart-inner.inner-cart .product-name.product_title{
    font-weight: normal;
}
.header.style5 .btn-show-cart{
    color: #222;
}
.header.style5 .cart-mini-cart{
    margin-right: 5px;
    text-transform: uppercase;
    font-weight: 500;
}
.header.style1 .cart-mini-cart,
.header.style2 .cart-mini-cart,
.header.style3 .cart-mini-cart,
.header.style4 .cart-mini-cart{
    font-size: 0;
}
@media (max-width: 1199px) {
    .header.style4 .header-control{
        width: 100%;
        display: table;
    }
    .header.style3 .header-search input,
    .header.style4 .header-search input{
        width: 79.7%;
    }
    .header.style3 .header-search .btn-search,
    .header.style4 .header-search .btn-search{
        width: 20.3%;
    }
    .header.style3 .wrap-cart-inner.inner-cart,
    .header.style4   .wrap-cart-inner.inner-cart{
        margin-right: 6px;
        display: table-cell;
        vertical-align: middle;
    }
    .header.style3 .header-search,
    .header.style4 .header-search{
        display: table-cell;
        vertical-align: middle;
        width: 81.5%;
    }
    .header.style5 .header-search input{
        width: 765px;
    }
}
@media (max-width: 1024px) {
    .header.style3 .header-search,
    .header.style4 .header-search{
        display: none;
        position: absolute;
        bottom: -45px;
        right: 15px;
        min-width: 310px;
    }
    .header.style3 .header-search{
        bottom: -75px;
        right: 14px;
    }
    .btn-hidden-search:before{
        content: "\f100";
        font-family: 'Flaticon' , sans-serif;
        font-size: 20px;
        display: inline-block;
        line-height: 44px;
    }
    .header.style3 .wrap-cart-inner.inner-cart{
        float: right;
        margin-left: 12px;
        height: 44px;
    }
    .header.style3 .mobile-navigation{
        margin-top: 0;
    }
    .header.style3 .block-minicart.jteam-mini-cart{
        right:0;
    }
    .header.style4 .header-search{
        bottom: -40px;
    }
    .header.style4 .btn-hidden-search{
        margin-top: 29px;
        border: none;
    }
    .header.style4 .wrap-cart-inner.inner-cart{
        float: right;
    }
    .header.style4 .header-search .btn-search{
        background: #015389;
    }
    .header.style5 .logo{
        margin-bottom: 0;
    }
    .header.style5 .header-search input {
        width: 708px;
    }
    .header.style3 .header-search .btn-search,
    .header.style4 .header-search .btn-search{
        border-bottom-right-radius: 25px;
        border-top-right-radius: 25px;
    }
    .header.style3 .header-search input,
    .header.style4 .header-search:not(.live-search) input{
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }
}
@media (max-width: 991px) {
    .header.style5 .header-search input {
        width: 489px;
    }
}
@media (max-width: 768px) {
    .header.style5 .header-search input{
        width: 460px;
    }
}
@media (max-width: 767px) {
    .header.style5 .header-control.clear-both {
        max-width: 493px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .header.style5 .header-search{
        margin-bottom: 15px;
    }
    .header.style5 .header-search input {
        width: 439px;
    }
    .header.style5 .mobile-navigation,
    .header.style5 .wrap-cart-inner.inner-cart{
        float: inherit;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 640px) {
    .header.style5 .header-control.clear-both{
        max-width: 360px;
    }
    .header.style5 .header-search input{
        width: 306px;
    }
    .header.style5 .ovic-live-search-form .products-search, 
    .header.style5 .ovic-live-search-form .not-results-search{
        right: -51px !important;
    }
    .header.style5 .mobile-navigation{
        margin:0 2px 0 0;
    }
}
@media (max-width: 480px) {
    .topbar-control .wrap-box-left{
        display: block;
        text-align: center;
    }
    .topbar-control .wap-box-right{
        float: inherit;
        display: table;
        margin: 0 auto;
    }
    .header.style5 .header-control.clear-both{
        max-width: 270px;
    }
    .header.style5 .header-search input{
        width: 216px;
    }
    .header.style5 .block-minicart.jteam-mini-cart{
        right: 0;
        left: -109px;
    }
    .header.style3 .float-right,
    .header.style4 .float-right{
        float: inherit !important;
    }
    .header.style3 .header-control,
    .header.style4 .header-control{
        max-width: 170px;
        margin: 0 auto;
        float: inherit;
        margin-bottom: 10px;
    }
    .header.style4 .header-control{
        max-width: 152px;
    }
    .header.style3 .header-search {
        bottom: -45px;
        right: 50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
    }
}
/*caregories-header*/
.jteam-categories.categories-header ul{
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
}
.jteam-categories.categories-header li{
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    padding: 11.5px 0;
    font-weight: 600;
    width: 14.35%;
    text-align: center;
    border-left: 1px solid #e0e0e0;
    margin-left: -1px;
    min-width: 150px;
    float: left;
}
.jteam-categories.categories-header li:first-child{
    border-left: 1px solid #e0e0e0;
    margin-left: 0;
}
.jteam-categories.categories-header li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 1199px) and (min-width: 1025px) {
    .jteam-categories.categories-header li{
        float: none;
        border-right:none;
    }
    .jteam-categories.categories-header li:last-child{
        border-right:1px solid #E6E6E6;
    }
    .jteam-categories.categories-header li{
        min-width: 136px;
        width: 14%;
    }
}
@media (max-width: 1024px) {
    .jteam-categories.categories-header{
        position: relative;
        padding: 8px 0;
    }
    .jteam-categories.categories-header .list-category{
        position: absolute;
        top: 100%;
        z-index: 300;
        background-color: #fff;
        left: 0;
        width: 300px;
        -webkit-transition: .35s;
        -o-transition: .35s;
        transition: .35s;
        -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.09);
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.09);
    }
    .jteam-categories.categories-header li{
        display: block;
        width: 100%;
        text-align: left;
        padding:5px 20px;
        border-left: none;
        margin: 0;
        border-bottom: 1px solid #e0e0e0 ;
    }
    .jteam-categories.categories-header li:first-child{
        border-left: none;
    }
    .jteam-categories.categories-header li:last-child{
        border: none;
    }
    .jteam-categories.categories-header li a{
        text-transform: capitalize;
        font-weight: 500;
    }
    .handle-category-bar {
        text-transform: uppercase;
        font-weight: 600;
    }
    .handle-category-bar>span{
        margin-right: 10px;
    }
}
/*menu*/

.main-menu{
    display: table;
    margin: 0 auto;
    padding: 0;
}
.main-header{
    background-color: #161a25;
    z-index: 111;
    width: 100%;
}
.admin-bar .header-sticky{
    top:32px!important;
}
.admin-bar .header.style5 .header-sticky{
    top: 0!important;
}
.admin-bar .header.style5 .header-sticky.sticky-menu{
    top:32px!important;
}
.header-sticky.sticky-menu-transform{
    position: fixed;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    top: 0;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.header-sticky.sticky-menu-transform.sticky-menu{
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 0;
}
.header.style3 .header-sticky.sticky-menu-transform{
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.header.style5 .header-sticky.sticky-menu-transform.sticky-menu{
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    background: #fff;
    position: fixed;
}
.main-header li{
    list-style: none;
}
.main-menu li {
    position: relative;
    padding: 0 20px;
    line-height: 39px;
}
.main-menu>li {
    display: inline-block;
    /*float: left;*/
    padding: 0 20px;
}
.main-menu>li.parent > a:after{
    content: "\f107";
    font-family:'Fontawesome', sans-serif;
    font-size: 14px;
    margin-left: 8px;
    color: #888;
}
.header.style3 .main-menu>li,
.header.style4 .main-menu>li{
    padding: 0 15px;
}
.header.style4 .main-menu>li.parent > a:after{
    color: #fff;
}
.header.style3 .main-menu>li:first-child,
.header.style4 .main-menu>li:first-child{
    padding-left: 0;
}
.header.style3 .main-menu>li:last-child,
.header.style4 .main-menu>li:last-child{
    padding-right: 0;
}
.header.style3 .main-menu{
    margin-top: 25px;
}
.main-menu li a{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    white-space: nowrap;
}
.main-menu > li > a{
    font-family: 'Montserrat' , sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 37.5px 0;
    line-height: 90px;
    letter-spacing: 2px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
}
.header.style2 .main-menu > li > a{
    line-height: 70px;
    padding: 27.5px 0;
}
.header.style2 .logo,
.header.style2 .header-search,
.header.style2 .wrap-cart-inner.inner-cart{
    line-height: 70px;
    height: 70px;
}
.header.style2 .header-search{
    line-height: 75px;
}
.header.style3 .main-menu > li > a{
    line-height: 40px;
}
.main-menu .megamenu-item li{
    padding: 0;
}
.jteam-clone-wrap .megamenu-item li{
    line-height: 50px;
}
.jteam-clone-wrap .megamenu-item .widget{
    padding: 0 0 30px 0;
}
.main-menu .megamenu-item li > a,
.jteam-clone-wrap .megamenu-item li > a{
    font-family:'Lato', sans-serif;
}
.main-menu .megamenu-item .menu-title,
.jteam-clone-wrap .megamenu-item .menu-title{
    font-size: 14px;
    font-weight: 400;
}
.jteam-clone-wrap .megamenu-item .menu-title,
.jteam-clone-wrap .megamenu-item .wrap-media{
    margin-bottom: 0;
    padding-left: 20px;
}
.main-menu>li>a:before{
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 0;
    background-color: #d8b804;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.header.style2 .main-menu>li>a:before{
    bottom: 20px;
}
.header.style3 .main-menu>li>a:before{
    background-color:#161a25;
}
.main-menu>li:hover>a:before,.main-menu>li.active>a:before {
    width: 68%;
}
.main-menu .submenu,
.box-item .submenu{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 153px;
    background-color: #fff;
    padding: 5px 0px;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.box-item .submenu{
    padding: 19px 0;
}
.main-menu .megamenu{
    padding:20px 65px 10px 65px;
}
.main-menu li .submenu li .submenu{
    left: 100%;
    top: 0;
}
.main-menu .show-submenu > .submenu, .main-menu .menu-item:hover > .submenu,
.box-item .currency:hover > .submenu{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.main-menu .submenu .widget{
    padding-top: 14px;
}
.jteam-clone-wrap{
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    overflow-x: hidden;
}
.megamenu .jteam-title.default{
    font-size: 14px;
    font-weight: 400;
}
/*menu-mobile*/
.mobile-navigation {
    line-height: 90px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: none;
    float: right;
    font-family: 'Montserrat' , sans-serif;
    margin-top: 22px;
    margin-left: 7px;
}
.header.style4 .mobile-navigation{
    margin-top: 26px;
}
.header.style2 .mobile-navigation{
    margin-left: 17px;
}
.header.style5 .mobile-navigation{
    margin-top: 0;
    border: 1px solid #dedede;
    padding: 2px;
}
.mobile-navigation .icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    float: left;
    padding: 10px;
    padding-top: 16px;
}
.header.style3 .mobile-navigation .icon,
.header.style5 .mobile-navigation .icon{
    padding-top: 14px;
}
.mobile-navigation .icon>span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}
.header.style2 .mobile-navigation .icon>span{
    background-color: #222;
}
.jteam-panel ul{
    padding:0;
    margin:0;
}
.jteam-panel li{
    list-style: none;
    position: relative;
    padding:0 20px;
    border-bottom: 1px solid #ddd;
}
.jteam-panels-actions-wrap .jteam-prev-panel {
    right: inherit;
    left: 0;
    border: none;
    border-right: 1px solid #eee;
}
.jteam-panels-actions-wrap .jteam-prev-panel:before {
    content: "\f104";
    font-family: FontAwesome, sans-serif;
}
.jteam-panels-actions-wrap .jteam-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
}
.jteam-clone-wrap .jteam-panels {
    background: inherit;
    border-color: inherit;
    position: absolute;
    margin-top: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    box-sizing: border-box;
}
.jteam-next-panel {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.jteam-next-panel:before {
    content: "\f105";
    font-family: FontAwesome, sans-serif;
}
.jteam-panel>ul>li>a {
    display: block;
    line-height: 50px;
    text-transform: capitalize;
}
.jteam-clone-wrap .jteam-panel {
    border-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.2s ease 0s;
    z-index: 0;
}
.jteam-clone-wrap .jteam-main-panel, .jteam-clone-wrap .jteam-panel.jteam-panel-opened {
    transform: translateX(0);
    z-index: 10;
}
.jteam-clone-wrap .jteam-sub-opened {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.jteam-panels-actions-wrap {
    border-bottom: 1px solid #ddd;
    height: 50px;
    position: relative;
}
.jteam-panels-actions-wrap .jteam-close-btn, .jteam-panels-actions-wrap .jteam-prev-panel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-left: 1px solid #eee;
    text-align: center;
    line-height: 50px;
}

/*search*/
.header-search,
.header-search .icon-search span{
    float: right;
    cursor: pointer;
    height: 90px;
    position: relative;
}
.header.style1 .header-search .icon-search span{
    margin-left: 5px;
}
.icon-search, .btn-show-cart {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}
.btn-show-cart{
    letter-spacing: 0;
}
.icon-search i:before{
    font-size: 16px;
    margin-right: 5px;
}
/*mini-cart*/
.header.style1 .btn-show-cart >i:before{
    font-size: 19px;
}
.wrap-cart-inner.inner-cart {
    float: right;
    margin-right: 27px;
    height: 90px;
    position: relative;
}
.header-search-content,
.block-minicart.jteam-mini-cart{
    min-width: 426px;
    padding: 40px 30px 50px 40px;
    position: absolute;
    text-align: left;
    line-height: 30px;
    top: 100%;
    right:-117px;
    z-index: 1111;
    color: #666666;
    background-color: #fff;
    border:1px solid #ddd;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.header.style5 .block-minicart.jteam-mini-cart{
    padding: 20px 40px;
}
.header-search-content{
    right: 0;
}
.block-minicart.jteam-mini-cart > h3{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight:500;
    margin-bottom: 33px;
}
.header.style5 .block-minicart.jteam-mini-cart > h3{
    margin-bottom: 10px;
}
.block-minicart.jteam-mini-cart > h5{
    font-size: 16px;
    font-family:'Lato', sans-serif;
    color: #666;
    margin-bottom: 10px;
}
.header-search:hover .header-search-content,
.wrap-cart-inner:hover .block-minicart.jteam-mini-cart{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header-search-content:not(.live-search){
    padding: 65px 30px 50px 60px;
}
.header-search-content.live-search{
    padding: 0;
    border: 0;
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}
.ovic-live-search-form .products-search{
    position: static;
    box-shadow: none; 
    margin-top: 0;
    padding: 0;
}
.header-search-content.live-search .form-content{
    padding: 15px;
}
.header-search-content.live-search h3{
    margin-bottom: 0;
    color: #ffffff;
    padding: 11px 15px;
}
.ovic-live-search-form .products-search,
.ovic-live-search-form .not-results-search{
    right: -15px;
    left: -15px;
    box-shadow: none;
    padding-left: 17px;
    padding-right: 15px;
}
.ovic-live-search-form .live-search-overlay{
    display: none;
}
.header-search-content.live-search .serach-box .category,
.header-search-content.live-search .serach-box .btn-search{
    display: none;
}
.header-search-content .btn-search{
    padding: 11.5px 0;
    width: 150px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border: none;
    margin-top: 30px;
}
.header-search-content .btn-search:hover{
    background-color: #636568;
}
.header-search-content .input{
    width: 100%;
    padding: 8.5px 20px;
    height: 49px;
    font-family: 'Arimo', sans-serif;
    color: #888;
}
.count-items {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    padding-right: 1px;
    top: -10px;
    right: -9px;
    letter-spacing: -1px;
    color: #fff;
    font-family: 'Muli', sans-serif;
}
.header-search-content h3{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 37px;
    color: #333;
}
.mini-cart-item {
    position: relative;
    border-bottom: 1px solid #efefef;
    padding: 25px 0 30px 0;
}
.mini-cart-item:first-child{
    padding-top: 15px;
}
.jteam-mini-cart .item-thumb,
.widget_shopping_cart .item-thumb{
    margin-right: 14px;
    float: left;
    width: 100px;
}
.jteam-mini-cart .item-info,
.widget_shopping_cart .item-info{
    line-height: 30px;
    overflow: hidden;
}
.jteam-mini-cart .item-info .product_title{
    line-height: 20px;
    display: block;
    margin-bottom: 8px;
}
.jteam-mini-cart .item-info{
    max-width: 200px;
}
.jteam-mini-cart .item-info .variation dt,
.jteam-mini-cart .item-info .variation dd{
    display: inline-block;
}
.jteam-mini-cart .item-info .variation,
.jteam-mini-cart .item-info .variation dd p{
    margin-bottom: 0;
}
.product-name.product_title {
    color: #555;
}
.jteam-mini-cart .group-quantity-button,
.widget_shopping_cart .group-quantity-button{
    border: 1px solid #ecebeb;
    display: inherit;
    position: relative;
    line-height: 32px;
    margin-top: 20px;
}
.jteam-mini-cart .group-quantity-button .sign:hover,
.widget_shopping_cart .group-quantity-button .sign:hover{
    color: #fff !important;
}
.jteam_minicart_qty_plus{
    margin-left: 2px;
}
.jteam-mini-cart .group-quantity-button:before,
.widget_shopping_cart .group-quantity-button:before{
    content: "";
    border-left: 1px solid #ecebeb;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 50%;
}
.group-quantity-button .sign{
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 32px;
    float: left;
    font-size: 12px;
    color: #aaa;
}
.mini-cart-item .quantity .remove i:before{
    transform:rotateY(180deg);
    font-size: 14px;
}
.block-minicart.jteam-mini-cart ul{
    padding-left: 0;
    max-height: 300px;
    overflow: hidden;
    padding-right: 10px;
}
.header.style5 .block-minicart.jteam-mini-cart ul{
    margin-bottom: 0;
}
.block-minicart .pr-price .amount{
    font-family: 'Montserrat' , sans-serif;
    font-weight: 500;
    padding-right: 30px;
    color: #333;
}
.widget_shopping_cart .pr-price .amount{
    padding-right: 10px;
}
.block-minicart .quantity .input-text,
.widget_shopping_cart .quantity .input-text{
    padding: 0;
    width: 55px;
    height: 25px;
    border:1px solid #222;
    border-bottom: none;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.block-minicart .quantity .input-text{
    border: none;
    width: 20px;
}
.block-minicart .remove,
.widget_shopping_cart .remove{
    position: absolute;
    right: 0;
    top: 20%;
    color: #bbbbbb;
}
.block-minicart .total{
    font-size: 18px;
    color: #555;
    font-family: 'Arimo' , sans-serif;
    border-bottom: 1px solid #efefef;
    padding: 9px 0 20px 0;
}
.header.style5 .block-minicart .total{
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.block-minicart .total strong{
    font-weight: 500;
}
.block-minicart .total .amount{
    float: right;
    color: #333;
    font-family: 'Montserrat' , sans-serif;
}
.buttons .button {
    font-size: 12px;
    font-family: 'Montserrat' , sans-serif;
    line-height: 45px;
    margin-top: 14px;
    font-weight: 500;
    float: right;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
}
.buttons .button.checkout{
    line-height: 45px;
}
.buttons .button:hover{
    color: #fff;
}
.buttons .button.checkout{
    float: left;
    color: #fff;
    border: 1px solid transparent;
}
.block-minicart .buttons .button:hover{
    color: #fff;
    background: #222!important;
    border:1px solid #222!important;
}
.header.style3 .btn-hidden-search,
.header.style4 .btn-hidden-search{
    display: none;
}
@media (max-width: 1367px) {
    .main-menu .megamenu-item .menu-title{
        margin-bottom: 0;
    }
    .main-menu .megamenu-item .widget{
        padding: 0;
    }
    .main-menu .megamenu-item .widget li{
        line-height: 29px;
    }
    .block-minicart.jteam-mini-cart ul{
        max-height: 200px;
        padding-right: 7px;
    }
    .block-minicart.jteam-mini-cart > h3{
        margin-bottom: 15px;
    }
    .block-minicart .total{
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 1199px) {
    .wrap-cart-inner.inner-cart{
        margin-right: 22px;
    }
}
@media (max-width: 1024px) {
    .mobile-navigation{
        display: block;
    }
    .jteam-clone-wrap.open{
        left:0;
    }
    .header.style2 .mobile-navigation{
        margin-top: 12px;
    }
    .admin-bar .header-sticky{
        top: 0!important;
    }
    .main-header.header-sticky{
        position: relative!important;
    }
    .header.style5 .main-menu{
        display: none;
    }
    .header.style3 .btn-hidden-search,
    .header.style4 .btn-hidden-search{
        float: right;
        width: 44px;
        height: 44px;
        text-align: center;
        border: 1px solid #ddd;
        cursor: pointer;
        display: block;
    }
    .header.style4 .btn-hidden-search{
        border: none;
    }
}
@media ( max-width:767px) {
    .block-minicart.jteam-mini-cart,
    .header.style5 .block-minicart.jteam-mini-cart{
        right: -140px;
    }
    .header-search-content{
        right: 15px;
    }
    .header.style1 .header-search-content.live-search{
        right: 0;
    }
}
@media (max-width: 480px) {
    .header-control, .logo{
        display: table;
        margin: 0 auto;
    }
    .block-minicart.jteam-mini-cart{
        padding:30px 20px;
    }
    .block-minicart .remove{
        right: 15px;
        top: calc(100% - 65px);
    }
    .header-search-content, .block-minicart.jteam-mini-cart{
        min-width: 300px;
        left: -56px;
        max-width: 300px;
    }
    .header.style2 .block-minicart.jteam-mini-cart{
        left: -110px;
    }
    .header-search-content{
        padding-left: 30px;
        left: 2px;
    }
    .header.style2 .header-search-content{
        left: -84px;
    }
    .header.style1 .header-search-content{
        left: -105px;
        padding: 20px;
    }
    .header.style4 .block-minicart.jteam-mini-cart,
    .header.style3 .block-minicart.jteam-mini-cart{
        left: -130px;
    }
    .buttons .button.checkout{
        float: inherit;
    }
    .buttons .button{
        float: left;
    }

}
/*detail-product*/
.main-container{
    padding: 35px 0 60px 0;
}
.no-sidebar .has-post-thumbnail .single-left,
.has-post-thumbnail .single-left{
    position: relative;
    margin-right: 53px;
}
.left-sidebar .no-sidebar .has-post-thumbnail .single-left,
.left-sidebar .has-post-thumbnail .single-left,
.right-sidebar .no-sidebar .has-post-thumbnail .single-left,
.right-sidebar .has-post-thumbnail .single-left{
    margin-right: 10px;
}
.wrap-flash{
    width:55px;
    height: 53px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    z-index: 1;
}
.wrap-flash.newflash{
    left: calc(16% + 30px);
    right:inherit;
}
.left-sidebar .wrap-flash.newflash,
.right-sidebar .wrap-flash.newflash{
    left: 0;
}
.onsale, .onnew{
    width: 73px;
    height: 50px;
    right: -28px;
    top: -17px;
    position: absolute;
    text-align: center;
    line-height: 75px;
    font-size: 11px;
    color: #f6f6f6;
    font-family: 'Montserrat' , sans-serif;
    background-color: #ea651b;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.onnew{
    background-color: #33498b;
    top: -17px;
    left: -28px;
    right: inherit;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.product-item .product-thumb .wrap-flash.newflash{
    left: 0;
}
.has-post-thumbnail .single-left .slick-slider {
    width: 16.5%;
    padding-left: 0;
    position: relative;
    margin-top:68px;
}
.has-post-thumbnail .single-left.thumbnail_list_style .slick-slider{
    top: 0;
}
.left-sidebar .has-post-thumbnail .single-left .slick-slider,
.right-sidebar .has-post-thumbnail .single-left .slick-slider{
    position: static;
}
.slick-vertical .slick-slide{
    margin-bottom: 30px;
    outline: none;
    float: none;
}
.flex-control-thumbs li:focus{
    outline: none;
}
.slick-vertical .slick-slide img,
.flex-control-thumbs li img{
    border:1px solid transparent;
}
.slick-slide>img{
    margin: 0 auto;
}
.slick-vertical .slick-slide .flex-active,
.flex-control-thumbs li .flex-active{
    border:1px solid #b0b0b0;
}
.has-post-thumbnail .single-left .flex-viewport{
    width: calc(83% - 30px);
    float: right;
}
.left-sidebar .has-post-thumbnail .single-left .flex-viewport,
.right-sidebar .has-post-thumbnail .single-left .flex-viewport{
    width: 100%;
    float: none;
}
.left-sidebar .has-post-thumbnail .single-left .slick-slider,
.right-sidebar .has-post-thumbnail .single-left .slick-slider{
    width: 100%;
    overflow: hidden;
    display: block;
    padding: 0 20px;
}
.has-post-thumbnail .single-left .slick-arrow{
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 40px;
    border: none;
    font-size: 25px;
    background: #fff;
    outline:none;
    padding: 0;
    bottom: -24px;
}
.has-post-thumbnail .single-left .slick-arrow:hover{
    color: #222;
}
.left-sidebar .has-post-thumbnail .single-left .slick-arrow,
.right-sidebar .has-post-thumbnail .single-left .slick-arrow{
    display: none!important;
}
.flex-viewport figure{
    max-width: inherit;
}
.has-post-thumbnail .single-left .slick-prev.slick-arrow{
    top: -50px;
    bottom: inherit;
}
.flex-control-thumbs{
    padding-left: 0;
}
.flex-control-thumbs li{
    list-style: none;
    margin:0px 0 30px 0;
}
.right-sidebar .flex-control-thumbs li,
.left-sidebar .flex-control-thumbs li{
    margin:10px 10px 0 0;
}
.right-sidebar .thumbnail_list_style .flex-control-thumbs li,
.left-sidebar .thumbnail_list_style .flex-control-thumbs li{
    display: inline-block;
    max-width: 100px;
}
.right-sidebar .flex-control-thumbs.slick-slider li,
.left-sidebar .flex-control-thumbs.slick-slider li{
    margin-right: 10px;
}
img.emoji{
    display: none !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
.woocommerce-product-gallery{
    position: relative;
    width: 100%;
    display: inline-block;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
    border-radius: 4px;
    margin: 0 auto;
    border: 1px solid;
    z-index: 11;
    text-align: center;
    line-height: 28px;
    font-size: 0;
}
.woocommerce-product-gallery__trigger:before{
    font-family: FontAwesome, sans-serif;
    content: "\f002";
    font-size: 16px;
}
.entry-summary .product_title{
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    color: #555555;
    margin-bottom: 2px;
    line-height: 20px;
}
.entry-summary .price{
    font-size: 18px;
    color: #222;
    font-weight: 600;
    margin:0 15px 12px 0;
    display: inline-block;
}
.entry-summary .price del{
    margin-left: 4px;
}
.entry-summary .product-info-stock-sku {
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.entry-summary .product-info-stock-sku .available:before{
    display: inline-block;
    content: "\f00c";
    font-family: FontAwesome, sans-serif;
    color: #a5be5a;
}
.entry-summary .product-info-stock-sku .available.product-out-stock:before{
    content: "\f05e";
    color: #d5493f;
}
.stock.out-of-stock{
    display: none;
}
.entry-summary .group_table .out-of-stock{
    font-size: 14px;
    margin-bottom: 0;
    color: #f49b42;
    display: block;
    font-weight: normal;
}
.product-out-stock > .label-available{
    color: #f49b42;
}
.price del{
    font-size: 14px;
    color: #888;
}
.price ins{
    text-decoration: none;
    float: left;
    margin-right: 8px;
}
.woocommerce-review-link{
    display: inline-block;
    line-height: 20px;
    height: 20px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
}
.star-rating {
    white-space: nowrap;
    line-height: 100%;
    display: block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 130px;
    letter-spacing: 7px;
    margin-bottom: 4px;
    float: left;
    margin-right: 10px;
}
.product-style-3 .star-rating{
    float: inherit;
    margin: 0 auto;
}
.single-right .star-rating{
    float: inherit;
}
.single-right .count{
    font-size: 14px;
    color: #333;
}
.single-right .count:after{
    content: '|';
    height:13px;
    display: inline-block;
    margin:0 7px 0 10px;
}
.single-right .woocommerce-review-link{
    line-height: 31px;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    line-height: 100%;
}
.star-rating:before, .star-rating span:before {
    font-family: FontAwesome, sans-serif;
    content: "\f005\f005\f005\f005\f005";
    font-size: 20px;
    color: #ccc;
    margin-left: 1px;
    line-height: 100%;
}
.star-rating span:before {
    color: #efce4a;
}
.woocommerce-product-details__short-description{
    font-size: 17px;
    margin: 28px 0 -4px 0;
}
.woocommerce-tabs{
    margin-top: 95px;
}
.woocommerce-tabs ul{
    padding-left: 0;
    position: relative;
}
.woocommerce-tabs ul:before{
    background: #cc8043;
    content: '';
    height:2px;
    width:100%;
    left:0;
    bottom: -2px;
    position: absolute;
}
.woocommerce-tabs li{
    list-style: none;
    display: inline-block;
}
.woocommerce-tabs li a{
    font-family: 'Montserrat' , sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 7.5px 22px;
    display: inline-block;
    font-weight: 500;
    position: relative;
    vertical-align: bottom;
}
.woocommerce-tabs li.active a{
    border-width:2px;
    border-style: solid;
    border-bottom: none;
}
.woocommerce-tabs li:first-child.active a{
    border-left: none;
}
.woocommerce-tabs li.active a:before{
    content: '';
    background:#fff;
    position: absolute;
    bottom: -3px;
    left:0;
    height:3px;
    width:100%;
}
.woocommerce-tabs li:first-child a{
    padding-left: 0;
}
.woocommerce-tabs .entry-content{
    padding: 30px 0 45px 0;
    box-shadow: none;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0;
    margin-bottom: 37px;
}
.woocommerce-tabs .entry-content table p{
    margin-bottom:0;
}
.woocommerce-tabs .entry-content h2{
    font-size: 20px;
}
.woocommerce-tabs .entry-content .commentlist li{
    display: block;
}
.woocommerce-tabs .entry-content .commentlist .avatar.photo{
    float: left;
    margin-right: 20px;
}
.woocommerce-tabs .entry-content .commentlist .comment-text {
    overflow: hidden;
}
.woocommerce-tabs .entry-content .comment-text .meta{
    line-height: 20px;
    margin: 30px 0 10px 0;
}
.woocommerce-tabs .entry-content .block-content{
    font-size: 17px;
    color: #666;
}
.woocommerce-tabs .entry-content tbody tr{
    line-height: 40px;
    border-bottom: 1px solid #E6E6E6;
}
.woocommerce-tabs .entry-content tbody tr:last-child{
    border-bottom: none;
}
.woocommerce-tabs .entry-content tbody tr th{
    padding-left: 15px;
}
.woocommerce-tabs .woocommerce-Reviews .comment-form{
    max-width: 770px;
}
.woocommerce-tabs .woocommerce-Reviews .comment-form-rating{
    font-size: 17px;
    margin-bottom: 20px;
}
.woocommerce-tabs .woocommerce-Reviews .comment-form-rating .stars{
    margin:0 10px 0 0;
}
.woocommerce-tabs .woocommerce-Reviews input, .woocommerce-tabs .woocommerce-Reviews textarea{
    width:100%;
}
.woocommerce-tabs .woocommerce-Reviews input{
    padding: 14px 20px;
    height: 60px;
    width:370px;
}
.woocommerce-tabs .woocommerce-Reviews .comment-form-author,
.woocommerce-tabs .woocommerce-Reviews .comment-form-email{
    max-width: 370px;
    display: inline-block;
    margin-bottom: 30px;
}
.woocommerce-tabs .woocommerce-Reviews .comment-form-author{
    margin-right: 26px;
}
.woocommerce-tabs .woocommerce-Reviews .comment-form-comment{
    margin-bottom: 30px;
}
.woocommerce-tabs .woocommerce-Reviews .submit{
    width:130px;
    height: 50px;
    font-size: 17px;
    padding: 0;
}
.variations{
    border:none;
    margin-bottom: 0;
    position: relative;
}
.variations .label{
    display: block;
    font-size: 15px;
}
.entry-summary .variations_form .variations.kutetheme-atts-swatches .label{
    display: none;
}
.change-value span{
    min-width:33px!important;
    height:33px!important;
    position: relative;
    margin:0 14px 40px 0;
    text-align: center;
    font-family: 'Montserrat' , sans-serif;
}
.change-value span:before{
    font-family: FontAwesome, sans-serif;
    content: "\f00c";
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    color: #fff;
    width: 12px;
    line-height: 33px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
}
.change-value.selected span:before,
.change-value:hover span:before{
    visibility: visible;
    opacity:1;
}
.attribute-pa_size .change-value span,
.attribute-pa_brand .change-value span{
    padding:0 14px;
    font-weight: 500;
    background: #eee;
    line-height: 33px;
}
.attribute-pa_size .change-value:hover span,
.attribute-pa_size .change-value.selected span,
.attribute-pa_brand .change-value.selected span,
.attribute-pa_brand .change-value:hover span{
    color: #fff;
    background: #000;
}
.attribute-pa_size .change-value span:before,
.attribute-pa_brand .change-value span:before{
    display: none;
}
.data-val.attribute-pa_brand {
    width: calc(100% - 50px);
    float: left;
}
.reset_variations {
    position: absolute;
    right: 0;
    bottom: -30px;
    padding: 4px 8px;
    border: 1px solid ;
    line-height: 100%;
}
.kutetheme-atts-swatches .reset_variations{
    bottom: 25%;
    right: 25px;
}
.entry-summary .quantity .btn-number{
    width: 52px;
    height: 46px;
    background: #fff;
    border:1px solid #dddddd;
    color: #b8b8b8;
    font-size: 28px;
}
.entry-summary .quantity .btn-number:hover{
    color: #ffffff;
}
.entry-summary .quantity .input-text{
    padding: 7px 0;
    border:1px solid #dddddd;
    border-left: none;
    border-right: none;
    font-size: 20px;
    font-family:'Montserrat' , sans-serif;
    height: 46px;
}
.entry-summary .quantity{
    margin-bottom: 55px;
}
.entry-summary .group_table .quantity{
    border: 1px solid #ddd;
    margin: 5px;
}
.entry-summary .group_table tr{
    border-bottom:1px solid #E6E6E6;
}
.entry-summary .group_table .quantity .btn-number,
.entry-summary .group_table .quantity .input-text {
    border-bottom: none;
    border-top:none;
}
.entry-summary .group_table .quantity .btn-number.minus{
    border-left:none;
}
.entry-summary .group_table .price{
    margin: 0;
    display: table-cell;
}
.entry-summary .group_table .label{
    margin-top: 15px;
    display: inline-block;
}
.entry-summary .group_table th,
.entry-summary .group_table td,
.entry-summary .variations_form th,
.entry-summary .variations_form td{
    padding: 0;
    border: none;
    text-align: left;
}
.entry-summary .group_table .label-name {
    max-width: 150px;
}
.entry-summary .group_table .label-name label{
    margin-right: 5px;
}
.entry-summary .variations_form .label,
.entry-summary .variations_form .value{
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
}
.entry-summary .single_add_to_cart_button.button{
    padding: 7px 22px 6px 22px;
    border: 1px solid #ddd;
    background: #fff !important;
    color: #cc8043 !important;
    font-weight: 500;
    font-size: 16px;
    float: left;
    margin-right: 29px;
}
.left-sidebar .entry-summary .single_add_to_cart_button.button,
.right-sidebar .entry-summary .single_add_to_cart_button.button{
    margin-bottom: 30px;
}
.entry-summary .button:before{
    content: '+';
    display: inline-block;
    font-size: 19px;
    margin-right: 5px;
}
.entry-summary .button:hover{
    border: 1px solid #cc8043;
}
.woocommerce-message {
    padding: 7px 9px 5px 20px;
    margin-bottom: 20px;
    background: #dff0d8;
    color: #222;
}
.woocommerce-message .button.wc-forward{
    float: right;
    padding: 1px 12px;
    line-height: 25px;
    font-size: 12px;
}
.group-add-more {
    /*display: inline-block;*/
    overflow: hidden;
}
.group-add-more .yith-wcwl-add-to-wishlist {
    margin: 0;
    float: left;
    font-size: 14px;
    position: relative;
    padding-right: 0;
    white-space: nowrap;
    line-height: 14px;
    height: 14px;
    display: table;
    margin-left: 1px;
}
.group-add-more .yith-wcwl-add-to-wishlist .feedback{
    display: none;
}
.group-add-more .yith-wcwl-wishlistexistsbrowse.show{
    min-width: 120px;
}
.group-add-more .yith-wcwl-add-to-wishlist a{
    color: #888;
    margin-right: 35px;
    display: inline-block;
    min-width: 110px;
}
.group-add-more .yith-wcwl-add-to-wishlist .ajax-loading,
.yith-wcwl-add-to-wishlist .ajax-loading{
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.product-item:not(.product-list-style) .yith-wcwl-add-to-wishlist .ajax-loading{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
}
.yith-wcwl-add-to-wishlist .ajax-loading{
    top: 14px;
}
.product-item:not(.product-list-style) .yith-wcwl-add-to-wishlist .ajax-loading{
    top: 9px;
}
.group-add-more .yith-wcwl-add-to-wishlist:before{
    font-family:'Fontawesome', sans-serif;
    content: "\f08a";
    float: left;
    margin-right: 7px;
    font-size: 14px;
}
.group-add-more .yith-wcwl-add-to-wishlist:hover:before{
    color: #cc8043;
}
.group-add-more .yith-wcwl-add-to-wishlist:after{
    content: '';
    height:20px;
    width:1px;
    background: #c7c7c7;
    display: inline-block;
    position: absolute;
    top:-2px;
    right: 10px;
}
.group-add-more .compare.button {
    padding: 0;
    line-height: 14px;
    height: 14px;
    text-transform: none;
    color: #888;
    font-family:'Lato', sans-serif;
    background: #fff;
    display: table;
    white-space: nowrap;
}
.group-add-more .compare.button:hover{
    border: none;
    color: #888 ;
}
.group-add-more .link-popup{
    float: left;
    padding:0 5px 0 0;
    font-size: 16px;
    color: #888;
    outline: none;
    box-shadow: none;
    display: table;
    margin-top: 11px;
}
.group-add-more .yith-wcwl-add-to-wishlist a:hover{
    background: transparent!important;
}
.group-add-more .link-popup:before{
    content: "\f003";
    font-family:'Fontawesome', sans-serif;
    margin-right: 10px;
    font-size: 18px;
}
.entry-summary .group-add-more .button:before{
    content: "\f103";
    font-family: 'Flaticon' , sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-right: 10px;
}
.group-add-more .yith-wcwl-wishlistaddedbrowse.show a{
    margin-right: 35px;
}
.list-services > a:after{
    content: '/';
    padding: 0 10px;
}
.list-services > a:last-child:after{
    display: none;
}
@media (max-width: 1199px){
    .woocommerce-product-details__short-description{
        margin-top: 10px;
    }
    .entry-summary .quantity,
    .change-value span{
        margin-bottom: 20px;
    }
    .group-add-more{
        margin-top: 20px;
    }
    .entry-summary .single_add_to_cart_button.button{
        float: inherit;
    }
    .has-post-thumbnail .single-left .slick-slider{
        margin-top: 107px;
        margin-bottom: 0;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .left-sidebar .woocommerce-tabs li, .right-sidebar .woocommerce-tabs li{
        display: inherit;
        width: 100%;
        margin-bottom: 10px;
    }
    .left-sidebar .woocommerce-tabs li a, .right-sidebar .woocommerce-tabs li a{
        text-align: center;
        width:100%;
        border:2px solid transparent;
    }
    .left-sidebar .woocommerce-tabs li.active:first-child a,
    .right-sidebar .woocommerce-tabs li.active:first-child a{
        border-left-width: 2px;
        border-style: solid;
    }
    .left-sidebar .woocommerce-tabs li.active a,
    .right-sidebar .woocommerce-tabs li.active a{
        border-bottom-width: 2px;
        border-style: solid;
    }
    .left-sidebar .woocommerce-tabs ul::before , .right-sidebar .woocommerce-tabs ul::before,
    .left-sidebar .woocommerce-tabs li.active a:before,
    .right-sidebar .woocommerce-tabs li.active a:before{
        display: none;
    }
    .kutetheme-atts-swatches .reset_variations{
        right: 20%;
    }
}
@media (max-width: 991px) {
    .no-sidebar .has-post-thumbnail .single-left,
    .no-sidebar .has-post-thumbnail .single-left .flex-viewport{
        width:100%;
        height:100%;
        margin-right: 0;
    }
    .wrap-flash.newflash{
        left: 0;
    }
    .no-sidebar .has-post-thumbnail .single-left .slick-slider{
        width: 100%;
        position: relative;
        height: auto;
        display: inline-block;
        padding:0 40px;
        margin-top: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .no-sidebar .has-post-thumbnail .single-left .slick-slide{
        margin-right: 10px;
    }
    .no-sidebar .has-post-thumbnail .single-left .flex-viewport .size-shop_single{
        width:100%;
    }
    .no-sidebar .has-post-thumbnail .slick-list{
        margin-left: 10px;
    }
    .no-sidebar .has-post-thumbnail .single-left .slick-arrow,
    .no-sidebar .has-post-thumbnail .single-left .slick-prev.slick-arrow{
        margin: 0;
        top:35%;
        left: 0;
    }
    .no-sidebar .has-post-thumbnail .single-left .slick-next.slick-arrow{
        left: initial;
        right:0;
        bottom: inherit;
    }
    .no-sidebar .has-post-thumbnail .padding-left-0{
        padding-left: 15px;
    }
    .single-right{
        margin-top: 60px;
    }
    .woocommerce-tabs .woocommerce-Reviews .comment-form-author,
    .woocommerce-tabs .woocommerce-Reviews .comment-form-email{
        width:100%;
    }
    .woocommerce-tabs .woocommerce-Reviews .comment-form-author{
        margin-right: 4px;
    }
}

@media (max-width: 767px) {
    .has-post-thumbnail .single-left{
        max-width: 500px;
    }
    .left-sidebar .has-post-thumbnail .single-left,
    .right-sidebar .has-post-thumbnail .single-left,
    .has-post-thumbnail .single-left,
    .no-sidebar .has-post-thumbnail .single-left, .has-post-thumbnail .single-left{
        margin: 0 auto;
    }
    .woocommerce-tabs .woocommerce-Reviews .comment-form-author,
    .woocommerce-tabs .woocommerce-Reviews .comment-form-email,
    .woocommerce-tabs .woocommerce-Reviews input{
        width: 500px;
        max-width: 500px;
    }
    .left-sidebar  .woocommerce-product-gallery,
    .right-sidebar  .woocommerce-product-gallery{
        max-width: 500px;
    }
    .thumbnail_list_style .flex-control-thumbs li{
        display: inline-block;
        margin: 10px 10px 0 0;
    }
    .woocommerce-tabs .woocommerce-Reviews .comment-form-author,
    .woocommerce-tabs .woocommerce-Reviews .comment-form-email,
    .woocommerce-tabs .woocommerce-Reviews input{
        margin-right: 0;
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 640px){
    .entry-summary .single_add_to_cart_button.button {
        margin-right: 170px;
    }
    .group-add-more{
        margin-top: 20px;
    }
    .woocommerce-tabs ul::before{
        display: none;
    }
    .woocommerce-tabs li{
        display: inherit;
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce-tabs li a{
        text-align: center;
        width:100%;
        border:2px solid transparent;
    }
    .woocommerce-tabs li:first-child a{
        padding-left: 15px;
    }
    .woocommerce-tabs li.active a:before{
        display: none;
    }
    .woocommerce-tabs li.active:first-child a{
        border-left-width: 2px;
        border-style: solid;
    }
    .woocommerce-tabs li.active a{
        border-style: solid;
        border-bottom-width: 2px;
    }
}
@media (max-width: 480px){
    .entry-summary .single_add_to_cart_button.button {
        margin-right: 30px;
    }
    .no-sidebar .has-post-thumbnail .single-left .slick-arrow,
    .no-sidebar .has-post-thumbnail .single-left .slick-prev.slick-arrow{
        top:32%;
    }
    .group-add-more .compare.button,
    .group-add-more .yith-wcwl-add-to-wishlist::after{
        display: none;
    }
    .group-add-more .yith-wcwl-add-to-wishlist{
        float: none;
    }
}
/*breadcrumb*/
.woocommerce-breadcrumb,
.breadcrumb-trail.breadcrumbs{
    border-bottom: 1px solid #e6e6e6;
    padding:5px 0 10px 0;
    margin-bottom: 60px;
}
.woocommerce-breadcrumb>a,
.breadcrumb-trail.breadcrumbs>a,
.breadcrumb-trail.breadcrumbs a{
    color: #888;
}
.breadcrumb-trail.breadcrumbs .breadcrumb{
    padding:0;
    margin: 0;
    background: #fff;
}
.woocommerce-breadcrumb a:after{
    content: '/';
    padding:0 5px;
}
.wrap_title_page {
    text-align: center;
}
.wrap_title_page .title_page {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #333;
    font-weight: 500;
}
/*title-product*/
.tab-head, .title-box{
    text-align: center;
    margin-bottom: 7px;
}
.cross-sells .title-box,
.related .title-box,
.up-sells .title-box{
    text-align: left;
}
.title-box .title,
.tab-head .title{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}
/*product-homepage*/
.jteam-products .product-list-grid{
    padding-left: 0;
}
.product-item.banner-image{
    display: inline-block;
    float: left;
}
@media (max-width: 991px) {
    .jteam-products .product-list-grid .product-item img{
        width: 100%;
        margin: 0 auto;
    }
    .product-item.banner-image{
        display: none;
    }
    .product-list-grid.auto-clear .col-sm-4:nth-child(3n+1) {
        clear: inherit;
    }
}
@media (max-width: 640px) {
    .title-box .title, .tab-head .title{
        font-size: 19px;
    }
}
/*product*/
ul.products{
    padding-left: 0;
}
.woof_search_is_going nav.woocommerce-breadcrumb{
    display: block;
}
.product-item{
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.product-item.product-style-5{
    padding-bottom: 30px;
}
.product-thumb{
    position: relative;
    overflow: hidden;
}
.product-thumb .group-btn-control{
    position: absolute;
    right: 10px;
    width: 37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-item:hover .product-thumb .group-btn-control{
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.product-thumb .group-btn-control .inner {
    display: table;
    margin: 0 auto;
}
.product-thumb .group-btn-control .button,
.product-thumb .group-btn-control .yith-wcqv-button,
.product-thumb .group-btn-control .compare,
.product-thumb .group-btn-control .yith-wcwl-add-to-wishlist{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 0;
    border: 1px solid #cccc;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0;
    color: #999999;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 0;
    font-weight: 400;
}
.product-thumb .group-btn-control .yith-wcwl-add-button a.add_to_wishlist,
.product-thumb .group-btn-control .yith-wcwl-add-to-wishlist .show a{
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 0;
}
.product-thumb .group-btn-control .yith-wcwl-add-to-wishlist,
.product-thumb .group-btn-control .compare-button{
    display: inline-block;
    float: left;
}
.product-thumb .group-btn-control .yith-wcwl-add-to-wishlist{
    position: relative;
}
.product-thumb .group-btn-control .clear{
    display: none;
}
.product-thumb .group-btn-control .yith-wcqv-button:after,
.product-thumb .group-btn-control .add_to_wishlist:after,
.product-thumb .group-btn-control .compare:after{
    font-family:'Fontawesome', sans-serif;
    content: "\f002";
    font-size: 15px;
    color: #999999;
}
.product-thumb .group-btn-control .add_to_wishlist:after{
    content: "\f08a";
    font-size: 16px;
    line-height: 35px;
}
.product-thumb .group-btn-control .compare:after{
    content: "\f0ec";
    font-family: FontAwesome, sans-serif;
}
.product-thumb .group-btn-control .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse a,
.product-thumb .group-btn-control .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse a{
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 0;
}
.product-thumb .group-btn-control .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistaddedbrowse a:before,
.product-thumb .group-btn-control .yith-wcwl-add-to-wishlist > .yith-wcwl-wishlistexistsbrowse a:before{
    content: "\f004";
    font-family: FontAwesome, sans-serif;
    font-size: 15px;
    color: #fff;
}
.add_to_cart_button.added, .ajax_add_to_cart.added {
    display: none;
}
li.product, li.banner-image{
    list-style: none;
}
.product-item .product-info{
    text-align: center;
    position: relative;
}
.product-info .product-name{
    margin-bottom: 0;
    margin-top: 11px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-info .product-name a{
    font-size: 17px;
    color: #555;
    font-family:'Lato', sans-serif;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item:hover .product-info .product-name a{
    font-style: italic;
    color: #222;
}
.product-item.product-list-style:hover .product-info .product-name a{
    color: #555;
}
.product-info .product-name a:before{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-info .product-name a:hover{
    text-decoration: underline;
    color: #222;
}
.product-list-style .product-info .product-name a:hover{
    text-decoration: none;
}
.product-info .price{
    font-family: 'Montserrat' , sans-serif;
    font-size: 18px;
    color: #222;
    font-weight: 500;
    display: block;
}
.product-info .price{
    display: table;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-item .product-info .button,
.product-item .added_to_cart.wc-forward{
    position: absolute;
    top: -30px;
    font-size: 16px;
    padding: 0;
    line-height: inherit;
    background: #fff;
    font-weight: 500;
    left: 0;
    right: 0;
    opacity:0;
    visibility: hidden;
    text-transform: uppercase;
    font-family: 'Montserrat' , sans-serif;
}
.product-item .product-info .button .yith-wcqv-button{
    font-size: 0;
}
.product-item .product-info .button .yith-wcqv-button:before{
    font-family: 'Fontawesome', sans-serif;
    content: "\f06e";
    font-size: 14px;
}
.product-item.product-style-5 .product-info .button:hover,
.product-item.product-style-5 .product-info .added_to_cart.wc-forward:hover{
    color: #fff!important;
    background-color: #333;
}
.product-item:hover .product-info .button,
.product-item:hover .added_to_cart.wc-forward{
    top:10px;
}
.product-style-1:hover .product-info .button,
.product-style-1:hover .added_to_cart.wc-forward,
.product-style-2:hover .product-info .button,
.product-style-2:hover .added_to_cart.wc-forward,
.product-style-3:hover .product-info .button,
.product-style-3:hover .added_to_cart.wc-forward{
    top: -1px;
    opacity:1;
    visibility: visible;
}
.product-item:hover .product-info .product-name{
    margin-top: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-style-1:hover .product-info .product-name,
.product-style-2:hover .product-info .product-name,
.product-style-3:hover .product-info .product-name{
    margin-top: 11px;
    -moz-transform: translate(0,23px);
    -o-transform: translate(0,23px);
    -ms-transform: translate(0,23px);
    -webkit-transform: translate(0,23px);
    transform: translate(0,23px);
}
.product-style-1:hover .product-info .price,
.product-style-2:hover .product-info .price,
.product-style-3:hover .product-info .price{
    -moz-transform: translate(0,23px);
    -o-transform: translate(0,23px);
    -ms-transform: translate(0,23px);
    -webkit-transform: translate(0,23px);
    transform: translate(0,23px);
}
.product-item.product-style-1 .star-rating,
.product-item.product-style-2 .star-rating,
.product-item.product-style-3 .star-rating,
.product-item.product-style-7 .star-rating{
    float: inherit;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-style-1:hover .product-info .star-rating,
.product-style-2:hover .product-info .star-rating,
.product-style-3:hover .product-info .star-rating{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -moz-transform: translate(0,23px);
    -o-transform: translate(0,23px);
    -ms-transform: translate(0,23px);
    -webkit-transform: translate(0,23px);
    transform: translate(0,23px);
}
.product-item.product-style-5:hover .product-info,
.product-item.product-style-6:hover .product-info{
    overflow: inherit;
}
.product-item.product-style-5 .product-info .button,
.product-item.product-style-5 .added_to_cart.wc-forward,
.product-item.product-style-6 .product-info .button,
.product-item.product-style-6 .added_to_cart.wc-forward{
    color: #fff;
}
.product-item.product-style-6 .product-info .button,
.product-item.product-style-6 .added_to_cart.wc-forward{
    background: rgba(255, 255, 255, 0.50);
    opacity: 1;
}
.product-item.product-style-5 .product-info .button,
.product-item.product-style-5 .added_to_cart.wc-forward,
.product-item.product-style-6 .product-info .button,
.product-item.product-style-6 .added_to_cart.wc-forward{
    position: absolute;
    margin-top: 0;
    width: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    padding: 8.5px 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-item.product-style-5:hover .product-info .button,
.product-item.product-style-5:hover .added_to_cart.wc-forward,
.product-item.product-style-6:hover .product-info .button,
.product-item.product-style-6:hover .added_to_cart.wc-forward{
    margin-top: -56px;
    visibility: visible;
    opacity: 1;
}
.product-item.product-style-6 .product-info .button,
.product-item.product-style-6 .added_to_cart.wc-forward,
.product-item.product-style-6:hover .product-info .button,
.product-item.product-style-6:hover .added_to_cart.wc-forward{
    margin-top: -55px;
}
.product-item.product-style-5 .added_to_cart.wc-forward,
.product-item.product-style-6 .added_to_cart.wc-forward{
    display: block;
}
.product-item.product-style-5 .product-info .product-name,
.product-item.product-style-5:hover .product-info .product-name,
.product-item.product-style-6 .product-info .product-name,
.product-item.product-style-6:hover .product-info .product-name{
    margin-top: 10px;
}
.product-item.product-style-5 .star-rating,
.product-item.product-style-4 .star-rating,
.product-item.product-style-6 .star-rating,
.shortcode-products-area .product-style-1 .star-rating,
.shortcode-products-area .product-style-3 .star-rating,
.shortcode-products-area .product-style-7 .star-rating{
    float: inherit;
    margin: 0 auto;
    width: 95px;
    margin-top: 10px;
    margin-bottom: -7px;
}
.shortcode-products-area .product-style-1 .star-rating,
.shortcode-products-area .product-style-3 .star-rating,
.shortcode-products-area .product-style-7 .star-rating{
    display: table;
    margin: auto;
    margin-top: 10px;
}
.shortcode-products-area .product-style-1 .price,
.shortcode-products-area .product-style-3 .price,
.shortcode-products-area .product-style-7 .price{
    line-height: 100%;
    margin-top: 7px;
}
.product-item.product-style-4 .star-rating{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}
.product-item.product-style-4 .woocommerce-product-rating{
    display: table;
    margin: 0 auto;
    margin-top: 5px;
}
.product-item.product-style-4 .woocommerce-product-rating .count{
    font-size: 14px;
    color: #555;
    display: table-cell;
    vertical-align: middle;
    line-height: 100%;
}
.product-item.product-style-5:hover .star-rating,
.product-item.product-style-4:hover .star-rating{
    margin-top: 9px;
}
.product-item.product-style-4{
    padding-bottom: 50px;
}
.product-item.product-style-4 .star-rating{
    margin-top: 0;
}
.product-item.product-style-4:hover .woocommerce-product-rating{
    display: none;
}
.product-item.product-style-5 .star-rating:before,
.product-item.product-style-5 .star-rating span:before,
.product-item.product-style-4 .star-rating:before,
.product-item.product-style-4 .star-rating span:before,
.product-item.product-style-6 .star-rating:before,
.product-item.product-style-6 .star-rating span:before,
.shortcode-products-area .product-style-1 .star-rating:before,
.shortcode-products-area .product-style-1 .star-rating span:before,
.shortcode-products-area .product-style-2 .star-rating:before,
.shortcode-products-area .product-style-2 .star-rating span:before,
.shortcode-products-area .product-style-3 .star-rating:before,
.shortcode-products-area .product-style-3 .star-rating span:before,
.shortcode-products-area .product-style-7 .star-rating:before,
.shortcode-products-area .product-style-7 .star-rating span:before{
    font-size: 13px;
}
.product-item.product-style-4 .star-rating span:before{
    color: #86482e;
}
.product-item.product-style-4 .product-info .button, .product-item.product-style-4 .added_to_cart.wc-forward{
    font-size: 11px;
    font-family:'Lato', sans-serif;
    color: #fff;
    padding: 3px 11px;
    border-radius: 4px;
    margin-top: 11px;
    display: inline-block;
    position: relative;
}
.product-item.product-style-4 .product-info .button{
    opacity: 0;
    visibility: hidden;
}
.product-item.product-style-4:hover .product-info .button,
.product-item.product-style-4:hover .added_to_cart.wc-forward{
    opacity: 1;
    visibility: visible;
}
.product-item.product-style-4 .product-info .button:hover,
.product-item.product-style-4 .added_to_cart.wc-forward:hover{
    color: #fff!important;
    background-color: #323232;
}
.product-item.product-style-4 .product-info .button:hover::before{
    color: #323232 !important;
}
.product-item.product-style-4 .product-info .button.added{
    display: none;
}
.product-item.product-style-4:hover .product-info .product-name,
.product-item.style-4:hover .product-info .product-name{
    margin-top: 11px;
}
.product-item.product-style-4:hover .product-info .product-name a,
.product-item.style-4:hover .product-info .product-name a{
    font-style: normal;
}
.product-item .product-info .button:before,
.product-item .added_to_cart.wc-forward:before{
    content: "\f218";
    font-family: 'Ionicons', sans-serif;
    font-size: 9px;
    font-weight: bold;
    vertical-align: top;
    margin-right: 6px;
}
.product-style-4 .product-info .button:before,
.product-style-4 .added_to_cart.wc-forward:before{
    position: relative;
    display: inline-block;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 3px;
}
.product-item .product-thumb .second-thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-item:hover .product-thumb .second-thumbnail{
    opacity: 1;
    visibility: visible;
}
/*product-list*/
.product-item.product-list-style{
    padding: 0 15px 60px 15px;
}
.list-style:last-child .product-item.product-list-style{
    padding-bottom: 50px;
}
.product-item.product-list-style .product-thumb{
    float: left;
    margin-right: 30px;
    position: relative;
    max-width: 371px;
}
.product-item.product-list-style .product-info{
    text-align: left;
    overflow: hidden;
}
.product-item.product-list-style .product-info .button,
.product-item.product-list-style .added_to_cart.wc-forward{
    opacity: 1;
    visibility: visible;
}
.product-item.product-list-style:hover .product-info .product-name a{
    font-style: normal;
}
.product-item.product-list-style:hover .product-info .product-name a:hover:before,
.product-item.product-list-style .product-info .clear{
    display: none;
}
.product-item.product-list-style .product-info .compare-button{
    display: inline-block;
}
.product-item.product-list-style .product-info .button{
    position: static;
    float: left;
}
.product-item.product-list-style .added_to_cart.wc-forward{
    position: static;
    display: inline-block;
    float: left;
}
.product-item.product-list-style .product-info .add_to_cart_button,
.product-item.product-list-style .product-info .product_type_external,
.product-item.product-list-style .product-info .ajax_add_to_cart,
.product-item.product-list-style .product-info .product_type_grouped,
.product-item.product-list-style .added_to_cart.wc-forward{
    padding: 7px 22px;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.product-item.product-list-style .product-info .add_to_cart_button:hover,
.product-item.product-list-style .product-info .product_type_external:hover,
.product-item.product-list-style .product-info .ajax_add_to_cart:hover,
.product-item.product-list-style .product-info .product_type_grouped:hover,
.product-item.product-list-style .added_to_cart.wc-forward:hover{
    border-color: #cc8043;
}
.product-item.product-list-style .product-info .product_type_grouped{
    padding: 7px 15px;
}
.product-item.product-list-style .product-info .feedback{
    display: none;
}
.product-item.product-list-style .yith-wcwl-add-to-wishlist:before {
    font-family: 'Fontawesome', sans-serif;
    content: "\f08a";
    float: left;
    margin-right: 7px;
}
.product-item.product-list-style .yith-wcwl-add-to-wishlist:after{
    content: '';
    background: #c7c7c7;
    position: absolute;
    display: inline-block;
    right: 10px;
    top: 15px;
    height: 20px;
    width: 1px;
}
.product-item.product-list-style .yith-wcwl-wishlistaddedbrowse.show {
    float: left;
    padding-right: 20px;
}
.yith-wcwl-wishlistexistsbrowse.show{
    min-width: 150px;
}
.group-btn-control .yith-wcwl-wishlistexistsbrowse.show{
    width: 35px;
    min-width: inherit;
}
.product-item.product-list-style .yith-wcwl-add-to-wishlist a{
    color: #888;
}
.product-item.product-list-style .product-info .compare,
.product-item.product-list-style .yith-wcwl-add-to-wishlist{
    font-size: 14px;
    font-weight:normal;
    color: #888;
    text-transform: none;
    font-family:'Lato', sans-serif;
    line-height: 47px;
}
.product-item.product-list-style .product-info .compare{
    position: static!important;
}
.product-item.product-list-style .product-info .compare:before {
    content: "\f103";
    font-family: 'Flaticon' , sans-serif;
    margin-right: 10px;
    font-size: 13px;
    font-weight:600;
    color: #888;
}
.product-item.product-list-style .yith-wcwl-add-to-wishlist{
    float: left;
    margin-top: 0;
    margin-bottom: 2px;
    position: relative;
}
.product-item.product-list-style .yith-wcwl-add-to-wishlist .yith-wcwl-add-button{
    float: left;
}
.product-item.product-list-style .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{
    color: #888;
}
.product-item.product-list-style .yith-wcwl-add-to-wishlist .yith-wcwl-add-button.show .add_to_wishlist{
    display: inline-block;
    min-width: 115px;
}
.product-item.product-list-style .yith-wcwl-add-to-wishlist:hover a,
.product-item.product-list-style .yith-wcwl-add-to-wishlist:hover:before{
    color: #cc8043;
}
.product-item.product-list-style .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover{
    color: #fff;
}
.product-item.product-list-style:hover .product-info .button{
    top:0;
}
.product-item.product-list-style:hover .product-info .product-name,
.product-item.product-list-style .product-info .product-name{
    margin-top: -10px;
}
.product-item.product-list-style .product-info .price{
    margin: 0;
    margin-bottom: 9px;
}
.product-item.product-list-style .star-rating{
    margin-bottom: 30px;
}
.product-item.product-list-style .product-item-des{
    display: inline-block;
}
@media (max-width: 991px) {
    .product-item.product-list-style .product-thumb{
        float: none;
    }
    .product-item{
        padding-bottom: 30px;
    }
    .product-item.product-list-style:hover .product-info .product-name,
    .product-item.product-list-style .product-info .product-name{
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .product-item .product-info .button, .product-item .added_to_cart.wc-forward{
        top: -30px;
        opacity: 1;
        visibility: visible;
    }
    .product-style-1:hover .product-info .button, .product-style-1:hover .added_to_cart.wc-forward,
    .product-style-3:hover .product-info .button, .product-style-3:hover .added_to_cart.wc-forward{
        top: -30px;
        opacity: 1;
        visibility: visible;
    }
    .product-style-1 .product-info .product-name,
    .product-style-1:hover .product-info .product-name,
    .product-style-1:hover .product-info .price,
    .product-style-1:hover .product-info .star-rating,
    .product-style-3 .product-info .product-name,
    .product-style-3:hover .product-info .product-name,
    .product-style-3:hover .product-info .price,
    .product-style-3:hover .product-info .star-rating{
        -moz-transform: translate(0,0px);
        -o-transform: translate(0,0px);
        -ms-transform: translate(0,0px);
        -webkit-transform: translate(0,0px);
        transform: translate(0,0px);
    }
    .product-style-1:hover .product-info .product-name,
    .product-style-3:hover .product-info .product-name{
        margin-top: 40px;
    }
    .product-item .product-info .product-name{
        margin-top: 40px;
    }
    .product-item.product-style-7 .product-info .product-name,
    .product-item.product-style-4 .product-info .product-name{
        margin-top: 11px;
    }
    .product-item{
        text-align: center;
        max-width: 370px;
        margin: 0 auto;
    }
}
@media (max-width: 640px) {
    .product-item.product-list-style .woocommerce.product.compare-button,
    .product-item.product-list-style .yith-wcwl-add-to-wishlist::after{
        display: none;
    }
}
/*pagination*/
.woocommerce-pagination{
    text-align: center;
}
.woocommerce-pagination ul,
.page-links{
    display: inline-block;
    border: 1px solid #ddd;
    padding-left: 0;
}
.woocommerce-pagination li,
.page-links a{
    list-style: none;
    display: inline-block;
    float: left;
}
.woocommerce-pagination li a,
.woocommerce-pagination li .current,
.woocommerce-pagination .page-numbers.dots,
.page-links a,
.page-links span{
    font-size: 15px;
    color: #000;
    padding: 2.5px 17px;
    display: inline-block;
    border-right: 1px solid #ddd;
    font-weight: 600;
}
.page-links a{
    padding: 0;
    border:none;
    float: inherit;
}
.page-links span{
    border: none;
    color: #fff;
}
.page-links a > span{
    color: #000;
}
.woocommerce-pagination li .current,
.woocommerce-pagination li a:hover,
.woocommerce-pagination li .current:hover{
    color: #fff;
}
.woocommerce-pagination li:last-child a,
.woocommerce-pagination li:last-child .current{
    border-right: none;
}
@media (max-width: 640px) {
    .woocommerce-pagination li a,
    .woocommerce-pagination li .current,
    .woocommerce-pagination .page-numbers.dots,
    .page-links a,
    .page-links span{
        padding: 2.5px 12px;
    }
}
/*load-more*/
.load-more-blog {
    text-align: center;
    margin-bottom: 15px;
}
.load-more-blog .load-more-btn{
    color: #222;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #cc8043;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    cursor: pointer;
}
.load-more-blog .load-more-btn:hover{
    color: #fff;
}
/*box-owl*/
.title-box > h2{
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 20px;
}
.title-box .subtitle{
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}
.wrap-products{
    margin-top: 35px;
}
.wrap-products ul{
    padding-left: 0;
}
@media (max-width: 640px) {
    .title-box .subtitle{
        font-size: 14px;
    }
}
/*toolbar-products*/
.toolbar-products{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #222;
    font-weight: 500;
    text-transform: uppercase;
    margin:0 0 22px 0;
}
.toolbar-products .toolbar-item,
.toolbar-products .products-per-page{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.toolbar-products .toolbar-item.ordering {
    margin-right: 20px;
}
.toolbar-products .toolbar-item .text-color{
    color: #888;
}
.toolbar-products .toolbar-title,
.toolbar-products .woocommerce-result-count{
    float: left;
    margin-bottom: 0;
    font-size: 15px;
}
.toolbar-products .woocommerce-ordering{
    display: inline-block;
}
.toolbar-products .products-per-page:after{
    right:7px;
}
.toolbar-products select{
    text-transform: uppercase;
    border: none;
    padding: 0 20px 0 5px;
    color: #888;
    max-width: 167px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
}
.col-4.no-sidebar .toolbar-products .toolbar-item .text-color,
.col-4.no-sidebar .toolbar-products select,
.col-3.no-sidebar .toolbar-products .toolbar-item .text-color,
.col-3.no-sidebar .toolbar-products select,
.col-3.no-sidebar .chosen-container-single .chosen-single,
.col-4.no-sidebar .chosen-container-single .chosen-single{
    color: #cc8042;
}
.toolbar-products .toolbar-item.modes{
    float: right;
    font-size: 0;
}
.toolbar-products .toolbar-item.modes .modes-mode {
    display: inline-block;
    margin-left: 13px;
}
.toolbar-products .toolbar-item.modes .modes-mode.active{
    color: #cc8043;
}
.toolbar-products .toolbar-item.modes .modes-mode.mode-grid:after{
    content: "\f106";
    font-family: 'Flaticon' , sans-serif;
    font-size: 15px;
    vertical-align: middle;
}
.toolbar-products .toolbar-item.modes .modes-mode.mode-list:after{
    content: "\f105";
    font-family: 'Flaticon' , sans-serif;
    font-size: 20px;
    vertical-align: middle;
}
@media (max-width: 1199px) {
    .toolbar-products .toolbar-item.ordering{
        margin-right: 10px;
    }
    .toolbar-products .toolbar-title,
    .toolbar-products .woocommerce-result-count{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .woocommerce-pagination{
        margin-bottom: 50px;
    }
}
@media (max-width: 500px) {
    .toolbar-products .toolbar-item.modes{
        display: block;
        float: none;
    }
}
@media (max-width: 360px) {
    .toolbar-products select{
        max-width: 250px;
    }
    .toolbar-products .toolbar-item.ordering{
        margin-right: 0;
    }
}
@media (max-width: 320px){
    .toolbar-products select{
        max-width: 210px;
    }
}
/*filter*/
.widget_price_filter>h4{
    font-size: 18px;
    font-weight:500;
    margin-bottom: 21px;
    text-transform: uppercase;
}
.widget .color-group .term-color > i{
    display: inline-block;
    width: 33px;
    height: 33px;
    position: relative;
}
.widget .color-group .term-color > i:hover:after,
.widget .color-group .term-color.selected > i:after{
    font-family: 'Fontawesome', sans-serif;
    content: "\f00c";
    color: #fff;
    text-align: center;
    font-size: 13px;
    left:0;
    right: 0;
    position: absolute;
    line-height: 33px;
}
.widget .color-group span,
.widget .inline-group .count{
    font-size: 0;
    margin: 0;
    padding: 0;
}
.widget .inline-group .term-name{
    text-align: center;
    line-height: 33px;
    padding: 0 12px;
    background: #eeeeee;
    font-size: 16px;
    margin: 0 6px 11px 0;
    font-weight: 500;
    display: inline-block;
}
.widget .inline-group a.term-item:hover{
    color: #222!important;
}
.widget .inline-group .term-name:hover,
.widget .inline-group .term-item.selected .term-name{
    color: #fff;
    background: #000;
}
.widget .list-group li{
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
}
.widget .list-group li:last-child{
    border: none;
}
.widget .list-group a{
    font-size: 16px;
    font-family:'Lato', sans-serif;
}
.widget .list-group a:before{
    font-family: 'Fontawesome', sans-serif;
    content: "\f0da";
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: transparent;
    color: #e1e1e1;
    display: inline-block;
    margin-right: 15px;
    font-size: 11px;
    padding-left: 2px;
}
.widget .list-group li a:hover:before,
.widget .list-group li.chosen a:before{
    background: #000;
}
.widget .list-group .count{
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
.widget .price_slider_wrapper {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider{
    position: relative;
    background: #dbdbdb;
    height: 3px;
    margin: 0 7px;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    background: #cc8043;
    z-index: 1;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
    position: absolute;
    top: -6px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #cc8043;
    z-index: 2;
    margin-left: -8px;
    outline: none;
    border: none;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount{
    text-align: center;
    margin-top: 15px;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button{
    position: absolute;
    top: 25px;
    left: 0;
    padding: 0 20px;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label{
    position: absolute;
    top: -50px;
    left: 0;
}
/*wishlist*/
.woocommerce table.wishlist_table{
    border:1px solid #eee;
}
.wishlist_table .add_to_cart.button{
    border-radius: 0;
    padding-left: 2px;
    padding-right: 2px;
}
.woocommerce table.wishlist_table th{
    border-right:1px solid #eee;
    text-align: center;
}
.yith-wcwl-share h4.yith-wcwl-share-title{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
}
.woocommerce .wishlist-title h2{
    font-size: 20px;
    text-transform: uppercase;
}
.wishlist_table tr td,
.wishlist_table tr td.product-name {
    text-align: center;
}
.wishlist_table tr td a.button{
    line-height: 30px;
    color: #fff;
    margin-left: 15px;
}
.wishlist_table tr td a.button:hover{
    color: #fff!important;
}
.wishlist_table tr td a.yith-wcqv-button{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 0;
    border: 1px solid #cccc;
    background-color: #fff !important;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
    font-weight: 400;
}
.wishlist_table tr td a.yith-wcqv-button::after{
    font-family: 'Fontawesome', sans-serif;
    content: "\f002";
    font-size: 15px;
    color: #999999;
}
.shop_table.wishlist_table tr td.product-remove a::before{
    display: none;
}

@media (max-width: 767px) {
    .woocommerce table.wishlist_table tbody td {
        padding: 16px 12px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .wishlist_table tr td.product-thumbnail a{
        margin: 0 auto;
    }
}
/*footer*/
.footer .jteam-title{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.footer.style1 .jteam-title{
    margin-top: 52px;
}
.footer ul{
    padding-left: 0;
}
.footer li{
    list-style: none;
}
.footer li a{
    font-size: 16px;
    color: #aaa;
    font-family:'Lato', sans-serif;
    line-height: 36px;
}
.footer .widget{
    border:none;
}
.footer .widget ul{
    margin-bottom: 0;
}
.footer li a:hover{
    color: #cc8043;
}
.footer .vc_separator{
    margin-top: 88px;
}
.footer .horizontal li{
    display: inline-block;
    padding:0 30px;
}
.footer .horizontal li a{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.footer .jteam-socials a{
    font-size: 22px;
    color: #aaa;
    margin-left: 34px;
}
.footer .coppyright .content{
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}
.footer .info-item{
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 13px;
}
.footer.style4 .info-item,
.footer.style5 .info-item{
    margin-bottom: 20px;
}
.footer .info-item .icon{
    display: table-cell;
    vertical-align: middle;
    width: 39px;
}
.footer .info-item .content{
    overflow: hidden;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    color: #aaa;
    max-width: 190px;
    line-height: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.footer.style4 .info-item .content,
.footer.style5 .info-item .content{
    padding-left: 23px;
}
.footer.style2{
    text-align: center;
    background: #e8e8e8;
}
.footer.style2 .menu .menu-item,
.footer.style4 .text-copyright .menu-item{
    display: inline-block;
    padding:0 15px;
}
.footer.style4 .text-copyright .menu-item{
    padding: 0 0 0 57px;
    text-transform: uppercase;
    padding-top: 30px;
}
.footer.style4 .text-copyright .menu-item:first-child{
    padding: 0;
}
.footer.style4 .text-copyright .menu-item a{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.footer.style2 li a{
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #222;
    font-weight: 500;
}
.footer.style2 .coppyright .coppyright-content{
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    color: #888;
    margin-bottom: 22px;
}
.footer.style2 .jteam-socials{
    padding: 15px 0;
}
.footer.style2 .jteam-socials a{
    font-size: 17px;
    color: #666;
    margin: 0 19px 0 19px;
}
.footer.style2 .jteam-socials a:hover{
    color: #f47e70;
}
.footer.style2 .widget ul{
    margin-top: 30px;
}
.footer .list-instagram .banner-effect {
    width: 30.8%;
    float: left;
    margin:5px 0 5px 10px;
    height: auto;
    max-height: 81px;
}
.footer .banner-effect:nth-child(3n + 1){
    margin-left: 0;
}
.footer .list-instagram .banner-effect a:before,
.footer .list-instagram .banner-effect a:after{
    display: none;
}
.footer .instagram.layout2{
    margin-bottom: 0;
}
.footer.style5 .list-instagram{
    padding-top: 10px;
    margin: 0px;
}
.footer.style5 .jteam-title{
    margin:42px 0 30px 0;
}
.footer.style5 .jteam-socials a,
.footer.style4 .jteam-socials a{
    width: 39px;
    height: 39px;
    background: #4d4d4d;
    color: #fff;
    margin: 0 15px 10px 0;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    font-size: 17px;
}
.footer.style5 .jteam-socials a:hover,
.footer.style4 .jteam-socials a:hover{
    color: #888;
}
.footer.style5 .info-item:first-child{
    padding-top: 13px;
}
.footer.style5 .info-item .icon,
.footer.style4 .info-item .icon{
    border: 1px solid #4d4d4d;
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 39px;
}
.extra-payment{
    text-align: right;
    margin-bottom: 20px;
}
.extra-payment .wpb_single_image{
    display: inline-block;
    margin-left: 7px;
}
.coppyright .coppyright-content{
    font-size: 15px;
    margin: 0;
}
.footer.style5 .vc_separator {
    margin: 19px 0 32px 0;
}
.footer.style4 .link-to.jteam-logo {
    padding: 38px 0;
    display: inline-block;
}
.footer.style4 .jteam-title{
    margin: 25px 0 28px 0;
}
.footer.style4 .jteam-socials{
    float: left;
    padding: 34px 0 0 0;
    width: inherit;
}
.footer.style4 .jteam-newsletter {
    float: right;
    padding:30px 0 0;
    width: inherit;
}
.footer.style4 .vc_separator {
    margin: 0;
}
.footer.style4 .extra-payment{
    text-align: left;
    margin-bottom: 0;
}
.footer.style4 .extra-payment .vc_column-inner{
    padding-bottom: 20px;
}
.footer.style4 .extra-payment .wpb_single_image{
    margin: 0 5px 5px 0;
    float: left;
}
.footer.style4 .extra-payment .wpb_single_image:last-child{
    margin-right: 0;
}
.footer.style4 .coppyright .coppyright-content{
    padding-top: 33px;
}
.footer.style4 .list-instagram,
.footer.style5 .list-instagram{
    padding-top: 6px;
    max-width: 270px;
}
.footer.style4 .info-item:first-child{
    padding-top: 12px;
}
.footer.style4 .info-item:last-child{
    padding-bottom: 30px;
}
.footer.style3 .jteam-socials{
    padding-top: 88px;
}
.footer.style3 .jteam-socials .social{
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 47px;
    border: 1px solid #4a4a4a;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -1px;
}
.footer.style3 .jteam-socials .social:hover{
    color: #aaa!important;
}
.footer.style3 .jteam-socials .social:first-child{
    border-left: 1px solid #4a4a4a;
}
.footer.style3 .jteam-socials .social i:before{
    font-size: 16px;
    margin-right: 15px;
}
.wrap-logo.logo-footer-3{
    text-align: center;
    padding: 66px 0 76px 0;
}
.footer.style3 .payment-methods{
    text-align: center;
}
.footer.style3 .payment-methods .wpb_single_image{
    display: inline-block;
    margin-right: 2px;
}
.footer.style3 .payment-methods .wpb_single_image img:hover{
    opacity: 0.7;
}
.footer.style3 .menu-temp_policy_foote-3-container{
    margin-top: 40px;
}
.footer.style3 .menu-temp_policy_foote-3-container li{
    display: inline-block;
    padding: 0 28px;
}
.footer.style3 .menu-temp_policy_foote-3-container li a{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 1px;
}
.footer.style3 .vc_separator {
    margin:102px 0 42px;
}
.footer.style3 .back-to-top{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border:1px solid #414141;
    top: -65px;
    line-height: 50px;
    cursor: pointer;
    background:#282828;
}
.footer.style3 .coppyright{
    position: relative;
}
.footer.style3 .coppyright .coppyright-content{
    margin-bottom:30px;
}
.backtotop{
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
    border-radius: 50%;
    position: fixed;
    right: 30px;
    bottom: 50px;
    border:1px solid #ea641b;
    color: #ea641b;
    line-height: 50px;
    cursor: pointer;
    z-index: 111;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.backtotop:hover{
    color: #ffffff;
}
.backtotop.show{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.footer.style5 .extra-payment{
    float: right;
}
@media (max-width: 1199px) {
    .footer .banner-effect{
        width: 30%;
    }
    .footer .list-instagram .banner-effect{
        width: 30%;
    }
    .footer .coppyright .content{
        font-size: 15px;
    }
    .footer.style4 .text-copyright .menu-item{
        padding-left: 30px;
    }
}
@media (max-width: 991px) {
    .footer.style4 .info-item:last-child,
    .footer.style5 .info-item:last-child{
        padding-bottom: 0;
    }
    .footer.style4 .info-item:last-child .icon,
    .footer.style4 .info-item:last-child .content,
    .footer.style5 .info-item:last-child .icon,
    .footer.style5 .info-item:last-child .content{
        margin-bottom: 0;
    }
    .footer.style1 .coppyright {
        text-align: center;
        margin-bottom: 20px;
    }
    .footer.style1 .socials{
        margin-top: 20px;
        text-align: center;
    }
    .footer.style1 .jteam-socials a{
        margin: 0 17px;
    }
    .footer.style4 .extra-payment{
        text-align: center;
    }
    .footer.style4 .extra-payment .wpb_single_image{
        float: inherit;
    }
    .footer.style4  .text-copyright,
    .footer.style4 .coppyright .coppyright-content{
        text-align: center;
    }
    .footer.style4 .coppyright .coppyright-content{
        padding-top: 15px;
    }
    .footer.style4 .extra-payment .vc_column-inner{
        padding-bottom: 0;
    }
    .footer.style4 .jteam-title,
    .footer.style5 .jteam-title{
        text-align: left;
    }
    .coppyright .coppyright-content{
        font-size: 13px;
    }
    .footer.style2 .menu .menu-item{
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .footer .horizontal li{
        padding: 0 10px;
    }
    .footer.style5 .extra-payment{
        float: inherit;
    }
    .footer.style5  .coppyright,
    .footer.style5 .extra-payment{
        text-align: center;
    }
    .footer.style4 .text-copyright .menu-item{
        padding-left: 30px;
    }
}
@media (max-width: 640px) {
    .footer.style4 .jteam-newsletter{
        float: left;
        margin-bottom: 30px;
    }
    .footer.style4 .jteam-newsletter.default .newsletter-form-wrap input{
        width: auto;
        min-width: 260px;
        margin-bottom: 10px;
    }
    .jteam-newsletter.default{
        position: relative;
    }
    .jteam-newsletter.default .newsletter-form-wrap .return-message{
        position: absolute;
        bottom: -25px;
        left: 0;
    }
    .footer.style3 .menu-temp_policy_foote-3-container li{
        padding: 0 15px;
    }
    .footer.style2 .coppyright .coppyright-content{
        font-size: 13px;
        padding: 0 10px;
    }
    .footer.style4 .coppyright .coppyright-content,
    .footer.style5 .coppyright .coppyright-content{
        font-size: 12px;
        margin-bottom: 20px;
    }
}
@media (max-width: 480px) {
    .footer.style4 .list-instagram, .footer.style5 .list-instagram{
        margin: 0 auto;
    }
    .footer.style3 .coppyright .coppyright-content{
        padding: 0;
        font-size: 12px;
    }
}
/*brand*/
.brand_style1 img{
    border:1px solid #5f5f5f;
}
.jteam-slider.brand_style1 .owl-stage-outer{
    padding-right: 1px;
    margin-right:-1px;
}
/*instagram*/
.list-instagram{
    margin: 0;
    padding: 0;
    white-space: nowrap;
    max-width: 1170px;
    overflow-x: auto;
}
.list-instagram li{
    display: inline;
    display: inline-block;
    margin-right: 6px;
    width: 285px;
    height: 285px;
}
.instagram.layout1 .list-instagram li{
    margin-bottom: 12px;
}
.blocktitle{
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}
.instagram.layout1 .blocktitle{
    font-size: 18px;
    margin-bottom: 30px;
}
.wrap-instagram .blocktitle:before{
    content: "\f10b";
    font-family: 'Flaticon' , sans-serif;
    font-size: 22px;
    color: #d8b804;
    margin-right: 10px;
}
.wrap-instagram .blocktitle{
    margin-bottom: 32px;
}
.wrap-instagram .instagram-item a,
.list-instagram .banner-effect a{
    position: relative;
    display: inline-block;
}
.wrap-instagram .instagram-item a:before,
.list-instagram .banner-effect a:before{
    position: absolute;
    content: "\f10a";
    width: 52px;
    left: 0;
    right: 0;
    font-size: 50px;
    margin: 0 auto;
    color: #c87e41;
    top: 45%;
    display: inline-block;
    font-family: 'Flaticon' , sans-serif;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    padding-left: 1px;
}
.instagram.layout1 .list-instagram .banner-effect a:before{
    color: #fff;
    font-size: 40px;
    width: 40px;
    padding-left: 2px;
    padding-top: 6px;
}
.wrap-instagram .instagram-item a:hover:before,
.list-instagram .banner-effect a:hover:before{
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity:1;
    visibility: visible;
}
.wrap-instagram .instagram-item a:after,
.list-instagram .banner-effect a:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.instagram.layout1 .list-instagram .banner-effect a:after{
    background: rgba(0, 0, 0, 0.38);
}
.wrap-instagram .instagram-item a:hover:after,
.list-instagram .banner-effect a:hover:after{
    visibility: visible;
    opacity: 1;
}
.list-instagram .banner-effect:before{
    color: #fff;
    width: 40px;
    font-size: 40px;
}
.list-instagram .banner-effect:after{
    background: rgba(0,0,0,0.2);
}
.instagram.layout2{
    margin-bottom: 62px;
}
.instagram.layout2 .blocktitle{
    margin: 53px 0 30px 0;
    font-size: 18px;
}
/*banner*/
.banner-effect{
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.wpb_single_image {
    position: relative;
}
.jteam-banner{
    position: relative;
}
.arrow-banner-bottom .arrow{
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    width:0px;
    height:0px;
    border-left:22px solid transparent;
    border-right:22px solid transparent;
    border-top-width:17px ;
    border-top-style: solid;
}
.arrow-banner-top .arrow{
    top: -17px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width:0px;
    height:0px;
    border-left:22px solid transparent;
    border-right:22px solid transparent;
    border-bottom-width:17px ;
    border-bottom-style: solid;
}
.jteam-banner .wrap-desc{
    position:absolute;
    z-index:10;
}
.jteam-banner.banner-style1 .wrap-desc{
    left: 20px;
    bottom: 13px;
}
.banner-effect1:before{
    width: 300%;
    height: 100%;
    content: "";
    background: #ffffff;
    opacity: 0.3;
    -webkit-transition: 0.5s ease-out 0s;
    -moz-transition: 0.5s ease-out 0s;
    -ms-transition: 0.5s ease-out 0s;
    -o-transition: 0.5s ease-out 0s;
    transition: 0.5s ease-out 0s;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -300%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.banner-effect1:hover:before{
    left: 100%;
}
.banner-effect2:before{
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.7s ease 0s;
    -moz-transition: 0.7s ease 0s;
    -ms-transition: 0.7s ease 0s;
    -o-transition: 0.7s ease 0s;
    transition: 0.7s ease 0s;
}
.banner-effect2:hover:before{
    visibility: visible;
    opacity: 0.3;
}
.banner-effect3 img {
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    transition: all .4s ease-in;
}
.banner-effect3:hover img {
    filter: grayscale(1) blur(1px);
    -webkit-filter: grayscale(1) blur(1px);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-effect4 img {
    transition: all .5s;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    margin: 0 auto;

}
.banner-effect4:hover img {
    -webkit-transform: scale(1.2,1.2);
    -webkit-transform-origin: top right;
    -moz-transform: scale(1.2,1.2);
    -moz-transform-origin: top right;
    -o-transform: scale(1.2,1.2);
    -o-transform-origin: top right;
    transform: scale(1.2,1.2);
    transform-origin: top right;
}
.jteam-banner.banner-style1 img{
    width: 100%;
}
.jteam-banner.banner-style1 .title{
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    z-index: 22;
    letter-spacing: 3px;
}
.jteam-banner.banner-style1>a,
.jteam-banner.banner-style1>a:hover{
    color: transparent!important;
}
.jteam-banner .wrap-desc.bottom-right-area{
    left:inherit;
    right: 20px;
}
.jteam-banner.banner-style2 .wrap-desc{
    bottom: 0;
    width: 100%;
    padding: 23px 0 16px 0;
    left:0;
    text-align: center;
    background: rgba(34, 34, 34, 0.5);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.jteam-banner.banner-style2 .title{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    line-height: 20px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.jteam-banner.banner-style2 .link{
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline;
}
.jteam-banner.banner-style2:hover .wrap-desc{
    bottom: 33px;
}
.jteam-banner.banner-style2:hover .link{
    font-size: 14px;
}
.jteam-banner.banner-style2:hover .title{
    font-size: 24px;
}
.jteam-banner.banner-left.banner-style2 .title,
.jteam-banner.banner-right.banner-style2 .title{
    font-size: 24px;
}
.jteam-banner.banner-style2 .wrap-desc.center-left-area{
    right: 0;
    left: inherit;
    bottom: 35%;
    width: 70%;
}
.jteam-banner.banner-style2:hover .wrap-desc.center-left-area,
.jteam-banner.banner-right.banner-style2:hover .wrap-desc{
    bottom: 40%;
}
.jteam-banner.banner-left.banner-style2{
    max-width: 470px;
}
.special .jteam-banner:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.special .owl-item.active .jteam-banner:hover:before{
    opacity: 1;
    visibility: visible;
}
.special .jteam-banner .wrap-desc{
    max-width: 350px;
    width: 350px;
    top: 36%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.special .owl-item.active .jteam-banner:hover .wrap-desc{
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.special .jteam-banner .wrap-desc>span{
    font-size: 18px;
    color: #cccccc;
    line-height: 20px;
    position: relative;
    font-family: Thinking_of_Betty;
}
.special .jteam-banner .wrap-desc>span:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ccc;
    bottom: 6px;
    left: 0;
}
.special .jteam-banner .wrap-desc>h2{
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 8px;
}
.special .jteam-banner .wrap-desc .link{
    display: inline-block;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    color: #fff;
    border-radius: 25px;
    padding: 6px 29px;
    margin-top: 18px;
}
.special .jteam-banner .wrap-desc .link:hover{
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    background-color: rgba(255,255,255,0.9);
}

.jteam-banner.banner-style3{
    background: #015289;
    border:1px solid #eee9e9;
}
.jteam-banner.banner-style3 .media{
    float: right;
}
.jteam-banner.banner-style3 > .media img{
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.jteam-banner.banner-style3 > .media:hover img{
    transform: scale(1.11);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.jteam-banner.banner-style3 .wrap-desc{
    min-width: 300px;
    width: calc(100% - 770px);
    float: left;
    padding: 75px 45px 30px 30px;
}
.jteam-banner.banner-style3 .wrap-desc .title{
    font-size: 36px;
    color: #fff;
    position: relative;
    border-bottom: 2px dotted #fff;
    padding-bottom: 23px;
}
.jteam-banner.banner-style3 .wrap-desc .desc{
    color: #fff;
    line-height: 24px;
    margin-bottom: 35px;
}
.jteam-banner.banner-style3 .wrap-product {
    overflow: hidden;
    display: inline-block;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 40px 30px 0 30px;
    vertical-align: top;
}
.jteam-banner.banner-style3 .link-to{
    text-transform: capitalize;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 10px 31px;
    display: inline-block;
    box-shadow: 5px 9px 4px -8px rgba(6, 6, 6, 0.89);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.jteam-banner.banner-style3 .link-to:hover{
    box-shadow: none;
}
.jteam-banner.banner-style3 .products li{
    list-style: none;
    display: table;
    margin-bottom: 60px;
}
.jteam-banner.banner-style3 .link-to-product {
    display: inline-block;
    width: 100%;
}
.jteam-banner.banner-style3 .link-to-product:hover .price{
    color: #222!important;
}
.jteam-banner.banner-style3 .products .index{
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #222;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #222;
    display: inline-block;
    font-weight: 500;
    vertical-align: top;
    margin-right: 6px;
    margin-bottom: 10px;
}
.jteam-banner.banner-style3 .products li:hover .index{
    color: #fff;
}
.jteam-banner.banner-style3 .products .wrap-info,
.jteam-banner.banner-style3 .products .media{
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
}
.jteam-banner.banner-style3 .products .wrap-info{
    max-width: 160px;
}
.jteam-banner.banner-style3 .products .media{

}
.jteam-banner.banner-style3 .products .wrap-info .product-title{
    font-size: 16px;
    font-family:'Lato', sans-serif;
    color: #555;
    margin-bottom: 0;
    line-height: 26px;
    margin-top: -7px;
}
.jteam-banner.banner-style3 .price{
    max-width: 120px;
    font-weight: 600;
}
.jteam-banner.banner-style3 .price ins,
.jteam-banner.banner-style3 .price del{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.jteam-banner.banner-style3 .price del{
    font-size: 13px;
}
.jteam-slider.center .wrap-desc{
    bottom: 0;
    width: 100%;
    background: rgba(16, 26, 30, 0.54);
    line-height: 56px;
}
.jteam-slider.center .owl-item.active.center .wrap-desc{
     bottom: -10%;
    -webkit-transition: all 1200ms ease-in;
    -ms-transition: all 1200ms ease-in;
    -moz-transition: all 1200ms ease-in;
    transition: all 1200ms ease-in; 
}
.jteam-slider.center .owl-item.active.center .wrap-desc .title{
    font-size: 18px;
}
.jteam-slider.center .wrap-desc .title{
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (max-width: 1281px) {
    .special .jteam-banner .wrap-desc > span::after{
        bottom: 0;
    }
    .special .jteam-banner .wrap-desc{
        max-width: 300px;
    }
    .special .jteam-banner .wrap-desc > h2{
        font-size: 25px;
    }
    .special .jteam-banner .wrap-desc{
        top: 30%;
    }
}
@media (max-width: 1199px) {

    .special .jteam-banner .wrap-desc>h2{
        font-size: 30px;
    }
    .jteam-banner.banner-style3 .media{
        width: calc(100% - 270px);
    }
    .jteam-banner.banner-style3 .wrap-product .media {
        width: auto;
    }
    .jteam-banner.banner-style3 .products .wrap-info {
        max-width: 122px;
    }
    .header.style3 .header-search .ovic-live-search-form input.txt-livesearch {
        border-radius: 0;
        background: #ffffff;
        max-width: initial;
    }
}
@media (min-width: 1200px){
    .header.style3 .header-search.live-search,
    .header.style4 .header-search.live-search{
        width: 309px;
    }
}
@media (max-width: 991px) {
    .jteam-banner.banner-style3{
        background: transparent;
    }
    .jteam-banner.banner-style3 .wrap-desc{
        position: static;
        width: 100%;
        background: #015289;
    }
    .jteam-banner.banner-style3 .media{
        width: 100%;
    }
    .jteam-banner.banner-style3 .products .wrap-info {
        max-width: 168px;
    }
    .product-list-grid > .banner-image{
        display: none;
    }
    .jteam-banner.banner-style1 .title{
        font-size: 14px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .jteam-banner.banner-style3 .products .wrap-info {
        max-width: 154px;
    }
}
@media (max-width: 767px) {
    .special .jteam-banner .wrap-desc{
        width: auto;
        opacity: 1;
        visibility: visible;
        filter: alpha(opacity=1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .arrow-banner-top:before,
    .arrow-banner-bottom:after{
        display: none;
    }
    .jteam-banner.banner-style1{
        display: table;
        margin: 0 auto;
    }
    .jteam-banner.banner-style1 .title{
        font-size: 14px;
    }
    .jteam-banner.banner-style2 {
        display: table;
        margin: 0 auto;
    }
    .jteam-banner.banner-left.banner-style2{
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .jteam-banner.banner-style3 .link-to-product{
        text-align: center;
    }
    .jteam-banner.banner-style3 .wrap-desc{
        width: 100%;
        float: inherit;
        position: static;
        min-width: 288px;
    }
    .jteam-banner.banner-style3 .media{
        float: inherit;
    }
    .jteam-banner.banner-style3 .products .wrap-info{
        width: 100%;
        text-align: left;
    }
    .jteam-slider.center .wrap-desc{
        opacity: 0;
    }
    .jteam-slider.center .owl-item.active.center .wrap-desc{
        opacity: 1;
    }
    .jteam-banner.banner-style3 .products li{
        margin-bottom: 30px;
    }
}
@media (max-width: 640px) {
    .jteam-banner.banner-style2 .wrap-desc{
        padding: 7px 0 1px 0;
    }
    .special .jteam-banner .wrap-desc>h2{
        font-size: 20px;
    }
    .special .jteam-banner .wrap-desc .link{
        margin-top: 0;
    }
    .jteam-banner.banner-style3 .products li{
        border:1px solid #eee9e9;
        margin-bottom: 15px;
        padding: 15px;
    }
    .jteam-banner.banner-style3 .products li:nth-child(2n+1){
        border-right: none;
    }
    .jteam-banner.banner-style3 .link-to-product{
        text-align: left;
    }
    .jteam-banner.banner-style3 .products .wrap-info {
        max-width: 154px;
    }
}
@media (max-width: 480px) {
    .special .jteam-banner .wrap-desc{
        top: 33%;
    }
    .jteam-banner.banner-style3 .products li:nth-child(2n+1){
        border-right: 1px solid #eee9e9;
    }
    .jteam-banner.banner-style1 .title{
        font-size: 12px;
    }
    .jteam-banner.banner-style1 .wrap-desc{
        max-width: 115px;
    }
    .header.style4 .header-search{
        bottom: -8px;
        right: 50%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
    }
}
/*newsletter*/
.newsletter-background{
    background-repeat: no-repeat;
}
.jteam-newsletter.default .newsletter-form-wrap input{
    width: 288px;
    background: #383838;
    color: #aaa;
    border-color: #4d4d4d;
    margin-right: 0;
    float: left;
    height: 48px;
    font-style: italic;
    font-size: 14px;
}
.jteam-newsletter.layout5 .newsletter-form-wrap input{
    background: #171717;
    font-style: italic;
    height: 48px;
    border:1px solid #333333;
    width: 725px;
    margin-right: 7px;
}
.jteam-newsletter.layout5 .submit-newsletter,
.jteam-newsletter.default .submit-newsletter {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 48px;
    outline: none;
    border: none;
    vertical-align: top;
    padding: 0 22px 0 17px;
}
.jteam-newsletter.default .submit-newsletter:hover,
.jteam-newsletter.layout5 .submit-newsletter:hover,
.footer.style4 .jteam-newsletter.default .submit-newsletter{
    background: #4d4d4d!important;
}
.footer.style5 .widget li a:hover,
.footer.style4 .widget li a:hover,
.jteam-newsletter.default .submit-newsletter:hover{
    color: #888!important;
}
.jteam-newsletter.layout2{
    position: relative;
    padding: 14px 0 29px 0;
}
.jteam-newsletter.layout2 .block-content,
.jteam-newsletter.layout3 .block-content{
    width: 525px;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
}
.jteam-newsletter.layout2 .block-content input,
.jteam-newsletter.layout3 .block-content input{
    border: none;
    color: #acacac;
    font-size: 12px;
    height: 38px;
    font-weight: 300;
    width: 370px;
    background: transparent;
}
.jteam-newsletter.layout2 .block-content .newsletter-form-wrap{
    position: relative;
}
.jteam-newsletter.layout2 .block-content .newsletter-form-wrap .return-message{
    position: absolute;
    left: 0;
    right: 0;
}
.jteam-newsletter.layout2 .block-content input{
    padding-left: 30px;
}
.jteam-newsletter.layout2 .block-content .submit-newsletter,
.jteam-newsletter.layout3 .block-content .submit-newsletter{
    border: none;
    background: transparent;
    text-transform: uppercase;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 17px;
    font-weight: 500;
}
.jteam-newsletter.layout4{
    text-align: center;
    margin-top: 45px;
}
.jteam-newsletter.layout4 .widgettitle{
    color: #fff;
    font-size: 24px;
    margin-bottom: 3px;
}
.jteam-newsletter.layout4 .subtitle{
    font-size: 15px;
    color: #fff;
    margin-bottom: 35px;
}
.jteam-newsletter.layout4 .media{
    border-radius: 50%;
    margin:0 auto;
}
.jteam-newsletter.layout4 .newsletter-form-wrap{
    margin-bottom: 70px;
}
.jteam-newsletter.layout4 .newsletter-form-wrap input{
    height: 50px;
    width: 400px;
    background: transparent;
    border: 1px solid #fff;
    font-size: 15px;
    color: #fff;
    margin:0 4px 10px 0;
}
.jteam-newsletter.layout4 .newsletter-form-wrap .submit-newsletter{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    background: #cc8043;
    border: none;
    height: 50px;
    padding: 0 23px;
    font-size: 18px;
    vertical-align: top;
}
.jteam-newsletter.layout4 .newsletter-form-wrap .submit-newsletter:hover{
    opacity: 0.9;
}
.person-box{
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 30px 90px 50px 90px
}
.person-box .desc{
    font-style: italic;
    line-height: 20px;
    margin:13px 0 17px 0;
}
.person-box .name{
    font-family:'Montserrat', sans-serif;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.newsletter-background{
    overflow: inherit !important;
}
.newsletter-background .wrap-authors{
    /*margin-bottom: -140px;*/
}
.jteam-newsletter.layout3{
    text-align: center;
    padding: 28px 0 70px 0;
}
.jteam-newsletter.layout3 .block-content{
    border-bottom: none;
}
.jteam-newsletter.layout3 .newsletter-form-wrap{
    border-bottom: none;
}
.jteam-newsletter.layout3 .block-content input{
    border:1px solid #acacac;
    float: left;
    height: 48px;
    border-radius: 25px;
    font-size: 14px;
}
.jteam-newsletter.layout3 .block-content .submit-newsletter{
    color: #fff;
    border-radius: 25px;
    font-weight: 400;
}
.jteam-newsletter.layout3 .block-content .newsletter-form-wrap.processing .submit-newsletter{
    position: relative;
}
.jteam-newsletter.layout3 .block-content .newsletter-form-wrap.processing .submit-newsletter::before{
    border-radius: 9999999999px;
}
.jteam-newsletter.layout3 .block-content .submit-newsletter:hover{
    opacity: 0.8;
}
.jteam-newsletter.layout3 .widgettitle{
    font-size: 24px;
    margin-bottom: 2px;
}
.jteam-newsletter.layout3 .subtitle {
    margin-bottom: 31px;
    color: #666;
}
.jteam-newsletter.layout3 .open-newletter{
    font-family: 'Montserrat' ,sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 6px 52px;
    display: inline-block;
}
.jteam-newsletter.layout3 .open-newletter:hover{
    opacity: 0.9;
}
.newsletter-form-wrap .bg-danger, 
.newsletter-form-wrap .bg-warning, 
.newsletter-form-wrap .bg-info, 
.newsletter-form-wrap .bg-success, 
.newsletter-form-wrap .bg-primary{
    color: #f2b6a9;
    background: transparent;
}
.jteam-newsletter.layout3 .newsletter-form-wrap .return-message{
    display: inline-block;
}
.newsletter-form-wrap .bg-warning{
    color: #fcc5a3;
}
.newsletter-form-wrap .bg-info{
    color: #6af7f2;
}
.newsletter-form-wrap .bg-success{
    color: #65f052;
}
.newsletter-form-wrap .bg-primary{
    color: #337ab7;
}
@media (max-width: 1199px) {
    .jteam-newsletter.layout5 .newsletter-form-wrap input{
        width: 569px;
    }
}
@media (max-width: 991px) {
    .person-box{
        padding: 30px 20px;
    }
    .jteam-newsletter.layout5 .newsletter-form-wrap input{
        width: 413px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .jteam-newsletter.layout2 .block-content{
        width: 100%;
    }
    .jteam-newsletter.layout2 .block-content input{
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 480px) {
    .jteam-newsletter.layout3 .open-newletter{
        padding-top: 8px;
    }
}
@media (max-width: 640px) {
    .jteam-newsletter.layout4 .subtitle{
        font-size: 14px;
    }
    .jteam-newsletter.layout3 .newsletter-form-wrap .return-message{
        display: block;
    }
    .jteam-newsletter.layout3 .block-content .submit-newsletter{
        padding-top: 9px;
    }
    .jteam-newsletter.layout3 .block-content{
        width: auto;
    }
    .jteam-newsletter.layout3 .block-content input{
        float: inherit;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
        width: auto;
        min-width: 275px;
    }
}
/*testimonials*/
.wrap-authors-slide{
    max-width: 1000px;
    margin: 0 auto;
}
.wrap-authors-slide ul{
    margin-bottom: 5px;
    padding-left: 0;
}
.wrap-authors-slide li{
    list-style: none;
    margin-top: 31px;
}
.wrap-authors-slide .avatar{
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.wrap-authors-slide .author-name{
    color: #fff;
    font-size: 24px;
    margin:10px 0 0 0;
}
.wrap-authors-slide .title {
    font-size: 14px;
    margin-top: -5px;
    color: #a8a7a7;
}
.wrap-authors-slide .quote{
    font-size: 18px;
    font-style: italic;
    color: #ddd;
    font-weight: 300;
    margin-bottom: 160px;
    line-height: 22px;
}
.wrap-authors-slide .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 14px;
}
.wrap-authors-slide .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
}
.wrap-authors-slide .owl-dots .owl-dot.active{
    background: #ea651b;
}
@media (max-width: 1199px) {
    .wrap-authors-slide .quote{
        margin-bottom: 100px;
        font-size: 16px;
        max-width: 700px;
        margin: 0 auto;
    }
    .wrap-authors-slide .owl-dots{
        bottom: 0;
    }
    .wrap-authors-slide li{
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .wrap-authors-slide li{
        margin-top: 0;
    }
    .wrap-authors-slide .quote{
        margin-bottom: 50px;
    }
    .wrap-authors-slide .title{
        margin-bottom: 5px;
    }
}
/*contact-us*/
.title-map, .title-contact{
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
}
.title-contact{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.jteam-contact-info {
    border: 1px solid #cccccc;
    display: inline-block;
    width: 100%;
    border-bottom: none;
    border-right: none;
}
.jteam-contact-info .contact-item{
    padding: 48px 25px 24px 25px;
    display: inline-block;
    float: left;
    list-style: outside none none;
    text-align: center;
    width: 50%;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.jteam-contact-info .contact-item:nth-child(2n+1) {
    clear: both;
}
.jteam-contact-info .contact-item .icon:before{
    font-size: 25px;
}
.jteam-contact-info .contact-item .content{
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
.wpcf7-form label{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.wpcf7-form p{
    width: 30.3333%;
    float: left;
    margin-right: 30px;
    text-align: center;
    margin-top: -7px;
}
.wpcf7-form p:nth-child(2){
    width: 100%;
    margin-right: 0;
    text-align: left;
    margin-bottom: 23px;
}
.wpcf7-form p:nth-child(5){
    margin-right: 0;
}
.wpcf7-form p:nth-child(2) label,
.wpcf7-form-control-wrap .input-textarea{
    width: 100%;
}
.wpcf7-form-control-wrap .input-textarea,
.wpcf7-form-control-wrap input{
    margin-top: 10px;
    margin-bottom: 13px;
}
.wpcf7-form-control-wrap input{
    height: 43px;
}
.wpcf7-form p:nth-child(6){
    width: 100%;
    position: relative;
}
.wpcf7-form .wpcf7-submit{
    font-size: 16px;
    padding: 0 27px;
    height: 53px;
    background: #d8b804;
}
.wpcf7-form .wpcf7-submit:hover{
    background: #222;
    color: #fff!important;
}
.wpcf7 .ajax-loader{
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin:0 auto !important;
}
div.wpcf7-response-output{
    margin:0 auto;
}
@media (max-width: 1199px) {
    .wpcf7-form p{
        margin-right: 24px;
    }
}
@media (max-width: 768px) {
    .title-contact{
        margin-top: 30px;
    }
}
@media (max-width: 640px){
    .jteam-contact-info{
        border: none;
    }
    .jteam-contact-info .contact-item{
        width: 100%;
        border-left: 1px solid #ccc;
    }
    .jteam-contact-info .contact-item:last-child{
        margin-bottom: 50px;
    }
    .jteam-contact-info .contact-item:first-child{
        border-top:1px solid #ccc;
    }
    .wpcf7-form p{
        width: 100%;
        margin-right: 0;
    }
}
/*about-us*/
.sologan-box{
    text-align: center;
    max-width: 823px;
    margin: 0 auto;
}
.sologan-box .sologan-title{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.sologan-box .sologan-title:after{
    content: '';
    position: absolute;
    background: #aaa;
    width: 84px;
    height: 1px;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -16px;
}
.sologan-box .sologan-content{
    font-family: 'Montserrat', sans-serif;
    color: #666;
    font-weight: 500;
    line-height: 24px;
    margin-top: 23px;
    display: inline-block;
}
.about-us-box.about-us-content{
    padding-top: 50px;
}
.about-us-box.about-us-content .media{
    float: left;
    margin-right: 30px;
}
.about-us-box.about-us-content .content-box{
    overflow: hidden;
    margin-top: 33px;
}
.about-us-box.about-us-content .content-box ul{
    padding-left: 0;
    padding-top: 18px;
}
.about-us-box.about-us-content .content-box li{
    list-style: none;
    padding-bottom: 24px;
}
.about-us-box.about-us-content .content-box .skin:before{
    content: "\f00c";
    font-family: 'Fontawesome', sans-serif;
    font-size: 18px;
    color: #cc8043;
    float: left;
    margin-right: 25px;
}
.about-us-box.about-us-content .content-box .skin-title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 2px;
}
.about-us-box.about-us-content .content-box .description{
    margin-left: 42px;
}
.meet-out-tem{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-weight: 500;
}
.wrap-meet-team{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.wrap-meet-team .desc-group{
    position: absolute;
    bottom: -100%;
    left: 32px;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.wrap-meet-team:hover .desc-group{
    bottom: 22px;
}
.wrap-meet-team .author-name{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: normal;
}
.wrap-meet-team .desc{
    color: #fff;
    margin: 6px 0 0 0;
}
@media (max-width: 991px) {
    .about-us-box.about-us-content .media{
        float: inherit;
        margin-right: 0;
        text-align: center;
    }
}
@media (max-width: 768px){
    .wrap-meet-team{
        margin-bottom: 30px;
        display: inline-block;
        left: 50%;
        transform: translateX(-50%);
    }
}
/*blog-home*/
.jteam-blogs .title-of-box .title-box{
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}
.jteam-blogs.blog-style-1{
    padding: 0 70px;
}
.jteam-blogs .blog-item .post-thumb{
    overflow: hidden;
}
.jteam-blogs.blog-style-1 .blog-item{
    text-align: center;
}
.jteam-blogs.blog-style-1 .blog-item .post-info{
    max-width: 460px;
    margin: 0 auto;
}
.jteam-blogs.blog-style-1 .blog-item .post-info .post-title{
    margin-bottom: 7px;
}
.jteam-blogs.blog-style-1 .blog-item .post-info .time {
    display: inline-block;
    margin-top: -54px;
    z-index: 11;
    position: relative;
    background: #000;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 25px 19px 25px;
}
.jteam-blogs.blog-style-1 .blog-item .post-info .blog-des{
    line-height: 20px;
}
.jteam-blogs.blog-style-1 .blog-item .time .day{
    display: block;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 7px;
    border-bottom: 1px solid #4d4d4d;
    margin-bottom: 0;
}
.blog-item .post-info .post-title{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin:25px 0 0;
}
.jteam-blogs.blog-style-1 .blog-item .hover-main-color{
    font-size: 18px;
    font-style: italic;
    border: 1px solid #222;
    text-transform: capitalize;
    padding: 5px 31px 6px 31px;
    display: inline-block;
    margin-top: 30px;
}
.jteam-blogs.blog-style-2 .blog-item .post-info .post-title{
    font-size: 14px;
    text-transform: none;
    margin-top: 6px;
    line-height: 18px;
    cursor: pointer;
}
.jteam-blogs.blog-style-2 .post-meta{
    font-size: 14px;
    font-style: italic;
    color: #888;
}
.jteam-blogs.blog-style-2 .post_category{
    color: #888;
}
.jteam-blogs.blog-style-2 .post_category:after{
    content: '';
    height: 12px;
    width: 1px;
    display: inline-block;
    margin: 0 4px 0 8px;
    background: #989898;
    vertical-align: middle;
}
.jteam-blogs.blog-style-2 .link-view-more{
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 10px;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
}
.jteam-blogs.blog-style-2 .blog-item:hover .link-view-more{
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.jteam-blogs.blog-style-3 .title-box{
    text-align: left;
}
.jteam-blogs.blog-style-3 .blog-item .post-info .post-title{
    text-transform: capitalize;
    margin-top: 14px;
}
.jteam-blogs.blog-style-3 .blog-item .post-info .blog-des{
    line-height: 20px;
    margin-top: 7px;
}
.jteam-blogs.blog-style-3 .blog-item .main-color{
    text-transform: capitalize;
    font-size: 18px;
    margin-top: 17px;
    display: inline-block;
    position: relative;
    font-style: italic;
}
.jteam-blogs.blog-style-3 .blog-item .main-color:after{
    position: absolute;
    content: '';
    background: #222;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
}
.jteam-blogs.blog-style-4 .title-of-box .title-box{
    padding-top: 35px;
    margin-bottom: 32px;
    font-size: 24px;
}
.jteam-blogs.blog-style-4 .blog-item{
    text-align: center;
}
.jteam-blogs.blog-style-4 .post-categories{
    margin-top: -20px;
    padding-left: 0;
    margin-bottom: 0;
}
.jteam-blogs.blog-style-4 .post-categories li{
    list-style: none;
    display: inline-block;
}
.jteam-blogs.blog-style-4 .post-categories a{
    text-transform: uppercase;
    font-size: 12px;
    background: #323232;
    color: #fff;
    min-width: 137px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    z-index: 1111;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding: 0 8px;
    display: inline-block;
    margin-bottom: 2px;
}
.jteam-blogs.blog-style-4 .time{
    font-size: 13px;
    font-style: italic;
}
.jteam-blogs.blog-style-4 .post-title a{
    font-size: 14px;
}
.jteam-blogs.blog-style-4 .blog-item .post-info .post-title{
    line-height: 18px;
    margin-top: -5px;
}
@media (max-width: 1199px) {
    .jteam-blogs.blog-style-1{
        padding: 0;
    }
}
/*tab-product*/
.tab-head .tabs-link{
    padding-left: 0;
    margin-bottom: 0;
}
.tab-head .tabs-link li{
    list-style: none;
    display: inline-block;
    position: relative;
}
.jteam-tabs.default .tab-head .tabs-link{
    padding-bottom: 23px;
}
.jteam-tabs.default .tab-head .tabs-link li{
    padding: 0 30px;
}
.jteam-tabs.default .tab-head .tabs-link li:after,
.jteam-tabs.style3 .tab-head .tabs-link li:after{
    position: absolute;
    content: '';
    background: #ddd;
    top:10px;
    left: 0;
    height: 14px;
    width: 1px;
    display: inline-block;
}
.jteam-tabs.style3 .tab-head .tabs-link li:after{
    background :#4e4e4e
}
.jteam-tabs.default .tab-head .tabs-link li:first-child:after,
.jteam-tabs.style3 .tab-head .tabs-link li:first-child:after{
    display: none;
}
.jteam-tabs.default .tab-head .tabs-link li a{
    text-transform: capitalize;
}
.tab-container {
    position: relative;
}
.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
    min-height: 150px;
}
.tab-container .tab-panel.active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
    height: auto;
    overflow: inherit;
}
.tab-container .cssload-wapper{
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.tab-container .cssload-wapper .cssload-square{
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    margin-top: -13px;
}
.jteam-tabs.style2 .tab-head{
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    line-height: 24px;
    padding-bottom: 4px;
}
.jteam-tabs.style2 .tab-head .title{
    display: inline-block;
    font-size: 22px;
    position: relative;
    margin-top: 8px;
}
.jteam-tabs.style2 .tab-head .title:after{
    content: '';
    position: absolute;
    bottom: -6px;
    width: 97px;
    height: 2px;
    display: inline-block;
    left: 0;
}
.jteam-tabs.style2 .tab-head .tabs-link{
    float: right;
    margin-right: 125px;
    position: relative;
}
.jteam-tabs.style2 .tab-head .tabs-link:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 26px;
    position: absolute;
    background: #e5e5e5;
    top: 0;
    right: -30px;
}
.jteam-tabs.style2 .tab-head .tabs-link li{
    margin-left: 2px;
    padding: 1px 18px 2px 18px;
    background: #eee;
}
.jteam-tabs.style2 .tab-head .tabs-link li a{
    color: #666666;
    text-transform: capitalize;
    font-size: 13px;
}
.jteam-tabs.style2 .tab-head .tabs-link li.active a,
.jteam-tabs.style2 .tab-head .tabs-link li:hover a{
    color: #fff;
}
.jteam-tabs.style3 .tab-head{
    position: relative;
}
.jteam-tabs.style3 .tab-head .title{
    display: inline-block;
    background: #fff;
    z-index: 11;
    padding:0 75px 0 75px;
    position: relative;
}
.jteam-tabs.style3 .tab-head:after{
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background: #e5e5e5;
    left: 0;
    top: 15px;
    z-index: 10;
}
.jteam-tabs.style3 .tab-head .tabs-link li{
    padding: 0 12px;
}
@media (max-width: 991px) {
    .jteam-tabs.style2 .tab-head .tabs-link{
        float: inherit;
        margin-top: 20px;
    }
    .nav-top-right .owl-nav .owl-prev, .nav-top-right .owl-nav .owl-next{
        top: -71px;
    }
    .jteam-tabs.style2 .tab-head .tabs-link:after{
        display: none;
    }
}

@media (max-width: 640px) {
    .jteam-tabs.style2 .tab-head .tabs-link{
        margin-right: 0;
    }
    .jteam-tabs.style2 .tab-head .tabs-link li{
        display: inherit;
        width: 100%;
        margin-bottom: 4px;
    }
    .jteam-tabs.style2 .tab-head .tabs-link li a{
        width: 100%;
        display: inline-block;
    }
    .tab-container{
        display: inline-block;
        width: 100%;
    }
}
@media (max-width: 480px) {
    .jteam-tabs.default .tab-head .tabs-link li{
        width: 100%;
    }
    .jteam-tabs.default .tab-head .tabs-link li::after{
        display: none;
    }
}
.jteam-slider.special .owl-carousel{
    max-width: 1475px;
    overflow:visible;
    margin: 0 auto;
    display: block;
}
.jteam-slider.special .owl-carousel .owl-stage-outer{
    overflow: visible;
}
@media (max-width: 1281px) {
    .jteam-slider.special .owl-carousel{
        max-width: 1000px;
    }
}
/*section-html-opt5*/
.section-html .sologan-box{
    max-width: 530px;
}
.section-html .sologan-box .sologan-title{
    font-size: 28px;
    color: #333;
    letter-spacing: 6px;
}
.section-html .sologan-box .sologan-title:after{
    width: 155px;
    bottom: -19px;
}
.section-html .sologan-box .sologan-content{
    margin-top: 18px;
    font-family:'Lato', sans-serif;
    text-transform: uppercase;
    font-weight:400;
}
/*vertical-menu-style*/
.vertical-menu-style .wrap-media{
    float: left;
    overflow: hidden;
}
.vertical-menu-style .wrap-media img{
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;

}
.vertical-menu-style .wrap-media:hover img{
    transform: scale(1.11);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;

}
.vertical-menu-style .wrap-menu{
    overflow: hidden;
    padding: 25px 0 0 25px;
}
.vertical-menu-style .widgettitle{
    margin-bottom: 19px;
}
.vertical-menu-style .wrap-menu .menu li{
    border-top: 1px solid #e7e7e7;
    display: inline-block;
    width: 100%;
    float: left;
}
.vertical-menu-style .wrap-menu .menu li a{
    font-family:'Lato', sans-serif;
    color: #666;
    display: inline-block;
    width: 100%;
    float: left;
    padding: 14.5px 0;
}
.jteam-slider.center .owl-item.active.center .media{
    -webkit-transition: all 1200ms ease-in;
    -webkit-transform: scaleY(1.2);
    -ms-transition: all 1200ms ease-in;
    -ms-transform: scaleY(1.2);
    -moz-transition: all 1200ms ease-in;
    -moz-transform: scaleY(1.2);
    transition: all 1200ms ease-in;
    transform: scaleY(1.2); 
}
.jteam-slider.center .owl-item.active.center .media img{
    -webkit-transition: all 1200ms ease-in;
    -webkit-transform: scaleX(1.2);
    -ms-transition: all 1200ms ease-in;
    -ms-transform: scaleX(1.2);
    -moz-transition: all 1200ms ease-in;
    -moz-transform: scaleX(1.2);
    transition: all 1200ms ease-in;
    transform: scaleX(1.2); 
}
.jteam-slider.center .owl-carousel .owl-stage-outer{
    overflow-x: hidden;
    overflow-y: auto;
    padding: 55px 0;
}
/***/
.woocommerce-MyAccount-navigation {
    display: inline-block;
    margin-bottom: 30px;
}
.woocommerce-MyAccount-navigation>ul{
    padding-left: 0;
    margin-bottom: 0;
}
.woocommerce-MyAccount-navigation>ul>li{
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
.woocommerce-MyAccount-navigation>ul>li>a{
    border-width: 1px;
    border-style: solid;
    border-color: #222;
    padding: 1px 17px 2px 17px;
    margin-bottom: 10px;
    display: inline-block;
 }
#customer_login{
    display: inline-block;
    margin: 30px 0;
    float: left;
    width: 100%;
}
#customer_login h2{
    text-transform: uppercase;
    font-size: 25px;
}
#customer_login .u-column1.col-1{
    width: calc( 50% - 15px);
    display: inline-block;
    float: left;
    padding-bottom: 30px;
}
#customer_login .u-column2.col-2{
    width: calc( 50% - 15px);
    display: inline-block;
    vertical-align: top;
    padding-bottom: 75px;
    float: right;
}
.woocommerce-button.button.view,
.woocommerce-pagination > .woocommerce-button{
    color: #fff;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .vertical-menu-style .wrap-menu{
        padding: 21px 0 0 25px;
    }
    .vertical-menu-style .wrap-media{
        width: 50%;
    }
    .vertical-menu-style .wrap-menu .menu li {
        padding: 7px 0;
    }
}
@media ( max-width : 992px ) {
    .header.style4 .header-search.live-search input{
        background: #888;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .jteam-custommenu.vertical {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    #customer_login .u-column1.col-1,
    #customer_login .u-column2.col-2{
        width:100%;
        padding: 10px !important;
        margin: 10px 0 !important;
    }
}
@media (max-width: 500px) {
    .vertical-menu-style .wrap-media{
        float: inherit;
        text-align: center;
    }
    .vertical-menu-style .wrap-menu{
        padding-left: 0;
    }
}
@media (max-width: 479px){
    .vertical-menu-style .widget_nav_menu{
        padding: 0 15px;
    }
}
.kt-wccc-email-service .list-services {
    overflow: hidden;
    margin-bottom: 20px;
}
.kt-wccc-email-service .email-service {
    background: url('../images/external-email-sprite.png') no-repeat;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 0;
    float: left;
}
.kt-wccc-email-service .email-service.yahoo {
    background-position: -100px 0;
}
.kt-wccc-email-service .email-service.outlook {
    background-position: -200px 0;
}
.kt-wccc-email-service .email-service.mailto {
    background-position: -300px 0;
}
#yith-quick-view-modal{
    z-index: 1200;
}
.modal{
    z-index: 1201;
}
#yith-quick-view-modal .group-add-more .compare.button{
    margin-top: 4px;
}
.woocommerce-billing-fields p.form-row{
    display: inline-block;
    float: left;
    width: calc( 50% - 15px);
}
.woocommerce-billing-fields p.form-row:nth-child( 2n+1){
    margin-right: 30px;
}
.woocommerce-billing-fields p.form-row.validate-email{
    width: 100%;
}
@media (max-width: 991px) {
    .woocommerce-billing-fields p.form-row{
        width: 100%;
    }
    .woocommerce-billing-fields p.form-row:nth-child( 2n+1){
        margin-right: 0;
    }
}
#customer_login>div{
    padding: 50px;
    border: 1px solid #eee;
}
#customer_login .woocommerce-form-login{
    position: relative;
}
#customer_login .woocommerce-LostPassword{
    position: absolute;
    bottom: 26px;
    display: inline-block;
    right: 0;
}
#customer_login .woocommerce-form__label-for-checkbox input,
#customer_login .woocommerce-form__label-for-checkbox span{
    vertical-align: middle;
}
#customer_login .woocommerce-form__label-for-checkbox span{
    margin-top: 3px;
    display: inline-block;
    margin-left: 5px;
}
#customer_login .form-row label{
    text-transform: initial;
}
/*--------------------------*/
.widget.jteam-quote-box-widget .quote_text{
    margin-top: 19px;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
}
/*
*spinner loadding
*/
.loadding-box {
    margin: 0;
    padding: 0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;

}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
}

.cube1, .cube2 {
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    } 50% {
          transform: translateX(42px) translateY(42px) rotate(-179deg);
          -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
      } 50.1% {
            transform: translateX(42px) translateY(42px) rotate(-180deg);
            -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
        } 75% {
              transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
              -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
          } 100% {
                transform: rotate(-360deg);
                -webkit-transform: rotate(-360deg);
            }
}
div.wrap-loadding{
    position: fixed;
    background: rgba(0,0,0, 0.4);
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.comment-form-rating .stars{
    display: inline-block;
    float: left;
    margin: 0 0 0 34px;
    padding: 0;
}
.comment-form-rating .stars span a{
    width: 19px;
    display: inline-block;
    float: left;
    line-height: 30px;
    height: 30px;
    text-align: center;
    font-size: 0;
    position: relative;
    padding: 0 5px 0 0;
    margin: 0;
    border: none;
    outline: none;
}
.comment-form-rating .stars span a:focus{
    outline: none;
}
.comment-form-rating .stars span a:before{
    font-family: FontAwesome, sans-serif;
    content: "\f005";
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ddd;
}
.comment-form-rating .stars span a.active:before,
.comment-form-rating .stars.selected a:not(.active):before{
    color: #efce4a;
}
.comment-form-rating .stars.selected span a.active~a:before{
    color: #ddd;
}
.main-container.left-sidebar .main-content{
    float: right;
}
.product-style-2.product-item .product-info{
    text-align: left;
}
.product-style-2 .product-info .price{
    display: block;
}
@media (max-width: 767px) {
    .main-container.left-sidebar .main-content{
        float: inherit;
    }
    .product-item.product-list-style{
        max-width: 100%;
    }
    .product-item.product-list-style .product-thumb{
        margin-right: 0;
    }
}
/**
* update 23/07
*/
.post-item .post-metas .post_attr .count_comment::after{
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    background: #888;
    vertical-align: text-bottom;
    margin: 0 12px;
}
.post-item .post-metas .post_attr .post-categories,
.jteam-blogs.blog-style-2 .post-categories{
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
}
.post-item .post-metas .post_attr .post-categories li{
    display: inline-block;
    float: left;
    padding: 10px 12px 10px 0;
    margin: 0 12px 0 0 ;
    position: relative;
}
.post-item .post-metas .post_attr .post-categories li:after{
    display: inline-block;
    float: right;
    content: '';
    width: 1px;
    height: 13px;
    background: #888;
    position: absolute;
    right: 0;
    top: 10px;
}
.post-item .post-metas .post_attr .post-categories li:first-child{
    padding-left: 0;
}
.post-item .post-metas .post_attr .post-categories li:last-child{
    margin-right: 9px;
}
.post-item .post-metas .post_attr .post-categories li a{
    display: inline-block;
    float: left;
    color: #888888;
    line-height: 10px;
}

.jteam-blogs.blog-style-2 .post-categories li{
    display: inline-block;
    float: left;
}
.jteam-blogs.blog-style-2 .post-categories li a{
    color: #888;
}
.jteam-blogs.blog-style-2 .post-categories li a::after{
    content: '';
    height: 12px;
    width: 1px;
    display: inline-block;
    margin: 0 4px 0 8px;
    background: #989898;
    vertical-align: middle;
}
#jteam-modal.in .modal-dialog{
    -webkit-transform: translate(0,30px);
    -ms-transform: translate(0,30px);
    -o-transform: translate(0,30px);
    transform: translate(0,30px);
}
#jteam-modal .modal-body{
    padding-bottom: 30px;
}
.wpcf7-form div.wpcf7-response-output{
    border: none;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
}
.wpcf7-form div.wpcf7-response-output.wpcf7-validation-errors{
    color: #f00;
}
.wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ok{
    color: #7bc35d;
}
.wpcf7-form-control-wrap.your-message>textarea {
    height: 190px;
}
.comment-form-comment>textarea{
    height: 250px;
}
.product-list-grid .banner-image figure{
    overflow: hidden;
}
.product-list-grid .banner-image figure img{
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.product-list-grid .banner-image figure:hover img{
    transform: scale(1.11);
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
@media (max-width: 1024px) {
    .megamenu .wpb_single_image .vc_single_image-wrapper{
        max-width: 280px;
    }
}
a[href^=tel]{
    color: inherit;
    text-decoration: none;
}
/*fix IE Browser*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .group-add-more .yith-wcwl-add-to-wishlist a{
        margin-right: 15px;
    }
}
@supports (-ms-accelerator:true) {
    .group-add-more .yith-wcwl-add-to-wishlist a{
        margin-right: 15px;
    }
}
/*fix firefox Browser*/
@-moz-document url-prefix() {
    .count-items{
        line-height: 16px;
        padding-right: 0;
    }
    .product-item.product-style-4 .product-info .button::after,
    .product-item.product-style-4 .added_to_cart.wc-forward::after{
        top:11px;
    }
    .product-item.product-style-4 .added_to_cart.wc-forward::after{
        left: 10.5%;
    }
}

/*bonus*/
.track_order .form-row{
    margin-bottom: 25px;
}
.shortcode-products-area .product-item.product-style-1,
.shortcode-products-area .product-item.product-style-2,
.shortcode-products-area .product-item.product-style-3{
    padding-bottom: 40px;
}
.product-item.product-style-5 .star-rating,
.product-item.product-style-6 .star-rating{
    margin-top: -14px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.product-item.product-style-5:hover .star-rating,
.product-item.product-style-6:hover .star-rating{
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}
.product-item .button.add_to_cart_button.loading:before{
    font-family: FontAwesome, sans-serif;
    content: "\f110";
    color: #333;
    margin-right: 5px;
    display: inline-block;
    background: transparent!important;
    -moz-animation: fa-spin 1s infinite steps(8);
    -o-animation: fa-spin 1s infinite steps(8);
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
.product-style-4 .button.add_to_cart_button.loading:before{
    background: #fff!important;
}
.product-style-5 .button.add_to_cart_button:before,
.product-style-5 .added_to_cart.wc-forward:before,
.product-style-5 .product-info .button.add_to_cart_button:hover:before,
.product-style-5 .product-info .added_to_cart.wc-forward:hover:before{
    color: #fff!important;
}
/*LOADING*/
.loading-lazy{
    position: relative;
    display: block;
}
.tab-container.loading{
    position: relative;
}
.loading-lazy::after,
.tab-container.loading::before,
.tab-container.loading::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.tab-container.loading::before{
    background: rgba(255, 255, 255, 0.8);
}
.loading-lazy::after,
.tab-container.loading::after{
    width: 60px;
    height: 60px;
    margin: auto;
    border: 6px solid #efefef;
    border-top-color: #f44242;
    border-radius: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.product-item:hover .product-thumb .group-btn-control .yith-wcqv-button,
.product-item:hover .product-thumb .group-btn-control .compare,
.product-item:hover .product-thumb .group-btn-control .yith-wcwl-add-to-wishlist{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.product-style-1 .product-info .button:hover,
.product-style-1 .product-info .added_to_cart:hover,
.product-style-3 .product-info .button:hover,
.product-style-3 .product-info .added_to_cart:hover,
.product-style-6 .product-info .button:hover,
.product-style-6 .product-info .added_to_cart:hover,
.product-style-1 .product-info .button:hover::before,
.product-style-1 .product-info .added_to_cart:hover::before,
.product-style-3 .product-info .button:hover::before,
.product-style-3 .product-info .added_to_cart:hover::before,
.product-style-6 .product-info .button:hover::before,
.product-style-6 .product-info .added_to_cart:hover::before,
.wishlist_table .add_to_cart.button:hover,
.product-item .product-thumb .group-btn-control .yith-wcwl-add-to-wishlist .show a:hover,
.product-item .product-thumb .group-btn-control .add_to_wishlist:hover,
.product-item .product-thumb .group-btn-control .yith-wcqv-button:hover,
.product-item .product-thumb .group-btn-control .compare:hover{
    color: #fff !important;
}
.product-item .product-thumb .group-btn-control .yith-wcwl-add-to-wishlist .show a:hover::after,
.product-item .product-thumb .group-btn-control .add_to_wishlist:hover::after,
.product-item .product-thumb .group-btn-control .yith-wcqv-button:hover::after,
.product-item .product-thumb .group-btn-control .compare:hover::after,
.product-item .product-thumb .group-btn-control .yith-wcwl-add-to-wishlist:hover::after{
    color: #fff;
}

@media (min-width: 641px){
    .jteam-banner.banner-style3 .link-to-product{
        position: relative;
    }
    .jteam-banner.banner-style3 .link-to-product::after{
        content: '';
        display: inline-block;
        position: absolute;
        top: calc(100% + 10px);
        left: calc(100% + 10px);
        right: -10px;
        bottom: -10px;
        opacity: 0;
        filter: alpha(opacity=0);
        background: transparent;
        border-right: 1px solid #eee9e9;
        border-bottom: 1px solid #eee9e9;
        -webkit-transition: left 0.3s ease 0s, top 0.3s ease 0s;
        -o-transition: left 0.3s ease 0s, top 0.3s ease 0s;
        transition: left 0.3s ease 0s, top 0.3s ease 0s;
    }
    .jteam-banner.banner-style3 .link-to-product::before{
        content: '';
        display: inline-block;
        position: absolute;
        border-left: 1px solid #eee9e9;
        border-top: 1px solid #eee9e9;
        top: -10px;
        right: calc(100% + 10px);
        bottom: calc(100% + 10px);
        left: -10px;
        opacity: 0;
        filter: alpha(opacity=0);
        background: transparent;
        -webkit-transition: right 0.3s ease 0s, bottom 0.3s ease 0s;
        -o-transition: right 0.3s ease 0s, bottom 0.3s ease 0s;
        transition: right 0.3s ease 0s, bottom 0.3s ease 0s;
    }
    .jteam-banner.banner-style3 .link-to-product:hover::before{
        right: -10px;
        bottom: -10px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .jteam-banner.banner-style3 .link-to-product:hover::after{
        left: -10px;
        top: -10px;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.wishlist_table tr td.product-add-to-cart a.button:hover{
    background-color: #333333;
}
.modal-content{
    display: inline-block;
    border-radius: 0;
    padding: 0;
}
.modal-title{
    text-transform: uppercase;
    color: #333;
}


/*========================================*/
/*============POP-UP STYLES===============*/
/*========================================*/
.newsletter-form-wrap.processing .btn-submit:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
}
.newsletter-form-wrap.processing .btn-submit:after{
    font-family: FontAwesome, sans-serif;
    content: "\f110";
    font-size: 16px;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
#popup-newsletter-content.modal{
    padding-right: 0!important;
}
#popup-newsletter-content .modal-dialog {
    width: 100%;
    max-width: 800px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    height: 100%;
    padding: 15px;
}
#popup-newsletter-content .worldmart-newsletter.default{
    margin-bottom: 25px;
}
#popup-newsletter-content .worldmart-newsletter.default .newsletter-form-wrap{
    margin: 0 auto;
}
#popup-newsletter-content .group-user-action {
    text-align: center;
}
#popup-newsletter-content .group-user-action label{
    color: rgba(51,51,51,0.7);
    margin-bottom: 0;
}
#popup-newsletter-content .group-user-action input{
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 4px;
}
#popup-newsletter-content .modal-content{
    border-radius: 0;
    padding: 40px 30px 30px;
    box-shadow: none;
    border: none;
}
#popup-newsletter-content .close:hover{
    background: #ff0c0c;
}
#popup-newsletter-content .close{
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 0;
    padding: 0;
    background: #f43f3f;
    opacity: 1;
    filter: alpha(opacity=100);
}
#popup-newsletter-content .close:after{
    content: '\f00d';
    font-family: 'Fontawesome', sans-serif;
    font-size: 11px;
    line-height: 25px;
    color: #fff;
}
#popup-newsletter-content .modal-dialog{
    width: auto;
    transform: none!important;
}
#popup-newsletter-content .worldmart-newsletter .return-message{
    border-radius: 0;
}
#popup-newsletter-content .newsletter-form-wrap.processing .btn-submit:after{
    font-family: FontAwesome, sans-serif;
    content: "\f110";
    font-size: 16px;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.new-letter-block.layout-light .newsletter-form-wrap{
    position: relative;
    display: block;
    max-width: 380px;
    margin: 0 auto;
}
.new-letter-block.layout-light input[type="email"]{
    display: inline-block;
    width: 100%;
    float: left;
    padding: 5px 10px;
    font-weight: 300;
    background: transparent;
}
.new-letter-block.layout-light .submit-newsletter{
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-left: 1px solid #ddd;
}
.new-letter-block.layout-light .submit-newsletter:hover{
    background-color: rgba(51,51,51,0.7);
}
#yith-quick-view-modal .yith-wcqv-wrapper .summary.entry-summary .product_meta>span{
    display: block;
}
#yith-quick-view-content .onsale{
    top: 10px;
    right: auto;
    left: 345px;
    position: absolute;
    z-index: 10;
    border-top: 25px solid #ea651b;
    border-right: 25px solid #ea651b;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    height: 50px;
    width: 50px;
    background: none;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#yith-quick-view-content .onsale>span{
    display: inline-block;
    -moz-transform: rotate(45deg) translate(-37px, -26px);
    -o-transform: rotate(45deg) translate(-37px, -26px);
    -ms-transform: rotate(45deg) translate(-37px, -26px);
    -webkit-transform: rotate(45deg) translate(-37px, -26px);
    transform: rotate(45deg) translate(-37px, -26px);
}
#yith-quick-view-modal #yith-quick-view-content{
    padding: 10px;
}
.jteam-mapper .csre-pin .csre-popup{
    box-shadow:none !important;
}
.jteam-mapper .csre-pin .csre-wc .csre-popup-main{
    display:inline-block;
    width:100%;
    text-align:center;
}
.jteam-mapper .csre-pin .csre-wc .csre-popup-buttons{
    text-align:center;
}
.jteam-mapper .csre-pin .csre-wc .csre-popup-buttons a{
    width:100%;
}

@media (max-width: 1199px) {
    .main-menu .megamenu-item .menu-title,
    .jteam-clone-wrap .megamenu-item .menu-title,
    .megamenu .jteam-title.default{
        font-weight: 600 !important;
        padding: 0 20px;
        font-size: 16px;
    }
    .submenu.megamenu{
        width: 320px !important;
        padding-top: 30px;
    }
    .main-menu .megamenu-item .menu-title,
    .jteam-clone-wrap .megamenu-item .menu-title{
        margin-bottom: 20px;
    }
}
.product-item.product-style-7:hover .product-info .product-name a{
    font-style: normal;
}
.product-item.product-style-7:hover .product-info .product-name{
    margin-top: 11px;
}
.product-style-7 .product-thumb .group-btn-control .inner>.button:not(.yith-wcqv-button)::before{
    content: "\f290";
    font-family: FontAwesome, sans-serif;
    font-size: 15px;
    color: #999999;
    font-weight: 400;
    display: block;
}
.product-style-7 .product-thumb .group-btn-control .inner>.button.loading:not(.yith-wcqv-button)::before{
    content: "\f110";
}
.product-style-7.outofstock .product-thumb .group-btn-control .inner>.button:not(.yith-wcqv-button)::before,
.product-style-7 .product-thumb .group-btn-control .inner>.button.product_type_external:not(.yith-wcqv-button)::before,
.product-style-7 .product-thumb .group-btn-control .inner>.button.product_type_variable:not(.yith-wcqv-button)::before,
.product-style-7 .product-thumb .group-btn-control .inner>.button.product_type_grouped:not(.yith-wcqv-button)::before,
.product-style-7 .product-thumb .group-btn-control .inner>.button.added:not(.yith-wcqv-button)::before{
    content: "\f0c1";
}
.product-style-7 .product-thumb .group-btn-control .button,
.product-style-7 .product-thumb .group-btn-control .yith-wcqv-button,
.product-style-7 .product-thumb .group-btn-control .compare,
.product-style-7 .product-thumb .group-btn-control .yith-wcwl-add-to-wishlist{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}
.product-style-7 .product-thumb .group-btn-control{
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.product-style-7 .product-thumb .group-btn-control .inner>.button:not(.yith-wcqv-button):hover::before{
    color: #ffffff !important;
}

@media ( min-width: 1200px ) {
    .product-style-7 .product-thumb .group-btn-control .inner > *:nth-child(1){
        -webkit-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
    }
    .product-style-7 .product-thumb .group-btn-control .inner > *:nth-child(2){
        -webkit-transition: transform 0.3s ease 0.1s;
        transition: transform 0.3s ease 0.1s;
    }
    .product-style-7 .product-thumb .group-btn-control .inner > *:nth-child(4),
    .product-style-7 .product-thumb .group-btn-control .inner > *:nth-child(3){
        -webkit-transition: transform 0.3s ease 0.2s;
        transition: transform 0.3s ease 0.2s;
    }
    .product-style-7 .product-thumb .group-btn-control .inner > *:nth-child(5){
        -webkit-transition: transform 0.3s ease 0.3s;
        transition: transform 0.3s ease 0.3s;
    }
    .product-style-7:not(:hover) .product-thumb .group-btn-control .inner > *{
        -webkit-transform: translateX(55px);
        transform: translateX(55px);
    }
    .product-style-7 .product-thumb .second-thumbnail{
        bottom: auto;
        right: auto;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
    }
    .product-style-7:not(:hover) .product-thumb .second-thumbnail{
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    .product-style-7 .product-thumb .group-btn-control .inner div.clear{
        display: none;
    }
}
.jteam_custom_categories>ul,
.widget_product_categories>ul{
    max-height: 280px;
}
