
/*----- GUTENBERG SUPPORT -----*/
.wp-block-pullquote blockquote::before {
    display: none;
}
.wp-block-pullquote {
    margin-top: 32px;
    margin-bottom: 32px;
}
.has-huge-font-size,
.has-large-font-size,
.has-medium-font-size,
.has-small-font-size  {
    line-height: 1.8;
}
@media only screen and (min-width: 768px) {
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide img,
    .alignfull img {
        display: block;
        margin: 0 auto;
    }
}
/*----- GUTENBERG SUPPORT -----*/

/*------------------------------
 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 Css *****************/
.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);
    }
}

/*********** Scrollbar Style ***********/

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #666;
}

/*********** Familiar 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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: 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{
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
} 
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.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;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next{
    opacity: 1;
    visibility: visible;
}
.slider-style-brands .owl-nav button.owl-prev,
.slider-style-brands .owl-nav button.owl-next{
    top: 30%;
}
.owl-carousel .owl-nav button.owl-next:not(.disabled):hover, 
.owl-carousel .owl-nav button.owl-prev:not(.disabled):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: -340px;
    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', sans-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 #eeeeee;
}
.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;
    font-weight: 600;
    color: #333333;
}
.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;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}
.worldmart-panels-actions-wrap .worldmart-close-btn{
    border-left: 1px solid #eeeeee;
}
@media (max-width: 1024px) {
    .worldmart-clone-wrap.open{
        left:0;
    }
    .submenu.megamenu .wpb_single_image{
        text-align: left;
        max-width: 100%;
        margin: 10px 0;
    }
    .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;
}
.menu-item-type-custom .worldmart-item-title .custom-label{
    position: absolute;
    left: 100%;
    top: -8px;
    font-size: 8px;
    line-height: 14px;
    margin-bottom: 0;
    padding: 0 9.3px;
    display: inline-block;
    height: 14px;
    background: #ff2832;
    text-align: center;
    text-transform: uppercase;
    clear: left;
    font-weight: 400;
    color: #fff;
}
.menu-item-type-custom .worldmart-item-title .custom-label.lbl_new{
    background-color: #365db5;
}
.menu-item-type-custom .worldmart-item-title .custom-label.lbl_new:before{
    border-color: #365db5 transparent transparent transparent;
}
.menu-item-type-custom .worldmart-item-title .custom-label.lbl_hot{
    background-color: #f59524;
}
.menu-item-type-custom .worldmart-item-title .custom-label.lbl_hot:before{
    border-color: #f59524 transparent transparent transparent;
}

.main-menu-wapper .main-menu .menu-item .worldmart-menu-item .worldmart-item-title .icon.img{
    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{
        margin-left: 0;
        width: 100%;
        max-width: 280px !important;
        text-align: center;
        border: 1px solid #ededed;
        padding: 15px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .worldmart-banner.banner-style1 .link-to-product{
        margin: 0;
        display: inline-block;
        float: none;
        margin-top: 15px;
    }
    .worldmart-menu-item{
        max-width: 310px;
    }
    .worldmart-banner.banner-style3{
        max-width: 280px!important;
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 0 !important;
    }
    .worldmart-banner.banner-style3 .text-banner .subtitle{
        display: block;
    }
}
/*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{
    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;
}
.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: 90px;
    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;
}
body.shorten-name-mode .product_list_widget .info a>span{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.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,
.product-style-3 .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 input{
    display: none;
}
.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;
}
.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;
    display: block;
}
.post-item .post-item-info{
    overflow: hidden;
}
.main-container.article-detail:not(.has-sidebar) .post-item .post-item-info{
    overflow: initial;
}
.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;
}
.breadcrumb-trail .breadcrumb li{
    list-style: none;
    display: inline-block;
}
.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,
.breadcrumb-trail .breadcrumb li 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{
    background: red;
    color: #fff;
    padding: 0 7px;
    font-size: 13px;
    clear: left;
}
.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;
}
.worldmart-single-product-socials .fb_iframe_widget{
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 1;
}
.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;
}
.data-val .change-value{
    display: inline-block;
    position: relative;
    margin: 0 14px 30px 0;
    text-align: center;
}
.data-val .type-display-color span{
    width: 33px!important;
    height: 33px!important;
}
.data-val .change-value:last-child span{
    margin-right: 0;
}
.data-val .type-display-color 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;
}
.data-val .type-display-color.selected span:before,
.data-val .type-display-color:hover span:before{
    opacity: 1;
    visibility: visible;
}
.data-val .type-display-label span{
    padding: 0 10px;
    font-weight: 500;
    background: #eeeeee;
    line-height: 33px;
    height: 33px;
    min-width: 33px;
    color: #333333;
}
.data-val .type-display-label:hover span,
.data-val .type-display-label.selected span{
    color: #ffffff;
}
.data-val .change-value .type-display-label{
    display: inline-block;
}
.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.added+.added_to_cart,
.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.added+.added_to_cart{
    max-width: 268px;
}
.entry-summary .single_add_to_cart_button.added{
    display: none;
}
.entry-summary .single_add_to_cart_button.added+.added_to_cart:hover,
.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;
}
.menu-item-type-custom .worldmart-item-title .custom-label:before,
#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;
}
.product-style-on-sell{
    padding: 20px 10px 22px;
}
.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;
}
body.shorten-name-mode .product-style-2 .product-name a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.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:not(.product-style-3) .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:not(.product-style-3):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 .compare-button>a.added:before{
    content: "\f201";
}
.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 .product-item.product-list-style{
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}
.products .product: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: 0;
    left: 0;
    /*max-width: 250px;*/
}
.product-item .thumb-link {
    display: inline-block;
    width: 100%;
    position: relative;
}
.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;
}
.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;
}
.worldmart-products.layout-owl{
    padding-right: 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', sans-serif;
    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 .product-thumb{
    overflow: hidden;
}
.product-style-on-sell .price{
    margin-bottom: 0;
}
.product-style-on-sell .equal-elem{
    display: inline-block;
    width: 100%;
    padding-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;
    display: inline-block;
    width: 40px;
}
.product-style-on-sell .kt-countdown .box-count .number{
    width: 100%;
    height: 40px;
    text-align: center;
    border: 2px solid #e6e6e6;
    line-height: 37px;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    color: #333333;
}
.product-style-on-sell .kt-countdown .box-count .text{
    text-align: center;
    display: block;
    line-height: 1;
    margin-top: 3px;
    font-size: 13px;
    color: #666666;
    font-weight: 400;
}
.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: 233px;
    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;
    width: calc( 100% - 233px );
}
.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: 24px 0 0 20px;
    margin-bottom: 0;
}
.shortcode-products .product_list_widget .thumb{
    border: 1px solid transparent;
}
.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, sans-serif;
    content: "\f0a9";
    padding-left:3px;
    font-size: 14px;
}
@media (min-width: 1500px) {
    body.site-layout-1404 .shortcode-products .product_list_widget li:last-child{
        padding-bottom: 15px;
    }
    body.site-layout-1404 .product_list_widget li{
        margin-bottom: 19px;
    }
}
.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;
}
.entry-summary .single_add_to_cart_button.loading:before,
#yith-wcwl-form.woocommerce .shop_table.wishlist_table td .add_to_cart_button.loading:before,
.product-item .button.add_to_cart_button.loading:before,
.new-letter-block.default .newsletter-form-wrap.processing .btn-submit::before,
#popup-newsletter-content .newsletter-form-wrap.processing .btn-submit::before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
}
.entry-summary .single_add_to_cart_button.loading{
    position: relative;
}
.entry-summary .single_add_to_cart_button.loading:after,
#yith-wcwl-form.woocommerce .shop_table.wishlist_table td .add_to_cart_button.loading:after,
.product-item .button.add_to_cart_button.loading:after,
#popup-newsletter-content .newsletter-form-wrap.processing .btn-submit:after{
    font-family: FontAwesome, sans-serif;
    content: "\f110";
    font-size: 16px;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
