/*
Theme Name: Worldmart
Theme URI: http://worldmart.kutethemes.net/
Author: Kutethems Team
Text Domain: worldmart
Author URI: http://kutethemes.net
Description: Worldmart Shop is a simple but modern responsive WordPress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Version: 1.1.1
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*-------------------------/*
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #666666
    Accent color: #ff2832
[Typography]
    Body:       14px/24px 'Open Sans',sans-serif
    Heading:    'Open Sans',sans-serif
    Input, textarea: 14px/24px 'Open Sans',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
/*-------------------------*/


/*------------------------------
 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;
    margin: 0;
    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;
    -o-animation: cssload-part-anim 0.92s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite alternate;
    -ms-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;
    -moz-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;
    -o-animation-direction: alternate-reverse;
    -ms-animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    -moz-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;
    -o-animation: blend-anim 0.92s ease-in infinite;
    -ms-animation: blend-anim 0.92s ease-in infinite;
    -webkit-animation: blend-anim 0.92s ease-in infinite;
    -moz-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);
    }
}
/*custom-css*/
.main-container{
    padding: 33px 0 40px 0;
}
.full-width,.full_width{
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
.container{
    padding: 0 0;
}
.owl-carousel .owl-item img,
.owl-carousel:not(.thumbnails) .owl-item img{
    -webkit-transform-style: unset;
    transform-style: unset;
}

@media (max-width: 1024px) {
    .hidden-menu{
        display: none!important;
    }
    .col-md-50{
        width: 50%;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
        margin: 0 auto;
    }
}
@media (max-width: 640px){
    .col-md-50{
        width: 100%;
    }
}
/*------------------------
COMMON STYLES
------------------------*/
body{
    font-family:'Open Sans', sans-serif;;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
    overflow-x: hidden;
}
label{
    font-weight: normal;
    color: #555;
}
label .required{
    color: #f24e3d;
    border-bottom: none;
    text-decoration: none;
}
a {
    color: #333;
    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: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.4;
}
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%;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"],
select,
input[type="search"]{
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 7px 20px;
    max-width: 100%;
    outline: none;
}
input[type="text"],
input[type="email"],
textarea,
input[type="password"],
input[type="tel"],
input[type="search"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
button:focus, input:focus{
    outline: none;
}
input[type="submit"]:hover,
.button:hover,
button:hover{
    opacity: 0.8;
}
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;
}
:focus {
    outline: none;
}
.vc_separator>span{
    display: block;
}
.chosen-container-active.chosen-with-drop .chosen-single{
    border: 1px solid transparent;
    background: none;
}
.chosen-container .chosen-drop{
    background: #fff;
    border: none;
}
.chosen-container-single .chosen-single{
    border: 1px solid transparent;
    background: #f6f6f6;
    border-radius: 0;
    padding: 0 15px;
    max-width: 100%;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 38px!important;
    line-height: 38px!important;
}
.chosen-container-single .chosen-single span{
    margin: 0;
    color: #888888;
}
.chosen-container-single .chosen-single div b:before{
    font-family: 'FontAwesome';
    content: "\f0d7";
    width: auto;
    height: auto;
    color: #aeaeae;
}
.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-nav .owl-prev,
.owl-nav .owl-next{
    position: absolute;
    top: 50%;
    width: 33px;
    height: 49px;
    background: #c8c8c8;
    color: #666;
    line-height: 48px;
    text-align: center;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next{
    opacity: 1;
    visibility: visible;
}
.slider-style-brands .owl-nav .owl-prev,
.slider-style-brands .owl-nav .owl-next{
    top: 30%;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
    color: #fff;
    background: #888;
}
.owl-nav .owl-prev{
    left: 10px;
}
.owl-nav .owl-next{
    right: 10px;
}
.slider-style-brands .owl-nav .owl-prev{
    left: 0;
}
.slider-style-brands .owl-nav .owl-next{
    right: 0;
}
/*effect*/
.banner-effect{
    position: relative;
    overflow: hidden;
}
.banner-effect1:after{
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    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-effect1:hover:after{
    visibility: visible;
    opacity: 0.2;
}
.banner-effect2:before{
    position: absolute;
    content: " ";
    width: 92%;
    height: 92%;
    border: 3px solid white;
    left: 4%;
    top: 4%;
    margin: auto;
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.banner-effect2:after{
    position: absolute;
    content: " ";
    width: 92%;
    height: 92%;
    border: 1px solid white;
    -webkit-transform: scale(0.7,0.7);
    -ms-transform: scale(0.7,0.7);
    -o-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
    margin: auto;
    left: 4%;
    top: 4%;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.banner-effect2:hover:before{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.banner-effect2:hover:after{
    -webkit-transition: all 0.55s ease;
    -o-transition: all 0.55s ease;
    transition: all 0.55s ease;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.worldmart-tabs .link-tab-banner:before,
.banner-effect3:before{
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
}
.worldmart-tabs .link-tab-banner:after,
.banner-effect3:after{
    width: 100%;
    height: 100%;
    content: "";
    background: #ffffff;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.worldmart-tabs .link-tab-banner:hover:before,
.banner-effect3:hover:before{
    left: 50%;
    width: 0;
    opacity: 0.5;
}
.worldmart-tabs .link-tab-banner:hover:after,
.banner-effect3:hover:after{
    top: 50%;
    height: 0;
    opacity: 0.5;
}
.banner-effect4:before{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    z-index: 1;
    content: "";
    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-effect4:hover:before{
    visibility: visible;
    opacity: 0.2;
}
/*menu-mm*/
.worldmart-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;
}
.worldmart-clone-wrap .megamenu-item li{
    line-height: 50px;
}
.worldmart-clone-wrap .megamenu-item .widget{
    padding: 0 0 30px 0;
}
.worldmart-clone-wrap .megamenu-item li > a{
    font-family:'Lato', san-serif;
}
.worldmart-clone-wrap .megamenu-item li.menu-item > a{
    display: inline-block;
    line-height: 50px;
}
.worldmart-clone-wrap .megamenu-item li .icon{
    right: -4px;
    top: -9px;
    float: right;
    position: relative;
}
.worldmart-clone-wrap .megamenu-item .menu-title{
    font-size: 14px;
    font-weight: 400;
}
.worldmart-clone-wrap .megamenu-item .menu-title,
.worldmart-clone-wrap .megamenu-item .wrap-media{
    margin-bottom: 0;
    padding-left: 20px;
}
.worldmart-panel ul{
    padding:0;
    margin:0;
}
.worldmart-panel li{
    list-style: none;
    position: relative;
    padding:0 20px;
    border-bottom: 1px solid #ddd;
}
.worldmart-panels-actions-wrap .worldmart-prev-panel {
    right: inherit;
    left: 0;
    border: none;
    border-right: 1px solid #eee;
}
.worldmart-panels-actions-wrap .worldmart-prev-panel:before {
    content: "\f104";
    font-family: FontAwesome;
}
.worldmart-panels-actions-wrap .worldmart-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
}
.worldmart-clone-wrap .worldmart-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;
}
.worldmart-next-panel {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.worldmart-next-panel:before {
    content: "\f105";
    font-family: FontAwesome;
}
.worldmart-panel>ul>li>a {
    display: inline-block;
    line-height: 50px;
    text-transform: capitalize;
}
.worldmart-panel>ul>li>a>.icon{
    right: -4px;
    top: -9px;
    float: right;
    position: relative;
}
.worldmart-clone-wrap .worldmart-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;
}
.worldmart-clone-wrap .worldmart-main-panel,
.worldmart-clone-wrap .worldmart-panel.worldmart-panel-opened {
    transform: translateX(0);
    z-index: 10;
}
.worldmart-clone-wrap .worldmart-sub-opened {
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.worldmart-panels-actions-wrap {
    border-bottom: 1px solid #ddd;
    height: 50px;
    position: relative;
}
.worldmart-panels-actions-wrap .worldmart-close-btn,
.worldmart-panels-actions-wrap .worldmart-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;
}
@media (max-width: 1024px) {
    .worldmart-clone-wrap.open{
        left:0;
    }
    .submenu.megamenu .wpb_single_image{
        text-align: left;
        max-width: 285px;
        margin: 0 20px;
    }
    .worldmart-panel .megamenu{
        background-image: none!important;
    }
}
/*main-menu*/
.worldmart-menu-item .menu-title{
    font-size: 13px;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.main-menu-wapper .main-menu .menu-item .worldmart-menu-item ul,
.wrap-header-menu .bottom-menu .menu-item .worldmart-menu-item ul{
    padding-left: 0;
}
.main-menu-wapper .main-menu .menu-item .worldmart-menu-item li,
.wrap-header-menu .bottom-menu .menu-item .worldmart-menu-item li{
    display: block;
    float: none;
    padding: 3px 0;
}
.main-menu-wapper .main-menu .menu-item .worldmart-menu-item li a,
.wrap-header-menu .bottom-menu .menu-item .worldmart-menu-item li a,
.main-menu li .submenu li>a{
    font-size: 13px;
    color: #666;
    text-transform: capitalize;
    font-weight:normal;
    position: relative;
}
.wrap-header-menu .bottom-menu .menu-item .worldmart-menu-item li a:after{
    display: none;
}
.main-menu-wapper .main-menu .menu-item .worldmart-menu-item .worldmart-item-title .icon{
    position: absolute;
    right: -37px;
    top: -12px;
}
.main-menu-wapper .main-menu .menu-item .worldmart-menu-item li:hover,
.main-menu li .submenu li:hover{
    background: transparent;
}
.worldmart-banner.banner-style1{
    float: right;
}
.worldmart-banner.banner-style1 .img-banner img{
    margin-bottom: 4px;
}
.worldmart-banner.banner-style1 .product-title{
    line-height: 18px;
    margin-bottom: 4px;
    text-align: center;
}
.worldmart-banner.banner-style1 .product-title a {
    font-size: 13px;
    color: #444;
    text-transform: capitalize;
    line-height: 18px;
    font-weight:normal;
}
.worldmart-banner.banner-style1 .link-to-product{
    font-size: 13px;
    text-transform: capitalize;
    line-height: 18px;
    font-weight:normal;
    float: right;
    margin-right: 40px;
    position: relative;
}
.worldmart-banner.banner-style1 .link-to-product:before{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 1px;
    width: 100%;
}
.worldmart-banner.banner-style1 .link-to-product:after{
    font-family:'Fontawesome';
    content: "\f0a9";
}
.worldmart-banner.banner-style2 .text-banner .title{
    font-size: 54px;
    line-height: 45px;
    color: #ca9656;
    font-weight: bold;
    max-width: 145px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.worldmart-banner.banner-style2 .text-banner .subtitle{
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #666;
    max-width: 290px;
    display: block;
    margin-bottom: 9px;
}
.worldmart-banner.banner-style2 .text-banner .custom-link{
    font-size: 14px;
    color: #fefefe;
    font-weight: 600;
    padding: 3px 29px;
    text-transform: capitalize;
    display: inline-block;
}
.worldmart-banner.banner-style3 .text-banner .title{
    color: #333333;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.worldmart-banner.banner-style3 .text-banner .subtitle{
    color:#666666;
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 14px;
}
.worldmart-banner.banner-style3 .text-banner .custom-link{
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 5px 31px;
    display: inline-block;
}
@media (max-width: 1024px) {
    .worldmart-banner.banner-style1{
        float: left;
        margin-left: 50px;
    }
    .worldmart-menu-item{
        max-width: 310px;
    }
    .worldmart-banner.banner-style3{
        max-width: 280px!important;
    }
}
/*widget*/
.widget{
    margin-bottom: 30px;
}
.widget:last-child{
    margin-bottom: 0;
}
.widget li{
    list-style: none;
    padding: 7.5px 0;
}
.widget > ul, .widget > div > ul {
    padding-left: 0;
}
.widget li a{
    color: #555;
    font-weight: 600;
}
.widget li .count{
    font-size: 12px;
    color: #aaa;
    margin-left: 3px;
}
.widget_product_categories li .count{
    font-size: 14px;
    color: #444;
}
.widgettitle{
	text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #fff !important;
    background-color: #ea5a1a;
    padding: 16px 20px;
/*     color: #222;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
    margin-bottom: 15px;
    line-height: inherit; */
}
.product-categories li
{
	list-style: none !important;
    padding: 7.5px 0 !important;
    font-size: 15px !important;
    /* font-weight: 600 !important; */
    color: #000 !important;
    border-bottom: solid 1px #ea591a !important;
    padding: 9px 20px !important;
    border-top: solid 1px #ea591a !important;
    border-left: solid 1px #ea591a !important;
    border-right: solid 1px #ea591a !important;
}
.widget_product_categories .widgettitle,
.widget_layered_nav .widgettitle,
.widget_price_filter .widgettitle{
    color: #333;
}
.worldmart_products.product_list .widgettitle{
    color: #444;
}
.widget_search .searchform{
    position: relative;
}
.widget_search .searchform .button{
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: none;
    padding: 10px 20px 5px 20px;
    color: #333;
}
.widget_search .searchform .search-field{
    width: 100%;
    padding: 9.5px 20px;
    font-size: 13px;
    color: #888;
    height: 45px;
    /*line-height: 45px;*/
}
.widget_search .searchform .button:after{
    content: "\f002";
    font-family:'FontAwesome';
    font-size: 16px;
}
.widget_recent_entries li{
    border-bottom: 1px solid #E6E6E6;
    padding: 7.5px 0;
}
.widget_recent_entries li:last-child{
    border-bottom: none;
}
.tagcloud a{
    font-size: 13px!important;
    border: 1px solid #E6E6E6;
    padding: 2px 27px;
    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;
}
.worldmart-quote-box-widget .media{
    margin-bottom: 20px;
}
.post-metas ul.post-categories{
    padding-left: 0;
}
.post-categories>li{
    list-style: none;
    padding: 8px 0;
}
.post-categories>li>a{
    font-weight: 600;
    color: #555;
}
.product_list_widget{
    padding-top: 5px;
}
.product_list_widget li{
    overflow: hidden;
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
}
.product_list_widget .thumb{
    float: left;
    width: 85px;
    border:1px solid #e6e6e6;
    margin-right: 10px;
}
.product_list_widget .info{
    overflow: hidden;
    line-height: 18px;
    margin-right: 10px;
}
.product_list_widget .info a{
    font-size: 13px;
    color: #444;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
    vertical-align: top;
}
.product_list_widget .star-rating{
    margin-bottom: 8px;
    display: inline-block;
    width: 70px;
    margin-right: 0;
}
.product_list_widget .info .price{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #222;
    display: block;
}
.product_list_widget .info .price ins{
    float: left;
    text-decoration: none;
    color: #ff2832;
    margin-right: 8px;
}
.product_list_widget .info .price del{
    font-size: 13px;
    color: #aaa;
    font-weight: 300;
}
.star-rating {
    white-space: nowrap;
    line-height: 100%;
    display: block;
    font-size: 0;
    position: relative;
    overflow: hidden;
    width: 105px;
    letter-spacing: 8px;
    margin-bottom: 4px;
    margin-right: 10px;
}
.product-style-on-sell .star-rating,
.product-style-1 .star-rating,
.product-style-2 .star-rating {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    margin:0
}
.product-style-1 .star-rating{
    margin-bottom: 5px;
}
.product-style-2 .woocommerce-review-link{
    line-height: 13px;
    font-size: 13px;
    color: #888;
    vertical-align: middle;
    display: inline-block;
    font-style: italic;
}
.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;
    content: "\f005\f005\f005\f005\f005";
    font-size: 15px;
    color: #e2e2e2;
    margin-left: 1px;
    line-height: 100%;
}
.star-rating span:before {
    color: #efce4a;
}
.product-item .star-rating:before, .product-item .star-rating span:before,
.product_list_widget .star-rating:before, .product_list_widget .star-rating span:before{
    font-size: 12px;
    display: inline-block;
    margin: 5px 0 0 0;
    letter-spacing: 0.3em;
}
.product-style-2 .star-rating:before,
.product-style-2 .star-rating span:before{
    margin-top: 2px;
    letter-spacing: 0.3em;
}
.product-style-on-sell .star-rating:before,
.product-style-on-sell .star-rating span:before{
    margin-top: 0;
}
.widget .price_slider_wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 17px;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider{
    position: relative;
    background: #c5c5c5;
    height: 4px;
    margin: 0 7px;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-range{
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}
.widget.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle{
    position: absolute;
    top: -6px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    margin-left: -8px;
    outline: none;
    border: none;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount{
    margin-top: 24px;
}
.widget.widget_price_filter .price_slider_wrapper .price_slider_amount .button{
    float: right;
    background: #fff;
    border: 1px solid #e6e6e6;
    color: #333;
    height: 25px;
    line-height: 22px;
}
.widget_layered_nav .list-group li a{
    padding-left: 25px;
    position: relative;
    font-weight: 400;
}
.widget_layered_nav .list-group li a:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    position: absolute;
    top: 3px;
    left: 0;
}
.widget_layered_nav .list-group li a:after{
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 2px;
    top: -2px;
    opacity: 0;
    visibility: hidden;
}
.widget_layered_nav .list-group li.chosen a:after,
.widget_layered_nav .list-group li a:hover:after{
    opacity: 1;
    visibility: visible;
}
.widget_layered_nav .list-group li.link-cotrol a{
    padding-left: 0;
    position: relative;
    color: #666;
    font-size: 13px;
}
.widget_layered_nav .list-group li.link-cotrol a:after{
    content: "\f107";
    font-size: 13px;
    color: #666;
    position: static;
    opacity: 1;
    margin-left: 4px;
    visibility: visible;
}
.widget_layered_nav .list-group li.link-cotrol a:before{
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 1px;
    background:#666 ;
    border: none;
    position: absolute;
    top: inherit;
}
.widget_layered_nav .inline-group {
    padding: 20px 0 30px 0;
}
.widget_layered_nav .inline-group .term-name{
    display: inline-block;
    height: 42px;
    width: 42px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    font-size: 16px;
    color: #555;
    font-weight: 600;
    margin-right: 5px;
}
.widget_layered_nav .inline-group .term-name:hover,
.widget_layered_nav .inline-group a.selected .term-name{
    color: #fff;
}
.widget_layered_nav .inline-group .count{
    display: none;
}
.widget_product_categories li a{
    color: #444;
    font-weight: 400;
}
.widget_product_categories .cat-item{
    position: relative;
}
.widget_product_categories .cat-item ul{
    padding-left: 30px;
}
.widget_product_categories .cat-item .children>li,
.widget_layered_nav .list-group .wc-layered-nav-term.item-hidden{
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -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;
}
.widget_product_categories .cat-item .children.show>li,
.widget_layered_nav .list-group .wc-layered-nav-term.item-hidden.show-item{
    opacity: 1;
    visibility: visible;
    padding: 7.5px 0;
    height: auto;
    -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;
}
.widget_layered_nav .list-group .wc-layered-nav-term.item-hidden.show-item + .link-cotrol{
    display: none;
}
.widget_product_categories .cat-item .control-nav-bar{
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 0;
    top: 6px;
    left: auto;
    bottom: auto;
    position: absolute;
    text-align: center;
    right: -9px;
    opacity: 1;
}
.widget_product_categories .cat-item .control-nav-bar:before,
.widget_product_categories .cat-item .control-nav-bar:after{
    position: absolute;
    content: '';
    background-color: #666;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.widget_product_categories .cat-item .control-nav-bar:before{
    width: 2px;
    height: 10px;
}
.widget_product_categories .cat-item .control-nav-bar:after{
    height: 2px;
    width: 10px;
}
.widget_product_categories .cat-item .children.show + .control-nav-bar:before{
    display: none;
}
.sidebar .widget_recent_reviews .product_list_widget li > a {
    float: left;
    margin-right: 10px;
    max-width: 85px;
}
.widget_product_search .woocommerce-product-search input.button{
    border: none;
    color: #fff;
    padding: 8px 25px;
    display: inline-block;
}
/*pagination*/
.woocommerce-pagination li{
    list-style: none;
    display: inline-block;
}
.woocommerce-pagination .page-numbers{
    padding-left: 0;
}
.woocommerce-pagination>ul{
    display: inline-block;
}
.pagination{
    width: 100%;
    border-top:1px solid #e6e6e6;
    margin-bottom: 0;
}
.pagination .nav-links {
    margin-top: 30px;
}
.woocommerce-pagination .page-numbers>li>span,
.woocommerce-pagination .page-numbers>li>a,
.pagination .page-numbers,
.page-links>a, .page-links>span{
    color: #333;
    background: #f5f5f5;
    border: 1px solid #E6E6E6;
    text-align: center;
    line-height: 35px;
    padding: 7px 13px;
    margin-right: 6px;
}
.page-links>a, .page-links>span{
    margin-right: 10px;
}
.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.page-links>a:hover, .page-links>span:hover,
.page-links>span,
.woocommerce-pagination .page-numbers>li>a:hover,
.woocommerce-pagination .page-numbers>li>span:hover,
.woocommerce-pagination .page-numbers>li .current{
    color: #fff!important;
}
.pagination .page-numbers.current,
.page-links>span{
    font-weight: bold;
}
.woocommerce-result-count{
    float: right;
    font-size: 13px;
    color: #333;
    margin-top: 4px;
}
.woocommerce-pagination{
    border-top: 1px solid #e6e6e6;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}
@media (max-width: 480px) {
    .woocommerce-pagination li{
        margin-bottom: 10px;
    }
}
/*toolbar-products*/
.wrap-shopbanner{
    margin-bottom: 30px;
    background:url("http://liftoncanada.com/wp-content/uploads/2018/02/banner1.jpg");
    background-size:contain;
}
.toolbar-products{
    display: table;
    width: 100%;
    background: #f5f5f5;
    padding: 6.5px 25px;
    margin-bottom: 35px;
}
.toolbar-products .toolbar-item{
    display: table-cell;
    vertical-align: middle;
    color: #666;
}
.toolbar-products .toolbar-item.showing{
    width: 60px;
}
.toolbar-item.info .shop-title{
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
}
.toolbar-products .toolbar-item.ordering,
.toolbar-products .toolbar-item select{
    width: 153px;
}
.toolbar-products .toolbar-item.ordering{
    padding-right: 10px;
}
.toolbar-products .toolbar-item .products-per-page,
.toolbar-products .toolbar-item.showing select{
    width: 60px;
}
.toolbar-products .toolbar-item.modes{
    text-align: right;
    font-size: 13px;
    width: 200px;
}
.toolbar-products .chosen-container-single .chosen-single span{
    color: #666;
}
.toolbar-products .toolbar-item.modes .modes-mode>i{
    margin-right: 10px;
    font-size: 18px;
    vertical-align: middle;
}
.toolbar-products .toolbar-item.modes .mode-list{
    margin-left: 22px;
}
.toolbar-products .chosen-container{
    border:1px solid #e6e6e6;
    background: #fff;
}
.toolbar-products .chosen-container-single .chosen-single{
    height: 28px!important;
    line-height: 27px!important;
}
@media (max-width: 991px) {
    .toolbar-products .toolbar-item.modes .modes-mode{
        font-size: 0;
    }
    .toolbar-products .toolbar-item.modes .modes-mode > i{
        margin-right: 0;
    }
    .toolbar-products .toolbar-item{
        width: 150px;
    }
    .toolbar-products .toolbar-item.modes .mode-list{
        margin: 0;
    }
    .toolbar-products .toolbar-item.modes{
        width: 50px;
    }
    .toolbar-item.info .shop-title{
        font-size: 12px;
    }
}
@media (max-width: 640px){
    .toolbar-products .toolbar-item.info{
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }
    .toolbar-products .toolbar-item.ordering,
    .toolbar-products .toolbar-item.showing,
    .toolbar-products .toolbar-item.modes{
        display: inline-block;
    }
}
@media (max-width: 480px) {
    .product-item .thumb-inner,
    .product-item .product-thumb .second-thumbnail,
    .product-item .product-info{
        max-width: 250px;
        margin: 0 auto;
    }
    .toolbar-products .toolbar-item.modes{
        display: none;
    }
}
/*blog*/
.post-detail .post-item .post-thumb{
    margin-bottom: 13px;
}
.post-item .post-item-info .post-name{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: inherit;
}
.post-item .post-metas{
    margin-bottom: 16px;
}
.post-item .post-metas .post-meta-item{
    display: inline-block;
    font-size: 13px;
    color: #666;
}
.post-item .post-metas .post-meta-item .count_comment:before{
    font-family: 'FontAwesome';
    content: "\f075";
    margin-right: 11px;
}
blockquote{
    font-size: 15px;
    font-style: italic;
    color: #555;
    border: none;
    padding: 17px 0;
}
blockquote:before{
    content: "“";
    font-family: "Georgia";
    float: left;
    margin-right: 5px;
    font-weight: bold;
    font-size: 30px;
}
.post-footer{
    padding-top: 12px;
    margin-bottom: 35px;
}
.post-footer .tags{
    margin-bottom: 8px;
}
.post-footer .tags label{
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
}
.post-footer .post-arthur{
    border: 1px solid #e6e6e6;
    padding: 15px;
    background: #fdfdfd;
}
.post-footer .author-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.post-footer .author-description {
    overflow: hidden;
    max-width: 640px;
    display: inline-block;
}
.post-footer .author-title{
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
}
.post-footer .author-description .author-bio{
    color: #888;
    line-height: 20px;
}
.post-comments .comment-reply-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    border-bottom:1px solid #E6E6E6;
    padding-bottom: 13px;
    margin-bottom: 17px;
}
.post-comments .comment-form>p,
.post-comments .comment-form input,
.post-comments .comment-form textarea{
    width: 100%;
    margin-bottom: 7px;
}
.post-comments .comment-form .comment-notes{
    margin-bottom: 20px;
}
.post-comments .comment-form label{
    display: block;
    color: #000;
}
.post-comments .comment-form input{
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 7px 20px;
    width: 100%;
    outline: none;
}
.post-comments .comment-form .button,
.post-comments .comment-form .form-submit{
    width: inherit;
    color: #fff;
    font-weight: 600;
    border: none;
    margin-top: 10px;
}
.post-comments .comment-form .button{
    padding: 7px 29px;
}
.post-comments .comment-form .comment-form-email,
.post-comments .comment-form .comment-form-author{
    width: calc(50% - 15px);
    display: inline-block;
}
.post-comments .comment-form .comment-form-author{
    margin-right: 26px;
}
.post-comments .comments .comment{
    list-style: none;
}
.post-comments .comment-body{
    border: 1px solid #E6E6E6;
    padding: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.post-comments .comment-content .avata{
    float: left;
    margin-right: 10px;
}
.post-comments .comment-content .comment-meta{
    overflow: hidden;
}
.post-comments .comment-content .coment-text{
    padding-left: 80px;
}
.post-comments .comment-content .reply{
    padding-left: 90px;
}
.post-comments .comment-content .coment-text>p,
.post-comments .comment-content .coment-text>address{
    margin: 10px;
}
.post-comments .comments .comment-respond{
    margin-left: -20px;
}
.post-list .post-item{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.post-item .content-left{
    width: 370px;
    position: relative;
    float: left;
    margin-right: 15px;
}
.post-grid .post-item .content-left{
    width: 100%;
    margin-right: 0;
    float: none;
}
.post-item .content-left .post-date{
    position: absolute;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    top: 10px;
    left: -3px;
    padding: 3px 22px;
}
.post-item .content-left .post-date:before{
    content: "";
    height: 0;
    width: 0;
    left: 0;
    bottom: -4px;
    position: absolute;
    border-top: 4px solid #000;
    border-left: 3px solid transparent;
    border-right: 0 solid transparent;
}
.post-item .content-left .post-date:after{
    content: "";
    height: 0;
    width: 0;
    left: 100%;
    top: 0;
    position: absolute;
    border-bottom: 30px solid #ff2832;
    border-left: 0 solid transparent!important;
    border-right: 5px solid transparent!important;
}
.post-item .post-item-info{
    overflow: hidden;
}
.post-item .post-metas .post-meta-item:after{
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    background: #888;
    vertical-align: middle;
    margin: 0 16px;
    opacity: 0.3;
}
.post-grid .post-item .post-metas .post-meta-item:after{
    margin: 0 10px;
}
.post-item .post-metas .post-meta-item:last-child:after{
    display: none;
}
.post-list .post-item .post-item-info .post-name{
    margin: 5px 0 3px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: inherit;
}
.post-list .post-item .post-item-info .post-excerpt {
    margin-bottom: 13px;
}
.post-list .post-item .post-metas{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 13px;
    margin-bottom: 8px;
}
.post-item .post-item-info .button{
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e6e6e6;
    padding: 4px 23px;
    display: inline-block;
    font-weight: 600;
}
.post-item .post-item-info .button:hover{
    color: #fff;
}
@media (max-width: 991px) {
    .post-item .content-left{
        width: 100%;
        float: inherit;
        margin-right: 0;
    }
}
@media (max-width: 767px) {
    .post-comments .comment-form .comment-form-email,
    .post-comments .comment-form .comment-form-author{
        width: 100%;
    }
    .post-comments .comment-form .comment-form-author{
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .post-comments .comment-content .avata{
        float: none;
        margin-bottom: 10px;
    }
    .post-comments .comment-content .coment-text,
    .post-comments .comment-content .reply{
        padding-left: 0;
    }
    .post-comments .comment-content .coment-text>p,
    .post-comments .comment-content .coment-text>address{
        margin-left: 0;
    }
}
/*single-product*/
.breadcrumb-trail .breadcrumb{
    background: #fff;
    padding: 0;
    font-size: 13px;
    text-transform: uppercase;
}
.woocommerce-breadcrumb{
    color: #222;
    margin-bottom: 33px;
    font-size: 13px;
    text-transform: uppercase;
}
.woocommerce-breadcrumb a,
.breadcrumb-trail .breadcrumb li a{
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
}
.breadcrumb-trail .breadcrumb li.active{
    color: #222;
}
.woocommerce-breadcrumb a:hover{
    color: #666;
}
.woocommerce-breadcrumb a:after{
    content: '/';
    margin:0 15px;
}
.woocommerce-message{
    border-top-style: solid;
    border-top-width: 3px;
    margin-bottom: 40px;
    background: #f8f8f8;
    padding: 10px 0 10px 20px;
}
.woocommerce-message .wc-forward{
    float: right;
    background: red;
    color: #fff;
    padding: 0 7px;
    font-size: 13px;
}
.woocommerce-message .wc-forward:hover{
    background: #222!important;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    z-index: 1;
    font-size: 0;
}
.woocommerce-product-gallery__trigger img{
    display: none !important;
    font-size: 0;
    width: 0!important;
}
.woocommerce-product-gallery__trigger:before{
    font-family: FontAwesome;
    content: "\f002";
    font-size: 15px;
    color: #fff !important;
}
.has-post-thumbnail{
    position: relative;
}
.has-post-thumbnail .woocommerce-product-gallery{
    width: 470px;
    margin-right:26px;
    display: inline-block;
    position: relative;
}
.no-sidebar .has-post-thumbnail .woocommerce-product-gallery{
    width:470px;
}
.no-sidebar .has-post-thumbnail .woocommerce-product-gallery .flex-viewport {
    width: 470px;
    margin: 0 auto;
}
.no-sidebar .has-post-thumbnail .entry-summary{
    width: 670px;
    max-width: inherit;
}
.has-post-thumbnail .entry-summary{
    max-width: 370px;
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}
.has-post-thumbnail .entry-summary .woocommerce-product-rating{
    margin-bottom: 10px;
}
.has-post-thumbnail .entry-summary .star-rating{
    display: table-cell;
    margin-right: 0;
    vertical-align: middle;
}
.has-post-thumbnail .entry-summary .woocommerce-review-link,
.has-post-thumbnail .entry-summary .woocommerce-review-link span{
    vertical-align: top;
    line-height: 15px;
    color: #888;
    font-style: italic;
}
.has-post-thumbnail .entry-summary .woocommerce-review-link{
    display: table-cell;
    vertical-align: middle;
}
.has-post-thumbnail .entry-summary .product_title{
    font-size: 16px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 21px;
    margin-bottom: 13px;
}
.has-post-thumbnail .entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 40px;
}
.has-post-thumbnail .entry-summary .addthis_tool{
    margin-bottom: 23px;
}
.worldmart-single-product-socials{
    margin-bottom: 20px;
}
.worldmart-single-product-socials>a{
    vertical-align: top;
}
.worldmart-single-product-socials>.fb-like>span {
    vertical-align: top!important;
    margin-top: -3px;
}
.has-post-thumbnail .entry-summary .price{
    font-size: 22px;
    line-height: 18px;
    color: #222;
    font-weight: 600;
    margin-bottom: 6px;
}
.has-post-thumbnail .entry-summary .price ins{
    float: left;
    text-decoration: none;
    margin-right: 5px;
}
.has-post-thumbnail .entry-summary .price del{
    font-size: 20px;
    color: #aaa;
    font-weight: 400;
}
.has-post-thumbnail .entry-summary .group_table .price del,
.has-post-thumbnail .entry-summary .group_table .price ins{
    font-size: 14px;
    margin: 0;
}
.has-post-thumbnail .entry-summary .group_table .price ins{
    float: none;
}
.product-info-stock-sku .product-in-stock{
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}
.product-info-stock-sku .product-in-stock .label-available{
    font-weight: 600;
    color: #ff2832;
    font-size: 14px;
}
.lbl-quantity-title-box{
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 3px;
}
.entry-summary .cart{
    /*max-width: 270px;*/
}
.entry-summary .cart table.group_table .quantity .input-text{
    padding: 6px 75px 6px 10px;
    width: 115px;
}
.entry-summary .yith-wcwl-add-to-wishlist
.entry-summary .cart table.group_table .label{
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    color: inherit;
    min-width: 100px;
}
.has-post-thumbnail .entry-summary .cart table.group_table .price{
    font-size: 14px;
}
.entry-summary .cart table.group_table .lbl-quantity-title-box{
    display: none;
}
.entry-summary .cart table.group_table .quantity{
    margin-bottom: 0;
}
.entry-summary .cart table.group_table tr td{
    display: table-cell;
    vertical-align: middle;
}
.entry-summary .cart table.group_table tr td.label{
    padding:5px;
    line-height: 20px;
    font-size: 13px;
    white-space: normal;
    font-weight: 400;
}
.entry-summary .cart table.variations{
    border: none;
    margin-bottom: 0;
    position: relative;
}
.entry-summary .variations_form .variations.kutetheme-atts-swatches .label{
    display: none;
}
.entry-summary .variations_form .value {
    display: block;
    margin-bottom: 0;
    text-transform: capitalize;
}
.entry-summary .variations_form td{
    padding: 0;
    border: none;
    text-align: left;
}
.change-value span {
    min-width: 33px!important;
    height: 33px!important;
    position: relative;
    margin: 0 14px 30px 0;
    text-align: center;
}
.change-value:last-child span{
    margin-right: 0;
}
.change-value span:before{
    font-family: FontAwesome;
    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{
    opacity: 1;
    visibility: visible;
}
.attribute-pa_size .change-value span:before,
.attribute-pa_brand .change-value span:before{
    display: none;
}
.attribute-pa_size .change-value span, .attribute-pa_brand .change-value span {
    padding: 0 14px;
    font-weight: 500;
    background: #eee;
    line-height: 33px;
}
.reset_variations {
    width: 40px;
    position: absolute;
    right: 0;
    bottom: -30px;
    font-style: italic;
}
.kutetheme-atts-swatches .reset_variations{
    bottom: 25%;
}
.entry-summary .cart .quantity{
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
}
.entry-summary .cart .quantity .input-text{
    width: 142px;
    border-radius: 3px;
    padding: 6px 77px 6px 20px;
    height: 38px;
    font-weight: bold;
    font-size: 15px;
    color: #ff2832;
}
.entry-summary .cart .quantity .btn-number,
.woocommerce-cart-form .shop_table .quantity .btn-number{
    width: 26px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    font-size: 0;
    top: 6px;
    left: auto;
    bottom: auto;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}
.entry-summary .cart .quantity .minus{
    right: 15px;
}
.entry-summary .cart .quantity .plus{
    right: 50px;
}
.entry-summary .cart .quantity .btn-number:before,
.entry-summary .cart .quantity .btn-number:after,
.woocommerce-cart-form .shop_table .quantity .btn-number:before,
.woocommerce-cart-form .shop_table .quantity .btn-number:after{
    position: absolute;
    content: '';
    background-color: #666;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.entry-summary .cart .quantity .btn-number:hover:before,
.entry-summary .cart .quantity .btn-number:hover:after{
    background-color: #ff2832;
}
.entry-summary .cart .quantity .minus:before,
.entry-summary .cart .quantity .plus:before,
.woocommerce-cart-form .shop_table .quantity .minus:before,
.woocommerce-cart-form .shop_table .quantity .plus:before{
    width: 12px;
    height: 2px;
}
.entry-summary .cart .quantity .plus:after,
.woocommerce-cart-form .shop_table .quantity .plus:after{
    width: 2px;
    height: 12px;
}
.entry-summary .single_add_to_cart_button{
    font-weight: 600;
    border:1px solid #e6e6e6;
    background: #f5f5f5;
    padding: 9px 96px;
    display: block;
    margin-bottom: 8px;
}
.entry-summary .single_add_to_cart_button:hover{
    color: #fff;
}
.entry-summary .yith-wcwl-add-to-wishlist{
    display: inline-block;
    margin: 0;
    position: relative;
}
.entry-summary .yith-wcwl-add-to-wishlist a{
    color: #666;
}
.entry-summary .yith-wcwl-add-button a:before,
.entry-summary .yith-wcwl-wishlistaddedbrowse a:before,
.entry-summary .yith-wcwl-wishlistexistsbrowse a:before,
.entry-summary .compare:before{
    content: "\f004";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 5px;
}
.entry-summary .compare{
    display: inline-block;
    color: #666;
    background: transparent;
    margin-right: 35px;
}
.entry-summary .compare:before{
    content: "\f079";
}
.entry-summary .yith-wcwl-wishlistaddedbrowse a:before,
.entry-summary .yith-wcwl-wishlistexistsbrowse a:before{
    content: "\f00c";
}
.entry-summary .cart .clear{
    display: none;
}
.entry-summary .yith-wcwl-add-to-wishlist .ajax-loading{
    margin: 0;
}
.entry-summary .yith-wcwl-add-to-wishlist .feedback,
.product-item .yith-wcwl-add-to-wishlist .feedback{
    display: none;
}
.woocommerce-product-gallery .flex-control-nav{
    position: relative;
    padding-left: 0;
    margin-top: 10px;
    max-width: 470px;
    margin: 0 auto;
}
.flex-control-nav>li{
    list-style:none;
    display: inline-block;
    margin:0 7px 7px 0;
}
.flex-control-nav .slick-arrow{
    position: absolute;
    width: 22px;
    height: 35px;
    border:none;
    top: 35%;
    z-index: 1;
    background: #d9d9d9;
    color: #666;
    padding: 0;
    line-height: 36px;
}
.flex-control-nav .slick-arrow i{
    font-size: 12px;
}
.flex-control-nav .slick-arrow:hover{
    color: #fff;
}
.flex-control-nav .slick-prev{
    left: 10px;
}
.flex-control-nav .slick-next{
    right: 9px;
}
.flex-viewport figure{
    max-width: inherit;
}
.flex-control-nav .slick-slide {
    padding: 5px;
}
.flex-control-thumbs li img{
    border:1px solid #e6e6e6;
    outline: none;
    width: 100%;
}
.woocommerce-tabs{
    margin-top: 54px;
}
.woocommerce-tabs .wc-tabs{
    padding-left: 0;
    margin-bottom: 0;
}
.woocommerce-tabs .wc-tabs li>a{
    padding: 3.5px 25px;
    background: #f5f5f5;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-bottom: -1px;
}
.woocommerce-tabs .wc-tabs li>a:hover,
.woocommerce-tabs .wc-tabs li.active>a{
    color: #fff;
}
.woocommerce-tabs .woocommerce-Tabs-panel{
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 15px 0 15px
}
.woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes th,
.woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td{
    padding: 5px;
    text-align: left;
}
.woocommerce-tabs .woocommerce-Tabs-panel .shop_attributes td p{
    margin-bottom: 0;
}
.woocommerce-tabs .wc-tabs>li{
    list-style: none;
    display: inline-block;
}
.woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title{
    font-size: 15px;
    font-weight: bold;
}
.woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title span{
    font-style: italic;
    font-weight: initial;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating{
    margin-bottom: 10px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating .stars{
    margin-left:0;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment-form label{
    display: block;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment-form-rating>label{
    margin:0 0 0 7px;
    display: inline-block;
    line-height: 30px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment-respond .comment-form-author input,
.woocommerce-tabs .woocommerce-Tabs-panel .comment-respond .comment-form-email input{
    height: 40px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment-respond .form-submit .submit{
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 8px 24px;
    font-size: 13px;
    border-radius: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel .commentlist{
    padding-left: 0;
    list-style: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment_container .avatar{
    float: left;
    margin-right: 10px;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment_container .comment-text{
    overflow: hidden;
}
.woocommerce-tabs .woocommerce-Tabs-panel .comment_container .comment-text .meta{
    margin-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';
    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;
}
#yith-quick-view-content .has-post-thumbnail .entry-summary{
    width: 50%;
    max-width: inherit;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .has-post-thumbnail .woocommerce-product-gallery{
        margin:0 auto;
        width: 700px;
        text-align: center;
    }
    .no-sidebar .has-post-thumbnail .woocommerce-product-gallery{
        /*width:595px;*/
        margin-right: 26px;
    }
    .no-sidebar .has-post-thumbnail .entry-summary{
        width: 470px;
    }
    .has-post-thumbnail .entry-summary{
        margin-top: 30px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .woocommerce-tabs .wc-tabs > li {
        display: inherit;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .woocommerce-tabs .wc-tabs li > a {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .no-sidebar .has-post-thumbnail .woocommerce-product-gallery,
    .no-sidebar .has-post-thumbnail .woocommerce-product-gallery .flex-viewport{
        width: 350px;
    }
    .no-sidebar .has-post-thumbnail .woocommerce-product-gallery{
        margin-right: 25px;
    }
    .no-sidebar .has-post-thumbnail .entry-summary{
        width: 100%;
        max-width: 370px;
    }
    .has-post-thumbnail .woocommerce-product-gallery{
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .has-post-thumbnail .entry-summary{
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .no-sidebar .has-post-thumbnail .woocommerce-product-gallery{
        width: 100%;
        margin-right: 0;
    }
    .no-sidebar .has-post-thumbnail .woocommerce-product-gallery .flex-viewport{
        width: 470px;
    }
    .has-post-thumbnail .entry-summary{
        margin-top: 50px;
    }
}
@media (max-width: 640px){
    .no-sidebar .has-post-thumbnail .woocommerce-product-gallery .flex-viewport{
        width: 100%;
    }
    .woocommerce-tabs .wc-tabs > li{
        display: inherit;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .woocommerce-tabs .wc-tabs li > a{
        width: 100%;
    }
    #yith-quick-view-content .has-post-thumbnail .entry-summary{
        width: 100%;
        max-width: inherit;
    }
}
@media (max-width: 400px){
    .entry-summary .cart{
        max-width: inherit;
    }
    .entry-summary .compare{
        display: block;
        margin-bottom: 10px;
    }
    .entry-summary .yith-wcwl-add-to-wishlist{
        float: left;
    }
    .entry-summary .cart table.group_table .label{
        min-width: inherit;
    }
    .entry-summary .cart .quantity .input-text{
        width: 125px;
    }
    .entry-summary .single_add_to_cart_button{
        padding: 9px 70px;
    }
    .woocommerce-tabs .woocommerce-Tabs-panel .comment-reply-title,
    .woocommerce-tabs .woocommerce-Tabs-panel .comment-notes{
        font-size: 13px;
    }
}
/*product*/
.return-to-shop .button{
    color: #fff;
    padding: 5px 10px;
}
.return-to-shop .button:hover{
    opacity: 0.8;
}
.owl-carousel .owl-item.active .owl-lazy{
    opacity: 1;
}
ul.products{
    padding-left: 0;
}
li.product{
    list-style: none;
}
.title-box>h2{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 8px 0 8px 18px;
}
.product-thumb{
    position: relative;
}
.group-flash{
    position: absolute;
    top: 1px;
    left: 10px;
    z-index: 1;
}
.single-product-content .group-flash{
    top: 10px;
}
.product-style-on-sell .group-flash{
    left: 0;
}
#yith-quick-view-content .flash-item,
.group-flash .flash-item{
    background: #ff2832;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding: 1px 9px;
    height: 17px;
    line-height: 14px;
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    float: left;
    clear: left;
    font-weight: 600;
    color: #fff;
}
#yith-quick-view-content .flash-item.onnew,
.group-flash .flash-item.onnew{
    background: #365db5;
}
#yith-quick-view-content .flash-item.onnew:before,
#yith-quick-view-content .flash-item.onsale:before,
.group-flash .flash-item.onsale:before,
.group-flash .flash-item.onnew:before{
    position: absolute;
    bottom: -4px;
    left: 4px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 0px 0px;
    border-color: #ff2832 transparent transparent transparent;
}
#yith-quick-view-content .flash-item.onnew:before,
.group-flash .flash-item.onnew:before{
    border-color: #365db5 transparent transparent transparent;
}
#yith-quick-view-content .flash-item{
    top: 0;
    left: 0;
    margin:10px 0 0 10px;
}
.group-flash .flash-item>span{
    font-size: 10px;
    color: #fff;
}
.product-item {
    padding: 0 10px 40px 10px;
}
.product-style-on-sell{
    padding: 20px 10px 40px 10px;;
}
.product-item .thumb-inner{
    margin-bottom: 13px;
}
.product-item .product-name{
    font-size: 13px;
    color: #444;
    line-height: 18px;
    margin-bottom: 2px;
}
.product-item .product-name a{
    color: #444;
}
.product-item .price{
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #222;
    margin-bottom: 13px;
}
.product-style-2 .price{
    margin-top: 2px;
}
.product-item .price ins{
    text-decoration: none;
    float: left;
    margin-right: 10px;
    color: #ff2832;
}
.product-item .price del{
    font-size: 13px;
    font-weight: 300;
    color: #aaa;
}
.product-item .add_to_cart_button,
.product-item .added_to_cart.wc-forward,
.product-item .product-info .button{
    display: block;
    text-align: center;
    background: #f5f5f5;
    border:1px solid #e6e6e6;
    color: #888;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 0;
    -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;
}
.product-item .add_to_cart_button.added{
    display: none;
}
.product-item .add_to_cart_button:hover,
.product-item .added_to_cart.wc-forward:hover,
.product-item .product-info .button:hover{
    color: #f5f5f5;
}
.product-item .group-btn-control{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -50px;
    opacity: 0;
    overflow: hidden;
    -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;
}
.product-item:hover .group-btn-control{
    opacity: 1;
    overflow: visible;
    bottom: 0;
}
.product-item .group-btn-control .inner{
    display: table;
    margin:0 auto;
}
.product-item .group-btn-control .inner .compare-button{
    display: inline-block;
    float: left;
}
.product-item .group-btn-control .inner .yith-wcwl-add-to-wishlist{
    display: inline-block;
    float: left;
    margin: 0;
}
.product-item .group-btn-control .inner .yith-wcwl-add-to-wishlist>div {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 0;
    max-width: 36px;
}
.product-item .group-btn-control .clear{
    display: none;
}
.product-item .group-btn-control .inner .yith-wcwl-add-button .add_to_wishlist:before{
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #fff;
}
.product-item .group-btn-control .inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-item .group-btn-control .inner .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item .group-btn-control .inner .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{
    margin-right: 4px;
}
.product-item .group-btn-control .inner .yith-wcwl-wishlistexistsbrowse a:before,
.product-item .group-btn-control .inner .yith-wcwl-wishlistaddedbrowse a:before{
    font-family: 'FontAwesome';
    font-size: 14px;
    color: #fff;
    content: "\f00c";
}
.product-item .group-btn-control .inner .compare-button a,
.product-item .group-btn-control .inner .yith-wcwl-add-to-wishlist a{
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background: #000;
    margin:0 2px;
    border-radius: 0;
}
.product-item .group-btn-control .inner .compare-button>a:before{
    content: "\f079";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #fff;
}
.product-item .group-btn-control .inner .yith-wcqv-button{
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #000;
    padding: 3px 11px;
    display: inline-block;
    float: left;
}
.product-style-1 .group-btn-control .inner .yith-wcqv-button:hover,
.product-style-1 .group-btn-control .inner .compare-button a:hover,
.product-style-1 .group-btn-control .inner .yith-wcwl-add-to-wishlist a:hover{
    opacity: 1;
}
.yith-wcwl-add-to-wishlist .ajax-loading{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
}
.products.auto-clear::before, .products.auto-clear::after {
    display: table;
    content: '';
}
.products .list-style .product-list-style{
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}
.products .list-style:last-child .product-list-style{
    border:none;
}
.product-list-style .thumb-inner{
    float: left;
    padding: 30px 10px;
    margin:0 10px 0 0;
}
.product-list-style .group-flash{
    left: 25px;
    top: 40px;
}
.product-list-style .product-attr-info{
    overflow: hidden;
    margin-top: 75px;
    margin-bottom: 45px;
}
.product-list-style.product-item .product-name{
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin:0px 0 6px 0;
}
.product-list-style.product-item .product-name a{
    color: #222;
}
.product-list-style .woocommerce-product-rating .star-rating{
    display: inline-block;
    width: 70px;
    margin:0 0 11px 0;
}
.product-list-style .woocommerce-product-rating .count{
    font-size: 13px;
    line-height: 17px;
    vertical-align: top;
    color: #888;
    display: inline-block;
    margin-top: 2px;
    font-style: italic;
}
.product-list-style .woocommerce-product-rating .woocommerce-review-link{
    display: inline-block;
    vertical-align: top;
    color: #888;
    font-style: italic;
    line-height: 100%;
    margin-top: 4px;
}
.product-list-style .woocommerce-product-rating .woocommerce-review-link .count{
    vertical-align: initial;
}
.product-list-style .product-item-des {
    margin-bottom: 13px;
    line-height: 21px;
}
.product-list-style .wrap-product-attributes {
    margin-bottom: 5px;
}
.product-list-style .product-item-des>ul>li{
    list-style-type: disc;
}
.wrap-product-attributes .term-color > i{
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 50%;
    margin-right: 6px;
}
.wrap-product-attributes .term-sise .term-name{
    border: 1px solid #e6e6e6;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0px 6px;
    text-align: center;
    border-radius: 25px;
    margin-right: 6px;
    min-width: 24px;
}
.product-item.product-list-style .product-info .compare-button{
    display: inline-block;
}
.product-item.product-list-style .product-info .yith-wcwl-add-to-wishlist{
    float: right;
    margin-top: 0;
    position: relative;
}
.product-item.product-list-style .product-info .yith-wcwl-add-to-wishlist a{
    font-size: 13px;
}
.product-item.product-list-style .product-info .yith-wcwl-add-to-wishlist .ajax-loading{
    left: 0;
    margin: 0;
}
.product-item.product-list-style .product-info .compare-button .button{
    display: initial;
    padding: 0;
    background: transparent;
    border: none;
    font-weight: normal;
    color: #666;
    font-size: 13px;
}
.product-item.product-list-style .product-info .compare-button .button:before,
.product-item.product-list-style .product-info .yith-wcwl-add-button .add_to_wishlist:before{
    content: "\f079";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 7px;
}
.product-item.product-list-style .product-info .yith-wcwl-add-button .add_to_wishlist:before{
    content: "\f004";
    margin-right: 5px;
}
.product-item .yith-wcwl-add-to-wishlist a{
    color: #666;
}
.product-item.product-list-style .yith-wcwl-wishlistexistsbrowse a:before,
.product-item.product-list-style .yith-wcwl-wishlistaddedbrowse a:before{
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f00c";
}
.product-item.product-list-style .product-info{
    margin-top: 77px;
    max-width: 280px;
    float: right;
}
.product-list-style .product-info .product-info-stock-sku .product-in-stock{
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0;
    line-height: 18px;
    margin-bottom: 19px;
}
.product-list-style .product-info .product-info-stock-sku .product-in-stock .label-available{
    font-weight: bold;
}
.product-item.product-list-style .price{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}
.product-item.product-list-style .price ins{
    text-decoration: none;
    float: left;
    margin-right: 5px;
}
.product-item.product-list-style .price del{
    font-size: 20px;
    color: #aaa;
    font-weight: 400;
}
.product-list-style .add_to_cart_button,
.product-list-style .added_to_cart.wc-forward,
.product-list-style .product-info .button{
    margin-bottom: 14px;
}
.product-item .product-thumb .second-thumbnail{
    /*padding: 0 10px;*/
    position: absolute;
    text-align: center;
    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.product-list-style .product-thumb .second-thumbnail{
    top: 30px;
    left: 10px;
    max-width: 250px;
}
.product-item:hover .product-thumb .second-thumbnail{
    opacity: 1;
    visibility: visible;
}
.product-style-2{
    padding:20px 10px 0 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}
.product-style-2:hover{
    border-color: #ffa67b;
}
.product-style-2 .yith-wcqv-button,
.product-style-on-sell .yith-wcqv-button{
    position: absolute;
    z-index: 1;
    right: -50px;
    font-size: 13px;
    color: #fff;
    padding: 0 12px;
    line-height: 25px;
    background: #000;
    bottom:0;
    opacity: 0;
    visibility: hidden;
    -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;
}
.product-style-2:hover .yith-wcqv-button,
.product-style-on-sell:hover .yith-wcqv-button{
    opacity:1;
    visibility: visible;
    right: 0;
    -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;
}
.product-style-2 .thumb-inner{
    margin-bottom: 7px;
}
.worldmart-products{
    box-shadow: 0 0 0 1px #e6e6e6;
    margin:0 1px;
}
.worldmart-products .title,
.worldmart-tabs .title{
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 20px;
    margin-bottom: 0;
    line-height: inherit;
}
.worldmart-products .title,
.worldmart-tabs.style2 .title{
    margin: 0 -1px;
}
.kt-countdown.is-countdown{
    display: inline-block;
    padding: 5px 20px;
    background: #f9f9f9;
    border: 1px solid #e6e6e6;
    border-left:none;
}
.kt-countdown.is-countdown:before{
    font-size: 24px;
    color: #222;
    content: "\f017";
    font-family:'Fontawesome';
    margin-right: 20px;
}
.kt-countdown .box-count .number{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.kt-countdown .box-count .text{
    font-size: 13px;
    color: #666;
}
.kt-countdown .dot{
    font-size: 20px;
    line-height: 17px;
    color: #666;
    margin: 0 6px;
}
.product-style-on-sell .price{
    margin-bottom: 8px;
}
.product-style-on-sell .kt-countdown.is-countdown{
    background: none;
    border: none;
    padding: 0;
}
.product-style-on-sell .kt-countdown.is-countdown:before{
    display: none;
}
.product-style-on-sell .kt-countdown .box-count{
    position: relative;
    margin-right: 11px;
}
.product-style-on-sell .kt-countdown .box-count .number{
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #e6e6e6;
    line-height: 37px;
    font-weight: bold;
    position: relative;
    display: inline-block;
}
.product-style-on-sell .kt-countdown .box-count .text{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    bottom: -28px;
    text-align: center;
}
.product-style-on-sell .kt-countdown .dot{
    display: none;
}
/*product-tab*/
.worldmart-tabs .owl-nav .owl-prev,
.worldmart-tabs .owl-nav .owl-next{
    top: 40%;
}
.worldmart-tabs .tab-head{
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    background: #fff;
}
.worldmart-tabs .link-tab-banner{
    margin-bottom: 10px;
    display: block;
    position: relative;
}
.worldmart-tabs .tabs-link{
    padding-left: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}
.worldmart-tabs .tabs-link li{
    list-style: none;
    display: inline-block;
    background: #f9f9f9;
    float: left;
}
.worldmart-tabs .tabs-link li a{
    color: #555;
    font-size: 13px;
    text-transform: capitalize;
    padding: 8px 23px;
    background: #f9f9f9;
    display: inline-block;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #e6e6e6;
}
.worldmart-tabs .tabs-link li.active a,
.worldmart-tabs .tabs-link li:hover a{
    color: #222;
    border-bottom:1px solid transparent;
    background: #fff;
}
.worldmart-tabs .worldmart-products{
    box-shadow: none;
}
.worldmart-tabs .tab-container{
    box-shadow: 0 0 0 1px #e6e6e6;
    margin: 1px;
}
.worldmart-tabs.style3 .worldmart-products .active.item-first .products.style-2{
    margin-left: 1px;
}
.tab-container {
    position: relative;
}
.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}
.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: hidden;
}
.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;
}
.worldmart-tabs.style2{
    background: #f9f9f9;
    box-shadow: 0 0 0 1px #e6e6e6;
    margin: 0 1px;
}
.worldmart-tabs.style2 .tab-head:after{
    content: '';
    background: #fff;
    width: 1px;
    height: 100%;
    top: 0;
    right: -1px;
    display: inline-block;
    position: absolute;
}
.worldmart-tabs.style2 .tabs-link{
    border: none;
    overflow: inherit;
}
.worldmart-tabs.style2 .tabs-link li{
    display: inherit;
    float: none;
    width: 100%;
    position: relative;
}
.worldmart-tabs.style2 .tabs-link li:before{
    content: '';
    width: 0;
    height: 94%;
    top: 1px;
    left: -1px;
    display: inline-block;
    position: absolute;
    z-index:10;
}
.worldmart-tabs.style2 .tabs-link li.active:before,
.worldmart-tabs.style2 .tabs-link li:hover:before{
    width: 3px;
}
.worldmart-tabs.style2 .tabs-link li:after{
    content: '';
    background: #e6e6e6;
    width: 1px;
    height: 100%;
    top: 0;
    right: -1px;
    display: inline-block;
    position: absolute;
    z-index:10;
}
.worldmart-tabs.style2 .tabs-link li.active:after,
.worldmart-tabs.style2 .tabs-link li:hover:after{
    width: 0;
}
.worldmart-tabs.style2 .tabs-link li a{
    width: 100%;
    color: #555;
    border-right: none;
    padding: 12.5px 23px;
}
.worldmart-tabs.style2 .tabs-link li:hover a,
.worldmart-tabs.style2 .tabs-link li.active a{
    border-bottom:1px solid #e6e6e6;
    color: #222;
}
.worldmart-tabs.style2 .tab-head{
    width: calc( 100% - 935px );
    float: left;
    z-index: 10;
    margin: 0;
}
.worldmart-tabs.style2 .tab-container{
    overflow: hidden;
    background: #fff;
    box-shadow: none;
    z-index: 9;
    border-left:1px solid #e6e6e6;
    margin: 0;
}
.worldmart-tabs.style2 .product-style-2{
    margin-bottom: 0;
}
.worldmart-tabs.style3 .tabs-link{
    border: none;
}
.worldmart-tabs.style3 .tabs-link li a{
    color: #fefefe;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
}
.worldmart-tabs.style3 .tabs-link li.active a,
.worldmart-tabs.style3 .tabs-link li:hover a{
    background: #009000!important;
}
.worldmart-tabs.style3 .tabs-link li.active a{
    font-size: 14px;
}
.shortcode-products .title{
    margin: -1px -1px 0 -1px;
}
.shortcode-products .product_list_widget{
    padding-top: 20px;
    margin-bottom: 0;
}
.shortcode-products .product_list_widget .thumb{
    border: none;
}
.shortcode-products .product_list_widget li:last-child{
    text-align: right;
    margin-right: 20px;
    padding-bottom: 17px;
    line-height: 17px;
    margin-bottom: 0;
    padding-right: 1px;
}
.shortcode-products .product_list_widget li .link-to{
    font-weight: 600;
    color: #666;
    font-size: 13px;
    position: relative;
}
.shortcode-products .product_list_widget li .link-to:before{
    content: '';
    background: #666;
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 1px;
    width: 100%;
    display: inline-block;
}
.shortcode-products .product_list_widget li .link-to:after{
    font-family:'Fontawesome';
    content: "\f0a9";
    padding-left:3px;
    font-size: 14px;
}
.upsells-products .wrap-products,
.related-products .wrap-products,
.cross-sells .wrap-products{
    border: 1px solid #e6e6e6;
    padding-top: 40px;
}
.upsells-products .title-box>h2,
.related-products .title-box>h2{
    margin-bottom: 10px;
}
.upsells-products .wrap-products ul,
.related-products .wrap-products ul{
    margin-bottom: 0;
}
.advance-products-box{
    margin-top: 20px;
}
.advance-products-box .upsells-products{
    margin-bottom: 40px;
}
/*.product-item .button.add_to_cart_button:before{
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
}*/
.product-item .button.add_to_cart_button.loading:before{
    font-family: 'FontAwesome';
    content: "\f110";
    margin-right: 5px;
    opacity: 1;
    display: inline-block;
    visibility: visible;
    -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)
}
@media (max-width: 1199px) {
    .product-list-style .thumb-inner{
        float: none;
        position: relative;
    }
    .product-list-style .product-attr-info{
        margin-top: 0;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
    .product-item.product-list-style .product-info{
        float: left;
    }
    .worldmart-tabs.style2 .tab-head{
        width: calc( 100% - 790px );
    }
    .worldmart-tabs.style-inbox .tabs-link li a {
        padding: 8px 15px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .worldmart-tabs.style-inbox .tabs-link{
        margin-bottom: 10px;
    }
    .worldmart-tabs.style-inbox .tabs-link li{
        float: none;
        display: inherit;
        width: 100%;
    }
    .worldmart-tabs.style-inbox .tabs-link li a{
        width: 100%;
        border-bottom:1px solid #e6e6e6;
        border-right:none;
    }
    .product-list-style .product-attr-info{
        margin-bottom: 0px;
        padding-bottom: 20px;
    }
}
@media (max-width: 991px) {
    .product-item.product-list-style .product-info{
        margin-top: 0;
        width: 100%;
        margin-bottom: 25px;
    }
    .worldmart-tabs.style2 .tab-head {
        width: calc( 100% - 550px );
    }
}
@media (max-width: 767px){
    .product-list-style .thumb-inner{
        display: table-cell;
        vertical-align: middle;
        min-width: 250px;
        padding: 30px 0;
    }
    .product-list-style .product-attr-info{
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
    }
    .worldmart-tabs.style2 .tabs-link li:before{
        display: none;
    }
    .product-item .thumb-inner{
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 13px;
    }
    .product-item .product-thumb .second-thumbnail img{
        /*max-width: 250px;*/
        margin: 0 auto;
    }
}
@media (max-width: 767px) and (min-width: 641px) {
    .worldmart-tabs.style2{
        background: transparent;
    }
    .worldmart-tabs.style2 .tab-head{
        width: 100%;
        float: none;
        display: block;
        overflow: hidden;
    }
    .worldmart-tabs.style2 .tabs-link li{
        display: inline-block;
        float: left;
        width: auto;
        border-right: 1px solid #e6e6e6;
    }
    .worldmart-tabs.style2 .tabs-link li a{
        width: auto;
    }
    .worldmart-tabs.style2 .tab-container{
        overflow: inherit;
        border-left:none;
    }
    .worldmart-tabs.style2 .tabs-link li:after{
        width: 102%;
        height: 1px;
        top: inherit;
        left: -1px;
        bottom: 0;
    }
    .worldmart-tabs.style2 .tabs-link li:hover:after,
    .worldmart-tabs.style2 .tabs-link li.active:after{
        background: #fff;
        width: 100%;
    }
}
@media (max-width: 640px){
    .product-list-style .thumb-inner{
        display: inherit;
    }
    .product-list-style .product-attr-info{
        padding-left: 0;
    }
    .worldmart-tabs .tabs-link{
        margin-bottom: 10px;
    }
    .worldmart-tabs .tabs-link li{
        display: inherit;
        float: none;
        width: 100%;
        text-align: left;
    }
    .worldmart-tabs .tabs-link li.active a,
    .worldmart-tabs .tabs-link li:hover a{
        border-bottom:1px solid #e6e6e6;
    }
    .worldmart-tabs .tabs-link li a{
        width: 100%;
        border-right:1px solid transparent;
    }
    .worldmart-tabs.style2 .tab-head{
        width: 100%;
        float: none;
        display: block;
        overflow: hidden;
    }
    .worldmart-tabs.style2 .tab-container{
        border-left:none;
    }
    .worldmart-tabs.style3 .tabs-link li a{
        border-bottom: 1px solid #e6e6e6;
    }
    .kt-countdown.is-countdown{
        padding: 5px 10px;
        width: 100%;
        border-right:none;
    }
    .kt-countdown .dot{
        margin: 0 5px;
    }
    .product-style-2 .yith-wcqv-button,
    .product-style-on-sell .yith-wcqv-button{
        right:0;
        top: 0;
        bottom: inherit;
        opacity: 1;
        visibility: visible;
        line-height: 26px;
    }
}
@media (max-width: 480px) {
    .product-item.product-list-style .product-info .compare-button{
        display: none;
    }
    .product-item.product-list-style .product-info .yith-wcwl-add-to-wishlist{
        float: none;
    }
}
@media (max-width: 360px) {
    .kt-countdown.is-countdown::before{
        display: block;
    }
}
/*box-html*/
.worldmart-icon-box-widget{
    margin-top: 38px;
}
.worldmart-icon-box-widget li{
    border-bottom: 1px solid #e6e6e6;
}
.worldmart-icon-box-widget li:last-child{
    border-bottom: none;
}
.worldmart-icon-box-widget .wrap-banner{
    display: table-cell;
    vertical-align: middle;
    font-size: 40px;
    padding-right: 30px;
}
.worldmart-icon-box-widget .wrap-text-content{
    display: table-cell;
    vertical-align: middle;
}
.worldmart-icon-box-widget .wrap-text-content .big-title{
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    margin:15px 0 0 0;
}
.worldmart-icon-box-widget li:first-child .wrap-text-content .big-title{
    margin-top: 0;
}
.worldmart-icon-box-widget .wrap-text-content .small-title{
    color: #666;
    font-style: italic;
    font-weight: normal;
}
.worldmart-icon-box-widget .wrap-text-content .desc-text{
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #333;
    margin-bottom: 8px;
}
/*box-icon-html*/
.worldmart-iconbox.default{
    border-right: 1px solid rgba(255, 194, 196, 0.2);
    padding: 32px 30px;
}
.worldmart-iconbox.default .icon,
.worldmart-iconbox.style2 .icon{
    font-size: 28px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-right: 10px;
}
.worldmart-iconbox.default .content,
.worldmart-iconbox.style2 .content{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.worldmart-iconbox.default .content .title{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
    line-height: 20px;
}
.footer.style3 .worldmart-iconbox.default .content .title{
    color: #f0f0f0;
}
.worldmart-iconbox.default .content .text{
    font-size: 13px;
    color: #ffc2c4;
}
.footer.style3 .worldmart-iconbox.default .content .text{
    color: #83e491;
}
.footer.style2 .worldmart-iconbox.default .content .text{
    color: #869fd7;
}
.footer.style3 .worldmart-iconbox.default{
    border-right:1px solid rgba(14, 14, 14, 0.11);
}
/*.worldmart-iconbox.style2{*/
/*margin-bottom: 28px;*/
/*}*/
.worldmart-iconbox.style2 .icon{
    padding-right: 0;
}
.worldmart-iconbox.style2 .icon span{
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 17px;
}
.worldmart-iconbox.style2 .content{
    padding-left: 20px;
}
.worldmart-iconbox.style2 .content .title{
    font-size: 14px;
    color: #333;
    line-height: 18px;
    margin-bottom: 0;
    font-weight: 600;
}
.worldmart-iconbox.style2 .content .text{
    font-size: 13px;
    color: #888;
    line-height: 18px;
}
@media(max-width: 1199px){
    .worldmart-iconbox.default{
        padding: 32px 10px;
    }
}
@media(max-width: 991px){
    .worldmart-iconbox.default{
        border-color: transparent!important;
    }
}
/*footer*/
.footer {
    background: #262831 !important;
}
.footer ul{
    padding-left: 0;
}
.footer li{
    list-style: none;
}
.footer .worldmart-title{
    font-weight: bold;
    font-size: 14px;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: inherit;
}
.footer .widget li{
    padding: 3px 0;
}
.footer .widget li a{
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
}
.footer .contact-box .contact-item{
    margin-bottom: 5px;
}
.footer .contact-box .contact-item .icon{
    font-size: 16px;
    float: left;
    line-height: 30px;
    width: 17px;
    margin-right: 10px;
    text-align: center;
}
.footer .contact-box .contact-item .info{
    overflow: hidden;
    font-size: 13px;
    line-height: 30px;
    color: #555;
}
.footer .hot-line-box{
    margin-bottom: 14px;
    display: inline-block;
    width: 100%;
}
.footer .hot-line-box .hotline-text{
    font-size: 13px;
    margin-bottom: 5px;
    color: #555;
}
.footer .hot-line-box .hot-number{
    font-size: 20px;
    font-weight: bold;
    color: #ff2832;
    line-height: inherit;
}
.footer .widgettitle{
    border-bottom: none;
    padding-bottom: 0;
}
.footer .worldmart-socials,
.footer .worldmart-title + .wpb_single_image{
    margin-top: 23px;
}
.footer .worldmart-socials .socials .social{
    font-size: 18px;
    color: #666666;
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #ea5b1a;
    border-radius: 50%;
    margin:0 10px 10px 0;
}
.footer .worldmart-socials .socials .social:last-child{
    margin-right: 0;
}
.footer .worldmart-socials .socials .social:hover{
    color: #fff;
}
.footer .group-backlinks .backlink-title,
.footer .group-backlinks .menu-links li{
    display: inline-block;
}
.footer .group-backlinks {
    margin-bottom: 25px;
}
.footer .group-backlinks .menu-links{
    margin-bottom: 7px;
}
.footer .group-backlinks .backlink-title{
    float: left;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0;
    margin-right: 5px;
    line-height: inherit;
}
.footer .group-backlinks .backlink-box{
    overflow: hidden;
}
.footer .group-backlinks .menu-links li a{
    font-size: 13px;
    text-transform: capitalize;
    color: #666666;
}
.footer .group-backlinks .menu-links li a:after{
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    background: #ddd;
    vertical-align: middle;
    margin: 0 8px 0 13px;
}
.footer .group-backlinks .menu-links li:last-child a:after{
    display: none;
}
.worldmart-custommenu.horizontal .menu{
    text-align: right;
    margin-bottom: 0;
    padding: 7px 0;
}
.worldmart-custommenu.horizontal .widget{
    margin-bottom: 0;
}
.worldmart-custommenu.horizontal .menu li{
    display: inline-block;
}
.worldmart-custommenu.horizontal .menu li a{
    color: #aaa;
}
.worldmart-custommenu.horizontal .menu li a:before{
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    background: #555555;
    vertical-align: middle;
    margin: 0 13px 0 10px;
}
.worldmart-custommenu.horizontal .menu li:first-child a:before{
    display: none;
}
.footer .coppy-right-box{
    padding: 10px 0;
}
.footer .coppy-right-box .coppy-right-text{
    font-size: 13px;
    color: #aaa;
    margin-bottom: 0;
}
.footer .coppy-right-box .coppy-right-text span{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.backtotop{
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    position: fixed;
    right: 30px;
    bottom: 50px;
    line-height: 30px;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    z-index: 111;
    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: #fff!important;
}
@media (max-width: 991px) {
    .footer .coppy-right-box,
    .worldmart-custommenu.horizontal .menu{
        text-align: center;
    }
    .footer .worldmart-socials .socials .social{
        margin-right: 8px;
    }
}
@media(max-width: 767px){
    .footer .worldmart-title + .wpb_single_image{
        margin:15px 0 20px 0;
    }
    .worldmart-newsletter.default{
        margin-bottom: 20px;
    }
    .vertical-menu-style .widget{
        margin-bottom: 0;
    }
    .footer .worldmart-socials{
        margin:15px 0 5px 0;
    }
}
@media (max-width: 360px) {
    .footer .coppy-right-box .coppy-right-text{
        font-size: 12px;
    }
    .footer .hot-line-box .hot-number{
        font-size: 19px;
    }
}
/*newsletter*/
.worldmart-newsletter.default{
    margin-bottom: 40px;
}
.worldmart-newsletter.default .newsletter-form-wrap{
    position: relative;
    max-width: 330px;
}
.worldmart-newsletter.default .newsletter-form-wrap input{
    width: 100%;
    font-size: 13px;
    color: #888;
    height: 45px;
}
.worldmart-newsletter.default .newsletter-form-wrap .btn-submit{
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 0 19px;
}
.worldmart-newsletter .return-message{
    padding: 3px 20px;
    margin-top: 10px;
    border-radius: 5px;
}
/*header*/
.admin-bar .is-sticky .header-sticky{
    top:32px!important;
}
/*header-top*/
.sidebar-top{
    display: none !important;
}
.sidebar-top p,
.sidebar-top .item-right ul{
    margin-bottom: 0;
}
.sidebar-top .item-right ul{
    padding-left: 0;
}
.sidebar-top li{
    list-style: none;
}
.sidebar-top .item-left{
    float: left;
    padding: 3px 0;
}
.sidebar-top .item-left i{
    font-size: 18px;
    color: #ff2832;
    vertical-align: middle;
    margin:0 2px 2px 0;
}
.sidebar-top .item-right{
    float: right;
}
.sidebar-top .item-right li{
    display: inline-block;
}
.sidebar-top .item-right .topbar-menu>li>a:before,
.sidebar-top .item-right .topbar-menu>li>.switcher-trigger:before{
    display: inline-block;
    content: '';
    width: 1px;
    height: 13px;
    background: #dedede;
    vertical-align: middle;
    margin: 0 16px 0 14px;
}
.sidebar-top .item-right .topbar-menu>li:first-child a:before{
    display: none;
}
.topbar-menu >li,
.main-menu>li{
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 3px 0;
}
.topbar-menu .menu-item-has-children.currency .switcher-trigger{
    text-transform: capitalize;
}
.bottom-menu>li{
    position: relative;
}
.topbar-menu li .submenu,
.topbar-menu .menu-item-has-children.currency>div,
.main-menu li .megamenu,
.bottom-menu li .megamenu,
.main-menu li .submenu,
.main-menu li .submenu li .submenu,
.mini-cart-box{
    list-style: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 9px 15px;
    background: #ffffff;
    min-width: 120px;
    text-align: left;
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 9px 0 rgba(0,0,0,.2);
    -webkit-transition: opacity .5s,-webkit-transform .5s;
    transition: opacity .5s,transform .5s;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.mini-cart-box{
    min-width: 290px;
    padding: 20px 15px 9px 15px;
    border-radius: 3px;
}
.main-menu li .submenu li .submenu{
    right: inherit;
    left: 100%;
    top: 0;
}
.main-menu-wapper .main-menu li{
    position: relative;
}
.bottom-menu li .megamenu{
    right: inherit;
    left: 0;
    max-width: 900px;
    margin-top: 8px;
}
.bottom-menu li .megamenu:before{
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    height: 8px;
}
.topbar-menu .menu-item-has-children.currency .wcml-vertical-list{
    max-width: inherit;
}
.topbar-menu .menu-item-has-children:first-child .submenu,
.topbar-menu .menu-item-has-children.switcher-language .submenu{
    right: -20px;
}
.topbar-menu .menu-item-has-children.currency>div ul{
    padding-left: 0;
}
.topbar-menu .menu-item-has-children.currency>div ul li a{
    white-space: nowrap;
    cursor: pointer;
}
.menu-item-has-children .submenu {
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.2);
}
.topbar-menu li.show-submenu .submenu,
.topbar-menu .menu-item-has-children:hover >.submenu,
.topbar-menu .menu-item-has-children.currency.show-submenu>div,
.topbar-menu .menu-item-has-children.currency:hover>div,
.main-menu li:hover .megamenu,
.main-menu li:hover>.submenu,
.bottom-menu li:hover .megamenu,
.main-menu li>.submenu li:hover>.submenu,
.wrap-cart-inner:hover .mini-cart-box{
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}
.topbar-menu .menu-item-has-children.currency>.wcml-vertical-list.product{
    margin: 0;
}
.topbar-menu .menu-item-has-children .submenu li{
    padding: 2px 0;
    display: block;
    white-space: nowrap;
}
.topbar-menu .menu-item-has-children .submenu li a{
    color: #555;
    white-space: nowrap;
    display: initial;
}
.menu-item a{
    text-transform: capitalize;
}
.sidebar-top .item-right li.switcher-language .wpml-ls-legacy-list-horizontal{
    padding: 0;
    border: none;
}
.sidebar-top .item-right li.switcher-language .wpml-ls-legacy-list-horizontal a{
    padding: 0 15px 0 0;
}
.sidebar-top .item-right li.switcher-language .wpml-ls-legacy-list-horizontal .wpml-ls-flag{
    margin-right: 10px;
}
.sidebar-top .item-right li.switcher-language .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{
    margin-left: 0;
}
/*header-content*/
.logo {
    padding: 38px 0;
}
.header-search{
    padding: 30px 0;
}
.header-search .form-content .inner{
    max-width: 520px;
    position: relative;
    display: table;
    width: 100%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
}
.header-search .form-content input{
    /*display: table-cell;*/
    vertical-align: middle;
    width: 329px;
    border:none;
    padding: 5px 20px;
    height: 34px;
    font-size: 13px;
    color: #999;
    /*line-height: 34px;*/
}
.header-search .form-content .category{
    width: 129px;
    display: table-cell;
    vertical-align: middle;
    border:none;
    padding-right: 58px;
}
.header-search .form-content .chosen-container .chosen-drop{
    margin-top: 0;
    top:calc(100% + 2px);
}
.header-search .form-content .chosen-container .chosen-results{
    padding-left: 0;
}
.header-search .form-content .chosen-container .chosen-results li:first-child{
    color: #000;
    font-weight: 600;
}
.header-search .form-content .chosen-container .chosen-results li{
    padding-left: 15px;
}
.header-search .form-content .chosen-container .chosen-results li.level-0:before{
    content: '-';
    display: inline-block;
    margin:0 3px 0 8px;
}
.header-search .form-content .chosen-container .chosen-results li.level-1{
    padding-left: 30px;
}
/*.header-search .form-content .chosen-container .chosen-drop,*/
.header-search .form-content .chosen-container.chosen-with-drop .chosen-drop{
    left: inherit;
    right: 0;
    min-width: 225px;
}
.header-search .form-content .chosen-container{
    background: #f6f6f6;
    height: 36px;
    width: 129px!important;
    display: block;
}
.header-search .chosen-container-single .chosen-single{
    line-height: 37px !important;
}
.header-search .form-content .btn-search{
    display: table-cell;
    vertical-align: middle;
    width: 58px;
    font-size: 0;
    border:none;
    height: 38px;
    line-height: 38px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.header-search .form-content .btn-search:before{
    font-family: 'FontAwesome';
    content: "\f002";
    color: #fefefe;
    font-size: 16px;
}
.header-control{
    text-align: right;
    padding: 35px 0 28px 0;
}
.header-control .header-wishlist,
.header-control .inner-cart{
    display: inline-block;
    position: relative;
    text-align: left;
}
.header-control .inner-cart{
    margin-left: 45px;
}
.header-control .woo-wishlist-link>i,
.header-control .woo-wishlist-link .w-score,
.header-control .inner-cart .link-cart>i,
.header-control .inner-cart .link-cart .cart-score{
    display: table-cell;
    vertical-align: middle;
}
.header-control .woo-wishlist-link>i,
.header-control .inner-cart .link-cart>i{
    font-size: 25px;
    color: #aaa;
}
.header-control .woo-wishlist-link .w-score,
.header-control .inner-cart .link-cart .cart-score{
    padding-left: 8px;
    line-height: 15px;
}
.header-control .woo-wishlist-link .wishlist-count,
.header-control .inner-cart .link-cart .count-items{
    display: block;
}
.header-control .woo-wishlist-link .w-score span,
.header-control .inner-cart .link-cart .cart-score span{
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 12px;
}
.header-control .woo-wishlist-link .w-score .wishlist-count,
.header-control .inner-cart .link-cart .cart-score .count-items{
    color: #fff;
    background: #888888;
    text-transform: none;
    font-weight: normal;
    display: inherit;
    padding: 0 7px;
    height: 15px;
    line-height: 15px;
    border-radius: 3px;
}
.header-control .block-minicart{
    display: none;
    text-align: left;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 9999;
    padding-top: 9px;
    -webkit-transition: opacity .5s,-webkit-transform .5s;
    transition: opacity .5s,transform .5s;
    -webkit-transform: translate(0, 30px);
    -moz-transform: translate(0, 30px);
    -o-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    opacity: 0;
    visibility: hidden;
}
.inner-cart:hover .block-minicart {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.wrap-header-menu{
    border-top: 1px solid #e6e6e6;
    padding: 8px 0;
}
.wrap-header-menu .header-menu,
.main-menu-wapper .main-menu{
    padding-left: 0;
    margin-bottom: 0;
}
.wrap-header-menu .header-menu li,
.main-menu-wapper .main-menu li{
    list-style: none;
    display: inline-block;
    float: left;
}
.main-menu li .submenu li{
    width: 100%;
    position: relative;
}
.wrap-header-menu .header-menu li a,
.main-menu-wapper .main-menu li a{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.wrap-header-menu .header-menu li a{
    position: relative;
}
.wrap-header-menu .header-menu li .icon{
    position: absolute;
    top: -8px;
    right: 100px;
}
.wrap-header-menu .header-menu li:last-child .icon{
    right: -42px;
}
.main-menu-wapper .main-menu li.home-page{
    padding: 7px 19px;
}
.main-menu-wapper .main-menu li.home-page a{
    font-size: 20px;
}
.wrap-header-menu .header-menu li a:after{
    display: inline-block;
    content: '';
    width: 1px;
    height: 15px;
    background: #ddd;
    vertical-align: middle;
    margin: 0 60px 0 80px;
}
.wrap-header-menu .header-menu li:last-child a:after{
    display: none;
}
.main-menu-wapper{
    background: #444;
}
.main-menu-wapper .main-menu>li{
    padding: 8px 23px;
    border-right: 1px solid #555;
}
.main-menu-wapper .main-menu li:hover{
    background: #555;
}
.main-menu-wapper .main-menu li a{
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.mobile-navigation {
    line-height: 90px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    display: none;
    float: right;
    font-family: 'Montserrat' , san-serif;
    margin-top: -8px;
    margin-left: 15px;
}
.mobile-navigation .icon {
    width: 44px;
    height: 44px;
    display: inline-block;
    float: left;
    padding: 10px;
    padding-top: 16px;
}
.mobile-navigation .icon>span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
}
.header.style2 .header-nav{
    position: relative;
}
.header.style2 .header-nav:after{
    content:'';
    bottom: 0;
    width: 100%;
    height: 4px;
    display: inline-block;
    left: 0;
    position: absolute;
}
.header.style2 .is-sticky .header-nav:after{
    display: none;
}
.header.style3 .sidebar-top{
    background: #414141;
    color: #fff;
    border-bottom:none;
}
.header.style3 .sidebar-top .topbar-menu>li>a{
    color: #fff;
}
.header.style3 .sidebar-top .item-right .topbar-menu>li>a:before,
.header.style3 .sidebar-top .item-right .topbar-menu>li>.switcher-trigger:before{
    opacity: 0.3;
}
.header.style3 .header-nav{

}
.header.style3 .main-menu-wapper .block-title{
    background: #009000;
    color: #fff;
}
.header.style3 .main-menu-wapper .block-title .text-span:after{
    display: none;
}
.header.style3 .header-search .form-content .inner{
    background: #fff;
    height: 40px;
    border: none;
    line-height: 39px;
}
.header.style3 .header-search .form-content .btn-search{
    background: #414141;
    height: 40px;
}
.header.style3 .header-control .woo-wishlist-link>i,
.header.style3 .header-control .inner-cart .link-cart>i,
.header.style3 .header-control .woo-wishlist-link .w-score span,
.header.style3 .header-control .inner-cart .link-cart .cart-score span{
    color: #fff;
}
.header.style3 .header-control .woo-wishlist-link .w-score .wishlist-count{
    background: #414141;
}
.header.style3 .header-control .inner-cart .link-cart .cart-score .count-items,
.header.style3 .mobile-navigation .icon>span{
    background: #ff0000;
}
.header.style3 .header-nav-inner .wrap-header-menu .header-menu>li>a{
    color: #fff;
    cursor: pointer;
}
.header.style3 .header-nav-inner .wrap-header-menu .header-menu li a:after{
    opacity: 0.4;
}
/*vertical-menu*/
.header-nav-inner{
    display: table;
    width: 100%;
}
.header-nav-inner .main-menu-wapper{
    width: 270px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.header-nav-inner .wrap-header-menu{
    display: table-cell;
    vertical-align: middle;
    border-top:none;
}
.main-menu-wapper .block-title{
    font-size: 14px;
    color: #eee;
    font-weight: bold;
    height: 40px;
    line-height: 17px;
    cursor: pointer;
    display: block;
    padding: 12px 20px;
}
.main-menu-wapper .block-title .icon-bar {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin-right: 17px;
}
.main-menu-wapper .block-title .icon-bar span {
    display: block;
    width: 100%;
    margin-bottom: 2px;
    background-color: #ffffff;
    height: 2px;
}
.main-menu-wapper .block-title .text-span:after{
    font-family:'Fontawesome';
    content: "\f107";
    font-size: 14px;
    color: #eee;
    margin-left: 9px;
}
.header-nav-inner .verticalmenu-content,
.header-nav-inner .close-main-menu + .verticalmenu-content{
    height: 0;
    position: absolute;
    width: inherit;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    z-index: 100;
}
.header.style2 .sticky-wrapper:not(.is-sticky) .header-nav-inner .home-page + .verticalmenu-content,
.header-nav-inner .verticalmenu-content{
    height: auto;
    opacity: 1;
    visibility: visible;
    border: solid 2px #ededed;
    border-top: none;
    width: 100%;
    background: #fdfdfd;
}
.header-nav-inner .verticalmenu-content .show-more-verticle-menu{
    color: #333;
    font-weight: 600;
    cursor: pointer;
    display: block;
    padding: 13px 20px;
    background: #ededed;
    margin-top: 3px;
}
.header-nav-inner .verticalmenu-content .show-more-verticle-menu:after,
.header-nav-inner .verticalmenu-content .show-more-verticle-menu.open:after{
    font-family:'Fontawesome';
    content: "\f107";
    font-size: 14px;
    color: #333;
    margin-left: 9px;
}
.header-nav-inner .verticalmenu-content .show-more-verticle-menu.open:after{
    content: "\f106";
}
.main-menu-wapper .verticle-menu{
    position: relative;
}
.main-menu-wapper .verticle-menu>li{
    float: none;
    display: inherit;
    /*border-left: 1px solid #e6e6e6;*/
    border-right:1px solid transparent;
    border-top:1px solid #e6e6e6;
    background: #fdfdfd;
    padding: 7.5px 20px;
}
.main-menu-wapper .verticle-menu>li.hidden-item{
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    -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;
}
.main-menu-wapper .verticle-menu>li.show-menu-item{
    padding: 7.5px 20px;
    opacity: 1;
    visibility: visible;
    height: auto;
    -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;
}
.main-menu-wapper .verticle-menu .custom-menu-item{
    padding-top:20px;
}
.main-menu-wapper .verticle-menu li:hover {
    background: #fdfdfd;
}
.main-menu-wapper .verticle-menu li .megamenu{
    left: calc( 100% + 1px );
    right: inherit;
    top: 0;
}
.main-menu-wapper .verticle-menu>li>a{
    font-size: 13px;
    color: #555;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    display: block;
}
.main-menu-wapper .verticle-menu>li.parent-megamenu>a:after{
    content: "\f105";
    font-family:'Fontawesome';
    font-size: 13px;
    color: #666;
    position: absolute;
    right: 0;
    top: 0;
}
.main-menu-wapper .verticle-menu>li>.verticle-custom-link,
.worldmart-panel li>.verticle-custom-link{
    font-size: 13px;
    color: #333;
    font-weight: bold;
    text-transform: capitalize;
    display: initial;
    margin-right: 6px;
}
.main-menu-wapper .verticle-menu>li>.verticle-custom-link{
    display: inline-block;
}
.main-menu-wapper .verticle-menu .hot-label,
.worldmart-panel .hot-label{
    position: absolute;
    top: 20px;
    font-size: 8px;
    background: #f59524;
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0 9.5px;
    height: 13px;
    left: inherit;
}
.worldmart-panel .hot-label{
    top: 13px;
}
.main-menu-wapper .verticle-menu .hot-label:after,
.worldmart-panel .hot-label:after{
    position: absolute;
    bottom: -4px;
    left: 4px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 0px 0px;
    border-color: #f59524 transparent transparent transparent;
}
.header-nav-inner .wrap-header-menu .header-menu li:first-child{
    padding-left: 40px;
}
.header-nav-inner .wrap-header-menu .bottom-menu .menu-item .worldmart-menu-item li{
    padding-left: 0;
}
.header-nav-inner .wrap-header-menu .header-menu li a{
    color: #222;
    cursor: pointer;
}
.header-nav-inner .wrap-header-menu .header-menu li a:after{
    margin: 0 50px 0 60px;
}
.header-nav-inner .wrap-header-menu .header-menu li .icon{
    right: 70px;
}
.header-nav-inner .wrap-header-menu .header-menu li:last-child .icon{
    right: -42px;
}
.sticky-wrapper.is-sticky .header-sticky {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999!important;
    background-color: #e9e9e9;
    width: 100%!important;
    animation: slideInUp 0.7s;
    -moz-animation: slideInUp 0.7s;
    -webkit-animation: slideInUp 0.7s;
}
.header.style1 .sticky-wrapper.is-sticky .header-sticky{
    background: #444;
}
@media (max-width: 1366px) and (min-width: 1200px) {
    /*.header-search .form-content .btn-search{*/
    /*width: 50px;*/
    /*}*/
}
@media (max-width: 1199px) {
    .header-search .form-content input{
        width: 280px;
    }
    .header-control .inner-cart{
        margin-left: 22px;
    }
    .wrap-header-menu .header-menu li a::after{
        margin: 0 30px 0 50px;
    }
    .header-nav-inner .wrap-header-menu .header-menu li a:after{
        margin: 0 30px 0 45px;
    }
    .wrap-header-menu .header-menu li .icon{
        right: 40px;
    }
    .header-nav-inner .wrap-header-menu .header-menu li .icon {
        right: 35px;
    }
    .main-menu-wapper .main-menu > li{
        padding: 8px 11px;
    }
    .main-menu-wapper .main-menu li a{
        font-size: 12px;
    }
    .header-nav-inner .wrap-header-menu .header-menu li:first-child{
        padding-left: 20px;
    }
    .header.style2 .sticky-wrapper:not(.is-sticky) .header-nav-inner .home-page.close-main-menu + .verticalmenu-content{
        height: 0;
        opacity:0;
        visibility: hidden;
    }
    .bottom-menu li .megamenu{
        max-width: 700px;
    }
}

@media (max-width: 1024px) {
    .mobile-navigation{
        display: block;
    }
    .header-nav,
    .header-nav-inner,
    .header.style1 .wrap-header-menu,
    .header.style1 .main-menu-wapper,
    .header.style1 .sticky-wrapper{
        display: none;
    }
    .topbar-menu .menu-item-has-children:first-child .submenu{
        right: inherit;
        left: 0;
    }
}
@media (max-width: 991px) {
    .sidebar-top .item-left,
    .sidebar-top .item-right{
        float: none;
        text-align: center;
    }
}
@media (max-width: 640px){
    .logo{
        text-align: center;
        padding-bottom: 7px;
    }
    .header-control{
        text-align: center;
        padding: 20px 0 0px 0;
    }
    .mobile-navigation {
        display: inline-block;
        float: none;
    }
    .topbar-menu .menu-item-has-children.switcher-language .submenu{
        right: 0;
    }
    .main-container{
        padding-top: 15px;
    }
}
@media (max-width: 480px) {
    .topbar-menu .menu-item-has-children.switcher-language .submenu{
        left: 50%;
        transform: translateX(-50%);
        right: inherit;
    }
}
/*about-us*/
.wrap-section-title.special{
    position: relative;
    min-height: 480px;
}
.wrap-section-title.special .text-content{
    position: absolute;
    top: 45%;
    max-width: 660px;
    margin:0 auto;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.wrap-section-title.special .text-content .title{
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.wrap-section-title.special .text-content .title-desc{
    font-size: 18px;
    font-weight: 500;
}
.about-us-info.worldmart-aboutus.layout1,
.about-us-info.worldmart-aboutus.layout3{
    text-align: center;
}
.about-us-info.worldmart-aboutus.layout1{
    margin-bottom: 43px;
}
.about-us-info.worldmart-aboutus.layout1 .title-box{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.about-us-info.worldmart-aboutus.layout1 .desc{
    max-width: 767px;
    padding:0 15px;
    font-size:16px;
    margin:0 auto;
    color: #666;
}
.about-us-info.worldmart-aboutus.layout3{
    border: 1px solid #e6e6e6;
    padding:26px 13px 0 13px;
    margin-bottom: 43px;
}
.about-us-info.worldmart-aboutus.layout3 .index-code{
    font-size: 40px;
    font-weight: bold;
    color: #333;
}
.about-us-info.worldmart-aboutus.layout3 .title-box{
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    margin:7px 0 29px 0;
}
.about-us-info.worldmart-aboutus.layout2 .title-box,
.about-us-info.worldmart-aboutus.layout4 .title-box{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.about-us-info.worldmart-aboutus.layout2 {
    margin-bottom: 46px;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-control{
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    padding-left: 26px;
    padding-top: 4px;
    margin-bottom: 7px;
}
.about-us-info.worldmart-aboutus.layout2 .desc{
    line-height: 20px;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-box{
    padding-left: 0;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-box .content-box{
    display: none;
    padding-left: 63px;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-box li.active .content-box{
    display: block;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-item .icon{
    width: 34px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    font-size: 0;
    border: 1px solid #e6e6e6;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-item .icon:before,
.about-us-info.worldmart-aboutus.layout4 .toggle-item .icon:after{
    position: absolute;
    content: '';
    background-color: #666;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-item .icon:before{
    width: 2px;
    height: 10px;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-item .icon:after{
    width: 10px;
    height: 2px;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-box li.active .icon:before{
    display: none;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-box li.active .icon:after{
    background-color: #fff;
}
.about-us-info.worldmart-aboutus.layout4 .toggle-box li{
    list-style: none;
    margin-bottom: 20px;
}
.worldmart-title.align-center{
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.wrap-meet-team .author-name{
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.wrap-meet-team .media {
    margin-bottom: 8px;
}
.wrap-meet-team .media 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;
}
.wrap-meet-team .media: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;
}
.wrap-meet-team .author-title{
    color: #333;
    text-transform: capitalize;
}
.wrap-meet-team .author-title:before{
    content: '-';
    display: inline-block;
    margin: 0 4px 0 15px;
}
.wrap-meet-team .desc-group .desc{
    margin-top: 8px;
    line-height: 20px;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .wrap-meet-team{
        max-width: 270px;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .wrap-section-title.special .text-content{
        padding: 0 15px;
        left: inherit;
        transform: none;
    }
}
/*login*/
.u-columns#customer_login .col-1{
    width: calc( 50% - 30px );
    display: inline-block;
    padding-right: 35px;
    max-width: 535px;
    border-right:1px solid #e6e6e6;
}
.u-columns#customer_login .col-2{
    width: 53%;
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
}
.u-columns#customer_login .u-column1>h2,
.u-columns#customer_login .u-column2>h2{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom:1px solid #e6e6e6;
    padding-bottom: 10px;
    color: #333;
    max-width: 470px;
}
.u-columns#customer_login .woocomerce-form>p,
.u-columns#customer_login .register>p{
    margin-bottom: 11px;
}
.u-columns#customer_login label{
    color: #333;
}
.u-columns#customer_login .woocommerce-form__label-for-checkbox{
    display: inline-block;
    margin-bottom: 22px;
    margin-top: 3px;
}
.u-columns#customer_login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox{
    display: none;
}
.u-columns#customer_login .woocommerce-form__label-for-checkbox span{
    font-weight: normal;
    color: #666;
    text-transform: none;
    font-size: 13px;
}
.u-columns#customer_login .lost_password{
    color: #666;
    font-size: 13px;
    margin-bottom: 0;
}
.u-columns#customer_login .lost_password>a{
    float: right;
    margin-top: 3px;
}
.u-columns#customer_login .form-row .button{
    padding: 5.5px 43px;
    margin-bottom: 5px;
}
.u-columns#customer_login .register .button{
    margin-top: 20px;
}
@media (max-width: 1199px) {
    .u-columns#customer_login .col-2{
        width: 52%;
    }
}
@media (max-width: 767px) {
    .u-columns#customer_login .col-1,
    .u-columns#customer_login .col-2{
        width: 100%;
        margin-right: 0;
        max-width: inherit;
        padding: 0 0 30px 0;
        border: none;
    }
}
/*contact-us*/
.worldmart-title.align-right{
    margin-bottom: 15px;
}
.worldmart-title.align-right>span{
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.wpcf7-form p{
    margin-bottom: 6px;
}
.wpcf7-form p:nth-child(5){
    margin-top: 22px;
}
.wpcf7-form .wpcf7-form-control{
    height: 40px;
    border:1px solid #e6e6e6;
}
.wpcf7-form .wpcf7-submit{
    height: 35px;
    font-weight: 600;
    color: #fff;
    padding: 0 35px;
}
.wpcf7-form p label,
.wpcf7-form .wpcf7-form-control-wrap,
.wpcf7-form .wpcf7-form-control-wrap input,
.wpcf7-form .wpcf7-form-control-wrap textarea{
    width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap textarea{
    height: 160px;
    margin-bottom: 7px;
}
.wpcf7-form .wpcf7-form-control-wrap input{
    margin-top: 4px;
}
.worldmart-google-maps{
    margin-top: 11px;
    margin-bottom: 40px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-number{
    margin-bottom: 15px;
    padding-left: 20px;
}
@media (max-width: 767px) {
    .worldmart-google-maps{
        margin-top: 50px;
    }
}
/*404*/
.page-404 .heading {
    color: #000;
    font-size: 100px;
    line-height: initial;
    margin-bottom: 0;
}
.page-404 .title{
    font-size: 24px;
    line-height: 30px;
}
.page-404 .form-content{
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}
.page-404 .form-content .input{
    width: 100%;
}
.page-404 .form-content .btn-search{
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 0 14px;
    border: none;
    color: #fff;
}
.page-404 .form-content .btn-search:hover{
    opacity: 0.8;
}
.searchform{
    max-width: 400px;
    position: relative;
}
.searchform .search-field{
    width: 100%;
    height: 40px;
}
.searchform .button{
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: #fff;
    height: 40px;
    padding: 0 15px;
}
.searchform .button:hover{
    opacity: 0.8;
}
@media (max-width: 767px) {
    .searchform{
        margin-bottom: 30px;
    }
}
/*checkout*/
.woocommerce-cart-form{
    margin-top:6px;
}
.woocommerce-cart-form .shop_table{

}
.woocommerce-cart-form .shop_table thead{
    display: none;
}
.woocommerce-cart-form .shop_table,
.woocommerce-cart-form .shop_table tr td{
    border-right: none;
    border-left: none;
    border-bottom: none;
    text-align: left;
    padding: 0 10px;
}
.woocommerce-cart-form .shop_table tr td.product-thumbnail,
.woocommerce-cart-form .shop_table tr td.product-name{
    padding:19px 10px 19px 0;

}
.woocommerce-cart-form .shop_table .product-thumbnail img{
    width: 100px;
}
.woocommerce-cart-form .shop_table tr td .lbl-quantity-title-box{
    display: none;
}
.woocommerce-cart-form .shop_table tr td.product-name{
    font-weight: 600;
    color: #333;
}
.woocommerce-cart-form .shop_table tr td.product-price,
.woocommerce-cart-form .shop_table tr td.product-subtotal{
    color: #222;
    font-size: 22px;
    font-weight: 600;
}
.woocommerce-cart-form .shop_table tr td.product-remove{
    text-align: right;
    padding-right: 0;
}
.woocommerce-cart-form .shop_table tr td.product-remove a{
    font-size: 0;
    border-radius: 50%;
    background: #888;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    width: 18px;
    text-align: center;
}
.woocommerce-cart-form .shop_table tr td.product-remove a:after{
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 12px;
    color: #fff;
    font-weight: 100;
}
.woocommerce-cart-form .shop_table tr td.product-quantity .quantity{
    position: relative;
}
.woocommerce-cart-form .shop_table tr td.product-quantity .quantity input{
    width: 157px;
    text-align: right;
    color: #222;
    font-size: 16px;
}
.woocommerce-cart-form .shop_table .quantity .btn-number{
    position: absolute;
    border: none;
    background: #dddddd;
}
.woocommerce-cart-form .shop_table .quantity .btn-number.plus{
    background: #999;
}
.woocommerce-cart-form .shop_table .quantity .btn-number:hover{
    background: #999;
}
.woocommerce-cart-form .shop_table .quantity .btn-number.plus:hover{
    background: #ddd;
}
.woocommerce-cart-form .shop_table .quantity .plus{
    left: 25px;
}
.woocommerce-cart-form .shop_table .quantity .minus{
    left: 60px;
}
.woocommerce-cart-form .shop_table .actions{
    padding: 30px;
    border: 1px solid #e6e6e6;
    background-color: #fdfdfd;
    text-align: left;
}
.woocommerce-cart-form .shop_table .actions .coupon{
    display: inline-block;
}
.woocommerce-cart-form .shop_table .actions .coupon label{
    display: block;
    color: #666;
}
.woocommerce-cart-form .shop_table .actions .coupon .input-text{
    width: 300px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #aaa;
    font-size: 13px;
}
.woocommerce-cart-form .shop_table .actions>.button{
    float: right;
}
.woocommerce-cart-form .shop_table .actions .button{
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 8px 40px;
    display: block;
}
.woocommerce .cart-collaterals{
    padding: 30px;
    background-color: #fdfdfd;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
}
.woocommerce .cart-collaterals .cart_totals>h2{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
.shop_table tr th,
.shop_table tr td,
.woocommerce .cart-collaterals .shop_table,
.woocommerce .cart-collaterals .shop_table tr th,
.woocommerce .cart-collaterals .shop_table tr td{
    border-left: none;
    border-right: none;
}
.shop_table tr th,
.shop_table .cart_item td:first-child,
.woocommerce .cart-collaterals .shop_table tr th{
    text-align: left;
    color: #555;
    font-weight: 400;
}
.woocommerce .cart-collaterals .shop_table tr th{
    padding: 9.5px 5px;
}
.shop_table tr td,
.woocommerce .cart-collaterals .shop_table tr td,
.woocommerce .cart-collaterals .shop_table #shipping_method li label,
.woocommerce-checkout-review-order .shop_table thead tr th:last-child,
.shop_table #shipping_method li label{
    text-align: right;
    font-weight: bold;
    color: #333;
}
.woocommerce .cart-collaterals .shop_table tr td{
    margin-bottom: -1px;
}
.woocommerce-checkout-review-order .shop_table{
    border: 1px solid #e6e6e6;
    background: #FDFDFD;
}
.woocommerce-checkout-review-order .shop_table thead tr th{
    border-top:none;
}
.woocommerce-checkout-review-order .shop_table tr th,
.woocommerce-checkout-review-order .shop_table tr td{
    padding: 10px 30px;
}
.shop_table #shipping_method li,
.woocommerce .cart-collaterals .shop_table #shipping_method li{
    list-style: none;
}
.woocommerce-checkout-review-order .shop_table thead tr th:last-child,
.woocommerce-checkout-review-order .shop_table tr td{
    text-align: left;
}
.woocommerce-checkout-review-order .shop_table ul#shipping_method{
    padding-left: 0;
}
.shop_table tr:last-child th,
.shop_table tr:last-child td,
.woocommerce .cart-collaterals .shop_table,
.woocommerce .cart-collaterals .shop_table tr:last-child th,
.woocommerce .cart-collaterals .shop_table tr:last-child td{
    border-bottom: none;
}
.shop_table tr:last-child th,
.woocommerce .cart-collaterals .shop_table tr:last-child th{
    font-size: 15px;
    font-weight: bold;
}
.shop_table tr:last-child td,
.woocommerce .cart-collaterals .shop_table tr:last-child td{
    font-size: 16px;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.my_account_orders.account-orders-table tr:last-child td{
    font-size: 14px;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.my_account_orders.account-orders-table .woocommerce-button.view{
    font-weight: 400;
    color: #fff;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout .button,
.woocommerce-shipping-calculator .button{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 8px 31px;
    display: inline-block;
}
.woocommerce-shipping-calculator .button{
    border: none;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin: 15px 0;
    position: relative;
    background-color: #f8f8f8;
    color: #222222;
    border-top: 3px solid #dff0d8;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .woocommerce-error {
    border-color: #fcf8e3;
}
.woocommerce-billing-fields>h3,
.woocommerce-shipping-fields>h3,
.woocommerce-form__label.woocommerce-form__label-for-checkbox>span,
#order_review_heading,
.woocommerce-order-details>h2,
.woocommerce-customer-details>h2,
.woocommerce-columns .woocommerce-column>h3,
.woocommerce-Address-title>h3,
.woocommerce-MyAccount-content legend{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.woocommerce-MyAccount-content .woocommerce-Button{
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 3px 15px;
}
.woocommerce-MyAccount-content .woocommerce-Button:hover{
    opacity: 0.8;
}
.woocommerce-billing-fields>h3,
#order_review_heading{
    border-bottom:1px solid #e6e6e6;
    padding-bottom: 11px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox{
    margin: 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox>span{
    position: relative;
    padding-left: 25px;
}
.woocommerce-checkout #payment ul.payment_methods li label,
.woocommerce-checkout-review-order .shop_table ul#shipping_method li label{
    position: relative;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox>span:before{
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #e6e6e6;
    background: #f8f8f8;
    position: absolute;
    top: 3px;
    left: 0;
}
.woocommerce-checkout #payment ul.payment_methods li label:before{
    top: 4px;
    left: -30px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox  span:after{
    content: "\f00c";
    font-family: 'FontAwesome';
    font-size: 11px;
    color: #fff;
    position: absolute;
    left: 2px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
}
.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox
.woocommerce-checkout #payment ul.payment_methods li label:after{
    left: -28px;
    top: 0;
}
.woocommerce-checkout-review-order .shop_table ul#shipping_method li label:after{
    left: -18px;
}
/*.woocommerce-checkout #payment ul.payment_methods li input:checked + label:after,*/
.woocommerce-checkout-review-order .shop_table ul#shipping_method li input:checked + label:after,
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked ~ span:after{
    opacity: 1;
    visibility: visible;
}
.woocommerce-billing-fields .form-row{
    margin-bottom: 20px;
}
.form-row label{
    display: block;
    margin-bottom: 2px;
}
.form-row input{
    width: 100%;
    font-size: 13px;
    color: #aaa;
}
.form-row .button{
    width: inherit;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 8px 24px;
}
.woocommerce-info{
    margin-bottom: 30px;
}
.form-row .select2-container--default .select2-selection--single{
    height: 40px;
    border-radius: 0;
    border: 1px solid #e6e6e6;
}
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-row .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
    line-height: 40px;
}
.woocommerce-checkout .col-1{
    width: calc(50% - 40px);
    display: inline-block;
    margin-right: 35px;
}
.woocommerce-checkout .col-2{
    width:48%;
    display: inline-block;
    vertical-align: top;
}
.woocommerce-checkout-payment .wc_payment_methods{
    padding-left: 0;
}
.woocommerce-checkout-payment .wc_payment_methods li{
    list-style: none;
}
.woocommerce-checkout-payment .wc_payment_methods .payment_box{
    padding-left: 17px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row-first{
    width: calc(50% - 15px);
    display: inline-block;
    margin-right: 25px;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row-last{
    width: 48%;
    display: inline-block;
}
.woocommerce-additional-fields textarea{
    width: 100%;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox  .required{
    padding-left: 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox  .required:after,
.woocommerce-form__label.woocommerce-form__label-for-checkbox  .required:before{
    display: none;
}
.woocommerce-checkout-payment {
    background-color: #ebe9eb;
    padding: 30px;
    margin-top: 15px;
}
.woocommerce-checkout-payment .payment_methods {
    margin: 0;
    padding: 0;
}
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
}
.woocommerce-checkout #payment div.payment_box p{
    margin-bottom: 0;
}
.woocommerce-checkout #payment div.payment_box:before{
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}
.wc-terms-and-conditions .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox,
.create-account .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox,
#ship-to-different-address input#ship-to-different-address-checkbox,
.woocommerce .woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox>input{
    opacity: 0;
}
.woocommerce-thankyou-order-received{
    color: #555;
    font-size: 20px;
}
.woocommerce-order .woocommerce-order-overview,
.woocommerce-column address,
.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-content address{
    border:1px solid #e6e6e6;
    padding: 20px 30px;
    line-height: 34px;
}
.woocommerce-order .woocommerce-order-overview li,
.woocommerce-MyAccount-navigation ul li{
    list-style: none;
}
.woocommerce-order-details .woocommerce-table--order-details.shop_table tbody tr td{
    text-align: left;
    font-weight: 400;
}
.woocommerce-order-details .woocommerce-table--order-details.shop_table tbody tr td:last-child,
.woocommerce-order-details .woocommerce-table--order-details.shop_table tr:last-child th:last-child{
    text-align: right;
}
.woocommerce-order-details .woocommerce-table--order-details.shop_table tr:last-child th,
.woocommerce-order-details .woocommerce-table--order-details.shop_table tr:last-child td,
.woocommerce-customer-details .woocommerce-table--customer-details.shop_table tr:last-child th,
.woocommerce-customer-details .woocommerce-table--customer-details.shop_table tr:last-child td{
    border: 1px solid #e6e6e6;
    border-left:none;
    border-right:none;
}
.woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details tr:last-child th,
.woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details tbody tr td,
.woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details tr th{
    padding-left: 30px;
}
.woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details tr th{
    font-weight: bold;
}
.woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details tr:last-child th:last-child,
.woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details tbody tr td:last-child,
.woocommerce-order-details .woocommerce-table--order-details.shop_table.order_details tr td{
    padding-right: 30px;
}
.woocommerce-MyAccount-content .shop_table_responsive tr td{
    border-top: none;
    text-align: left;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.my_account_orders.account-orders-table .woocommerce-button{
    display: inline-block;
    padding: 0 10px;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders.my_account_orders.account-orders-table .woocommerce-button:hover{
    color: #fff!important;
}
@media (max-width: 1199px) {
    .woocommerce-checkout .woocommerce-billing-fields .form-row-last{
        width: 47%;
    }
}
@media (max-width: 767px) {
    .shop_table_responsive tr td {
        display: block;
        text-align: right;
        overflow: hidden;
        color: #222;
        padding: 10px;
        font-weight: 500;
    }
    .shop_table .cart_item td:first-child,
    .woocommerce-cart-form .shop_table tr td,
    .woocommerce-cart-form .shop_table tr td.product-name{
        text-align: right;
        padding: 10px;
    }
    .woocommerce-cart-form .shop_table tr td.product-thumbnail{
        text-align: center;
    }
    .shop_table_responsive tr td:before{
        content: attr(data-title) " ";
        font-weight: 500;
        float: left;
        font-size: 15px;
    }
    .cart-collaterals .shop_table_responsive tr td:before{
        display: none;
    }
    .cart-collaterals .shop_table_responsive tr td{
        border-top:none;
    }
    .woocommerce-cart-form .shop_table{
        border-top:none;
    }
    .woocommerce-cart-form .shop_table .quantity .minus{
        left: inherit;
        right: 80px;
    }
    .woocommerce-cart-form .shop_table .quantity .plus {
        left: inherit;
        right: 115px;
    }
    .woocommerce-checkout .col-1,
    .woocommerce-checkout .col-2,
    .woocommerce-checkout .woocommerce-billing-fields .form-row-first,
    .woocommerce-checkout .woocommerce-billing-fields .form-row-last{
        width: 100%;
        margin-right: 0;
    }
    .woocommerce-checkout-review-order .shop_table tr td:first-child{
        text-align: left;
        padding-left: 30px;
    }
    .shop_table_responsive thead{
        display: none;
    }
}
@media (max-width: 640px) {
    .woocommerce-cart-form .shop_table .actions > .button{
        float: inherit;
        margin-top: 10px;
    }
    .woocommerce-cart-form .shop_table .actions .coupon .input-text{
        width: auto;
    }
}
/*wishlist*/
.wishlist-title >h2{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
#yith-wcwl-form.woocommerce .shop_table.wishlist_table td a{
    font-weight: 400;
    font-size: 14px;
}
#yith-wcwl-form.woocommerce .shop_table.wishlist_table td .yith-wcqv-button{
    color: #fff;
    padding: 2px 10px;
    margin-left: 25px;
    display: inline-block;
}
#yith-wcwl-form.woocommerce .shop_table.wishlist_table td .add_to_cart_button,
#yith-wcwl-form.woocommerce .shop_table.wishlist_table td .added_to_cart.wc-forward{
    color: #fff;
    padding: 2px 10px;
    border-radius: 0;
}
#yith-wcwl-form.woocommerce .shop_table.wishlist_table td .add_to_cart_button.added{
    display: none!important;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-price{
    font-size: 14px;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-price ins{
    text-decoration: none;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-price del{
    font-size: 13px;
    color: #aaa;
    font-weight: 400;
}
#yith-wcwl-form.woocommerce table.wishlist_table tr td:first-child{
    padding: 16px 12px;
}
#yith-wcwl-form.woocommerce table.wishlist_table thead th,
#yith-wcwl-form.woocommerce table.wishlist_table tbody td {
    text-align: left;
    font-size: 14px;
}
@media (max-width: 1199px) {
    #yith-wcwl-form.woocommerce table.wishlist_table thead{
        display: none;
    }
    #yith-wcwl-form.woocommerce table.wishlist_table tbody td{
        display: block;
        text-align: center;
        border-bottom: none;
        border-right: 1px solid #e6e6e6;
    }
    #yith-wcwl-form.woocommerce table.wishlist_table tbody td:first-child{
        border-top:none;
    }
    #yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-thumbnail a{
        margin: 0 auto;
    }
    #yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-add-to-cart a{
        display: initial!important;
    }
}
@media (max-width: 991px) {
    #yith-wcwl-form.woocommerce .shop_table.wishlist_table td .yith-wcqv-button{
        margin-left: 0;
    }
}
/*brand-slide*/
.worldmart-slider.slider-style-brands{
    border: 1px solid #e6e6e6;
}
.worldmart-slider.slider-style-brands .vc_single_image-wrapper{
    border-right:1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
}
.worldmart-slider.slider-style-brands .owl-item.active.item-last .vc_single_image-wrapper{
    border-right:none;
}
.worldmart-slider.slider-style-brands .vc_single_image-wrapper img{
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
}
.worldmart-slider.slider-style-brands .vc_single_image-wrapper:hover img{
    transform: scale(1.10);
    transition: all 0.8s ease-out 0s;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -ms-transition: all 0.8s ease-in-out 0s;
}
.left-sidebar .main-content{
    float: right;
}

@media (max-width: 767px) {
    .left-sidebar .main-content{
        float: none;
    }
    .main-content{
        margin-bottom: 30px;
    }
}
@media (max-width: 480px) {
    .worldmart-slider.slider-style-brands .vc_single_image-wrapper{
        border-right: none;
    }
}
/*bonus*/
ol.comments {
    padding-left: 0;
}
.post-password-form input[type="submit"]{
    border: none;
    border-radius: 0;
    height: 40px;
    background: #f5f5f5;
    color: #fff;
}
.woocommerce-mini-cart .mini_cart_item{
    position: relative;
    margin-bottom: 10px;
}
.woocommerce-mini-cart .mini_cart_item .quantity{
    margin-top: 10px;
    display: inline-block;
}
.woocommerce-mini-cart .mini_cart_item>a{
    display: block;
}
.woocommerce-mini-cart .mini_cart_item .size-shop_thumbnail{
    width: 110px;
    margin-right: 10px;
}
.woocommerce-mini-cart .mini_cart_item .remove{
    position: absolute;
    right: 0;
    top: 0;
}
.widget_shopping_cart_content .woocommerce-mini-cart__buttons a{
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
}
.widget_shopping_cart_content .woocommerce-mini-cart__total{
    margin-bottom: 10px;
}
.woocommerce-terms-and-conditions {
    padding: 5px 25px;
    line-height: 30px;
}
.right-sidebar:not(.single-product-layout) .woocommerce-breadcrumb{
    text-align: right;
    margin-right: 50px;
}
.worldmart-lbl-cart-table{
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: inline-block;
}
.product_meta .posted_in,
.product_meta .sku_wrapper{
    display: block;
    font-weight:600;
    color: #333;
}
.product_meta .posted_in>a,
.product_meta .sku_wrapper .sku{
    font-weight:400;
    color: #666;
}
.yith-wcwl-add-to-wishlist>div>a:hover{
    opacity:0.8;
}
.woocommerce-review-link,
.product_list_widget .info .woocommerce-review-link{
    font-size: 13px;
    font-style: italic;
    color: #888;
}
.header-search .categori-search-option{
    padding: 7px 20px;
    border: none;
}
.yith_woocompare_colorbox #cboxLoadedContent{
    overflow: auto!important;
}
.pingback {
    list-style: none;
}
.post-comments .pingback .comment-content .avata{
    display: none;
}
.post-comments .pingback .comment-content .coment-text{
    padding-left: 0;
}
@keyframes fa-spin {
    to {
        transform: rotate(360deg);
    }
}
@media (max-width: 767px) {
    .right-sidebar:not(.single-product-layout) .woocommerce-breadcrumb{
        text-align: left;
        margin-right: 0px;
    }
    .main-header .wrap-promotion img{
        display: block;
    }
    .toolbar-item select{
        padding: 7px 10px;
    }
    .worldmart-single-product-socials .fb_iframe_widget{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 2px;
    }
}
.woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button{
    margin-right: 40px;
}

/*LOADING*/
.loading-lazy{
  
    display: block;
}
.tab-container.loading{
    position: relative;
}
.loading-lazy::after,
.tab-container.loading::before,
.tab-container.loading::after,
.block-minicart.loading .shopcart-description::before,
.block-minicart.loading .shopcart-description::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.tab-container.loading::before,
.block-minicart.loading .shopcart-description::before{
    background: rgba(255, 255, 255, 0.8);
}
.loading-lazy::after,
.tab-container.loading::after,
.block-minicart.loading .shopcart-description::after{
    width: 60px;
    height: 60px;
    margin: auto;
    border: 6px solid #ccc;
    border-top-color: red;
    border-radius: 50%;
    -webkit-animation: fa-spin 2s infinite linear;
    -o-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
/*fix browser*/
@-moz-document url-prefix() {
    .header-search .chosen-container-single .chosen-single{
        line-height: 34px !important;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .header-search .form-content .btn-search{
        height: 36px;
        line-height: 36px;
    }
}
.worldmart-products .product-item .product-thumb .second-thumbnail img,
.upsells-products .product-item .product-thumb .second-thumbnail img,
.related-products .product-item .product-thumb .second-thumbnail img,
.cross-sells .product-item .product-thumb .second-thumbnail img{
    max-width: 250px;
}
/*update-15=11*/
/*.product-item .group-btn-control .inner>*{
    display: inline-block;
    float: left;
}
.product-style-2 .group-btn-control .inner .yith-wcqv-button,
.product-style-2 .group-btn-control .inner .add_to_cart_button,
.product-style-2 .group-btn-control .inner .added_to_cart.wc-forward,
.product-style-2 .group-btn-control .inner .product_type_grouped,
.product-style-2 .group-btn-control .inner .product_type_external,
.product-style-2 .group-btn-control .inner .product_type_simple{
    font-size: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    background: #000;
    margin: 0 2px;
    margin-right: 2px;
    border-radius: 0;
    position: static;
    border: none;
}
.product-style-2 .group-btn-control .inner .add_to_cart_button.added{
    display: none;
}
.product-style-2 .group-btn-control .inner .yith-wcqv-button{
    line-height: 21px;
    padding: 3px 0px;
}
.product-style-2 .group-btn-control .inner .added_to_cart.wc-forward{
    line-height: 16px;
}
.product-style-2 .group-btn-control .inner .add_to_cart_button{
    line-height: 13px;
    border: none;
}
.product-style-2 .group-btn-control .inner .yith-wcqv-button:after,
.product-style-2 .group-btn-control .inner .add_to_cart_button:after,
.product-style-2 .group-btn-control .inner .added_to_cart.wc-forward:after,
.product-style-2 .group-btn-control .inner .product_type_grouped:after,
.product-style-2 .group-btn-control .inner .product_type_external:after,
.product-style-2 .group-btn-control .inner .product_type_simple:after{
    content: "\f06e";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #fff;
}
.product-style-2 .group-btn-control .inner .product_type_grouped:after,
.product-style-2 .group-btn-control .inner .product_type_external:after,
.product-style-2 .group-btn-control .inner .product_type_simple:after{
    content: "\f1de";
}
.product-style-2 .group-btn-control .inner .added_to_cart.wc-forward:after{
    content: "\f05d";
}
.product-style-2 .group-btn-control .inner .add_to_cart_button:after{
    content: "\f290";
}
.product-style-2 .group-btn-control .inner .button.add_to_cart_button.loading:before{
    font-size: 14px;
    font-family:'Fontawesome';
    content: "\f110";
    margin:2px 0 0 0;
    opacity: 1;
    display: inline-block;
    visibility: visible;
    -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-2 .group-btn-control .inner .button.add_to_cart_button.loading:after{
    display: none;
}*/
/*mini-cart*/
.mini-cart-box .item-thumb{
    margin-right: 10px;
    float: left;
    width: 80px;
}
.mini-cart-box .item-info{
    overflow: hidden;
    line-height: 20px;
}
.mini-cart-box > h5 {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}
.mini-cart-box .quantity .input-text {
    border: none;
    width: 20px;
    padding: 0;
    text-align: center;
}
.mini-cart-box .quantity .pr-price{
    color: #333;
    font-weight: 600;
}
.mini-cart-box .item-info .product-name{
    max-width: 157px;
    display: inline-block;
}
.mini-cart-box ul{
    padding-left: 0;
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    /*border-bottom: 1px solid #efefef;*/
}
.mini-cart-box .mini-cart-item {
    position: relative;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}
.mini-cart-box .mini-cart-item .remove{
    position: absolute;
    right: 0;
    top: 20%;
    color: #bbbbbb;
}
.mini-cart-box .group-quantity-button {
    border: 1px solid #e5e5e5;
    max-width: 60px;
    display: block;
    border-radius: 3px;
    text-align: center;
    padding: 2px 0;
    margin-top: 5px;
}
.mini-cart-box .sign{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #e8e8e8;
    border-radius: 50%;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}
.mini-cart-box .buttons .button {
    font-size: 12px;
    font-family: 'Open Sans' , san-serif;
    line-height: 33px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    display: inline-block;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 3px;
}
.mini-cart-box .buttons .button:hover{
    color: #fff;
}
.mini-cart-box .wc-forward:not(.checkout){
    margin-right: 10px;
}
.mini-cart-box .woocommerce-mini-cart__total .woocommerce-Price-amount{
    float: right;
    font-weight: 600;
    font-size: 20px;
}
.mini-cart-box .woocommerce-mini-cart__total>span{
    font-size: 15px;
}
.mini-cart-box .worldmart_ajax_loading .icon-loading:after{
    top: 50%;
    position: absolute;
    content: "\f110";
    font-family: 'Fontawesome';
    font-size: 50px;
    max-width: 50px;
    left: 0;
    right: 0;
    margin:2px 0 0 0;
    margin:0 auto;
    opacity: 1;
    visibility: visible;
    -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);
    z-index:2;
}
.mini-cart-box .worldmart_ajax_loading .icon-loading:before{
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
}
.mini-cart-box>p{
    margin-bottom: 15px;
}
.mini-cart-box .title-of-box{
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.sidebar-top {
    background: #ea5b1a !important;
    color: #fff;
}
/*-- welcome --*/
.welcome{
	padding: 5em 0; 
}
.welcome_left p {
    font-size: 15px;
    color: #666;
    line-height: 1.8em;
    letter-spacing: 1px;
}  
h3.agileits-title{
    color: #333;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: .7em;
    margin-top: .4em;
    line-height: 0.9em;
}
.w3ls-title h3.agileits-title {
    display: inline-block;
}
.w3ls-title {
    text-align: center;
}
.welcome_left h4 {
    color: #333;
    font-size: 1.4em;
    text-transform: capitalize;
   border-left: 3px solid #ea5a1a;
    padding-left: 1em;
    margin: 0 0 1em;
    line-height: 1.6em;
    letter-spacing: 1px;
}
.welcome_left a {
	display: inline-block;
    padding: 4px 20px;
    border-radius: 4px;
    background: #ea5b1a !important;
    font-family: 'texgyreadventorbold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*-- welcome --*/

.welcome_left2 p {
    font-size: 15px;
    color: #666;
    line-height: 1.8em;
    letter-spacing: 1px;
}  
h3.agileits-title{
    color: #333;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: .7em;
    margin-top: .4em;
    line-height: 0.9em;
}
.w3ls-title h3.agileits-title {
    display: inline-block;
}
.w3ls-title {
    text-align: center;
}
.welcome_left2 h4 {
    color: #333;
    font-size: 1em;
    text-transform: capitalize;
   border-left: 3px solid #ea5a1a;
    padding-left: 1em;
    margin: 0 0 1em;
    line-height: 1.6em;
    letter-spacing: 1px;
}
.welcome_left2 a {
	display: inline-block;
    padding: 4px 20px;
    border-radius: 4px;
    background: #ea5b1a !important;
    font-family: 'texgyreadventorbold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/* .footer{
	background:#5b5959 !important;
} */
.footer .contact-box .contact-item .info {
    color: #fff !important;
}
.footer .worldmart-title {
    font-weight: bold;
    font-size: 14px;
    color: #f6f2f2 !important;
}
.footer .hot-line-box .hotline-text {
    color: white !important;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff !important;
}
.footer .hot-line-box .hot-number {
	color: #ea5b1a !important;
}

.main-menu li .submenu {
    /* min-width: 161px !important; */
    position: absolute;
    left: 0px;
    /* top: 140%; */
    width: 250px;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    border-bottom: 3px solid #d5ac63;
    transition: all 500ms ease;
}
 .main-menu li .submenu li>a {
    background: #ea5a1a;
    color: #ffffff;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 15px 10px 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 500ms ease 0s;
}
.main-menu li .submenu li>a:hover {
    background:#ffffff;
    color:#ea5a1a;
}
.main-menu li .submenu li {
    border-bottom: 1px solid #ffffff !important;
}

/*-- //welcome --*/

@media (max-width: 480px) {
    .mini-cart-box{
        left: 50%;
        transform: translateX(-50%)!important;
        right: 0;
    }
}
@media (max-width: 360px) {
    .mini-cart-box{
        left: 30%;
    }
}
@media (max-width: 1024px) {
    .header-search .form-content .inner{
        max-width: 400px;
        margin: 0 auto;
    }
    .header-search .form-content .category{
        display: none;
    }
    .header-search .form-content input{
        width: 100%;
    }
}
@media (max-width: 991px) {
    .logo,
    .header-control,
    .header-search{
        text-align: center;
        padding-bottom: 0;
    }
    .logo{
        padding-top: 30px;
    }
    .header-control{
        padding: 30px 0 5px 0;
    }
    .mobile-navigation{
        display: inline-block;
        float: none;
    }
}
.logo {
    padding: 8px 0 !important;
}
.product-style-2 {
    
    border: 1px solid #444444 !important;
}
.sidebar-top{
	background: #ff3c45;
	color:#fff;
}
.sidebar-top a{
	color:#fff;
}
.sidebar-top a:hover{
	color:black;
}
.sidebar-top .item-left i {
   
   color: #ffffff;
    
}
.footer.style2 .worldmart-iconbox.default .content .text {
    color: #ffffff;
}
.wrap-header-menu{
	display: none !important;
}
.product-item .add_to_cart_button, .product-item .added_to_cart.wc-forward, .product-item .product-info .button {
    
    background: #444444 !important;
    border: 1px solid #e6e6e6;
    color: #fff !important;
   
}
.footer style2{
	    background: #262831 !important;
}
.widget_product_categories li a {
   
    color: #444;
    font-weight: 400;
}
.widget_product_categories li a:hover{
	color:#444 !important;
}
.header-control .header-wishlist, .header-control .inner-cart {
      display: none !important;
}
.entry-summary .single_add_to_cart_button {
   
    background: #ff3c45 !important;
    color: #fff !important;
    padding: 8px !important;
   
    margin-bottom: 8px;
}
.main-menu li .submenu {
    
    min-width: 161px !important;
}
.mydiv1 a {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 4px;
    background: #ea5b1a !important;
    font-family: 'texgyreadventorbold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mydiv1 a:hover {
    background: #444444 !important;
}
.mydiv1 ul     	     {
		list-style: none;
	     }

.mydiv1 ul li:before {
		content: "\00BB \0020";
	color: #ea5b1a !important;
    font-weight: bold;
	     }
.product-info-stock-sku .product-in-stock {
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
    display: none;
}
.slide-content-box1 {
	background-color: #000000ab;
	
}
.slide-content-box1 h1{
	font-size: 51px !important;
    text-align: center!important;
    padding: 9px 27px 0px 4px !important;
    color: #ea5a1a !important;
    margin: 0;
    /* display: inline-block; */
    font-weight: bold !important;
    font-family: 'CenturyGothic-Bold', sans-serif !important;
	
}
.slide-content-box1 h3{
	font-size: 45px;
	padding: 2px 35px 22px 30px; 
    color: #fff;
    margin: 0;
    display: inline-block;
	border-bottom: 5px solid #e95719 !important;
	font-weight: bold !important;
	
}
.slide-content-box1 h4{
	font-size: 35px;
	padding: 2px 35px 22px 30px; 
    color: #fff;
    margin: 0;
    display: inline-block;
	
}
.slide-content-box {
	background-color: #000000ab;
	border-bottom: 5px solid #e95719 !important;
}
.slide-content-box h1{
	font-size: 51px !important;
    text-align: center!important;
    padding: 9px 27px 0px 4px !important;
    color: #ea5a1a !important;
    margin: 0;
    /* display: inline-block; */
    font-weight: bold !important;
    font-family: 'CenturyGothic-Bold', sans-serif !important;
	
}
.slide-content-box h3{
	font-size: 45px;
	padding: 2px 35px 22px 30px; 
    color: #fff;
    margin: 0;
    display: inline-block;
	
}
.slide-content-box h4{
	font-size: 35px;
	padding: 2px 35px 22px 30px; 
    color: #fff;
    margin: 0;
    display: inline-block;
	
}
.footer .widgettitle {
    border-bottom: none;
    padding-bottom: 0;
    background: none !important;
}
.heading-agileinfo h3 {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 40px;
    margin-bottom: 1.9em;
    text-align: center;
    color: #ea5b1a !important;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
}
.heading-agileinfo h3 span {
    display: block;
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
}
.heading-agileinfo h3 span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}
.footer .contact-box .contact-item .info {
    text-transform: uppercase !important;
}
.gallery_box {
	width: 504px;
	height: auto;
	margin: auto;
	padding: 0px 60px;
}
.videogallery_box {
	width: 100%;
	height: auto;
	margin: auto;
        float:left;
	padding: 25px 0px;
}
.glry_in1 {
	width: 230px;
	height: 230px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #262831;
	padding-top: 75px;
	text-align: center;
	-webkit-transition: all 0.9s ease;
     -moz-transition: all 0.9s ease;
       -o-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
          transition: all 0.9s ease;
}

.glry_in1:hover {
	border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}


.vvglry_in1 {
	width: 280px;
	height: 230px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	
	padding-top: 75px;
	text-align: center;
	-webkit-transition: all 0.9s ease;
     -moz-transition: all 0.9s ease;
       -o-transition: all 0.9s ease;
      -ms-transition: all 0.9s ease;
          transition: all 0.9s ease;
}
/*-- welcome --*/
.wwwww{
	
}
.welcome_left1{
	border: 1px solid gray;
    padding: 21px 9px;
	margin: 0 0px;
	height:auto;
}
.welcome_left1 img{
	width: 100%;
}
.welcome{
	padding: 5em 0; 
}
.welcome_left1 p {
    font-size: 15px;
    color: #666;
    line-height: 1.8em;
    letter-spacing: 1px;
}  
h3.agileits-title{
    color: #333;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: .7em;
    margin-top: .4em;
    line-height: 0.9em;
}
.w3ls-title h3.agileits-title {
    display: inline-block;
}
.w3ls-title {
    text-align: center;
}
.welcome_left1 h4 {
    color: #333;
    font-size: 1em;
    text-transform: capitalize;
    border-left: 3px solid #fb1f17;
    padding-left: 1em;
    margin: 0 0 1em;
    line-height: 1.6em;
    letter-spacing: 1px;
}
.welcome_left1 a{
	display: inline-block;
    padding: 4px 20px;
    border-radius: 4px;
    background: #ff9600;
    font-family: 'texgyreadventorbold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.banner-outer .slide2 .content h1, .banner-outer .slide3 .content h1 {
    font-size: 31px !important;
    color: #fff;
}
.banner-outer .content h1 span {
    display: block;
    font-size: 43px !important;
    -webkit-animation-delay: 0.3s;
}
/*-- //welcome --*/


.woocommerce-product-gallery__image {

    float: left;

}