@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-container{
        width: calc( 100% - 178px );
    }
    .worldmart-tabs.style2 .tab-head{
        width: 178px;
    }
    .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: 0;
        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: 198px;
    }
    .worldmart-tabs.style2 .tab-container{
        width: calc( 100% - 198px );
    }
}
@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{
        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;
        width: 100%;
    }
    .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;
        width: 100%;
    }
    .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{
        padding: 10px 0 10px 10px;
    }
    .kt-countdown.is-countdown::before{
        margin: -4px 10px 0 0;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }
    .kt-countdown .box-count .number {
        font-size: 15px;
    }
}
/*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: top;
    color: #fff;
    padding-right: 10px;
}
.worldmart-iconbox.default .content,
.worldmart-iconbox.style2 .content{
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.worldmart-iconbox.max-w-262 .content{
    max-width: 262px;
}
.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 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: #e5e5e5;
    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.default .newsletter-form-wrap .btn-submit:hover,
#popup-newsletter-content .close:hover{
    background-color:#222 !important;
}
.worldmart-newsletter .return-message{
    padding: 3px 20px;
    margin-top: 5px;
    border-radius: 0;
}
/*header*/
.admin-bar .is-sticky .header-sticky{
    top:32px!important;
}
/*header-top*/
.sidebar-top{
    background: #f9f9f9;
    color: #666;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
}
.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: 330px;
    padding: 0;
    border-radius: 0;
    border-top: 2px solid #333333;
}
.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:not(:last-child) a .custom-label{
    left: unset;
    right: 105px;
}
.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;
}
.main-menu-wapper .main-menu li a span.icon:not(.img){
    margin-right: 7px;
    font-size: 21px;
}
.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 .main-menu-wapper{
    background: transparent;
}
.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% + 3px );
    right: inherit;
    top: 0;
}
.main-menu-wapper .verticle-menu li .submenu:not(.megamenu){
    top: 0;
    left: 100%;
    min-width: 250px;
    padding: 0;
}
.main-menu-wapper .verticle-menu li .submenu:not(.megamenu)>li{
    background: #fdfdfd;
    padding: 7.5px 20px;
}
.main-menu-wapper .verticle-menu li .submenu:not(.megamenu)>li+li{
    border-top: 1px solid #e6e6e6;
}
.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:not(:last-child) a .custom-label{
    right: 75px;
    left: unset;
}
.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: 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;
    overflow: hidden;
}
.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.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.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: 15px;
    margin: 15px 0;
    position: relative;
    background-color: #f8f8f8;
    color: #222222;
    border-top: 3px solid #666666;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .woocommerce-error {
    border-color: #ff0303;
}
.woocommerce-additional-fields>h3,
.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-additional-fields>h3,
.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 input[type=checkbox]{
    display: none;
}
.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-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{
        padding: 10px;
        text-align: center;
    }
    .woocommerce-cart-form .shop_table tr td.product-quantity .quantity{
        display: inline-block;
    }
    .woocommerce-cart-form .shop_table tr{
        border-left: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        display: block;
        margin-bottom: 20px;
    }
    .woocommerce-cart-form .shop_table tr td.product-remove a{
        font-size: 33px;
        display: block;
        text-align: center;
        color: #888;
        padding: 3px;
        border-radius: 0;
        width: 100%;
        height: 100%;
        line-height: 1;
        background: #f8f8f8;
    }
    .woocommerce-cart-form .shop_table tr td.product-thumbnail{
        padding: 10px;
    }
    .woocommerce-cart-form .shop_table tr td.product-remove{
        padding: 0;
    }
    .woocommerce-cart-form .shop_table tr td.product-remove a::after{
        content: none;
    }
    .woocommerce-cart-form .shop_table .product-thumbnail img{
        width: initial;
        max-width: 150px;
    }
    .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{
    display: block;
    text-align: center;
}
.wishlist-title >h2{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
}
#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,
#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: 8px 10px;
    border-radius: 0;
    position: relative;
}
#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;
}
#yith-wcwl-form.woocommerce table.wishlist_table tbody td.product-thumbnail {
    font-size: 0;
    line-height: 0;
    padding: 10px 0;
}
.woocommerce table.wishlist_table tfoot td{
    padding: 0 12px !important;
}
.yith-wcwl-share{
    margin-bottom: 20px;
}
.yith-wcwl-share h4.yith-wcwl-share-title{
    margin: 10px 0;
    font-size: 15px;
    font-weight: 600;
}
@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 .owl-item.active + .active{
    border-left: 1px solid #e6e6e6;
}
.worldmart-slider.slider-style-brands .vc_single_image-wrapper{
    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: 0;
    }
    .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{
    position: relative;
    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: 35px;
    height: 35px;
    margin: auto;
    border: 2px solid #cccccc;
    border-top-color: #ff2832;
    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;
    }
}
/*mini-cart*/
.mini-cart-box .item-thumb{
    margin-right: 10px;
    float: left;
    width: 80px;
}
.mini-cart-box .item-info{
    line-height: 20px;
    display: inline-block;
    width: calc(100% - 100px);
}
.mini-cart-box > h5 {
    font-size: 14px;
    color: #222222;
    line-height: 1;
    padding: 0 15px;
    margin: 10px 0 20px;
}
.mini-cart-box .quantity{
    display: block;
    margin-top: 5px;
}
.mini-cart-box .quantity .woocommerce-Price-amount{
    color: #333333;
    font-weight: 600;
}
.mini-cart-box .item-info .product-name{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.mini-cart-box .item-info .product-name:not(:hover){
    color: #555555;
}
.mini-cart-box ul{
    max-height: 335px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 0;
    padding: 0 0 0 15px;
}
.mini-cart-box .mini-cart-item{
    position: relative;
    padding: 15px 0;
    margin: 0;
}
.mini-cart-box .mini-cart-item:not(:last-child){
    border-bottom: 1px dashed #efefef;
}
.mini-cart-box .mini-cart-item .remove{
    position: absolute;
    right: 0;
    top: 50%;
    color: #bbbbbb;
    margin-top: -10px;
    font-size: 19px;
    width: 11px;
}
.mini-cart-box .mini-cart-item .remove:hover{
    color: #ce3130;
}
.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: 13px;
    line-height: 1;
    background: #fff;
    border: 2px solid #ddd;
    color: #222;
    display: inline-block;
    text-transform: capitalize;
    margin-bottom: 10px;
    width: 48%;
    text-align: center;
    font-weight: 600;
    padding: 12px 5px;
}
.mini-cart-box .buttons .button:first-child{
    color: #ffffff;
}
.mini-cart-box .buttons .button:hover{
    color: #ffffff;
    border-color: #333333 !important;
    background-color: #333333 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}
.mini-cart-box .wc-forward:first-child{
    margin-right: 10px;
}
.mini-cart-box .woocommerce-mini-cart__total .woocommerce-Price-amount{
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    color: #222222;
    margin-left: 5px;
}
.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, sans-serif;
    font-size: 50px;
    max-width: 50px;
    left: 0;
    right: 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: 0;
    padding: 0 15px;
}
.mini-cart-box .woocommerce-mini-cart__total::before{
    content: '';
    position: absolute;
    top: -25px;
    left: 15px;
    right: 15px;
    height: 1px;
    border-top: 1px dashed #efefef;
    display: inline-block;
    background: transparent;
}
.mini-cart-box .woocommerce-mini-cart__total{
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
}
.mini-cart-box p.woocommerce-mini-cart__empty-message{
    margin-bottom: 0;
    padding: 15px;
}
.mini-cart-box .woocommerce-mini-cart__total>strong{
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #222222;
}
.mini-cart-box .woocommerce-mini-cart__buttons{
    margin-bottom: 18px;
}
.mini-cart-box .title-of-box{
    font-size: 15px;
    color: #333333;
    line-height: 1;
    font-weight: 600;
    padding: 15px;
    text-transform: capitalize;
    margin: 0 0 5px;
    border-bottom: 1px solid #e7e7e7;
}
@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%;
    }
    .worldmart-panels
}
@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;
    }
}
/*update-search*/
.live-search-widget .ovic-live-search-form .results-search{
    width: 100%;
}
.ovic-live-search-form .results-search{
    display: table;
    border-width: 2px;
    border-style: solid;
    padding-right: 60px;
}
.ovic-live-search-form .results-search>*{
    display: table-cell;
    vertical-align: middle;
}
.ovic-live-search-form .txt-livesearch{
    height: 36px;
    border: none;
}
.header-search .ovic-live-search-form .category{
    width: 129px;   
    font-size: 13px;
    color: #888;
    padding-right: 0;
}
.header-search .categori-search-option{
    padding:7px 15px;
    background: #f6f6f6;
    height: 36px;
    background-image: url(../jpg/arrow-select.jpg);
    line-height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
}
.ovic-live-search-form .btn-submit{
    border: none;
    height: 36px;
    color: #fff;
    font-size: 16px;
    vertical-align: inherit;
    text-align: center;
    width: 58px;
    position: absolute;
    right: 0;
    top: 0;
}
.ovic-live-search-form .view-all{
    color: #fff;
}
.ovic-live-search-form.loading .results-search::before{
    left: calc( 100% - 220px );
    top: -4px;
    right: inherit;
}
.header.style3 .ovic-live-search-form .results-search{
    background: #fff;
    border: none;
}
.header.style3 .header-search .ovic-live-search-form .form-content input{
    height: 40px;
}
@media (max-width: 1024px) {
    .ovic-live-search-form .results-search{
        display: block;
    }
}
@media (max-width: 991px) {
    .header-search .block-search{
        max-width: 500px;
        display: inline-block;
        width: 100%;
    }
    .ovic-live-search-form .product-search-item{
        padding: 10px 0;
    }
    .ovic-live-search-form .product-search-item .product-image{
        width: 100px;
    }
    .ovic-live-search-form .product-search-item .product-title-price{
        width: calc(100% - 100px);
        display: inline-block;
        text-align: left;
    }
    .ovic-live-search-form .product-search-item .product-price{
        color: #333333;
        font-weight: 600;
        font-size: 15px;
    }
    .ovic-live-search-form .product-search-item .product-price del{
        color: #aaa;
        font-weight: 500;
        font-size: 14px;
    }
    .ovic-live-search-form .product-search-item .product-price ins{
        text-decoration: none;
        float: left;
        margin-right: 5px;
    }
}
/*update-new-product-style3*/
.product-style-3 .group-btn-control{
    position: absolute;
    z-index: 2;
    right: 0;
    top: 30px;
}
.product-style-3 .group-btn-control > *,
.product-style-3 .added_to_cart.wc-forward{
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    margin: 0 0 5px 0;
    font-size: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    padding: 0;
    background: rgba(255,255,255,0.8) !important;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-style-3 .group-btn-control > div.yith-wcwl-add-to-wishlist .show a{
    display: block;
    line-height: 1;
    font-size: 0;
}
.product-style-3 .group-btn-control > div.yith-wcwl-add-to-wishlist .show a::after{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.product-style-3:hover .group-btn-control > *{
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.product-style-3 .group-btn-control > *:hover a{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-style-3 .group-btn-control > *:hover,
.product-style-3 .added_to_cart.wc-forward:hover{
    background: #ffffff !important;
}
.product-style-3 .group-btn-control .yith-wcqv-button:after,
.product-style-3 .group-btn-control .add_to_cart_button:after,
.product-style-3 .group-btn-control .yith-wcwl-add-button a:after,
.product-style-3 .added_to_cart.wc-forward:after,
.product-style-3 .yith-wcwl-wishlistaddedbrowse a:after,
.product-style-3 .yith-wcwl-wishlistexistsbrowse a:after,
.product-style-3 .group-btn-control .product_type_grouped:after,
.product-style-3 .group-btn-control .product_type_external:after{
    content: "\f002";
    font-family: FontAwesome, sans-serif;
    font-size: 12px;
}
.product-style-3 .group-btn-control .add_to_cart_button:after{
    content: '\f07a';
}
.product-style-3 .group-btn-control .yith-wcwl-add-button a:after{
    content: '\f004';
}
.product-style-3 .added_to_cart.wc-forward:after{
    content: '\f058'
}
.product-style-3 .yith-wcwl-wishlistaddedbrowse a:after,
.product-style-3 .yith-wcwl-wishlistexistsbrowse a:after{
    content: '\f00c';
}
.product-style-3 .group-btn-control .product_type_grouped:after,
.product-style-3 .group-btn-control .product_type_external:after{
    content: '\f1de';
}
.product-style-3 .group-btn-control .compare{
    width: 30px;
    height: 30px;
    display: inline-block;
    background: transparent;
}
.product-style-3 .group-btn-control .compare:after{
    content: "\f0ec";
    font-family: FontAwesome, sans-serif;
    font-size: 12px;
    margin-right: 2px;
}
.product-style-3 .group-btn-control .compare.added:after{
    content: "\f05d";
}
@media (max-width: 1024px) {
    .product-style-3 .group-btn-control{
        right: 5px;
    }
    .product-style-3 .group-btn-control > *,
    .product-style-3:hover .group-btn-control > *{
        transform: none;
        opacity: 1;
        visibility: visible;
    }
}
/*update-popup*/
#popup-newsletter-content.modal{
    padding-right: 0!important;
}
#popup-newsletter-content .modal-dialog {
    width: 100%;
    max-width: 800px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    height: 100%;
    padding: 15px;
}
#popup-newsletter-content .worldmart-newsletter.default{
    margin-bottom: 25px;
}
#popup-newsletter-content .worldmart-newsletter.default .newsletter-form-wrap{
    margin: 0 auto;
}
#popup-newsletter-content .group-user-action {
    text-align: center;
}
#popup-newsletter-content .group-user-action label{
    margin-bottom: 0;
}
#popup-newsletter-content .group-user-action input{
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 4px;
}
.modal-content{
    border-radius: 0;
    padding: 40px 30px 30px;
    box-shadow: none;
    border: none;
}
#popup-newsletter-content .close:hover{
    opacity: 1;
}
#popup-newsletter-content .close{
    border:none;
    position: absolute;
    right: -10px;
    top: -8px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 0;
    padding: 0;
}
#popup-newsletter-content .close:after{
    content: '\f00d';
    font-family: FontAwesome, sans-serif;
    font-size: 11px;
    line-height: 25px;
    color: #fff;
}
.modal-dialog{
    width: auto;
    margin: 0;
    transform: none!important;
}
#popup-newsletter-content .worldmart-newsletter .return-message{
    border-radius: 0;
    margin-top: 1px;
}
.new-letter-block.default .newsletter-form-wrap.processing .btn-submit:after,
#popup-newsletter-content .newsletter-form-wrap.processing .btn-submit:after{
    font-family: FontAwesome, sans-serif;
    content: "\f110";
    font-size: 16px;
    line-height: inherit;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
#yith-quick-view-content .flash-item{
    position: absolute;
    z-index: 100;
}
@media (max-width: 480px) {
    .modal-content{
        padding: 30px 20px 20px;
    }
    .ovic-live-search-form .category{
        display: none;
    }
    .ovic-live-search-form.loading .results-search::before{
        left: calc( 100% - 80px );
        top: -4px;
        right: inherit;
    }
}
.style3 .ovic-live-search-form .products-search,
.style3 .ovic-live-search-form  .not-results-search{
    left: 0;
    right: 0;
    top: 100%;
}
.woocommerce-terms-and-conditions-wrapper .form-row .checkbox input[type="checkbox"]{
    display: none;
}
#yith-quick-view-modal .woocommerce .wcml-dropdown.product{
    display: none;
}
.worldmart-tabs.style3 .worldmart-products{
    margin: 0;
    padding: 0 1px;
}
/*.worldmart-tabs.style3 .worldmart-products .product-list-owl{
    margin-left: -1px !important;
    margin-right: -1px !important;
}*/
.woocommerce-MyAccount-navigation ul{
    border: 1px solid #e6e6e6;
    padding: 5px;
}
.woocommerce-MyAccount-navigation ul li{
    display: inline-block;
    border-right: 1px solid #ededed;
    line-height: 1;
    padding: 0 15px;
}
.product-list-owl .owl-stage-outer:hover{
    margin-left: -4px;
    margin-right: -4px;
    padding-left: 4px;
    padding-right: 4px;
}
/*Quick view */
#yith-quick-view-close{
    border: none;
    top: -10px;
    right: -9px;
    width: 22px;
    height: 22px;
    line-height: 1;
    opacity: 1;
    font-size: 21px;
    background: #333333;
    border-radius: 50%;
    color: #ffffff !important;
}
#yith-quick-view-close:hover{
    background-color: #db4c52 !important;
}
#yith-quick-view-modal .yith-wcqv-main{
    -webkit-box-shadow: none;
    box-shadow: none;
}
#yith-quick-view-content>div{
    padding: 20px 0 20px 20px;
    display: inline-block;
    width: 100%;
}
#yith-quick-view-content .flash{
    position: absolute;
    display: inline-block;
    width: auto;
    z-index: 10;
    top: 4px;
    right: -3px
}
#yith-quick-view-content div.woocommerce-product-gallery{
    width: 290px;
    display: block;
    position: relative;
    float: left;
    font-size: 0;
}
#yith-quick-view-content div.woocommerce-product-gallery .flex-viewport{
    border: 1px solid #e6e6e6;
}
#yith-quick-view-content div.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    position: absolute;
    z-index: 5;
    top: 10px;
    right: 10px;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    width: auto;
    height: auto;
    border-radius: 50%;
}
#yith-quick-view-content div.woocommerce-product-gallery .woocommerce-product-gallery__trigger::before{
    display: block;
    padding: 6px;
    border-radius: 50%;
}
#yith-quick-view-content div.woocommerce-product-gallery .woocommerce-product-gallery__trigger img{
    display: none;
}
#yith-quick-view-content div.woocommerce-product-gallery .flex-control-nav{
    padding: 0 15px;
    font-size: 0;
    margin: 0;
    margin-top: 5px;
    display: block;
    clear: both;
    max-width: initial;
}
#yith-quick-view-content div.woocommerce-product-gallery .flex-control-nav li>img{
    display: block;
}
#yith-quick-view-content div.woocommerce-product-gallery .flex-control-nav .slick-arrow{
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    z-index: 50;
    opacity: 1;
    visibility: visible;
    left: auto;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    padding: 8px 2px;
    margin-top: -15px
}
#yith-quick-view-content div.woocommerce-product-gallery .flex-control-nav .slick-arrow i{
    font-size: 13px;
}
#yith-quick-view-content div.woocommerce-product-gallery .flex-control-nav .slick-arrow.slick-prev{
    right: auto;
    left: 0;
}
#yith-quick-view-content .has-post-thumbnail .entry-summary{
    display: block;
    width: calc(100% - 290px);
    padding: 0 0 0 20px;
    height: 389px;
    overflow-y: auto;
}
#yith-quick-view-content .entry-summary .summary-content{
    padding-bottom: 15px;
}
#yith-quick-view-content .entry-summary .product_title{
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 21px;
    padding-bottom: 7px;
    border-bottom: none;
    font-size: 15px;
}
#yith-quick-view-content .rating-wapper .rating-count{
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    font-size: 16px;
}
#yith-quick-view-content .entry-summary .price{
    border-top: 1px solid #e6e6e6;
    padding-top: 18px;
    margin-bottom: 17px;
    margin-top: 14px;
}
#yith-quick-view-content .entry-summary .woocommerce-variation .price{
    border-top: none;
}
#yith-quick-view-content .entry-summary .product_meta{
    margin-top: 15px;
    margin-bottom: 30px;
}
#yith-quick-view-content .entry-summary .variations{
    margin-top: -3px;
    margin-bottom: 14px;
}
#yith-quick-view-content .entry-summary .variations .data-val .change-value.color .name{
    font-size: 0;
    display: none;
}
#yith-quick-view-content .entry-summary .variations .data-val .change-value.color .attr-value{
    width: 22px;
    height: 22px !important;
    border-radius: 50%;
}
#yith-quick-view-content .entry-summary .woocommerce-product-details__short-description{
    padding-bottom: 18px;
    margin-bottom: 0;
    padding-top: 13px;
}
#yith-quick-view-content .entry-summary .variations .data-val .change-value.color{
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 5px !important;
}
#yith-quick-view-content .entry-summary .variations .data-val .change-value.color .attr-value::before{
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}
#yith-quick-view-content .entry-summary .variations .reset_variations{
    vertical-align: middle;
    margin: 0;
}
#yith-quick-view-content .entry-summary .variations .reset_variations::before{
    font-size: 21px;
    padding: 6px 2px 5px;
}
#yith-quick-view-content .entry-summary .variations td.label{
    vertical-align: middle;
    font-size: 0;
}
#yith-quick-view-content .entry-summary .variations td.label label{
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}
#yith-quick-view-content .entry-summary .quantity{
    font-size: 0;
}
#yith-quick-view-content .entry-summary .quantity .qty-label{
    display: none;
}
#yith-quick-view-content .entry-summary .quantity .control{
    width: 81px;
    position: relative;
    height: 46px;
    border: 1px solid #e6e6e6;
    vertical-align: middle;
}
#yith-quick-view-content .entry-summary .quantity .control input.input-qty{
    width: 54px;
    float: left;
    padding: 0;
    height: 44px;
}
#yith-quick-view-content .entry-summary .quantity .control .btn-number{
    display: block;
    width: 25px;
    height: 22px;
    margin: 0 !important;
    padding: 0 !important;
    float: right;
    border-radius: 0;
    border: none;
    border-left: 1px solid #e6e6e6;
}
#yith-quick-view-content .entry-summary .quantity .control .btn-number::before{
    content: "\f0d7";
    display: block;
    font-size: 14px;
    font-family: FontAwesome, sans-serif;
    color: #999999;
    line-height: 22px;
    position: static;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    background-color: transparent;
}
#yith-quick-view-content .entry-summary .quantity .control .btn-number:hover{
    background-color: transparent;
}
#yith-quick-view-content .entry-summary .quantity .control .btn-number:hover::before{
    color: #333333;
}
#yith-quick-view-content .entry-summary .quantity .control .btn-number.quantity-plus::before{
    content: "\f0d8";
}
#yith-quick-view-content .entry-summary .quantity .control .btn-number.quantity-plus::after{
    display: none;
}
#yith-quick-view-content .entry-summary .single_add_to_cart_button{
    min-width: 188px;
    margin-left: 0;
    height: auto;
    padding: 11px 10px;
}
#yith-quick-view-modal .yith-quick-view-overlay{
    background: rgba( 0, 0, 0, 0.33);
}
#yith-quick-view-modal .yith-wcqv-wrapper{
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    width: 700px !important;
    height: 429px !important;
    padding: 0;
    margin: 0;
    border: 0;
}
#yith-quick-view-modal #yith-quick-view-content{
    margin: 0;
}
#yith-quick-view-modal.open .yith-wcqv-main{
    overflow-y: initial;
}
.mini-cart-box .mCSB_scrollTools,
#yith-quick-view-modal .mCSB_scrollTools{
    width: 20px;
}
.mini-cart-box .mCSB_inside>.mCSB_container,
#yith-quick-view-modal .mCSB_inside>.mCSB_container{
    margin-right: 20px;
}
.mini-cart-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mini-cart-box .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mini-cart-box .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
#yith-quick-view-modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
#yith-quick-view-modal .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
#yith-quick-view-modal .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #666666;
}
.mini-cart-box .mCSB_scrollTools .mCSB_draggerRail,
#yith-quick-view-modal .mCSB_scrollTools .mCSB_draggerRail{
    background-color: #cccccc;
}
/*growl-notice*/
.growl.growl-error,
.growl.growl-warning,
.growl.growl-notice{
    color: #FFFFFF;
    background: #FFFFFF;
    padding: 0 !important;
    width: 310px;
}
.growl .growl-close{
    padding: 8px 13px;
    font-size: 20px;
}
.growl .growl-title{
    padding: 5px 10px;
    font-size: 16px;
}
.growl.growl-notice .growl-title{
    background-color: #2ECC71;
}
.growl.growl-warning .growl-title{
    background-color: #F39C12;
}
.growl.growl-error .growl-title{
    background-color: #C0392B;
}
.growl .growl-message{
    padding: 10px;
    margin-top: 0;
    margin-bottom: 5px;
}
.growl .growl-content{
    font-size: 13px;
    color: #222222;
    vertical-align: top;
}
.growl .growl-message a{
    margin-top: 6px;
    display: block;
    color: #222222;
}
/*Quick view */
.worldmart-banner.banner-style1 .text-banner .custom-link:hover,
.worldmart-banner.banner-style3 .text-banner .custom-link:hover,
.worldmart-banner.banner-style2 .text-banner .custom-link:hover{
    background-color: #333333;
}
@media (max-width: 1366px) and (min-width: 768px) {
    .mini-cart-box ul{
        max-height: 245px;
    }
}

@media (max-width: 767px) {
    #yith-quick-view-modal .yith-wcqv-wrapper{
        position: absolute;
        left: 50% !important;
        top: 50% !important;
        -webkit-transform: translate( -50%, -50%);
        transform: translate( -50%, -50%);
        width: 320px !important;
        height: 480px !important;
        background-color: #ffffff;
    }
    #yith-quick-view-content .has-post-thumbnail .entry-summary{
        display: inline-block;
        width: 290px;
        padding-left: 0;
        overflow-y: initial;
        height: auto;
        margin-top: 25px;
    }
    #yith-quick-view-content>div{
        padding: 30px 15px 15px;
    }
    #yith-quick-view-modal #yith-quick-view-content{
        overflow-y: auto;
    }
    #yith-quick-view-modal .mCSB_inside>.mCSB_container{
        margin-right: 0;
    }
    #growls-default{
        right: 0;
        top: 0;
    }
    .admin-bar #growls-default{
        top: 46px;
    }
}

@media (max-width: 600px) {
    .sidebar-top{
        display: none;
    }
    .mini-cart-box{
        min-width: 290px;
    }
    .mini-cart-box ul{
        padding: 0 0 0 15px;
    }
}

@media (max-width: 340px) {
    #yith-quick-view-modal .yith-wcqv-wrapper{
        width: 300px !important;
        height: 400px !important;
    }
    #yith-quick-view-content div.woocommerce-product-gallery,
    #yith-quick-view-content .has-post-thumbnail .entry-summary{
        width: 280px;
    }
    #yith-quick-view-content>div{
        padding: 30px 10px 10px;
    }
    .growl.growl-medium{
        margin: 10px 5px;
    }
}

@media ( min-width: 1024px ){
    .main-menu-wapper .verticle-menu li.item-megamenu::after{
        content: '';
        width: 5px;
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        display: block;
        visibility: hidden;
    }
    .main-menu-wapper .verticle-menu li.item-megamenu:hover::after{
        visibility: visible;
    }
}

@media (max-width: 1023px) {
    .worldmart-banner.banner-style2{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .worldmart-banner.banner-style3 .text-banner .custom-link,
    .worldmart-banner.banner-style2 .text-banner .custom-link{
        padding: 8px;
        min-width: 126px;
        text-align: center;
    }
    .worldmart-clone-wrap .megamenu-item{
        margin-bottom: 15px;
    }
    .worldmart-clone-wrap .megamenu-item .menu-title{
        padding-left: 0;
        font-weight: 600;
        margin-top: 15px;
        margin-bottom: 15px;
        color: #333333;
    }
    .worldmart-clone-wrap .megamenu-item li{
        padding-left: 0;
        padding-right: 0;
        line-height: 1;
        border-bottom: 0;
    }
    .worldmart-clone-wrap .megamenu-item li.menu-item>a{
        line-height: 40px;
    }
    .menu-item-type-custom .worldmart-item-title .custom-label{
        display: none;
    }
    .worldmart-panels .submenu.megamenu{
        max-width: 320px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        width: 100% !important;
        padding-bottom: 20px;
        padding-top: 15px;
    }
    .worldmart-panels .submenu.megamenu .vc_column-inner,
    .worldmart-panels .submenu.megamenu .vc_row,
    .worldmart-panels .submenu.megamenu .wpb_column{
        max-width: 320px !important;
        width: 100% !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 1024px) {
    .header-search .form-content .btn-search{
        height: 38px;
        line-height: 38px;
    }
}
.gm-style .gm-style-iw-c{
    border-radius: 0 !important;
}
.worldmart-google-maps .map-title{
    font-size: 18px;
    font-weight: 600;
}
.worldmart-google-maps .map-field{
    font-size: 13px;
    font-weight: 400;
    margin: 2px 0;
}
.worldmart-google-maps .gm-ui-hover-effect{
    top: 0 !important;
    right: 0 !important;
}
.woocommerce-mini-cart .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: '';
    -webkit-animation: wm-spin 1s ease-in-out infinite;
    animation: wm-spin 1s ease-in-out infinite;
    background: url(../svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
}
@-webkit-keyframes wm-spin{
    100%{
        -webkit-transform:rotate(360deg);
    }
}
@keyframes wm-spin{
    100%{
        transform:rotate(360deg)
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .container{
        width: 1404px;
    }
}
.bn-has-link{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
}
/* --------------------------------------
* Single Banner Effect
*----------------------------------------*/
@media (min-width: 1024px) {
    .sgl-banner-effect-03,
    .sgl-banner-effect-02,
    .sgl-banner-effect-01{
        position: relative;
    }
    .sgl-banner-effect-03::before,
    .sgl-banner-effect-02::before,
    .sgl-banner-effect-01::before{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .sgl-banner-effect-01::before{
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    .sgl-banner-effect-02::before{
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
    .sgl-banner-effect-03::before{
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
    }
    .sgl-banner-effect-02:hover::before,
    .sgl-banner-effect-01:hover::before{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .sgl-banner-effect-03:hover::before{
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
    }
    .sgl-banner-effect-08 .banner-content,
    .sgl-banner-effect-07 .banner-content,
    .sgl-banner-effect-05 .banner-content,
    .sgl-banner-effect-04 .banner-content,
    .sgl-banner-effect-03 .banner-content,
    .sgl-banner-effect-02 .banner-content,
    .sgl-banner-effect-01 .banner-content{
        z-index: 5;
        position: relative;
        zoom: 1;
    }
    .sgl-banner-effect-08:hover .banner-content,
    .sgl-banner-effect-07:hover .banner-content,
    .sgl-banner-effect-05:hover .banner-content,
    .sgl-banner-effect-04:hover .banner-content,
    .sgl-banner-effect-03:hover .banner-content,
    .sgl-banner-effect-02:hover .banner-content,
    .sgl-banner-effect-01:hover .banner-content{
        -webkit-animation: wm-effectOne 1s 0s ease 1;
        animation: wm-effectOne 1s 0s ease 1;
    }

    /* --------------------------------------
    * Single Banner Effect 04
    *----------------------------------------*/
    .sgl-banner-effect-04{
        position: relative;
        overflow: hidden;
    }
    .sgl-banner-effect-04::before,
    .sgl-banner-effect-04::after{
        content: '';
        display: block;
        position: absolute;
        pointer-events: none;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        z-index: 1;
    }
    .sgl-banner-effect-04::before{
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.12);
    }
    .sgl-banner-effect-04::after{
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px;
        border: 1px solid rgba(255,255,255,.8);
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
    .sgl-banner-effect-04:hover::before{
        opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
    .sgl-banner-effect-04:hover::after{
        opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    /* --------------------------------------
    * Single Banner Effect 05
    *----------------------------------------*/
    .sgl-banner-effect-05{
        position: relative;
        overflow: hidden;
    }
    .sgl-banner-effect-05:before{
        width: 100%;
        height: 100%;
        content: "";
        background: #ffffff;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
    }
    .sgl-banner-effect-05:after{
        width: 100%;
        height: 100%;
        content: "";
        background: #ffffff;
        opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        position: absolute;
        top: 0;
        left: 0;
    }
    .sgl-banner-effect-05:hover:before{
        left: 50%;
        width: 0;
        opacity: 0.5;
        -webkit-opacity: 0.5;
        filter: alpha(opacity=50);
    }
    .sgl-banner-effect-05:hover:after{
        top: 50%;
        height: 0;
        opacity: 0.5;
        -webkit-opacity: 0.5;
        filter: alpha(opacity=50);
    }

    /* --------------------------------------
    * single banner style 06
    *----------------------------------------*/
    .sgl-banner-effect-06{
        overflow: hidden;
        -webkit-transition: transform 0.3s ease-out 0s;
        transition: transform 0.3s ease-out 0s;
    }
    .sgl-banner-effect-06:hover{
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 30px rgba(0,0,0,0.2);
        box-shadow: 0 0 30px rgba(0,0,0,0.2);
    }


    /* --------------------------------------
    * single banner style 07
    *----------------------------------------*/
    .sgl-banner-effect-07{
        position: relative;
        overflow: hidden;
    }
    .sgl-banner-effect-07::after{
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: url('../gif/wm-snowy.gif');
        background-position: center center;
        background-origin: content-box;
        background-repeat: repeat;
        opacity: 0; 
        filter: alpha(opacity=0);
        visibility: hidden; 
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        z-index: 1;
    }
    .sgl-banner-effect-07:hover::after{
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
    }
    .sgl-banner-effect-07:hover .banner-content{
        -webkit-animation: wm-effectTwo 1.2s 0s ease 1;
        animation: wm-effectTwo 1.2s 0s ease 1;
    }

    /* --------------------------------------
    * single banner style 08
    *----------------------------------------*/
    .sgl-banner-effect-08{
        position: relative;
        overflow: hidden;
    }
    .sgl-banner-effect-08::before{
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        background: rgba(0, 0, 0, 0.1);
        content: '';
        position: absolute;
        z-index: 1;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.3s ease-out 0s;
    }
    .sgl-banner-effect-08::after{
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        background: rgba(0, 0, 0, 0.1);
        content: '';
        position: absolute;
        z-index: 1;
        transition: all 0.5s ease-out 0s;
        -webkit-transition: all 0.5s ease-out 0s;
    }
    .sgl-banner-effect-08:hover::before,
    .sgl-banner-effect-08:hover::after{
        width: 100%;
        height: 100%;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
@-webkit-keyframes wm-effectOne{
    0%   { -webkit-opacity: 0; }
    30%  { -webkit-opacity: 0; }
    80%  { -webkit-opacity: 1; }
}
@keyframes wm-effectOne{
    0%   { filter: alpha(opacity=0); opacity: 0; }
    30%  { filter: alpha(opacity=0); opacity: 0; }
    80%  { filter: alpha(opacity=100); opacity: 1; }
}
@-webkit-keyframes wm-effectTwo{
    0%    { -webkit-opacity: 0; -webkit-transform: translateY(15px);}
    30%   { -webkit-opacity: 0; }
    100%  { -webkit-opacity: 1; -webkit-transform: translateY(0);}
}
@keyframes wm-effectTwo{
    0%    { filter: alpha(opacity=0); opacity: 0; transform: translateY(15px);}
    20%   { filter: alpha(opacity=0); opacity: 0; }
    100%  { filter: alpha(opacity=100); opacity: 1; transform: translateY(0);}
}

/* --------------------------------------
* Single Banner Style
*----------------------------------------*/
.wm-single-banner{
    background-repeat: no-repeat;
    background-size: cover;
}
.single-banner__content{
    display: inline-block;
    line-height: 1;
}
.single-banner__wrap-btn{
    display: block;
}
.single-banner__button:active,
.single-banner__button:visited,
.single-banner__button:focus{
    outline: none;
    box-shadow: none;
}
.single-banner__btn-primary{
    font-size: 13px;
    color: #eff5f5;
    font-weight: 600;
    background-color: #222222;
    min-width: 108px;
    height: 29px;
    line-height: 29px;
    padding: 0 5px;
    text-align: center;
    text-transform: capitalize;
    border: none;
}
.single-banner__btn-hover-main:hover{
    color: #ffffff;
}
.single-banner__btn-square{
    border-radius: 0;
}
.single-banner__bg-main:hover{
    background-color: #222222;
}
.single-banner___btn-right-arrow{
    display: inline-block;
    font-size: 14px;
    margin: 0;
    position: relative;
    line-height: 1;
    padding: 0;
    font-weight: 600;
}
.single-banner___btn-right-arrow::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-color: #666666;
}
.single-banner___btn-right-arrow:first-letter{
    text-transform: uppercase;
}
.single-banner___btn-right-arrow>i{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -2px;
}
.single-banner___btn-right-arrow:hover{
    color: #333333;
}
.single-banner___btn-right-arrow:hover::after{
    background-color: #333333;
}
/* --------------------------------------
* Single Banner Style 01
*----------------------------------------*/
.single-banner-style-01{
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 38px 10px 10px 27px;
}
.single-banner-style-01 .text-01{
    display: block;
    margin: 0;
    color: #222222;
    font-weight: 400;
    line-height: 1;
    font-size: 31px;
}
.single-banner-style-01 .text-01 b{
    color: #02030d;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}
.single-banner-style-01 .text-02{
    display: block;
    margin: 4px 0 0;
    font-size: 17px;
    line-height: 18px;
    color: #222222;
    font-weight: 400;
}
.single-banner-style-01 .wrap-btn{
    display: block;
    margin-top: 7px;
}
.single-banner-style-01 .btn i{
    margin-left: 8px;
}
.single-banner-style-01 .btn{
    font-size: 14px;
    line-height: 1;
    color: #666666;
    font-weight: 400;
    padding: 0;
}
@media (max-width: 767px) {
    .single-banner-style-01{
        padding: 38px 15px 15px;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-01{
        padding-left: 12%;
    }
}
/* --------------------------------------
* Single Banner Style 02
*----------------------------------------*/
.single-banner-style-02{
    display: block;
    font-size: 0;
    line-height: 0;
    font-weight: 400;
    padding: 26px 10px 10px 25px;
}
.single-banner-style-02 .text-01{
    display: block;
    margin: 0;
    font-size: 31px;
    line-height: 1;
    color: #222222;
}
.single-banner-style-02 .text-02{
    display: block;
    margin: 1px 0 0;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}
.single-banner-style-02 .text-03{
    display: block;
    margin: 5px 0 0;
    font-size: 17px;
    font-weight: 400;
    color: #555555;
    line-height: 1;
}
.single-banner-style-02 .wrap-btn{
    margin-top: 14px;
}
@media (max-width: 767px) {
    .single-banner-style-02{
        padding: 26px 15px;
    }
    .single-banner-style-02 .text-01{
        font-size: 28px;
    }
    .single-banner-style-02 .text-02{
        font-size: 31px;
        margin: 10px 0 0;
    }
    .single-banner-style-02 .text-03{
        margin-top: 10px;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-02 {
        padding-left: 10%;
    }
}
/* --------------------------------------
* Single Banner Style 03
*----------------------------------------*/
.single-banner-style-03{
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 37px 0 0 147px;
}
.single-banner-style-03 .text-01{
    display: block;
    font-size: 30px;
    font-weight: 700;
}
.single-banner-style-03 .text-02{
    font-size: 22px;
    color: #666666;
    font-weight: 400;
    display: block;
    margin: 7px 0 0;
}
.single-banner-style-03 .text-02 mark{
    background: transparent;
    padding: 0;
    color: #222222;
}
.single-banner-style-03 .text-03{
    display: block;
    margin: 10px 0 0;
    font-size: 50px;
    color: #222222;
}
.single-banner-style-03 .text-04{
    display: block;
    margin: 8px 0 0;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
}
@media (max-width: 767px) {
    .single-banner-style-03{
        padding: 37px 15px 15px;
    }
    .single-banner-style-03 .text-03{
        margin: 20px 0 0;
        font-size: 34px;
    }
    .single-banner-style-03 .text-04{
        font-size: 15px;
    }
}

@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-03 {
        padding-left: 15%;
    }
}
/* --------------------------------------
* Single Banner Style 04
*----------------------------------------*/
.single-banner-style-04{
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 45px 34px 15px 15px;
}
.single-banner-style-04 .banner-content{
    text-align: left;
    display: inline-block;
}
.single-banner-style-04 .text-01{
    display: block;
    font-size: 23px;
    font-weight: 600;
    color: #666;
    margin: 0;
    text-transform: capitalize;
}
.single-banner-style-04 .text-02{
    display: block;
    margin: -1px 0 0;
    font-size: 43px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.single-banner-style-04 .text-03{
    display: block;
    margin: 3px 0 0;
    font-size: 20px;
    color: #666;
    font-weight: 400;
    text-transform: uppercase;
}
.single-banner-style-04 .text-03 b{
    font-size: 30px;
    color: #000;
}
.single-banner-style-04 .wrap-btn{
    display: block;
    margin-top: 16px;
}
.single-banner-style-04 .btn{
    font-size: 14px;
    color: #fefefe;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
    padding: 0 27px;
    border: none;
    height: 35px;
}
@media (max-width: 1199px) {
    .single-banner-style-04{
        padding: 35px 24px 5px 5px;
    }
    .single-banner-style-04 .banner-content{
        padding: 10px;
        background-color: rgba(255,255,255,0.8);
    }
}
@media (max-width: 767px) {
    .single-banner-style-04{
        padding: 30px 15px 15px;
        text-align: left;
    }
    .single-banner-style-04 .banner-content{
        padding: 15px;
    }
    .single-banner-style-04 .text-01{
        font-size: 20px;
    }
    .single-banner-style-04 .text-02{
        margin: 6px 0 0;
        font-size: 25px;
    }
    .single-banner-style-04 .text-03 b{
        font-size: 25px;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-04 {
        padding-right: 15%;
    }
}
/* --------------------------------------
* Single Banner Style 05
*----------------------------------------*/
.single-banner-style-05{
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 42px 44px 15px 15px;
}
.single-banner-style-05 .banner-content{
    display: inline-block;
    text-align: left;
}
.single-banner-style-05 .text-01{
    display: block;
    font-size: 24px;
    text-transform: capitalize;
    color: #000000;
    margin: 0;
}
.single-banner-style-05 .text-02{
    display: block;
    margin: -1px 0 0;
    font-size: 50px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
}
.single-banner-style-05 .text-03{
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    font-style: italic;
    margin: 10px 0 0;
}
.single-banner-style-05 .text-03 .price{
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    margin-left: 5px;
}
.single-banner-style-05 .wrap-btn{
    margin-top: 12px;
}
.single-banner-style-05 .btn{
    color: #fffffe;
    font-weight: 600;
    text-align: center;
    min-width: 126px;
    height: 35px;
    line-height: 35px;
    border: none;
    padding: 0 15px;
    text-transform: capitalize;
}
@media (max-width: 1199px) {
    .single-banner-style-05{
        padding: 40px 34px 5px 5px;
    }
    .single-banner-style-05 .banner-content{
        padding: 10px;
        background-color: rgba(255,255,255,0.8);
    }
}
@media (max-width: 767px) {
    .single-banner-style-05{
        padding: 35px 10px 15px;
        text-align: left;
    }
    .single-banner-style-05 .text-01{
        font-size: 17px;
    }
    .single-banner-style-05 .text-02{
        margin: 10px 0 0;
        font-size: 30px;
    }
    .single-banner-style-05 .banner-content{
        padding: 15px;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-05 {
        padding-right: 9%;
    }
}
/* --------------------------------------
* Single Banner Style 06
*----------------------------------------*/
.single-banner-style-06{
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 51px 5px 5px 0;
}
.single-banner-style-06 .banner-content{
    background: #fcfcfb;
    padding: 9px 42px 12px 48px;
    position: relative;
    display: inline-block;
}
.single-banner-style-06 .table-element{
    display: table;
}
.single-banner-style-06 .table-cell-element{
    display: table-cell;
    vertical-align: top;
}
.single-banner-style-06 .text-01{
    display: block;
    margin: 6px 0 0;
    font-size: 34px;
    line-height: 24px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 400;
}
.single-banner-style-06 .text-01 b{
    color: #000000;
}
.single-banner-style-06 .text-02{
    display: block;
    margin: 4px 0 0;
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.single-banner-style-06 .text-03{
    display: block;
    margin: 4px 0 0;
    font-size: 22px;
    color: #666666;
    text-transform: capitalize;
}
.single-banner-style-06 .text-number{
    font-size: 124px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0 8px;
    line-height: 81px;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0;
}
.single-banner-style-06 .text-number sup{
    font-size: 30px;
    vertical-align: top;
    line-height: 24px;
    top: 0;
    font-weight: 600;
    left: -12px;
}
.single-banner-style-06 .product-media{
    display: inline-block;
    position: absolute;
    top: -25px;
    right: -126px;
    z-index: 1;
}
@media (max-width: 767px) {
    .single-banner-style-06{
        padding: 35px 15px 10px;
    }
    .single-banner-style-06 .text-01{
        font-size: 26px;
    }
    .single-banner-style-06 .text-03,
    .single-banner-style-06 .text-02{
        font-size: 17px;
        margin: 10px 0 0;
    }
    .single-banner-style-06 .text-number{
        font-size: 45px;
        line-height: 1;
    }
    .single-banner-style-06 .text-number sup{
        font-size: 19px;
        line-height: 24px;
        left: -4px;
    }
    .single-banner-style-06 .banner-content{
        padding: 25px 15px;
    }
    .single-banner-style-06 .product-media{
        display: none;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-06 .banner-content{
        padding: 25px 42px 25px 86px;
    }
}
/* --------------------------------------
* Single Banner Style 07
*----------------------------------------*/
.single-banner-style-07{
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 27px 76px 20px 15px;
}
.single-banner-style-07 .banner-content{
    display: inline-block;
    text-align: left;
}
.single-banner-style-07 .text-01{
    display: block;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
}
.single-banner-style-07 .text-02{
    display: block;
    margin: 9px 0 0;
    font-size: 20px;
    color: #555555;
    font-weight: 600;
    text-transform: uppercase;
}
.single-banner-style-07 .text-02 b{
    font-size: 44px;
    line-height: 30px;
}
.single-banner-style-07 .text-03{
    display: block;
    margin: 8px 0 0;
    font-size: 25px;
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
}
.single-banner-style-07 .wrap-btn{
    margin-top: 17px;
}
.single-banner-style-07 .btn{
    text-align: center;
    color: #ffffff;
    height: 37px;
    line-height: 37px;
    min-width: 126px;
    padding: 0 10px;
    border: 0;
    text-transform: capitalize;
    font-weight: 600;
}
@media (max-width: 1199px) {
    .single-banner-style-07{
        padding: 17px 66px 10px 5px;
    }
    .single-banner-style-07 .banner-content{
        padding: 10px;
        background-color: rgba(255,255,255,0.8);
    }
}
@media (max-width: 767px) {
    .single-banner-style-07{
        padding: 20px 15px;
        text-align: left;
    }
    .single-banner-style-07 .banner-content{
        padding: 15px;
    }
    .single-banner-style-07 .text-02 b{
        font-size: 34px;
    }
    .single-banner-style-07 .text-03{
        margin: 12px 0 0;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-07 {
        padding-right: 15%;
    }
}
/* --------------------------------------
* Single Banner Style 08
*----------------------------------------*/
.single-banner-style-08{
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 49px 10px 10px 190px;
}
.single-banner-style-08 .text-01{
    display: block;
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
}
.single-banner-style-08 .text-02{
    display: block;
    margin: 9px 0 0;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
}
.single-banner-style-08 .btn{
    text-align: center;
    color: #ffffff;
    height: 37px;
    line-height: 37px;
    min-width: 126px;
    padding: 0 10px;
    border: 0;
    text-transform: capitalize;
    font-weight: 600;
}
.single-banner-style-08 .wrap-btn{
    margin-top: 18px;
}
@media (max-width: 767px) {
    .single-banner-style-08{
        padding: 15px;
    }
    .single-banner-style-08 .text-01{
        font-size: 21px;
        line-height: 25px;
    }
    .single-banner-style-08 .text-02{
        line-height: 24px;
        font-size: 17px;
    }
    .single-banner-style-08 .banner-content{
        padding: 15px;
        background-color: rgba(255,255,255,0.8);
    }
}
/* --------------------------------------
* Single Banner Style 09
*----------------------------------------*/
.single-banner-style-09 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 33px 30px 15px;
    background-position: center;
}

.single-banner-style-09 .text-01 {
    display: block;
    font-size: 25px;
    line-height: 24px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.single-banner-style-09 .text-02 {
    display: block;
    margin: 3px 0 0;
    font-size: 15px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 400;
}

.single-banner-style-09 .btn {
    min-width: 121px;
    padding: 9px;
    height: auto;
    line-height: 1;
    margin: 10px 0 0;
}

@media ( max-width: 767px ) {
    .single-banner-style-09 {
        padding-left: 20px;
    }
}

@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-09 {
        padding-left: 12%;
        padding-top: 41px;
    }
}
/* --------------------------------------
* Single Banner Style 10
*----------------------------------------*/
.single-banner-style-10 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 21px 15px 5px 35px;
    background-position: center;
}
.single-banner-style-10 .text-01{
    display: block;
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    text-transform: capitalize;
    line-height: 24px;
}
.single-banner-style-10 .text-02{
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    line-height: 24px;
}
.single-banner-style-10 .text-03{
    display: block;
    margin: 7px 0 0;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    font-weight: 400;
}
.single-banner-style-10 .btn{
    margin: 10px 0 0;
}
@media ( max-width: 767px ) {
    .single-banner-style-10 {
        padding-left: 20px;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-10 {
        padding-left: 11%;
    }
}
/* --------------------------------------
* Single Banner Style 11
*----------------------------------------*/
.single-banner-style-11 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 67px 15px 20px;
    background-position: center;
}
.single-banner-style-11 .text-01{
    display: block;
    margin: 0;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    font-weight: 700;
}
.single-banner-style-11 .text-01:first-letter{
    text-transform: uppercase;
}
.single-banner-style-11 .text-02{
    display: block;
    margin: 8px 0 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #666666;
    line-height: 1;
}
.single-banner-style-11 .text-03{
    display: block;
    margin: 4px 0 0;
    font-weight: 600;
    font-size: 24px;
    color: #048723;
    text-transform: uppercase;
}
@media ( max-width: 767px ) {
    .single-banner-style-11 {
        padding-left: 20px;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-11 {
        padding-left: 9%;
        padding-top: 60px;
    }
}
/* --------------------------------------
* Single Banner Style 12
*----------------------------------------*/
.single-banner-style-12 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 26px 20px;
    background-position: center;
}
.single-banner-style-12 .text-01{
    display: block;
    margin: 0;
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
    line-height: 1;
}
.single-banner-style-12 .text-01 small{
    font-weight: 600;
    font-size: 16px;
}
.single-banner-style-12 .text-02{
    display: block;
    margin: 7px 0 0;
    font-size: 15px;
    color: #555555;
    font-weight: 400;
}
.single-banner-style-12 .media{
    display: block;
    margin: 14px 0 0;
}
@media ( max-width: 767px ) {
    .single-banner-style-12 {
        padding-left: 15px;
        padding-right: 0;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-12 {
        padding-left: 8%;
    }
}
/* --------------------------------------
* Single Banner Style 13
*----------------------------------------*/
.single-banner-style-13 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 25px 15px 15px 37px;
    background-position: center;
}
.single-banner-style-13 .text-01{
    display: block;
    margin: 0;
    font-size: 25px;
    color: #222222;
    text-transform: capitalize;
    font-weight: 700;
}
.single-banner-style-13 .text-01 small{
    font-weight: 600;
    font-size: 18px;
}
.single-banner-style-13 .text-02{
    display: block;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    color: #555555;
    font-weight: 400;
}
.single-banner-style-13 .btn{
    margin: 11px 0 0;
}
.single-banner-style-13 .btn:hover{
    color: #ffffff;
}
@media ( max-width: 767px ) {
    .single-banner-style-13 {
        padding-left: 20px;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-13 {
        padding-left: 8%;
    }
}
/* --------------------------------------
* Single Banner Style 14
*----------------------------------------*/
.single-banner-style-14 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 23px 15px 15px 55px;
    background-position: center;
}
.single-banner-style-14 .text-01 {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}
.single-banner-style-14 .text-02 {
    display: block;
    margin: 0;
    font-size: 30px;
    line-height: 1;
    color: #ff2832;
    font-weight: 700;
    text-transform: uppercase;
}
.single-banner-style-14 .text-03 {
    display: block;
    margin: 4px 0 0;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    font-weight: 400;
    text-transform: capitalize;
}
.single-banner-style-14 .btn{
    margin: 8px 0 0;
}
@media ( max-width: 767px ) {
    .single-banner-style-14 {
        padding-left: 20px;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-14 {
        padding-left: 10%;
    }
}
/* --------------------------------------
* Single Banner Style 15
*----------------------------------------*/
.single-banner-style-15 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 26px 15px 15px 60px;
    background-position: center;
}
.single-banner-style-15 .text-03,
.single-banner-style-15 .text-01 {
    display: block;
    margin: 0;
    font-weight: 400;
    color: #222222;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
}
.single-banner-style-15 .text-02 {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    color: #222222;
}
.single-banner-style-15 .text-03 {
    margin: 4px 0 0;
}
.single-banner-style-15 .text-04 {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #ff2832;
    font-weight: 400;
    position: relative;
}
.single-banner-style-15 .text-04 .price{
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    margin-left: 4px;
}
.single-banner-style-15 .text-04::after{
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: #ff2832;
    left: 0;
    right: 0;
    bottom: -1px;
}
@media ( max-width: 767px ) {
    .single-banner-style-15 {
        padding-left: 20px;
    }
}
/* --------------------------------------
* Single Banner Style 16
*----------------------------------------*/
.single-banner-style-16 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 22px 15px 15px 24px;
    background-position: center;
}
.single-banner-style-16 .text-01 {
    display: block;
    margin: 0;
    font-size: 22px;
    line-height: 23px;
    color: #555555;
}
.single-banner-style-16 .text-02 {
    display: block;
    margin: 9px 0 0;
    font-size: 20px;
    line-height: 1;
    color: #222222;
    text-transform: uppercase;
}
.single-banner-style-16 .btn {
    min-width: 116px;
    padding: 11px;
    line-height: 1;
    height: auto;
    margin: 12px 0 0;
}
.single-banner-style-16 .btn:hover{
    color: #ffffff;
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-16 {
        padding-left: 7%;
    }
}
/* --------------------------------------
* Single Banner Style 17
*----------------------------------------*/
.single-banner-style-17 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 36px 0 10px 25px;
    background-position: center;
}
.single-banner-style-17 .text-01 {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
}
.single-banner-style-17 .text-02 {
    display: block;
    margin: 0;
    font-size: 22px;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.single-banner-style-17 .text-03 {
    display: block;
    margin: 6px 0 0;
    font-size: 16px;
    color: #666666;
}
.single-banner-style-17 .btn{
    margin: 10px 0 0;
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-17 {
        padding-left: 7%;
    }
}
/* --------------------------------------
* Single Banner Style 18
*----------------------------------------*/
.single-banner-style-18 {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 23px 16px 10px 15px;
}
.single-banner-style-18 .banner-content {
    display: inline-block;
    text-align: left;
}
.single-banner-style-18 .text-01 {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.single-banner-style-18 .text-02 {
    display: block;
    margin: 6px 0 0;
    font-size: 16px;
    line-height: 1;
    color: #666666;
    font-weight: 400;
}
.single-banner-style-18 .btn {
    margin: 18px 0 0;
    min-width: 147px;
    height: auto;
    padding: 11px 0;
    line-height: 1;
}
.single-banner-style-18 .btn:hover {
    color: #ffffff;
}
@media ( max-width: 1199px ) {
    .single-banner-style-18 {
        padding: 13px 16px 5px 15px;
    }
    .single-banner-style-18 .banner-content{
        display: inline-block;
        padding: 10px;
        background-color: rgba(255,255,255,0.8);
    }
}
@media ( max-width: 767px ) {
    .single-banner-style-18 {
        padding-left: 20px;
        text-align: left;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-18 {
        padding-right: 10%;
    }
}
/* --------------------------------------
* Single Banner Style 19
*----------------------------------------*/
.single-banner-style-19 {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 26px 98px 10px 10px;
}
.single-banner-style-19 .banner-content {
    display: inline-block;
    text-align: center;
}
.single-banner-style-19 .text-01 {
    display: block;
    margin: 0;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}
.single-banner-style-19 .text-02 {
    display: block;
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    font-weight: 400;
    text-transform: uppercase;
}
.single-banner-style-19 .text-03 {
    display: block;
    margin: 7px 0 0;
    font-size: 30px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.single-banner-style-19 .text-04 {
    display: block;
    margin: 1px 0 0;
    font-size: 30px;
    line-height: 1;
    color: #ff2832;
    text-transform: uppercase;
    font-weight: 700;
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-19 {
        padding-right: 29%;
    }
}
/* --------------------------------------
* Single Banner Style 20
*----------------------------------------*/
.single-banner-style-20 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 22px 15px 15px 35px;
    background-position: center;
}
.single-banner-style-20 .text-01 {
    display: block;
    margin: 0;
    font-size: 25px;
    line-height: 19px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}
.single-banner-style-20 .text-02 {
    display: block;
    margin: 5px 0 0;
    font-size: 25px;
    line-height: 19px;
    color: #666666;
    text-transform: uppercase;
}
.single-banner-style-20 .text-03 {
    display: block;
    margin: 14px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #666666;
    text-transform: capitalize;
}
.single-banner-style-20 .btn {
    margin: 13px 0 0;
    min-width: 128px;
    height: auto;
    line-height: 1;
    padding: 11px;
}
.single-banner-style-20 .btn:hover{
    color: #ffffff;
}
@media ( max-width: 767px ) {
    .single-banner-style-20 {
        padding-left: 20px;
    }
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-20 {
        padding-left: 8%;
        padding-top: 29px;
    }
}
/* --------------------------------------
* Single Banner Style 21
*----------------------------------------*/
.single-banner-style-21 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 23px 21px 10px;
    background-position: center;
}
.single-banner-style-21 .text-01 {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}
.single-banner-style-21 .text-02 {
    display: block;
    margin: 3px 0 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
}
.single-banner-style-21 .text-03 {
    display: block;
    margin: 13px 0 0;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    font-weight: 700;
}
@media (min-width: 1500px) {
    body.site-layout-1404 .single-banner-style-21 {
        padding-left: 8%;
    }
}
/* --------------------------------------
* Single Banner Style 22
*----------------------------------------*/
.single-banner-style-22 {
    display: block;
    font-size: 0;
    line-height: 0;
    padding: 23px 15px 15px 32px;
    background-position: center;
}
.single-banner-style-22 .text-01 {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.single-banner-style-22 .text-02 {
    display: block;
    margin: 4px 0 0;
    font-size: 16px;
    color: #666666;
    line-height: 19px;
}
.single-banner-style-22 .btn{
    margin: 8px 0 0;
}

/* --------------------------------------
* Single Banner Style 23
*----------------------------------------*/
.single-banner-style-23 {
    display: block;
    font-size: 0;
    line-height: 0;
    background-position: center;
    padding: 36px 15px 15px 25px;
}
.single-banner-style-23 .text-01,
.single-banner-style-23 .text-02 {
    display: block;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
}
.single-banner-style-23 .text-02 {
    font-weight: 700;
    text-transform: uppercase;
}
.single-banner-style-23 .text-03 {
    display: block;
    margin: 8px 0 0;
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.single-banner-style-23 .btn {
    margin: 13px 0 0;
    min-width: 106px;
    line-height: 1;
    height: auto;
    padding: 9px;
}
.single-banner-style-23 .btn:hover{
    color: #ffffff;
}

/* --------------------------------------
* Single Banner Style 24
*----------------------------------------*/
.single-banner-style-24 {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 14px 203px 15px 15px;
}
.single-banner-style-24 .banner-content{
    text-align: left;
}
.single-banner-style-24 .text-01{
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}
.single-banner-style-24 .text-02{
    display: block;
    margin: 3px 0 0;
    font-size: 34px;
    color: #000000;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 700;
}
.single-banner-style-24 .text-03{
    display: block;
    margin: 5px 0 0;
    font-size: 20px;
    color: #ff2832;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    padding-left: 96px;
}
.single-banner-style-24 .text-03 span{
    font-size: 21px;
}
.single-banner-style-24 .text-03 b{
    font-size: 34px;
    text-transform: uppercase;
}
@media (max-width: 1199px) {
    .single-banner-style-24{
        padding: 50px 30px 15px 15px;
    }
    .single-banner-style-24 .banner-content{
        padding: 15px;
    }
    .single-banner-style-24 .text-03{
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .single-banner-style-24 .banner-content{
        background: rgba(255,255,255,0.81);
    }
}

/* --------------------------------------
* Single Banner Style 25
*----------------------------------------*/
.single-banner-style-25 {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 15px 12px;
}
.single-banner-style-25 .banner-content{
    display: inline-block;
    padding: 15px;
    text-align: left;
}
.single-banner-style-25 .text-02,
.single-banner-style-25 .text-01{
    display: block;
    margin: 0;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    line-height: 1;
}
.single-banner-style-25 .text-02{
    font-size: 20px;
    font-weight: 700;
    margin: 3px 0 0;
}
.single-banner-style-25 .text-03{
    display: block;
    margin: 9px 0 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #666666;
}
.single-banner-style-25 .btn{
    margin-top: 17px;
    min-width: 112px;
    line-height: 1;
    padding: 9px;
    height: auto;
}

.single-banner-style-25 .btn:hover {
    color: #ffffff;
}

@media (min-width: 1500px) {
    .single-banner-style-25 {
        padding-right: 8%;
        padding-top: 3%;
    }
}

@media (max-width: 1199px) {
    .single-banner-style-25 {
        padding: 30px 12px;
        text-align: left;
    }

    .single-banner-style-25 .banner-content {
        background: rgba(255, 255, 255, 0.81);
    }
}

@media (max-width: 767px) {
    .single-banner-style-25 {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .single-banner-style-25 .text-03 {
        font-size: 17px;
    }
}

/* --------------------------------------
* Single Banner Style 26
*----------------------------------------*/
.single-banner-style-26 {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 7px 34px;
}
.single-banner-style-26 .banner-content{
    display: inline-block;
    padding: 15px;
    text-align: left;
}
.single-banner-style-26 .text-01{
    display: block;
    margin: 0;
    font-size: 20px;
    color: #555555;
    text-transform: capitalize;
    font-weight: 400;
}
.single-banner-style-26 .text-02{
    display: block;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
}
.single-banner-style-26 .btn{
    min-width: 114px;
    line-height: 1;
    height: auto;
    padding: 9px 10px 10px;
    margin: 16px 0 0;
}
.single-banner-style-26 .btn:hover{
    color: #ffffff;
}
@media (min-width: 1500px) {
    .single-banner-style-26 {
        padding-right: 25%;
    }
}
@media (max-width: 1199px) {
    .single-banner-style-26{
        padding: 50px 34px 15px;
    }
    .single-banner-style-26 .banner-content{
        background: rgba(255,255,255,0.81);
    }
}
@media (max-width: 767px) {
    .single-banner-style-26 {
        text-align: left;
        padding: 50px 12px 15px;
    }
    .single-banner-style-26 .text-02 {
        margin: 8px 0 0;
        font-size: 25px;
    }
}
/* --------------------------------------
* Single Banner Style 27
*----------------------------------------*/
.single-banner-style-27 {
    display: block;
    font-size: 0;
    line-height: 0;
    text-align: right;
    padding: 17px 26px 15px 15px;
}
.single-banner-style-27 .banner-content{
    display: inline-block;
    padding: 15px;
    text-align: left;
}
.single-banner-style-27 .text-01{
    display: block;
    margin: 0;
    font-size: 30px;
    font-weight: 400;
    color: #555555;
    line-height: 30px;
    text-transform: uppercase;
}
.single-banner-style-27 .text-01 b{
    color: #000000;
}
.single-banner-style-27 .text-02{
    display: block;
    margin: 6px 0 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
}
.single-banner-style-27 .text-03{
    display: block;
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    color: #ff2832;
    text-transform: uppercase;
    font-weight: 700;
}
.single-banner-style-27 .text-04{
    display: block;
    margin: 8px 0 0;
    font-size: 16px;
    color: #666666;
}
.single-banner-style-27 .text-04:first-letter{
    text-transform: uppercase;
}
.single-banner-style-27 .btn{
    margin: 18px 0 0;
    line-height: 1;
    height: auto;
    padding: 12px;
    min-width: 121px;
}
.single-banner-style-27 .btn:hover{
    color: #ffffff;
}
@media (min-width: 1500px) {
    .single-banner-style-27 {
        padding-right: 10%;
    }
}
@media (max-width: 1199px) {
    .single-banner-style-27 .banner-content{
        background: rgba(255,255,255,0.81);
    }
}
@media (max-width: 767px) {
    .single-banner-style-27 {
        text-align: left;
        padding: 17px 12px 15px;
    }
}
@media (max-width: 399px) {
    .single-banner-style-27 .text-01 {
        font-size: 20px;
    }
    .single-banner-style-27 .text-03 {
        margin: 6px 0 0;
        font-size: 23px;
    }
}
/* --------------------------------------
* Worldmart Title Top Banner
*----------------------------------------*/
.worldmart-title__top-banner{
    display: block;
    margin: 0;
    font-size: 0;
    line-height: 0;
    padding: 8px 20px;
}
.worldmart-title__top-banner .title{
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
    line-height: 24px;
    display: inline-block;
}
/* --------------------------------------
* Boostrap Alert
*----------------------------------------*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p,
.alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}
.alert .close{
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}