.ts-sidebar:after, 
.menu-wrapper nav > ul.menu:after,
.mailchimp-subscription .subscribe-email:after,
.woocommerce .products.list .product .product-wrapper:after,
header:after,
.header-container:after,
header .header-top > .container:after,
header .header-top:after,
div#main:after,
.ts-megamenu-container:after{
display:table;
content:"";
clear:both;
}
.visible-vertical-ipad{
display:none !important;
}
.header-top > .container,
.header-middle > .container,
.header-bottom > .container{
padding-left:20px;
padding-right:20px;
}
.header-v4 .header-bottom > .container,
.header-v6 .header-bottom > .container{
position:relative;
}
.header-v4 .header-bottom,
.header-v6 .header-bottom{
border-width:1px 0 1px 0;
border-style:solid;
}
.page-container{
min-height:400px;
}
.page-container:after{
display:table;
content:"";
clear:both;
}
.page-container,
#main > .fullwidth-template{
padding-top:0;
padding-bottom:0;
}
#main > .fullwidth-template,
.page-template-fullwidth-template .ts-header .container,
.page-template-fullwidth-template footer .container{
max-width:100%;
width:100%;
}
.layout-fullwidth .header-middle > .container,
.layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
.layout-fullwidth .header-top > .container, 
.layout-fullwidth .header-middle > .container, 
.layout-fullwidth .header-bottom > .container,
#main > .fullwidth-template,
.page-template-fullwidth-template .ts-header .container,
.page-template-fullwidth-template footer .container{
padding-left:30px;
padding-right:30px;
}
.layout-fullwidth .container.no-padding,
.layout-fullwidth #main > .page-container{
padding-left:20px;
padding-right:20px;
}
.page-template-fullwidth-template footer .vc_row{
margin-left:-20px;
margin-right:-20px;
}
#main > .page-container.show_breadcrumb_v3,
#main > .fullwidth-template.show_breadcrumb_v3{
margin-top:-255px;
padding-top:10px;
position:relative;
}
body.main-content-wide #main > .page-container.show_breadcrumb_v3,
body.main-content-wide #main > .fullwidth-template.show_breadcrumb_v3,
body.wide #main > .page-container.show_breadcrumb_v3,
body.wide #main > .fullwidth-template.show_breadcrumb_v3{
padding-top:25px;
}   header{
padding:0;width:100%;
}
header.top-header-transparent{
position:absolute;
left:0;
right:0;
top:0;
z-index:99996;
} .menu .ts-columns{
margin-left:-15px;
margin-right:-15px;
}
.menu .ts-columns > .ts-item{
float:left; padding:0 15px;
}   .nav > ul.menu > ul{
padding:0;
margin:0;
}
.nav > ul.menu > ul:after{
display:table;
content:"";
clear:both;
}
.nav > ul.menu > ul > li{
list-style:none;
display:inline-block;
float:left; padding:0;
margin:0;
}
.nav > ul.menu > ul > li > a{
font-size:14px;
line-height:18px;
padding:15px 20px;
text-transform:uppercase;
color:#000000;
display:inline-block;
}
.nav > ul.menu > ul > li > a:hover{
text-decoration:none;
}
header .menu-wrapper{
line-height:0;
position:relative;
}
header .header-v4 .menu-wrapper{
text-align:center;
padding-left:40px;
padding-right:40px;
}
header .header-v6 .menu-wrapper,
header .header-v7 .menu-wrapper{
text-align:center;
}
header .header-v4 .menu-wrapper .ts-menu,
header .header-v6 .menu-wrapper .ts-menu,
header .header-v7 .menu-wrapper .ts-menu{
text-align:left; display:inline-block;
} li.hide ul.sub-menu{
display:none !important;
} .header-v1 .vertical-menu-wrapper{
width:100%;
}
.vertical-menu-wrapper{
float:left; position:relative;
z-index:99992;
}
.header-v2 .vertical-menu-wrapper,
.header-v5 .vertical-menu-wrapper{
margin-right:12px; min-width:280px;
}
.vertical-menu-wrapper .vertical-menu-heading{
padding:20px 20px 20px 60px; transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
position:relative;
z-index:1;
}
.vertical-menu-wrapper .vertical-menu-heading:hover{
cursor:pointer;
}
.vertical-menu-wrapper .vertical-menu-heading:before{
font-family:'FontAwesome';
background:transparent;
content:"\f03a";
position:absolute;
font-weight:normal; left:24px; top:50%;
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
transform:translate(0,-50%);
transition:transform 150ms ease-in-out 0s;
-moz-transition:transform 150ms ease-in-out 0s;
-webkit-transition:transform 150ms ease-in-out 0s;
}
.vertical-menu-wrapper .vertical-menu{
visibility:hidden;
opacity:0;
display:none;
position:absolute;
left:0;
right:0;
top:100%;
border-width:0 1px 1px 1px;
border-style:solid;
transform-origin:0 0 0;
-webkit-transform-origin:0 0 0;
-moz-transform-origin:0 0 0;
-ms-transform-origin:0 0 0;
}
.vertical-menu-small .vertical-menu-wrapper .vertical-menu{
border-width:0;
}
@-webkit-keyframes animation_vertial_categories {
from {
visibility:hidden;
opacity:0;
transform:scale(1,0.7);
-webkit-transform:scale(1,0.7);
-moz-transform:scale(1,0.7);
}
to {
visibility:visible;
opacity:1;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@-moz-keyframes animation_vertial_categories {
from {
visibility:hidden;
opacity:0;
transform:scale(1,0.7);
-webkit-transform:scale(1,0.7);
-moz-transform:scale(1,0.7);
}
to {
visibility:visible;
opacity:1;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@keyframes animation_vertial_categories {
from {
visibility:hidden;
opacity:0;
transform:scale(1,0.7);
-webkit-transform:scale(1,0.7);
-moz-transform:scale(1,0.7);
}
to {
visibility:visible;
opacity:1;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
.vertical-menu-wrapper:hover .vertical-menu{
display:block;
-webkit-animation-duration:340ms;
-moz-animation-duration:340ms;
animation-duration:340ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
animation-fill-mode:both;
-webkit-animation-name:animation_vertial_categories;
-moz-animation-name:animation_vertial_categories;
animation-name:animation_vertial_categories;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
-webkit-animation:none;
-moz-animation:none;
animation:none;
visibility:visible;
display:block;
opacity:1;
}
.display-vertical-menu .woocommerce-message{
display:none !important;
}
.menu-wrapper .vertical-menu > ul.menu > li{
width:100%;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.menu-wrapper .vertical-menu > ul.menu > li > a{
width:100%;
text-align:left; }
.menu-wrapper .vertical-menu > ul.menu > li:first-child > a{
border:0;
}
.menu-wrapper .vertical-menu > ul.menu{
margin:0 !important;
padding:0 !important;
position:relative;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
padding:10px 0 16px 0 !important;
}
.menu-wrapper .vertical-menu  > ul.menu li .menu-desc{
margin-top:5px;
}
.sub-overflow ul.sub-menu,
.item-more-categories ul.sub-menu{
overflow:hidden;
} @-moz-keyframes animation_menu {
0% {
visibility:hidden;
transform: scale(1,0.7);
-webkit-transform: scale(1,0.7);
-moz-transform: scale(1,0.7);
}
100% {
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@-webkit-keyframes animation_menu {
0% {
visibility:hidden;
transform: scale(1,0.7);
-webkit-transform: scale(1,0.7);
-moz-transform: scale(1,0.7);
}
100% {
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@keyframes animation_menu {
0% {
visibility:hidden;
transform: scale(1,0.7);
-webkit-transform: scale(1,0.7);
-moz-transform: scale(1,0.7);
}
100% {
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
.menu-wrapper nav > ul.menu ul.sub-menu li:hover > ul.sub-menu{
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_sub;
-moz-animation-name: animation_menu_sub;
animation-name: animation_menu_sub;
display:block;
}
.menu-wrapper .vertical-menu > ul.menu li > ul.sub-menu{
top:0;
min-height:calc(100% + 1px);
right:auto !important; left:100% !important; display:none;
list-style:none;
margin-left:0px;
margin-top:0;
transform-origin: 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li:first-child > ul.sub-menu{
top:-11px;
}
@-moz-keyframes animation_menu_sub {
0% {
opacity: 0;
visibility:hidden;
transform: scale(0.7,1);
-webkit-transform: scale(0.7,1);
-moz-transform: scale(0.7,1);
}
100% {
opacity: 1;
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@-webkit-keyframes animation_menu_sub {
0% {
opacity: 0;
visibility:hidden;
transform: scale(0.7,1);
-webkit-transform: scale(0.7,1);
-moz-transform: scale(0.7,1);
}
100% {
opacity: 1;
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
@keyframes animation_menu_sub {
0% {
opacity: 0;
visibility:hidden;
transform: scale(0.7,1);
-webkit-transform: scale(0.7,1);
-moz-transform: scale(0.7,1);
}
100% {
opacity: 1;
visibility:visible;
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
}
}
.menu-wrapper .vertical-menu > ul.menu > li ul ul.sub-menu{
left:100%; top:0;
padding:18px 22px 20px 43px; position:absolute;
z-index:99990;
text-align:left; display:none;
}
.menu-wrapper .vertical-menu > ul.menu > li ul.sub-menu:before{
content: "";
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: -1;
border-width: 1px;
border-style: solid;
}
.menu-wrapper .vertical-menu > ul.menu > li ul ul.sub-menu:before{
left:21px; }
.menu-wrapper .vertical-menu > ul.menu ul ul li:first-child > ul.sub-menu{
top:-18px;
}
.menu-wrapper .vertical-menu > ul.menu li:hover > ul.sub-menu{
-webkit-animation:none;
-moz-animation:none;
animation:none;
display:block;
}
.widget-container .menu-wrapper .vertical-menu > ul.menu > li.menu-item-has-children > a:after,
.widget-container .menu-wrapper .vertical-menu > ul.menu > li.parent > a:after,
ul.menu li.parent.no-sub-menu > a:after,
ul.menu li.parent.no-sub-menu > a span:after{
display:none !important
}
.menu-wrapper .vertical-menu.pc-menu > ul.menu > li.menu-item-has-children:not(.parent) > a:before,
.widget-container .vertical-menu > ul.menu > li.menu-item-has-children:not(.parent) > a:before,
.menu-wrapper .vertical-menu.pc-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after{
content: "\f0da" !important ; right:15px !important; top:50%;
font-family: 'FontAwesome';
} .header-template .menu-wrapper .vertical-menu > ul.menu > li{
display:table;
table-layout:fixed;
float:none;
margin:0;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
display:table-cell;
vertical-align:middle;
transition:all 150ms ease 0s;
-webkit-transition:all 150ms ease 0s;
-moz-transition:all 150ms ease 0s;
text-transform:none;
float:none;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li:last-child{
margin:0;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li,
.header-template .menu-wrapper .vertical-menu > ul.menu > li:first-child,
.widget-container .vertical-menu > ul.menu > li,
.widget-container .vertical-menu > ul.menu > li:first-child{
padding:0;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding:14px 20px 14px 40px; border-width:1px 0 0 0;
border-style:solid;
position:relative;
border-color:rgba(217,217,217,0.4);
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding:14px 20px 14px 20px; }
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:14px 20px 14px 90px; }
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:8px 20px 8px 45px; }
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a,
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding:8px 20px 8px 20px; border-width:0;
}
.menu-wrapper .vertical-menu > ul.menu > li > a{
height:89px;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a{
height:auto;
} .visible-sticky{
display:none !important
}
body.admin-bar .mobile-menu-wrapper{
top:46px;
}
.mobile-menu-wrapper{
position:fixed;
left:-1px; top:0;
bottom:0;
overflow:auto;
width:70%;
z-index:100000;
-webkit-transform: translate(-100%,0);
-moz-transform: translate(-100%,0);
-ms-transform: translate(-100%,0);
transform: translate(-100%,0);
transition:all 200ms linear 0s;
-webkit-transition:all 200ms linear 0s;
-moz-transition:all 200ms linear 0s;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
} .ts-menu-drop-icon{
display:none;
cursor:pointer;
}
.menu-wrapper nav > ul.menu{
margin:0;
}
.header-v3 .menu-wrapper nav > ul.menu{
float:right; padding-right:30px; }
.menu-wrapper nav > ul.menu > li{
float:left; list-style:none;
position:relative;
padding:0;
letter-spacing:0;
margin:0 24px 0 0; }
.header-v2 .menu-wrapper nav > ul.menu > li,
.header-v5 .menu-wrapper nav > ul.menu > li{
margin:0 0 0 18px; }
.header-v2 .menu-wrapper nav > ul.menu > li:last-child,
.header-v5 .menu-wrapper nav > ul.menu > li:last-child{
margin:0 0 0 18px; }
.menu-wrapper nav > ul.menu > li:last-child{
padding:0;
margin:0;
}
.menu-wrapper nav > ul.menu > li:hover{
z-index:99993;
}
.menu-wrapper nav > ul.menu > li a:hover{
text-decoration:none;
}
.menu-wrapper nav > ul.menu > li > a{
padding-top:20px;
padding-bottom:20px;
float:left; }
.header-template nav.pc-menu > ul.menu > li.parent > a,
.header-template nav.pc-menu > ul.menu > li.menu-item-has-children:not(.parent) > a{
padding-right:20px; }
.widget-container .vertical-menu > ul.menu ul li.fa > a,
.header-template .menu-wrapper nav > ul.menu li.fa > a{
padding-left:16px; }
.header-template .menu-wrapper nav > ul.menu li a.has-icon{
padding-left:26px; }
.menu-wrapper nav > ul.menu li:before,
.widget-container .vertical-menu > ul.menu li:before{
font-family: 'FontAwesome';
position:absolute;
top:48%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
left:2px; bottom:auto;
right:auto;
z-index:1;
transition: all 150ms ease-in-out 0s;
-webkit-transition: all 150ms ease-in-out 0s;
-moz-transition: all 150ms ease-in-out 0s;
}
.menu-wrapper nav > ul.menu li:before{
left:0; }
.menu-wrapper nav > ul.menu li .menu-icon{
position:absolute;
left:0; top:50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.menu-wrapper nav > ul.menu > li > a.menu-icon{
left:28px }
.ts-header .menu-wrapper .vertical-menu-wrapper nav > ul.menu > li > a >.menu-icon{
margin-top:0 !important;
}
.menu-wrapper nav > ul.menu > li > a >.menu-icon{
left:0; }
.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
left:28px; max-width:40px;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
max-width:16px;
left:20px; }
.menu-wrapper nav > ul.menu li .menu-desc,
.widget-container .vertical-menu > ul.menu li .menu-desc{
text-transform:none;
} .menu-wrapper nav > ul.menu li .ts-megamenu-widgets-container > ul,
.widget-container .vertical-menu > ul.menu li .ts-megamenu-widgets-container > ul{
display:block;
padding:0;
margin:0 -10px;
}
.ts-mega-menu{
margin:0 -10px;
overflow:hidden;
}
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu ul li.menu-item-has-children > a:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after,
nav.pc-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after{
content: "\e684";
font-family: 'Pe-icon-7-stroke';
display:inline-block;
position:absolute;
top:50%;
right:8px; -webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent > a >.menu-label:after{
content: "\e688";
font-family: 'Pe-icon-7-stroke';
padding:0;
display:inline-block;
position:absolute;
top:50%;
padding:0;
right:4px; -webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transition:none;
-webkit-transition:none;
-moz-transition:none;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after{
top:50%;
margin:0;
}
nav.pc-menu.vertical-menu > ul.menu ul li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu li.parent.menu-item-has-children > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu ul li.menu-item-has-children > a:after{
right:-10px; content: "\e684"; margin:0;
}
nav.pc-menu > ul.menu ul li.menu-item-has-children.parent > a:after{
display:none;
}
nav.pc-menu > ul.menu ul ul li.parent > a >.menu-label:after{
right:-35px; content: "\e684"; }
.menu-wrapper nav > ul.menu li ul.sub-menu,
.widget-container .vertical-menu li ul.sub-menu{
position:absolute;
z-index:9999;
left:-25px; top:100%;
margin:0;
padding:22px 30px;
transform-origin: 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
width:210px;
display:none;
}
.menu-wrapper .ts-menu > nav > ul.menu > li > ul.sub-menu{
left:-30px }
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li:first-child > ul.sub-menu{
left:-20px }
.menu-wrapper nav > ul.menu li:hover > ul.sub-menu{
display:block;
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name:animation_menu;
-moz-animation-name:animation_menu;
animation-name:animation_menu;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu{
z-index:99990;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu ul.sub-menu{
z-index:99991;
}
.menu-wrapper nav > ul.menu li.hide > ul.sub-menu,
.menu-wrapper nav > ul.menu > li.parent.hide:hover > a:after{
display:none;
}
.menu-wrapper nav > ul.menu li ul.sub-menu:before{
content:"";
position:absolute;
top:0;
right:0;
left:0;
bottom:0;
z-index:0;
border-width:1px;
border-style:solid;
box-shadow:2px 2px 2px rgba(0,0,0,0.1);
-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.1);
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li.parent > a:after{
bottom:-17px;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent > a:after{
position:absolute;
content:"";
width:10px;
height:10px;
display:none;
border-width:1px;
border-style:solid;
bottom:-5px;
left:50%;
z-index:0;
margin-left:-8px;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li.parent:after{
bottom:-13px;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:after{
position: absolute;
content: "";
width: 12px;
height: 1px;
bottom: -1px;
left: 50%;
z-index:10000;
margin-left: -9px;
display:none;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.hide > a:after,
.menu-wrapper .ts-menu > nav > ul.menu > li.hide:after{
display:none !important;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover > a:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
} @-moz-keyframes animation_menu_icon {
0% {
opacity: 0;
visibility:hidden;
}
100% {
opacity: 1;
visibility:visible;
}
}
@-webkit-keyframes animation_menu_icon {
0% {
opacity: 0;
visibility:hidden;
}
100% {
opacity: 1;
visibility:visible;
}
}
@keyframes animation_menu_icon {
0% {
opacity: 0;
visibility:hidden;
}
100% {
opacity: 1;
visibility:visible;
}
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li > ul.sub-menu:before{
top:12px;
}
.header-v1 .menu-wrapper .ts-menu > nav > ul.menu > li > ul.sub-menu{
padding-top:34px;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu{
left:100%; width:230px;
padding:20px 25px 20px 59px; top:-18px;
}
.menu-wrapper nav > ul.menu li ul.sub-menu li:first-child ul.sub-menu{
top:-22px;
}
.menu-wrapper .vertical-menu > ul.menu li ul.sub-menu,
.widget-container .vertical-menu > ul.menu li ul.sub-menu{
max-width:750px !important;
}
.menu-wrapper nav > ul.menu li ul.sub-menu ul.sub-menu:before{
left:29px; }
.menu-wrapper nav > ul.menu li ul.sub-menu > li,
.menu-wrapper nav li.widget_nav_menu li, 
.menu-wrapper nav div.list-link li, 
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li,
.widget-container .vertical-menu > ul.menu li ul.sub-menu > li,
.widget-container .vertical-menu li.widget_nav_menu li, 
.widget-container .vertical-menu div.list-link li, 
.widget-container .vertical-menu > ul.menu li.ts-normal-menu ul.sub-menu li{
list-style:none;
padding:8px 0;
width:100%;
position:relative;
} .menu-wrapper nav > ul.menu li.ts-megamenu > ul.sub-menu > li{
border:0;
}
.menu-wrapper nav > ul.menu li:before{
display:none;
}
.menu-wrapper nav > ul.menu li.fa:before{
display:inline-block;
} .menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav li.widget_nav_menu li > a, 
.menu-wrapper nav div.list-link li > a, 
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li > a,
.widget-container .vertical-menu > ul.menu ul.sub-menu > li > a,
.widget-container .vertical-menu li.widget_nav_menu li > a, 
.widget-container .vertical-menu div.list-link li > a, 
.widget-container .vertical-menu > ul.menu li.ts-normal-menu ul.sub-menu li > a{
display:inline-block;
width:100%;
position:relative;
z-index:99;
}
.menu-wrapper nav > ul.menu li ul.sub-menu > li:first-child,
.menu-wrapper nav li.widget_nav_menu li:first-child, 
.menu-wrapper nav div.list-link li:first-child, 
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li:first-child,
.widget-container .vertical-menu > ul.menu li ul.sub-menu > li:first-child,
.widget-container .vertical-menu li.widget_nav_menu li:first-child, 
.widget-container .vertical-menu div.list-link li:first-child, 
.widget-container .vertical-menu > ul.menu li.ts-normal-menu ul.sub-menu li:first-child{
border:0;
} .list-link.no-padding{
padding:0 !important;
min-width:180px;	
}
.list-link{
position:relative;
z-index:1;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
width:1170px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-4 ul.sub-menu{
width:980px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-3 ul.sub-menu{
width:740px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-2 ul.sub-menu{
width:450px;
}
.menu-wrapper nav > ul.menu li.ts-megamenu-columns-1 ul.sub-menu{
width:210px;
} .menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-fullwidth ul.sub-menu,
.widget-container .vertical-menu li.ts-megamenu-fullwidth ul.sub-menu{
width:800px;
}
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-columns-4 ul.sub-menu,
.widget-container .vertical-menu li.ts-megamenu-columns-4 ul.sub-menu{
width:800px;
}
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-columns-3 ul.sub-menu,
.widget-container .vertical-menu li.ts-megamenu-columns-3 ul.sub-menu{
width:600px;
}
.menu-wrapper .vertical-menu > ul.menu li.ts-megamenu-columns-2 ul.sub-menu,
.widget-container .vertical-menu li.ts-megamenu-columns-2 ul.sub-menu{
width:410px;
}
.menu-wrapper nav > ul.menu  ul.sub-menu > li > a,
.menu-wrapper nav li.widget_nav_menu li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.ts-normal-menu ul.sub-menu li > a,
.widget-container li.widget_nav_menu li > a,
.widget-container div.list-link li > a,
.widget-container ul.menu li.ts-normal-menu ul.sub-menu li > a,
.widget-container ul.menu ul.sub-menu > li > a{
display:inline-block;
} .menu-wrapper nav > ul.menu ul.sub-menu li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a,
.widget-container div.list-link li > a,
.widget-container ul.menu li.widget_nav_menu li > a,
.widget-container ul.menu ul.sub-menu li > a{
transition: all 250ms ease-in-out 0s;
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
}
header li.widget_nav_menu{
margin:0;
padding:0;
} .menu-wrapper nav li.widget,
.widget-container .vertical-menu li.widget{
list-style:none;
}
.menu-wrapper nav li.widget > .widgettitle,
.menu-wrapper nav div.list-link > .widgettitle,
.widget-container .vertical-menu li.widget > .widgettitle,
.widget-container .vertical-menu div.list-link > .widgettitle{
margin: 0 0 10px 0;
padding: 0 0 10px 0;
position:relative;
}
.menu-wrapper nav li.widget > .widgettitle:after,
.menu-wrapper nav div.list-link > .widgettitle:after,
.widget-container .vertical-menu li.widget > .widgettitle:after,
.widget-container .vertical-menu div.list-link > .widgettitle:after{
content:"";
border-width:1px 0 0 0;
border-style:solid;
bottom:1px;
height:1px;
left:0; width:150px;
max-width:100%;
right:auto;
position:absolute;
}
.menu-wrapper nav li.widget.ts-products-widget > .widgettitle{
padding:0;
margin:0 0 8px 0;
}
.menu-wrapper nav li.widget.ts-products-widget > .widgettitle:after{
display:none;
}
.menu-wrapper nav li.widget ul,
.menu-wrapper nav div.list-link ul,
.widget-container .vertical-menu li.widget ul,
.widget-container .vertical-menu div.list-link ul{
margin:0;
}
.menu-wrapper nav > ul.menu > li ul li.widget_nav_menu,
.menu-wrapper nav div.list-link,
.widget-container .vertical-menu > ul.menu > li ul li.widget_nav_menu,
.widget-container .vertical-menu div.list-link{
float:left;
padding:0 10px;
max-width:100%;
}
.menu-wrapper nav > ul.menu > li ul li.widget_text{
padding:0 10px;
}
.menu-wrapper nav li.ts-megamenu-fullwidth .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-fullwidth .widget_nav_menu,
.mg-col-6 > div{width:20%;}
.menu-wrapper nav li.ts-megamenu-columns-5 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-5 .widget_nav_menu,
.mg-col-5 > div{width:20%;}
.menu-wrapper nav li.ts-megamenu-columns-4 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-4 .widget_nav_menu,
.mg-col-4 > div{width:25%;}
.menu-wrapper nav li.ts-megamenu-columns-3 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-3 .widget_nav_menu,
.mg-col-3 > div{width:33.33333%}
.menu-wrapper nav li.ts-megamenu-columns-2 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-2 .widget_nav_menu,
.mg-col-2 > div{width:50%;}
.menu-wrapper nav li.ts-megamenu-columns-1 .widget_nav_menu,
.widget-container .vertical-menu li.ts-megamenu-columns-1 .widget_nav_menu,
.mg-col-1 > div{width:100%}
.ts-megamenu-columns-2 li.widget,
.ts-megamenu-columns-3 li.widget,
.ts-megamenu-columns-4 li.widget,
.ts-megamenu-fullwidth li.widget{
float:left;
padding:0 10px;
}
.ts-megamenu-columns-1 li.widget{
clear:both;
width:100%;
}
.ts-megamenu-columns-2 li.widget{
width:50%;
}
.ts-megamenu-columns-3 li.widget{
width:33.3333%;
}
.ts-megamenu-columns-4 li.widget{
width:25%;
}
.menu-wrapper nav div.ts-megamenu-widgets-container li.widget_text .bg-mega-menu{
position:absolute;
left:0;right:0;bottom:0;
top:0;
content:"";
z-index:0;
background-repeat:no-repeat !important;
}
.menu-wrapper nav div.ts-megamenu-widgets-container > ul > li{
position:relative;
z-index:1;
}
.menu-wrapper nav div.ts-megamenu-widgets-container li.widget_text{
position:static;
} .bg-sub-columns-4{
padding-right:20%; }   .wpml-ls-legacy-dropdown{width:15.5em;max-width:100%}.wpml-ls-legacy-dropdown>ul{position:relative;padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu{visibility:visible}.wpml-ls-legacy-dropdown .wpml-ls-item{padding:0;margin:0;list-style-type:none}.wpml-ls-legacy-dropdown a{display:block;text-decoration:none;color:#444;border:1px solid #cdcdcd;background-color:#fff;padding:5px 10px;line-height:1}.wpml-ls-legacy-dropdown a span{vertical-align:middle}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position:relative;padding-right:calc(10px + .7em + .7em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{padding-right:10px;padding-left:calc(10px + .7em + .7em)}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{content:'';vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{right:auto;left:10px}.wpml-ls-legacy-dropdown a:hover,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{color:#000;background:#eee}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0;list-style-type:none;z-index:101}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border-width:0 1px 1px 1px}.wpml-ls-legacy-dropdown .wpml-ls-flag{display:inline;vertical-align:middle;width:18px;height:12px}.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:0;margin-right:.4em}
.header-language a:hover,
.my-account-wrapper .account-control > a:hover,
.shopping-cart-wrapper a.cart-control > span:hover,
.my-wishlist-wrapper a:hover,
.header-currency a:hover{
text-decoration:none;
}
.my-account-wrapper,
.my-wishlist-wrapper{
display:inline-block;
line-height:0;
}
.my-wishlist-wrapper.loading{
position:relative;
}
.my-wishlist-wrapper.loading:before{
position:absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
content:"";
z-index:10;
opacity:1;
visibility:visible;
margin:0;
display:inline-block !important;
background-image:url(//caravane-epices.com/wp-content/themes/boxshop/images/ajax-loader.gif);
background-position:center;
background-repeat:no-repeat;
background-color:rgba(255,255,255,0.5)
} .shopping-cart-wrapper ul.cart_list li.loading:before,
.woocommerce .shopping-cart-wrapper ul.cart_list li.loading:before{
z-index:2;
display:block;
position:absolute;
left:0;right:0;bottom:0;top:-20px;
content:"";
background-image:url(//caravane-epices.com/wp-content/themes/boxshop/images/ajax-loader.gif);
background-position:center;
background-repeat:no-repeat;
background-color:rgba(255,255,255,0.5)
}
.shopping-cart-wrapper ul.cart_list li:last-child:first-child.loading:before,
.woocommerce .shopping-cart-wrapper ul.cart_list li:last-child:first-child.loading:before{
top:0;
}
.shopping-cart-wrapper{
position:relative;z-index:998;
}
.my-account-wrapper{
position:relative;
z-index:99994;
}
.shopping-cart-wrapper,
.ts-tiny-cart-wrapper{
z-index:999;
display:inline-block;
position:relative;
}
.header-v7 .shopping-cart-wrapper{
width:20%;
padding-left:10px;
padding-right:10px;
text-align:center;
z-index:99992;
}
.header-v7 .ts-tiny-cart-wrapper{
display:inline-block;
text-align:left; position:static;
}
.header-v3 .shopping-cart-wrapper,
.header-v3 .ts-tiny-cart-wrapper,
.header-v4 .shopping-cart-wrapper,
.header-v4 .ts-tiny-cart-wrapper{
z-index:99996;
}
.header-v3 .ts-tiny-cart-wrapper,
.header-v4 .ts-tiny-cart-wrapper{
padding:0 20px;
}
.shopping-cart-wrapper .dropdown-container,
.my-account-wrapper .dropdown-container,
#lang_sel_click ul ul,
.header-currency ul,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
display:none;
position:absolute;
transform-origin: 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
content:"";
right:50%;
margin-right:-140px;
left:auto;
top:100%;
width:280px;
padding:24px 20px 20px 20px;
}
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
#lang_sel_click ul ul:before,
.header-currency ul:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before{
position:absolute;
left:0;
right:0;
top:10px;
bottom:0;
content:"";
z-index:-1;
border-width:1px;
border-style:solid;
}
.shopping-cart-wrapper:hover .dropdown-container,
.my-account-wrapper:hover .dropdown-container,
#lang_sel_click:hover ul ul,
.header-currency:hover ul,
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu, 
body .wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:focus .wpml-ls-sub-menu, 
body .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover .wpml-ls-sub-menu{
display:block;
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name:animation_menu;
-moz-animation-name:animation_menu;
animation-name:animation_menu;
}
#lang_sel_click:hover ul ul{
visibility:visible !important;
}
.shopping-cart-wrapper .cart-icon{
font-size:24px;
line-height:14px;
position:relative;
top:5px;
margin-right:5px; }
.shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after{
position:absolute;
content:"";
width:10px;
height:10px;
display:none;
border-width:1px;
border-style:solid;
top:5px;
left:50%;
margin-left:-7px;
z-index:-2;
transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-ms-transform:rotate(45deg);
}
.header-v4 .my-account-wrapper .dropdown-container:after,
.header-v3 .my-account-wrapper .dropdown-container:after{
right: 56px; left: auto;
margin: 0;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after{
display:block;
}
.shopping-cart-wrapper .dropdown-container:after{
left:60%; top:11px;
margin:0;
z-index:0;
}
.header-v1 .my-account-wrapper .dropdown-container:after,
.header-v1 #lang_sel_click ul ul:after,
.header-v1 .header-currency ul:after,
body .header-v1 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .header-v1 .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after{
top:1px;
}
header .header-currency > img{
position:absolute;
left:0;
top:2px;
margin-left:5px !important;
}
.my-account-wrapper .dropdown-container:after{
left:auto;
right:55px; margin:0;
}
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
position:absolute;
content:"";
width:12px;
height:1px;
top:16px;
margin-left:-1px; left:60%; z-index:10000;
display:none;
}
.my-account-wrapper .form-content:after{
top:10px;
left:auto;
right:54px; }
.header-v4 .my-account-wrapper .form-content:after,
.header-v3 .my-account-wrapper .form-content:after{
top:10px;
left:auto;
right: 55px; margin:0
}
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
top:36px;
left:50%;
margin-left:-8px;
z-index:99992;
}
.header-v1 .my-account-wrapper .form-content:after{
top:6px;
}
.header-v1 #lang_sel_click:after,
.header-v1 .header-currency > div:before,
body .header-v1 .wpml-ls-legacy-dropdown > ul > li:before,
body .header-v1 .wpml-ls-legacy-dropdown-click > ul > li:before{
top:32px;
}
.shopping-cart-wrapper:hover .dropdown-container:after,
.my-account-wrapper:hover .dropdown-container:after,
#lang_sel_click:hover ul ul:after,
body .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu:after, 
body .wpml-ls-legacy-dropdown:focus .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click:hover .wpml-ls-sub-menu:after, 
body .wpml-ls-legacy-dropdown-click:focus .wpml-ls-sub-menu:after,
.header-currency:hover ul:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.shopping-cart-wrapper:hover .dropdown-container .form-content:after,
.my-account-wrapper:hover .form-content:after,
#lang_sel_click:hover:after,
body .wpml-ls-legacy-dropdown:focus > ul > li:before,
body .wpml-ls-legacy-dropdown:hover > ul > li:before,
body .wpml-ls-legacy-dropdown-click:focus > ul > li:before,
body .wpml-ls-legacy-dropdown-click:hover > ul > li:before,
.header-currency:hover > div:before{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.shopping-cart-wrapper .dropdown-container{
right:0; margin-right:0; padding:25px 0;
}
.shopping-cart-wrapper .dropdown-container:before{
top:16px;
z-index:1;
}
.header-v2 .header-bottom .shopping-cart-wrapper .dropdown-container,
.header-v5 .header-bottom .shopping-cart-wrapper .dropdown-container{
padding-top:0;
}
.header-v2 .header-bottom .shopping-cart-wrapper .form-content > label,
.header-v5 .header-bottom .shopping-cart-wrapper .form-content > label{
padding-top:25px;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.page-template-fullwidth-template .header-v2 .header-bottom .shopping-cart-wrapper .dropdown-container,
.page-template-fullwidth-template .header-v5 .header-bottom .shopping-cart-wrapper .dropdown-container{
right:-1px; }
}
.header-v2 .header-bottom .shopping-cart-wrapper:hover .dropdown-container .form-content:after,
.header-v5 .header-bottom .shopping-cart-wrapper:hover .dropdown-container .form-content:after,
.header-v2 .header-bottom .shopping-cart-wrapper:hover .dropdown-container:after,
.header-v5 .header-bottom .shopping-cart-wrapper:hover .dropdown-container:after,
.header-v2 .header-bottom .shopping-cart-wrapper:hover .dropdown-container,
.header-v5 .header-bottom .shopping-cart-wrapper:hover .dropdown-container{
-webkit-animation-name:none;
-moz-animation-name:none;
animation-name:none;
display:none;
}
.header-v2 .header-bottom .header-right:hover .dropdown-container:after,
.header-v5 .header-bottom .header-right:hover .dropdown-container:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.header-v2 .header-bottom .header-right:hover .dropdown-container .form-content:after,
.header-v5 .header-bottom .header-right:hover .dropdown-container .form-content:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.header-v2 .header-bottom .header-right:hover .dropdown-container,
.header-v5 .header-bottom .header-right:hover .dropdown-container{
display:block;
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name:animation_menu;
-moz-animation-name:animation_menu;
animation-name:animation_menu;
}
.header-v2 .shopping-cart-wrapper .form-content:after,
.header-v5 .shopping-cart-wrapper .form-content:after{
top:0;
}
.header-v2 .shopping-cart-wrapper .dropdown-container:after,
.header-v5 .shopping-cart-wrapper .dropdown-container:after{
top:-5px;
}
.header-v2 .shopping-cart-wrapper .dropdown-container:before,
.header-v5 .shopping-cart-wrapper .dropdown-container:before{
top:0;
}
.header-v3 .shopping-cart-wrapper .dropdown-container:before,
.header-v3 .shopping-cart-wrapper .dropdown-container .form-content:after,
.header-v4 .shopping-cart-wrapper .dropdown-container:before,
.header-v4 .shopping-cart-wrapper .dropdown-container .form-content:after{
top:10px;
}
.header-v3 .shopping-cart-wrapper .dropdown-container:after,
.header-v4 .shopping-cart-wrapper .dropdown-container:after{
top:5px;
}
.shopping-cart-wrapper .dropdown-container ul.cart_list{
overflow:auto;
overflow-x: hidden;	
max-height:263px;
padding:0 25px 19px 25px;
position:relative;
z-index:2;
}
.ts-tiny-account-wrapper{
position:relative;
}
.shopping-cart-wrapper a.cart-control:hover{
text-decoration:none;
}
.shopping-cart-wrapper .form-content > label{
text-transform:none;
padding:15px 25px 5px 25px;
position:relative;
z-index:2;
} .dropdown-container .dropdown-footer{
border-width:1px 0 0 0;
border-style:solid;
margin:0 25px 0 25px;
position:relative;
z-index:2;
}
.my-account-wrapper #ts-login-form{
padding-top:8px;
display:inline-block;
width:100%;
}
.my-account-wrapper .login-submit{
padding-top:10px;
}
.my-account-wrapper .login-submit input{
min-width:100px !important;
}
.my-account-wrapper .forgot-pass{
margin:0 0 2px 0;
} .woocommerce .shopping-cart-wrapper ul.cart_list li,
.shopping-cart-wrapper ul.cart_list li{
list-style:none;
padding:20px 0;
margin:0 0 0 0;
display:inline-block;
width:100%;
position:relative;
border-width:0 0 1px 0;
border-style:solid;
}
.woocommerce .shopping-cart-wrapper ul *,
.shopping-cart-wrapper ul *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.woocommerce .shopping-cart-wrapper ul.cart_list li:last-child, 
.shopping-cart-wrapper ul.cart_list li:last-child{
padding:20px 0 0 0;
border-width:0;
}
.woocommerce .shopping-cart-wrapper h3.product-name, 
.shopping-cart-wrapper h3.product-name{
margin-top:10px;
}
.woocommerce .shopping-cart-wrapper .woocommerce-Price-amount, 
.shopping-cart-wrapper .woocommerce-Price-amount{
display:inline-block;
}
.shopping-cart-wrapper .cart-item-wrapper > span{
display:inline-block !important;
width:auto !important;
}
.woocommerce .shopping-cart-wrapper ul,
.shopping-cart-wrapper ul{
padding:0;margin:0;
}
.cart_list li .cart-item-wrapper,
.woocommerce .cart_list li .cart-item-wrapper{
margin-left:95px; }
.shopping-cart-wrapper .cart_list li > a,
.woocommerce .shopping-cart-wrapper .cart_list li > a{
float:left; width:80px;
}
.cart-dropdown-form a.view-cart,
.widget_shopping_cart_content p.buttons a.view-cart{
margin-bottom:10px;
}
.widget_shopping_cart_content p.buttons > *,
.dropdown-footer > a{
width:100%;
display:inline-block;
}
.widget_shopping_cart_content p.buttons a.checkout, 
.widget_shopping_cart_content p.buttons a.view-cart{
min-width:0;
margin-left:0;
margin-right:0;
} .shopping-cart-wrapper .cart_list li .cart-item-wrapper,
.woocommerce .shopping-cart-wrapper .cart_list li .cart-item-wrapper{
margin-left:90px; margin-right:15px;
}
.shopping-cart-wrapper .cart_list li > a,
.woocommerce .shopping-cart-wrapper .cart_list li > a{
float:left; width:80px;
height:auto;
} .cart_list li:first-child > a,
.woocommerce .cart_list li:first-child > a{
top:0;
}
.cart_list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove{
position:absolute;
right:-2px; left:auto;
top:30px;
content:"";
z-index:2;
font-size:0;
height:auto;
width:auto;
line-height:0;
text-indent:0;
padding:0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
right:-10px; top:0;
}
.woocommerce a.remove:hover{
background:transparent !important;
}
.cart_list li .cart-item-wrapper a.remove:before,
.woocommerce .widget_shopping_cart .cart_list li a.remove:before, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:before{
font-family: 'Pe-icon-7-stroke';
content: "\e681";
font-size:18px;
font-weight:normal !important; line-height:18px;
}
.cart_list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover{
text-decoration:none;
}
.amount.icon{
font-family: 'Raleway', sans-serif;
}
.shopping-cart-wrapper .total{
margin:15px 0;
position:relative;
overflow:hidden;
}
.shopping-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title{
float:left; }
.shopping-cart-wrapper .total > span.amount,
.widget_shopping_cart .total .amount{
float:right; margin-top:3px;
} .header-top{
padding-top:10px;
padding-bottom:10px;
border-width:0 0 1px 0;
border-style:solid;
}
.header-v4 .header-top,
.header-v4 .header-top *,
.header-v6 .header-top,
.header-v6 .header-top *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
header.top-header-transparent .header-v3 .header-top{
background:transparent;
}
.header-v1 > .container{
display:table;
table-layout:auto;
min-height:181px;
}
.header-v1 .header-top{
padding-top:0;
padding-bottom:0;
}
.header-top .header-top-left,
.header-top .header-top-right{
width:35%;
float:left; border-width:0;
}
.header-top .header-top-right{
width:65%;
}
.header-v3 .header-top-right .group-meta-header,
.header-v4 .header-top-right .group-meta-header,
.header-v6 .header-top-right .group-meta-header{
float:right; }
.header-v3 .header-top .shopping-cart-wrapper,
.header-v4 .header-top .shopping-cart-wrapper{
float:right; margin-bottom:-6px;
margin-left:30px; cursor:pointer;
}
.header-v6 .header-middle .shopping-cart-wrapper{
text-align:right; }
.header-v6 .header-middle .shopping-cart-wrapper .ts-tiny-cart-wrapper{
text-align:left; padding-top:20px;
padding-bottom:20px;
}
.header-v3 .header-top .shopping-cart-wrapper:before,
.header-v4 .header-top .shopping-cart-wrapper:before{
position:absolute;
left:0;
right:0;
top:-10px;
bottom:-10px;
content:"";
border-width:0 1px 0 1px;
border-style:solid;
border-color:rgba(153,153,153,0.2);
z-index:0;
}
.header-v1 .header-top,
.header-v1 .header-bottom{
display:table-row;
width:100%;
background:transparent;
}
.header-v1 .header-top  > *,
.header-v1 .header-bottom  > *{
display:table-cell;
}
.header-top .header-left{
width:35%;
float:left; }
.header-top .header-right{
width:65%;
float:right; }
.header-v1 .header-top .header-left{
width:23.8%;
float:none; }
.header-v1 .header-top .header-left{
vertical-align:middle;
text-align:center;
position:relative;
z-index:1;
padding-left:10px;
padding-right:10px;
}
.header-v1 .header-bottom .header-left{
vertical-align:middle;
position:relative;
z-index:1;
}
.header-v1 .header-bottom .header-right{
vertical-align:middle;
float:none; }
.header-v1 .header-top .header-right{
padding-left:20px; float:none;
width:auto;
}
.header-v1 .header-right{
position:relative;
}
.header-v1 .header-top .header-right:before,
.header-v1 .header-bottom .header-right:before{
position:absolute;
content:"";
top:0;
bottom:0;
left:-2000px;
right:-2000px;
z-index:0;
}
.header-v1 .header-bottom:before{
z-index:-1;
}
.my-account-wrapper .account-control > a,
.my-account-wrapper, 
.my-wishlist-wrapper *{
display:inline-block;
position:relative;
}
.my-account-wrapper i,
.my-wishlist-wrapper i{
top:1px;
position:relative;
}
.header-v1 .header-right .menu-wrapper{
clear:both;
padding-top:12px;
padding-bottom:12px;
}
.header-v1 .top-right:after{
display:table;
clear:both;
content:"";
}
.header-v1 .top-right{
border-width:0 0 1px 0;
border-style:solid;
padding:6px 0;
position:relative;
z-index:999;
}
.header-v1 .shopping-cart-wrapper{
position:absolute;
right:0; bottom:17px;
z-index:99;
} body .wpml-ls .wpml-ls-flag + span{
margin-left:5px; display:inline-block;
}
body .wpml-ls-legacy-list-horizontal{
padding:0;
border-width:0;
}
body .wpml-ls-legacy-list-horizontal a{
padding:5px 20px 5px 0; }
body .wpml-ls-legacy-list-horizontal ul li:last-child a{
padding:5px 0 5px 0; }
body .wpml-ls-legacy-dropdown,
body .wpml-ls-legacy-dropdown-click{
width:auto;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
padding:6px 0 !important;
border-width:0;
background:transparent !important;
}
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
display:none;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{
padding:0;
border-width:0;
display:inline-block;
background:transparent !important;
}
.group-meta-header > div:first-child .dropdown-container,
.group-meta-header > div:first-child#lang_sel_click ul ul,
.group-meta-header > div:first-child ul{
right:0;
left:auto; margin-right:0;
margin-left:0;
}
.header-v3 .group-meta-header > div:first-child ul,
.header-v4 .group-meta-header > div:first-child ul,
.header-v6 .group-meta-header > div:first-child ul,
.header-v3 .group-meta-header > div:first-child#lang_sel_click ul ul,
.header-v6 .group-meta-header > div:first-child#lang_sel_click ul ul,
.header-v4 .group-meta-header > div:first-child#lang_sel_click ul ul,
.header-v4 .group-meta-header > div:first-child .dropdown-container,
.header-v6 .group-meta-header > div:first-child .dropdown-container,
.header-v3 .group-meta-header > div:first-child .dropdown-container{
right:auto;
left:50%;
margin-left:-110px;
margin-right:0;
}
.header-v4 .group-meta-header > div:first-child .dropdown-container,
.header-v6 .group-meta-header > div:first-child .dropdown-container,
.header-v3 .group-meta-header > div:first-child .dropdown-container{
margin-left:0;
right:0; left:auto; }
.header-v4 .group-meta-header > div:first-child .dropdown-container,
.header-v6 .group-meta-header > div:first-child .dropdown-container,
.header-v3 .group-meta-header > div:first-child .dropdown-container{
margin-left:0;
right:0; left:auto; }
#lang_sel_click > ul > li > a:after,
.header-currency .wcml_currency_switcher > a:after,
body .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after,
body .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{
content:"\e688";
font-family:'Pe-icon-7-stroke';
line-height:14px;
display:inline-block;
border:0;
position:static;
}
#lang_sel_click,
body .wpml-ls{
z-index:99994;
position:relative;
}
#lang_sel_click *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
#lang_sel_click ul{
margin:0;
}
#lang_sel_click ul ul,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
position:absolute;
padding:24px 30px;
width:220px;
right:50%;
left:auto;
margin-right:-110px;
top:100%;
}
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
border-width:0;
}
#lang_sel_click > ul li{
position:relative;
list-style:none;
padding:0;
margin:0;
z-index:99991;
}
#lang_sel_click > ul li a img{
vertical-align:middle;
margin-right:5px; position:relative;
top:-1px;
}
#lang_sel_click > ul li a .icl_lang_sel_translated{
padding:0 5px;
}
#lang_sel_click ul ul li,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item{
padding:0;
margin:8px 0;
position:relative;
}
#lang_sel_click ul ul li:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:before{
position:absolute;
left:0;
right:0;
top:-3px;
content:"";
border-width:1px 0 0 0;
border-style:solid;
opacity:0.6;
}
#lang_sel_click ul ul li:first-child:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-item:first-child:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu .wpml-ls-item:first-child:before{
display:none;
}
#lang_sel_click ul ul li a{
width:100%;
display:inline-block;
padding:0;
} .header-currency{
z-index:99994;
position:relative;
}
.header-currency:hover{
z-index:99995;
}
.header-currency > div{
line-height:0;
}
.header-currency ul{
position:absolute;
padding:24px 30px;
width:220px;
right:50%;
left:auto;
margin-right:-110px;
top:100%;
}
.header-currency ul li{
position:relative;
list-style:none;
margin:0;
z-index:99991;
width:100%;
display:inline-block;
padding:0;
margin:8px 0;
transition:all 260ms ease-in-out 0s;
-webkit-transition:all 260ms ease-in-out 0s;
-moz-transition:all 260ms ease-in-out 0s;
cursor:pointer;
}
.header-currency ul li:before{
position:absolute;
left:0;
right:0;
top:-8px;
content:"";
border-width:1px 0 0 0;
border-style:solid;
opacity:0.6;
}
.header-currency ul li:first-child:before{
display:none;
} .header-left:after{
display:table;
clear:both;
content:"";
}
.info-desc {
display:inline-block;
margin-right:20px; float:left; }
.ts-social-sharing{
float:left; margin:0;
position:relative;
z-index:1;
}
.ts-social-sharing li{
list-style:none;
display:inline-block;
padding:0;
margin:2px 1px;
line-height:0;
float:left; }
.ts-social-sharing:after{
display:table;
clear:both;
content:"";
}
.ts-social-sharing li a{
width:40px;
height:40px;
text-align:center;
line-height:40px;
padding:0 !important;
display:inline-block;
position:relative;
}
.ts-social-sharing .ts-tooltip{
position:absolute;
content:"";
top:-32px;
left:50%;
margin-left:-33px;
height:20px;
opacity:0;
visibility:hidden;
padding:2px 5px;
line-height:16px;
width:66px;
font-size:10px;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
}
.ts-social-sharing .ts-tooltip:before{
font-family: 'FontAwesome';
content: "\f107";
position:absolute;
bottom:-9px;
left:50%;
font-size:12px;
margin-left:-3px;
}
.ts-social-sharing li:hover .ts-tooltip{
opacity:1;
top:-26px;
visibility:visible;
}  .header-middle{
padding-top:20px;
padding-bottom:20px;
}
.header-v3 .header-middle,
.header-v6 .header-middle{
padding-bottom:0;
padding-top:0;
}
.header-v7 .header-middle{
padding-top:25px;
padding-bottom:25px;
}
.header-middle > .container{
display:table;
}
.header-v4 .header-middle > .container{
display:block;
}
.header-middle > .container > div{
vertical-align:middle;
display:table-cell;
}
.header-v4 .header-middle > .container > div{
display:block;
}
.header-v6 .header-middle > .container > div{
width:33.33333%;
position:relative;
z-index:99992;
} .logo-vetical-ipad{
display:none;
}
header .logo-wrapper{
padding:0 0 0 0;
}
header .header-v4 .logo-wrapper,
header .header-v6 .logo-wrapper{
text-align:center;
margin:12px 0;
}
header .header-v6 .logo-wrapper{
padding-left:20px;
padding-right:20px;
}
.logo-wrapper img.sticky-logo{
display:none;
}
.logo-wrapper .normal-logo.mobile-logo{
display:none;
}
header .logo-wrapper .logo{
line-height:0;
}
header .header-v2 .logo-wrapper,
header .header-v5 .logo-wrapper{
width:40%;
}
header .logo-wrapper a{
font-size:30px;
line-height:32px;
display:inline-block;
max-width:100%;
}
header .logo-wrapper a:hover{
text-decoration:none;
}
.content-middle-header .wpb_row, 
.content-middle-header .wpb_content_element, 
.content-middle-header .vc_tta-container{
margin-bottom:0;
}
.content-middle-header{
width:75%;
}  header .header-bottom{
clear:both;
width:100%;
}
header .header-v7 .header-bottom{
background:transparent;
} header .search-wrapper{
position:relative;
line-height:0;
}
header .header-v7 .search-wrapper{
padding-right:10px; }
.header-v1 .ts-search-by-category:before,
.header-v2 .ts-search-by-category:before,
.header-v5 .ts-search-by-category:before,
.header-v7 .ts-search-by-category:before{
border-width:1px;
border-style:solid;
content:"";
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
z-index:1;
}
header .select2-container .select2-selection--single{
border-width:0;
}
header .header-v3 .search-wrapper{
text-align:right; padding:11px 0;
}
header .header-v3 .search-wrapper > div{
text-align:left }
header .header-v4 .search-wrapper{
position:absolute;
left:auto;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
top:50%;
right:20px; }
header .header-v1 .search-wrapper{
margin-right:180px; padding-left:5px;
padding-right:5px;
padding-top:4px;
padding-bottom:4px;
}
.search-wrapper .ts-search-by-category{
position:relative;
max-width:720px;
}
header .header-v2 .search-wrapper .ts-search-by-category,
header .header-v5 .search-wrapper .ts-search-by-category{
max-width:720px;
width:100%;
float:right; }
#ts-search-result-container{
z-index:99991;
margin-left:-1px; margin-top:-1px;
}
#ts-search-result-container ul {
padding:0;
margin:0;
position:relative;
z-index:2;
}
#ts-search-result-container ul.has-view-all:before{
bottom:-40px;
}
#ts-search-result-container .view-all-wrapper{
padding:5px 15px;
border-width:1px 0 0 0;
border-style:solid;
position:relative;
text-align:center;
text-transform:uppercase;
z-index:2;
}
#ts-search-result-container .view-all-wrapper a:hover{
text-decoration:none;
}
#ts-search-result-container .view-all-wrapper a:before{
content:"+";
}
#ts-search-result-container ul:before{
position:absolute;
left:0;right:-1px;bottom:0;top:0;
border-width:1px;
border-style:solid;
content:"";
z-index:0;
}
body #ts-search-result-container ul:before,
body #ts-search-result-container ul li,
#ts-search-result-container .view-all-wrapper{
border-color:#e5e5e5;
}
#ts-search-result-container ul li:first-child{
border:0;
}
#ts-search-result-container ul li{
list-style:none;
padding:15px 15px 12px 15px;
border-width:1px 0 0 0;
border-style:solid;
position:relative;
z-index:2;
clear:both;
}
#ts-search-result-container ul li a{
padding:0;
display:inline-block;
}
#ts-search-result-container ul li a:hover{
text-decoration:none;
}
#ts-search-result-container ul li .thumbnail{
float:left; width:65px;
height:auto;
margin:0;
}
#ts-search-result-container ul li .thumbnail a{
max-width:100%;
}
#ts-search-result-container ul li .meta{
margin-left:80px; position:relative;
top:-4px;
}
#ts-search-result-container ul li .meta .price{
margin-top:3px;
display:inline-block;
}
#ts-search-result-container ul li .thumbnail:after{
display:table;
clear:both;
content:"";
}
header .search-content{
display:inline-block;
width:72%;
}
header .no-category .search-content{
width:100%;
}
header .header-v6 .search-content,
header .header-v7 .search-content{
width:100%;
}
header .search-content input[type="text"]{
padding-right:70px; padding-left:20px; width:100%;
max-width:100%;
border-width:0;
margin:0;
}
header .header-v2 .search-content input[type="text"],
header .header-v5 .search-content input[type="text"]{
padding-right:60px; padding-left:20px; padding-top:12px;
padding-bottom:12px;
}
header .header-v5 .search-content input[type="text"]{
padding-top:16px;
padding-bottom:16px;
}
header .header-v2 .select2-container .select2-selection--single .select2-selection__rendered, 
header .header-v2 .ts-search-by-category select{
padding-top:6px;
padding-bottom:6px;
}
header .header-v5 .select2-container .select2-selection--single .select2-selection__rendered, 
header .header-v5 .ts-search-by-category select{
padding-top:10px;
padding-bottom:10px;
}
header .ts-search-by-category *{
position:relative;
z-index:1;
}
header .search-content:after{
position:absolute;
right:10px; z-index:1;
top:10px;
}
.header-v3 .ts-search-by-category .search-table .search-content,
.header-v4 .ts-search-by-category .search-table .search-content{
width:450px;
}
header .header-v2 .ts-search-by-category .search-content input[type="submit"]{
width:40px;
background-position:-5px -5px !important;
}
header .header-v5 .ts-search-by-category .search-content input[type="submit"]{
width:50px;
background-position:0 0 !important;
}
header .ts-search-by-category .search-content input[type="submit"]{
position:absolute;
right:0; top:0;
bottom:0;
font-size:0;
width:50px;
padding:0 !important;
display:inline-block;
background-image:url(//caravane-epices.com/wp-content/themes/boxshop/images/image.png) !important; background-position:0 0 !important;
border:0 !important;
min-width:0;
transition:background-color 100ms ease-in-out 0s;
-webkit-transition:background-color 100ms ease-in-out 0s;
-moz-transition:background-color 100ms ease-in-out 0s;
}
header .ts-search-by-category .search-button input[type="submit"]{
transition:background-color 100ms ease-in-out 0s;
-webkit-transition:background-color 100ms ease-in-out 0s;
-moz-transition:background-color 100ms ease-in-out 0s;
}
body #ts-search-result-container ul:before{
background:#ffffff;
}
.ts-search-by-category .search-content.loading input[type="submit"],
header .header-v2 .ts-search-by-category .search-content.loading input[type="submit"],
header .header-v5 .ts-search-by-category .search-content.loading input[type="submit"],
header .ts-search-by-category .search-content.loading ~ .search-button input[type="submit"]{
background-image:url(//caravane-epices.com/wp-content/themes/boxshop/images/ajax-loader.gif) !important;
background-position:center !important;
background-repeat:no-repeat !important;
}
header .ts-search-by-category form > .select2{
height:auto;
border:0;
float:left; line-height:0;
}
header .ts-search-by-category select{
height:auto;
border:0;
float:left; max-width:100%;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
background-image: url(//caravane-epices.com/wp-content/themes/boxshop/images/icon-select.png);
}
header .ts-search-by-category form > .select2,
header .ts-search-by-category select{
width:28% !important;
}
header .select2-container .select2-selection--single .select2-selection__rendered{
width:100%;
height:auto;
border:0;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
position:relative;
}
header .select2-container .select2-selection--single .select2-selection__rendered,
header .ts-search-by-category select{
padding:10px 35px 10px 25px; }
header .search-content input[type="text"]{
padding-top:16px;
padding-bottom:16px;
}
header .search-table .search-content input[type="text"]{
padding-right:40px; padding-left:20px; }
header .header-v6 .search-table .search-content input[type="text"]{
padding:8px 35px 9px 40px; border-width:0 0 1px 0;
border-style:solid;
}
header .ts-search-by-category .search-content input[type="text"],
.ts-header .ts-search-by-category select,
header .select2-container .select2-selection--single,
header .select2-container .select2-selection--single .select2-selection__rendered{
background-color:transparent !important;
}
body .category-dropdown.sticky{
display:none;
}
header .ts-search-by-category .select2-selection .select2-selection__rendered:before{
position:absolute;
right:0; bottom:10px;
top:10px;
content:"";
border-width:0 1px 0 0;
border-style:solid;
content:"";
width:1px;
}
header .toggle-search{
position:relative;
height:38px;
width:44px;
text-align:center;
display:inline-block;
cursor:pointer;
z-index:2;
}
header .header-v4 .toggle-search{
margin-top:11px;
margin-bottom:11px;
}
header .header-v6 .toggle-search{
margin-top:30px;
margin-bottom:30px;
width:30px;
text-align:left; }
header .search-wrapper.active .toggle-search:before{
content:"\e681";
}
header .toggle-search:before{
font-family: 'Pe-icon-7-stroke';
content:"\e618";
font-size:24px;
line-height:38px;
width:44px;
height:38px;
text-align:center;
}
header .header-v3 .ts-search-by-category > *,
header .header-v4 .ts-search-by-category > *,
header .header-v6 .ts-search-by-category > *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
header .header-v3 .ts-search-by-category,
header .header-v4 .ts-search-by-category{
position:absolute;
right:0; top:100%;
visibility:hidden;
opacity:0;
transition:opacity 300ms,visibility 300ms ease-in-out 0s;
-webkit-transition:opacity 300ms,visibility 300ms ease-in-out 0s;
-moz-transition:opacity 300ms,visibility 300ms ease-in-out 0s;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
header .header-v6 .ts-search-by-category{
position:absolute;
left:0; right:calc(100% - 30px); top:50%;
visibility:hidden;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
transition:visibility 100ms,left 500ms,right 500ms ease-in-out 0s;
-webkit-transition:visibility 100ms,left 500ms,right 500mss ease-in-out 0s;
-moz-transition:visibility 100ms,left 500ms,right 500ms ease-in-out 0s;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
background:transparent;
}
header .header-v6 .search-wrapper.active .ts-search-by-category{
right:0; visibility:visible;
}
header .header-v3 .search-wrapper.active .ts-search-by-category,
header .header-v4 .search-wrapper.active .ts-search-by-category{
visibility:visible;
opacity:1;
}
header .ts-search-by-category .search-button input{
font-size:0;
opacity:0.6;
position:absolute;
top:6px;
background:url(//caravane-epices.com/wp-content/themes/boxshop/images/image.png) -56px -8px !important;
z-index:2;
right:4px; border:0 !important;
padding:0 !important;
width:38px;
height:38px;
min-width:0;
transition:all 300ms ease-in-out 0s;
-webkit-transition:all 300ms ease-in-out 0s;
-moz-transition:all 300ms ease-in-out 0s;
}
header .header-v6 .ts-search-by-category .search-button input{
top:0;
right:-5px; }
header .ts-search-by-category .search-button input:hover{
opacity:1;
}
header .ts-search-by-category .search-button{
position:static;
}
header .header-v3 .ts-search-by-category input[type="text"],
header .header-v4 .ts-search-by-category input[type="text"]{
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
border-width:1px;
} .header-v2 .header-middle,
.header-v5 .header-middle{
padding-top:30px;
padding-bottom:30px;
}
.header-v2 .header-bottom .container,
.header-v5 .header-bottom .container{
display:table;
table-layout:fixed;
}
.header-v2 .header-bottom .header-left,
.header-v2 .header-bottom .header-right,
.header-v5 .header-bottom .header-left,
.header-v5 .header-bottom .header-right{
display:table-cell;
vertical-align:middle;
width:85%;
}
.header-v2 .header-bottom .header-right,
.header-v5 .header-bottom .header-right{
display:table-cell;
vertical-align:middle;
width:15%;
position:relative;
z-index:4;
}
.header-v5 .header-bottom .header-right{
text-align:center;
}
.header-v5 .header-bottom .shopping-cart-wrapper{
text-align:left; }
.header-v2 .header-bottom .shopping-cart-wrapper{
float:right; }
.header-v2 .header-bottom .shopping-cart-wrapper,
.header-v5 .header-bottom .shopping-cart-wrapper,
.header-v2 .header-bottom .ts-tiny-cart-wrapper,
.header-v5 .header-bottom .ts-tiny-cart-wrapper{
position:static;
} .header-v1 .info-desc{
float:left; }
.header-v1 .group-meta-header{
float:right; }
.header-template .group-meta-header .shopping-cart-wrapper .cart-control{
padding-right:40px; }
.header-template .group-meta-header .shopping-cart-wrapper .ic-cart{
position:absolute;
right:0; top:0;
line-height:20px;
}
.header-template .group-meta-header .shopping-cart-wrapper .ic-cart:before{
margin:0;
font-size:16px;
}
.header-template .group-meta-header .shopping-cart-wrapper .cart-number{
right:22px; }
.group-meta-header .shopping-cart-wrapper{
z-index:99994;
}
.group-meta-header .shopping-cart-wrapper .dropdown-container:before{
top:7px;
}
.group-meta-header .shopping-cart-wrapper .dropdown-container{
padding-top:27px;
}
.group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
font-style:normal;
}
.header-product-categories .thumbnail > a{
display:inline-block;
}
.group-meta-header:after{
display:table;
clear:both;
content:"";
}
.group-meta-header > div{
display:inline-block;
float:right; margin-right:30px; }
.group-meta-header > div:first-child{
margin:0; }
.ic-menu-close-button{
width:50px;
display:inline-block;
cursor:pointer;
font-size:24px;
text-align:center !important;
padding:7px 0;
}    .dokan-dashboard .dokan-dash-sidebar ul li{
list-style:none;
}
.dokan-product-listing .dokan-product-listing-area{
padding:0;
}
body.dokan-dashboard input[type="search"],
body.dokan-dashboard input[type="text"],
body.dokan-dashboard input[type="password"],
body.dokan-dashboard input[type="number"],
body.dokan-dashboard input[type="email"],
body.dokan-dashboard input[type="tel"],
body.dokan-dashboard input[type="date"],
body.dokan-dashboard select,
body.dokan-dashboard textarea
{
max-width:100%;
}
body.dokan-dashboard .report-filter input[type="search"],
body.dokan-dashboard .report-filter input[type="text"],
body.dokan-dashboard .report-filter input[type="password"],
body.dokan-dashboard .report-filter input[type="number"],
body.dokan-dashboard .report-filter input[type="email"],
body.dokan-dashboard .report-filter input[type="tel"],
body.dokan-dashboard .report-filter input[type="date"],
body.dokan-dashboard .report-filter select,
body.dokan-dashboard .dokan-order-filter-serach input[type="search"],
body.dokan-dashboard .dokan-order-filter-serach input[type="text"],
body.dokan-dashboard .dokan-order-filter-serach input[type="password"],
body.dokan-dashboard .dokan-order-filter-serach input[type="number"],
body.dokan-dashboard .dokan-order-filter-serach input[type="email"],
body.dokan-dashboard .dokan-order-filter-serach input[type="tel"],
body.dokan-dashboard .dokan-order-filter-serach input[type="date"],
body.dokan-dashboard .dokan-order-filter-serach select,
body.dokan-dashboard .dokan-order-filter-search input[type="search"],
body.dokan-dashboard .dokan-order-filter-search input[type="text"],
body.dokan-dashboard .dokan-order-filter-search input[type="password"],
body.dokan-dashboard .dokan-order-filter-search input[type="number"],
body.dokan-dashboard .dokan-order-filter-search input[type="email"],
body.dokan-dashboard .dokan-order-filter-search input[type="tel"],
body.dokan-dashboard .dokan-order-filter-search input[type="date"],
body.dokan-dashboard .dokan-order-filter-search select{
max-width:none;
width:auto;
}
.dokan-reviews-content .dokan-reviews-area .dokan-comments-wrap select{
max-width:none;
width:auto;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset{
border-width:1px;
border-style:solid;
margin-bottom:20px;
}
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend{
margin-bottom:0;
}
body select.dokan-form-control{
height:auto;
}
.report-filter > input[type="submit"]{
margin-top:24px;
}
.dokan-message, 
.dokan-info, 
.dokan-error,
.dokan-panel,
.dokan-alert,
.dokan-progress{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
clear:both;
}
body li.dokan-share-btn-wrap .dokan-share-btn{
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 5px;
}
#dokan-seller-listing-wrap{
clear:both;
}
#dokan-seller-listing-wrap .dokan-message, 
#dokan-seller-listing-wrap .dokan-info, 
#dokan-seller-listing-wrap .dokan-error,
#dokan-seller-listing-wrap .dokan-panel,
#dokan-seller-listing-wrap .dokan-alert,
#dokan-seller-listing-wrap .dokan-progress{
margin-left:15px;
margin-right:15px;
}
#payment-form > fieldset{
padding:10px;
}
#payment-form > fieldset .dokan-form-group{
display:table;
margin:0;
padding:0;
table-layout:auto;
width:100%;
}
#payment-form > fieldset .dokan-form-group > *{
display:table-cell;
vertical-align:middle;
margin:0;
float:none;
padding-top:0;
padding-bottom:0;
width:auto;
}
#payment-form > fieldset.payment-field-bank .dokan-form-group input,
#payment-form > fieldset.payment-field-bank .dokan-form-group textarea{
margin-bottom: 10px;
}
#payment-form .dokan-text-left{
margin:10px 0 !important;
}
.dokan-form-horizontal .dokan-control-label{
margin-top: 10px;
}
.dokan-seller-listing .dokan-seller-search-form{
float:right; width:100%;
}
.dokan-seller-listing .dokan-seller-search-form input{
border-width:1px !important;
border-radius:0 !important;
-webkit-border-radius:0 !important;
-moz-border-radius:0 !important;
padding-top:9px !important;
padding-bottom:9px !important;
}
.dokan-seller-listing .dokan-seller-search-form > *{
display:inline-block;
}
.dokan-seller-listing .dokan-seller-search-form label input{
width:500px;
}
ul.dokan-seller-wrap{
clear:both;
}
body .wp-core-ui .button.button-primary.focus, 
body .wp-core-ui .button.button-primary.hover, 
body .wp-core-ui .button.button-primary:focus, 
body .wp-core-ui .button.button-primary:hover{
background: #008ec2;
border-color: #006799;
color: #fff;
}
body .wp-core-ui .button.button-primary {
background: #0085ba;
border-color: #0073aa #006799 #006799;
-webkit-box-shadow: 0 1px 0 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
text-decoration: none;
text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
} .media-frame select{
height:28px;
}
.media-frame select, 
.wp-admin .media-frame select{
line-height:22px;
}
.product-edit-container .dokan-feat-image-upload a.close{
padding:48% 0;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close{
padding:40% 0;
}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close:hover,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image a.action-delete:hover, 
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete:hover, 
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image a.action-delete:hover{
text-decoration:none;
}
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image, 
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder, 
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image{
list-style:none;
}
.dokan-form-control{
background-color:#ffffff;
background-image:none;
border: 1px solid #EDEDED;
padding:4px 6px;
border-radius:0;
color:#555555;
display:block;
font-size:14px;
min-height:26px;
line-height:26px;
vertical-align:middle;
width:100%;
margin:0;
}
.product-edit-new-container table.dokan-attribute-options-table{
table-layout:auto;
}
.product-edit-new-container table.dokan-attribute-options-table th{
text-align:center;
vertical-align:middle;
}
.product-edit-new-container table.dokan-attribute-options-table ul.tagit{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
margin-top:10px;
}
.product-edit-new-container .dokan-variations-table .dokan-w3{
width:100%;
}
.product-variation-single-popup-content #product-variations .wc-metabox table.data_table td.dimensions_field input{
padding-top:5px;
padding-bottom:5px;
}
.dokan-table > thead > tr > th{
border-bottom-width:1px;
}
body.dokan-dashboard form.report-filter > input[type="submit"]{
clear:both;
float:left;
}
body.dokan-dashboard .report-filter .dokan-form-group input.datepicker{
max-width:180px;
}
.product-variation-single-popup-content #product-variations .wc-metabox h3{
margin-bottom: 0;
}
.product-variation-single-popup-content #product-variations .wc-metabox table{
margin: 0 !important;
border: none;
}
.product-variation-single-popup-content #product-variations .wc-metabox table td{
border: none;
}
.product-variation-single-popup-content #product-variations .wc-metabox table tr{
background-color: #fff;
}
.product-variation-single-popup-content #product-variations .wc-metabox table td.sku,
.product-variation-single-popup-content #product-variations .wc-metabox table td.upload_image,
.product-variation-single-popup-content #product-variations .wc-metabox table td.options{
width: 40% !important;
}
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type select{
max-width:350px;
}
.mce-toolbar .mce-btn button{
background:transparent;
min-width:0;
}
ul.dokan_tabs li.active a{
background:#eee;
}
ul.store-social{
margin-bottom:0;
}
.dokan-shipping-wrapper .dokan-w6{
width:41.66666667%;
}
body ul.dokan_tabs li.active,
body ul.dokan_tabs li:hover{
border-bottom-color:#eee !important;
}
.dokan-theme-sanzo #customer_login .user-role{
margin:0;
}
.dokan-theme-sanzo #customer_login .user-role > label:last-child{
margin-bottom:20px;
}
.dokan-theme-sanzo #customer_login > .woocomerce-FormRow .button{
min-width:120px;
}
#main-content > .page-container{
width:100%;
max-width:100%;
}
#main-content #main-content{
padding-left:0;
padding-right:0;
}
body.dokan-store .store-page-wrap{
position:relative;
z-index:1;
}
#nav-below{
clear:both;
}
.dokan-single-store .profile-frame .profile-info-box{
width:100%;
}
body.dokan-store .dokan-widget-area{
position:relative;
z-index:1;
}
.dokan-store-sidebar.dokan-w3{
margin-left:0 !important;
margin-right:0 !important;
padding:30px 10px;
}
.dokan-single-store.dokan-w8{
padding:30px 10px;
width:75%;
}
body.dokan-store .dokan-widget-area aside{
border-width: 1px;
border-style: solid;
margin: 0 0 30px 0;
clear: both;
padding: 0 20px 20px 20px;
overflow:hidden;
}
body.dokan-store .dokan-widget-area aside.dokan-store-menu .caret-icon{
float: right; } 
body.dokan-store .dokan-widget-area aside.dokan-store-menu a:hover,
body.dokan-store .dokan-widget-area aside.dokan-store-menu a:focus{
text-decoration: none;
border-width: 0 !important;
}
body.dokan-store .dokan-widget-area aside.dokan-store-menu .caret-icon i:before{
content: "\f107";
}
body.dokan-store #main{
margin-left:auto;
margin-right:auto;
padding-left:10px;
padding-right:10px;
position:relative;
}
body.dokan-store #dokan-content > *{
position:relative;
z-index:1;
}
body.dokan-store.main-content-wide #main:before,
body.dokan-store.wide #main:before{
position:absolute;
content:"";
left:-1000px;
top:0;
right:-1000px;
bottom:0;
z-index:0;
}
body.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-info li{
list-style:none;
}
body.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-img{
height:145px;
}
body.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-info{
margin:0 auto;
display:block;
text-align:center;
max-height:300px;
}
body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info i{
float:none;
margin:0;
}
body.dokan-store .woocommerce .seller-items .products .product, 
body.dokan-store.woocommerce-page .products .product{
width:25%;
}
.dokan-single-store .dokan-store-tabs ul li{
float:left; padding:0;
}
.dokan-single-store .dokan-store-tabs ul:after{
display:table;
clear:both;
content:"";
} .chart-container div.legend > div,
.chart-container div.legend > table{
max-width: calc(100% - 42px);
}
.dokan-widget-area .widget ul{
margin-top:7px;
}
.dokan-widget-area .widget ul li{
list-style:none;
}
.dokan-widget-area input[type="search"],
.dokan-widget-area input[type="text"],
.dokan-widget-area input[type="password"],
.dokan-widget-area input[type="number"],
.dokan-widget-area input[type="email"],
.dokan-widget-area input[type="tel"],
.dokan-widget-area input[type="date"],
.dokan-widget-area select,
.dokan-widget-area textarea{
max-width:100%;
}
.dokan-category-menu li.has-children .sub-category{
padding:10px 0 0px 20px; }
.dokan-category-menu #cat-drop-stack > ul{
margin-bottom:0;
}
.dokan-category-menu li a:hover{
text-decoration:none;
}
.dashboard-widget.reviews ul li{
padding:5px 0;
}
body.dokan-store .dokan-category-menu #cat-drop-stack{
margin-top:0;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title{
padding:10px 0;
margin-bottom:10px;
text-align:left }
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title:after{
display:none;
}
.widget-collapse {
height: auto !important;
display: block !important;
}
.footer-bottom{
clear: both !important;
}
.widget.store-contact ul li {
border-bottom: none;
}
.dashboard-widget.products ul li,
.dashboard-widget.orders ul li {
padding:5px 0;
}
.dokan-widget-area .widget .widget-title {
padding-bottom: 10px;
}
.dokan-category-menu #cat-drop-stack{
margin-top:20px;
}
.dokan-category-menu .sub-block h3{
padding:2px 0;
margin:0;
}
body .product-edit-new-container .dokan-btn-lg{
margin-bottom:30px;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
#nav-below {
padding-bottom: 1%;
}
body .location-container{
margin-top:20px;
}
.dokan-store-sidebar form.seller-form ul li{
list-style:none;
}
#dokan-form-contact-seller{
margin-top:10px;
}
body .mfp-bg{
z-index:99992;
}
body .mfp-wrap{
z-index:99993;
}
body.dokan-dashboard .select2-container--open .select2-dropdown--below, 
body.dokan-dashboard .select2-dropdown{
z-index:99995;
}
body .select2-container .select2-selection--multiple{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
line-height:0;
padding:0;
}
body .select2-container .select2-selection--multiple,
body .select2-container.select2-container--focus .select2-selection--multiple{
padding:0;
margin:0;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered{
padding:0 3px;
margin:0;
}
body .select2-container .select2-selection--multiple .select2-selection__rendered li{
padding:5px;
margin:5px 2px;
}
body .select2-container .select2-search--inline .select2-search__field{
margin:0;
}
body .dokan-form-group .select2-search input[type="search"]{
padding:3px 10px !important;
}
body .mfp-close:active{
top:10px;
}
body .dokan-message .dokan-close:hover, 
body .dokan-message .dokan-close:focus{
color:red;
background:none;
opacity:1;
filter:alpha(opacity=100);
}
body input[type="submit"].dokan-btn, 
body a.dokan-btn, 
body .dokan-btn{
margin-bottom:10px;
}
body .ui-datepicker th{
color:#fff;
}
body .ui-datepicker{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
body.dokan-dashboard .ui-datepicker{
z-index: 99993 !important;
}
body mark.outofstock{
background:transparent;
color:red;
}
body .dokan-single-store .dokan-store-tabs ul li{
margin-right:-1px;
}
body .product-edit-new-container label.form-label,
body .dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock{
font-weight:normal;
}
body .weight-dimension .dokan-form-group > input[type="text"]:last-child{
margin:0;
}
body .weight-dimension .dokan-form-group > input[type="text"]{
max-width:32%;
margin-right:2%;
}
body .dokan-product-variation-wrapper .toolbar-top > select{
max-width:200px;
}
body.dokan-dashboard .dokan-dashboard-content .dokan-add-product-link a,
body.dokan-dashboard .dokan-dashboard-content .toggle-sidebar-container .dokan-toggle-edit,
body.dokan-dashboard .dokan-dashboard-content input[type="submit"].dokan-btn-success, 
body.dokan-dashboard .dokan-dashboard-content a.dokan-btn-success, 
body.dokan-dashboard .dokan-dashboard-content .dokan-btn-success,
body.dokan-dashboard .dokan-dashboard-content input[type="submit"].dokan-btn-danger, 
body.dokan-dashboard .dokan-dashboard-content a.dokan-btn-danger, 
body.dokan-dashboard .dokan-dashboard-content .dokan-btn-danger,
body.dokan-dashboard input[type="submit"].dokan-btn-theme:not(.dokan-btn-default), 
body.dokan-dashboard a.dokan-btn-theme:not(.dokan-btn-default), 
body.dokan-dashboard .dokan-btn-theme:not(.dokan-btn-default),
#dokan-request-withdraw-button:hover,
.dokan-product-date-filter .dokan-btn:hover,
.dokan-product-search-form .dokan-btn:hover{
color:#ffffff;
background-color: #f05025;
border-color: #f05025;
}
.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 a.view-product:hover{
color:#000000;
}
body.dokan-dashboard .dokan-dashboard-content .toggle-sidebar-container a{
font-weight:normal;
}
body .product-edit-container #variants-holder .inputs-box .box-header{
overflow:hidden;
}
body .product-edit-container #variants-holder .inputs-box .option-couplet li:before{
display:none;
}
body.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right{
padding-top:0;
}
body .dokan-toggle-sidebar .dokan-toggle-select-container > select{
margin-bottom:10px;
}
body .dokan-order-filter-serach input[type="submit"].dokan-btn,
body .dokan-order-filter-search input[type="submit"].dokan-btn,
body .dokan-order-filter-serach .dokan-form-group .datepicker,
body .dokan-order-filter-search .dokan-form-group .datepicker{
margin-bottom: 0;
}
body .dokan-order-filter-serach .dokan-form-group .datepicker,
body .dokan-order-filter-search .dokan-form-group .datepicker{
line-height: 23px;
}
body .dokan-store-settign-header-wrap .entry-title .dokan-btn{
margin-top: 10px;
}
body .product-edit-container #product-variations .wc-metabox table td.sku, 
body .product-edit-container #product-variations .wc-metabox table td.upload_image, 
body .product-edit-container #product-variations .wc-metabox table td.options{
width:40%;
}
#variable_product_options table td,
#variable_product_options table th{
padding:10px;
}
#variable_product_options table td table{
border-width:0;
}
#variable_product_options table td table tr td{
border-left-width:0;
}
#variable_product_options table td table tr:last-child td{
border-bottom-width:0;
}
#variable_product_options table td table tr th{
border-width:0;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files td{
width:auto;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files td > a.dokan-btn{
padding:3px;
font-size:10px;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files tfoot th{
padding:0;
}
.product-edit-container #product-variations .wc-metabox table.data_table .downloadable_files tfoot th > a{
padding:3px;
border-width:1px;
border-style:solid;
}
body .product-edit-container #product-variations .wc-metabox h3 button{
margin-top:0;
}
body .product-edit-container #variants-holder .inputs-box .option-couplet li{
position:relative;
margin:0;
}
body .product-edit-container #variants-holder .option-couplet .item-action{
width:20px;
position:absolute;
right:-2px;
display:inline-block;
top:2px;
z-index:2;
line-height:18px;
}
body .product-edit-container #product-variations .wc-metabox{
padding:5px;
}
body .product-edit-container #variants-holder .actions a{
line-height:14px;
padding:0 2px;
width:14px;
display:inline-block;
text-align:center;
}
body .product-edit-container #product-variations .wc-metabox table{
margin:0;
}
body .media-modal-close:active, 
body .media-modal-close:hover{
background:transparent;
border-color:transparent;
}
body table.dokan-table-striped{
min-width:700px;
overflow:auto;
margin-bottom:60px;
table-layout: auto;
}
body table.dokan-table tbody tr:last-child td{
border-bottom-width:1px;
} .wcmp_regi_main{
margin-bottom:50px;
}
article hr{
margin-bottom:30px;
}
article > form{
margin-bottom:30px;
}
body .wp-editor-wrap{
margin-bottom:20px;
}
body .wp-editor-wrap .wp-editor-container{
border-width:1px;
border-style:solid;
}
body .table-striped{
table-layout:auto;
}
body .wcmp_fpm_buttons{
width:42px;
left:3px;
right:auto;
margin:0;
}
body .wcmp_main_page .msg_title_box,
body .wcmp_main_page .msg_date_box,
body .wcmp_main_page .msg_arrow_box{
min-height:66px;
}
body .wcmp_main_page .msg_arrow_box .msg_stat_click{
padding:12px 10px;
}
body .wcmp_ass_btn,
body .wcmp_ass_btn:hover{
color:#fff;
text-decoration:none;
}
body .wcmp_ass_btn:hover{
opacity:0.8;
}
body .wcmp_main_page table .input-group-addon span{
margin:0 !important;
}
body .wcmp_table_holder table.wcmp_order_all_table tr td:first-child{
padding-left:5px;
padding-right:5px;
}
body .wcmp_table_loader,
body .wcmp_table_holder{
padding-left:0;
padding-right:0;
}
body .wcmp_tab .ui-widget-header{
padding:0 !important;
}
body .wcmp_fpm_buttons .wcmp_fpm_button{
width:16px;
height:16px;
}
body .wcmp_fpm_buttons .wcmp_fpm_button_separator{
display:none;
}
body .wcmp_fpm_buttons > a.wcmp_fpm_button:first-child{
margin-right:4px;
}
#pv_seller_info_container,
#pv_shop_description_container{
margin-bottom:30px;
}
body .wcmp_regi_main input[type="search"],
body .wcmp_regi_main input[type="text"],
body .wcmp_regi_main input[type="password"],
body .wcmp_regi_main input[type="number"],
body .wcmp_regi_main input[type="email"],
body .wcmp_regi_main input[type="tel"],
body .wcmp_regi_main select,
body .wcmp_regi_main textarea,
body .wcmp_form1 input[type="search"],
body .wcmp_form1 input[type="text"],
body .wcmp_form1 input[type="password"],
body .wcmp_form1 input[type="number"],
body .wcmp_form1 input[type="email"],
body .wcmp_form1 input[type="tel"],
body .wcmp_form1 select,
body .wcmp_form1 textarea{
max-width:100%;
}
body .wcmp_form1 input[type="text"].small{
width:auto;
}
body .one_third_part{
width:33.333334%;
}
body .wcmp_regi_main .button{
border-width:0;
}
body .wcmp_main_menu ul li,
body .wcmp_main_page .msg_stat ul li{
list-style:none;
}
body article > .wcmp_remove_div{
margin-top:-20px;
}
body .wcmp_admin_massege,
body .wcmp_headding2,
body .wcmp_form1 input[type=email], 
body .wcmp_form1 input[type=password], 
body .wcmp_form1 input[type=search], 
body .wcmp_form1 input[type=text], 
body .wcmp_form1 input[type=url], 
body .wcmp_form1 textarea,
body .wcmp_media_block,
body .wcmp_ass_holder_box{
margin-left:3%;
margin-right:3%;
width:94%;
}
body .wcmp_form1 input.pickdate,
body .wcmp_form1 input.pickdate.gap1{
margin-left:3%;
margin-right:3%;
max-width:350px;
background:url(//caravane-epices.com/wp-content/plugins/dc-woocommerce-multi-vendor/assets/images/datepick.png) right -3px no-repeat #fff;
}
body .wcmp_media_block .full_part,
body .wcmp_media_block p{
padding-left:0;
padding-right:0;
}
body .wcmp_form1 .one_third_part input[type=email], 
body .wcmp_form1 .one_third_part input[type=password], 
body .wcmp_form1 .one_third_part input[type=search], 
body .wcmp_form1 .one_third_part input[type=text], 
body .wcmp_form1 .one_third_part input[type=url], 
body .wcmp_form1 .one_third_part textarea,
body .half_part .wcmp_headding2, 
body .wcmp_form1 .half_part input[type=email], 
body .wcmp_form1 .half_part input[type=password], 
body .wcmp_form1 .half_part input[type=search], 
body .wcmp_form1 .half_part input[type=text], 
body .wcmp_form1 .half_part input[type=url], 
body .wcmp_form1 .half_part textarea, 
body .half_part .wcmp_media_block, 
body .half_part .wcmp_ass_holder_box{
margin-left:0;
margin-right:0;
width:100%;
}
body .half_part{
padding-left:3%;
padding-right:3%;
}
body .wcmp_form1 .half_part p, 
body .wcmp_form1 .half_part .txt, 
body .half_part .wcmp_admin_massege{
padding-left:0;
padding-right:0;
}
body .wcmp_regi_main .wcmp_regi_form_box .wcmp-regi-12{
margin-left:0;
margin-right:0;
}
body .wcmp_headding1{
padding:10px 3%;
}
body .wcmp_form1 p,
body .wcmp_form1 .txt,
body .wcmp_ass_holder_box{
padding-left:3%;
padding-right:3%;
}
body .wcmp_form1{
padding:0 0 25px 0;
}
body .simplePopupBackground{
z-index:1000;
}
body .simplePopup{
z-index:1001;
}
body .simplePopup table input{
margin-bottom:0;
}
div.product .summary .meta-content > .simplePopup{
width:400px;
display:none;
}
body .wcmp-abuse-report-title{
font-size:24px;
line-height:28px;
}
body .wcmp_mixed_txt{
background:#f5f5f5;
}
.wcmp_remove_div input[type="text"].regular-text, 
.wcmp_remove_div select.regular-select, 
.wcmp_remove_div input[type="number"].regular-text,
.wcmp_remove_div textarea.regular-textarea,
.frontend_product_manager_product_types input[type="text"].regular-text, 
.frontend_product_manager_product_types select.regular-select, 
.frontend_product_manager_product_types input[type="number"].regular-text,
.frontend_product_manager_product_types textarea.regular-textarea,
.ui-accordion input[type="text"].regular-text, 
.ui-accordion select.regular-select, 
.ui-accordion input[type="number"].regular-text,
.ui-accordion textarea.regular-textarea{
max-width:100%;
width:64%;
padding:16px 20px;
}
body .multi_input_block textarea.regular-textarea{
margin-bottom:10px;
}
body p.enable_reviews.checkbox_title{
margin-bottom:10px !important;
}
.wcmp_remove_div select.regular-select,
.frontend_product_manager_product_types select.regular-select,
.ui-accordion select.regular-select{
padding:10px 20px;
}
body .ui-accordion-content .select2-container{
width:64% !important;
margin-bottom:10px;
}
body .ui-datepicker .ui-datepicker-title select{
padding:0;
background-color:transparent;
border-width:0;
color:#000;
}
body .ui-datepicker .ui-datepicker-prev, 
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev-hover, 
body .ui-datepicker .ui-datepicker-next-hover{
top:5px;
}
body .ui-datepicker .ui-datepicker-prev-hover{
left:2px;
}
body .ui-datepicker .ui-datepicker-next-hover{
right:2px;
}
body .featured_img.pro_title{
width:100%;
}
body .gallery_img.pro_title{
width:100%;
margin-top:30px;
}
#gallery_img .multi_input_block{
display:inline-block;
margin:10px 10px 0 0;
float:left;
}
body .dc-wp-fields-uploader img{
float:left;
}
body .dc-wp-fields-uploader #featured_img_display{
width:200px !important;
height:auto !important;	
}
body #gallery_img img{
width:100px !important;
height:auto !important;
}
body .dc-wp-fields-uploader .remove_button{
float:left;
clear:both;
margin-top:5px;
}
.multi_input_block_manupulate:hover{
cursor:pointer;
}
body input.regular-checkbox {
margin-right:55%;
}
body .vendor_img_add .img_div{
padding-bottom:10px;
}
body .wcmp_black_headding{
background:#f5f5f5;
padding:10px 2%;
}
body .wcmp_dashboard_display_box{
margin-bottom:30px;
}
body .vendor_address img{
position:relative;
top:7px;
}
body .social_profile img{
width:20px;
height:20px;
}
body .description_data{
padding-top:20px;
}
body #primary > div > .star-rating{
margin-bottom:0;
}
body .description_data table{
display:block;
}
body .description_data table *{
display:inline-block;
width:100%;
border-width:0;
}
body .description_data table td{
padding-left:15px;
padding-right:15px;
padding-bottom:0;
}
body .description_data table td label{
padding-bottom:0;
}
.woocommerce .after-loop-wrapper #reviews{
text-align:left;
}
.woocommerce .after-loop-wrapper #reviews #reply-title{
margin-bottom:0;
}
.woocommerce .after-loop-wrapper #reviews textarea{
max-width:500px;
}
.woocommerce .after-loop-wrapper #reviews .form-submit input#submit{
display:inline-block;
width:auto;
margin-bottom:5px;
}
.dc-wp-fields-uploader .button{
font-size:12px !important;
line-height:16px !important;
padding:5px 10px !important;
}
.variable-subscription .multi_input_block > .dc-wp-fields-uploader{
display:inline-block;
width:100%;
margin-bottom:30px;
}
.variations_image_0.pro_title{
margin-top:30px;
display:inline-block;
width:100%;
}
.ui-accordion-content > #product_tags{
position:relative;
left:6px;
}
body .dc-wp-fields-uploader .user-profile-fields,
body .dc-wp-fields-uploader img.placeHolder{
float:left;
}
body .dc-wp-fields-uploader .user-profile-fields{
clear:both;
}
body .ui-accordion-content .fpm_add_attribute{
position:relative;
top:2px;
}
body .default_attributes_holder > select{
position:relative;
left:-6px;
}
#wcmp_vendor_reviews #comments{
margin-top:50px;
} .ts-effect .overlay {
display: block;
position: absolute;
z-index: 20;
background: rgba(0, 0, 0, 0.5);
overflow: hidden;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
font-size:0;
}
.ts-effect .overlay:before {
position: absolute;
top:50%;
left:50%;
z-index: 100;
width:50px;
height:50px;
content:"+";
font-weight:normal; font-family:"Times New Roman";
text-align: center;
color: #fff;
line-height: 50px;
font-size: 38px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.ts-effect:after {
content:"";
display:table;
clear:both;
}
.ts-effect .item {
position: relative;
float: left;
margin-bottom: 5px;
width: 33.3333%;
overflow: hidden;
}
.ts-effect .item-wrapper{
position:relative;
}
.ts-effect a.item-wrapper{
display:block;
}
.ts-effect .item-image{
position:relative;
}
.ts-effect .item a.link{
position:absolute;
left:0;right:0;bottom:0;top:0;
display:block;
z-index:1;
}
.ts-effect .item img {
display:block;
margin:0;
padding:0;
max-width:100%;
height:auto;
} .gallery-size-thumbnail{
margin-left:-5px !important;
margin-right:-5px !important;
}
.gallery-size-thumbnail .gallery-item{
float:left;
margin:0;
padding:0 5px;
}
.gallery-size-thumbnail .gallery-item a{
display:inline-block;
}
.gallery-columns-5 .gallery-item{
width:20%;
}
.gallery-columns-4 .gallery-item{
width:25%;
}
.gallery-columns-3 .gallery-item{
width:33.3333%;
} .ts-gallery-img,
.ts-list-video{
margin-left:-5px;
margin-right:-5px;
margin-bottom:20px;
overflow:hidden;
}
.ts-gallery-img li.first,
.ts-list-video li.first{clear:both;}
.ts-gallery-img li,
.ts-list-video li{
padding:5px;
float:left;
display:inline-block;
text-align:center;
position:relative;
}
.ts-gallery-img li a{
display:inline-block;
}
.ts-gallery-img.columns-5 li{
width:20%;
}
.ts-gallery-img.columns-4 li{
width:25%;
}
.ts-gallery-img.columns-3 li{
width:33.3333%;
} .wpb_image_grid .wpb_image_grid_ul{
margin-left:-3px;
margin-right:-3px;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item{
padding:3px;
} div#main{
min-height:500px;
width:100%;
clear:both;
}
h4.heading-title > a,
h3.product-name > a,
h3.product-name{
letter-spacing:0.2px;
}
h3.product-name{
margin-bottom:5px;
} #main-content .ts-large-one-third .vc_col-sm-4{
width:35%;
padding:2% 3% 0 3%;
}
#main-content .ts-large-one-third .vc_col-sm-8{
width:65%;
} .thumbnail-wrapper.lazy-loading .product-group-button,
.thumbnail-wrapper.lazy-loading:before{
display:none !important;
}
.ts-product .content-wrapper.loading{
max-height:400px;
overflow:hidden;
}
.ts-product.list .content-wrapper.loading{
max-height:200px;
}
.ts-blogs-wrapper.loading .content-wrapper,
.ts-product-in-category-tab-wrapper .column-products.loading,
.ts-product-in-category-tab-wrapper .column-banners.loading{
height:332px;
overflow:hidden;
}
.banner-left .column-banners.loading,
.banner-right .column-banners.loading{
height:500px;
}
.ts-products-widget .ts-products-widget-wrapper.loading,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading,
.list-posts article .gallery.loading,
.single .gallery.loading{
height:300px;
overflow:hidden;
} .list-posts article .gallery.loading{
margin:0;
} .images.loading,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading,
.ts-logo-slider-wrapper.loading .content-wrapper,
.related-posts.loading .content-wrapper,
.blogs article a.gallery.loading,
.ts-testimonial-wrapper.loading,
.ts-twitter-slider.loading,
.ts-portfolio-wrapper.loading,
.ts-product-category-slider-wrapper .content-wrapper.loading{
height:200px;
overflow:hidden;
}
.header-product-categories.loading,
.thumbnails.loading,
.widget-container .gallery.loading figure{
height:110px;
overflow:hidden;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:300px;
}
.ts-portfolio-wrapper.ts-masonry.loading{
height:500px;
}
.ts-product-in-category-tab-2-wrapper .column-products.loading{
height:847px;
}
.woocommerce .product figure.loading{
height:350px;
}
.images.loading,
.header-product-categories.loading,
.ts-products-widget .ts-products-widget-wrapper.loading,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading,
.blogs article a.gallery.loading,
.ts-blogs-wrapper.loading .content-wrapper,
.ts-testimonial-wrapper.loading,
.ts-twitter-slider.loading,
.list-posts article .gallery.loading,
.single .gallery.loading,
.ts-portfolio-wrapper.loading,
.thumbnails.loading,
.thumbnail.loading,
.ts-product-category-slider-wrapper .content-wrapper.loading,
.ts-product-in-category-tab-wrapper .column-banners.loading,
.ts-product-in-category-tab-wrapper .column-products.loading,
.ts-product-in-category-tab-2-wrapper .column-products.loading{
position:relative;
overflow:hidden;
}
.images.loading:before,
.header-product-categories.loading:before,
.tab-content.loading:before,
.tab-contents.loading:before,
.list-posts article .gallery.loading:before,
.widget-container .gallery.loading figure:before,
.related-posts.loading .content-wrapper:before,
.ts-product .content-wrapper.loading:before,
.thumbnail.loading:before,
.thumbnails.loading:before,
.ts-logo-slider-wrapper.loading .content-wrapper:before,
.ts-products-widget .ts-products-widget-wrapper.loading:before,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading:before,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading:before,
.blogs article a.gallery.loading:before,
.ts-blogs-wrapper.loading .content-wrapper:before,
.ts-testimonial-wrapper.loading:before,
.ts-twitter-slider.loading:before,
.single .gallery.loading:before,
.ts-portfolio-wrapper.loading:before,
.ts-product-category-slider-wrapper .content-wrapper.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before,
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.woocommerce .product figure.loading:before,
.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
.ts-wishlist-table-wrapper.loading:after,
.ts-compare-popup.loading:after{
position:absolute;
left:0;right:0;bottom:0;top:0;
content:"";
z-index:10;
background-image:url(//caravane-epices.com/wp-content/themes/boxshop/images/ajax-loader1.gif);
background-position:center;
background-repeat:no-repeat;
display:block;
}
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before{
left:1px; right:0; }
.horizontal-tab .column-products.loading:before,
.horizontal-tab.has-slider .column-products.loading:before{
left:1px; right:0;
bottom:0;
top:0;
position:absolute;
content:"";
width:auto;
z-index:10;
background-image:url(//caravane-epices.com/wp-content/themes/boxshop/images/ajax-loader1.gif);
background-position:center;
background-repeat:no-repeat;
display:block;
}
.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-products.loading:before{
background-position:center 30%;
}
.horizontal-tab .column-banners.loading:before,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-products.loading:before{
left:0; right:0; }
.ts-testimonial-wrapper.text-light.loading:before,
.ts-logo-slider-wrapper.style-light.loading .content-wrapper:before, 
.ts-twitter-slider.text-light.loading:before{
background-color:#3f3f3f;
}
.thumbnails.loading:before,
.thumbnail.loading:before{
display:block !important
}
.tab-content.loading:before{
bottom:24px;
top:1px;
}
.widget .widgettitle{
text-transform:uppercase;
padding:9px 0;
}
nav .widget .widgettitle{
padding:0;
} .home1-fix-columns-slideshow .vc_column_container .vc_col-sm-4{
width:27.778%;
overflow:hidden;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-8{
width:72.222%;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3{
width:27.778%;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
width:44.444%;
}
.fix-columns-hotdeals .vc_col-sm-4{
width:calc(29.796% + 2px );
margin:-1px;
}
.fix-columns-hotdeals .vc_col-sm-8{
width:70.204%;
} .fix-width-col-one-third .vc_col-sm-4{
width:28%;
padding-left:0;
padding-right:0;
}
.fix-width-col-one-third .vc_col-sm-8{
width:72%;
padding-left:10px; padding-right:0;
}
.fix-width-col-one-third{
margin-left:0;
margin-right:0;
}
.vc_tta-container .transparent-background,
.transparent-background,
.vc_general.vc_tta-tabs.transparent-background .vc_tta-panels-container .vc_tta-panels{
background:transparent !important;
}
body.wpb-js-composer .vc_tta-tabs.tab-product .vc_tta-tabs-list{
padding-right:50px !important; } .footer-two-column{
clear:both;
position:relative;
}
.footer-two-column:before{
display:inline-block;
position:absolute;
left:33.33333333%; right:auto;
top:-20px;
bottom:0;
content:"";
z-index:0;
border-width:0 1px 0 0;
border-style:solid;
border-color:#f1f1f1;
width:1px;
}
.footer-two-column .vc_col-sm-4{
padding-right:50px }
.footer-two-column .vc_col-sm-8{
padding-left:50px }
.footer-two-column .vc_separator{
width:auto;
margin-left:-50px; margin-right:-1000px; } .h1-big,
.h2-big{
font-size:48px;
line-height:54px;
margin-bottom:0;
font-weight:bold; }
.desc-big{
font-size:18px;
line-height:28px;
margin-bottom:50px !important;
}
.desc-big-2{
font-size:24px;
line-height:32px;
margin-bottom:30px !important;
}
.feature-hotdeal{
padding-top:50px;
padding-bottom:50px;
}
.ts-text-center{
text-align:center;
}
.feature-hotdeal .ts-countdown{
margin-bottom:30px;
}
.mail-chimp-footer-2col .ts-mailchimp-subscription-shortcode{
height:400px;
}
.mail-chimp-footer-2col > div{
display:table;
width:100%;
}
.mail-chimp-footer-2col .ts-mailchimp-subscription-shortcode{
display:table-cell;
vertical-align:middle;
}
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .newsletter{
margin-bottom:20px;
}
body .ts-footer-block .style-1 .mailchimp-subscription input[type="email"]{
border-width:0;
background:rgba(255,255,255,0.2);
} .vetical-slideshow{
margin-left:300px; width:calc(100% - 664px );
}
.vertical-banner{
float:right; width:364px;
}
.vertical-banner .wpb_wrapper > div:first-child{
margin-bottom:20px;
}
.fullwidth-tab{
width:calc(100% - 319px );
}
.fullwidth-deal{
width:319px;
} .ts-header-intro .ts-stick-compare-button {display: none !important}
.ts-header-intro .menu-wrapper nav > ul.menu > li{
margin-right:40px;
}
.ts-header-intro .menu-wrapper nav > ul.menu > li:last-child{
margin: 0;
}
.ts-header-intro .header-top{
display:none;
}
.ts-header-intro .header-template > .sticky-wrapper.is-sticky .header-middle{
background:#ffffff;
margin-top:0;
}
.ts-header-intro .header-middle{
background:transparent;
margin-top:30px;
position:absolute;
left:0;
top:0;
right:0;
}
.ts-header-intro article .intro-text-left{
text-align: start;
}
.ts-header-intro article{
text-align:center;
}
.ts-header-intro .menu-wrapper nav > ul.menu > li > a{
color:#ffffff;
}
.ts-header-intro .menu-wrapper nav > ul.menu > li > a:hover{
color:#e72304;
}
.ts-header-intro .header-template > .sticky-wrapper.is-sticky .menu-wrapper nav > ul.menu > li > a{
color:#161616;
}
.ts-header-intro .header-template > .sticky-wrapper.is-sticky .menu-wrapper nav > ul.menu > li > a:hover{
color:#e72304;
}
.ts-header-intro .feature-excerpt{
color:#707070;
}
.ts-header-intro .header-v3 .menu-wrapper nav > ul.menu{
padding:0;
}
.ts-header-intro h1,
.ts-header-intro h2,
.ts-header-intro h3,
.ts-header-intro h4,
.ts-header-intro h5,
.ts-header-intro h6,
.ts-header-intro .ts-feature-wrapper .feature-header h3 > a{
font-weight:700;
}
.intro-number{
position:relative;
color:#e72304;
font-size:58px;
line-height:70px;
}
.intro-number .intro-plus{
position:absolute;
right:-10px;
font-size:14px;
top:-14px;
}
.heading-intro{
color:#000000;
margin-bottom:10px;
}
body .group-homepage{
text-align:center;
}
body .group-homepage,
body .bg-center-bottom{
background-repeat:no-repeat !important;
background-position:center bottom !important;
}
.group-homepage .img-link{
border-width:2px;
border-style:solid;
border-color:transparent;
border-radius:5px;
margin:0;
display:inline-block;
transition:all 100ms ease-in-out 0s;
-webkit-transition:all 100ms ease-in-out 0s;
-moz-transition:all 100ms ease-in-out 0s;
}
.group-homepage .img-link img{
transition:all 3s ease-in-out 0s;
-webkit-transition:all 3s ease-in-out 0s;
-moz-transition:all 3s ease-in-out 0s;
backface-visibility:hidden;
-webkit-backface-visibility:hidden;
margin:0;
border-radius:5px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.intro-link{
font-size: 14px;
}
.group-homepage .home-supermarket a.img-link:hover{
border-color:#e72304;
}
.group-homepage .home-supermarket-2 a.img-link:hover{
border-color:#0983ce;
}
.group-homepage .home-furniture a.img-link:hover{
border-color:#85d5d4;
}
.group-homepage .home-glasses a.img-link:hover{
border-color:#ed6bab;
}
.group-homepage .home-shoes a.img-link:hover{
border-color:#feb800;
}
.group-homepage .home-electronic a.img-link:hover{
border-color:#0083c4;
}
.group-homepage .home-houseware a.img-link:hover{
border-color:#ff6e41;
}
.group-homepage .home-organic a.img-link:hover{
border-color:#7dc641;
}
.group-homepage .home-supermarket a:hover{
color:#e72304;
}
.group-homepage .home-supermarket-2 a:hover{
color:#0983ce;
}
.group-homepage .home-furniture a:hover{
color:#85d5d4;
}
.group-homepage .home-glasses a:hover{
color:#ed6bab;
}
.group-homepage .home-shoes a:hover{
color:#feb800;
}
.group-homepage .home-electronic a:hover{
color:#0083c4;
}
.group-homepage .home-houseware a:hover{
color:#ff6e41;
}
.group-homepage .home-organic a:hover{
color:#7dc641;
}
.intro-img-header{
display:inline-block;
margin-bottom:10px;
overflow:hidden;
border-radius:5px;
}
.intro-img-shadow img{
border-radius:5px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.intro-img-header:hover{
opacity:0.95;
}
.group-features .feature-content{
min-height:395px;
border-radius:5px;
}  .breadcrumb-title-wrapper{
width:100%;
margin:0 0 20px 0;
display:block;
background-size:cover;
-webkit-background-size:cover;
background-position:center;
z-index:0;
text-align:center;
}
.breadcrumb-title-wrapper .breadcrumb-title{
padding:0;
display:table-cell;
vertical-align:middle;
}
.breadcrumb-title-wrapper .breadcrumb-content{
display:table;
height:300px;
table-layout:fixed;
width:100%;
background-repeat:no-repeat;
background-position:center center !important;
}
.breadcrumb-title-wrapper.ts-breadcrumb-parallax,
.breadcrumb-title-wrapper.ts-breadcrumb-parallax .breadcrumb-content{
background-attachment:fixed;
}
.breadcrumb-title-wrapper.breadcrumb-v2:after{
position:absolute;
left:0;right:0;
bottom:0;top:0;
content:"";
z-index:-1;
background: -webkit-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); background: -o-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); background: -moz-linear-gradient(bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); background: linear-gradient(to bottom, rgba(251,251,251,0) 15%, rgba(251,251,251,1)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfb', EndColorStr='#000000')";
}
.breadcrumbs-container > span{
margin:0 10px;
}
.breadcrumbs-container > span.brn_arrow{
position:relative;
}
.breadcrumbs-container > span.current{
opacity:1;
margin:0;
}
.breadcrumb-title-wrapper .breadcrumb-title{
width:100%;
height:100%;
}
.breadcrumb-title-wrapper *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.breadcrumb-title-wrapper .breadcrumb-title a{
opacity:0.8;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
opacity:1;
text-decoration:none;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
opacity:1;
}
.breadcrumb-title-wrapper .breadcrumbs-container,
.breadcrumb-title-wrapper .breadcrumbs-container a,
.breadcrumb-title-wrapper .breadcrumbs-container span{
display:inline-block;
} body #main > .page-container.show_breadcrumb_v2{
padding-top:0;
}
.breadcrumb-title-wrapper.breadcrumb-v2{
margin-bottom:60px;
border-width: 0 0 1px 0;
border-style: solid;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-content{
height:auto;
display:block;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title{
table-layout:fixed;
display:table;
padding-top:22px;
padding-bottom:22px;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > *{
display:table-cell;
width:50%;
text-align:right; vertical-align:middle;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > h1{
text-align:left; } .breadcrumb-title-wrapper.breadcrumb-v3{
padding:70px 0 305px 0;
position:relative;
}
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
height:140px;
}
.breadcrumb-title-wrapper.breadcrumb-v3:after{
position:absolute;
left:0;right:0;
bottom:0;top:0;
content:"";
z-index:-1;
background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); background: -o-linear-gradient(bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); background: linear-gradient(to bottom, rgba(255,255,255,0) 30%, rgba(255,255,255,1)); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#000000')";
}  .heading-title.page-title {
margin-bottom:15px;
}
.breadcrumb-title-wrapper .breadcrumb-title h1{
text-transform:uppercase;
}  .related.related-posts{
padding-top:60px;
}
.related-posts article,
.ts-blogs article{
padding-left:1px;
padding-right:1px;
}
.related-portfolio article{
padding-left:0;
padding-right:0;
}  .commentlist{
margin-bottom:80px;
}
.commentlist .comment-wrapper{
display:table;
table-layout:fixed;
width:100%;
}
.commentlist .comment-wrapper > *{
display:table-cell;
vertical-align:middle;
}
.commentlist .comment-wrapper .comment-detail{
padding:25px 30px 15px 30px;
border-width:1px;
border-style:solid;
}
.comments-area{
margin:32px 0 0 0;
clear:both;
display:inline-block;
width:100%;
}
#comments{
margin-bottom:60px;
}
.commentlist > li{
padding:20px 0 0 0;
margin-top:0;
}
.commentlist > li:first-child{
padding-top:0;
}
.commentlist .children{
padding:30px 0 0 100px; margin:0;
}
.commentlist .children .children{
padding:30px 0 0 70px; }
.commentlist .children > li{
list-style:none;
padding:12px 0 0 0;
position:relative;
}
.comments-area .reply a:after{
content: "\f064";
font-family: 'FontAwesome';
margin-left:5px }
.comments-area .reply a:hover{
text-decoration:none;
}
.comments-area .date-time:before{
content: "\e66b";
font-family: 'Pe-icon-7-stroke';
margin-right:5px }
.comments-area div.avatar{
padding-right:20px; width:120px;
vertical-align:top;
}
.comments-area .commentlist > li > div.comment-wrapper div.avatar{
padding-right:30px; width:130px;
}
.comments-area .commentlist > li > div.comment-wrapper .comment-detail{
position:relative;
top:10px;
}
.comments-area div.avatar img{
width:100px;
height:100px;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
.comments-area .comment-meta{
display:inline-block;
width:100%;
margin-bottom:10px;
}
.comments-area .comment-text{
font-style:italic;
}
.comments-area .comment-meta:after{
display:table;
clear:both;
content:"";
}
.comments-area .comment-meta .comment-edit-link{
float:right; }
.comments-area .comment-meta > span{
float:left; position:relative;
margin-left:20px; }
.comments-area .comment-meta > span.author a{
text-transform:uppercase;
}
.comments-area .comment-meta > span:first-child{
margin:0;
padding:0;
}
.comments-area .comment-meta > span:first-child:before{
display:none;
}
.comments-area .reply{
text-transform:uppercase;
float:right; padding:0 0 4px 0;
}
.comments-area .comment-meta > a:hover{
text-decoration:none;
}
#comment-nav-below{
margin-bottom: 20px;
}
#comment-nav-below a{
text-decoration: none;
}
#comment-wrapper .comment-edit-link{
float:right; font-size:12px;
line-height:14px;
}
#comment-wrapper{
overflow:hidden;
}
li #comment-wrapper{
margin-top:40px;
}
#comment-wrapper .info-wrapper{
margin:0 -10px;
display:block;
padding-bottom:10px;
}
#comment-wrapper .info-wrapper:after{
display:table;
content:"";
clear:both;
}
#comment-wrapper .info-wrapper > *{
width:33.3333%;
float:left;
padding:0 10px;
margin-bottom:10px;
}
#comment-wrapper p.form-submit {
clear:both;
margin-top:18px;
display:inline-block;
width:100%;
}
#comment-wrapper p.form-submit .button{
min-width:120px;
}  body .tp-bullets{
z-index:990;
}
body.wpb-js-composer .vc_images_carousel .vc_carousel-control{
opacity:1;
}
body .theme-default .nivo-directionNav{
top:40%;
}
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover,
.theme-default .nivo-directionNav a:hover{
text-decoration:none;
}
.vc_images_carousel .vc_carousel-control .icon-next, 
.vc_images_carousel .vc_carousel-control .icon-prev{
background:none !important;
width:44px !important;
height:44px !important;
line-height:44px !important;
min-height:44px;
min-width:44px;
text-align:center !important;
border-radius:100% !important;
-webkit-border-radius:100% !important;
-moz-border-radius:100% !important;
font-size:0;
margin:0;
text-shadow:none;
transition:all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
text-indent:0 !important;
border:0 !important;
opacity:1;
margin:0 !important;
position:static !important;
}
.vc_images_carousel .vc_carousel-control,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a,
.tp-leftarrow.tparrows,
.tp-rightarrow.tparrows,
.sr7-leftarrow.sr7-arrows,
.sr7-rightarrow.sr7-arrows,
.sr7-leftarrow.sr7-arrows.tparrows,
.sr7-rightarrow.sr7-arrows.tparrows{
position:absolute;
background:none !important;
width:44px !important;
height:44px !important;
line-height:44px !important;
min-height:44px;
min-width:44px;
text-align:center !important;
border-radius:100% !important;
-webkit-border-radius:100% !important;
-moz-border-radius:100% !important;
font-size:0;
margin:0;
text-shadow:none;
transition:all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
text-indent:0 !important;
border:0 !important;
opacity:1;
}
.vc_images_carousel .vc_carousel-control,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a{
display:none !important;
}
.vc_images_carousel .vc_carousel-control{
margin-top:-22px !important;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_right .icon-next:before,
.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before,
.sr7-leftarrow.sr7-arrows:before,
.sr7-rightarrow.sr7-arrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
font-family: 'FontAwesome' !important;
font-size:30px !important;
font-weight:normal !important; position:relative;
z-index:110;
line-height:42px !important;
margin:0 !important;
transition:all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
width:auto !important;
display:inline-block;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_carousel-control .icon-prev:before,
.tp-leftarrow.tparrows:before,
.sr7-leftarrow.sr7-arrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-prev:before,
.theme-default .nivo-directionNav a.nivo-prevNav:before{
content: "\f104" !important; }
.vc_images_carousel .vc_right .icon-next:before,
.vc_images_carousel .vc_carousel-control .icon-next:before, 
.tp-rightarrow.tparrows:before,
.sr7-rightarrow.sr7-arrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-next:before,
.theme-default .nivo-directionNav a.nivo-nextNav:before{
content: "\f105" !important; }
.vc_images_carousel .vc_left .icon-prev:after, 
.vc_images_carousel .vc_right .icon-next:after,
.tp-leftarrow.tparrows:after,
.tp-rightarrow.tparrows:after,
.sr7-leftarrow.sr7-arrows:after,
.sr7-rightarrow.sr7-arrows:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:after,
.theme-default .nivo-directionNav a:after{
position:absolute;
content:"";
left:0;right:0;
bottom:0;top:0;
width:auto;
height:auto;
line-height:0;
transition:all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
border-radius:100% !important;
-webkit-border-radius:100% !important;
-moz-border-radius:100% !important;
width:auto;
display:inline-block;
}
body .rev_slider_wrapper .tp-bullets .tp-bullet,
body rs-module-wrap .tp-bullets .tp-bullet,
body sr7-module sr7-bullets sr7-bullet{
width:12px !important;
height:12px !important;
border-radius:100% !important;
-webkit-border-radius:100% !important;
-moz-border-radius:100% !important;
background:transparent !important;
opacity:1 !important;
border:0 !important;
margin-right:5px !important;
overflow:visible
}
body .rev_slider_wrapper .tp-bullets .tp-bullet:last-child,
body rs-module-wrap .tp-bullets .tp-bullet:last-child,
body sr7-module sr7-bullets sr7-bullet:last-child{
margin-right:0 !important
}
body .rev_slider_wrapper .tp-bullets .tp-bullet:hover,
body .rev_slider_wrapper .tp-bullets .tp-bullet.selected,
body rs-module-wrap .tp-bullets .tp-bullet:hover,
body rs-module-wrap .tp-bullets .tp-bullet.selected,
body sr7-module sr7-bullets sr7-bullet:hover,
body sr7-module sr7-bullets sr7-bullet.selected{
width:12px !important;
height:12px !important;
border:0 !important
}
.tp-bullets .tp-bullet:after,
sr7-bullets sr7-bullet:after{
left:0;
right:0;
top:0;
bottom:0;
position:absolute;
content:"";
border-radius:100% !important;
-webkit-border-radius:100% !important;
-moz-border-radius:100% !important;
background:#d2d2d2;
border-color:#d2d2d2;
border-width:1px;
border-style:solid;
z-index:1;
}
.tp-bullets.simplebullets .bullet:hover, 
.tp-bullets.simplebullets .bullet.selected,
body .rev_slider .tp-bullets .tp-bullet:hover, 
body .rev_slider .tp-bullets .tp-bullet.selected,
body rs-module-wrap .tp-bullets .tp-bullet:hover, 
body rs-module-wrap .tp-bullets .tp-bullet.selected
body sr7-module sr7-bullets sr7-bullet:hover, 
body sr7-module sr7-bullets sr7-bullet.selected{
border:0 !important;
margin-top:0 !important;
background:transparent !important;
}
.tp-bullets.simplebullets .bullet:hover:after, 
.tp-bullets.simplebullets .bullet.selected:after,
body .rev_slider .tp-bullets .tp-bullet:hover:after, 
body .rev_slider .tp-bullets .tp-bullet.selected:after,
body rs-module-wrap .tp-bullets .tp-bullet:hover:after, 
body rs-module-wrap .tp-bullets .tp-bullet.selected:after,
body sr7-module sr7-bullets sr7-bullet:hover:after, 
body sr7-module sr7-bullets sr7-bullet.selected:after{
background:#ffffff;
} .tp-bullets.tp-thumbs .thumb{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}  .map-contact{
margin-top:-70px;
}
.contact-form{
margin:0 -10px;
}
.title-bottom-line{
position:relative;
margin-bottom:22px;
padding-bottom:22px;
}
.title-bottom-line:after{
content:"";
position:absolute;
width:50px;
height:2px;
border-width:1px;
border-style:solid;
border-color:#cccccc;
left:50%;
margin-left:-25px;
bottom:0;
}
.wpcf7-spinner {
margin-top: 10px;
}
.wpcf7 form .wpcf7-response-output {
margin: 0;
}
.wpcf7 .sumbit-contact{
padding-top:20px;
clear:both;
text-align:center;
}
.wpcf7 .sumbit-contact p{
display:inline-block;
text-align:center;
margin-bottom:0;
width:120px;
}
.contact-form:after,
.sumbit-contact:after{
display:table;
content:"";
clear:both;
}
.contact-form .col-1,
.contact-form .col-2{
float:left; width:50%;
padding:10px;
}
body input.wpcf7-submit{
min-width:120px;
}
.wpcf7 p textarea{
height:212px;
}
div.wpcf7-response-output{
margin:0 0 10px 0;
padding:8px 15px;
border:0;
display:inline-block;
width:100%;
border-width:2px;
border-style:solid;
}
.wpcf7-not-valid-tip{
margin-top:5px;
display:inline-block;
width:100%;
}
div.wpcf7-display-none{
display:none;
}
div.wpcf7{
margin-bottom:20px !important;
}
.pp_pic_holder div.wpcf7{
margin-bottom:0 !important;
}
div.wpcf7 img.ajax-loader{
margin:5px 0 5px 10px;
}
div.screen-reader-response{
color:#e94b4b;
}
div.screen-reader-response ul li{
padding-bottom:0;
}
div.screen-reader-response ul{
margin:0 0 20px 0;
}
.office-address,
.phone-numbers,
.email-address,
.fax-numbers{
margin-bottom:5px;
}
.box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers{
position:relative;
padding-top:10px;
padding-left:60px; }
.office-address:before,
.phone-numbers:before,
.email-address:before,
.fax-numbers:before{
font-size:24px;
font-family: 'Pe-icon-7-stroke';
position:relative;
top:5px;
margin-right:10px; }
.box-office-address:after,
.box-phone-numbers:after,
.box-email-address:after,
.box-fax-numbers:after{
border-width:1px;
border-style:solid;
position:absolute;
left:0; right:auto;
top:2px;
bottom:auto;
width:40px;
height:40px;
content:"";
}
.box-office-address:before,
.box-phone-numbers:before,
.box-email-address:before,
.box-fax-numbers:before{
font-size:18px;
font-family: 'Pe-icon-7-stroke';
line-height:30px;
padding:4px 2px;
left:0; text-align:center;
width:40px;
height:40px;
display:inline-block;
position:absolute;
top:2px;
}
.office-address:before,
.box-office-address:before{
content: "\e638";
}
.phone-numbers:before,
.box-phone-numbers:before{
content: "\e670";
}
.email-address:before,
.box-email-address:before{
content: "\e639";
}
.fax-numbers:before,
.box-fax-numbers:before{
content: "\e61f";
}  h1.title-coming{
font-size:40px;
line-height:46px;
margin-top:10px;
margin-bottom:10px;
}
.blank-page{
text-align:center;
padding:80px 30px 40px 30px;
position:relative;
margin-bottom:0 !important;
height: 100svh;
display: flex;
align-items: center;
}
.blank-page-template .ts-countdown,
.blank-page-template .ts-social-icons{
display:inline-block;
}
.blank-page-template .widget-container{
background:transparent !important;
border:0;
padding:0;
}
.blank-page-template .widget-container:before{
display:none;
}
.blank-page-template .wpb_widgetised_column.wpb_content_element{
margin-bottom:0;
}
.ts-group-button-coming{
padding-top:20px;
padding-bottom:50px
}
.ts-group-button-coming .ts-button{
min-width:145px;
margin:5px;
}    body .owl-carousel{
z-index:5;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.ts-slider ul li{
list-style:none;
}
.ts-slider.products section.product,
.woocommerce .ts-slider.products section.product{
padding:0;
}
.woocommerce .content-wrapper:after{
display:table;
clear:both;
content:"";
} .gallery .owl-nav{
display:none;
}
.owl-dots{
position:absolute;
content:"";
left:auto;
right:30px; top:20px;
line-height:0;
z-index:6;
display:inline-block;
}
.ts-product.show-dot.rows-1{
padding-bottom:40px;
}
.ts-product.show-dot,
.ts-product.show-dot[data-columns="1"]{
padding-bottom:20px;
}
.banner-left .owl-dots,
.banner-right .owl-dots{
bottom:20px;
top:auto;
left:50%;
right:auto;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.ts-testimonial-wrapper .owl-nav > div,
.ts-twitter-slider .owl-nav > div{
background:transparent;
}
.gallery .owl-dots,
.product-wrapper .owl-dots,
.ts-product .owl-dots{
top:auto;
bottom:16px;
left:50%;
right:auto;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.ts-product .products > .owl-controls .owl-dots{
bottom:0;
}
.vc_col-sm-6 .ts-product.show-dot[data-columns="1"] .products .product{
margin-bottom:25px;
}
.widget .gallery .owl-dots,
.widget-container .gallery .owl-dots{
bottom:10px;
}
.owl-dots > div{
display:inline-block;
overflow:hidden;
line-height:0;
margin:0;
}
.owl-dots > div > span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active{
display:inline-block;
width:12px;
height:12px;
position:relative;
z-index:9;
margin:4px;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
body .theme-default .nivo-controlNav a{
box-shadow:0 0 5px rgba(0,0,0,0.2);
-webkit-box-shadow:0 0 5px rgba(0,0,0,0.2);
-moz-box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.owl-dots > div:not(.color) > span,
body .flex-control-paging li a,
body .theme-default .nivo-controlNav a,
body .theme-default .nivo-controlNav a.active{
background:transparent !important;
}
.woocommerce .product figure .color-image img{
z-index:-1 !important;
}
.woocommerce .product figure .color-image span:before,
.woocommerce .product figure .color span:before{
position:absolute;
left:-1px;
right:-1px;
bottom:-1px;
top:-1px;
content:"";
border-width:2px;
border-style:solid;
border-color:transparent;
}
.woocommerce .product figure .owl-controls .color-image.active span:before,
.woocommerce .product figure .owl-controls .color.active span:before,
.woocommerce .product figure .owl-controls .color-image span:hover:before,
.woocommerce .product figure .owl-controls .color span:hover:before{
background:transparent;
border-color:#fff;
}
.owl-dots > div > span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before,
body #fp-nav ul li a span:before, 
body .fp-slidesNav ul li a span:before{
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
content:"";
border-width:1px;
border-style:solid;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
.owl-dots > div > span.active:before,
body #fp-nav ul li a span:before, 
body .fp-slidesNav ul li a span:before,
body #fp-nav ul li a.active span:before, 
body .fp-slidesNav ul li a.active span:before, 
body #fp-nav ul li:hover a.active span:before, 
body .fp-slidesNav ul li:hover a.active span:before,
body #fp-nav ul li:hover a span:before, 
body .fp-slidesNav ul li:hover a span:before,
body .flex-control-paging li a.flex-active:before,
body .flex-control-paging li:hover a:before{
} body #fp-nav ul li a span, 
body .fp-slidesNav ul li a span{
background:transparent;
}
body #fp-nav ul li, 
body .fp-slidesNav ul li,
body .flex-control-paging li{
width:18px;
height:18px;
}
body #fp-nav ul li a span, 
body .fp-slidesNav ul li a span,
body #fp-nav ul li a.active span, 
body .fp-slidesNav ul li a.active span, 
body #fp-nav ul li:hover a.active span, 
body .fp-slidesNav ul li:hover a.active span,
body #fp-nav ul li:hover a span, 
body .fp-slidesNav ul li:hover a span,
body .flex-control-paging li a.flex-active,
body .flex-control-paging li:hover a{
display:inline-block;
width:12px;
height:12px;
position:relative;
z-index:9;
} .column-banners .owl-dots > div > span:before,
.gallery .owl-dots > div > span:before,
.text-light .owl-dots > div > span:before,
body #fp-nav ul li a span:before, 
body .fp-slidesNav ul li a span:before,
body .flex-control-paging li a:before{
border-color:#fff;
}
.owl-dots > div.active > span,
body #fp-nav ul li a.active span, 
body .fp-slidesNav ul li a.active span,
body .flex-control-paging li a.flex-active,
body .theme-default .nivo-controlNav a.active{
cursor:default;
}
.column-banners .owl-dots > div > span:hover:before,
.column-banners .owl-dots > div.active > span:before,
.gallery .owl-dots > div > span:hover:before,
.gallery .owl-dots > div.active > span:before,
.text-light .owl-dots > div > span:hover:before,
.text-light .owl-dots > div.active > span:before,
.ts-product-in-category-tab-wrapper .owl-dots > div > span:hover:before,
.ts-product-in-category-tab-wrapper .owl-dots > div.active > span:before,
body #fp-nav ul li a.active span:before, 
body .fp-slidesNav ul li a.active span:before,
body #fp-nav ul li:hover a span:before, 
body .fp-slidesNav ul li:hover a span:before,
body .flex-control-paging li a.flex-active:before,
body .flex-control-paging li a:hover:before{
background:#fff !important;
border-color:#fff !important;
}
.widget-container .owl-nav,
.widget .owl-nav{
top:-40px;
border:0;
right:-10px; background:transparent;
}
.widget-container.ts-products-widget .owl-nav{
right:10px; } .menu .widget .owl-nav{
top:-34px;
}
.menu .widget.ts-products-widget .owl-nav{
right:0 } .widget.ts-products-widget .owl-nav{
right:15px; top:-45px;
}
.content-no-border:not(.title-background-color) .widget.ts-products-widget .owl-nav{
right:0; top:-50px;
}
.content-no-border .widget.ts-products-widget .owl-nav:after{
content:"";
position:absolute;
left:-15px; right:0;
top:0;
bottom:0;
z-index:0;
}
.content-no-border.title-background-color .widget.ts-products-widget .owl-nav:after{
display:none;
}
.owl-controls{
line-height:0;
text-align:center;
height:0;
}
.ts-shortcode .products .owl-nav{
top:6px;
}
.ts-product-in-category-tab-2-wrapper .products .owl-nav{
top:-7px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .owl-controls .owl-nav > div{
margin-top:0 !important;
}
.ts-shortcode.title-background-color .products .owl-nav{
top:14px;
right:14px; }
.vc_tta-tabs .ts-shortcode.nav-top .products .owl-nav{
top:-65px;
right:10px; position:absolute;
}
.vc_tta-tabs .no-title.nav-top .owl-nav .owl-next,
.vc_tta-tabs .no-title.nav-top .owl-nav .owl-prev{
left:auto;
right:auto;
visibility:visible;
position:static;
}
.vc_tta-tabs .no-title.nav-top .owl-nav .owl-next{
margin-left:4px; }
.vc_tta-style-2 .ts-shortcode .products .owl-nav{
right:0; }
.owl-nav{
top:-66px;
line-height:0;
display:inline-block;
position:absolute;
right:0; }
.woocommerce .cross-sells .owl-nav, 
.woocommerce .upsells .owl-nav, 
.woocommerce .related .owl-nav{
top:4px;
}
.ts-product.show-dot .owl-nav{
display:none !important;
}
.ts-shortcode .owl-nav{
top:-87px;
}
.ts-shortcode.ts-recently-viewed-products-wrapper .owl-nav{
top:0;
}
.ts-twitter-slider .owl-dots,
.ts-twitter-slider .owl-nav{
top:auto;
bottom:0;
left:50%;
right:auto;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
}
.nav-middle .owl-nav,
.images-slider-wrapper .owl-nav,
.ts-shortcode.no-title .owl-nav,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav{
position:static;
}
.nav-middle .owl-nav > div,
.ts-shortcode.no-title .owl-nav > div{
top:33%;
position:absolute;
visibility:hidden;
transition:all 200ms ease-in-out 0s;
-webkit-transition:all 200ms ease-in-out 0s;
-moz-transition:all 200ms ease-in-out 0s;
}
.ts-blogs.no-title .owl-nav > div{
top:20%;
}
.item-list.nav-middle .owl-nav > div{
top:50%;
margin-top:-15px;
}
.hidden-button-product .ts-product.item-list .owl-nav > div{
margin-top:-5px;
}
.ts-product-deals-slider-wrapper.nav-middle .owl-nav > div{
top:30%;
}
.ts-product-deals-slider-wrapper.nav-middle[data-columns="1"] .owl-nav > div{
top:26%;
}
.images-slider-wrapper .owl-nav > div,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
position:absolute;
visibility:hidden;
top:50%;
margin-top:-15px;
transition:all 200ms ease-in-out 0s;
-webkit-transition:all 200ms ease-in-out 0s;
-moz-transition:all 200ms ease-in-out 0s;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
top:45%;
}
.nav-middle .products:hover .owl-nav > div,
.images-slider-wrapper:hover .owl-nav > div,
.ts-shortcode.no-title:hover .owl-nav > div,
.ts-product-in-category-tab-2-wrapper.horizontal-tab:hover .owl-controls .owl-nav > div{
visibility:visible;
}
.nav-middle .owl-nav .owl-next,
.images-slider-wrapper .owl-nav .owl-next,
.ts-shortcode.no-title .owl-nav .owl-next,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-next{
right:-31px; left:auto;
margin-left:0;
margin-right:0;
}
.nav-middle .owl-nav .owl-prev,
.images-slider-wrapper .owl-nav .owl-prev,
.ts-shortcode.no-title .owl-nav .owl-prev,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-prev{
left:-31px; right:auto;
margin-left:0;
margin-right:0;
}
.nav-middle:hover .owl-nav .owl-next,
.images-slider-wrapper:hover .owl-nav .owl-next,
.ts-shortcode.no-title:hover .owl-nav .owl-next,
.ts-product-in-category-tab-2-wrapper.horizontal-tab:hover .owl-controls .owl-nav > div.owl-next{
right:0; left:auto;
}
.nav-middle:hover .owl-nav .owl-prev,
.images-slider-wrapper:hover .owl-nav .owl-prev,
.ts-shortcode.no-title:hover .owl-nav .owl-prev,
.ts-product-in-category-tab-2-wrapper.horizontal-tab:hover .owl-controls .owl-nav > div.owl-prev{
left:0; right:auto;
}
.woocommerce .nav-middle .products{
position:relative;
}
.owl-nav > div.disabled{
display:none !important;
}
.owl-nav > div{
cursor:pointer;
position:relative;
width:30px !important;
height:30px !important;
border-width:1px;
border-style:solid;
z-index:7;
line-height:0;
display:inline-block;
font-size:0;
text-align:center;
transition:left 650ms,right 650ms,color 250ms,background 250ms,opacity 250ms,border-color 250ms,visibility 250ms ease-in-out 0s;
-webkit-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
-moz-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
}
.owl-nav > div.disabled{
display:inline-block !important;
}
.no-nav .owl-nav{
display:none !important;
}
.owl-nav > div:before{
line-height:28px;
font-family: 'Pe-icon-7-stroke';
font-size:30px;
font-weight:normal; transition:none;
-webkit-transition:none;
-moz-transition:none;
color:inherit;
}
.owl-nav > div.owl-next{
margin-left:4px }
.disabled{
display:none !important;
}
.single_add_to_cart_button.disabled{
display:inline-block !important;
} .owl-nav > div.owl-next:before{
content: "\e684"; }
.owl-nav > div.owl-prev:before{
content: "\e686"; } .images-thumbnails >.thumbnails *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
line-height:0;
}
.images-thumbnails >.thumbnails a,
.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper,
.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper ul{
width: 100% !important;
}
.images-thumbnails >.thumbnails a{
margin:0 !important;
}
.images-thumbnails >.thumbnails ul{
margin:0;
position:relative;
}
.images-thumbnails >.thumbnails ul li{
line-height:0;
padding:0;
}
.images-thumbnails >.thumbnails .owl-nav > div{
top:50%;
margin-top:-13px;
border:0;
line-height:0;
width:26px !important;
height:26px !important;
padding:0;
text-align:center;
background:#f1f1f1 !important;
}
.images-thumbnails >.thumbnails .owl-nav > div:before{
line-height:26px !important;
font-family: 'FontAwesome';
font-size:20px;
}
.images-thumbnails >.thumbnails .owl-carousel .owl-stage-outer{
padding:0;
}
.images-thumbnails >.thumbnails .owl-nav > div.owl-next{
right:1px; left:auto
}
.images-thumbnails >.thumbnails .owl-nav > div.owl-prev{
left:1px; right:auto
}
.images-thumbnails >.thumbnails .owl-nav > div.owl-next:before{
content: "\f105"; }
.images-thumbnails >.thumbnails .owl-nav > div.owl-prev:before{
content: "\f104"; }
div.product .images-thumbnails .owl-nav{
position:static !important;
border:0;
display:block;
}
div.product .images-thumbnails .owl-controls div.owl-next{
position:absolute;
top:50%;
margin-top:-10px;
visibility:hidden;
opacity:0;
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
div.product .images-thumbnails .owl-controls div.owl-prev{
position:absolute;
top:50%;
margin-top:-10px;
visibility:hidden;
opacity:0;
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
div.product .thumbnails:hover .owl-controls div.owl-prev,
div.product .thumbnails:hover .owl-controls div.owl-next{
visibility:visible;
opacity:1;
} .vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div{
top:auto;
left:50%; right:auto; bottom:0;
margin:0;
width:26px !important;
height:26px !important;
margin-left:-13px !important;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
top:21px;
bottom:auto;
margin:0;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-prev{
top:auto;
bottom:1px;
margin:0;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next:before{
content: "\f106";
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-prev:before{
content: "\f107";
}
div.product.vertical-thumbnail .images-thumbnails .owl-controls div.owl-next{
visibility:hidden;
opacity:0;
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
div.product.vertical-thumbnail .images-thumbnails .owl-controls div.owl-prev{
visibility:hidden;
opacity:0;
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
div.product.vertical-thumbnail .images-thumbnails .thumbnails:hover .owl-controls div.owl-prev,
div.product.vertical-thumbnail .images-thumbnails .thumbnails:hover .owl-controls div.owl-next{
visibility:visible;
opacity:1;
}     #to-top{
position:fixed;
right:0; bottom:0;
transform:scale(0,0);
-webkit-transform:scale(0,0);
-moz-transform:scale(0,0);
-ms-transform:scale(0,0);
width:50px;
height:50px;
line-height:0;
display:inline-block;
transition:all 300ms ease-in-out 0s;
-webkit-transition:all 300ms ease-in-out 0s;
-moz-transition:all 300ms ease-in-out 0s;
text-align:center;
cursor:pointer;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
display:block !important;
z-index:999;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
#to-top a{
display:inline-block;
width:50px;
height:50px;
line-height:0;
border-width:2px;
border-style:solid;
overflow:hidden;
text-transform:uppercase;
font-size:0;
}
#to-top a:before{
font-family: 'Pe-icon-7-stroke';
content: "\e683";
font-size:24px;
font-weight:normal; line-height:46px;
}
#to-top a:hover{
text-decoration:none;
}
#to-top.on{
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
-ms-transform:scale(1,1)
}
.ts-footer-block .widget-container ul li > a:hover{
text-decoration:underline;
} .widget-container ul.list-item,
.widget ul.list-item{
width:100%;
overflow:hidden;
margin-bottom:10px
} body .ts-footer-block{
border:0;
padding:20px 0;
margin:0;
}
body .end-footer .ts-footer-block,
body .ts-footer-block .widget-container{
padding:0;
}
footer .widget-container:before,
footer .widget-container .widget-title:after{
display:none;
}
footer .ts-footer-block ul li {
list-style:none;
padding:8px 0;
}
footer .ts-footer-block ul ul li{
padding:8px 0;
}
body .ts-footer-block .widget-title{
margin:0 0 34px 0;
padding:0;
}
body .ts-footer-block .widget-container{
border:0;
}
body .ts-footer-block .woocommerce ul.cart_list li:after, 
body .ts-footer-block .woocommerce ul.product_list_widget li:after, 
body .ts-footer-block .woocommerce.widget_shopping_cart .cart_list li:after{
opacity:0.1;
} footer .widget-container.widget_archive > ul{
padding-top:0;
line-height:0;
}
footer .widget-container.widget_archive ul li a:hover,
footer .widget_categories ul li a:hover,
footer .ts-product-categories-widget ul li a:hover,
footer .widget_product_categories ul li a:hover{
text-decoration:none !important;
}
footer section.widget_nav_menu > div > ul,
footer .widget-container > ul,
footer .widget-container .ts-facebook-page-wrapper,
footer .widget-container .ts-logo-slider-wrapper .content-wrapper,
footer .widget-container .ts-products-widget-wrapper ul.product_list_widget, 
footer .widget-container ul.product_list_widget, 
footer section.woocommerce ul.product_list_widget, 
footer .widget-container .widget_shopping_cart_content,
footer .widget-container .testimonial-content{
padding:0;
}
footer .widget_categories > ul{
padding:0;
}
footer .widget-container .comment_list_widget > li:first-child{
margin-top:0;
} footer .widget-container ul.info-content li,
.widget-container ul.info-content li{
padding:15px 0;
padding-left:60px; position:relative;
}
footer .widget-container ul.info-content.style-2 li,
.widget-container ul.info-content.style-2 li{
padding-left:0;
padding-right:0;
}
.widget-container ul.info-content li:after{
position:absolute;
content:"";
left:0; top:50%;
margin-top:-20px;
width:40px;
height:40px;
border-width:1px;
border-style:solid;
opacity:0.2;
}
.widget-container ul.info-content.style-2 li:after{
display:none;
}
.widget-container ul.info-content li:before{
position:absolute;
left:0; font-family: 'Pe-icon-7-stroke';
top:50%;
margin-top:-20px;
font-size:16px;
line-height:38px;
width:40px;
height:40px;
text-align:center;
}
.widget-container ul.info-content.style-2 li:before{
position:relative;
top:2px;
left:auto;
right:auto;
bottom:auto;
display:inline-block;
margin:0 15px 0 0; width:auto;
height:auto;
line-height:20px;
}
.widget-container ul.info-content li.info-location:before{
content:"\e638"
}
.widget-container ul.info-content li.info-phone:before{
content:"\e670"
}
.widget-container ul.info-content li.info-email:before{
content:"\e639"
}
.widget-container ul.info-content li.info-fax:before{
content:"\e61f"
}
.social-no-margin .widget-title{
margin-bottom:10px !important;
}
.social-no-margin section.ts-social-icons .social-icons{
padding:12px 0;
}
.payment-right{
text-align:right;
}   .widget-title{
padding:13px 0 13px 0;
margin:0 0 0 0;
position:relative;
text-transform:uppercase;
}
.widget-title a.rsswidget{
line-height:14px;
display:inline-block;
}
.widget_product_search .widget-title,
.widget_search .widget-title{
margin:0;
padding-top:0;
}
.widget_product_search:before,
.widget_search:before{
display:none !important;
}
.ts-recent-comments-widget .widget-title,
.ts-blogs-widget .widget-title{
padding-right:50px; }
.ts-products-widget .widget-title{
padding-left:15px;
padding-right:70px; }
.ts-products-widget .widget-title:after{
left:0px; right:0;
}
.widget-title:after{
border-width:0 0 1px 0;
height:1px;
border-style:solid;
position:absolute;
left:-20px; right:-20px;
bottom:0;
content:"";
}
.widget-container{
border-width:1px;
border-style:solid;
margin:0 0 50px 0;
clear:both;
padding:0 20px 0 20px;
position:relative;
}
.widget-container.ts-products-widget{
padding:0;
}
.ts-products-tabs-widget{
padding:0;
border:0;
background:transparent !important;
}
.ts-products-tabs-widget .widget-title-wrapper{
border-width:1px;
border-style:solid;
position:static;
}
.widget-container:before{
border-width:2px 0 0 0;
border-style:solid;
content:"";
position:absolute;
top:-1px;
left:-1px;
right:-1px;
bottom:auto;
z-index:1;
}
.ts-products-tabs-widget:before{
left:0;
right:0;
}
.widget-container:last-child{
margin-bottom:0;
}
.widget-container fieldset{
padding:0;
}
body .widget-container > select,
.widget_mc4wp_form_widget .mc4wp-form{
margin:20px 0;
}
section.ts-social-icons .social-icons,
section.widget_product_search > form,
.widget-container .widget_shopping_cart_content{
padding:20px 0 10px 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper{
padding:25px 0 20px 0;
}
section.product-filter-by-color > ul,
section.woocommerce.widget-container > ul{
padding:20px 0 0 0;
}
section.widget_media_gallery .gallery-size-thumbnail{
padding:10px 0 20px 0;
}
section.woocommerce.widget_rating_filter > ul{
padding:15px 0 15px 0;
}
.widget-container .widget_shopping_cart_content,
.widget-container .tagcloud,
section.woocommerce.widget_layered_nav > ul{
padding:20px 0 10px 0;
}
.widget-container > ul,
section.widget_nav_menu > div > ul{
padding:10px 0;
}
.widget_archive > ul{
margin-bottom:10px;
}
.widget-container.widget_text .textwidget{
padding-top:15px;
padding-bottom:18px;
}
section.ts-flickr-widget .ts-flickr-wrapper,
section.ts-instagram-widget .ts-instagram-wrapper{
padding:18px 0 18px 0;
}
.widget-container .ts-facebook-page-wrapper{
padding:20px 0;
} .widget-container .ts-blogs-widget-wrapper{
padding:0 0 17px 0;
}
.widget-container .ts-recent-comments-widget-wrapper,
.widget-container .ts-slider{
padding-top:0;
} .widget-container .ts-products-widget-wrapper ul.product_list_widget ,
.widget-container ul.product_list_widget,
.woocommerce ul.product_list_widget{
padding:20px 0 0 0;
}
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget{
padding:20px 0 0 0;
} 
.woocommerce ul.cart_list{
padding-top:0;
padding-bottom:0;
}
.widget-container.widget_calendar{
padding:0;
border:0;
}
.widget-container > ul ol,
.widget-container > ul ul{
margin-left:10px; }
.widget-container ul ul{
margin:5px 0 0 15px }
.widget-container ul li {
list-style:none;
padding:5px 0;
}
.widget-container ul ul li{
padding:5px 0;
}
.widget-container ul li:last-child,
.widget-container ul ul li:last-child{
padding-bottom:0;
}
.widget-container ul li  > a:hover{
text-decoration:none;
}
section.widget_nav_menu > div > ul li.fa:before{
margin-right:5px }
.widget-container ul ul li > a{
position:relative
}
li.fa:before{
font-family: 'FontAwesome';
}  .mailchimp-subscription{
position:relative;
border:0;
overflow:hidden;
padding-top:42px;
padding-bottom:50px;
background:#3f3f3f;
}
.mailchimp-subscription.text-default{
background:#fafafa;
}
.ts-mailchimp-subscription-shortcode .mailchimp-subscription.text-default{
background:transparent;
}
.mailchimp-subscription input[type="email"],
.widget_mc4wp_form_widget .mc4wp-form input[type="email"]{
padding:15px 70px 15px 15px; height:50px;
margin-bottom:0;
}
.mailchimp-subscription.text-light input[type="email"]{
background:transparent;
}
.style-2 .mailchimp-subscription input[type="email"]{
max-width:100%;
}
.mailchimp-subscription.text-light input[type="email"],
.mailchimp-subscription.text-light input[type="email"]:focus,
.mailchimp-subscription.text-light input[type="email"]:hover{
border-color:#fff;
color:#fff;
}
.mailchimp-subscription .newsletter{
margin-bottom:4px;
display:inline-block;
}
.style-1 .mailchimp-subscription.text-default .newsletter{
margin-bottom:10px;
}
.style-1 .mailchimp-subscription .newsletter{
max-width:490px;
}
.mc4wp-form-submitted.processing button.button i{
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
.mc4wp-form-submitted.processing button.button i:before{
content: "\f110";
}
.mailchimp-subscription .mc4wp-error,
.mailchimp-subscription .mc4wp-success{
display:inline-block;
position:relative;
padding-left:20px; }
.mailchimp-subscription .mc4wp-error:before,
.mailchimp-subscription .mc4wp-success:before{
top:-7px;background:none;
line-height:18px;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
font-style:normal;
position:absolute;
left:0; font-size:14px;
background:none;
font-family: 'FontAwesome';
height:20px;
width:20px;
text-shadow:none;
padding:10px 0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
content: "\f00d";
}
.mailchimp-subscription .mc4wp-success:before{
content: "\f00c";
}
.mailchimp-subscription.text-light .newsletter,
.mailchimp-subscription.text-light input[type="email"],
.mailchimp-subscription.text-light input[type="email"]:focus,
.mailchimp-subscription.text-light .widget-title-wrapper h3,
.mailchimp-subscription.text-light .widgettitle,
.mailchimp-subscription.text-light .mc4wp-error,
.mailchimp-subscription.text-light .mc4wp-success{
color:#fff;
}
.mailchimp-subscription .widget-title-wrapper h3{
padding:0 0 8px 0;
margin-left:0;
margin-right:0;
}
.mailchimp-subscription .subscribe-email{
position:relative;
}
.mailchimp-subscription button.button,
.widget_mc4wp_form_widget .mc4wp-form button.button{
position:absolute;
right:3px; top:3px;
bottom:3px;
padding:0;
height:44px;
width:44px;
line-height:0;
font-size:0;
}
.mailchimp-subscription button.button i,
.widget_mc4wp_form_widget .mc4wp-form button.button i{
font-size:20px;
line-height:44px;
}
.mailchimp-subscription:before,
.mailchimp-subscription .widget-title:after{
display:none !important;
}
.mailchimp-subscription .widget-title-wrapper,
.mailchimp-subscription .subscribe-widget{
position:relative;
z-index:1;
width:100%;
}
.mailchimp-subscription img.bg-newsletter{
position:absolute;
left:50%;
top:50%;
transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
z-index:0;
max-width:none;
}  .widget-container .tagcloud{
overflow:hidden;
}
.widget-container .tagcloud a{
margin:0 0 10px 10px; display:inline-block;
line-height:30px;
float:left; border-width:1px;
border-style:solid;
padding:6px 10px;
}
.widget-container .tagcloud a:hover{
text-decoration:none;
}
.widget_product_tag_cloud .tagcloud,
.widget_tag_cloud .tagcloud{
margin-left:-10px; }
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover{
color:#ffffff !important;
}  .ts-social-icons .social-icons{
padding-top:15px;
float:left;
width:100%;
display:inline-block;
}
.blank-page-template .ts-social-icons .social-icons{
width:auto;
margin-bottom:10px;
}
.blank-page-template .ts-social-icons .social-icons,
.blank-page-template .ts-social-icons li{
float:none;
}
.ts-social-icons:after,
.ts-social-icons .list-icons:after{
display:table;
clear:both;
content:"";
}
.ts-social-icons .list-icons{
margin:0 -1px;
display:inline-block;
}
.ts-social-icons li,
.ts-social-icons li a{
width:40px;
height:40px;
text-align:center;
line-height:0;
padding:0 !important;
display:inline-block;
position:relative;
transition:none;
-webkit-transition:none;
-moz-transition:none;
}
.ts-social-icons li a:before{
border-width:1px;
border-style:solid;
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
content:"";
}
footer .ts-social-icons li a:before{
opacity:0.3;
}
.ts-social-icons .ts-tooltip{
display:none;
position:absolute;
content:"";
top:-32px;
left:50%;
margin-left:-36px;
height:20px;
opacity:0;
visibility:hidden;
padding:2px 5px;
line-height:16px;
width:72px;
font-size:10px;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
}
.ts-social-icons .show-tooltip .ts-tooltip{
display:inline-block;
}
.ts-social-icons .ts-tooltip:before{
font-family: 'FontAwesome';
content: "\f0d7";
position:absolute;
bottom:-9px;
left:50%;
font-size:12px;
margin-left:-3px;
}
.ts-social-icons li:hover .ts-tooltip{
opacity:1;
top:-26px;
visibility:visible;
}
.ts-social-icons li{
margin:2px;
float:left; }
.ts-social-icons .style-fill-bg{
margin-left:-2px;
margin-right:-2px;
}
.ts-social-icons .style-fill-bg li a:before{
display:none;
}
.ts-social-icons .style-fill-bg li{
margin:2px;
}
.ts-social-icons li i{
font-size:18px;
line-height:40px;
width:auto;
height:auto;
margin:0;
}
.ts-social-icons .social-desc{
margin-bottom:20px;
} footer .ts-social-icons .social-icons.style-vertical{
padding:0;
}
.ts-social-icons .social-icons.style-vertical ul{
overflow:hidden;
}
.ts-social-icons .social-icons.style-vertical li a:before{
display:none;
}
.ts-social-icons .social-icons.style-vertical li a i{
position:relative;
}
.ts-social-icons .social-icons.style-vertical li a{
transition:color 150ms,border 150ms,background 150ms ease-in-out 0s;
-webkit-transition:color 150ms,border 150ms,background 150ms 150ms ease-in-out 0s;
-moz-transition:color 150ms,border 150ms,background 150ms 150ms ease-in-out 0s;
}
.ts-social-icons .social-icons.style-vertical li a i:after{
border-width:1px;
border-style:solid;
position:absolute;
left:0; right:auto;
top:0;
bottom:0;
width:40px;
height:40px;
content:"";
}
footer .ts-social-icons .social-icons.style-vertical li a i:after{
opacity:0.3;
}
footer .ts-social-icons .social-icons.style-vertical li:hover a i:after{
opacity:1;
}
.ts-social-icons .social-icons.style-vertical li a i{
font-size:18px;
font-family: 'FontAwesome';
line-height:22px;
padding:6px 2px;
text-align:center;
width:40px;
height:40px;
margin-right:15px; display:inline-block;
}
.ts-social-icons .social-icons.style-vertical li a i:before{
line-height:28px;
position:relative;
z-index:1;
}
.ts-social-icons .social-icons.style-vertical .list-icons{
margin:0;
}
.ts-social-icons .social-icons.style-vertical li,
.ts-social-icons .social-icons.style-vertical li a{
width:auto;
height:auto;
text-align:inherit;
line-height:inherit;
background:transparent !important;
}
.ts-social-icons .social-icons.style-vertical li a:hover{
text-decoration:none;
}
.ts-social-icons .social-icons.style-vertical li a span{
position:static;
opacity:1;
margin:0;
height:auto;
width:auto;
line-height:inherit;
font-size:inherit;
padding:0;
visibility:visible;
background:transparent !important;
}
.ts-social-icons .social-icons.style-vertical li{
float:left; clear:both;
display:inline-block;
margin:0 0 10px 0;
}
.ts-social-icons .social-icons.style-vertical li a span:before{
display:none;
} .ts-social-icons .social-icons.style-vertical li.facebook:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.facebook:hover a span{
color:#3B5998;
}
.ts-social-icons .social-icons.style-vertical li.twitter:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.twitter:hover a span{
color:#2CAAE1;
}
.ts-social-icons .social-icons.style-vertical li.flickr:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.flickr:hover a span{
color:#E30761;
}
.ts-social-icons .social-icons.style-vertical li.vimeo:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.vimeo:hover a span{
color:#17B3E8;
}
.ts-social-icons .social-icons.style-vertical li.feedburner:hover a span,
footer#colophon .ts-social-icons .social-icons.style-vertical li.feedburner:hover a span{
color:#176DBA;
}
.ts-social-icons .social-icons.style-vertical li.youtube:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.youtube:hover a span{
color:#CC181E;
}
.ts-social-icons .social-icons.style-vertical li.viber:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.viber:hover a span{
color:#7C529E;
}
.ts-social-icons .social-icons.style-vertical li.skype:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.skype:hover a span{
color:#009EE5;
}
.ts-social-icons .social-icons.style-vertical li.instagram:hover a span, 
footer#colophon .ts-social-icons .social-icons.style-vertical li.instagram:hover a span{
color:#125688;
}
.ts-social-icons .style-vertical li.facebook:hover a,
footer#colophon .ts-social-icons .style-vertical li.facebook:hover a,
.ts-social-icons .style-vertical li.twitter:hover a,
footer#colophon .ts-social-icons .style-vertical li.twitter:hover a,
.ts-social-icons .style-vertical li.flickr:hover a,
footer#colophon .ts-social-icons .style-vertical li.flickr:hover a,
.ts-social-icons .style-vertical li.vimeo:hover a,
footer#colophon .ts-social-icons .style-vertical li.vimeo:hover a,
.ts-social-icons .style-vertical li.mailchimp:hover a,
footer#colophon .ts-social-icons .style-vertical li.mailchimp:hover a,
.ts-social-icons .style-vertical li.youtube:hover a,
footer#colophon .ts-social-icons .style-vertical li.youtube:hover a,
.ts-social-icons .style-vertical li.viber:hover a,
footer#colophon .ts-social-icons .style-vertical li.viber:hover a,
.ts-social-icons .style-vertical li.skype:hover a,
footer#colophon .ts-social-icons .style-vertical li.skype:hover a,
.ts-social-icons .style-vertical li.instagram:hover a,
footer#colophon .ts-social-icons .style-vertical li.instagram:hover a{
color:#fff;
}
.ts-social-icons .style-vertical li.facebook:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.facebook:hover a i:after{
background-color:#3B5998;
border-color:#3B5998;
}
.ts-social-icons .style-vertical li.twitter:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.twitter:hover a i:after{
background-color:#2CAAE1;
border-color:#2CAAE1;
}
.ts-social-icons .style-vertical li.flickr:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.flickr:hover a i:after{
background-color:#E30761;
border-color:#E30761;
}
.ts-social-icons .style-vertical li.vimeo:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.vimeo:hover a i:after{
background-color:#17B3E8;
border-color:#17B3E8;
}
.ts-social-icons .style-vertical li.mailchimp:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.mailchimp:hover a i:after{
background-color:#176DBA;
border-color:#176DBA;
}
.ts-social-icons .style-vertical li.youtube:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.youtube:hover a i:after{
background-color:#CC181E;
border-color:#CC181E;
}
.ts-social-icons .style-vertical li.viber:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.viber:hover a i:after{
background-color:#7C529E;
border-color:#7C529E;
}
.ts-social-icons .style-vertical li.skype:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.skype:hover a i:after{
background-color:#009EE5;
border-color:#009EE5;
}
.ts-social-icons .style-vertical li.instagram:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.instagram:hover a i:after{
background-color:#125688;
border-color:#125688;
}
.ts-social-icons .style-vertical li.feedburner:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.feedburner:hover a i:after{
background-color:#176DBA;
border-color:#176DBA;
} .ts-social-icons .style-light-opacity{
margin:0 -5px;
display:inline-block;
}
.ts-social-icons .style-light-opacity li{
margin:5px;
}
.ts-social-icons .style-light-opacity li a{
background:rgba(255,255,255,0.3);
color:#ffffff;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
.ts-social-icons .style-light-opacity li a i{
font-size:16px;
}
.ts-social-icons .style-light-opacity li a:before{
display:none;
}
.ts-social-icons li.facebook a span{
background-color:#3B5998;
}
.ts-social-icons li.twitter a span{
background-color:#2CAAE1;
}
.ts-social-icons li.flickr a span{
background-color:#E30761;
}
.ts-social-icons li.vimeo a span{
background-color:#17B3E8;
}
.ts-social-icons li.mailchimp a span{
background-color:#176DBA;
}
.ts-social-icons li.facebook a span:before{
color:#3B5998;
}
.ts-social-icons li.twitter a span:before{
color:#2CAAE1;
}
.ts-social-icons li.flickr a span:before{
color:#E30761;
}
.ts-social-icons li.vimeo a span:before{
color:#17B3E8;
}
.ts-social-icons li.mailchimp a span:before{
color:#176DBA;
}
.ts-social-icons li.youtube a span{
background-color:#CC181E;
}
.ts-social-icons li.viber a span{
background-color:#7C529E;
}
.ts-social-icons li.skype a span{
background-color:#009EE5;
}
.ts-social-icons li.instagram a span{
background-color:#125688;
}
.ts-social-icons li.feedburner a span{
background-color:#176DBA;
}
.ts-social-icons li.youtube a span:before{
color:#CC181E;
}
.ts-social-icons li.viber a span:before{
color:#7C529E;
}
.ts-social-icons li.skype a span:before{
color:#009EE5;
}
.ts-social-icons li.instagram a span:before{
color:#125688;
}
.ts-social-icons li.feedburner a span:before{
color:#176DBA;
}
.ts-social-icons li:hover a i{
color:#fff !important;
}
.ts-social-icons .style-light-opacity li.facebook:hover a,
.ts-social-icons li.facebook:hover a,
footer#colophon .ts-social-icons li.facebook:hover a,
.ts-social-icons .style-fill-bg li.facebook:hover a{
background-color:#3B5998;
border-color:#3B5998;
}
.ts-social-icons li.facebook:hover a:before{
border-color:#3B5998;
}
.ts-social-icons .style-light-opacity li.twitter:hover a,
.ts-social-icons li.twitter:hover a,
footer#colophon .ts-social-icons li.twitter:hover a,
.ts-social-icons .style-fill-bg li.twitter:hover a{
background-color:#2CAAE1;
border-color:#2CAAE1;
}
.ts-social-icons li.twitter:hover a:before{
border-color:#2CAAE1;
}
.ts-social-icons .style-light-opacity li.flickr:hover a,
.ts-social-icons li.flickr:hover a,
footer#colophon .ts-social-icons li.flickr:hover a,
.ts-social-icons .style-fill-bg li.flickr:hover a{
background-color:#E30761;
border-color:#E30761;
}
.ts-social-icons li.flickr:hover a:before{
border-color:#E30761;
}
.ts-social-icons .style-light-opacity li.vimeo:hover a,
.ts-social-icons li.vimeo:hover a,
footer#colophon .ts-social-icons li.vimeo:hover a,
.ts-social-icons .style-fill-bg li.vimeo:hover a{
background-color:#17B3E8;
border-color:#17B3E8;
}
.ts-social-icons li.vimeo:hover a:before{
border-color:#17B3E8;
}
.ts-social-icons .style-light-opacity li.mailchimp:hover a,
.ts-social-icons li.mailchimp:hover a,
footer#colophon .ts-social-icons li.mailchimp:hover a,
.ts-social-icons .style-fill-bg li.mailchimp:hover a{
background-color:#176DBA;
border-color:#176DBA;
}
.ts-social-icons li.mailchimp:hover a:before{
border-color:#176DBA;
}
.ts-social-icons .style-light-opacity li.youtube:hover a,
.ts-social-icons li.youtube:hover a,
footer#colophon .ts-social-icons li.youtube:hover a,
.ts-social-icons .style-fill-bg li.youtube:hover a{
background-color:#CC181E;
border-color:#CC181E;
}
.ts-social-icons li.youtube:hover a:before{
border-color:#CC181E;
}
.ts-social-icons .style-light-opacity li.viber:hover a,
.ts-social-icons li.viber:hover a,
footer#colophon .ts-social-icons li.viber:hover a,
.ts-social-icons .style-fill-bg li.viber:hover a{
background-color:#7C529E;
border-color:#7C529E;
}
.ts-social-icons li.viber:hover a:before{
border-color:#7C529E;
}
.ts-social-icons .style-light-opacity li.skype:hover a,
.ts-social-icons li.skype:hover a,
footer#colophon .ts-social-icons li.skype:hover a,
.ts-social-icons .style-fill-bg li.skype:hover a{
background-color:#009EE5;
border-color:#009EE5;
}
.ts-social-icons li.skype:hover a:before{
border-color:#009EE5;
}
.ts-social-icons .style-light-opacity li.instagram:hover a,
.ts-social-icons li.instagram:hover a,
footer#colophon .ts-social-icons li.instagram:hover a,
.ts-social-icons .style-fill-bg li.instagram:hover a{
background-color:#125688;
border-color:#125688;
}
.ts-social-icons li.instagram:hover a:before{
border-color:#125688;
}
.ts-social-icons .style-light-opacity li.feedburner:hover a,
.ts-social-icons li.feedburner:hover a,
footer#colophon .ts-social-icons li.feedburner:hover a,
.ts-social-icons .style-fill-bg li.feedburner:hover a{
background-color:#176DBA;
border-color:#176DBA;
}
.ts-social-icons li.feedburner:hover a:before{
border-color:#176DBA;
}
.ts-social-icons .style-light-opacity li.linkedin:hover a,
.ts-social-icons li.linkedin:hover a,
footer#colophon .ts-social-icons li.linkedin:hover a,
.ts-social-icons .style-fill-bg li.linkedin:hover a{
background-color:#0177B5;
border-color:#0177B5;
}
.ts-social-icons .style-light-opacity li.wordpress:hover a,
.ts-social-icons li.wordpress:hover a,
footer#colophon .ts-social-icons li.wordpress:hover a,
.ts-social-icons .style-fill-bg li.wordpress:hover a{
background-color:#21759B;
border-color:#21759B;
}  section.product-filter-by-color > ul{
margin-bottom:0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
background-image:none;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
height:6px;
position:relative;
z-index:1;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
margin-left:10px;
margin-right:10px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{
background:#efefef !important;
top:-1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range:before{
position:absolute;
left:0;right:0;
bottom:0;top:0;
border-width:1px;
border-style:solid;
border-color:#c2c2c2;
z-index:1;
content:"";
background:#c2c2c2;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
background:#efefef;
border-width:1px;
border-style:solid;
border-color:#eaeaea;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
width:20px;
height:20px;
border-width:1px;
border-style:solid;
margin-left:-10px;
top:-8px;
background-color:#efefef;
background-image:none;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before{
content:"";
position:absolute;
left:2px;
width:14px;
height:14px;
top:2px;
border-width:5px;
border-style:solid;
border-color:#cbcbcb;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
}
.woocommerce .widget_price_filter .ui-slider{
margin-left:2px;
margin-right:2px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child{
margin-left:-10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount{
padding-top:10px;
}
.woocommerce .widget-container .price_slider_amount{
position:relative
}
.woocommerce .widget-container .price_slider_amount .price_label{
margin:2px 0;
float:left; }
.woocommerce .widget_price_filter .price_slider_amount .button{
float:right; font-size:10px;
line-height:14px;
padding:7px;
min-width:70px;
}
.woocommerce .widget_price_filter .price_slider_amount{
text-align:left; float:none;
}  .product-filter-by-color ul{
margin-right:-20px; }
.product-filter-by-color ul:after{
display:table;
content:"";
clear:both;
}
.product-filter-by-color ul li{
list-style:none;
display:inline-block;
float:left; padding:0;
line-height:0;
width:30px;
height:30px;
margin:0 21px 21px 0; }
.product-filter-by-color ul li a{
font-size:0;
width:30px;
height:30px;
margin:0; line-height:30px;
float:left; line-height:0;
}
.product-filter-by-color ul li a span{
font-size:0;
width:30px;
height:30px;
line-height:30px;
display:inline-block;
}
.product-filter-by-color ul li a{
position:relative;
z-index:2;
line-height:0
}
.product-filter-by-color ul li a:before{
content:"";
position:absolute;
left:-3px;
right:-3px;
bottom:-3px;
top:-3px;
border-width:1px;
border-style:solid;
z-index:1;
opacity:0;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
}
.product-filter-by-color ul li:hover a:before,
.product-filter-by-color ul li.chosen a:before{
opacity:1;
}
.product-filter-by-color ul li.chosen a:after{
position:absolute;
top:-10px;
right:-8px; font-family: 'FontAwesome';
font-size:14px;
line-height:14px;
font-weight:normal; content: "\f00d";
z-index:3;
color:red;
}
.product-filter-by-color ul li:hover a:after,
.product-filter-by-color ul li.chosen a:after{
opacity:1;
}
.product-filter-by-color ul li small.count{
display:none;
}  .widget_layered_nav > form{
margin-top: 17px;
}
.woocommerce .widget_layered_nav ul{
margin:0
}
.woocommerce .widget_layered_nav ul li{
position:relative;
padding-bottom:16px;
width:100%;
overflow:hidden;
padding-right:35px; }
.woocommerce .widget_layered_nav ul li:last-child{
padding-bottom:0;
}
.woocommerce .widget_layered_nav ul li.chosen a:before, 
.woocommerce .widget_layered_nav_filters ul li a:before{
color:red;
content:"\f00d";
font-family: 'FontAwesome';
}
.woocommerce .widget_layered_nav ul li a, 
.woocommerce .widget_layered_nav ul li span.count{
padding:0;
z-index:1;
}
.woocommerce .widget_layered_nav ul li a{
white-space:nowrap;
overflow:hidden;
display:inline-block;
max-width:100%;
width:100%;
}
.woocommerce .widget_layered_nav ul li span.count{
position:absolute;
right:0; top:1px;
} .woocommerce .widget_layered_nav_filters ul{
margin:0;
padding:5px 0;
}
.woocommerce .widget_layered_nav_filters ul li{
display:inline-block;
width:100%;
padding:0;
margin:0 0 10px 0;
position:relative;
}
.woocommerce .widget_layered_nav_filters ul li:last-child:before{
display:none;
}
.woocommerce .widget_layered_nav_filters ul li a:before{
font-family: 'FontAwesome';
font-size:14px;
line-height:14px;
content: "\f00d";
color:red;
}  .widget-container.ts-products-widget .widget-title{
margin:0;
}
.woocommerce ul.cart_list li.empty, 
.woocommerce ul.product_list_widget li.empty{
min-height:0;
margin:0;
padding:0;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li, 
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li{
position:relative;
margin:0 0 0 0;
padding:0 0 20px 0;
}
.woocommerce .widget-container.ts-products-widget ul.product_list_widget li,
.widget-container.ts-products-widget .woocommerce ul.product_list_widget li{
padding:0 20px 20px 20px;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
width:98px;
border-width:1px;
border-style:solid;
margin:0;
float:left; }
.woocommerce ul.cart_list li img{
margin-right: 20px; }
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
border-width:0;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.woocommerce .thumbnail-no-border ul.product_list_widget li img,
body .woocommerce.thumbnail-no-border ul.product_list_widget li img{
border-width:0;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li{
margin-bottom:19px;
padding-left:20px;
padding-right:20px;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child{
margin-bottom:0;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child:before,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:last-child:before{
display:none;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:before,
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li:before{
border-width:1px 0 0 0;
border-style:solid;
content:"";
position:absolute;
bottom:0;
left:0;
right:0;
display:inline-block;
}
.widget .ts-products-widget-wrapper ul li, 
.woocommerce .widget .ts-products-widget-wrapper ul li,
.woocommerce .ts-recently-viewed-products-wrapper ul li,
.woocommerce .woocommerce .ts-recently-viewed-products-wrapper ul li{
padding:0 20px 20px 20px;
margin-bottom:20px;
border-width:0 0 1px 0;
border-style:solid;
} .menu .woocommerce ul.product_list_widget,
.woocommerce .menu ul.product_list_widget{
padding:10px 0;
}
.menu .woocommerce.ts-products-widget-wrapper ul li, 
.woocommerce .menu .woocommerce.ts-products-widget-wrapper ul li{
padding:0;
border-width:0;
}
.menu .widget.ts-products-widget{
border-width:0;
background:transparent !important;
}
.woocommerce .menu .widget.ts-products-widget ul.product_list_widget li img, 
.menu .widget.ts-products-widget ul.product_list_widget li img{
width:102px;
}
.menu .widget.ts-products-widget ul.product_list_widget li .ts-wg-meta{
margin-left:115px; } .widget .ts-products-widget-wrapper ul li:last-child, 
.woocommerce .widget .ts-products-widget-wrapper ul li:last-child,
.woocommerce .ts-recently-viewed-products-wrapper ul li:last-child,
.woocommerce .woocommerce .ts-recently-viewed-products-wrapper ul li:last-child{
margin-bottom:0;
border-width:0;
}
.widget.ts-products-widget h2{
padding-left:20px;
padding-right:20px;
}
.has-slider .widget.ts-products-widget h2{
padding-right:70px; }
.widget.ts-products-widget .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
margin:0 0 6px 0;
text-transform:none;
}
.woocommerce.widget_recent_reviews ul.product_list_widget li a{
margin-top:0;
}
ul.product_list_widget li .ts-wg-meta{
margin-left:115px; }
.no-thumbnail ul.product_list_widget li .ts-wg-meta{
margin-left:0 !important;
margin-right:0 !important;
} .widget_shopping_cart ul.product_list_widget li .ts-wg-meta{
margin-right:10px }
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a{
margin:0;
} .woocommerce ul.cart_list li dl dd, 
.woocommerce ul.cart_list li dl dt, 
.woocommerce ul.product_list_widget li dl dd, 
.woocommerce ul.product_list_widget li dl dt{
margin:0 0 4px 0;
padding:0;
}
.woocommerce ul.cart_list li dl, 
.woocommerce ul.product_list_widget li dl{
float:left; position:relative;
border:0;
font-size:90%;
padding-left:1em; }
.woocommerce ul.cart_list li dl dd, 
.woocommerce ul.cart_list li dl dt, 
.woocommerce ul.product_list_widget li dl dd, 
.woocommerce ul.product_list_widget li dl dt{
float:left; }
.woocommerce ul.cart_list li dl:before, 
.woocommerce ul.product_list_widget li dl:before{
position:absolute;
left:0; top:4px;
bottom:6px;
right:auto;
border-width:0 1px 0 0;
border-style:solid;
content:"";
width:1px;
display:inline-block;
} .woocommerce ul.product_list_widget li > a.ts-wg-thumbnail{
margin:0;
padding:0;
display:inline-block;
position:relative;
top:auto;
left:auto;
bottom:auto;
right:auto;
overflow:hidden;
float:left; }
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail:before{
position:absolute;
z-index:4;
left:1px;
right:1px;
bottom:1px;
top:1px;
content:"";
background:rgba(0,0,0,0.4);
opacity:0;
transition:all 250ms ease-in-out 0s;
-webkit-transition:all 250ms ease-in-out 0s;
-moz-transition:all 250ms ease-in-out 0s;
}
.woocommerce .thumbnail-no-border ul.product_list_widget li > a.ts-wg-thumbnail:before,
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li > a.ts-wg-thumbnail:before{
left:0;
right:0;
bottom:0;
top:0;
}
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail:hover:before{
opacity:1;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover{
text-decoration:none;
}
.ts-recent-comments-widget .owl-nav > div.owl-next,
.ts-recent-comments-widget .owl-nav > div.owl-prev,
.ts-blogs-widget-wrapper .owl-nav > div.owl-next,
.ts-blogs-widget-wrapper .owl-nav > div.owl-prev,
.ts-products-widget-wrapper .owl-next,
.ts-products-widget-wrapper .owl-prev{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
} .product-categories span{
display:none;
}
ul.product_list_widget li .product-categories{
margin-bottom:3px;
} .woocommerce ul.cart_list li .price, 
.woocommerce ul.product_list_widget li .price{
margin-top:0;
margin-left:-2px ;
margin-right:-2px;
display:inline-block;
width:calc(100% + 4px);
}
.woocommerce ul.product_list_widget li .loop-add-to-cart{
margin-top:13px;
display:inline-block;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button:before{
font-family:'Pe-icon-7-stroke';
content:"\e66e";
text-indent:0;
font-weight:normal; color:inherit !important;
margin-right:5px; line-height:10px;
position:relative;
top:2px;
font-size:18px;
display:inline-block;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button.added:before{
content:"\e66c";
top:3px;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button{
padding-left:15px;
padding-right:15px;
}
.woocommerce ul.cart_list li span.amount, 
.woocommerce ul.product_list_widget li span.amount{
margin:0 2px 2px 2px;
display:inline-block;
}
.woocommerce ul.cart_list li del, 
.woocommerce ul.product_list_widget li del{
opacity:0.5;
} .woocommerce p.stars a.star-1, 
.woocommerce p.stars a.star-2, 
.woocommerce p.stars a.star-3, 
.woocommerce p.stars a.star-4, 
.woocommerce p.stars a.star-5{
border:0;
}
.woocommerce p.stars a.star-1:after, 
.woocommerce p.stars a.star-2:after, 
.woocommerce p.stars a.star-3:after, 
.woocommerce p.stars a.star-4:after, 
.woocommerce p.stars a.star-5:after{
font-size:12px;
line-height:14px;
}
.woocommerce p.stars a{
line-height:16px;
}
.woocommerce ul.cart_list li .quantity{
margin:5px 0 0 0;
display: block;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total{
margin:0;
padding:15px 0;
border-width:1px 0 0 0;
border-style:solid;
position:relative;
overflow:hidden;
}
.woocommerce .widget_shopping_cart p.buttons,
.woocommerce.widget_shopping_cart p.buttons{
margin-bottom:0;
} .woocommerce.widget_recent_reviews ul.product_list_widget li{
position:relative;
padding-left:75px }
.woocommerce.widget_recent_reviews ul.product_list_widget li img{
width:60px;
position:absolute;
top:0;
left:0; }
.woocommerce.widget_recent_reviews ul.product_list_widget li .star-rating{
margin-top:5px;
}
.woocommerce.widget_recent_reviews ul.product_list_widget li .reviewer{
margin-top:3px;
display:inline-block;
width:100%;
}    .widget_calendar:before{
display:none;
}
.widget_calendar .widget-title{
margin:0;
padding-top:0;
}
.widget_calendar .widget-title:after{
display:none;
}
.widget_calendar .widget-title-wrapper{
margin-bottom:0;
}
.widget_calendar table{
border-width:1px;
border-style:solid;
}
.widget_calendar table tfoot td{
border-bottom:0;
border-top-width:1px;
}
.widget_calendar caption{
padding:10px 0;
text-align:center;
text-transform:uppercase;
}
.widget_calendar th, 
.widget_calendar td{
padding:2px 5px;
text-align:center;
}
.widget_calendar td#prev{
text-align:left }
.widget_calendar td#next{
text-align:right }
.widget_calendar #today{
text-decoration:underline;
}  .widget_product_search .widget-title:after,
.widget_search .widget-title:after{
display:none;
}
.widget_product_search .widget-title-wrapper,
.widget_search .widget-title-wrapper{
margin-bottom:0;
}
section.widget_product_search > form{
padding-top:0;
padding-bottom:0;
}
.widget_product_search,
.widget_search{
padding:0;
border:0;
}
section.widget_product_search > form,
section.widget_search > form{
display:inline-block;
width:100%;
position:relative;
}
section.widget_product_search > form input[type="search"],
section.widget_search > form input[type="text"]{
padding-right:33px; max-width:100%;
}
section.widget_product_search > form input[type="submit"],
section.widget_search > form input[type="submit"]{
position:absolute;
right:5px; top:1px;
content:"";
font-size:0;
background:url(//caravane-epices.com/wp-content/themes/boxshop/images/icon-search.png) no-repeat 0 -2px !important;
opacity:0.6;
z-index:2;
border:0 !important;
padding:0 !important;
width:38px;
height:38px;
min-width:0;
transition:all 300ms ease-in-out 0s;
-webkit-transition:all 300ms ease-in-out 0s;
-moz-transition:all 300ms ease-in-out 0s;
}
section.widget_product_search > form input[type="submit"]:hover,
section.widget_search > form input[type="submit"]:hover{
opacity:1;
}  .ts-gravatar-profile-widget{
text-align:center;
}
.ts-gravatar-profile-widget .thumbnail{
width:100%;
margin:20px 0 5px 0;
}
.ts-gravatar-profile-widget .thumbnail img{
width:90px;
height:90px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
.ts-gravatar-profile-widget .meta h4{
text-transform:uppercase;
margin-bottom:2px;
}
.ts-gravatar-profile-widget .ts-social-icons{
float:none;
display:inline-block;
}
.ts-gravatar-profile-widget .ts-social-icons:after{
display:table;
content:"";
clear:both;
}
.ts-gravatar-profile-widget .ts-social-icons .social-icons{
padding:0;
}
.ts-gravatar-profile-widget .ts-social-icons li{
float:none;
}   .post_list_widget .ts-video.auto-size{
padding-bottom: 57.25% !important; 
margin-bottom: 15px
}
.post_list_widget .ts-soundcloud{
margin-bottom: 15px;
}
.post_list_widget .blockquote-meta{
padding:0;
position:relative;
overflow:hidden
}
.blockquote-meta .author{
display:inline-block;
float:right; } .ts-blogs-widget-wrapper{
position:relative;
}
.post_list_widget{
margin:0;
}
span.author{
font-style:italic;
}
.post_list_widget blockquote{
padding:0;
margin:0 0 15px 0;
line-height:28px;
}
.widget-container .post_list_widget > li{
position:relative;
padding:0;
margin:20px 0 21px 0;
min-height:60px;
display:inline-block;
width:100%;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.widget-container .post_list_widget > li:last-child{
margin-bottom:0;
}
.widget-container .post_list_widget > li:after{
display:table;
content:"";
clear:both;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery{
width:100%;
display:inline-block;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item{
overflow:hidden;
position:relative;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:before,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:before{
position:absolute;
z-index:4;
left:0;
right:0;
bottom:100%;
top:0;
content:"";
background:rgba(0,0,0,0.4);
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:after,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:after{
position: absolute;
top:-50%;
left:50%;
z-index: 5;
width:40px;
height:40px;
content:"+";
font-weight:normal; font-family:"Times New Roman";
text-align: center;
color: #fff;
line-height: 40px;
font-size: 32px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
transition:all 350ms ease-in-out 0s;
-webkit-transition:all 350ms ease-in-out 0s;
-moz-transition:all 350ms ease-in-out 0s;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:hover:before,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:hover:before{
bottom:0;
}
.ts-blogs-widget .post_list_widget > li a.thumbnail:hover:after,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery .owl-item:hover:after{
top:50%;
} .ts-blogs-widget .post_list_widget > li a.thumbnail.gallery:before,
.ts-blogs-widget .post_list_widget > li a.thumbnail.gallery:after{
display:none;
}
footer .ts-blogs-widget .post_list_widget > li:first-child{
margin-top:0;
}
.widget-container .post_list_widget > li:before{
content:"";
position:absolute;
display:inline-block;
left:0;right:0;
height:1px;
bottom:-17px;
top:auto;
border-width:1px 0 0 0;
border-style:solid;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.widget-container .post_list_widget > li:last-child:before{
display:none
}
.widget-container .post_list_widget > li a{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.widget-container a.thumbnail{
max-width:100%;
margin-bottom:10px;
width:100%;
}
.widget-container a.thumbnail img{
width:100%;
}
.ts-blogs-widget-wrapper .post-title{
margin-bottom:6px;
display:inline-block;
font-weight:500; }
.ts-blogs-widget-wrapper .entry-meta{
width:100%;
display:inline-block;
margin-bottom:5px;
font-size:12px;
}
.ts-blogs-widget-wrapper .entry-meta i{
font-size:16px;
}
.ts-blogs-widget-wrapper .entry-meta > span{
opacity:0.9;
line-height:16px;
float:left; margin-right:25px }
.ts-blogs-widget-wrapper .entry-meta span:last-child{
margin:0 }
.ts-blogs-widget-wrapper .entry-meta .author{
opacity:1;
}
.post_list_widget .blockquote-meta .date-time{
width:auto;
margin:0;
}
.excerpt{
line-height:24px;
}  .comment_list_widget .comment-body{
border:0;
margin:0;
padding:0;
position:relative;
background:transparent;
font-style:normal;
min-height:0;
}
.widget-container .comment_list_widget > li{
margin:20px 0 21px 0;
padding:0;
clear:both;
display:inline-block;
width:100%;
position:relative;
}
.widget-container .comment_list_widget{
margin-bottom:0;
}
.widget-container .comment_list_widget > li:before{
content:"";
position:absolute;
display:inline-block;
left:0;right:0;
height:1px;
bottom:-20px;
top:auto;
border-width:1px 0 0 0;
border-style:solid;
opacity:0.6;
}
.comment_list_widget blockquote:before{
top:-4px;
}
.widget-container .comment_list_widget > li:last-child:before{
display:none
}
.ts-recent-comments-widget .comment-meta{
display:table;
table-layout:fixed;
width:100%;
margin-bottom:10px;
}
.comment_list_widget .comment-meta > *{
display:table-cell;
vertical-align:middle;
width:80%;
}
.comment_list_widget .comment-meta > .avatar{
width:60px;
line-height:0;
}
.comment_list_widget .avatar > a{
display:inline-block;
width:60px;
height:60px;
position:relative;
line-height:0;
max-width:100%;
}
.comment_list_widget .comment-meta .meta{
line-height:14px;
padding-left:10px }
.comment_list_widget .comment-meta span.date{
width:100%;
display:inline-block;
margin-top:5px;
font-style:italic;
}    body.wpb-js-composer .ts-products-tabs-widget .vc_tta-container{
margin-bottom:0 !important;
width:100%;
}
.ts-products-tabs-wrapper{
position:relative;
}
.ts-products-tabs-wrapper:before{
content:"";
border-width:1px;
border-style:solid;
position:absolute;
left:0;
right:0;
bottom:1px;
top:0;
z-index:0;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a{
display:none !important;
}
.ts-products-tabs-widget .products{
margin:-1px 0 0 0 !important;
}
.ts-products-tabs-widget .products .product{
padding-left:0 !important;
padding-right:0 !important;
float:none !important;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body{
padding:20px 20px 10px 20px;
border-width:0;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
padding:15px 20px;
border-width:0;
}
body.wpb-js-composer .ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
padding-left:55px; padding-right:20px; }
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading a:before{
display:none !important;
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:after{
position:absolute;
content:"";
top:0;
bottom:0;
left:0; right:auto;
width:40px;
text-align:center;
display:table-cell;
vertical-align:middle;
line-height:52px;
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before{
position:absolute;
content:"1";
top:50%;
bottom:auto;
left:0; right:auto;
width:40px;
z-index:1;
text-align:center;
line-height:20px;
margin-top:-10px;
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(2) .vc_tta-panel-heading a:before{
content:"2";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(3) .vc_tta-panel-heading a:before{
content:"3";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(4) .vc_tta-panel-heading a:before{
content:"4";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(5) .vc_tta-panel-heading a:before{
content:"5";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(6) .vc_tta-panel-heading a:before{
content:"6";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(7) .vc_tta-panel-heading a:before{
content:"7";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(8) .vc_tta-panel-heading a:before{
content:"8";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(9) .vc_tta-panel-heading a:before{
content:"9";
}
.ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panels > div:nth-child(10) .vc_tta-panel-heading a:before{
content:"10";
}
.wpb-js-composer .ts-products-tabs-widget .vc_tta .vc_tta-controls-icon{
display:none !important;
}
.ts-products-tabs-widget .widget-title{
padding:13px 15px; margin:0; }
body.wpb-js-composer .ts-products-tabs-widget .vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .ts-products-tabs-widget .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body{
margin:0;
}
.ts-products-tabs-widget .widget-title:after{
display:none;
}
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel{
margin-bottom:1px;
}      .ts-flickr-wrapper{
overflow:hidden;
margin-bottom:20px;
margin:0 -2px;
}
.ts-flickr-wrapper > .item{
display:inline-block;
float:left; transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
position:relative;
overflow:hidden;
padding:2px;
}
.ts-flickr-wrapper > .item a{
display:inline-block;
position:relative;
}
.ts-flickr-wrapper > .item img{
width:100%;
}
.ts-flickr-wrapper > .item a:before{
position:absolute;
z-index:4;
left:0;
right:0;
bottom:100%;
top:0;
content:"";
background:rgba(0,0,0,0.4);
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
.ts-flickr-wrapper > .item a:after{
position: absolute;
top:-50%;
left:50%;
z-index: 5;
width:40px;
height:40px;
content:"+";
font-weight:normal; font-family:"Times New Roman";
text-align: center;
color: #fff;
line-height: 40px;
font-size: 32px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
transition:all 350ms ease-in-out 0s;
-webkit-transition:all 350ms ease-in-out 0s;
-moz-transition:all 350ms ease-in-out 0s;
}
.ts-flickr-wrapper > .item a:hover:before{
bottom:0;
}
.ts-flickr-wrapper > .item a:hover:after{
top:50%;
} footer .ts-flickr-wrapper > .item a:before,
footer .ts-flickr-wrapper > .item a:after{
display:none;
}
footer section.ts-flickr-widget .ts-flickr-wrapper{
padding:0 1px;
margin:0;
}
footer .ts-flickr-wrapper > .item:hover{
-webkit-filter: grayscale(1);
filter: grayscale(1);
-ms-filter: grayscale(1);
-moz-filter: grayscale(1);
}
footer .ts-footer-block .fix-flickr-home-3 .ts-flickr-widget{
padding-left:80px;
} .ts-flickr-wrapper.columns-2 .item{
width:50%;
}
.ts-flickr-wrapper.columns-3 .item{
width:33.3333%;
}
.ts-flickr-wrapper.columns-4 .item{
width:25%;
}
.ts-flickr-wrapper.columns-5 .item{
width:25%;
}  .widget-container.widget_archive ul li{
position:relative;
margin:0;
display:inline-block;
width:100%;
}  .widget-container ul.product-categories{
padding:8px 0 20px 0 !important;
margin:0;
}
.widget-container ul.product-categories li{
margin:0;
padding:8px 0;
position:relative;
}
.widget-container ul.product-categories ul li{
padding:6px 0;
}
.widget-container ul.product-categories li:last-child,
.widget-container ul.product-categories ul li:last-child{
padding-bottom:0;
}
.widget-container ul.product-categories li a{
position:relative;
padding:0;
display:inline-block;
width:100%;
}
.widget_product_categories .product-categories span.count{
position:absolute;
right:0; top:8px;
}
.widget_product_categories ul.product-categories li{
padding:8px 0;
} .ts-product-categories-widget ul.product-categories li.cat-parent > a:after{
display:none;
}
.ts-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle{
position:absolute;
right:-10px; top:8px;
z-index:2;
display:inline-block;
width:20px;
height:20px;
text-align:center;
line-height:20px;
cursor:pointer;
}
.ts-product-categories-widget ul.product-categories li span.icon-toggle{
display:none;
}
.ts-product-categories-widget ul.product-categories li.cat-parent > span.icon-toggle:before{
font-family: 'FontAwesome';
content: "\f0d7";
font-size:14px;
line-height:14px;
display:inline-block;
}
.ts-product-categories-widget ul.product-categories li.cat-parent.active > span.icon-toggle:before{
content: "\f0d8";
}
.ts-product-categories-widget ul.product-categories li a{
padding-right:20px }
.ts-product-categories-widget ul.product-categories > li.cat-parent.active:last-child > a:before{
display:inline-block;
}
.ts-product-categories-widget ul.product-categories > li.cat-parent:last-child > a:before{
display:none;
}  .ts-twitter-widget .item{
position:relative;
padding:0;
margin:20px 0 21px;
display:inline-block;
width:100%;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.ts-twitter-widget .item:before{
content:"";
position:absolute;
display:inline-block;
left:0;right:0;
height:1px;
bottom:-20px;
top:auto;
border-width:1px 0 0 0;
border-style:solid;
opacity:0.6;
}
.ts-twitter-widget .item:last-child:before{
display:none
}
.ts-twitter-widget .avatar-name img{
width:30px;
height:auto;
float:left; }
.ts-twitter-widget .avatar-name{
min-height:30px;
}
.avatar-name a{
margin:0 0 0 10px; position:relative;
top:2px;
}
.avatar-name a:hover{
text-decoration:none;
}
.ts-twitter-widget .content{
margin-top:10px;
}  .widget-container.ts-single-image{
border:0;
padding:0;
}
.widget-container.ts-single-image img{
margin:0;
padding:0;
}
.widget-container.ts-single-image:before{
display:none;
}  .widget_categories ul li{
margin:0;
padding:0;
}
.widget_categories ul.children{
display:none;
}
.widget_categories > ul{
padding:10px 0 20px 0;
margin:0;
}
.widget_categories > ul li{
margin:0;
padding:8px 0;
position:relative;
list-style:none;
}
.widget_categories > ul ul li{
padding:5px 0;
}
.widget_categories > ul li a{
position:relative;
padding:0;
display:inline-block;
} .widget_categories > ul li.cat-parent > a:after{
display:none;
}
.widget_categories > ul li.cat-parent > span.icon-toggle{
position:absolute;
right:-10px; top:8px;
z-index:2;
display:inline-block;
width:20px;
height:20px;
text-align:center;
line-height:20px;
cursor:pointer;
}
.widget_categories > ul li span.icon-toggle{
display:none;
}
.widget_categories > ul li.cat-parent > span.icon-toggle:before{
font-family: 'FontAwesome';
content: "\f0d7";
font-size:14px;
line-height:14px;
display:inline-block;
font-weight:normal; }
.widget_categories > ul li.cat-parent.active > span.icon-toggle:before{
content: "\f0d8";
}
.widget_categories > ul > li.cat-parent.active:last-child > a:before{
display:inline-block;
}
.widget_categories > ul > li.cat-parent:last-child > a:before{
display:none;
}  .product-filter-by-availability-wrapper ul li{
position:relative;
padding:0 0 6px 0;
}
.product-filter-by-availability-wrapper ul li label{
text-indent: 22px;
width: 100%;
display: inline-block;
}
.product-filter-by-availability-wrapper ul li input{
position:absolute;
content:"";
left:0; top:4px;
display:inline-block;
width:auto;
}
.ts-sidebar .product-filter-by-availability-wrapper{
margin-top: 15px;
}
.ts-sidebar .product-filter-by-availability-wrapper ul{
margin-bottom: 0;
}  .ts-instagram-wrapper{
overflow:hidden;
margin-bottom:20px;
margin:0 -2px;
}
.ts-instagram-wrapper.columns-1 .item{
width:100%
}
.ts-instagram-wrapper.columns-2 .item{
width:50%
}
.ts-instagram-wrapper.columns-3 .item{
width:33.33333%
}
.ts-instagram-wrapper.columns-4 .item{
width:25%
}
.ts-instagram-wrapper > .item{
display:inline-block;
float:left; transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
position:relative;
overflow:hidden;
padding:2px;
}
.ts-instagram-wrapper > .item a{
display:inline-block;
position:relative;
}
.ts-instagram-wrapper > .item a:before{
position:absolute;
z-index:4;
left:0;
right:0;
bottom:100%;
top:0;
content:"";
background:rgba(0,0,0,0.4);
transition:all 400ms ease-in-out 0s;
-webkit-transition:all 400ms ease-in-out 0s;
-moz-transition:all 400ms ease-in-out 0s;
}
.ts-instagram-wrapper > .item a:after{
position: absolute;
top:-50%;
left:50%;
z-index: 5;
width:40px;
height:40px;
content:"+";
font-weight:normal; font-family:"Times New Roman";
text-align: center;
color: #fff;
line-height: 40px;
font-size: 32px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
transition:all 350ms ease-in-out 0s;
-webkit-transition:all 350ms ease-in-out 0s;
-moz-transition:all 350ms ease-in-out 0s;
}
.ts-instagram-wrapper > .item a:hover:before{
bottom:0;
}
.ts-instagram-wrapper > .item a:hover:after{
top:50%;
}  .ts-facebook-page-widget .fb_iframe_widget,
.ts-facebook-page-widget .fb_iframe_widget iframe,
.ts-facebook-page-widget .fb_iframe_widget > span{
max-width:100%;
width:100% !important;
height:auto;
}  .woocommerce .widget_rating_filter ul li{
margin-bottom:5px;
}
.woocommerce .widget_rating_filter ul li .star-rating{
margin:0;
position:relative;
top:2px;
}  .widget_mc4wp_form_widget .mc4wp-form{
position:relative;
}   .woocommerce > .products > .list-categories{
width:100%;
}
.woocommerce > .products{
clear:both;
display:flex;
flex-flow:row wrap;
}
.woocommerce .products .product{
margin:0 0 45px 0;
padding:0 10px;
float:left; position:relative;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products .product{
padding:0;
margin:-1px 0 0 0;
}
.vc_col-sm-6 .woocommerce .ts-shortcode .products .product{
margin-bottom:15px;
}
.woocommerce .rows-1 .products .product{
margin-bottom:16px;
}
.ts-product.ts-slider .products{
margin-left:0 !important;
margin-right:0 !important;
}
.woocommerce.ts-products .products .product{
margin-bottom:0;
}
.woocommerce.columns-8 .products .product{
width:12.5%;
}
.woocommerce.columns-7 .products .product{
width:14.285%
}
.woocommerce.columns-6 .products .product{
width:16.6%
}
.woocommerce.columns-5 .products .product{
width:20%;
}
.woocommerce.columns-4 .products .product{
width:25%;
}
.woocommerce.columns-3 .products .product{
width:33.333334%;
}
.woocommerce.columns-2 .products .product{
width:50%;
}
.woocommerce.columns-1 .products .product{
width:100%
}
.woocommerce .ts-slider .products .product{
height:100%;
}
.woocommerce .ts-slider .products .owl-item .product{
width:100% !important;
padding-left:0;
padding-right:0;
float:none;
}
.woocommerce .ts-product-deals-slider-wrapper .products .product{
margin-bottom:20px;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products .product{
padding-left:0;
padding-right:0;
}
.ts-slider .products.owl-carousel .owl-stages{
position:relative;
right:-2px; }
.products .product .product-wrapper:after{
display:table;
clear:both;
content:"";
} .ts-single-product .woocommerce.columns-1 .products .product{
margin-bottom:0;
} .woocommerce .products ul, 
.woocommerce .products{
margin:0;
}
.woocommerce.columns-3,
.woocommerce.columns-4,
.woocommerce.columns-5,
.woocommerce.columns-6{
clear:both;
}
.woocommerce .products{
margin:0 -10px;
position:static;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products{
margin:0;
padding:1px 1px 0 0; }
.woocommerce .no-margin:not(.thumbnail-no-border).ts-slider .owl-carousel .owl-stage-outer{
padding:1px 0 0 0;
margin-right:-1px; }
.woocommerce .no-margin:not(.thumbnail-no-border).ts-slider .products{
padding-top:0;
}
.archive .woocommerce .products{
margin-top:30px;
}
.ts-shortcode .content-wrapper {
position:relative;
}
.ts-product .content-wrapper {
position:static;
}
.woocommerce .products:after{
display:table;
clear:both;
content:"";
}
.woocommerce .ts-slider .products,
.woocommerce .upsells .products,
.woocommerce .cross-sells .products,
.woocommerce .upsells.products,
.woocommerce .cross-sells.products,
.woocommerce .related.products,
.woocommerce .related .products{
margin:0;
}
.woocommerce.columns-3:after,
.woocommerce.columns-4:after,
.woocommerce.columns-5:after,
.woocommerce.columns-6:after{
display:table;
clear:both;
content:"";
}
.woocommerce .products .product .product-wrapper{
position:relative;
max-width:380px;
height:100%;
margin-left:auto !important;
margin-right:auto !important;
}
.woocommerce .big-thumbnail .products .product .product-wrapper{
max-width:100%;
}
.woocommerce .list .products .product .product-wrapper{
max-width:100% !important;
}
.woocommerce a.button.loading:before, 
.woocommerce button.button.loading:before, 
.woocommerce input.button.loading:before{
position:static;
background:none;
}
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after{
content:"";
position:absolute;
top:-2px;
right:-2px;
left:-2px;
bottom:-2px;
background: url(//caravane-epices.com/wp-content/themes/boxshop/images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);
}
.woocommerce .product-wrapper .button-in a.loading:before,
div.product .summary .wishlist a.loading:before{
content:"" !important;
position:absolute;
top:0;
right:0;
left:0;
bottom:0;
width: 100%;
height: 100%;
margin: 0;
background: url(//caravane-epices.com/wp-content/themes/boxshop/images/ajax-loader.gif) center no-repeat !important;
}
.woocommerce .thumbnail-wrapper a.button.loading:after{
background-color:transparent !important;
}
.woocommerce a.added_to_cart{
margin-top:5px;
display:none !important;
}
.woocommerce .product a.added_to_cart:hover, 
.woocommerce .product a.button:hover,
.woocommerce .product a.added_to_cart:focus, 
.woocommerce .product a.button:focus{
background-image:none;
}
.woocommerce .product .thumbnail-wrapper{
position:relative;
z-index:1;
margin:0 0 12px 0;
max-width:100%;
line-height:0;
border-width:1px;
border-style:solid;
overflow:hidden;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.ts-slider.no-margin:not(.thumbnail-no-border) .content-wrapper{
width:calc(100% - 1px);
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .thumbnail-wrapper{
border-width:0;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .products .product{
position:relative;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .meta-wrapper{
padding:0 10px 10px 10px;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper{
padding:1px 0 1px 1px;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper:before,
.woocommerce .no-margin:not(.thumbnail-no-border) .product .thumbnail-wrapper > a:after{
position:absolute;
left:0;
right:-1px; bottom:0;
top:0;
content:"";
border-width:1px;
border-style:solid;
z-index:0;
}
.woocommerce .no-margin:not(.thumbnail-no-border) .product .thumbnail-wrapper > a:after{
left:-1px;
right:-1px;
bottom:-1px;
top:-1px;
border-width:1px 1px 0 1px;
border-style:solid;
z-index:2;
}
.woocommerce .product .thumbnail-wrapper *{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
body .woocommerce.thumbnail-no-border .product .thumbnail-wrapper,
.woocommerce .thumbnail-no-border .product .thumbnail-wrapper{
border-width:0;
}
.woocommerce .product .thumbnail-wrapper > a:before,
.woocommerce .product figure.owl-carousel .owl-item:before{
position:absolute;
left:0;
right:0;
bottom:-2px;
top:0;
content:"";
background:#000;
opacity:0.1;
visibility:hidden;
z-index:3;
}
.woocommerce .product .thumbnail-wrapper:hover a:before,
.woocommerce .product .thumbnail-wrapper:hover figure.owl-carousel .owl-item:before{
visibility:visible;
}
.woocommerce .product .thumbnail-wrapper > a{
position:relative;
z-index:2;
display:inline-block;
width:100%;
line-height:0;
transition: all 100ms ease-in-out 0s;
-webkit-transition: all 100ms ease-in-out 0s;
-moz-transition: all 100ms ease-in-out 0s;
}
.woocommerce .products .product a img{
margin:0;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
width:100%;
}
.woocommerce .products .product a:hover img{
box-shadow:none !important;
-webkit-box-shadow:none!important;
-moz-box-shadow:none!important;
}
.woocommerce .product figure{
position:relative;
z-index:1;
overflow:hidden;
margin-bottom:0;
}
.woocommerce-product-gallery__wrapper:after {
content: '';
display: table;
clear: both;
}
.woocommerce .product figure.owl-carousel{
z-index:6;
}
.woocommerce .product figure img:first-child{
position:relative;
z-index:2
}
.woocommerce .product figure.has-back-image img:last-child{
position:absolute;
right:0; top:0;
z-index:3
}
.woocommerce .meta-wrapper .loop-add-to-cart{
margin-top:9px;
display:none;
}
.woocommerce .product-wrapper .meta-wrapper:after{
display:table;
clear:both;
content:"";
}
.woocommerce .product .meta-wrapper{
margin:0;
padding:0;
position:relative;
z-index:2;
text-align:center;
}
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before{
font-family: 'FontAwesome';
content: "\f00c";
position:static;
padding:0;
}  .woocommerce .products .product .product-categories, 
.widget.ts-products-widget .product-categories{
margin:14px 0 4px 0;
overflow:hidden;
line-height:18px;
}
.woocommerce .products .product .product-categories a, 
.woocommerce .widget-container il li .product-categories a,
.widget-container ul li .product-categories a,
.widget.ts-products-widget .product-categories a{
display:inline-block;
padding:0;
margin:0;
line-height:16px;
}
.woocommerce .products .product .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.ts-products-widget-wrapper .product-categories a:hover{
text-decoration:none;
}   .products .product h3,
.woocommerce .products .product h3{
margin:0 0 7px 0;
padding:0;
display:inline-block;
width:100%;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}   .products .product .product-sku{
margin:0 0 3px 0;
display:inline-block;
width:100%;
line-height:18px;
position:relative;
top:-2px;
}  .woocommerce .products .product .price del{
font-size:100%;
line-height:100%;
margin:0;
opacity:0.5;
display:inline-block;
}
.product_list_widget del .amount,
.woocommerce .products .product .price del > *{
font-size:90%;
line-height:90%;
}
.woocommerce .products .product .price ins{
margin:0;
}
.woocommerce .products .product .price .amount, 
.product-price .amount{
padding:0 2px 0 2px;
}
.woocommerce .products .product .price .amount{
padding:0 4px 0 4px;
}
.woocommerce .products .product .price{
margin-left:-4px;
margin-right:-4px;
display:block;
margin-bottom:4px;
line-height:18px;
}   .pp_woocommerce .star-rating,
.woocommerce .star-rating{
width:70px;
height:16px;
overflow:hidden;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating{
margin:0 auto 8px auto ;
width:70px;
height:16px;
overflow:hidden;
position:relative;
line-height:16px;
font-size:10px;
}
.woocommerce ul.product_list_widget .star-rating{
margin:0 0 7px 0;
}
.woocommerce .menu ul.product_list_widget .star-rating,
.menu .woocommerce ul.product_list_widget .star-rating{
margin:0 0 7px 0;
}
.ts-price-table .rating:before,
.pp_woocommerce .star-rating:before,
.woocommerce .star-rating:before{
content: "\73\73\73\73\73";
float: left; top: 0;
left: 0; position: absolute;
}
.ts-price-table .rating span:before,
.pp_woocommerce .star-rating span:before,
.woocommerce .star-rating span:before{
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0; }
.ts-price-table .rating:before,
.ts-price-table .rating span:before,
.pp_woocommerce .star-rating span:before,
.woocommerce .star-rating span:before, 
.pp_woocommerce .star-rating:before,
.woocommerce .star-rating:before{
letter-spacing:4px;
font-size:10px;
line-height:16px;
font-family:star;
}   .woocommerce .products .product .short-description{
margin:4px 0 6px 0;
padding:0;
width:100%;
}  .woocommerce .product .product-label{
position:absolute;
right:auto;
left:0; top:10px;
bottom:auto;
z-index:4;
line-height:0;
text-align:center;
}
.woocommerce .product .product-label span:first-child{
margin-top:0 !important;
}
.woocommerce .product .product-label .onsale,
.woocommerce .product .product-label .new,
.woocommerce .product .product-label .featured,
.woocommerce .product .product-label .out-of-stock{
position:static;
top:auto;
right:auto;
left:auto;
right:auto;
margin:0;
min-height:0;
height:25px;
text-align:center;
float:left; clear:both;
display:inline-block;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
height:auto;
margin-top:5px;
clear:both;
padding:3px 3px 2px 3px;
min-width:48px;
position:relative;
backface-visibility:none;
-moz-backface-visibility:none;
-webkit-backface-visibility:none;
}
.woocommerce .product .product-label .onsale:before,
.woocommerce .product .product-label .new:before,
.woocommerce .product .product-label .featured:before,
.woocommerce .product .product-label .out-of-stock:before {
width: 0;
height: 0;
border-top:13px solid red;
border-right:11px solid transparent;
position:absolute;
content:"";
top:0;
left:calc(100% - 1px); backface-visibility:visible;
-moz-backface-visibility:visible;
-webkit-backface-visibility:visible;
}
.woocommerce .product .product-label .onsale:after,
.woocommerce .product .product-label .new:after,
.woocommerce .product .product-label .featured:after,
.woocommerce .product .product-label .out-of-stock:after{
width: 0;
height: 0;
border-bottom:13px solid red;
border-right:11px solid transparent;
position:absolute;
content:"";
bottom:0;
left:calc(100% - 1px); backface-visibility:visible;
-moz-backface-visibility:visible;
-webkit-backface-visibility:visible;
}
.ts-product.featured .product-label .featured{
display:none !important;
}   .product-group-button{
margin:0;
padding:0;
position:absolute;
z-index:5;
display:inline-block;
z-index:-1;
line-height:0;
width:40px;
height:auto;
top:10px;
right:-5px; bottom:5px;
transition: right 400ms,left 400ms ease 0s;
-moz-transition: right 400ms,left 400ms ease 0s;
-webkit-transition: right 400ms,left 400ms ease 0s;
}
.product-group-button > div.loop-add-to-cart{
position:relative;
}
.product-group-button > div.loop-add-to-cart a{
position:static;
} .woocommerce .product .thumbnail-wrapper .product-group-button > div{
background:none !important;
}
.woocommerce .product .thumbnail-wrapper .product-group-button > div,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a{
font-size:0;
line-height:0;
padding:0;
min-width:0;
width:40px;
height:40px;
text-align:center;
}
.woocommerce .product .thumbnail-wrapper .product-group-button .loop-add-to-cart a{
line-height:40px;
}
.woocommerce .product .thumbnail-wrapper .product-group-button .loop-add-to-cart a:first-child:before{
font-family:'Pe-icon-7-stroke';
content: "\e66e";
line-height:40px;
text-indent:0;
font-weight:normal; color:inherit !important;
}
.woocommerce .product .product-wrapper .thumbnail-wrapper .loop-add-to-cart a.added:first-child:before{
font-family:'Pe-icon-7-stroke';
content: "\e66c";
position:static;
margin:0;
padding:0;
font-size: 18px;
}
.product-group-button > div{
width:40px;
height:40px;
line-height:40px;
display:inline-block;
position:relative;
float:left; margin-bottom:2px;
}
.product-group-button > div i,
.meta-wrapper .button-in i,
.meta-wrapper .button-in .button-tooltip {
display: none;
}
.thumbnail-wrapper .product-group-button > div a{
margin:0;
cursor:pointer;
display:inline-block;
width:100%;
line-height:40px;
width:40px;
height:40px;
transition:all 200ms ease 0s;
-webkit-transition:all 200ms ease 0s;
-moz-transition:all 200ms ease 0s;
}
.thumbnail-wrapper .button-in.wishlist a:before{
content: "\e642";
font-family:'Pe-icon-7-stroke';
}
.thumbnail-wrapper .button-in.quickshop a:before{
font-family:'Pe-icon-7-stroke';
content: "\e618";
}
.thumbnail-wrapper .button-in.compare a:before,
.meta-wrapper .button-in.compare a:before,
div.product .summary .compare a:before{
content: "\e6c2";
font-family:'Pe-icon-7-stroke';
}
.thumbnail-wrapper .button-in.wishlist a.added:before{
content: "\f004";
font-family: 'FontAwesome';
font-size: 15px;
line-height: 40px;
}
.thumbnail-wrapper .product-group-button{
opacity:0
}
.thumbnail-wrapper:hover .product-group-button{
opacity:1;
}
.thumbnail-wrapper .product-group-button > div a i,
.thumbnail-wrapper .product-group-button > div a:before{
text-align:center;
line-height:40px;
font-size:18px;
color:inherit !important;
}
.thumbnail-wrapper .product-group-button > div a:hover{
text-decoration:none
}
.thumbnail-wrapper .product-group-button > div a.added{
font-size:0;
width:40px;
height:40px;
display:inline-block;
text-align:center;
}
.thumbnail-wrapper .product-group-button > div a.added:before{
font-family: 'Pe-icon-7-stroke';
content: "\e66c";
}
.thumbnail-wrapper .product-group-button .compare a.added:before,
.meta-wrapper .button-in.compare a.added:before,
div.product .summary .compare a.added:before{
font-family: 'Pe-icon-7-stroke';
content: "\e657";
font-size:18px;
line-height:40px;
} .meta-wrapper .button-in .compare a.loading,
.thumbnail-wrapper .button-in .compare a.loading,
div.product .compare a.loading{
background:transparent !important;
background-repeat:no-repeat !important;
background-position:center !important; 
background-image: url(//caravane-epices.com/wp-content/themes/boxshop/images/ajax-loader.gif) !important;
opacity:1 !important;filter:alpha(opacity=100) !important;
overflow:visible;
}
.meta-wrapper .button-in{
display:none;
text-align:center;
position:relative;
margin-top:9px;
margin-left:1px;
margin-right:1px;
}
.meta-wrapper .button-in a{
padding:0;
min-width:0;
width:40px;
height:40px;
display:inline-block;
border-width:1px;
border-style:solid;
float: left; }
.meta-wrapper .button-in a:hover{
text-decoration:none;
}
.meta-wrapper .button-in a:before{
content: "\e642";
font-family: 'Pe-icon-7-stroke';
font-size:18px;
line-height:40px;
}
.meta-wrapper .button-in a.added:before{
content: "\f004";
font-family: 'FontAwesome';
font-size: 15px;
line-height: 40px;
}
.product-group-button .button-tooltip{
padding:8px 5px;
position:absolute;
text-transform:none;
display:inline-block;
min-width:110px;
opacity:0;
text-align:center;
visibility:hidden;
height:40px;
font-size:14px;
line-height:24px;
top:50%;
right:20px; margin-top:-20px;
letter-spacing:-0.2px;
}
.product-group-button .button-tooltip:after{
width: 0;
height: 0;
position:absolute;
right:-5px; top:50%;
content:"";
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
border-top: 5px solid transparent;
border-left: 6px solid #3f3f3f; border-bottom: 5px solid transparent;
}
.product-group-button > div a:hover .button-tooltip{
opacity:1;
visibility:visible;
right:46px; transition: all 300ms ease-in-out 0s;
-moz-transition: all 300ms ease-in-out 0s;
-webkit-transition: all 300ms ease-in-out 0s;
}
.woocommerce .product .thumbnail-wrapper .product-group-button > div,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a{
border:0 !important;
}
.thumbnail-wrapper:hover .product-group-button{
z-index:5;
right:10px; }
.meta-on-thumbnail .thumbnail-wrapper:hover .product-group-button.two-button,
.meta-on-thumbnail .thumbnail-wrapper:hover .product-group-button.one-button{
bottom:auto;
top:5px;
}
.product-group-button.two-button{
right:-5px;
bottom:5px;
transition: right 400ms,left 400ms ease 0s;
-moz-transition: right 400ms,left 400ms ease 0s;
-webkit-transition: right 400ms,left 400ms ease 0s;
}
.product-group-button > *:last-child{
margin-bottom:0 !important;
}   .products{
clear:both;
}
.woocommerce .products .product.product-category h3{
text-transform:uppercase;
}
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3{
text-transform:none;
}
body.thumbnail-no-border.archive .products .product .thumbnail-wrapper{
border-width:0;
} .product-category-top-content{
margin:0 0 30px 0;
position:relative;
padding:10px 10px 0 10px;
}
.product-category-top-content:before{
position:absolute;
border-width:1px;
border-style:solid;
z-index:0;
content:"";
top:0;
bottom:0;
left:0;
right:0;
}
.product-category-top-content .widget-container:before{
display:none;
}
.product-category-top-content .widget-container{
width:25%;
float:left;
clear:none;
padding:20px;
border:0;
margin:0;
position:relative;
z-index:2;
background:transparent !important;
}
.product-category-top-content .widget-title-wrapper > .widget-title{
padding:0;
margin:0 0 5px 0;
text-align:left }
.product-category-top-content .widget-title-wrapper > .widget-title:before,
.product-category-top-content .widget-title-wrapper > .widget-title:after{
display:none;
}
.product-category-top-content .widget-container:after{
display:table;
clear:both;
content:"";
}
.prod-cat-show-top-content-button{
float:right; margin:15px 0 15px 30px; line-height:20px;
padding:0 0 0 30px; border-width:0 0 0 1px; border-style:solid;
display:inline-block;
}
.prod-cat-show-top-content-button a:after{
margin-left:8px; font-family: 'FontAwesome';
content: "\f039";
font-size:14px;
line-height:14px;
width:15px;
text-align:center;
display:inline-block;
}
.prod-cat-show-top-content-button a:hover{
text-decoration:none;
}
.prod-cat-show-top-content-button a.active:after{
content: "\f00d";
} .products .product.product-category,
.woocommerce .products .product.product-category{
text-align:center;
position:relative;
z-index:0;
}
.ts-product-category-slider-wrapper .products .product.product-category{
margin:0 !important;
}
.products .product.product-category h3, 
.woocommerce .products .product.product-category h3{
position:relative;
margin:0;
z-index:1;
margin-bottom:5px;
}
.products .product.product-category div.button, 
.woocommerce .products .product.product-category div.button{
margin-top:8px;
}
.products .product.product-category .meta-wrapper{
margin-top:10px;
}
.products .product.product-category h3 mark,
.woocommerce .products .product.product-category h3 mark{
background:none;
display:none;
}
.products .product.product-category img, 
.woocommerce .products .product.product-category img{
transition: all 150ms ease-in-out 0s;
-moz-transition: all 150ms ease-in-out 0s;
-webkit-transition: all 150ms ease-in-out 0s;
position:relative;
z-index:0;
margin:0 auto;
} #main-content > #primary > .woocommerce.columns-3, 
#main-content > #primary > .woocommerce.columns-4, 
#main-content > #primary > .woocommerce.columns-5, 
#main-content > #primary > .woocommerce.columns-6{
margin-top:10px;
} .woocommerce .before-loop-wrapper{
display:inline-block;
width:100%;
margin:0;
} .gridlist-toggle{
float:left; margin:0 0 10px 0;
}
.gridlist-toggle a{
font-size:0;
line-height:0;
height:50px;
width:50px;
text-align:center;
border-width:1px;
border-style:solid;
padding:0;
position:relative;
z-index:1;
display:inline-block;
margin:0 5px 0 0; }
.gridlist-toggle a:hover{
text-decoration:none
}
.gridlist-toggle a#grid:before{
content: "\f00a";
font-family: 'FontAwesome';
font-size:18px;
line-height:48px;
font-weight:normal; }
.gridlist-toggle a#list:before{
content: "\f00b";
font-family: 'FontAwesome';
font-size:18px;
font-weight:normal; line-height:48px;
}
.gridlist-toggle a span{
display:none;
}
.woocommerce .woocommerce-ordering, 
.woocommerce-page .woocommerce-ordering{
float:left; width:auto;
margin-bottom:10px;
position:relative;
}
.woocommerce .woocommerce-ordering:hover, 
.woocommerce-page .woocommerce-ordering:hover{
z-index:1000;
}
.woocommerce .woocommerce-ordering select{
display:none;
}
.woocommerce .woocommerce-ordering ul.orderby{
width:200px;
border-width:1px;
border-style:solid;
margin:0;
}
.woocommerce .woocommerce-ordering .orderby li a.current{
cursor:default;
}
.woocommerce .woocommerce-ordering .orderby > li{
padding:0 !important;
position:relative;
cursor:pointer;
}
.woocommerce .woocommerce-ordering .orderby-current{
padding:14px 30px 14px 15px; display:inline-block;
width:100%;
white-space: nowrap;
transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
}
.woocommerce .woocommerce-ordering .orderby > li:after{
position:absolute;
content:"";
top:13px;
right:12px; font-family: 'FontAwesome';
content: "\f0dd";
font-size:14px;
line-height:14px;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.woocommerce .woocommerce-ordering .orderby:hover > li:after{
padding-bottom:4px;
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-ms-transform:rotate(180deg);
}
.woocommerce .woocommerce-ordering .orderby li{
list-style:none;
position:relative;
z-index:4;
padding-top:4px;
padding-bottom:4px;
}
.woocommerce .woocommerce-ordering .orderby ul{
margin:0;
padding:0;
display:none;
position:absolute;
top:100%;
left:0;
right:0;
z-index:5;
transform-origin: 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}
.woocommerce .woocommerce-ordering .orderby ul:before{
position:absolute;
content:"";
top:0;
left:-1px;
right:-1px;
bottom:0;
z-index:-1;
border-width:1px;
border-style:solid;
}
.woocommerce .woocommerce-ordering .orderby:hover ul{
display:block;
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name:animation_menu;
-moz-animation-name:animation_menu;
animation-name:animation_menu;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count{
padding:0;
margin:12px 0 0 0;
float:right; }
.woocommerce .woocommerce-ordering ul li a:hover{
text-decoration:none;
}
.woocommerce .woocommerce-ordering ul li{
padding:0 15px;
}
.woocommerce .woocommerce-ordering ul li a{
padding:8px 0;
width:100%;
display:inline-block;
position:relative;
}
.woocommerce .woocommerce-ordering ul ul li:before{
border-width:1px 0 0 0;
border-style:solid;
position:absolute;
top:0;
left:0;
right:0;
height:1px;
opacity:0.6;
content:"";
}
.woocommerce .woocommerce-ordering ul ul > li:first-child:before{
display:none;
} .woocommerce .after-loop-wrapper{
width:100%;
margin:20px 0 40px 0;
display:inline-block;
text-align:center;
position:relative;
}
.woocommerce .after-loop-wrapper:after {
content:"";
display:table;
clear:both;
}
.ts-pagination{
text-align:center;
margin:40px 0 100px 0;
display:inline-block;
width:100%;
}
.ts-pagination ul{
display:inline-block;
overflow:hidden;
}
.ts-pagination ul li{
display:inline-block;
list-style:none;
float:left; padding:0;
}
.ts-pagination ul li a:hover{
text-decoration:none;
}
.dokan-pagination-container{
margin:40px 0 100px 0;
}
.woocommerce nav.woocommerce-pagination ul, 
.ts-pagination ul,
.dokan-pagination-container .dokan-pagination{
border:0;
margin:0;
padding:0;
}
.woocommerce nav.woocommerce-pagination ul li, 
.dokan-pagination-container .dokan-pagination li{
border:0;
float:left; }
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span, 
.ts-pagination ul li a,
.ts-pagination ul li span.current,
.dokan-pagination-container .dokan-pagination li a{
padding:3px;
background:transparent;
min-height:40px;
min-width:40px;
line-height:32px;
font-size:14px;
border-width:1px;
border-style:solid;
margin:0 3px;
text-align:center;
display:inline-block;
}
.woocommerce nav.woocommerce-pagination ul li a.next, 
.woocommerce nav.woocommerce-pagination ul li a.prev, 
.ts-pagination ul li a.prev,
.ts-pagination ul li a.next{
background-image:none;
font-size:0;
line-height:0;
min-height:40px;
margin:0 3px;
}
.woocommerce nav.woocommerce-pagination ul li a.next:before, 
.woocommerce nav.woocommerce-pagination ul li a.prev:before, 
.ts-pagination ul li a.prev:before,
.ts-pagination ul li a.next:before{
font-family: 'FontAwesome';
font-size:14px;
line-height:32px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:before, 
.ts-pagination ul li a.prev:before{
content: "\f100"; }
.woocommerce nav.woocommerce-pagination ul li a.next:before,
.ts-pagination ul li a.next:before{
content: "\f101"; }
.dokan-pagination-container .dokan-pagination li.active a{
cursor:default;
}   .woocommerce .products .product.sale .price{
margin-left:-10px;
margin-right:-10px;
}
.woocommerce .products.list .product .price del{
position:relative;
top:-2px;
}
.woocommerce .products.list .product .price del,
.woocommerce .products.list .product .price del .amount{
font-size:75%;
}
.woocommerce .products.list .product .price del .amount,
.woocommerce .products.list .product .price ins .amount{
padding:0 10px;
}
.woocommerce .products.list .product .price,
.woocommerce .products.list .product .price .amount{
font-size:24px;
}
.woocommerce .products.list .product .product-wrapper{
max-width:100%;
}
.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
float:left; width:23.306%;
}
.woocommerce .products.list .product .product-wrapper .meta-wrapper{
float:left; width:76.694%;
padding:0 0 0 25px; }
.woocommerce .products.list .product{
width:100%;
}
.woocommerce .products.list > .product:not(.product-category){
width:100% !important;
}
.woocommerce .products.list > .product .meta-wrapper{
text-align:left; }
.woocommerce .products.list .star-rating{
margin-left:0;
margin-right:0;
} .woocommerce.columns-8 .products .product.product-category{
width:12.5%;
}
.woocommerce.columns-7 .products .product.product-category{
width:14.285%
}
.woocommerce.columns-6 .products .product.product-category{
width:16.6%
}
.woocommerce.columns-5 .products .product.product-category{
width:20%;
}
.woocommerce.columns-4 .products .product.product-category{
width:25%;
}
.woocommerce.columns-3 .products .product.product-category{
width:33.3333333333%;
}
.woocommerce.columns-2 .products .product.product-category{
width:50%;
}
.woocommerce.columns-1 .products .product.product-category{
width:100%;
}
.woocommerce .list .product:not(.product-category) .meta-wrapper{
width:100%;
margin-left:0;
margin-right:0;
padding-left:0;
padding-right:0;
}
.woocommerce .products.list .product.product-category .meta-wrapper{
padding-left:0;
padding-right:0;
width:100%;
text-align:center;
}     div.product div.summary .clear{
display:none !important;
}
.woocommerce div.product div.images > .woocommerce-product-gallery__image:nth-child(n+2){
width:100%;
}
body.thumbnail-no-border div.product div.images img, 
.pp_woocommerce div.product.thumbnail-no-border div.images-slider-wrapper img{
border-width:0;
}
body.thumbnail-no-border div.product div.images-thumbnails div.thumbnails img{
border-color:transparent;
}
body.thumbnail-no-border .upsells .product .thumbnail-wrapper,
body.thumbnail-no-border .cross-sells .product .thumbnail-wrapper,
body.thumbnail-no-border .related .product .thumbnail-wrapper{
border-width:0;
}
.woocommerce div.product div.images-thumbnails img,
.pp_woocommerce div.product div.images-slider-wrapper img{
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
border-style:solid;
border-width:1px;
}
.woocommerce div.product div.images-thumbnails .images,
.pp_woocommerce div.product div.images-slider-wrapper .images{
width:auto;
margin:0;
float:none;
padding:0;
position:relative;
}
.woocommerce div.product div.images-thumbnails,
.pp_woocommerce div.product div.images-slider-wrapper{
width:50.848%;
position:relative;
float:left; margin:0 0 60px 0;
overflow:hidden;
}
.pp_woocommerce div.product div.images-slider-wrapper{
width:38.542%
}
.woocommerce div.product div.images-thumbnails .featured-image{
position:relative;
}
.woocommerce .ts-col-12 div.product div.images-thumbnails,
.woocommerce .ts-col-12 div.product div.summary{
width:100%; }
.woocommerce .ts-col-12 div.product div.summary{
clear:both;
padding:0;
}
.woocommerce .ts-col-18 div.product div.images-thumbnails,
.woocommerce .ts-col-18 div.product div.summary{
width:50%;
}
.woocommerce .ts-col-18 div.product div.images-thumbnails{
padding-right:1px; } .woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:120px; } .woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
width:45%;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails{
width:55%;
}
.woocommerce div.product div.summary,
.pp_woocommerce div.product div.summary{
width:49.152%;
padding-left:30px; float:left; margin-bottom:20px;
}
.pp_woocommerce div.product div.summary{
width:61.458%;
padding-top:10px !important;
}
.pp_woocommerce div.product div.summary,
.pp_woocommerce div.product div.images-slider-wrapper{
margin-bottom:0 !important;
} .ts-product-video-button{
background:transparent;
height:31px;
width:31px;
position:absolute;
right:20px; bottom:20px;
z-index:998;
opacity:0.6;
background:url(//caravane-epices.com/wp-content/themes/boxshop/images/image.png) 1px -194px;
}
.ts-product-video-button:hover{
opacity:1;
text-decoration:none;
}
.ts-product-video iframe{
max-width:calc(100% - 13px);
margin-left:7px;
}
.ts-product-video.loaded{
padding:0 !important;
}
.ts-product-video #pp_full_res{
line-height:0 !important;
width:100% !important;
}
.ts-product-video .ppt,
.ts-product-video .pp_top,
.ts-product-video .pp_bottom,
div.ts-product-video.pp_pic_holder.loaded:before{
display:none !important;
}
.ts-product-video .pp_details{
padding:0 !important;
}  div.product .thumbnails{
position:relative;
overflow:hidden;
}
div.product div.images-thumbnails div.thumbnails{
padding-top:20px;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .caroufredsel_wrapper{
margin:0 0 0 0 !important;
}
.woocommerce div.product.vertical-thumbnail .thumbnails{
width:98px;
float:left; margin-top:-20px;
padding-top:0;
}
div.product.vertical-thumbnail .thumbnails li{
padding:20px 0 0 0;
line-height:0;
}
.woocommerce div.product div.thumbnails a{
width:auto;
margin:0;
float:none;
display:inline-block;
}
.woocommerce div.product div.thumbnails a img{
height:auto;
max-width:100%;
display:block;
} .woocommerce div.product .images .product-label,
.pp_woocommerce div.product .images .product-label{
z-index:998;
position:absolute;
left:0 ;
right:auto;
top:15px;
bottom:auto;
text-align:left; width:auto;
line-height:0;
text-align:center;
}
.woocommerce div.product .images .product-label span:first-child,
.pp_woocommerce div.product .images .product-label span:first-child{
margin-top:0;
}
.pp_woocommerce div.product .images .product-label span.onsale,
.woocommerce div.product .images .product-label span.onsale,
.pp_woocommerce div.product .images .product-label span.new,
.woocommerce div.product .images .product-label span.new,
.pp_woocommerce div.product .images .product-label span.featured,
.woocommerce div.product .images .product-label span.featured,
.pp_woocommerce div.product .images .product-label span.out-of-stock,
.woocommerce div.product .images .product-label span.out-of-stock,
.pp_woocommerce div.product .images .product-label span,
.woocommerce div.product .images .product-label span{
}
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span{
position:static;
top:auto;
right:auto;
left:auto;
right:auto;
margin:0;
min-height:0;
height:35px;
text-align:center;
float:left; clear:both;
display:inline-block;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
height:auto;
margin-top:5px;
clear:both;
padding:6px 3px 6px 3px;
min-width:68px;
position:relative;
}
.woocommerce div.product .images .product-label span:before,
.pp_woocommerce div.product .images .product-label span:before {
width: 0;
height: 0;
border-top-width:18px;
border-top-style:solid;
border-right: 16px solid transparent; position:absolute;
content:"";
top:0;
left:100%; }
.woocommerce div.product .images .product-label span:after,
.pp_woocommerce div.product .images .product-label span:after{
width: 0;
height: 0;
border-bottom-width:18px;
border-bottom-style:solid;
border-right: 16px solid transparent; position:absolute;
content:"";
bottom:0;
left:100%; }   div.product .summary .counter-wrapper{
width:100%;
display:inline-block;
margin:0 0 20px 0;
}
.summary .counter-wrapper > div{
padding:9px 2px;
margin:0 2px;
width:60px;
}
.summary .counter-wrapper > div .number-wrapper{
font-size:18px;
line-height:24px;
}
.summary .counter-wrapper .ref-wrapper{
font-size:12px;
line-height:16px;
} .woocommerce .pp_woocommerce div.product .product_title,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title{
margin:0 0 10px 0; padding:0;
}
.woocommerce div.product .product_title{
margin:0 70px 10px 0; } .woocommerce-product-rating a.woocommerce-review-link{
position:relative;
line-height:18px;
}
.woocommerce-product-rating a.woocommerce-review-link:before{
font-family: 'FontAwesome';
margin-right:10px ; content: "\f040";
display:inline-block;
}
.pp_woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product .woocommerce-product-rating{
line-height:0;
margin-bottom:22px;
}
.ts-price-table .rating,
.pp_woocommerce .woocommerce-product-rating .star-rating,
.woocommerce .woocommerce-product-rating .star-rating{
width:80px;
height:16px;
margin:0 40px 0 0; float:left; overflow:hidden;
position:relative;
font-family:star !important;
top: 0;
}
.ts-price-table .rating:before,
.ts-price-table .rating span:before,
.pp_woocommerce .woocommerce-product-rating .star-rating span:before,
.woocommerce .woocommerce-product-rating .star-rating span:before, 
.pp_woocommerce .woocommerce-product-rating .star-rating:before,
.woocommerce .woocommerce-product-rating .star-rating:before{
font-size:12px;
height:14px;
}
.woocommerce .woocommerce-product-rating > a,
.pp_woocommerce .woocommerce-product-rating > a{
position:relative;
}
.woocommerce .woocommerce-product-rating > a span,
.pp_woocommerce .woocommerce-product-rating > a span{
display:inline-block;
}
.pp_woocommerce .woocommerce-product-rating .star-rating span,
.woocommerce .star-rating span{
overflow:hidden;
top:0;
left:0; position:absolute;
padding-top:30px;
}
.woocommerce .star-rating{
float:right; }
.ts-price-table .rating span{
overflow: hidden;
top: 0;
left: 0; position: absolute;
padding-top:30px;
}
.woocommerce-product-rating .woocommerce-review-link{
position:relative;
}
.woocommerce-product-rating .woocommerce-review-link:hover{
text-decoration:none;
}
.summary p.stock{
display:none
} .woocommerce div.product p.stock span, 
.pp_woocommerce div.product p.stock span,
.ts-wishlist-table-wrapper .items span.product-stock-status .in-stock,
.ts-compare-table-wrapper .in-stock{
color:#5cb85c !important;
}
.woocommerce div.product p.availability.stock, 
body #pp_full_res div.product p.availability.stock{
margin:0 40px 24px 0; clear:both;
position:relative;
display:inline-block;
float:left; }
.woocommerce div.product p.availability.stock label, 
.pp_woocommerce div.product p.availability.stock label{
margin:0;
float:left; padding:0;
}
.woocommerce div.product p.stock span, 
.pp_woocommerce div.product p.stock span{
position:relative;
float:left; padding:0 0 0 20px; line-height:18px;
}
.woocommerce div.product p.stock span:before, 
.pp_woocommerce div.product p.stock span:before{
font-family: 'FontAwesome';
content: "\f05d";
position:absolute;
left:5px; top:0;
font-weight:normal; }
.woocommerce div.product p.out-of-stock span, 
.pp_woocommerce div.product p.out-of-stock span{
color:red !important;
}
.woocommerce div.product p.out-of-stock span:before, 
.pp_woocommerce div.product p.out-of-stock span:before{
content: "\f017";
} .woocommerce div.product .sku-wrapper,
.pp_woocommerce div.product .sku-wrapper{
display:inline-block;
margin:0 0 24px 0;
font-family:arial;
float:left; font-weight:normal; line-height:18px;
position:relative;
}
.woocommerce div.product .sku-wrapper span,
.pp_woocommerce div.product .sku-wrapper span{
color:#b50000;
padding:0 0 0 3px; display:inline-block;
} .woocommerce #reviews #comments ol.commentlist li .comment-text p{
margin-bottom:5px;
}
.comment-text .description{
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit;
}
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary .woocommerce-product-details__short-description{
display:inline-block;
width:100%;
clear:both;
margin:0;
}
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description{
margin-bottom:6px;
} .pp_woocommerce div.product .summary > .price,
.woocommerce .pp_woocommerce div.product .summary > .price{
margin:0 0 18px 0;
clear:both;
}
.pp_woocommerce div.product-type-variable .summary .woocommerce-product-details__short-description,
.woocommerce .pp_woocommerce div.product-type-variable .summary .woocommerce-product-details__short-description{
margin:0;
} .pp_woocommerce .quantity .minus:hover,
.pp_woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover, 
.woocommerce .quantity .plus:hover, 
.pp_woocommerce .quantity .minus:focus,
.pp_woocommerce .quantity .plus:focus,
.woocommerce .quantity .minus:focus, 
.woocommerce .quantity .plus:focus{
background-image:none;
} div.product p.price .woocommerce-Price-amount{
padding-bottom:5px;
}
div.product .summary > .price del .amount, 
div.product .single_variation del .amount, 
.woocommerce div.product .single_variation del .amount{
font-size:140%;
} .pp_woocommerce div.product form.cart .button, 
.woocommerce div.product form.cart .button{
min-width:170px;
height:50px;
border:0;
float:left; padding-top:0 !important;
padding-bottom:0 !important;
}
.pp_woocommerce div.product p.cart .button, 
.woocommerce div.product p.cart .button{
min-width:170px;
height:50px;
border:0;
padding-top:16px;
padding-bottom:16px;
line-height:18px;
}
.pp_woocommerce div.product form.cart .button:before, 
.woocommerce div.product form.cart .button:before,
.pp_woocommerce div.product p.cart .button:before, 
.woocommerce div.product p.cart .button:before{
font-family:'Pe-icon-7-stroke';
content:"\e66e";
display:inline-block;
text-indent:0;
font-weight:normal; color:inherit !important;
margin-right:5px; line-height:10px;
position:relative;
top:3px;
}
.summary a.compare .button-tooltip{
display:none !important;
} div.product .summary .wishlist,
div.product .summary .compare{
position:relative;
display:inline-block;
float:left; height:50px;
width:50px;
text-align:center;
line-height:0;
margin:0 5px 33px 0; font-size:0;
}
div.product .summary .compare i {
display: none;
}
div.product.outofstock .summary .wishlist{
margin-bottom:33px;
}
div.product .summary .wishlist a,
div.product .summary .compare a{
font-size:0;
line-height:0;
white-space: pre;
text-align:center;
background-image:none !important;
text-transform:none;
line-height:0;
border-width:1px;
border-style:solid;
height:50px;
width:50px;
display:inline-block;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
div.product .summary .wishlist a:before{
font-family: 'Pe-icon-7-stroke';
content: "\e642";
}
div.product .summary .wishlist a.added:before{
content: "\f004";
font-family: 'FontAwesome';
}
div.product .summary .wishlist a:hover,
div.product .summary .compare a:hover{
text-decoration:none;
} div.product .summary .print,
div.product .summary .email{
float:left;
margin:0 5px 33px 0; }
div.product .summary .print{
margin-left:0 }
div.product .summary .print a,
div.product .summary .email a{
line-height:0;
width:50px;
text-align:center;
border-width:1px;
border-style:solid;
display:inline-block;
}
.pp_woocommerce div.product form.cart .button:before, 
.woocommerce div.product form.cart .button:before,
.pp_woocommerce div.product p.cart .button:before, 
.woocommerce div.product p.cart .button:before,
div.product .summary .wishlist a:before,
body div.product .summary .compare a:before,
body div.product .summary .compare a.added:before, 
div.product .summary .print a,
div.product .summary .email a{
font-size:24px;
}
div.product .summary .wishlist a.added:before{
font-size:21px;
}
div.product .summary .wishlist a:before,
body div.product .summary .compare a:before,
body div.product .summary .compare a.added:before,
div.product .summary .print a i,
div.product .summary .email a i{
line-height:48px;
} .woocommerce div.product .summary > .price{
clear:both;
margin:0 0 10px 0;
display:inline-block;
font-size:1.25em;
width:100%;
overflow:hidden;
padding-top:20px;
border-width:1px 0 0 0;
border-style:solid;
}
.price del,
.product-price del,
.shop_table .value del{
opacity:0.4;
}
div.product .summary > .price del{
margin-right:40px; }
div.product .summary > .price del,
.woocommerce div.product .summary > .price del{
display:inline-block;
margin-bottom:5px;
opacity:0.4;
}
.woocommerce div.product .cart{
overflow:hidden;
clear:both;
display:inline-block;
width:100%;
margin:0;
}
.woocommerce div.product.type-product .cart,
.pp_woocommerce div.product.type-product .cart,
#pp_full_res div.product.type-product .cart{
float:left; width:auto;
clear:both;
margin:0 5px 32px 0; } .woocommerce .ts-col-18 div.product.vertical-thumbnail form.cart, 
.woocommerce .ts-col-18 div.product.vertical-thumbnail p.cart{
width:100%;
margin:0 0 32px 0; }
.woocommerce div.product form.cart.variations_form{
margin-bottom:15px;
} .woocommerce div.product form.cart table td{
padding-left:0; }
.woocommerce div.product form.cart .group_table td:first-child{
width:auto;
text-align:left; }
.pp_woocommerce div.product form.cart table, 
.woocommerce div.product form.cart table{
border:0;
border-collapse:collapse;
}
.pp_woocommerce div.product form.cart .group_table, 
.woocommerce div.product form.cart .group_table{
max-width:550px;
margin-bottom:20px;
}
.pp_woocommerce div.product form.cart .group_table td, 
.woocommerce div.product form.cart .group_table td{
vertical-align:middle;
}
.group_table td.woocommerce-grouped-product-list-item__label label{
margin:0;
padding:0;
}
.pp_woocommerce div.product form.cart .group_table .button, 
.woocommerce div.product form.cart .group_table .button{
min-width:0;
padding:5px 14px !important;
border-width:1px;
border-style:solid;
height:auto;
margin:0 !important;
}
div.product.product-type-grouped .summary .wishlist{
margin-bottom:20px;
}
.pp_woocommerce div.product form.cart .group_table .button:before, 
.woocommerce div.product form.cart .group_table .button:before{
display:none;
}
.group_table a:hover{
text-decoration:none;
} .woocommerce-variation-add-to-cart{
overflow:hidden;
margin-bottom:10px;
}
.pp_woocommerce div.product form.cart .variations label, 
.woocommerce div.product form.cart .variations label{
padding:0;
min-height: 42px;
display: flex;
align-items: center;
}
.pp_woocommerce div.product form.cart .variations,
.woocommerce div.product form.cart .variations{
margin:0 0 10px 0;
}
.pp_woocommerce div.product form.cart .variations td.label, 
.woocommerce div.product form.cart .variations td.label{
width:80px;
vertical-align: top;
}
.pp_woocommerce div.product form.cart .variations tr,
.woocommerce div.product form.cart .variations tr{
background:transparent;
}
.pp_woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations td{
border:0;
vertical-align:middle;
position:relative;
padding:0 0 10px 0;
}
.pp_woocommerce div.product form.cart .variations tr:last-child td,
.woocommerce div.product form.cart .variations tr:last-child td{
padding-bottom:20px;
}
.pp_woocommerce div.product form.cart .variations td select,
.woocommerce div.product form.cart .variations td select{
width:200px;
margin:0;
}
.pp_woocommerce div.product form.cart .variations td .reset_variations, 
.woocommerce div.product form.cart .variations td .reset_variations{
padding: 0;
border: 0;
font-weight:normal;
background:transparent;
text-transform:uppercase;
font-size: .83em;
width:100%;
display: inline-block;
}
.pp_woocommerce div.product form.cart .variations td .reset_variations[style*="visible"], 
.woocommerce div.product form.cart .variations td .reset_variations[style*="visible"]{
margin-top: 10px;
}
.pp_woocommerce div.product form.cart .variations tr:last-child td,
.woocommerce div.product form.cart .variations tr:last-child td{
margin: 0;
padding: 0;
}
.pp_woocommerce div.product form.cart .variations td .reset_variations:hover, 
.woocommerce div.product form.cart .variations td .reset_variations:hover{
text-decoration:underline;
}
div.product.product-type-variable .single_variation {
margin:0 0 20px 0;
display:inline-block;
width:100%;
} .ts-product-attribute{
line-height:0;
}
.ts-product-attribute > div{
display:inline-block;
margin:4px 8px 4px 0; position:relative;
z-index:1;
padding:0;
line-height:22px;
text-align: center;
min-width:70px;
cursor:pointer;
}
.ts-product-attribute > div a{
width:100%;
display:inline-block;
padding:5px 10px;
}
.ts-product-attribute > div.color a{
width:100%;
display:inline-block;
padding:0;
}
.ts-product-attribute > div.selected{
cursor:default;
}
.ts-product-attribute > div:last-child{
margin-left:0; }
.ts-product-attribute > div:before {
left: 0;
right: 0;
bottom: 0;
top: 0;
position: absolute;
content: "";
z-index: 0;
display: inline-block;
border-width:1px;
border-style:solid;
}
.ts-product-attribute > div a{
position:relative;
z-index:1;
}
.ts-product-attribute > div a:hover{
text-decoration:none;
}
.ts-product-attribute > div.color{
width:30px;
height:30px;
min-width:0;
font-size:0;
line-height:0;
padding:0;
}
.ts-product-attribute > div.color:before{
display:none;
}
.ts-product-attribute > div.color a{
width:100%;
height:100%;
display:inline-block;
}
.ts-product-attribute > div.color a:before{
position:absolute;
left:-3px;
right:-3px;
bottom:-3px;
top:-3px;
z-index:0;
content:"";
border-width:1px;
border-style:solid;
opacity:0;
transition: all 150ms ease-in-out 0s;
-webkit-transition: all 150ms ease-in-out 0s;
-moz-transition: all 150ms ease-in-out 0s;
}
.ts-product-attribute > div.color.selected a:before,
.ts-product-attribute > div.color:hover a:before{
opacity:1;
}
div.product .summary .meta-content > div{
margin-bottom:5px;
display:inline-block;
width:100%;
}
div.product .summary .meta-content{
margin:0;
padding:23px 0 0 0;
border-width:1px 0 0 0;
clear:both;
border-style:solid;
}
.cats-link span:not(.cat-links),
.tags-link span:not(.tag-links){
padding-right:3px; display:inline-block;
} .ts-product-social-sharing{
margin:20px 0 0 -5px; display:inline-block;
width:100%;
}
.ts-product-social-sharing li{
padding:0;
list-style:none;
float:left; }
.ts-product-social-sharing li{
margin-left:5px; margin-bottom:5px;
line-height:0;
}
.ts-product-social-sharing li a{
padding:6px 20px;
border-width:1px;
border-style:solid;
line-height:20px;
float:left; transition:none;
-webkit-transition:none;
-moz-transition:none;
}
.ts-product-social-sharing li i{
margin-right:5px; }
.ts-product-social-sharing li a:hover{
text-decoration:none;
}
.ts-product-social-sharing li:hover a,
.ts-product-social-sharing li:hover a i{
color:#fff !important;
}
.ts-product-social-sharing li.facebook a i{
color:#3B5998;
}
.ts-product-social-sharing li.twitter a i{
color:#2CAAE1;
}
.ts-product-social-sharing li.pinterest a i{
color:#cb2027;
}
.ts-product-social-sharing li.facebook:hover a{
background-color:#3B5998;
border-color:#3B5998;
}
.ts-product-social-sharing li.twitter:hover a{
background-color:#2CAAE1;
border-color:#2CAAE1;
}
.ts-product-social-sharing li.pinterest:hover a{
background-color:#cb2027;
border-color:#cb2027;
} .woocommerce table.shop_attributes{
margin-top:0;
}
.woocommerce table.shop_attributes tr{
background:transparent;
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th{
line-height:inherit;
background:transparent;
font-style:normal;
text-transform:none;
border-width:0 0 1px 0;
}
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th{
padding:8px 20px 8px 0; } .vc_tta-accordion .vc_tta-panel .shop_attributes{
margin:0;
border:0;
} .cross-sells .products,
.upsells .products,
.related .products{
max-height:500px;
}
.upsells .products .product,
.related .products .product,
.woocommerce .upsells .products .product,
.woocommerce .related .products .product{
padding:0 0 10px 0;
}
.upsells .products .product,
.related .products .product{
width:25%;
}
.cross-sells,
.upsells,
.related {
clear:both;
position:relative;
margin-bottom:30px !important;
}
.heading-wrapper,
.heading-shortcode,
.theme-title,
.cross-sells,
.upsells,
.related{
margin:0 0 22px 0;
overflow:hidden;
}
.heading-wrapper > h2,
.heading-shortcode > h3,
.theme-title > h3,
.cross-sells > h2,
.upsells > h2,
.related > h2{
padding:0 20px 0 0; margin:0;
display:inline-block;
position:relative;
}
.heading-wrapper > h2:after,
.heading-shortcode > h3:after,
.theme-title > h3:after,
.cross-sells > h2:after,
.upsells > h2:after,
.related > h2:after{
border-width:1px 0 0 0;
border-style:solid;
height:1px;
width:1900px;
position:absolute;
content:"";
bottom:8px;
left:100% } .woocommerce-tabs .wc-tab:after{
display:table;
clear:both;
content:"";
} .accordion-tabs .vc_tta-accordion .vc_tta-panel{
margin-bottom:15px;
}
.woocommerce-tabs .vc_tta-container {
margin-bottom:0;
} .woocommerce div.product .woocommerce-tabs{
padding:0;
border:0;
margin:0;
display:inline-block;
width:100%;
line-height:0;
}
.woocommerce div.product .woocommerce-tabs.accordion-tabs{
margin-bottom:10px;
}
body.wpb-js-composer div.product > .woocommerce-tabs.accordion-tabs .vc_tta-accordion .vc_tta-panel-body{
padding:30px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
display: inline-block !important;
width:100%;
padding:10px 10px 0 10px;
border-width:1px;
border-style:solid;
margin:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
margin:0 10px 10px 0; padding:0;
position:relative;
z-index:1;
background:transparent;
float:none;
display:inline-block;
text-align:center;
min-width:150px;
border:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:before{
font-family: 'Pe-icon-7-stroke';
margin-right:5px; display:inline-block;
top:1px;
position:relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab > a:before{
content:"\e628";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.additional_information_tab > a:before{
content:"\e65f";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab > a:before{
content:"\e60c";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.ts_custom_tab > a:before{
content:"\e66d";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.vendor_tab > a:before{
content:"\e605";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.policies_tab > a:before{
content:"\e69d";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.singleproductmultivendor_tab > a:before{
content:"\e665";
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
padding:8px 30px;
border-width:1px;
border-style:solid;
text-transform:uppercase;
margin: 0;
position: relative;
z-index: 1;
border-width: 1px;
border-style: solid;
width: 100%;
display: inline-block;
transition: all 200ms ease 0s;
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:after{
content: "\f0dd";
font-family: 'FontAwesome';
position:absolute;
bottom:-4px;
top:auto;
right:auto;
left:50%;
margin-left:-5px;
font-size:20px;
line-height:10px;
color:transparent;
border:0;
width:auto;
height:auto;
display:inline-block;
transition: all 200ms ease 0s;
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
opacity:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after{
opacity:1;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding:30px;
border-width:0 1px 1px 1px;
border-style:solid;
} .woocommerce-tabs #comments > h2{
display:none;
}
span.required{
color:red;
}
.woocommerce #reviews h3{
margin-bottom:24px;
}
.woocommerce-tabs #comments{
float:left; width:60%;
margin-top:3px;
padding-right:20px; }
.woocommerce-tabs #review_form_wrapper{
float:left; width:40%;
padding:0 0 0 30px; border-width:0 0 0 1px; border-style:solid;
}
.comment-respond #reply-title{
text-transform:uppercase;
margin-bottom:10px;
display:inline-block;
width:100%;
} .entry-summary .woocommerce-tabs #comments{
width:100% !important;
}
.entry-summary .woocommerce-tabs #review_form_wrapper{
width:100% !important;
padding-top:30px !important;
padding:0;
border-width:1px 0 0 0;
}  .ts-col-18 .woocommerce-tabs #comments{
width:55%;
}
.ts-col-18 .woocommerce-tabs #review_form_wrapper{
width:45%;
}
.ts-col-12 .woocommerce-tabs #comments{
width:100%;
padding-right:0; margin-bottom:20px; 
}
.ts-col-12 .woocommerce-tabs #review_form_wrapper{
width:100%;
border-width:0; padding:20px 0 0 0 } .comment-respond .form-submit{
margin-top:20px !important;
}
.woocommerce #review_form #respond p{
margin:10px 0 5px 0;
}
.woocommerce #review_form #respond p.stars{
display:inline-block;
line-height:16px;
margin-top:0;
}
.woocommerce #review_form #respond p.form-submit{
margin:0;
}
.woocommerce #review_form #respond p.comment-form-rating {
margin:20px 0;
}
.comment-form-comment label{
display:block;
}
.comment-respond textarea,
#commentform textarea{
margin:0;
width:100%;
min-height:150px;
max-width:100%;
}
.comment-respond input[type="text"],
.comment-respond select,
#commentform input[type="text"]{
max-width:500px;
}
.woocommerce #reviews #comments ol.commentlist > li{
list-style:none;
margin:0 0 30px 0;
border-width:0 0 1px 0;
border-style:solid;
padding-bottom:25px;
}
.woocommerce #reviews #comments ol.commentlist > li:last-child {
border:0;
margin-bottom:0;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text p.meta{
margin-top:-3px;
margin-bottom:5px;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text{
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
margin-left:80px; padding:0;
border:0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
width:60px;
position:static;
float:left; border:0;
padding:0;
}
.woocommerce #reviews #comments > h2{
margin:0 0 30px 0;
padding:0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time{
font-size:90%;
}
.woocommerce #review_form #respond .form-submit input[type="submit"]{
min-width:120px;
}  .ts-compare-popup  div.content-wrapper:after{display:none}
:where(.ts-stick-compare-button, .ts-compare-popup) {
display: none;
position: fixed;
bottom: 0;
z-index: 993;
}
.ts-stick-compare-button {
left: 5px; gap: 5px;
bottom: 5px;
}
.ts-stick-compare-button:hover {
cursor: pointer;
}
.ts-compare-popup {
left: 0;
right: 0;
gap: 10px;
box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.ts-compare-popup.loading {
min-height: 120px;
display: inline-flex;
}
.ts-compare-popup.loading .content-wrapper {
opacity: 0;
visibility: hidden;
}
.ts-stick-compare-button.active {
display: inline-flex;
}
.ts-compare-popup.active {
display: flex;
}
.ts-compare-popup .content-wrapper {
display: flex;
align-items: center;
gap: 40px;
padding: 20px;
margin: 0 auto;
}
.ts-compare-popup .actions {
width: 250px;
display: flex;
flex-direction: column;
text-align: center;
align-items: center;
gap: 20px;
}
.ts-compare-popup .button {
width: 100%;
}
.ts-compare-popup .empty-compare-button {
display: inline-block;
text-decoration: none;
position: relative;
color: inherit;
}
body a.empty-compare-button:after {
content: '';
width: 100%;
position: absolute;
left: 0;
right: 0;
bottom: 0;
border-bottom: 1px solid;
transition: 300ms ease;
margin: 0;
}
body a.empty-compare-button:hover:after {
width: 0;
}
.ts-compare-popup .items {
flex: 1;
display: flex;
gap: 20px;
}
.ts-compare-popup .items .item {
position: relative;
flex: 1;
outline: 1px dashed;
padding: 10px;
}
.ts-compare-popup .items .item.empty {
display: flex;
align-items: center;
justify-content: center;
}
.ts-compare-popup .items .item.empty > * {
display: none !important;
}
.ts-compare-popup .items .item.empty:before {
content: '+';
font-family: 'tahoma';
font-weight: normal;
font-style: normal;
letter-spacing: 0;
font-size: 18px;
}
.ts-compare-popup .items .item .product-thumbnail {
width: 80px;
}
.ts-compare-popup .items .item a {
text-decoration: none;
}
.ts-compare-popup .items .item .product-name {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.ts-compare-popup .items .item .product-meta {
display: flex;
flex-direction: column;
gap: 2px;
flex: 1;
}
.ts-compare-popup .items .item .product-wrapper {
display: flex;
gap: 20px;
align-items: center;
}
.ts-compare-popup .product-price {
margin-left: -5px;
}
.ts-compare-popup .close,
.ts-compare-popup .item .remove {
width: 30px;
height: 30px;
font-size: 10px;
position: absolute;
top: 0;
right: 0; display: inline-block;
text-align: center;
}
.ts-compare-popup .close {
font-size: 13px;
}
.ts-compare-popup .close:hover,
.ts-compare-popup .item .remove:hover {
cursor: pointer;
}
.ts-compare-popup .close:before,
.ts-compare-popup .item .remove:before,
.ts-remove-from-compare:before,
.ts-remove-from-wishlist:before {
content: '\e94e';
font-family: 'icomoon';
font-weight: normal;
font-style: normal;
letter-spacing: 0;
line-height: 30px;
}
.ts-compare-table-wrapper {
width: 100%;
display: table;
margin-bottom: 80px;
position: relative;
border-width: 0 0 1px 1px;
border-style: solid;
overflow: hidden;
}
.ts-compare-table-wrapper > div {
display: table-row;
text-align: center;
}
.ts-compare-table-wrapper > div.product-thumbnail .product-add-to-cart {
margin-top: auto;
}
.ts-compare-table-wrapper > div > *:not(.heading) {
flex: 1;
}
.ts-compare-table-wrapper > div > * {
display: table-cell;
padding: 25px 30px;
border-width: 1px 1px 0 0;
border-style: solid;
}
.ts-compare-table-wrapper > div:not(.product-thumbnail) > * {
vertical-align: middle;
}
.ts-compare-table-wrapper > div .heading {
min-width: 200px;
text-align: start;
text-transform: uppercase;
}
.ts-compare-table-wrapper > div ul {margin: 0;}
.ts-compare-table-wrapper .product-description ul {
align-items: center;
}
.ts-compare-table-wrapper .product-thumbnail > div {
text-align: center; 
padding-top: 40px; 
padding-bottom: 25px; 
position: relative;
}
.ts-compare-table-wrapper .product-thumbnail .product-price {
line-height: 0;
}
.ts-compare-table-wrapper .product-thumbnail > div > .thumbnail {
margin-bottom: 15px;
}
.ts-compare-table-wrapper .product-thumbnail > div > .product-add-to-cart{
margin-top: 15px;
}
.ts-compare-table-wrapper .product-thumbnail > div > .thumbnail {
display: block;
}
.ts-compare-table-wrapper .product-thumbnail > div h6 {
margin-bottom: 8px;
}
.ts-compare-table-wrapper a, .ts-compare-table-wrapper a:hover {
text-decoration: none;
}
.ts-compare-table-wrapper.woocommerce a.added_to_cart {
display: none;
}
.ts-remove-from-compare {
width: 24px;
height: 24px;
line-height: 24px;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
font-size: 0;
color: inherit;
letter-spacing: 0;
}
.ts-remove-from-compare:before {
content: '\e94e';
font-family: 'icomoon';
font-weight: normal;
font-style: normal;
letter-spacing: 0;
font-size: 14px;
}
.ts-compare-table-wrapper .product-thumbnail img {
width: 100%;
max-width: 300px;
}
.ts-compare-table-wrapper .product-thumbnail .product-price,
.ts-compare-table-wrapper .product-thumbnail h6{
max-width: 300px;
margin-left: auto;
margin-right: auto;
}
.ts-compare-table-wrapper .product-add-to-cart .button-tooltip {
display: inline-block;
}
.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button {
margin: 0 auto;
display: inline-flex;
gap: 0 5px;
padding-left: 15px;
padding-right: 15px;
min-width: 230px;
justify-content: center;
}
.ts-compare-table-wrapper .product-pa_color > div > span,
.ts-compare-table-wrapper .product-pa_color > div > img {
width: 30px;
height: 30px;
border-radius: 100%;
border: 1px solid #e5e5e5;
margin: 5px;
display: inline-block;
}   .woocommerce-OrderUpdate-inner .clear{
clear: none;
}
#payment .clear{
z-index: 1;
} p.lost_password label{
font-size:100%;
}
p.lost_password a,
.my-account-wrapper .forgot-pass a{
opacity:0.8;
}
p.lost_password a:hover,
.my-account-wrapper .forgot-pass a:hover{
text-decoration:none;
opacity:1;
}
p.myaccount_user{
margin-bottom:40px;
}
body.woocommerce-checkout .woocommerce .checkout-login-coupon-wrapper .woocommerce-info,
body.woocommerce-checkout #page .checkout-login-coupon-wrapper .wc-block-components-notice-banner.is-info{
margin-bottom:15px !important;
}
.woocommerce form.checkout_coupon{
margin-top:10px;
padding:0;
border:0;
}
.woocommerce .checkout-login-coupon-wrapper form.login{
margin:5px 0 60px 0;
}
.register .woocommerce-password-strength{
margin-bottom:5px;
}
form.login p.form-row input[type="text"], 
form.register p.form-row input[type="password"],
form.register p.form-row input[type="text"], 
form.login p.form-row input[type="password"],
form.login p.form-row input[type="email"], 
form.login p.form-row input[type="tel"], 
form.register p.form-row input[type="email"], 
form.register p.form-row input[type="email"], 
.create-account input[type="password"],
.register .woocommerce-password-strength{
max-width:100%;
}
form.login p.form-row .password-input, 
form.register p.form-row .password-input,
form.register p.form-row .password-input, 
form.login p.form-row .password-input,
form.login p.form-row .password-input, 
form.login p.form-row .password-input, 
form.register p.form-row .password-input, 
form.register p.form-row .password-input, 
.create-account .password-input{
max-width: 100%;
}
.woocommerce form .show-password-input, 
.woocommerce-page form .show-password-input {
transform: none;
top: 8px;
}
.woocommerce form.login input[type="wcmp-login-vendor"]{
max-width:500px;
margin-bottom:30px;
}
.woocommerce > form.checkout{
overflow:hidden;
margin:0;
padding-top:40px;
display:inline-block;
width:100%;
}
.ts-col-12 .woocommerce > form.checkout{
padding-top:20px;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:180px;
margin-left:0;
margin-right:0;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row button {
width:100%;
}
.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
text-align:left; }
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:calc(100% - 180px);
padding-right:10px; }
.woocommerce .checkout .col2-set{
width:65%;
float:left; padding-right:30px }
.woocommerce .checkout #order_review{
width:35%;
padding:50px 30px 30px 30px;
margin-top:-60px;
float:left; background:rgba(232,232,232,0.5);
margin-bottom:30px;
}
.ts-col-18 .woocommerce .checkout .col2-set{
width:60%;
}
.ts-col-18 .woocommerce .checkout #order_review,
.ts-col-18 #order_review_heading{
width:40%;
}
.ts-col-12 .woocommerce .checkout .col2-set,
.ts-col-12 .checkout-login-coupon-wrapper{
width:100%;
padding-right:0 }
.ts-col-12 #order_review_heading,
.ts-col-12 .woocommerce .checkout #order_review{
width:100%;
} .woocommerce .checkout .col2-set .col-1{
padding:0;
margin-bottom:0;
overflow:hidden;
}
.woocommerce .checkout .col2-set .col-1,
.woocommerce .checkout .col2-set .col-2{
width:100%;
margin-left:0;
margin-right:0;
float:left; }
.woocommerce .checkout .col2-set .col-2{
margin-top:0;
}
.woocommerce-billing-fields{
overflow:hidden;
}
.woocommerce-billing-fields > h3{
width:100%;
padding:0 0 15px 0;
border-width:0 0 2px 0;
border-style:solid;
margin:0 0 30px 0;
display:inline-block;
text-transform:uppercase;
}
.woocommerce-billing-fields > h3:after{
display:table;
clear:both;
content:"";
}
.ship-to-different-address {
position:relative
}
.ship-to-different-address input{
position:absolute;
top:0;
left:0; content:"";
} #ship-to-different-address{
margin-bottom:10px;
}
form.checkout p.create-account > label{
position:relative;
display:inline;
width:100%;
cursor:pointer;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label{
position:relative;
display:inline-block;
width:100%;
text-transform:uppercase;
cursor:pointer;
text-indent:24px;
}
#order_comments_field{
padding-top:15px;
border-width:2px 0 0 0;
border-style:solid;
margin-bottom:50px;
}
.woocommerce form .form-row .input-checkbox,
label .woocommerce-Input[type="checkbox"],
#ship-to-different-address-checkbox{
cursor:pointer;
display:inline;
width:auto;
margin: 0 8px 0 0; text-align: center;
vertical-align: middle;
}
label .woocommerce-Input[type="checkbox"]{
margin:-4px 8px 0 0; }
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{
width:100%;
float:none;
line-height:0;
position:relative;
margin:0 0 20px 0;
}
.woocommerce form .form-row .input-checkbox{
position: relative;
top: -2px;
}
#ship-to-different-address-checkbox{
position:absolute;
left:0; top:5px;
} form.checkout p.create-account{
display:inline-block;
width:100%;
margin:0 0 10px 0;
}
form.checkout #account_password_field{
margin-bottom:25px;
} .woocommerce .order_details li{
list-style:none;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th{
line-height:20px;
}
.woocommerce #order_review table.shop_table tbody td, 
.woocommerce #order_review table.shop_table tfoot td, 
.woocommerce table.shop_table.order_details tfoot th, 
.woocommerce #order_review table.shop_table tfoot th{
padding:9px 0;
}
.woocommerce #order_review table.shop_table tbody td.product-name, 
.woocommerce #order_review table.shop_table tfoot td.product-name{
padding-right:20px }
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th{
text-transform:none;
}
.woocommerce table.shop_table.order_details tfoot tr:first-child th,
.woocommerce table.shop_table.order_details tfoot tr:first-child td{
border-width:1px 0 0 0;
border-style:solid;
}
.woocommerce table.shop_table tfoot th, 
.woocommerce table.shop_table.order_details tfoot th, 
.woocommerce table.shop_table tfoot td{
padding:5px 0;
}
.woocommerce table.shop_table.order_details td a:hover{
text-decoration:none;
}
.woocommerce table.my_account_orders,
.woocommerce table.shop_table.order_details{
margin-bottom:0;
}
.woocommerce table.shop_table.order_details{
margin-bottom:30px;
}
.woocommerce table.my_account_orders td a:hover{
text-decoration:none;
}
.woocommerce .addresses .address{
margin:30px 0;
}
.woocommerce table.my_account_orders tr td:last-child{
min-width:120px;
text-align:right; }
.woocommerce table.my_account_orders tr td:last-child .button{
margin:0;
}
.woocommerce table.shop_table.customer_details{
margin-bottom:40px;
}
.woocommerce table.shop_table.customer_details th{
background:transparent;
}
.woocommerce .checkout #order_review table thead th{
background:transparent;
}
.woocommerce .checkout #order_review table th,
.woocommerce .checkout #order_review table td{
text-align:left }
#order_review table{
border:0;
margin:0 !important;
background:transparent;
}
#order_review table tr{
background:transparent;
}
#order_review_heading{
margin:0;
padding:20px 30px;
text-transform:uppercase;
float:left;
width:35%;
position:relative;
z-index:1;
}
.woocommerce-account div.woocommerce{
margin:0 0 35px 0;
overflow:hidden;
}
.woocommerce-account div.woocommerce > h2{
padding:0 30px 0 0;
margin:0 0 30px 0;
display:inline-block;
position:relative;
text-transform:uppercase;
}
.woocommerce-account div.woocommerce > h2:after{
border-width:1px 0 0 0;
border-style:solid;
height:1px;
width:1900px;
position:absolute;
content:"";
top:50%;
left:100% }
.woocommerce-column > h3{
text-transform:uppercase;
}
.woocommerce .checkout #order_review table .product-name{
width:50%;
vertical-align:top;
}
.woocommerce .checkout #order_review table .product-total{
width:50%;
vertical-align:top;
padding-right:0;
}
.woocommerce .checkout #order_review table thead th,
.woocommerce .checkout #order_review table thead td,
.woocommerce .checkout #order_review table tbody th,
.woocommerce .checkout #order_review table tbody td{
border-width:0;
}
.woocommerce .checkout #order_review table .cart-subtotal th,
.woocommerce .checkout #order_review table .cart-subtotal td{
border-width:2px 0 0 0;
border-color:rgba(217,217,217,0.5);
}
.woocommerce .checkout #order_review table .shipping th,
.woocommerce .checkout #order_review table .shipping td{
border-width:1px 0 1px 0;
border-color:#ffffff;
}
.woocommerce .checkout #order_review table .shipping th{
vertical-align:top;
} .woocommerce .woocommerce-customer-details address{
border-radius:0;
-webkit-border-radius:0;
border-width:0;
padding:0;
}
.woocommerce #payment{
background:none;
padding:20px 0;
border-width:2px 0 0 0;
border-style:solid;
border-color:rgba(217,217,217,0.5);
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
position:relative;
}
.woocommerce #payment div.payment_box{
width:100%;
background:transparent;
margin-top:5px;
border:0;
padding:16px 20px;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
}
.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; } div.blockUI.blockOverlay{
position:relative;
-webkit-animation:none !important;
-moz-animation: none !important;
animation: none !important;
opacity:1 !important;
background:rgba(255,255,255,0.5) !important;
}
div.blockUI.blockOverlay:before{
background:url(//caravane-epices.com/wp-content/themes/boxshop/images/ajax-loader1.gif) center no-repeat !important;
position:absolute !important;
display:inline-block !important;
content:"" !important;
z-index:2;
-webkit-animation:none !important;
-moz-animation: none !important;
animation: none !important;
}
.woocommerce .blockUI.blockOverlay:before, 
.woocommerce .loader:before{
width:50px;
height:50px;
margin-left:-25px;
margin-top:-25px;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after{
-webkit-animation:none ;
-moz-animation: none;
animation: none;
}
.woocommerce #payment div.form-row{
padding:0 0 0 0;
margin:0 0 0 0;
}
.woocommerce #payment #place_order{
display:inline-block;
width:100%;
float:none;
margin-top:10px;
margin-bottom:0;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
font-size:11px;
line-height:16px;
position:relative;
top:20px;
}
.woocommerce-checkout #payment li input[type="radio"]{
position:absolute;
left:0; top:6px;
}
.woocommerce-checkout #payment li input[type="radio"]#payment_method_paypal{
top:18px;
}   .woocommerce table.shop_table{
margin-left:0;
margin-right:0;
}
.woocommerce-cart article > .woocommerce:after{
display:table;
clear:both;
content:"";
}
.woocommerce-cart article .woocommerce .woocommerce-cart-form{
width:100%;
margin-bottom:20px;
}
.woocommerce-cart article .woocommerce .cart-collaterals{
width:100%;
margin-bottom:20px;
}
.woocommerce-cart .ts-col-24 article .woocommerce .woocommerce-cart-form{
width:72%;
float:left; }
.woocommerce-cart .ts-col-24 article .woocommerce .cart-collaterals{
width:28%;
float:left; padding-left:20px }
.woocommerce .cart-collaterals .cart_totals{
width:100%;
background:rgba(232,232,232,0.5);
padding:0;
margin-bottom:30px;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
border:0;
background:transparent;
margin:0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
width:25%;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table tr{
background:transparent;
}
.woocommerce-cart .cart-collaterals .cart_totals > h2{
padding:15px 20px;
margin:0;
text-transform:uppercase;
border-width:0 0 1px 0;
border-style:solid;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
padding:15px 20px 15px 10px !important; vertical-align:top;
text-transform:none;
text-align:left; }
.woocommerce-cart .cart-collaterals .cart_totals .shipping td{
padding-bottom:0 !important;
}
.woocommerce .woocommerce-shipping-calculator .button{
margin-bottom:10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
padding:15px 10px 15px 20px !important; vertical-align:top;
text-transform:none;
text-align:left; }
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th{
border-width: 0 0 1px 0 !important;
border-style:solid;
border-color:rgba(217,217,217,0.3) !important;
}
.woocommerce .cart-collaterals table.shop_table tr:nth-child(2n) td, 
.woocommerce-page .cart-collaterals table.shop_table tr:nth-child(2n) td{
background:transparent !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
text-align:left }
.woocommerce table.shop_table.cart tr{
background:transparent;
}
.woocommerce table.shop_table td{
text-align:center;
}
.woocommerce table.shop_table th{
padding:14px 30px 14px 0; vertical-align:middle;
text-align:center;
color:#fff;
border-width:0;
}
.woocommerce table.shop_table td{
padding:30px 30px 30px 0; vertical-align:middle;
border-left-width:0;
border-right-width:0;
}
.woocommerce table.shop_table tr td:last-child{
padding:30px 30px 30px 0; vertical-align:middle;
}
.woocommerce table.my_account_orders th,
.woocommerce table.shop_table.order_details th{
padding:14px 0 14px 20px; }
.woocommerce table.my_account_orders tr th:last-child,
.woocommerce table.shop_table.order_details tr th:last-child{
padding:14px 20px; }
.woocommerce table.my_account_orders td,
.woocommerce table.shop_table.order_details td{
padding:20px 0 20px 20px; }
.woocommerce table.my_account_orders tr td:last-child,
.woocommerce table.shop_table.order_details tr td:last-child{
padding:20px; }
.woocommerce table.shop_table .product-remove a{
display:inline-block;
width:24px;
height:24px;
line-height:0;
font-size:0;
text-align:center;
float:none;
padding:0 !important;
margin:0;
}
.woocommerce table.shop_table .product-remove a:hover{
color:red !important;
}
.woocommerce table.shop_table .product-remove a:before{
font-family:'Pe-icon-7-stroke';
content:"\e681";
font-size:20px;
font-weight:normal !important; line-height:24px;
}
.woocommerce table.shop_table td.product-thumbnail{
border-width:0 0 1px 0;
padding:30px;
width:160px;
max-width:160px;
}
.woocommerce table.shop_table td.product-name{
text-align:left }
.woocommerce table.shop_table td.product-name a:hover{
text-decoration:none;
}
.woocommerce table.shop_table.cart td.actions{
border:0;
padding:30px;
}
.woocommerce table.cart .button, 
.woocommerce table.cart input.button{
float:right; margin-left:10px; min-width:125px;
} .woocommerce table.cart td.actions .coupon .input-text{
width:200px;
}
.woocommerce table.cart td.actions .coupon .button{
float:left; min-width:125px;
margin:0;
}
.woocommerce table.cart td.actions .coupon{
float:left; }
#add_payment_method table.cart td.actions .coupon .coupon-error-notice, 
.woocommerce-cart table.cart td.actions .coupon .coupon-error-notice, 
.woocommerce-checkout table.cart td.actions .coupon .coupon-error-notice,
.woocommerce form.checkout_coupon .coupon-error-notice {
font-size: 13px;
display: inline-block;
width: 100%;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text{
margin:0 10px 0 0; float:left; }
#add_payment_method #payment .payment_method_paypal .about_paypal, 
.woocommerce-cart #payment .payment_method_paypal .about_paypal, 
.woocommerce-checkout #payment .payment_method_paypal .about_paypal{
float:right; }
#add_payment_method #payment ul.payment_methods li img, 
.woocommerce-cart #payment ul.payment_methods li img, 
.woocommerce-checkout #payment ul.payment_methods li img{
margin:-2px 0 0 10px; } .pp_woocommerce .quantity input.qty, 
.woocommerce .quantity input.qty {
border-width:1px;
border-style:solid;
box-shadow:none;
-webkit-box-shadow:none;
-moz-box-shadow:none;
text-shadow:none;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
padding:16px 45px 15px 15px; width:120px;
text-align:center;
margin:0;
}
.pp_woocommerce table .quantity input.qty, 
.woocommerce table .quantity input.qty {
padding:11px 25px 10px 5px; width:70px;
}
.woocommerce table .quantity span.qty-text,
.pp_woocommerce table .quantity span.qty-text{
display:none !important;
}
.pp_woocommerce .quantity .minus, 
.pp_woocommerce .quantity .plus,
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus{
width:35px;
height:26px;
border:0;
line-height:10px;
text-align:center;
display:inline-block;
position:absolute;
top:0;
left:auto;
right:0; bottom:auto;
padding:0;
margin:0;
z-index:1;
background:none !important;
cursor:pointer;
font-size:20px;
font-weight:bold; font-family:Arial;
border-width:1px;
border-style:solid;
color:inherit;
border-radius:0;
-webkit-border-radius:0;
-moz-border-radius:0;
}
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus,
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus{
width:21px;
height:21px;
font-size:14px;
}
.pp_woocommerce .quantity .minus, 
.woocommerce .quantity .minus{
bottom:0;
top:auto;
}
.pp_woocommerce .quantity .minus:hover, 
.pp_woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover, 
.woocommerce .quantity .plus:hover{
z-index:3;
opacity:0.5;
}
.woocommerce div.quantity,
.pp_woocommerce div.quantity {
display:inline-block;
float:none;
position:relative;
}
.woocommerce div.product form.cart div.quantity,
.pp_woocommerce div.product form.cart div.quantity{
margin:0 5px 0 0; float:left; }
.woocommerce div.quantity .plus:before,
.pp_woocommerce div.quantity .plus:before{
content: "\f0d8";
font-family: 'FontAwesome';
}
.woocommerce div.quantity .minus:before,
.pp_woocommerce div.quantity .minus:before{
content: "\f107";
font-family: 'FontAwesome';
}
.woocommerce div.quantity > span.qty-text,
.pp_woocommerce div.quantity > span.qty-text{
min-width:74px;
display:inline-block;
font-style:italic;
}
#add_payment_method .cart-collaterals .cart_totals table select, 
.woocommerce-cart .cart-collaterals .cart_totals table select, 
.woocommerce-checkout .cart-collaterals .cart_totals table select{
background-color:#ffffff;
}
.woocommerce ul#shipping_method{
margin:0;
}
.woocommerce ul#shipping_method li{
margin:0;
padding:3px 0 3px 0;
text-indent:0;
list-style:none;
position:relative;
overflow:hidden;
text-align:left; }
#add_payment_method .cart-collaterals .shipping-calculator-button:after, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after{
display: none;
}
#add_payment_method .cart-collaterals .shipping-calculator-button, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button{
margin-top: 0;
margin-bottom: 20px;
}
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, 
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, 
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{
clear: both;
}
#add_payment_method .cart-collaterals .shipping-calculator-form, 
.woocommerce-cart .cart-collaterals .shipping-calculator-form, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-form{
margin: 0;
}
.woocommerce ul#shipping_method li:last-child{
padding-bottom:0;
}
.woocommerce ul#shipping_method li input{
margin:0 8px 2px 0; float:left; }
#add_payment_method #payment ul.payment_methods li input, 
.woocommerce-cart #payment ul.payment_methods li input, 
.woocommerce-checkout #payment ul.payment_methods li input{
margin:0;
text-align:left }
.woocommerce ul#shipping_method li label{
line-height:16px;
position:relative;
float:left; }
.woocommerce ul#shipping_method li .amount{
display:inline-block;
text-indent:0;
line-height:16px;
}
.order-total .amount{
font-size:20px;
line-height:24px;
}
.woocommerce #payment ul.payment_methods{
border:0;
padding:0 0 20px 0;
}
.payment_methods li{
list-style:none;
position:relative;
padding:0;
}
.payment_box > fieldset{
border:0;
}
.woocommerce #payment ul.payment_methods li label{
width:100%;
display:inline-block;
}
.woocommerce #payment ul.payment_methods > li > label{
text-indent:24px; }
#add_payment_method #payment ul.payment_methods li, 
.woocommerce-cart #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li{
text-align:left; } .shipping-calculator-form .form-row{
margin-bottom:10px !important;
}
.shipping-calculator-button:hover{
text-decoration:none;
}
.shipping-calculator-button{
line-height:20px;
}
.shipping-calculator-button:before{
font-family: 'FontAwesome';
margin-right:10px; content: "\f0d1";
display:inline-block;
}
.woocommerce-shipping-calculator .button{
margin-top:10px !important;
} .woocommerce-cart .wc-proceed-to-checkout{
padding:20px;;
}
.wc-proceed-to-checkout a.continue-shopping.button{
width:100%;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
margin-bottom:10px;
} .woocommerce .cross-sells,
.woocommerce .upsells,
.woocommerce .related{
max-width:100%;
width:100%;
padding:12px 0 0 0;
margin:20px 0;
display:block;
clear:both;
position:relative;
}
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2{
margin-bottom:34px;
line-height:36px !important;
text-transform:uppercase;
max-width:80%;
}
.upsells .products .product,
.cross-sells .products .product,
.related .products .product{
padding:0;
}
.upsells .products .owl-item .product,
.cross-sells .products .owl-item .product,
.related .products .owl-item .product{
width:100% !important;
}
.woocommerce .cross-sells:after{
display:table;
content:"";
clear:both;
} .ts-wishlist-table-wrapper .items .product-stock-status span:before,
.ts-compare-table-wrapper .in-stock:before,
.ts-compare-table-wrapper .out-of-stock:before{
font-family: 'FontAwesome';
content: "\f05d";
margin-right:5px; display:inline-block;
}
.ts-wishlist-table-wrapper .items span.product-stock-status span.out-of-stock:before,
.ts-compare-table-wrapper .out-of-stock:before{
content: "\f112";
}
.ts-wishlist-table-wrapper .item .product-remove a:before,
.ts-compare-popup .item .remove:before,
.ts-compare-table-wrapper .ts-remove-from-compare:before,
.ts-compare-popup .close:before {
font-family: 'Pe-icon-7-stroke';
content: "\e681";
font-size: 20px;
font-weight: normal !important;
line-height: 24px;
}
.ts-wishlist-table-wrapper {
position: relative;
overflow: hidden;
border-width: 1px;
border-style: solid;
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) {
display: flex;
padding: 13px 20px;
gap: 20px;
align-items: center;
position: relative;
}
.ts-wishlist-table-wrapper .wishlist-item{
border-width: 1px 0 0 0;
border-style: solid;
}
.ts-wishlist-table-wrapper .wishlist-item:first-child {
border-width: 0;
}
.ts-wishlist-table-wrapper .items .product-price {
font-family: inherit !important;
font-style: inherit !important;
font-weight: inherit !important;
font-size: inherit !important;
font-variant: lining-nums;
}
.ts-wishlist-table-wrapper .items .product-price {
display: flex;
gap: 5px 10px;
}
.ts-wishlist-table-wrapper .product-price .amount {
padding: 0;
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) > .product-price {
width: auto;
min-width: 150px;
max-width: 150px;
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) > .product-stock-status {
min-width: 180px;
max-width: 180px;
width: auto;
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) > .product-name {
flex: 1;
}
.ts-wishlist-table-wrapper .wishlist-item > .product-thumbnail {
width: 100px;
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) > .product-remove a {
width: 100%;
font-size: 0;
display: inline-block;
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) a {
color: inherit; 
text-decoration: none;
}
.ts-wishlist-table-wrapper .button-tooltip {
display: inline-block;
}
.ts-wishlist-table-wrapper .heading-row {
color: #ffffff;
text-transform: uppercase;
}
.ts-wishlist-table-wrapper .heading-row > .product-name {
order: -1;
}
.ts-wishlist-table-wrapper .product-add-to-cart {
min-width: 180px;
align-items: flex-end;
}
.ts-wishlist-table-wrapper .product-add-to-cart a.added_to_cart,
.ts-wishlist-table-wrapper .product-add-to-cart a:before {
display: none;
}
.ts-wishlist-table-wrapper .product-add-to-cart {
display: flex;
flex-direction: column;
gap: 5px;
}
.ts-wishlist-table-wrapper .product-add-to-cart a.loading{
padding-left: 15px;
padding-right: 15px;
} .ts-wishlist-table-wrapper.empty-wishlist .items .item:only-child {
padding: 20px; 
width: 100%; 
text-align: inherit;
} .ts-wishlist-table-wrapper.loading:before {
content: '';
position: absolute;
inset: 0;
background: rgba(255,255,255,0.3);
z-index: 2;
}   div.pp_woocommerce .pp_content_container:after, 
div.pp_woocommerce .pp_content_container:before{
content:" ";
display: table;
}
body div.pp_woocommerce.pp_pic_holder.loaded .pp_content{
height:auto !important
}
body div.pp_overlay{
background:rgba(0,0,0,0.4)
}
div.pp_woocommerce .images > .thumbnails{
position:relative;
margin-top:20px;
}
.pp_woocommerce .view-details{
margin:10px 0 0 0;
position:relative;
text-transform:uppercase;
text-align:right }
.pp_woocommerce .view-details:after{
content: "\f105";
font-family: 'FontAwesome';
font-size:110%;
margin:0 0 0 10px; }    .title-big{
font-size:55px;
line-height:58px;
margin-bottom:25px;
padding:0;
}
.sub-title{
font-size:26px;
line-height:28px;
}
.ts-parallax-bg{
background-attachment: fixed;
background-size:cover;
-webkit-background-size:cover;
}
.ts-big-number{
font-size:30px;
line-height:30px;
}
.ts-menu-text ul{
margin:0 0 20px 0;
}
.widget-container .ts-menu-text ul li{
list-style:none;
line-height:18px;
margin:0 0 10px 0;
padding:0
}
.ts-menu-text h3,.ts-menu-text h4,.ts-menu-text h5{
margin-bottom:12px;
}
.ts-menu-text h3.no-child,
.ts-menu-text h4.no-child,
.ts-menu-text h5.no-child{
margin-bottom:20px;
}   .woocommerce-error a,
.woocommerce-info a, 
.woocommerce-message a, 
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a, 
.woocommerce .woocommerce-message a,
#page .wc-block-components-notice-banner a{
text-decoration:underline;
color:#666666;
}
.woocommerce-error a.button,
.woocommerce-info a.button, 
.woocommerce-message a.button, 
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button, 
.woocommerce .woocommerce-message a.button,
#page .wc-block-components-notice-banner a.button{
text-decoration:none;
}
.woocommerce-error .button,
.woocommerce-info .button, 
.woocommerce-message .button, 
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button,
#page .wc-block-components-notice-banner .button{
clear:both;
float:right; padding:5px 10px !important;
margin:0 0 5px 5px !important; border-width:1px;
border-style:solid;
opacity: 1;
}
.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before, 
.woocommerce .woocommerce-error:before, 
.woocommerce .woocommerce-info:before, 
.woocommerce .woocommerce-message:before,
#page .wc-block-components-notice-banner:before{
top:50%;
margin-top:-10px;
background:none;
line-height:20px;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
font-style:normal;
position:absolute;
left:15px; font-size:14px;
background:none;
font-family: 'FontAwesome';
height:20px;
width:20px;
text-shadow:none;
padding:0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
}
#page .wc-block-components-notice-banner svg{
display: none;
}
.woocommerce-message,
.woocommerce .woocommerce-message,
.woocommerce-error,
.woocommerce .woocommerce-error,
.woocommerce-info,
.woocommerce .woocommerce-info,
#page .wc-block-components-notice-banner,
.vc_message_box{
border-width:1px;
border-style:solid;
padding:9px 15px 9px 40px !important; margin:0 0 30px 0 !important;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
text-shadow:none;
max-width:1180px;
width:100%;
margin-left:auto;
margin-right:auto;
position:relative;
min-height:40px;
overflow:hidden;
position:relative;
z-index:9;
font-size: 14px;
line-height: 26px;
}
.vc_message_box-icon{
left:-5px }
.woocommerce-message:before,
.woocommerce .woocommerce-message:before,
#page .wc-block-components-notice-banner:before{
content: "\f00c";
}
.woocommerce-info:before,
.woocommerce .woocommerce-info:before,
#page .wc-block-components-notice-banner.is-info:before{
content: "\f05a";
}
.woocommerce-error:before,
.woocommerce .woocommerce-error:before,
#page .wc-block-components-notice-banner.is-error:before{
content: "\f00d";
}
.woocommerce-message a.button,
.woocommerce .woocommerce-message a.button, 
.woocommerce-error a.button,
.woocommerce .woocommerce-error a.button,
.woocommerce-info a.button,
.woocommerce .woocommerce-info a.button,
#page .wc-block-components-notice-banner a.button{
margin-top:-8px !important;
top:8px;
position:relative;
}
.woocommerce-error li,
.woocommerce .woocommerce-error li, 
.woocommerce .woocommerce-info li, 
.woocommerce .woocommerce-message li,
#page .wc-block-components-notice-banner li{
padding:0;
list-style: none;
}
#page .wc-block-components-notice-banner ul{
margin: 0;
}
#page .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{
font-weight: bold;
} .alert{
border-width:0;
padding:16px 20px;
margin-bottom:20px;
border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;
box-shadow:none;-webkit-box-shadow:none;-moz-box-shadow:none;
text-shadow:none;
}   .post-password-form p label input{
margin:5px 0;
}
.post-password-form p label{
display:inline-block;
float:left; }
.post-password-form > p input{
margin:23px 0 0 5px; }
.woocommerce-account .woocommerce-MyAccount-navigation{
width:200px;
float:left; position:relative;
padding:0 !important;
margin:0 0 0 0;
overflow:visible;
z-index:5;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{
margin:0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li{
list-style:none;
margin: 0 0 10px 0;
padding: 0;
width: 100%;
text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
text-decoration:none;
padding: 9px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content{
margin-bottom:0;
margin-left:199px; padding:0 0 0 30px; float:none;
width:auto;
-webkit-box-flex: none;
-webkit-flex: none;
-ms-flex: none;
flex: none;
display:block;
min-height:400px
}
.woocommerce-Address address{
margin-bottom:20px;
}
.woocommerce-MyAccount-content html input#account_email{
max-width:100%;
}
.woocommerce-MyAccount-content > form{
display:inline-block;
}
.woocommerce-account article .woocommerce:after{
clear:both;
content:"";
display:table;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a{
margin:0;
padding:14px 20px;
position:relative;
z-index:1;
background:transparent;
float:none;
display:inline-block;
z-index:1;
border-width:1px;
border-style:solid;
display:inline-block;
width:100%;
}
#customer_login .col-1 > h2, 
#customer_login .col-2 > h2{
margin-bottom:20px;
}
form.login p.lost_password{
margin-bottom:0;
margin-top:-30px;
clear: both;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
position: relative;
top: 7px;
}
p.order-info{
text-align:center
}
body .woocommerce table.my_account_orders td.order-actions,
.woocommerce .woocommerce-MyAccount-content table.order_details .product-total,
.woocommerce .woocommerce-MyAccount-content table.order_details tfoot th,
.woocommerce .woocommerce-MyAccount-content table.order_details tfoot td,
.woocommerce .woocommerce-order table.order_details .product-total,
.woocommerce .woocommerce-order table.order_details tfoot th,
.woocommerce .woocommerce-order table.order_details tfoot td,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table .product-total,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table tfoot th,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table tfoot td{
text-align:right }
body .woocommerce table.my_account_orders td.order-number,
body .woocommerce table.my_account_orders th.order-number,
.woocommerce .woocommerce-MyAccount-content table.order_details .product-name,
.woocommerce .woocommerce-order table.order_details .product-name,
.woocommerce .woocommerce-order-details table.woocommerce-table--order-details.shop_table .product-name{
text-align:left }
.woocommerce-MyAccount-content .woocommerce-Addresses{
margin-top:20px;
display:inline-block;
width:100%;
}
.woocommerce div.address a.button{
margin-top:20px;
min-width:120px;
}
.woocommerce .edit-box-textfull .button{
margin-top:10px
}
.woocommerce .edit-box-textfull p.form-row{
width:100%;
float:none;
padding:0;
}
p.form-row select,
p.form-row input[type="text"],
p.form-row input[type="password"],
p.form-row input[type="date"],
p.form-row input[type="email"],
p.form-row input[type="number"],
p.form-row input[type="search"],
p.form-row input[type="tel"],
p.form-row textarea,
.edit-box-textfull p.form-row input[type="text"],
.edit-box-textfull p.form-row input[type="password"],
.edit-box-textfull p.form-row input[type="date"],
.edit-box-textfull p.form-row input[type="email"],
.edit-box-textfull p.form-row input[type="search"],
.edit-box-textfull p.form-row input[type="number"],
.edit-box-textfull p.form-row input[type="tel"],
.edit-box-textfull p.form-row textarea{
max-width:100%;
} .woocommerce > form > fieldset{
border:0;margin:40px 0 0 0;
}
.woocommerce > form > fieldset legend{
text-transform:uppercase;
margin:0 0 20px 0;
} .track_order .form-row input[type="submit"]{
min-width:120px;
} .woocommerce ul.order_details li{
float:left; margin-right:20px; padding-right:20px; border-width:0 1px 0 0;
border-style:dashed;
}
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2{
float:left; }
.woocommerce-account .addresses address,
.woocommerce-customer-details .addresses address{
clear:both;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
margin-bottom: 0;
}
.woocommerce table.customer_details tbody tr th,
.woocommerce table.customer_details tbody tr td{
border-width:1px 0 0 0;
border-style:solid;
padding-right:0; padding-left:20px; text-align:center !important;
}
.woocommerce table.customer_details tbody tr td,
.woocommerce table.customer_details tbody tr td:last-child{
padding-right:20px;
padding-left:20px;
}
.woocommerce table.customer_details tbody tr:first-child th,
.woocommerce table.customer_details tbody tr:first-child td{
border-width:0;
}   .list-posts article {
margin-bottom:67px;
padding:0;
position:relative;
}
.list-posts article.format-quote,
.ts-blogs-wrapper .blogs article.quote .quote-wrapper{
overflow:hidden;
background:rgba(194,194,194,0.2);
padding:20px 30px;
}
.list-posts article.format-quote .entry-meta,
.ts-blogs-wrapper article.quote .entry-meta{
border-width:1px 0 0 0;
border-style:solid;
padding-top:10px;
}
.list-posts article.sticky{
padding:20px 20px 30px 20px;
background:rgba(136,136,136,0.05)
}
.list-posts{
margin-bottom:30px;
}
.list-posts article:after{
content:"";
display:table;
clear:both;
} .list-posts article.format-quote blockquote,
.ts-blogs-wrapper .blogs article.quote blockquote{
padding:0;
position:relative;
margin-top:10px;
display:inline-block;
padding:0;
} .list-posts .heading-title a:hover{
text-decoration:none
}
.list-posts article.format-gallery .thumbnail{
width:100%;
}
.list-posts article.format-gallery .thumbnail .owl-item{
opacity: 0
}
.list-posts article.format-gallery .thumbnail .owl-item.active{
opacity: 1;
}
article .thumbnail{
position:relative;
z-index:2;
}
article.thumbnail figure{
overflow:hidden;
}
.list-posts .entry-format figure > a,
.list-posts .entry-format figure > img,
.list-posts .entry-format .owl-item img,
.list-posts .entry-format figure{
opacity:1;
transition: all 300ms ease;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
}
.list-posts .entry-format:hover figure > a > img,
.list-posts .entry-format:hover figure > img,
.list-posts .entry-format:hover .owl-item img{
opacity:0.5;
}
.list-posts .entry-format:hover figure{
background:#000000;
}
.list-posts .entry-format,
.ts-blogs .thumbnail-content{
line-height:0;
position:relative;
}
.list-posts .entry-format > a,
.ts-blogs .thumbnail-content > a{
display:inline-block;
width:100%;
}
.list-posts .entry-format,
.ts-blogs .thumbnail-content{
margin-bottom:16px;
}
.list-posts article.format-standard .entry-format > a,
.list-posts article.format-gallery .entry-format .thumbnail,
.ts-blogs .thumbnail-content > a,
.ts-blogs .thumbnail-content .thumbnail{
margin-bottom:0;
} .blog-list-style .list-posts .entry-format{
margin-bottom:0;
}
.blog-list-style .list-posts article .entry-format {
width:43%;
padding-right:20px; float:left; margin:0;
}
.blog-list-style .list-posts article .entry-content {
width:57%;
float:left; position:relative;
top:-8px;
}
.blog-list-style .list-posts article .entry-content.no-featured-image {
width:100%;
}
.blog-list-style .list-posts article.format-quote .entry-format,
.blog-list-style .list-posts article.format-quote .entry-content{
width:100%;
position:relative;
top:auto;
float:none; padding-right:0; padding-left:0; }
.list-posts article:not(.format-quote) .entry-meta,
article.single .entry-meta,
.ts-blogs article:not(.quote) .entry-meta{
padding:7px 0 5px 0;
border-width:1px 0 1px 0;
border-style:solid;
margin-bottom:26px;
position:relative;
line-height:26px;
}
.list-posts article:not(.format-quote) .entry-meta.has-datetime,
article.single .entry-meta.has-datetime,
.ts-blogs article:not(.quote) .entry-meta.has-datetime{
padding-left:75px; margin-top:20px;
min-height:42px;
}
.blog-list-style .list-posts article .entry-summary{
margin-bottom:14px;
}
.list-posts article:not(.format-quote) .entry-meta .date-time,
article.single .entry-meta .date-time,
.ts-blogs article:not(.quote) .entry-meta .date-time{
display:inline-block;
padding:6px 2px;
text-align:center;
width:60px;
height:62px;
position:absolute;
left:0; bottom:-1px;
line-height:0;
}
.list-posts .format-quote .entry-meta .date-time,
.ts-blogs-wrapper .blogs article.quote .entry-meta .date-time{
display:inline-block;
float:left; }
.list-posts article:not(.format-quote) .entry-meta .date-time > span:first-child,
article.single .entry-meta .date-time > span:first-child,
.ts-blogs article:not(.quote) .entry-meta .date-time > span:first-child{
font-size:26px;
line-height:30px;
}
.list-posts article:not(.format-quote) .entry-meta .date-time > span:last-child,
article.single .entry-meta .date-time > span:last-child,
.ts-blogs .entry-meta .date-time > span:last-child{
font-size:14px;
line-height:20px;
text-transform:uppercase;
}
.list-posts article:not(.format-quote) .entry-meta:after,
article.single .entry-meta:after,
.ts-blogs .entry-meta:after{
display:table;
content:"";
clear:both;
}
.list-posts .entry-title,
article.single .entry-title,
.ts-blogs .entry-title{
margin-bottom:20px;
}
.list-posts article .entry-meta > span,
article.single .entry-meta > span,
.ts-blogs .entry-meta > span{
float:left; position:relative;
margin-right:15px; }
.list-posts article .entry-meta > span.author,
article.single .entry-meta > span.author,
.ts-blogs .entry-meta > span.author{
margin:0;
padding:0;
float:right; font-style:italic;
}
.list-posts article .entry-meta > span i,
.ts-blogs .entry-meta span i,
article.single-post .entry-meta span i{
font-size:24px;
line-height:14px;
}
.ts-blogs .entry-meta > span.author a,
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a{
line-height:26px;
}
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a,
.ts-blogs .entry-meta > span.author a{
display:inline-block;
}
.list-posts .short-content{
margin:0 0 0 0;
display:inline-block;
width:100%;
}
.list-posts .entry-bottom{
overflow:hidden;
}
.list-posts .button.button-readmore,
.ts-blogs .button.button-readmore{
min-width:120px;
margin-top:25px;
float:left; margin-bottom:1px;
}
.list-posts .entry-bottom .cats-link {
display:inline-block;
margin-top:30px;
float:right; max-width:80%;
}
article .tags-link a:hover,
article .cats-link a:hover{
text-decoration:none
}
article.single-post .entry-format{
line-height:0;
}
article.single-post .entry-content{
margin-top:20px;
display:inline-block;
width:100%;
}
article.single-post .entry-content.no-thumbnail{
margin-top:0;
}  .single-post .entry-format .thumbnail {
width:54%;
float:left; padding-right:25px; }
.entry-content.no-image h1.blog-title{
width:100%;
display:inline-block;
}
.entry-content h1.blog-title{
margin-bottom:15px;
}
.single-post .entry-format > *{
display:inline-block;
line-height:0;
width:100%;
} .single-post div.gallery:after{
clear:both;
}
.single-post div.gallery{
margin:0 -10px;
}
.single-post div.gallery .gallery-caption{
margin:10px 0 0 0;
padding:0;
}
.single-post div.gallery .gallery-item{
float:left; margin:0 0 10px 0;
padding:10px;
}
.single-post .gallery-columns-2 .gallery-item{
width:50%;
}
.single-post .gallery-columns-3 .gallery-item{
width:33.33%;
}
.single-post .gallery-columns-4 .gallery-item{
width:25%;
}
.single-post .gallery-columns-5 .gallery-item{
width:20%;
}
.single-post .gallery-columns-6 .gallery-item{
width:33.33%;
}
.single-post .gallery-columns-7 .gallery-item{
width:14.28%
}
.single-post .gallery-columns-8 .gallery-item{
width:12.5
} .content-blockquote{
margin:30px;
}
.single .gallery{
display:inline-block;
max-width:100%;
width:100%;
} body .single-post .single-navigation{
position:relative;
overflow:hidden;
margin-top:15px;
clear:both;
display:inline-block;
width:100%;
text-align:center;
}
body .single-post .single-navigation a{
margin:2px;
}
body .single-post .single-navigation > a{
height:auto !important;
width:auto !important;
}
.single-navigation {
position:absolute;
left:auto;
right:0; top:0;
content:"";
z-index:997;
}
.single-navigation:hover{
z-index:100000;
}
.single-navigation > a{
position:relative;
z-index:4;
display:inline-block;
transition:all 100ms ease-in-out 0s;
-webkit-transition:all 100ms ease-in-out 0s;
-moz-transition:all 100ms ease-in-out 0s;
}
.single-navigation > a:hover,
.single-navigation > div > a:hover{
text-decoration:none
} div.product .single-navigation{
margin-left:-2px;
margin-right:-2px;
}
div.product .single-navigation,
div.product .single-navigation > div{
display: inline-block;
float:left; }
div.product .single-navigation > div{
padding-left:2px;
padding-right:2px;
}
div.product .single-navigation > div >  a{
position:relative;
width:30px !important;
height:30px !important;
border-width:1px;
border-style:solid;
z-index:4;
line-height:0;
display:inline-block;
font-size:0;
text-align:center;
transition:left 650ms,right 650ms,color 250ms,background 250ms,opacity 250ms,border-color 250ms,visibility 250ms ease-in-out 0s;
-webkit-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
-moz-transition:left 650ms,right 650ms,color 250ms,background,opacity 250ms,border-color 250ms,visibility 250ms 250ms ease-in-out 0s;
}
div.product .single-navigation > div > a:before{
line-height:28px;
font-family:'Pe-icon-7-stroke';
font-size:30px;
font-weight:normal; }
div.product .single-navigation > div > a[rel="next"]:before{
content:"\e684"; }
div.product .single-navigation > div > a[rel="prev"]:before{
content:"\e686"; }
.single-navigation > div .product-info{
padding-bottom:11px;
position:absolute;
bottom:100%;
width:240px;
right:2px ; content:"";
display:none;
text-align:left; }
.single-navigation > div .product-info:after{
display:table;
clear:both;
content:"";
}
.single-navigation > div .product-info:before{
border-width:1px;
border-style:solid;
content:"";
position:absolute;
left:-1px;
right:-1px;
bottom:9px;
top:-1px;
z-index:-1;
}
.single-navigation > div .product-info > div > span{
display:inline-block;
width:100%;
font-size:14px !important;
}
.single-navigation .product-info > div > span.price{
margin-bottom:6px;
margin-left:-2px;
margin-right:-2px;
}
div.product .single-navigation .price .amount{
padding-left:2px;
padding-right:2px;
}
div.product .single-navigation .price del{
margin-bottom:0 !important;
}
div.product .single-navigation .price del .amount{
font-size:90%;
line-height:90%;
}
.single-navigation .product-info > div > span:first-child{
margin-bottom:5px;
}
.single-navigation .product-info div{
padding:5px 0 0 0;
}
.single-navigation .product-info img{
width:32%;
float:left; padding:5px
}
.single-navigation .product-info > div{
padding:5px 10px 0 10px;
margin-left:32%; }
.single-navigation > div:hover .product-info{
display:block;
} .wd-edit-link {
margin-top:-30px;
float:right;
display:inline-block;
}
.single article.single{
position:relative
}
.single article .tags-link > span:first-child,
.single article .cats-link > span:first-child,
.list-posts article .cats-link > span:first-child{
position:relative;
bottom:0;
}
article .cats-link a{
margin:2px 2px 2px 0; padding:0;
display:inline-block;
}
article .tags-link a{
padding:2px 8px 2px 10px; height:26px;
line-height:22px;
display:inline-block;
background:#f2f2f2;
position:relative;
font-size:12px;
margin:2px 16px 2px 0; }
article .tags-link a:before{
position:absolute;
content:"";
width:0;
height:0;
border-top: 13px solid transparent;
border-right: 16px solid #f2f2f2;
border-bottom: 13px solid transparent;
left:-16px; top:0;
}
article .tags-link a:after{
width:4px;
height:4px;
position:absolute;
content:"";
top:50%;
margin-top:-2px;
left:-3px; border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
} article.single .social-sharing{
display:inline-block;
float:right; margin:0;
position:relative;
top:1px;
}
article.single .ts-social-sharing ul,
.summary .ts-social-sharing ul,
.images-thumbnails .ts-social-sharing ul{
display:inline-block;
margin:0;
}
article.single .ts-social-sharing .sharing-title,
.summary .ts-social-sharing .sharing-title,
.images-thumbnails .ts-social-sharing .sharing-title{
text-transform:uppercase;
}
article.single .ts-social-sharing li a,
.summary .ts-social-sharing li a{
color:#fff;
width:40px;
}
article.single .ts-social-sharing li a i,
.summary .ts-social-sharing li a i{
line-height:40px;
}
article.single .ts-social-sharing li:hover a,
.summary .ts-social-sharing li:hover a{
color:#fff !important;
}
article.single .ts-social-sharing li.facebook:hover a,
.summary .ts-social-sharing li.facebook:hover a{
background-color:#3B5998;
}
article.single .ts-social-sharing li.twitter:hover a,
.summary .ts-social-sharing li.twitter:hover a{
background-color:#2CAAE1;
}
article.single .ts-social-sharing li.flickr:hover a,
.summary .ts-social-sharing li.flickr:hover a{
background-color:#E30761;
}
article.single .ts-social-sharing li.vimeo:hover a,
.summary .ts-social-sharing li.vimeo:hover a{
background-color:#17B3E8;
}
article.single .ts-social-sharing li.mailchimp:hover a,
.summary .ts-social-sharing li.mailchimp:hover a{
background-color:#176DBA;
}
article.single .ts-social-sharing li.youtube:hover a,
.summary .ts-social-sharing li.youtube:hover a{
background-color:#CC181E;
}
article.single .ts-social-sharing li.viber:hover a,
.summary .ts-social-sharing li.viber:hover a{
background-color:#7C529E;
}
article.single .ts-social-sharing li.skype:hover a,
.summary .ts-social-sharing li.skype:hover a{
background-color:#009EE5;
}
article.single .ts-social-sharing li.instagram:hover a,
.summary .ts-social-sharing li.instagram:hover a{
background-color:#125688;
}
article.single .ts-social-sharing li.linkedin:hover a,
.summary .ts-social-sharing li.linkedin:hover a{
background-color:#0177B5;
}
article.single .ts-social-sharing li.pinterest:hover a,
.summary .ts-social-sharing li.pinterest:hover a{
background-color:#cb2027;
}
article.single .ts-social-sharing li.reddit:hover a,
.summary .ts-social-sharing li.reddit:hover a{
background-color:#516AE8;
}
article.single .ts-social-sharing li.facebook a,
.summary .ts-social-sharing li.facebook a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.twitter a,
.summary .ts-social-sharing li.twitter a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.flickr a,
.summary .ts-social-sharing li.flickr a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.vimeo a,
.summary .ts-social-sharing li.vimeo a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.mailchimp a,
.summary .ts-social-sharing li.mailchimp a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.youtube a,
.summary .ts-social-sharing li.youtube a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.viber a,
.summary .ts-social-sharing li.viber a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.skype a,
.summary .ts-social-sharing li.skype a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.instagram a,
.summary .ts-social-sharing li.instagram a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.linkedin a,
.summary .ts-social-sharing li.linkedin a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.pinterest a,
.summary .ts-social-sharing li.pinterest a{
background-color:#f2f2f2;
color:#000000;
}
article.single .ts-social-sharing li.reddit a,
.summary .ts-social-sharing li.reddit a{
background-color:#f2f2f2;
color:#000000;	
} .ts-social-sharing li .social-tooltip{
color:#ffffff;
}
.ts-social-sharing li.facebook .social-tooltip{
background-color:#3B5998;
}
.ts-social-sharing li.twitter .social-tooltip{
background-color:#2CAAE1;
}
.ts-social-sharing li.flickr .social-tooltip{
background-color:#E30761;
}
.ts-social-sharing li.vimeo .social-tooltip{
background-color:#17B3E8;
}
.ts-social-sharing li.mailchimp .social-tooltip{
background-color:#176DBA;
}
.ts-social-sharing li.youtube .social-tooltip{
background-color:#CC181E;
}
.ts-social-sharing li.viber .social-tooltip{
background-color:#7C529E;
}
.ts-social-sharing li.skype .social-tooltip{
background-color:#009EE5;
}
.ts-social-sharing li.instagram .social-tooltip{
background-color:#125688;
}
.ts-social-sharing li.linkedin .social-tooltip{
background-color:#0177B5;
}
.ts-social-sharing li.pinterest .social-tooltip{
background-color:#cb2027;
}
.ts-social-sharing li.reddit .social-tooltip{
background-color:#516AE8;
}
.ts-social-sharing li.facebook .ts-tooltip:before{
color:#3B5998;
}
.ts-social-sharing li.twitter .ts-tooltip:before{
color:#2CAAE1;
}
.ts-social-sharing li.flickr .ts-tooltip:before{
color:#E30761;
}
.ts-social-sharing li.vimeo .ts-tooltip:before{
color:#17B3E8;
}
.ts-social-sharing li.mailchimp .ts-tooltip:before{
color:#176DBA;
}
.ts-social-sharing li.youtube .ts-tooltip:before{
color:#CC181E;
}
.ts-social-sharing li.viber .ts-tooltip:before{
color:#7C529E;
}
.ts-social-sharing li.skype .ts-tooltip:before{
color:#009EE5;
}
.ts-social-sharing li.instagram .ts-tooltip:before{
color:#125688;
}
.ts-social-sharing li.linkedin .ts-tooltip:before{
color:#0177B5;
}
.ts-social-sharing li.pinterest .ts-tooltip:before{
color:#cb2027;
}
.ts-social-sharing li.reddit .ts-tooltip:before{
color:#516AE8;
}
article.single .cats-link{
display:inline-block;
padding:8px 0;
float:left; }
article.single .meta-bottom-wrapper{
margin:40px 0 0 0;
}
article.single .meta-bottom-1,
article.single .meta-bottom-2{
clear:both;
padding:5px 0;
position:relative;
border-width:1px 0 0 0;
border-style:solid;
}
article.single .meta-bottom-2{
padding:18px 0 18px 18px; }
article.single .meta-bottom-1:after,
article.single .meta-bottom-2:after{
display:table;
content:"";
clear:both;
} .entry-author {
display:table;
table-layout:fixed;
width:100%;
padding:28px 0;
border-width:1px 0 1px 0;
border-style:solid;
clear:both;
}
.entry-author > *{
display:table-cell;
vertical-align:middle;
}
.entry-author .author-avatar{
width:150px;
overflow:hidden;
vertical-align:top;
padding-right:20px }
.entry-author .author-avatar img{
width:100%;
}
.entry-author .author-info .author{
text-transform:uppercase;
margin-right:10px; }
.entry-author .author-info .author:after{
margin-left:10px; content:"/";
}
.entry-author .author-info p{
margin:10px 0 0 0;
}
.entry-author .author-info .role{
text-transform:uppercase;
} .blogs{
clear:both;
margin:0;
}
.blogs .thumbnail{
position:relative;
z-index:2;
width:100%;
overflow:hidden;
margin-bottom:15px;
}
.thumbnail-content{
position:relative;
line-height:0;
}
.quote .thumbnail-content{
min-height:0;
}
.blogs article .excerpt{
display:inline-block;
width:100%;
}
span.author a:hover{
text-decoration:underline;
}
.entry-meta:after{
display:table;
clear:both;
content:"";
}
.entry-meta span i{
margin-right:5px; position:relative;
top:5px;
}
.ts-blogs-widget-wrapper .entry-meta span i{
top:2px;
} .blogs article .thumbnail .owl-item:hover > img{
opacity:0.8;
}
.blogs article .effect-thumbnail,
.blogs article a.gallery figure .owl-item:before{
position:absolute;
content:"";
left:0;right:0;
top:0;
bottom:0;
background:rgba(0,0,0,0.5);
opacity:0;
transition:opacity 0.4s ease-in-out 0s;
-webkit-transition:opacity 0.4s ease-in-out 0s;
-moz-transition:opacity 0.4s ease-in-out 0s;
z-index:2;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
overflow:hidden;
}
.blogs article a.gallery .owl-item{
position:relative;
}
.blogs article .effect-thumbnail:before,
.blogs article a.gallery .owl-item:after{
content: "";
width:32px;
height:26px;
position:absolute;
top:50%;
left:50%;
margin-top:-13px;
margin-left:-16px;
background:url(//caravane-epices.com/wp-content/themes/boxshop/images/image.png) 0 -150px no-repeat;
z-index:3;
transform:scale(0,0);
-webkit-transform:scale(0,1);
-moz-transform:scale(0,1);
-ms-transform:scale(0,1);
transition:transform 400ms ease-in-out 0s;
-webkit-transition:-webkit-transform 400ms ease-in-out 0s;
-moz-transition:transform 400ms ease-in-out 0s;
}
.blogs a.thumbnail.gallery figure .owl-item{
background:rgba(63,63,63,1);
}
.blogs article a.gallery .owl-item:after{
background:url(//caravane-epices.com/wp-content/themes/boxshop/images/image.png) -39px -150px no-repeat;
}
.blogs article a:hover .effect-thumbnail,
.blogs article a.gallery figure.owl-carousel .owl-item:hover:before{
opacity:1;
}
.blogs article a:hover .effect-thumbnail:before,
.blogs article a.gallery .owl-item:hover:after{
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
-ms-transform:scale(1,1);
}
.blogs article a.gallery .effect-thumbnail{
display:none;
}  .single-portfolio .ts-portfolio-wrapper{
padding-top:40px;
margin-bottom:50px;
}
.single-portfolio .thumbnails{
width:62%;
float:left; overflow:hidden;
padding-right:30px; }
.single-portfolio .thumbnails a{
float:left; display:inline-block;
max-width:100%;
}
.single-portfolio .thumbnails img{
display:inline-block;
}
.single-portfolio .thumbnails a:nth-child(3n -1),
.single-portfolio .thumbnails a:nth-child(3n){
width:50%;
}
article.single-portfolio .entry-content{
width:38%;
float:left; }
.single-portfolio .meta-content{
display:inline-block;
width:100%;
}
.single-portfolio .meta-content{
padding-top:24px;
margin-top:10px;
border-width:1px 0 0 0;
border-style:solid;
}
.cat-links a:hover,
.tag-links a:hover{
text-decoration:none;
}
.portfolio-info p{
margin-bottom:0;
text-transform:uppercase;
}
.portfolio-info{
display:inline-block;
width:100%;
margin-top:16px;
}
.meta-content .portfolio-info:first-child{
border:0 !important;
margin:0;
}
.single-portfolio .portfolio-like{
float:left; padding:9px 0 9px 50px; position:relative;
height:40px;
}
.single-portfolio .ic-like.loading:after {
background-image: url(//caravane-epices.com/wp-content/themes/boxshop/images/ajax-loader.gif) !important;
content: "";
background-repeat: no-repeat;
left: 0;
top: 0;
right: 0;
bottom: 0;
position: absolute;
background-position: center;
}
.single-portfolio .ic-like{
position:absolute;
top:2px;
left:0; width:40px;
height:40px;
line-height:38px;
border-radius:100%;
-webkit-border-radius:100%;
-moz-border-radius:100%;
display:inline-block;
text-align:center;
cursor:pointer;
border-width:1px;
border-style:solid;
transition: all 150ms ease-in-out 0s;
-moz-transition:all 150ms ease-in-out 0s;
-webkit-transition:all 150ms ease-in-out 0s;
}
.single-portfolio .ic-like:before{
content: "\e642";
font-family:'Pe-icon-7-stroke';
font-size:24px;
position:relative;
top:1px;
}
.single-portfolio .ic-like.already-like:before{
content: "\f004";
font-size:21px;
font-family: 'FontAwesome';
} .single-portfolio .social-sharing{
float:left; margin-bottom:5px;
}
.group-button-social-like{
position:relative;
margin:20px 0 0 0;
display:inline-block;
width:100%;
}
.single-portfolio .social-sharing:after{
display:table;
clear:both;
content:"";
}
.single-portfolio .ts-social-sharing{
float:left; padding:0 0 0 0;
margin:0 0 0 0; width:auto !important;
}
.single-portfolio .ts-social-sharing > span{
display:none;
}
.single-portfolio .ts-social-sharing ul{
margin:0;
} body .single-portfolio .single-navigation{
text-align:left; }
body .single-portfolio .single-navigation a{
float:left; }
body .single-portfolio .single-navigation a[rel="next"]{
float:right; }
.related-portfolio{
padding-top:60px;
clear:both;
margin-top:0;
}    .cloud-zoom-lens {
border-width: 1px;
border-style:solid;
margin:0; background-color:#fff;
cursor:move;
} .cloud-zoom-title {
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;
font-size:12px;
letter-spacing:0.6px;
top:0px;
} .cloud-zoom-wrap {
top:0;
z-index:993;
position:relative;
} .cloud-zoom-big {
border-width: 1px;
border-style:solid;
overflow:hidden;
margin:4px 0 0 0;
background-color:#fff;
} .cloud-zoom-loading {
color:white;
background:#222;
padding:3px;
text-transform:uppercase;
}    body .div#main{
min-height:0;
}
body.error404 article{
text-align:center;
padding-bottom:30px;
}
body.error404 .icon-404 i{
font-size:72px;
line-height:70px;
}
body.error404 article h1{
font-size:200px;
line-height:220px;
margin-bottom:8px;
}
body.error404 article h2{
font-size:30px;
line-height:34px;
text-transform:uppercase;
}
body.error404 article p{
margin-bottom:0;
}
body.error404 #main > .fullwidth-template{
padding:80px 25px;
}
body.error404 article form[role="search"]{
max-width:600px;
position:relative;
margin-top:40px;
}
body.error404 article .search-field input{
width:100%;
max-width:100%;
}
body.error404 article .search-field input[type="text"]{
padding-right:40px; width:100%;
padding-top:15px;
padding-bottom:15px;
}
body.error404 article .search-table{
max-width:600px;
position:relative;
margin-top:40px;
margin-left:auto;
margin-right:auto;
}
body.error404 article .search-table .search-button input[type="submit"]{
background-image:url(//caravane-epices.com/wp-content/themes/boxshop/images/icon-search.png) !important; background-position:center !important;
font-size:0 !important;
padding:0 !important;
width:40px;
height:40px;
position:absolute;
right:5px; top:5px;
z-index:3;
content:"";
border:0 !important;
background-color:transparent !important;
opacity:0.7;
}
body.error404 article .search-table .search-button input[type="submit"]:hover{
opacity:1;
}   @media only screen and (min-width: 992px){
.header-v1 .my-account-wrapper .dropdown-container:before,
.header-v1 #lang_sel_click ul ul:before,
.header-v1 .header-currency ul:before,
body .header-v1 .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .header-v1 .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before{
top:6px;
}
.group-meta-header{
display:block !important;
}
}
@media only screen and (min-width: 1500px){ .vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-center img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-center img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-center img.text-image{
max-width:100%;
}
.vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
width:120%;
margin-left:-10%;
margin-right:-10%;
} .ts-banner header .big-number{
font-size:60px;
line-height:46px;
}
}
@media only screen and (min-width: 1600px){ .vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
width:116%;
margin-left:-6%;
margin-right:-6%;
}
}
@media only screen and (min-width: 1700px){ .vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.left-center img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.right-center img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-top img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-bottom img.text-image,
.vc_row[data-vc-full-width="true"] .vc_col-sm-6 .ts-banner-image.center-center img.text-image{
max-width:70%;
}
.vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
width:110%;
margin-left:-4%;
margin-right:-4%;
}
}
@media only screen and (min-width: 1800px){ .vc_row[data-vc-full-width="true"] .vc_col-sm-12 .ts-banner-image img.bg-image{
width:100%;
margin-left:0;
margin-right:0;
}
}
@media only screen and (min-width: 1229px){ .top-header-transparent .header-v3 .menu-wrapper nav > ul.menu > li > a,
.header-v3 .is-sticky .menu-wrapper nav > ul.menu > li > a{
padding-top:20px;
padding-bottom:20px;
}
.header-v3 .menu-wrapper nav > ul.menu > li > a{
padding-top:40px;
padding-bottom:40px;
}
header.top-header-transparent .header-top a:not(.button), 
header.top-header-transparent .header-top{
color:#ffffff;
}
header.top-header-transparent .header-v3 .header-top{
border-width:0;
} .is-sticky .header-v1 > .container{
min-height:0;
}
.display-vertical-menu .is-sticky .vertical-menu-wrapper .vertical-menu{
display:none;
-webkit-animation:none;
-moz-animation:none;
animation:none;
}
.display-vertical-menu .is-sticky .vertical-menu-wrapper:hover .vertical-menu{
display:block;
-webkit-animation-duration: 340ms;
-moz-animation-duration: 340ms;
animation-duration: 340ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_vertial_categories;
-moz-animation-name: animation_vertial_categories;
animation-name: animation_vertial_categories;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
}  .is-sticky .header-v1 .menu-wrapper nav > ul.menu > li > a{
padding-top:10px;
padding-bottom:10px;
}
.is-sticky .header-v1 .top-right,
.is-sticky .header-v1 .header-bottom{
display:none;
}
.header-sticky{
position:relative;
z-index:99993;
width:100%;
}
.header-v1.header-sticky,
.header-v2 .header-sticky,
.header-v6 .header-sticky,
.header-v5 .header-sticky,
.header-v7 .header-sticky{
z-index:99991;
}
.sticky-wrapper.is-sticky .logo img.normal-logo{
display:none;
}
.sticky-wrapper.is-sticky .logo img.sticky-logo{
display:block;
}
.sticky-wrapper.is-sticky .visible-sticky{
display:inline-block !important
}
.sticky-wrapper.is-sticky .hidden-sticky{
display:none !important
}
.sticky-wrapper.is-sticky .logo-sticky{
display:inline-block !important;
opacity:1;
width:auto;height:auto;
padding:10px 0;
line-height:0;
position:relative;
}
header .sticky-wrapper.is-sticky .header-sticky{
-webkit-animation:mySticky 1.5s ; -moz-animation:mySticky 1.5s;
animation:mySticky 1.5s;
animation-timing-function:ease-in-out;
-webkit-animation-timing-function:ease-in-out;
-moz-animation-timing-function:ease-in-out;
padding:0;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform: translateY(0);
transition:transform 500ms ease-in-out 0s;
-webkit-transition:transform 500ms ease-in-out 0s;
-moz-transition:transform 500ms ease-in-out 0s;
}
header .sticky-wrapper.is-sticky .header-sticky:after{
position:absolute;
left:0;
right:0;
bottom:-19px;
content:"";
height:20px;
background:url(//caravane-epices.com/wp-content/themes/boxshop/images/shadow-header.png) top left repeat;
}
header .header-v4 .sticky-wrapper.is-sticky .header-sticky:after,
header .header-v6 .sticky-wrapper.is-sticky .header-sticky:after{
bottom:-20px;
} @-webkit-keyframes mySticky {
from {
margin-top:-200px;
}
to {
magrin-top:0;
}
} @-moz-keyframes mySticky {
from {
margin-top:-200px;
}
to {
magrin-top:0;
}
} @keyframes mySticky {
from {
margin-top:-200px;
}
to {
magrin-top:0;
}
} .woocommerce .product .thumbnail-wrapper figure img:first-child{
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
transition: opacity 250ms ease-in-out 0s;
-moz-transition:opacity 250ms ease-in-out 0s;
-webkit-transition:opacity 250ms ease-in-out 0s;
}
.woocommerce .product figure.has-back-image img:last-child{
position:absolute;right:0;left:0;top:0;
width:100%;
transition: opacity 250ms ease-in-out 0s;
-moz-transition:opacity 250ms ease-in-out 0s;
-webkit-transition:opacity 250ms ease-in-out 0s;
backface-visibility:hidden;
-moz-backface-visibility:hidden;
-webkit-backface-visibility:hidden;
opacity:0
}
.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:last-child{
opacity:1;
top:0;
}
.woocommerce .product .thumbnail-wrapper:hover figure.has-back-image img:first-child{
opacity:0;
} .woocommerce .products.list .product .short-description{
margin-bottom:20px;
}
.woocommerce .products.list .product h3.product-name > a{
font-size:18px;
line-height:24px;
}
.woocommerce .products.list .product .product-categories{
margin-bottom:6px;
}
.woocommerce .products.list .product h3.product-name{
margin-bottom:10px;
}
.woocommerce .products.list .star-rating{
margin-bottom:24px;
}
.woocommerce .products.list .product .price{
margin-bottom:24px;
}  .big-counter .counter-wrapper > div{
width:60px;
margin:0 2px;
padding:11px 2px 10px 2px;
}
.big-counter .counter-wrapper .number{
font-size:120%;
}
.ts-product-deals-slider-wrapper.nav-middle.big-counter .owl-nav > div{
top:34%;
} .entry-format .sharing-title{
color:#fff !important;
}
.entry-format .ts-social-sharing li a{
color:#fff;
border-color:#fff;
background:transparent;
} .h2-big{
font-size:60px;
line-height:60px;
}
.ts-group-button-coming{
padding-bottom:90px;
}
}
@media only screen and (min-width: 767px){ .vetical-slideshow .rev_slider_wrapper,
.vetical-slideshow .rev_slider,
.vetical-slideshow rs-module-wrap,
.vetical-slideshow rs-module,
.vetical-slideshow sr7-module,
.vetical-slideshow sr7-module sr7-content,
.vetical-slideshow sr7-module sr7-module-bg,
.vetical-slideshow sr7-module sr7-content sr7-slide > sr7-mask > sr7-bg{
height:510px !important;
}
}
@media only screen and (max-width: 1500px){
.ts-header-intro .ts-countdown .counter-wrapper > div{
width:120px;
}  .page-template-fullwidth-template .left-top header,
.page-template-fullwidth-template .left-bottom header,
.page-template-fullwidth-template .left-center header,
.page-template-fullwidth-template .right-top header,
.page-template-fullwidth-template .right-bottom header,
.page-template-fullwidth-template .right-center header{
max-width:70%;
}
.page-template-fullwidth-template .ts-banner header h2{
font-size:36px;
line-height:42px;
}
}
@media only screen and (max-width: 1229px){ .ts-header-intro .header-middle{
margin-top: 0;
}
.ts-header-intro #page .header-middle > .container > .logo-wrapper{
padding-bottom: 0;
} .box-boxshadow{
padding:40px 20px 0 20px;
margin-top:-50px;
}
.product-category-top-content{
padding:0;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding:20px;
}
body.wpb-js-composer div.product > .woocommerce-tabs.accordion-tabs .vc_tta-accordion .vc_tta-panel-body{
padding:15px 20px 25px 20px;
}
body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper{
height:auto;
} .rev-btn{
padding:10px 20px !important;
}
.ts-header{
position:relative;
z-index:999;
} .shopping-cart-wrapper .cart-icon{
top:4px;
}
.hidden-button-product .meta-wrapper .button-in,
.hidden-button-product .woocommerce .product .meta-wrapper .loop-add-to-cart{
display:none !important;
} .shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
.header-v4 .my-account-wrapper .dropdown-container:after,
.header-v6 .my-account-wrapper .dropdown-container:after,
.header-v3 .my-account-wrapper .dropdown-container:after,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
display:none !important;
} .header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
max-width:30px;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
max-width:20px;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:14px 20px 14px 55px; }
.header-v5 .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.header-v5 .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:8px 20px 8px 50px; }
.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
left:10px }
.woocommerce .ts-product-deals-slider-wrapper .product .counter-wrapper{
margin-bottom:8px;
}
.menu-wrapper .vertical-menu > ul.menu > li > a{
height:82px;
}
.menu-wrapper nav > ul.menu > li{
margin-right:12px; } header.top-header-transparent{
position:relative;
top:auto;
left:auto;
right:auto;
bottom:auto;
} .woocommerce .product .meta-wrapper .loop-add-to-cart{
display:inline-block !important;
}
.woocommerce .product .meta-wrapper{
padding-bottom:9px;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart, 
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button{
float:left;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart, 
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button,
.meta-wrapper .button-in.compare, 
.meta-wrapper .button-in.wishlist{
font-size:0;
line-height:0;
display:inline-block;
width:40px;
height:40px;
text-align:center;
min-width:0 !important;
padding:0 !important;
}
.woocommerce .product .meta-wrapper a.added_to_cart span,
.woocommerce .product .meta-wrapper a.button span{
display:none !important;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart:before,
.woocommerce .product .meta-wrapper .loop-add-to-cart a.add_to_cart_button.added:before{
content: "\e66c" !important;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button:before{
font-family:'Pe-icon-7-stroke';
content: "\e641";
font-size:18px;
line-height:38px;
text-indent:0;
color: inherit !important;
}
.woocommerce .product.product-type-simple .meta-wrapper .loop-add-to-cart a.button:before{
content: "\e66e";
} .ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li .ts-menu-drop-icon{
position:absolute;
content:"";
left:auto;
right:-12px; top:50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
width:20px;
height:20px;
text-align:center;
line-height:20px;
z-index:100;
display:inline-block;
}
.ts-menu > nav.pc-menu > ul.menu > li > .ts-menu-drop-icon{
right:0; }
.ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon:before{
content: "\e688";
font-family: 'Pe-icon-7-stroke';
}
.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon:before{
content: "\e684"; font-family: 'Pe-icon-7-stroke';
}
.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon{
right:-15px; font-size:15px;
} .menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
display:table-cell;
vertical-align:middle;
text-align:center;
cursor:pointer;
width:30px;
border-width:1px 0 0 0;
border-style:solid;
border-color:rgba(217,217,217,0.4);
transition: all 150ms ease 0s;
-webkit-transition: all 150ms ease 0s;
-moz-transition: all 150ms ease 0s;
}
.ts-header .header-v5 .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
border-width:0;
}
.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon:before{
content: "\f0da"; font-family: 'FontAwesome';
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu.vertical-menu > ul.menu ul li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after{
display:none !important;
} .ts-social-sharing li .social-tooltip{
display:none !important;
}
.product-group-button .button-tooltip{
display:none !important;
}
.product-group-button{
opacity:1;
} .my-account-wrapper .dropdown-container{
display:none !important;
} .sticky-wrapper{
height:auto !important
}
.sticky-wrapper .header-sticky{
position:relative !important; 
top: auto !important;
} div.product .summary .wishlist{
margin:0 5px 0 0; }
.thumbnail-wrapper div.wishlist{
display:inline-block !important;
margin:0 !important;
}
.woocommerce .meta-wrapper .loop-add-to-cart{
margin-left:1px; margin-right:1px;
}
.thumbnail-wrapper .product-group-button{
display:none !important
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) > :where(.product-stock-status, .product-price) {
min-width: 180px;
} .ts-compare-table-wrapper .product-thumbnail img,
.ts-compare-table-wrapper .product-thumbnail .product-price,
.ts-compare-table-wrapper .product-thumbnail h6{
max-width: 200px;
}
.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button {
max-width: 100%;
min-width: auto;
}
.ts-compare-table-wrapper > div > * {
padding: 15px 20px
}
.ts-compare-popup .content-wrapper {
gap: 20px;
}
.ts-compare-popup .items,
.ts-compare-popup .items .item .product-wrapper {
gap: 10px;
}
.ts-stick-compare-button {
padding-left: 20px;
padding-right: 20px;
}
.ts-compare-popup .items {
width: 100%;
}
.ts-compare-popup .actions {
width: 200px;
gap: 10px;
} html h3,
html .h3,
html h2.wpb_heading,
html .theme-title > h3,
html .ts-heading h3,
html .ts-mailchimp-subscription-shortcode .widgettitle,
html .woocommerce .cross-sells > h2,
html .woocommerce .upsells > h2,
html.woocommerce .related > h2,
html body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
html .heading-wrapper > h2,
.ts-banner header h3,
html .ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
html .ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
{
font-size:24px;
line-height:26px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab h3:after{
bottom:3px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab .see-more-wrapper{
top:-2px;
}
.ts-product-in-category-tab-2-wrapper .products .owl-nav{
top:-12px;
}
.heading-wrapper > h2:after, 
.heading-shortcode > h3:after, 
.theme-title > h3:after, 
.cross-sells > h2:after, 
.upsells > h2:after, 
.related > h2:after{
bottom:5px;
}
.woocommerce .cross-sells .owl-nav, 
.woocommerce .upsells .owl-nav, 
.woocommerce .related .owl-nav{
top:7px;
}
html .breadcrumb-title-wrapper .breadcrumb-title h1{
margin-bottom:5px;
}
html h2,
html .h2,
html h1.wpb_heading,
html .ts-heading h2,
html .breadcrumb-title-wrapper .breadcrumb-title h1,
html div.product p.price .woocommerce-Price-amount, 
html div.product .single_variation .amount, 
html .woocommerce div.product .single_variation .amount
{
font-size:26px;
line-height:30px;
}
html h1,
html .h1,
html .ts-heading h1
{
font-size:30px;
line-height:36px;
}
.ts-banner header h2
{
font-size:34px;
line-height:38px;
}  .page-template-fullwidth-template .left-top header,
.page-template-fullwidth-template .left-bottom header,
.page-template-fullwidth-template .left-center header,
.page-template-fullwidth-template .right-top header,
.page-template-fullwidth-template .right-bottom header,
.page-template-fullwidth-template .right-center header{
max-width:90%;
}
.page-template-fullwidth-template .ts-banner header h2{
font-size:32px;
line-height:36px;
} .ts-recently-viewed-products-wrapper ul.product_list_widget li .ts-wg-meta{
margin-left:100px; }
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
width:85px;
} .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:27px 5px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:20px 5px;
}
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
padding:13px 5px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div,
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
width:80px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div .ref-wrapper{
margin-top:10px;
}   .woocommerce.columns-4 .ts-product.item-list .products .product.first{
clear:none;
}
.woocommerce.columns-4 .ts-product.item-list .products .product{
width:50%;
float:left }
.woocommerce.columns-4 .ts-product.item-list .products .product:nth-child(2n+1){
clear:both;
float:left; }
.vc_col-sm-6 .ts-product .owl-dots,
.ts-product .products > .owl-controls .owl-dots{
bottom:20px;
}
.ts-product.rows-1 .products > .owl-controls .owl-dots,
.product-wrapper .owl-dots{
bottom:10px;
}
.woocommerce .product .thumbnail-wrapper{
margin-bottom:8px;
}
.nav-middle .owl-nav .owl-next,
.images-slider-wrapper .owl-nav .owl-next,
.ts-shortcode.no-title .owl-nav .owl-next,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-next{
right:0 !important; left:auto !important;
}
.nav-middle .owl-nav .owl-prev,
.images-slider-wrapper .owl-nav .owl-prev,
.ts-shortcode.no-title .owl-nav .owl-prev,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-prev{
left:0 !important; right:auto !important;
}
.ts-shortcode.no-title .owl-nav > div,
.nav-middle .products .owl-nav > div,
.images-slider-wrapper .owl-nav > div,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
visibility:visible;
}
.ts-shortcode.no-title .owl-nav > div{
top:30%;
}
.ts-blogs.no-title .owl-nav > div{
top:20%;
}
.nav-middle .owl-nav > div{
top:28%;
}
.woocommerce .rows-1 .products .product{
margin-bottom:0;
}
.woocommerce .products .meta-right .star-rating, 
.woocommerce .star-rating .meta-right{
margin-left:auto; margin-right:auto; } .horizontal-tab .column-tabs .heading-tab h3{
height:auto;
}
.horizontal-tab .column-tabs ul li.current:after{
display:none;
}
.ts-product-in-category-tab-wrapper .owl-controls .owl-nav > div{
top:30%;
}
.column-tabs .heading-tab h3{
padding:20px 30px 20px 80px; }
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
left:20px; }
.vertical-tab .column-tabs .tabs li{
padding:15px 20px;
}
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-prev{
left:0; }
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-next{
right:0 }
.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-next{
right:-20px }
.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-prev{
left:-19px }
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div{
visibility:visible;
opacity:1;
} .woocommerce .counter-on-thumbnail.item-border .products .product .product-wrapper{
padding-bottom:10px;
} .ts-portfolio-wrapper.columns-3 .item,
.ts-portfolio-wrapper.columns-4 .item{
width:50%;
float:left; }
.ts-portfolio-wrapper.columns-3 .item:nth-child(2n+1),
.ts-portfolio-wrapper.columns-4 .item:nth-child(2n+1){
clear:both;
} .vc_row[data-vc-full-width="true"] .left-top header{
left:6%;
top:10%;
}
.vc_row[data-vc-full-width="true"] .left-bottom header{
left:6%;
bottom:10%;
}
.vc_row[data-vc-full-width="true"] .left-center header{
left:6%;
}
.vc_row[data-vc-full-width="true"] .right-top header{
right:6%;
top:8%;
}
.vc_row[data-vc-full-width="true"] .right-bottom header{
right:6%;
bottom:8%;
}
.vc_row[data-vc-full-width="true"] .right-center header{
right:6%;
}
.woocommerce .ts-banner .button-banner, 
.ts-banner .button-banner{
min-width:100px;
padding:7px 15px;
}
.ts-banner header h3{
margin-bottom:0;
}
.ts-banner header .description{
margin-bottom:6px;
} .ts-team-member .content-thumbnail .member-social{
bottom:5px;
} .ts-countdown .counter-wrapper > div{
width:100px;
padding:10px 5px;
margin:0 10px;
}
.ts-countdown .counter-wrapper .number{
font-size:40px;
line-height:50px;
width:100px;
} body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
min-width:120px;
} .ts-blogs-wrapper .blogs article.quote .quote-wrapper{
padding:10px 20px;
}
.ts-blogs .entry-meta > span.author{
font-size:0;
font-style:normal;
line-height:0;
}
.ts-blogs .entry-meta > span.author a{
font-style:italic;
}
.ts-blogs .entry-meta > span.author:before{
margin-right:5px; content:"\e693";
font-family: 'Pe-icon-7-stroke';
font-size:24px;
line-height:14px;
top:5px;
position:relative;
} .portfolio-meta{
position:static;
transform:none;
-webkit-transform:none;
-moz-transform:none;
margin:20px 0;
}
.portfolio-inner .item .icon-group{
margin-top:4%;
}
.portfolio-inner h3,
.portfolio-inner .item .icon-group a,
.portfolio-inner .cats-portfolio{
transform:none;
-webkit-transform:none;
-moz-transform:none;
opacity:1;
}
.portfolio-inner .item:hover figure span.bg-hover{
display:none;
}
.portfolio-inner .item .icon-group{
opacity:1;
} article.single-portfolio .social-sharing{
float:left; } .woocommerce .product .product-wrapper figure.has-back-image img:last-child{
display:none !important;
} div#main{
min-height:300px;
} .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
height:110px;
}
.breadcrumb-title-wrapper .breadcrumb-content{
height:150px;
}
.heading-title.page-title{
margin-bottom:0;
}
.breadcrumb-title-wrapper.breadcrumb-v3{
padding:22px 0 150px 0;
position:relative;
}
#main > .page-container.show_breadcrumb_v3,
#main > .fullwidth-template.show_breadcrumb_v3{
margin-top:-150px;
} body.error404 #main > .fullwidth-template{
padding:120px 25px
}
body.error404 article h1{
font-size:120px;
line-height:120px;
} .ts-parallax-bg{
background-position:50% 50% !important;
background-attachment:scroll !important;
} .woocommerce .ts-col-24 div.product .woocommerce-tabs.accordion-tabs{
margin-bottom:0;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:150px;
} div.product .thumbnails .owl-controls div.owl-prev,
div.product .thumbnails .owl-controls div.owl-next{
visibility:visible;
opacity:1;
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
} div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-prev,
div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-next{
visibility:visible;
opacity:1;
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
} .single-navigation .product-info {
display:none !important;
} form.login p.lost_password{
margin-top:-20px;
}
.woocommerce form.login .button, 
.woocommerce form.register .button{
margin:0 10px 0 0; }
.woocommerce-account .woocommerce-MyAccount-content{
padding-left:20px }
.woocommerce table.my_account_orders tr td:last-child .button{
padding-left:10px;
padding-right:10px;
min-width:0;
}
.woocommerce table.my_account_orders tr td:last-child{
min-width:0;
} .woocommerce-tabs #comments,
.ts-col-18 .woocommerce-tabs #comments,
.ts-col-12 .woocommerce-tabs #comments{
width:100%;
padding-right:0; margin-bottom:20px; 
}
.comment-respond textarea,
#commentform textarea,
.comment-respond input[type="text"],
.comment-respond select,
#commentform input[type="text"],
.woocommerce #reviews #comments > h2{
max-width:100%;
}
.woocommerce-tabs #review_form_wrapper,
.ts-col-18 .woocommerce-tabs #review_form_wrapper,
.ts-col-12 .woocommerce-tabs #review_form_wrapper{
width:100%;
border-width:1px 0 0 0; border-style:solid;
padding:20px 0 0 0; } .summary .meta-wrapper,
body div.product .social-sharing{
padding-top:10px;
}
body div.product .social-sharing{
margin-top:10px;
}
.woocommerce div.product.type-product form.cart, 
.woocommerce div.product p.cart{
margin:0 0 20px 0;
width:100%;
}
div.product .summary .counter-wrapper{
margin-bottom:15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
min-width:140px;
} .blog-list-style .list-posts article .entry-format {
width:100%;
float:none !important;
margin:0 0 30px 0;
padding:0 !important;
}
.blog-list-style .list-posts article .entry-content {
width:100%;
float:none !important;
}
.entry-format .ts-social-sharing{
position:static;
width:100%;
margin:20px 0 0 0;
text-align:left; transform:none;
-webkit-transform:none;
-moz-transform:none;
visibility:visible;
z-index:10;
}
.ts-social-sharing .sharing-title{
margin-right:10px }
.ts-social-sharing ul{
display:inline-block;
margin:0;
}
.gallery .owl-dots{
bottom:10px;
} .commentlist .children{
padding:10px 0 0 50px; }
.commentlist .children .children{
padding:10px 0 0 40px; } .woocommerce table.shop_table td.actions{
border:0;
padding:20px;
}
.woocommerce table.shop_table td.product-thumbnail{
padding-left:20px; }
.woocommerce-cart .cart-collaterals .cart_totals table th{
width:30%;
} .woocommerce .checkout #order_review{
padding:50px 30px 10px 30px;
}
.woocommerce form.checkout_coupon,
.ts-col-24 .woocommerce form.checkout_coupon{
width:100%;
} .woocommerce .products .product.product-category h3{
font-size:16px;
line-height:18px;
}
.products .product.product-category .meta-wrapper{
opacity:1;
}
.products .product.product-category:before{
opacity:0.6;
}
.products .product.product-category:hover .meta-wrapper > div{
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
.products .product.product-category h3{
font-size:20px;
line-height:24px;
}
.archive .woocommerce .products{
margin-top:0;
}
}
@media 
only screen and (min-width: 1501px){  .vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li:first-child > ul.sub-menu{
top:-17px;
}
.page-template-fullwidth-template .header-v5 .vertical-menu-wrapper{
min-width:300px;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
padding:16px 0 20px 0 !important;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:11px 25px 10px 50px; }
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a,
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding:11px 25px 10px 25px; }
.layout-fullwidth .header-middle > .container,
.layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
.layout-fullwidth .header-top > .container, 
.layout-fullwidth .header-middle > .container, 
.layout-fullwidth .header-bottom > .container,
#main > .fullwidth-template,
.page-template-fullwidth-template .ts-header .container,
.page-template-fullwidth-template footer .container{
padding-left:80px;
padding-right:80px;
}
.layout-fullwidth .container.no-padding,
.layout-fullwidth #main > .page-container{
padding-left:70px;
padding-right:70px;
} .vetical-slideshow{
margin-left:320px; width:calc(100% - 740px );
}
.vetical-slideshow .rev_slider_wrapper,
.vetical-slideshow .rev_slider,
.vetical-slideshow rs-module-wrap,
.vetical-slideshow rs-module,
.vetical-slideshow sr7-module,
.vetical-slideshow sr7-module sr7-content,
.vetical-slideshow sr7-module sr7-module-bg,
.vetical-slideshow sr7-module sr7-content sr7-slide > sr7-mask > sr7-bg{
height:590px !important;
}
.vertical-banner{
width:420px;
}
.page-template-fullwidth-template .ts-shortcode.title-background-color .shortcode-heading-wrapper .heading-title{
font-size:24px;
}  .page-template-fullwidth-template .icon-big .feature-content{
padding:4% 7%;
} .title-left > .shortcode-heading-wrapper{
width:320px;
}
.title-left .shortcode-heading-wrapper .heading-title{
max-width:90%;
}
.title-left > .content-wrapper{
width:calc(100% - 320px);
} .page-template-fullwidth-template  .ts-banner header h2{
margin-bottom:12px;
}
.page-template-fullwidth-template .ts-banner header .description{
margin-bottom:20px;
}
.page-template-fullwidth-template .ts-banner header h3{
margin-bottom:12px;
}
.page-template-fullwidth-template .left-top header, 
.page-template-fullwidth-template .left-bottom header, 
.page-template-fullwidth-template .left-center header, 
.page-template-fullwidth-template .right-top header, 
.page-template-fullwidth-template .right-bottom header, 
.page-template-fullwidth-template .right-center header{
max-width:70%;
}
}
@media 
only screen and (min-width: 1681px){
.blank-page{
padding-top:130px;
padding-bottom:100px;
}
body .comming-center-content{
margin-bottom:50px;
}  .fullwidth-deal .counter-wrapper > div{
width:60px;
margin:0 2px;
padding:11px 2px 10px 2px;
}
.fullwidth-deal .counter-wrapper .number{
font-size:120%;
}
.page-template-fullwidth-template .ts-product-deals-slider-wrapper.nav-middle[data-columns="1"] .owl-nav > div{
top:28%;
} .page-template-fullwidth-template .icon-big .feature-content{
padding:5% 10%;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.007%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.993%;
}
.page-template-fullwidth-template .horizontal-style-2 .column-tabs .heading-tab span.title-category{
padding-left:30px;
padding-right:30px;
}
.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
font-size:18px !important;
} .page-template-fullwidth-template .ts-recently-viewed-products-wrapper ul.product_list_widget li .ts-wg-meta{
margin-left:155px; padding-top:5%;
}
.page-template-fullwidth-template .woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
width:135px;
} .fullwidth-tab{
width:calc(100% - 366px);
}
.fullwidth-deal{
width:366px;
}
.layout-fullwidth .header-middle > .container,
.layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
.layout-fullwidth .header-top > .container, 
.layout-fullwidth .header-middle > .container, 
.layout-fullwidth .header-bottom > .container,
#main > .fullwidth-template,
.page-template-fullwidth-template .ts-header .container,
.page-template-fullwidth-template footer .container{
padding-left:100px;
padding-right:100px;
}
.layout-fullwidth .container.no-padding,
.layout-fullwidth #main > .page-container{
padding-left:90px;
padding-right:90px;
}
}
@media 
only screen and (max-width: 1856px)	and (min-width: 1801px){  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.225%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.775%;
}
.page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
padding-bottom:12px;
} .fullwidth-tab{
width:calc(100% - 352px);
}
.fullwidth-deal{
width:352px;
}
}
@media 
only screen and (max-width: 1800px)	and (min-width: 1793px){  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.5%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.5%;
}
.page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
padding-bottom:13px;
} .page-template-fullwidth-template .no-margin:not(.thumbnail-no-border) .product .meta-wrapper{
padding-bottom:12px;
} .fullwidth-tab{
width:calc(100% - 341px);
}
.fullwidth-deal{
width:341px;
}
}
@media 
only screen and (max-width: 1792px)	and (min-width: 1681px){ .fullwidth-tab{
width:calc(100% - 338px);
}
.fullwidth-deal{
width:338px;
}  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.333%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.667%
}
}
@media 
only screen and (max-width: 1680px)	and (min-width: 1601px){ .fullwidth-deal .ts-product-deals-slider-wrapper .products .product .counter-wrapper{
margin-bottom:18px;
}  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.673%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.327%
} .fullwidth-tab{
width:calc(100% - 326px);
}
.fullwidth-deal{
width:326px;
}
}
@media 
only screen and (max-width: 1600px)	and (min-width: 1441px){ .fullwidth-deal .ts-product-deals-slider-wrapper .products .product .counter-wrapper{
margin-bottom:22px;
}  .page-template-fullwidth-template .icon-big .feature-content{
padding:3% 5%;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:29.936%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:70.064%;
} .fullwidth-tab{
width:calc(100% - 306px);
}
.fullwidth-deal{
width:306px;
}
}
@media 
only screen and (max-width: 1440px)	and (min-width: 1367px){ .fullwidth-deal .ts-product-deals-slider-wrapper .products .product .counter-wrapper{
margin-bottom:17px;
}  .page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
padding-bottom:14px;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:30.374%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:69.626%
} .fullwidth-tab{
width:calc(100% - 296px);
}
.fullwidth-deal{
width:296px;
}
}
@media 
only screen and (max-width: 1366px)	and (min-width: 1335px){  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:30.721%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:69.279%;
}
.page-template-fullwidth-template .horizontal-tab .column-products .product .product-wrapper{
padding-bottom:14px;
}
}
@media 
only screen and (max-width: 1334px)	and (min-width: 1281px){ .fullwidth-tab{
width:calc(100% - 311px);
}
.fullwidth-deal{
width:311px;
}  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:30.866%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:69.134%;
}
}
@media 
only screen and (max-width: 1229px)	and (min-width: 1125px){  .icon-big .feature-content{
padding:10px 0;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:34%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:66%;
} .fullwidth-tab{
width:calc(100% - 280px);
}
.fullwidth-deal{
width:280px;
}
}
@media 
only screen and (max-width: 1124px)	and (min-width: 1024px){  .icon-big .feature-content{
padding:30px;
} .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:36%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:64%;
} .fullwidth-tab{
width:calc(100% - 282px);
}
.fullwidth-deal{
width:282px;
}
}
@media 
only screen and (max-width: 1280px)	and (min-width: 1230px){  .page-template-fullwidth-template .horizontal-tab.has-banner .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:31%;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products{
width:69%;
} .fullwidth-tab{
width:calc(100% - 296px );
}
.fullwidth-deal{
width:296px;
}
}
@media 
only screen and (max-width: 1440px){
.layout-fullwidth .header-middle > .container,
.layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
.layout-fullwidth .header-top > .container, 
.layout-fullwidth .header-middle > .container, 
.layout-fullwidth .header-bottom > .container,
#main > .fullwidth-template,
.page-template-fullwidth-template .ts-header .container,
.page-template-fullwidth-template footer .container{
padding-left:30px;
padding-right:30px;
}
.layout-fullwidth .container.no-padding,
.layout-fullwidth #main > .page-container{
padding-left:20px;
padding-right:20px;
}
}
@media 
only screen and (max-width: 1801px)	and (min-width: 1400px){
body .comming-center-content{
margin-bottom:50px;
}
}
@media only screen and (max-device-width : 1229px){
.box-boxshadow{
padding:40px 20px 0 20px;
margin-top:-50px;
} .breadcrumb-title-wrapper.ts-breadcrumb-parallax{
background-attachment: scroll;
} .product-category-top-content{
padding:0;
}
.woocommerce div.product .woocommerce-tabs .panel{
padding:20px;
}
body.wpb-js-composer div.product > .woocommerce-tabs.accordion-tabs .vc_tta-accordion .vc_tta-panel-body{
padding:15px 20px 25px 20px;
}
body .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper{
height:auto;
} .rev-btn{
padding:10px 20px !important;
}
.ts-header{
position:relative;
z-index:999;
} .hidden-button-product .meta-wrapper .button-in,
.hidden-button-product .woocommerce .product .meta-wrapper .loop-add-to-cart{
display:none !important;
} .shopping-cart-wrapper .cart-icon{
top:2px;
}
.shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
.header-v4 .my-account-wrapper .dropdown-container:after,
.header-v6 .my-account-wrapper .dropdown-container:after,
.header-v3 .my-account-wrapper .dropdown-container:after,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
.header-currency > div:before{
display:none !important;
}
.shopping-cart-wrapper:hover .dropdown-container{
display:none;
}
.shopping-cart-wrapper.active .dropdown-container{
display:block;
-webkit-animation-duration:240ms;
-moz-animation-duration:240ms;
animation-duration:240ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name:animation_menu;
-moz-animation-name:animation_menu;
animation-name:animation_menu;
}
.drop-icon{
display:block;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover > a:after,
.menu-wrapper .ts-menu > nav > ul.menu > li.parent:hover:after,
.menu-wrapper nav > ul.menu li:hover > ul.sub-menu,
.menu-wrapper .vertical-menu > ul.menu li:hover > ul.sub-menu,
.menu-wrapper nav > ul.menu ul.sub-menu li:hover > ul.sub-menu{
display:none;
-webkit-animation-name: none;
-moz-animation-name: none;
animation-name: none;
}
.menu-wrapper .vertical-menu > ul.menu li.active > ul.sub-menu{
display:block !important;
}
.menu-wrapper nav > ul.menu li.active > ul.sub-menu,
.menu-wrapper nav > ul.menu ul.sub-menu li.active > ul.sub-menu{
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent.active > a:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
}
.menu-wrapper .ts-menu > nav > ul.menu > li.parent.active:after{
display:block;
-webkit-animation-duration: 100ms;
-moz-animation-duration: 100ms;
animation-duration: 100ms;
animation-delay:100ms;
-webkit-animation-delay:100ms;
-moz-animation-delay:100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_menu_icon;
-moz-animation-name: animation_menu_icon;
animation-name: animation_menu_icon;
} .header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
max-width:30px;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding:14px 20px 14px 20px; }
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a.has-icon:first-child{
padding:14px 20px 14px 55px; }
.header-template .menu-wrapper .vertical-menu > ul.menu li .menu-icon{
left:10px }
.woocommerce .ts-product-deals-slider-wrapper .product .counter-wrapper{
margin-bottom:8px;
}
.menu-wrapper .vertical-menu > ul.menu > li > a{
height:81px;
}
.menu-wrapper nav > ul.menu > li{
margin-right:12px; } header.top-header-transparent{
position:relative;
top:auto;
left:auto;
right:auto;
bottom:auto;
} .woocommerce .product .meta-wrapper .loop-add-to-cart{
display:inline-block !important;
}
.woocommerce .product .meta-wrapper{
padding-bottom:4px;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart, 
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button{
float:left;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart, 
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button,
.meta-wrapper .button-in.compare, 
.meta-wrapper .button-in.wishlist{
font-size:0;
line-height:0;
display:inline-block;
width:40px;
height:40px;
text-align:center;
min-width:0 !important;
padding:0 !important;
}
.woocommerce .product .meta-wrapper a.added_to_cart span,
.woocommerce .product .meta-wrapper a.button span{
display:none !important;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.added_to_cart:before,
.woocommerce .product .meta-wrapper .loop-add-to-cart a.add_to_cart_button.added:before{
content: "\e66c" !important;
}
.woocommerce .product .meta-wrapper .loop-add-to-cart a.button:before{
font-family:'Pe-icon-7-stroke';
content: "\e641";
font-size:18px;
line-height:40px;
text-indent:0;
color: inherit !important;
}
.woocommerce .product.product-type-simple .meta-wrapper .loop-add-to-cart a.button:before{
content: "\e66e";
} .ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li .ts-menu-drop-icon{
position:absolute;
content:"";
left:auto;
right:-12px; top:50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
transform: translate(0,-50%);
width:20px;
height:20px;
text-align:center;
line-height:20px;
z-index:100;
display:inline-block;
}
.ts-menu > nav.pc-menu > ul.menu > li > .ts-menu-drop-icon{
right:0; }
.ts-menu > nav.pc-menu > ul.menu li .ts-menu-drop-icon:before{
content: "\e688";
font-family: 'Pe-icon-7-stroke';
}
.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon:before{
content: "\e684"; font-family: 'Pe-icon-7-stroke';
}
.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon{
right:-15px; font-size:15px;
} .menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
display:table-cell;
vertical-align:middle;
text-align:center;
cursor:pointer;
width:30px;
border-width:1px 0 0 0;
border-style:solid;
border-color:rgba(217,217,217,0.4);
transition: all 150ms ease 0s;
-webkit-transition: all 150ms ease 0s;
-moz-transition: all 150ms ease 0s;
}
.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon:before{
content: "\f0da"; font-family: 'FontAwesome';
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu > li.parent > a >.menu-label:after,
nav.pc-menu.vertical-menu > ul.menu ul li.parent > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.parent.menu-item-has-children > a >.menu-label:after,
nav.pc-menu > ul.menu ul li.menu-item-has-children > a:after{
display:none !important;
} .ts-social-sharing li .social-tooltip{
display:none !important;
}
.product-group-button .button-tooltip{
display:none !important;
}
.product-group-button{
opacity:1;
} .my-account-wrapper .dropdown-container{
display:none !important;
} .sticky-wrapper{
height:auto !important
}
.sticky-wrapper .header-sticky{
position:relative !important; 
top: auto !important;
} div.product .summary .wishlist{
margin:0 5px 0 0; }
.thumbnail-wrapper div.wishlist{
display:inline-block !important;
margin:0 !important;
}
.woocommerce .meta-wrapper .loop-add-to-cart{
margin-left:1px; margin-right:1px;
}
.thumbnail-wrapper .product-group-button{
display:none !important
} html h3,
html .h3,
html h2.wpb_heading,
html .theme-title > h3,
html .ts-heading h3,
html .ts-mailchimp-subscription-shortcode .widgettitle,
html .woocommerce .cross-sells > h2,
html .woocommerce .upsells > h2,
html.woocommerce .related > h2,
html body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
html .heading-wrapper > h2,
.ts-banner header h3,
html .ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
html .ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
{
font-size:24px;
line-height:26px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab h3:after{
bottom:3px;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .heading-tab .see-more-wrapper{
top:-2px;
}
.ts-product-in-category-tab-2-wrapper .products .owl-nav{
top:-12px;
}
.heading-wrapper > h2:after, 
.heading-shortcode > h3:after, 
.theme-title > h3:after, 
.cross-sells > h2:after, 
.upsells > h2:after, 
.related > h2:after{
bottom:5px;
}
.woocommerce .cross-sells .owl-nav, 
.woocommerce .upsells .owl-nav, 
.woocommerce .related .owl-nav{
top:7px;
}
html .breadcrumb-title-wrapper .breadcrumb-title h1{
margin-bottom:5px;
}
html h2,
html .h2,
html h1.wpb_heading,
html .ts-heading h2,
html .breadcrumb-title-wrapper .breadcrumb-title h1,
html div.product p.price .woocommerce-Price-amount, 
html div.product .single_variation .amount, 
html .woocommerce div.product .single_variation .amount
{
font-size:26px;
line-height:30px;
}
html h1,
html .h1,
html .ts-heading h1
{
font-size:30px;
line-height:36px;
}
.ts-banner header h2
{
font-size:34px;
line-height:38px;
}  .page-template-fullwidth-template .left-top header,
.page-template-fullwidth-template .left-bottom header,
.page-template-fullwidth-template .left-center header,
.page-template-fullwidth-template .right-top header,
.page-template-fullwidth-template .right-bottom header,
.page-template-fullwidth-template .right-center header{
max-width:100%;
}
.page-template-fullwidth-template .ts-banner header h2{
font-size:26px;
line-height:32px;
} .ts-recently-viewed-products-wrapper ul.product_list_widget li .ts-wg-meta{
margin-left:100px; padding-top:10px;
}
.woocommerce .ts-recently-viewed-products-wrapper ul.product_list_widget li img{
width:85px;
} .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:27px 5px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:20px 5px;
}
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
padding:13px 5px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div,
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
width:80px;
}   .woocommerce.columns-4 .ts-product.item-list .products .product.first{
clear:none;
}
.woocommerce.columns-4 .ts-product.item-list .products .product{
width:50%;
float:left }
.woocommerce.columns-4 .ts-product.item-list .products .product:nth-child(2n+1){
clear:both;
float:left; }
.vc_col-sm-6 .ts-product .owl-dots,
.ts-product .products > .owl-controls .owl-dots{
bottom:20px;
}
.ts-product.rows-1 .products > .owl-controls .owl-dots,
.product-wrapper .owl-dots{
bottom:10px;
}
.woocommerce .product .thumbnail-wrapper{
margin-bottom:8px;
}
.nav-middle .owl-nav .owl-next,
.images-slider-wrapper .owl-nav .owl-next,
.ts-shortcode.no-title .owl-nav .owl-next,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-next{
right:0 !important; left:auto !important;
}
.nav-middle .owl-nav .owl-prev,
.images-slider-wrapper .owl-nav .owl-prev,
.ts-shortcode.no-title .owl-nav .owl-prev,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div.owl-prev{
left:0 !important; right:auto !important;
}
.ts-shortcode.no-title .owl-nav > div,
.nav-middle .products .owl-nav > div,
.images-slider-wrapper .owl-nav > div,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .owl-controls .owl-nav > div{
visibility:visible;
}
.ts-shortcode.no-title .owl-nav > div{
top:30%;
}
.ts-blogs.no-title .owl-nav > div{
top:20%;
}
.nav-middle .owl-nav > div{
top:28%;
}
.woocommerce .rows-1 .products .product{
margin-bottom:0;
}
.woocommerce .products .meta-right .star-rating, 
.woocommerce .star-rating .meta-right{
margin-left:auto; margin-right:auto; } .horizontal-tab .column-tabs .heading-tab h3{
height:auto;
}
.horizontal-tab .column-tabs ul li.current:after{
display:none;
}
.ts-product-in-category-tab-wrapper .owl-controls .owl-nav > div{
top:30%;
}
.column-tabs .heading-tab h3{
padding:20px 30px 20px 80px; }
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
left:20px; }
.vertical-tab .column-tabs .tabs li{
padding:15px 20px;
}
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-prev{
left:0; }
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div.owl-next{
right:0 }
.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-next{
right:-20px }
.horizontal-tab .column-products .owl-controls .owl-nav > div.owl-prev{
left:-19px }
.ts-product-in-category-tab-wrapper .column-products .owl-controls .owl-nav > div{
visibility:visible;
opacity:1;
} .woocommerce .counter-on-thumbnail.item-border .products .product .product-wrapper{
padding-bottom:10px;
} .ts-portfolio-wrapper.columns-3 .item,
.ts-portfolio-wrapper.columns-4 .item{
width:50%;
float:left; }
.ts-portfolio-wrapper.columns-3 .item:nth-child(2n+1),
.ts-portfolio-wrapper.columns-4 .item:nth-child(2n+1){
clear:both;
} .vc_row[data-vc-full-width="true"] .left-top header{
left:6%;
top:10%;
}
.vc_row[data-vc-full-width="true"] .left-bottom header{
left:6%;
bottom:10%;
}
.vc_row[data-vc-full-width="true"] .left-center header{
left:6%;
}
.vc_row[data-vc-full-width="true"] .right-top header{
right:6%;
top:8%;
}
.vc_row[data-vc-full-width="true"] .right-bottom header{
right:6%;
bottom:8%;
}
.vc_row[data-vc-full-width="true"] .right-center header{
right:6%;
}
.woocommerce .ts-banner .button-banner, 
.ts-banner .button-banner{
min-width:100px;
padding:7px 15px;
}
.ts-banner header h3{
margin-bottom:0;
}
.ts-banner header .description{
margin-bottom:6px;
} .ts-team-member .content-thumbnail .member-social{
bottom:5px;
} .ts-countdown .counter-wrapper > div{
width:100px;
padding:10px 5px;
margin:0 10px;
}
.ts-countdown .counter-wrapper .number{
font-size:40px;
line-height:50px;
width:100px;
} body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
min-width:120px;
} .ts-blogs-wrapper .blogs article.quote .quote-wrapper{
padding:10px 20px;
}
.ts-blogs .entry-meta > span.author{
font-size:0;
font-style:normal;
line-height:0
}
.ts-blogs .entry-meta > span.author a{
font-style:italic;
}
.ts-blogs .entry-meta > span.author:before{
margin-right:5px; content:"\e693";
font-family: 'Pe-icon-7-stroke';
font-size:24px;
line-height:14px;
top:5px;
position:relative;
} .portfolio-meta{
position:static;
transform:none;
-webkit-transform:none;
-moz-transform:none;
margin:20px 0;
}
.portfolio-inner .item .icon-group{
margin-top:4%;
}
.portfolio-inner h3,
.portfolio-inner .item .icon-group a,
.portfolio-inner .cats-portfolio{
transform:none;
-webkit-transform:none;
-moz-transform:none;
opacity:1;
}
.portfolio-inner .item:hover figure span.bg-hover{
display:none;
}
.portfolio-inner .item .icon-group{
opacity:1;
} article.single-portfolio .social-sharing{
float:left; } .woocommerce .product .product-wrapper figure.has-back-image img:last-child{
display:none !important;
} div#main{
min-height:300px;
} .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
height:110px;
}
.breadcrumb-title-wrapper .breadcrumb-content{
height:150px;
}
.heading-title.page-title{
margin-bottom:0;
}
.breadcrumb-title-wrapper.breadcrumb-v3{
padding:22px 0 150px 0;
position:relative;
}
#main > .page-container.show_breadcrumb_v3,
#main > .fullwidth-template.show_breadcrumb_v3{
margin-top:-150px;
} body.error404 #main > .fullwidth-template{
padding:120px 25px
}
body.error404 article h1{
font-size:120px;
line-height:120px;
} .ts-parallax-bg{
background-position:50% 50% !important;
background-attachment:scroll !important;
} .woocommerce .ts-col-24 div.product .woocommerce-tabs.accordion-tabs{
margin-bottom:0;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:150px;
} div.product .thumbnails .owl-controls div.owl-prev,
div.product .thumbnails .owl-controls div.owl-next{
visibility:visible;
opacity:1;
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
} div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-prev,
div.product.vertical-thumbnail .thumbnails .owl-controls div.owl-next{
visibility:visible;
opacity:1;
transform:translate(0,0);
-webkit-transform:translate(0,0);
-moz-transform:translate(0,0);
} .single-navigation .product-info {
display:none !important;
} form.login p.lost_password{
margin-top:-20px;
}
.woocommerce form.login .button, 
.woocommerce form.register .button{
margin:0 10px 0 0; }
.woocommerce-account .woocommerce-MyAccount-content{
padding-left:20px }
.woocommerce table.my_account_orders tr td:last-child .button{
padding-left:10px;
padding-right:10px;
min-width:0;
}
.woocommerce table.my_account_orders tr td:last-child{
min-width:0;
} .woocommerce-tabs #comments,
.ts-col-18 .woocommerce-tabs #comments,
.ts-col-12 .woocommerce-tabs #comments{
width:100%;
padding-right:0; margin-bottom:20px; 
}
.comment-respond textarea,
#commentform textarea,
.comment-respond input[type="text"],
.comment-respond select,
#commentform input[type="text"],
.woocommerce #reviews #comments > h2{
max-width:100%;
}
.woocommerce-tabs #review_form_wrapper,
.ts-col-18 .woocommerce-tabs #review_form_wrapper,
.ts-col-12 .woocommerce-tabs #review_form_wrapper{
width:100%;
border-width:1px 0 0 0; border-style:solid;
padding:20px 0 0 0; } .summary .meta-wrapper,
body div.product .social-sharing{
padding-top:10px;
}
body div.product .social-sharing{
margin-top:10px;
}
.woocommerce div.product.type-product form.cart, 
.woocommerce div.product p.cart{
margin:0 0 20px 0;
width:100%;
}
div.product .summary .counter-wrapper{
margin-bottom:15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
min-width:140px;
} .blog-list-style .list-posts article .entry-format {
width:100%;
float:none !important;
margin:0 0 30px 0;
padding:0 !important;
}
.blog-list-style .list-posts article .entry-content {
width:100%;
float:none !important;
}
.entry-format .ts-social-sharing{
position:static;
width:100%;
margin:20px 0 0 0;
text-align:left; transform:none;
-webkit-transform:none;
-moz-transform:none;
visibility:visible;
z-index:10;
}
.ts-social-sharing .sharing-title{
margin-right:10px }
.ts-social-sharing ul{
display:inline-block;
margin:0;
}
.gallery .owl-dots{
bottom:10px;
} .commentlist .children{
padding:10px 0 0 50px; }
.commentlist .children .children{
padding:10px 0 0 40px; } .woocommerce table.shop_table td.actions{
border:0;
padding:20px;
}
.woocommerce table.shop_table td.product-thumbnail{
padding-left:20px; }
.woocommerce-cart .cart-collaterals .cart_totals table th{
width:30%;
} .woocommerce .checkout #order_review{
padding:50px 30px 10px 30px;
}
.woocommerce form.checkout_coupon,
.ts-col-24 .woocommerce form.checkout_coupon{
width:100%;
} .woocommerce .products .product.product-category h3{
font-size:16px;
line-height:18px;
}
.products .product.product-category .meta-wrapper{
opacity:1;
}
.products .product.product-category:before{
opacity:0.6;
}
.products .product.product-category:hover .meta-wrapper > div{
-webkit-animation: none;
-moz-animation: none;
animation: none;
}
.products .product.product-category h3{
font-size:20px;
line-height:24px;
}
.archive .woocommerce .products{
margin-top:0;
}
}
@media 
only screen and (max-width: 1229px)	and (min-width: 768px){
.visible-ipad{
display:block !important
}  header .header-v2 .vertical-menu-wrapper .vertical-menu-heading,
header .header-v5 .vertical-menu-wrapper .vertical-menu-heading{
font-size:0;
padding:19px 0 19px 0;
width:54px;
text-align:center;
line-height:0;
}
.header-v2 .vertical-menu-wrapper .vertical-menu,
.header-v2 .vertical-menu-wrapper:hover .vertical-menu,
.display-vertical-menu .header-v2 .vertical-menu-wrapper .vertical-menu,
.header-v5 .vertical-menu-wrapper .vertical-menu,
.header-v5 .vertical-menu-wrapper:hover .vertical-menu,
.display-vertical-menu .header-v5 .vertical-menu-wrapper .vertical-menu{
right:auto; width:240px;
}
header .header-v2 .vertical-menu-wrapper .vertical-menu-heading:before,
header .header-v5 .vertical-menu-wrapper .vertical-menu-heading:before{
position:static;
transform:none;
-webkit-transform:none;
-moz-transform:none;
display:inline-block;
}
header .header-v2 .vertical-menu-wrapper .vertical-menu-heading,
header .header-v5 .vertical-menu-wrapper .vertical-menu-heading{
font-size:0;
padding:20px 0 20px 0;
width:54px;
text-align:center;
line-height:0;
}
.header-v2 .vertical-menu-wrapper,
.header-v5 .vertical-menu-wrapper{
min-width:50px;
margin:0;
} .header-v3 .header-middle > .container{
display:block;
position:relative;
}
.header-v3 .header-middle > .container > div{
display:block;
text-align:center;
}
.header-v3 .header-middle > .container > .logo-wrapper{
padding:20px 0;
}
.header-v3 .menu-wrapper nav > ul.menu{
float:none; display:inline-block;
text-align:left }
.header-v3 .header-middle > .container > .search-wrapper{
position:absolute;
right:10px; bottom:0;
padding:23px 0;
}
.top-header-transparent .header-v3 .header-middle > .container > .search-wrapper{
padding:23px 0;
}
.header-v3 .menu-wrapper nav > ul.menu > li > a{
padding-top: 30px;
padding-bottom: 30px;
} header .header-v4 .search-wrapper{
right:10px; } header .select2-container .select2-selection--single .select2-selection__rendered, 
header .ts-search-by-category select{
padding-right:35px; padding-left:15px;
}
header .ts-search-by-category form > .select2, 
header .ts-search-by-category select{
width:35% !important;
}
header .search-content{
display:inline-block;
width:65%;
}  .ts-price-table .table-description > a.button{
margin:0 15px;
}
.ts-price-table .table-title{
min-width:100px;
}
.ts-price-table .table-price{
font-size:50px;
} .ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product.first,
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product.first{
clear:none;
}
.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product,
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product{
width:50%;float:left }
.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product:nth-child(2n+1),
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; } .woocommerce ul.product_list_widget li .loop-add-to-cart .button:before{
display:none !important;
} .title-background-color .shortcode-heading-wrapper .heading-title{
font-size:18px !important;
} .woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails li{
padding:10px 0 0 0;
}
.woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails{
margin-top:-10px;
}
.woocommerce .ts-col-12 .vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
top:11px;
}
body .ts-col-18 div.product .summary .ts-social-sharing{
padding: 10px 0 0 0;
margin: 10px 0 0 0;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails,
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
width:100%;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
clear:both;
padding:0;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail .images .product-label{
right:auto;
left:15px; }
#main-content.ts-col-18 div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:110px }
#main-content.ts-col-18 div.product.vertical-thumbnail .thumbnails{
width:100px;
}
#main-content.ts-col-18 div.product.vertical-thumbnail .thumbnails li{
padding-top:10px;
}
#main-content.ts-col-18 div.product.vertical-thumbnail .thumbnails{
margin-top:-10px;
}
#main-content.ts-col-18 .vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
top:12px;
}
.woocommerce .ts-col-18 div.product .woocommerce-tabs.accordion-tabs{
padding-top:20px;
}
div.product .ref-wrapper{
font-size:10px;
line-height:12px;
}
.woocommerce .ts-col-12 div.product .woocommerce-tabs ul.tabs li{
margin-bottom:10px;
min-width:120px;
}
.woocommerce .ts-col-12 div.product .woocommerce-tabs ul.tabs:before{
display:none;
}
.woocommerce .ts-col-18 div.product .woocommerce-tabs ul.tabs li{
min-width:120px;
} .list-posts article.post_format-post-format-quote{
padding:20px;
}  .ts-wg-meta .amount{
font-size:13px;
line-height:16px;
} .widget_shopping_cart .buttons{
clear:both;
padding-top:10px;
padding-bottom:5px;
} .widget-container .owl-nav, 
.widget .owl-nav{
right:-10px }
.widget.ts-products-widget .owl-nav{
right:10px; }
.widget-container.ts-products-widget .owl-nav{
right:0 }
.widget-container{
padding-left:10px;
padding-right:10px;
}
.ts-products-tabs-widget .widget-title{
padding-left:5px; padding-right:5px; }
.ts-products-widget .widget-title{
padding-left:5px; padding-right:60px;
}
.ts-products-tabs-widget{
padding-left:0;
padding-right:0;
}
.widget-title:after,
.woocommerce .widget_shopping_cart .total:before, 
.woocommerce.widget_shopping_cart .total:before{
left:-10px; right:-10px; }
.comment_list_widget .comment-meta > *{
width:60%;
}
.comment_list_widget .comment-meta > .avatar{
width:40%;
}
body .widget-container > select, 
.widget_mc4wp_form_widget .mc4wp-form{
margin:10px 0;
}
.widget_product_search, 
.widget_search{
padding:0;
}
.widget-container .comment_list_widget > li{
margin:10px 0 11px 0;
}
.widget-container.widget_text .textwidget{
padding-top:0;
padding-bottom:8px;
}
.widget_categories > ul{
padding-top:5px;
padding-bottom:10px;
}
.widget-container .ts-blogs-widget-wrapper{
padding:0 0 10px 0;
}
.widget-container .comment_list_widget > li:before{
bottom:-10px;
}
.widget-container .comment_list_widget > li:last-child:before,
.widget-container .post_list_widget > li:last-child:before{
display:none
}
.widget-container .post_list_widget > li{
margin:10px 0 11px 0;
}
.widget-container .post_list_widget > li:before{
bottom:-7px;
}
.ts-blogs-widget-wrapper .entry-meta span{
margin-right:15px }
.entry-meta span i{
margin-right:0 }
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body{
padding:10px 10px 0 10px;
}
.widget-container > ul, 
section.widget_nav_menu > div > ul{
padding-top:5px;
margin-bottom:0;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total{
padding:10px 0 0 0;
}
section.product-filter-by-color > ul,
.widget-container .tagcloud,
section.ts-social-icons .social-icons,
.widget-container .widget_shopping_cart_content,
section.ts-flickr-widget .ts-flickr-wrapper,
section.ts-instagram-widget .ts-instagram-wrapper,
.widget-container .widget_shopping_cart_content{
padding:10px 0 0 0;
}
.mailchimp-subscription{
padding-top:25px;
padding-bottom:30px;
}
.ts-twitter-widget .item{
margin:10px 0;
}
.ts-twitter-widget .item:before{
bottom:-9px;
}
section.feedburner-subscription .subscribe-widget,
.widget-container .ts-facebook-page-wrapper{
padding:10px 0;
}
.widget-container ul.product-categories{
padding:0 0 10px 0 !important
}
.product-filter-by-color ul li{
margin:0 11px 11px 0; }
.woocommerce .widget_layered_nav ul li{
padding-bottom:6px;
}
section.product-filter-by-color > ul,
section.woocommerce.widget-container > ul{
padding:10px 0 0 0;
}
section.widget_media_gallery .gallery-size-thumbnail{
padding:0 0 10px 0;
}
section.woocommerce.widget_rating_filter > ul,
section.woocommerce.widget_layered_nav > ul{
padding:10px 0 5px 0;
}
.ts-flickr-wrapper,
.ts-instagram-wrapper{
margin-bottom:10px;
}
.ts-gravatar-profile-widget .thumbnail{
margin-top:10px;
}
.ts-gravatar-profile-widget .ts-social-icons .social-icons{
margin-bottom:0;
}
.ts-gravatar-profile-widget .meta p{
margin-bottom:5px;
}
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
padding:8px 13px; }
body.wpb-js-composer .ts-products-tabs-widget .show-tab-number .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a{
padding-left:47px; padding-right:13px; } .widget-container .ts-products-widget-wrapper ul.product_list_widget ,
.widget-container ul.product_list_widget,
.woocommerce ul.product_list_widget{
padding:10px 0 0 0;
}
.woocommerce .widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li, 
.widget-container.ts-products-widget .thumbnail-no-border ul.product_list_widget li{
padding-left:10px;
padding-right:10px;
margin-bottom:9px;
}
.woocommerce .widget-container.ts-products-widget ul.product_list_widget li,
.widget-container.ts-products-widget .woocommerce ul.product_list_widget li{
padding:0 10px 20px 10px;
} .ts-col-24 .woocommerce .widget_layered_nav ul li{
width:50%;
}
.woocommerce .ts-col-24 .widget_layered_nav ul li:nth-child(3n+1){
clear:none;
}
.woocommerce .ts-col-24 .widget_layered_nav ul li:nth-child(2n+1){
clear:both;
} .widget-container .post_list_widget .thumbnail{
float:none; margin:0 0 10px 0;
width:auto;
display:inline-block;
} article.single-portfolio .entry-content{
width:45%;
}
.single-portfolio .thumbnails{
width:55%;
padding-right:20px; }
article.single.single-portfolio .ts-social-sharing{
float:none; width:100%;
margin-bottom:10px;
}
.single-portfolio .portfolio-like{
float:none; clear:both;
} .comment-respond textarea,
#commentform textarea{
height:150px;
} .ts-col-12 .woocommerce table.cart td.actions .coupon{
float:none !important;
width:100%;
} 
.ts-col-12 .woocommerce table.cart .actions > .button{
margin:10px 0 0 0;
float:left; }
.ts-col-12 .woocommerce table.cart td.product-thumbnail{
width:0;
padding:0;
min-width:10px;
}
.ts-col-12 .woocommerce table.cart td.actions .coupon .input-text{
width:50%;
}
.ts-col-12 .woocommerce table.cart td.actions .coupon .button{
width:48%;
}
.ts-col-12 .woocommerce table.cart td.product-thumbnail a{
display:none !important;
} .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td, 
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr{
display:table-row;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td{
display:table-cell;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:before{
display:none;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:50%;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:48%;
} .counter-wrapper > div{
width:40px;
padding:3px 2px;
}
.counter-wrapper .ref-wrapper{
font-size:10px;
}
}
@media 
only screen and (max-width: 1229px)	and (min-width: 991px){  .display-vertical-menu .vertical-menu-wrapper .vertical-menu{
display:block !important;
}
.vertical-menu-wrapper{
width:207px;
}
.header-v2 .vertical-menu-wrapper,
.header-v5 .vertical-menu-wrapper{
width:50px;
}
.vertical-menu-wrapper .vertical-menu-heading{
padding:20px; }
.vertical-menu-wrapper .vertical-menu-heading:before{
display:none;
} .header-v2 .shopping-cart-wrapper .cart-number,
.header-v2 .shopping-cart-wrapper .hyphen,
.header-v5 .shopping-cart-wrapper .cart-number,
.header-v5 .shopping-cart-wrapper .hyphen{
display:none;
} .group-meta-header > div{
margin-right:20px; }
.header-v3 .header-top .shopping-cart-wrapper, 
.header-v4 .header-top .shopping-cart-wrapper{
margin-left:20px }
.header-v3 .ts-tiny-cart-wrapper, 
.header-v4 .ts-tiny-cart-wrapper{
padding:0 10px;
}
.header-v3 .header-top .shopping-cart-wrapper .cart-number,
.header-v3 .header-top .shopping-cart-wrapper .hyphen,
.header-v4 .header-top .shopping-cart-wrapper .cart-number,
.header-v4 .header-top .shopping-cart-wrapper .hyphen{
display:none;
} .fix-size-heading h2{
font-size:30px;
line-height:34px;
margin-bottom:15px;
} .home1-fix-columns-slideshow .rev_slider,
.home1-fix-columns-slideshow rs-module-wrap,
.home1-fix-columns-slideshow rs-module,
.home1-fix-columns-slideshow sr7-module,
.home1-fix-columns-slideshow sr7-module sr7-content,
.home1-fix-columns-slideshow sr7-module sr7-module-bg,
.home1-fix-columns-slideshow sr7-module sr7-content sr7-slide > sr7-mask > sr7-bg{
height:412px !important;
}
.fix-columns-hotdeals .vc_col-sm-4{
width:30.063%;
}
.fix-columns-hotdeals .vc_col-sm-8{
width:69.937%;
} .hidden-button-product .ts-product.item-list .products{
padding-top:22px;
}
.hidden-button-product .ts-product.item-list .owl-nav > div{
margin-top:5px;
} .vetical-slideshow{
margin-left:260px; width:calc(100% - 260px );
}
.vertical-banner{
width:100%;
float:none;
clear:both;
}
.vertical-banner > .wpb_wrapper > *{
width:50%;
float:left;
}
.vertical-banner > .wpb_wrapper > * img,
.vertical-banner .image-link{
width:100%;
}  .widget .ts-products-widget-wrapper ul li, 
.woocommerce .widget .ts-products-widget-wrapper ul li{
padding:0 10px 20px 10px;
margin-bottom:20px;
}
.widget .ts-products-widget-wrapper ul, 
.woocommerce .widget .ts-products-widget-wrapper ul{
padding-top:16px !important;
} .woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
width:54px;
}
.widget_shopping_cart ul.product_list_widget li .ts-wg-meta,
ul.product_list_widget li .ts-wg-meta{
margin-left:64px; }
.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li .ts-wg-meta{
margin-left:100px; }
.ts-products-widget .big-thumbnail ul.product_list_widget li .ts-wg-meta{
margin-left:125px }
.content-no-border .big-thumbnail ul.product_list_widget li .ts-wg-meta{
margin-left:135px; }
.woocommerce .content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img,
.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img{
width:90px;
}
.woocommerce .content-no-border .big-thumbnail ul.product_list_widget li img,
.content-no-border .big-thumbnail ul.product_list_widget li img{
width:123px;
}
.woocommerce .ts-products-widget .big-thumbnail ul.product_list_widget li img, 
.ts-products-widget .big-thumbnail ul.product_list_widget li img{
width:113px;
}  .title-left > .shortcode-heading-wrapper{
width:260px;
}
.title-left.show-nav .shortcode-heading-wrapper .heading-title{
max-width:90%;
}
.title-left > .content-wrapper{
width:calc(100% - 260px)
} .vc_row.ts-video-bg > .wpb_column{
padding-top:150px;
padding-bottom:150px;
}
.ts-youtube-video-bg .mb_YTPBar, 
.ts-hosted-video-bg .video-control{
top:40px;
}
.ts-youtube-video-bg .loading{
top:60px;
} .vc_col-sm-9 .horizontal-tab .column-tabs .heading-tab,
.ts-col-18 .horizontal-tab .column-tabs .heading-tab{
width:32.09%;
}
.horizontal-tab .column-tabs .heading-tab{
width:32.09%;
}
.horizontal-tab:not(.ts-product-in-category-tab-2-wrapper) .column-tabs .heading-tab .heading-title{
font-size:18px !important;
}
.ts-col-18 .horizontal-tab.banner-right .column-banners,
.ts-col-18 .horizontal-tab.banner-left .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-right .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-left .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-left.column-3 .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-right.column-3 .column-banners{
width:32.09%;
}
.horizontal-tab.banner-right .column-banners,
.horizontal-tab.banner-left .column-banners{
width:32.088%;
}
.ts-col-18 .horizontal-tab.banner-right .column-products,
.ts-col-18 .horizontal-tab.banner-left .column-products,
.vc_col-sm-9 .horizontal-tab.banner-right .column-products,
.vc_col-sm-9 .horizontal-tab.banner-left .column-products,
.vc_col-sm-9 .horizontal-tab.banner-left.column-3 .column-products,
.vc_col-sm-9 .horizontal-tab.banner-right.column-3 .column-products{
width:67.91%;
}
.horizontal-tab.banner-right .column-products,
.horizontal-tab.banner-left .column-products{
width:67.912%;
}
.ts-product-in-category-tab-wrapper .column-tabs,
.vertical-tab.column-3 .column-tabs{
width:28.784%;
}
.vertical-tab .column-tabs:before,
.vertical-tab.column-3 .column-tabs:before{
left:28.784%; }
.vertical-tab .column-content,
.vertical-tab.column-3 .column-content{
width:71.216%
} .woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails{
width:70px;
}
.woocommerce .ts-col-12 div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:80px; }  .woocommerce #main-content:not(.ts-col-24) div.product form.cart .group_table tr{
margin-bottom:10px;
display:inline-block;
width:100%;
}
.woocommerce #main-content:not(.ts-col-24) div.product form.cart .group_table td{
display:inline-block;
width:50%;float:left; padding:5px 0 0 0;
}
.woocommerce #main-content:not(.ts-col-24) div.product form.cart .group_table td.label{
clear:both;
padding:8px 0 0 0;
} .woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:100px }
.woocommerce div.product.vertical-thumbnail .thumbnails{
width:90px;
}
div.product.vertical-thumbnail .thumbnails li{
padding-top:10px;
}
.woocommerce div.product.vertical-thumbnail .thumbnails{
margin-top:-10px;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
top:11px;
}  .woocommerce .ts-col-24 div.product.vertical-thumbnail div.summary{
width:45%;
}
.woocommerce div.product.vertical-thumbnail div.images-thumbnails{
width:55%;
}
.woocommerce .ts-col-18 div.product.vertical-thumbnail form.cart, 
.woocommerce .ts-col-18 div.product.vertical-thumbnail p.cart{
width:auto;
margin:0 5px 20px 0; }
.woocommerce .ts-col-18 div.product.horizontal-thumbnail form.cart .button:before,
.woocommerce .ts-col-18 div.product.horizontal-thumbnail p.cart .button:before{
display:none;
}
.woocommerce .ts-col-18 div.product.horizontal-thumbnail form.cart .button,
.woocommerce .ts-col-18 div.product.horizontal-thumbnail p.cart .button{
min-width:130px;
}
.woocommerce .ts-col-18 div.product div.summary{
padding-left:15px; } .woocommerce .checkout .col2-set{
width:60%;
}
.woocommerce .checkout #order_review,
#order_review_heading{
width:40%;
}
.woocommerce ul#shipping_method li label{
font-size:88%;
}
.ts-col-18 .woocommerce > form.checkout{
padding-top:20px;
}
.ts-col-18 .checkout-login-coupon-wrapper{
width:100%;
}
.ts-col-18 .woocommerce .checkout .col2-set{
width:100%;
padding-right:0 }
.ts-col-18 .woocommerce .checkout #order_review,
.ts-col-18 #order_review_heading{
width:100%;
} .woocommerce-cart .ts-col-24 article .woocommerce .woocommerce-cart-form{
width:68%;
}
.woocommerce-cart .ts-col-24 article .woocommerce .cart-collaterals{
width:32%;
}
.woocommerce table.shop_table td.actions{
padding:10px;
}
.woocommerce table.cart td.product-thumbnail{
padding:10px 0 10px 10px; }
.woocommerce table.cart td{
padding:10px 10px 10px 0; }
.woocommerce table.shop_table .product-thumbnail{
width:70px;
max-width:70px;
}
.woocommerce table.shop_table td.actions{
padding:10px;
}  body .ts-footer-block .style-fullwidth .widget h2.widgettitle{
width:33%;
}
}
@media 
only screen and (max-width: 1000px)	and (min-width: 768px){
.custom-six-col-footer > div:nth-child(4){
clear:both;
}
.custom-six-col-footer .vc_col-sm-2,
.custom-six-col-footer .vc_col-sm-2:first-child{
width:33.3334%;
}
}
@media 
only screen and (max-width: 991px)	and (min-width: 768px){
.visible-vertical-ipad{
display:inline-block !important;
} .display-vertical-menu .vertical-menu-wrapper:hover .vertical-menu{
display: block;
-webkit-animation-duration: 340ms;
-moz-animation-duration: 340ms;
animation-duration: 340ms;
animation-delay: 100ms;
-webkit-animation-delay: 100ms;
-moz-animation-delay: 100ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: animation_vertial_categories;
-moz-animation-name: animation_vertial_categories;
animation-name: animation_vertial_categories;
backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
visibility: hidden;
opacity: 0;
display: none;
position: absolute;
left: 0;
right: 0;
top: 100%;
border-width: 0 1px 1px 1px;
border-style: solid;
transform-origin: 0 0 0;
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
}
.header-template nav.pc-menu ul.menu > li.parent > a,
.header-template nav.pc-menu ul.menu > li.menu-item-has-children:not(.parent) > a{
padding-right:16px; }
body .ts-group-meta-icon-toggle{
margin-right:-10px; }
body .header-v3 .ts-group-meta-icon-toggle,
body .header-v4 .ts-group-meta-icon-toggle,
body .header-v6 .ts-group-meta-icon-toggle{
margin-right:0; } header .vertical-menu-wrapper .vertical-menu-heading{
font-size:0;
padding:19px 0 19px 0;
width:54px;
text-align:center;
line-height:0;
}
.vertical-menu-wrapper .vertical-menu,
.vertical-menu-wrapper:hover .vertical-menu, 
.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
right:auto; width:240px;
}
header .vertical-menu-wrapper .vertical-menu-heading:before{
position:static;
transform:none;
-webkit-transform:none;
-moz-transform:none;
} .header-top > .container{
position:relative;
}
.header-top{
padding-bottom:0;
}
nav.pc-menu.vertical-menu > ul.menu > li.parent > a >.menu-label:after, 
nav.pc-menu > ul.menu > li.parent.menu-item-has-children > a >.menu-label:after, 
nav.pc-menu > ul.menu > li.parent > a >.menu-label:after{
margin-top:-5px;
}
header .ts-menu > nav > ul.menu li.ts-megamenu-fullwidth ul.sub-menu{
background-image:none !important;
}
.ts-megamenu-fullwidth .ts-mega-menu.mg-col-2,
.ts-megamenu-fullwidth .ts-mega-menu.mg-col-3,
.ts-megamenu-fullwidth .ts-mega-menu.mg-col-4,
.ts-megamenu-fullwidth .ts-mega-menu.mg-col-5,
.ts-megamenu-fullwidth .ts-mega-menu.mg-col-6{
width:100% !important;
} .menu .ts-columns{
margin-left:-10px;
margin-right:-10px;
}
.menu .ts-columns > .ts-item{
float:left; padding:0 10px;
} header .logo-wrapper.logo-vetical-ipad{
display:inline-block;
width:100%;
text-align:center;
position:relative;
padding:20px 0;
}
.header-v1 .header-top .header-left{
display:none !important;
}
.header-v1 .header-top .header-right{
width:100%;
display:inline-block;
padding-left:0;
padding-right:0;
}
.header-v1 .header-top,
.header-v1 > .container{
display:block;
}
.header-v1 .group-meta-header{
width:100%;
}
.header-v1 .shopping-cart-wrapper{
bottom:16px;
}
.header-v1 .top-right{
padding-bottom:0;
border-width:0;
padding-top:10px;
}
.ts-header .header-top .shopping-cart-wrapper{
z-index:99999
}
.shopping-cart-wrapper .dropdown-container:before{
top:10px;
}
.shopping-cart-wrapper .dropdown-container:after{
top:5px;
}
.shopping-cart-wrapper .dropdown-container .form-content:after{
top:10px;
}
.shopping-cart-wrapper .dropdown-container{
padding-top:20px;
}
.header-v1 .header-bottom .header-right{
padding-top:4px;
padding-bottom:4px;
} header .ts-search-by-category form > .select2, 
header .ts-search-by-category select{
width:40% !important;
}
header .search-content{
display:inline-block;
width:60%;
} .header-v2 .header-bottom .header-left,
.header-v5 .header-bottom .header-left{
width:100%;
}
.header-v2 .header-bottom .header-right,
.header-v5 .header-bottom .header-right{
display:none;
}
.header-v2 .menu-wrapper nav > ul.menu > li,
.header-v5 .menu-wrapper nav > ul.menu > li{
margin:0 0 0 14px; }
.header-v2 .header-right .shopping-cart-wrapper,
.header-v5 .header-right .shopping-cart-wrapper{
float:right; }
.header-top .header-left{
position:absolute;
left:10px; }
.header-top .header-right{
width:100%; } .header-v7 .header-middle .shopping-cart-wrapper .cart-number,
.header-v7 .header-middle .shopping-cart-wrapper .hyphen{
display:none;
} .fix-columns-hotdeals .vc_col-sm-4{
width:33.704%;
}
.fix-columns-hotdeals .vc_col-sm-8{
width:66.296%;
} .hidden-button-product .woocommerce .ts-product.item-list .products .product .meta-wrapper{
padding-left:10px; }
.hidden-button-product .ts-product.item-list .products{
padding-top:10px;
}
.hidden-button-product .ts-product.item-list .owl-nav > div{
margin-top:-10px;
} .vetical-slideshow{
margin-left:0; width:calc(100% - 280px );
}
.vetical-slideshow .rev_slider_wrapper, 
.vetical-slideshow .rev_slider,
.vetical-slideshow rs-module-wrap,
.vetical-slideshow rs-module,
.vetical-slideshow sr7-module,
.vetical-slideshow sr7-module sr7-content,
.vetical-slideshow sr7-module sr7-module-bg,
.vetical-slideshow sr7-module sr7-content sr7-slide > sr7-mask > sr7-bg{
height:390px !important;
}
.vertical-banner{
width:280px;
}
.fullwidth-tab{
width:calc(100% - 262px);
}
.fullwidth-deal{
width:262px;
} .vc_toggle_default .vc_toggle_content, 
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content{
padding:15px 10px 20px 10px;
} body .rev_slider_wrapper .ts-revo-button.tp-button,
body rs-module-wrap .ts-revo-button.tp-button,
body sr7-module .ts-revo-button.tp-button{
line-height:18px !important
} .blank-page{
padding-top:180px;
padding-bottom:140px
} body.woocommerce-page table.shop_table thead th {
font-size: 14px;
}  .woocommerce .widget_price_filter .price_slider_amount .button{
float:none;
clear:both;
margin-bottom:5px;
} .comment_list_widget .comment-meta > .avatar,
.comment_list_widget .avatar > a{
width:50px;
} .widget_shopping_cart .total .amount{
float:left; } .widget.ts-products-widget h2{
padding-left:10px;
padding-right:10px;
}
.has-slider .widget.ts-products-widget h2{
padding-right:60px; }
.widget .ts-products-widget-wrapper ul li, 
.woocommerce .widget .ts-products-widget-wrapper ul li{
padding:0 10px 18px 10px;
margin-bottom:18px;
}
.widget .ts-products-widget-wrapper ul, 
.woocommerce .widget .ts-products-widget-wrapper ul{
padding-top:16px !important;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart .button{
padding-left:7px;
padding-right:7px;
font-size:80%;
line-height:80%;
}
.woocommerce ul.product_list_widget li .loop-add-to-cart{
margin-top:8px;
} .widget_shopping_cart_content p.buttons a.checkout, 
.widget_shopping_cart_content p.buttons a.view-cart{
width:100%;
}
.widget_shopping_cart_content p.buttons a.checkout{
margin:0 0 5px 0;
} .widget .gallery .owl-dots,
.widget-container .gallery .owl-dots{
bottom:5px;
}  .woocommerce #main-content:not(.ts-col-24) .woocommerce-ordering{
float:left; clear:both;
}
.widget-container.product-filter-by-color ul li{
margin:0 10px 10px 0 } .product-category-top-content .widget-container.product-filter-by-color ul li{
margin:0 5px 5px 0 }
.product-category-top-content .widget-container.product-filter-by-color ul li a,
.product-category-top-content .widget-container.product-filter-by-color ul li a span,
.widget-container.product-filter-by-color ul li{
width:24px;
height:24px;
} .woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img{
width:40px;
}
.widget_shopping_cart ul.product_list_widget li .ts-wg-meta,
ul.product_list_widget li .ts-wg-meta{
margin-left:50px; }
.woocommerce .content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img,
.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li img{
width:80px;
}
.ts-products-widget .big-thumbnail ul.product_list_widget li img,
.menu .widget.ts-products-widget ul.product_list_widget li img{
width:100px;
}
.content-no-border .ts-products-widget-wrapper:not(.big-thumbnail) ul.product_list_widget li .ts-wg-meta{
margin-left:90px; }
.ts-products-widget .big-thumbnail ul.product_list_widget li .ts-wg-meta,
.menu .widget.ts-products-widget ul.product_list_widget li .ts-wg-meta{
margin-left:110px; }  .ts-col-12 .woocommerce .columns-8 .products .product.first,
.ts-col-12 .woocommerce.columns-8 .products .product.first,
.ts-col-12 .woocommerce .columns-7 .products .product.first,
.ts-col-12 .woocommerce.columns-7 .products .product.first,
.ts-col-12 .woocommerce .columns-6 .products .product.first,
.ts-col-12 .woocommerce.columns-6 .products .product.first,
.ts-col-12 .woocommerce .columns-5 .products .product.first,
.ts-col-12 .woocommerce.columns-5 .products .product.first,
.ts-col-12 .woocommerce .columns-4 .products .product.first,
.ts-col-12 .woocommerce.columns-4 .products .product.first,
#main-content.ts-col-18 .woocommerce .columns-8 .products .product.first,
#main-content.ts-col-18 .woocommerce.columns-8 .products .product.first,
#main-content.ts-col-18 .woocommerce .columns-7 .products .product.first,
#main-content.ts-col-18 .woocommerce.columns-7 .products .product.first,
#main-content.ts-col-18 .woocommerce .columns-6 .products .product.first,
#main-content.ts-col-18 .woocommerce.columns-6 .products .product.first,
#main-content.ts-col-18 .woocommerce .columns-5 .products .product.first,
#main-content.ts-col-18 .woocommerce.columns-5 .products .product.first,
#main-content.ts-col-18 .woocommerce .columns-4 .products .product.first,
#main-content.ts-col-18 .woocommerce.columns-4 .products .product.first{clear:none;}
#main-content.ts-col-12 .woocommerce .columns-8 .products .product,
#main-content.ts-col-12 .woocommerce.columns-8 .products .product,
#main-content.ts-col-12 .woocommerce .columns-7 .products .product,
#main-content.ts-col-12 .woocommerce.columns-7 .products .product,
#main-content.ts-col-12 .woocommerce .columns-6 .products .product,
#main-content.ts-col-12 .woocommerce.columns-6 .products .product,
#main-content.ts-col-12 .woocommerce .columns-5 .products .product,
#main-content.ts-col-12 .woocommerce.columns-5 .products .product,
#main-content.ts-col-12 .woocommerce .columns-4 .products .product,
#main-content.ts-col-12 .woocommerce.columns-4 .products .product,
#main-content.ts-col-12 .woocommerce .columns-3 .products .product,
#main-content.ts-col-12 .woocommerce.columns-3 .products .product{width:50%;float:left }
#main-content.ts-col-12 .woocommerce .columns-8 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-8 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce .columns-7 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-7 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce .columns-6 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-6 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce .columns-5 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-5 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce .columns-4 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-4 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce .columns-3 .products .product:nth-child(2n+1),
#main-content.ts-col-12 .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; } .ts-col-18 .woocommerce .columns-8 .products .product.first,
.ts-col-18 .woocommerce.columns-8 .products .product.first,
.ts-col-18 .woocommerce .columns-7 .products .product.first,
.ts-col-18 .woocommerce.columns-7 .products .product.first,
.ts-col-18 .woocommerce .columns-6 .products .product.first,
.ts-col-18 .woocommerce.columns-6 .products .product.first,
.ts-col-18 .woocommerce .columns-5 .products .product.first,
.ts-col-18 .woocommerce.columns-5 .products .product.first,
.ts-col-18 .woocommerce .columns-4 .products .product.first,
.ts-col-18 .woocommerce.columns-4 .products .product.first,
.ts-col-18 .woocommerce .columns-3 .products .product.first,
.ts-col-18 .woocommerce.columns-3 .products .product.first{clear:none;}
#main-content.ts-col-18 .woocommerce .columns-8 .products .product,
#main-content.ts-col-18 .woocommerce.columns-8 .products .product,
#main-content.ts-col-18 .woocommerce .columns-7 .products .product,
#main-content.ts-col-18 .woocommerce.columns-7 .products .product,
#main-content.ts-col-18 .woocommerce .columns-6 .products .product,
#main-content.ts-col-18 .woocommerce.columns-6 .products .product,
#main-content.ts-col-18 .woocommerce .columns-5 .products .product,
#main-content.ts-col-18 .woocommerce.columns-5 .products .product,
#main-content.ts-col-18 .woocommerce .columns-4 .products .product,
#main-content.ts-col-18 .woocommerce.columns-4 .products .product,
#main-content.ts-col-18 .woocommerce .columns-3 .products .product,
#main-content.ts-col-18 .woocommerce.columns-3 .products .product{width:50%;float:left }
#main-content.ts-col-18 .woocommerce .columns-8 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-8 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce .columns-7 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-7 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce .columns-6 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-6 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce .columns-5 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-5 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce .columns-4 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-4 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce .columns-3 .products .product:nth-child(2n+1),
#main-content.ts-col-18 .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; }  .woocommerce table.cart td.actions .coupon .input-text{
width:60%;
float:left; max-width:100%;
margin-right:2%; }
.woocommerce table.cart td.actions .coupon .button {
width:38%;
margin:0;
float:left; }
.woocommerce table.cart td > input.button{
margin-left:0;
margin-right:0;
width:100%;
display:inline-block
}
.woocommerce table.cart td.actions .coupon{
float:none; margin-bottom:0;
width:100%;
display:inline-block;
}
.woocommerce table.cart td.actions > .button {
width: 100%;
margin: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
text-align:left; }
.woocommerce-cart .woocommerce-shipping-calculator{
float:left; } .woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
width:25%;
}
.woocommerce .products.list .product .product-wrapper .meta-wrapper{
width:75%;
padding:0 0 0 20px; }
.ts-col-12 .product-category-top-content .widget-container{
width:100%;
float:none; }
.ts-col-18 .product-category-top-content .widget-container{
width:100%;
float:none; }
.ts-col-12 .gridlist-toggle{
margin:0 20px 8px 0; padding: 0 10px 0 0; }
.ts-col-12 .prod-cat-show-top-content-button{
margin:0 0 8px 0; border-width:0 1px 0 0; padding:0 20px 0 0 ; clear:both;
float:left; }
body.woocommerce .ts-col-12 .woocommerce-ordering{
clear:none;
margin-left:20px }
.woocommerce .ts-col-24 div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:70px }
.woocommerce .ts-col-24 div.product.vertical-thumbnail .thumbnails{
width:60px;
} .woocommerce .ts-col-12 div.product.vertical-thumbnail .thumbnails{
width:60px;
}
.woocommerce .ts-col-12 div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:70px; }
.woocommerce .ts-col-18 div.product .woocommerce-tabs ul.tabs li{
margin-bottom:10px;
min-width:120px;
}
.woocommerce .ts-col-18 div.product .woocommerce-tabs ul.tabs:before{
display:none;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:150px;
}
.woocommerce .ts-col-24 div.product form.cart .button:before,
.woocommerce .ts-col-24 div.product p.cart .button:before{
display:none;
}
.woocommerce .ts-col-24 div.product form.cart .button,
.woocommerce .ts-col-24 div.product p.cart .button{
min-width:130px;
}
.woocommerce div.product div.summary{
padding-left:15px; } .woocommerce .ts-col-18 div.product div.images-thumbnails{
width:100%;
}
.woocommerce .ts-col-18 div.product div.summary{
width:100%;
padding-left:0 } .woocommerce .ts-col-12 div.product div.images-thumbnails{
width:100%;
}
.woocommerce .ts-col-12 div.product div.summary{
width:100%;
padding-left:0 }
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:90px }
.woocommerce .ts-col-18 div.product.vertical-thumbnail .thumbnails{
width:80px;
} .woocommerce #main-content:not(.ts-col-24) table.cart td.actions .coupon .input-text{
width:150px;
} .woocommerce-account .woocommerce-MyAccount-content{
padding-left:20px }
.woocommerce table.my_account_orders tr td:last-child .button{
font-size:0;
padding:0 !important;
min-width:24px;
height:24px;
border-width:1px;
line-height:0;
}
.woocommerce table.my_account_orders tr td:last-child .button:before{
content:"+";
font-weight:500;
font-family:'Arial';
font-size:16px;
line-height:22px;
}  .title-left > .shortcode-heading-wrapper{
width:210px;
padding:0 20px 0 0; }
.title-left.show-nav .shortcode-heading-wrapper .heading-title{
max-width:100%;
}
.title-left > .content-wrapper{
width:calc(100% - 210px)
} .vc_col-sm-6 .ts-countdown .counter-wrapper > div{
margin:0 1px;
} .left-top header,
.left-bottom header,
.left-center header,
.right-top header,
.right-bottom header,
.right-center header{
max-width:65%;
}
.center-top header,
.center-bottom header,
.center-center header{
max-width:90%;
}
.button-banner{
min-width:100px;
padding:3px 10px;
}
.ts-banner.responsive-size .banner-bg img{
max-width:120%;
}
.ts-banner.left-top.responsive-size .banner-bg img{
margin:0 -15% -15% 0;
}
.ts-banner.left-bottom.responsive-size .banner-bg img{
margin:-15% -15% 0 0;
}
.ts-banner.left-center.responsive-size .banner-bg img{
margin:0 -15% 0 0;
}
.ts-banner.right-top.responsive-size .banner-bg img{
margin:0 0 -15% -15%;
}
.ts-banner.right-bottom.responsive-size .banner-bg img{
margin:-15% 0 0 -15%;
}
.ts-banner.right-center.responsive-size .banner-bg img{
margin:0 0 0 -15%;
}
.ts-banner.center-top.responsive-size .banner-bg img{
margin:0 0 -15% 0;
}
.ts-banner.center-bottom .responsive-size.banner-bg img{
margin:-15% 0 0 0;
}
.ts-banner .button-banner{
margin-top:0;
}
.left-top header{
left:5%;
top:5%;
}
.left-bottom header{
left:3%;
bottom:5%;
}
.left-center header{
left:3%;
}
.right-top header{
right:3%;
top:5%;
}
.right-bottom header{
right:3%;
bottom:5%;
}
.right-center header{
right:3%;
}
.center-top header{
top:7%;
}
.center-bottom header{
bottom:5%;
} .ts-twitter-slider.has-padding{
padding:20px;
} .ts-team-member .image-thumbnail{
width:100%;
display:inline-block;
}
.ts-team-member .content-info{
display:inline-block;
}
.ts-team-member header{
display:inline-block;
width:100%;
} .vc_col-sm-9 .horizontal-tab .column-tabs .heading-tab,
.ts-col-18 .horizontal-tab .column-tabs .heading-tab{
width:32.08%;
}
.horizontal-tab .column-tabs .heading-tab .heading-title{
font-size:18px !important;
}
.ts-col-18 .horizontal-tab.banner-right .column-banners,
.ts-col-18 .horizontal-tab.banner-left .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-right .column-banners,
.vc_col-sm-9 .horizontal-tab.banner-left .column-banners{
width:32.08%;
}
.ts-col-18 .horizontal-tab.banner-right .column-products,
.ts-col-18 .horizontal-tab.banner-left .column-products,
.vc_col-sm-9 .horizontal-tab.banner-right .column-products,
.vc_col-sm-9 .horizontal-tab.banner-left .column-products{
width:67.92%;
}
.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
font-size:100% !important;
}
.horizontal-style-2.has-slider:not(.no-nav) .column-tabs ul{
padding-right:70px; }
.page-template-fullwidth-template .horizontal-tab.banner-left .column-banners,
.page-template-fullwidth-template .horizontal-tab.banner-right .column-banners,
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab{
width:38%;
}
.page-template-fullwidth-template .horizontal-tab.banner-left .column-products,
.page-template-fullwidth-template .horizontal-tab.banner-right .column-products{
width:62%;
}
.ts-product-in-category-tab-wrapper .column-tabs,
.vertical-tab.column-3 .column-tabs{
width:32.033%;
}
.vertical-tab .column-tabs:before,
.vertical-tab.column-3 .column-tabs:before{
left:32.033%; }
.vertical-tab .column-content,
.vertical-tab.column-3 .column-content{
width:67.967%
}
.column-tabs .heading-tab h3,
.column-tabs .heading-tab h3.no-icon{
padding:20px; }
.column-tabs .heading-tab .heading-title{
text-align:center;
}
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
position:static;
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
}
.column-tabs .heading-tab .heading-title img{
margin-bottom:5px;
}
.horizontal-tab .column-tabs ul li{
margin:0 0 0 15px; }
.horizontal-tab .column-tabs .heading-tab i,
.horizontal-tab .column-tabs .heading-tab .ic-image{
display:none !important;
}
.column-tabs .heading-tab .heading-title > span{
width:100%;
display:inline-block;
}
.vertical-tab .column-tabs .tabs li{
padding:15px 20px;
} .fullwidth-deal .counter-wrapper > div{
width:44px;
margin:0;
padding:5px 2px;
}
.fullwidth-deal .counter-wrapper .number{
font-size:100%;
} .ts-blogs:not(.ts-slider) .entry-meta > span.author{
float:left; clear:both;
} 
.ts-blogs:not(.ts-slider) article .entry-meta.has-author,
.ts-blogs:not(.ts-slider) article .entry-meta.has-datetime{
margin-top:0;
padding-top:5px;
padding-bottom:1px;
}
.single-post .ts-blogs article .entry-meta.has-author,
.single-post .ts-blogs article .entry-meta.has-datetime{
padding-top:7px;
padding-bottom:5px;
margin-top:20px;
} .box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers{
padding-top:0;
}
}
@media 
only screen and (max-width: 900px)	and (min-width: 768px){ .vetical-slideshow{
width:calc(100% - 250px );
}
.vetical-slideshow .rev_slider_wrapper, 
.vetical-slideshow .rev_slider,
.vetical-slideshow rs-module-wrap,
.vetical-slideshow rs-module,
.vetical-slideshow sr7-module,
.vetical-slideshow sr7-module sr7-content,
.vetical-slideshow sr7-module sr7-module-bg,
.vetical-slideshow sr7-module sr7-content sr7-slide > sr7-mask > sr7-bg{
height:348px !important;
}
.vertical-banner{
width:250px;
}  .icon-big .feature-content{
padding:0;
}
.feature-horizontal.icon-big .feature-icon{
font-size:50px;
width:50px;
}
}
@media only screen and (max-width: 991px){
.hidden-vertical-ipad{
display:none !important;
} .home1-fix-columns-slideshow .vc_col-sm-9{
width:100%;
} .menu-wrapper nav > ul.menu > li{
margin-right:10px; }
.breadcrumb-title-wrapper .breadcrumb-content, 
.header-v1 .container{
padding-left:10px;
padding-right:10px;
} .ts-group-meta-icon-toggle.active .fa-cog:before{
content: "\f00d";
}
body .ts-group-meta-icon-toggle{
width:50px;
display:inline-block !important;
cursor:pointer;
font-size:24px;
text-align:center;
z-index:9;
margin-bottom:10px;
float:right; }
.group-meta-header{
padding:10px 15px;
position:relative;
clear:both;
display:none;
}
.group-meta-header:before{
top:0;
bottom:0;
left:0;
right:0;
position:absolute;
content:"";
background:rgba(155,155,155,0.1);
}
.group-meta-header:after{
display:table;
content:"";
clear:both;
} h1.title-coming,
.h2-big{
font-size:30px;
line-height:36px;
} .map-contact{
margin-top:-50px;
} .fix-vertical-menu-2columns .vc_col-sm-9{
width:100%;
padding:0 15px;
}
.fix-vertical-menu-2columns .vc_col-sm-3{
display:none;
}
.header-top > .container, 
.header-middle > .container, 
.header-bottom > .container,
.breadcrumb-title-wrapper .breadcrumb-content,
body.dokan-store.dokan-store-sidebar,
body.dokan-store .dokan-single-store,
body.boxed .breadcrumb-title-wrapper,
body.main-content-boxed .breadcrumb-title-wrapper{
padding-left:10px;
padding-right:10px;
}
#main > .page-container{
padding-left:0;
padding-right:0;
} .ts-wishlist-table-wrapper .wishlist-item > .product-thumbnail {
width: 80px;
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) > .product-stock-status {
min-width: 136px;
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) > .product-price {
min-width: 144px;
}
.ts-wishlist-table-wrapper .product-add-to-cart {
min-width: 120px;
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) {
gap: 15px;
} .ts-compare-popup .content-wrapper {
flex-direction: column;
gap: 10px;
}
.ts-compare-popup .content-wrapper {
padding-top: 35px;
}
.ts-compare-popup .actions {
width: 100%;
}
.ts-compare-popup .close {
font-size: 10px;
top: 3px;
}
.ts-compare-table-wrapper > div .heading {
min-width: 0;
}
.ts-remove-from-compare:before {
font-size: 12px;
} .breadcrumb-title-wrapper{
margin-bottom:0;
} body.dokan-store .woocommerce .seller-items .products .product, 
body.dokan-store.woocommerce-page .products .product{
width:50%;
float:left; }
body.dokan-store .woocommerce .seller-items .products .product.first, 
body.dokan-store.woocommerce-page .products .product.first{
clear:none;
}
body.dokan-store .woocommerce .seller-items .products .product:nth-child(2n+1),
body.dokan-store.woocommerce-page .products .product:nth-child(2n+1){
clear:both;float:left; }  .vc_col-sm-12 .ts-testimonial-wrapper{
max-width:100%;
}
.vc_col-sm-12 .testimonial-content{
padding-left:10px;
padding-right:10px;
} .vc_row.ts-video-bg > .wpb_column{
padding-top:130px;
padding-bottom:130px;
}
.ts-youtube-video-bg .mb_YTPBar, 
.ts-hosted-video-bg .video-control{
top:30px;
}
.ts-youtube-video-bg .loading{
top:50px;
}
.woocommerce.columns-4 .has-banner .products .product.first,
.woocommerce.columns-5 .has-banner .products .product.first,
.woocommerce.columns-6 .has-banner .products .product.first{clear:none;}
.woocommerce.columns-4 .has-banner .products .product,
.woocommerce .columns-5 .has-banner .products .product,
.woocommerce .columns-6 .has-banner .products .product{width:50%;float:left }
.woocommerce.columns-4 .has-banner .products .product:nth-child(2n+1),
.woocommerce.columns-5 .has-banner .products .product:nth-child(2n+1),
.woocommerce.columns-6 .has-banner .products .product:nth-child(2n+1){
clear:both;float:left; } .vc_toggle_title h4{
padding: 9px 40px 9px 35px; }
.vc_toggle_title h4:before{
left:12px; }
.vc_toggle_title h4:after{
left:6px; } body.wpb-js-composer .vc_toggle_title h4{
padding:9px 30px 9px 35px; }
body.wpb-js-composer .vc_toggle_title h4:before{
left:12px; }
body.wpb-js-composer .vc_toggle_default .vc_toggle_title h4{
padding:15px 40px 15px 30px; }
html .woocommerce .ts-product-deals-slider-wrapper.list h3.product-name,
html .woocommerce .ts-product-deals-slider-wrapper.list h3.product-name > a{
font-size:16px;
line-height:20px;
}
html .ts-banner header .price,
html .woocommerce .ts-product-deals-slider-wrapper.list .amount{
font-size:18px;
line-height:22px;
}
html .font-big h3{
font-size:16px; line-height:22px;
}
table tr td,
table tr th{padding:10px} .ts-blog iframe 
{
max-width:100%;
height:auto;
}
a.button,
button, 
input[type="submit"],
.shopping-cart p.buttons a, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.ts-stick-compare-button{
padding-left:10px;
padding-right:10px;
}
.woocommerce .product a.added_to_cart, 
.woocommerce .product a.button{
min-width:0;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last{
width:100%;
float:none; }
.woocommerce form .form-row-first{
margin-right:0; } .entry-author .author-avatar{
vertical-align:top;
position:relative;
}
.list-posts .entry-format,
.list-posts .entry-content,
.single-post .entry-format .thumbnail{
width:100%;
} blockquote.quote-border{
padding:15px 20px;
}
.commentlist .comment-wrapper .comment-detail{
padding:15px 20px 5px 20px;
}
#comment-wrapper .info-wrapper > *{
width:100%;
}
#comment-wrapper .info-wrapper{
margin-bottom:0;
}
article.single .social-sharing{
width:100%;
margin-bottom:8px;
} body .single-portfolio .single-navigation a[rel="next"]{
float:left;
} .woocommerce-cart .ts-col-24 article .woocommerce .woocommerce-cart-form,
.woocommerce-cart article .woocommerce .woocommerce-cart-form{
width:100%;
}
.woocommerce-cart .ts-col-24 article .woocommerce .cart-collaterals,
.woocommerce-cart article .woocommerce .cart-collaterals{
width:100%;
padding:0 }
.woocommerce table.shop_table td.actions{
padding:10px;
}
.woocommerce table.cart td.product-thumbnail{
padding:10px; }
.woocommerce table.cart td{
padding:10px 10px 10px 0; } 
.woocommerce table.cart th{
padding:12px 10px 12px 0; }
.woocommerce table.shop_table td.product-thumbnail{
width:80px;
height:auto;
display:table-cell;
}
.woocommerce table.shop_table.cart td.actions{
padding:10px;
} .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:28%;
float:left; }
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:70%;
float:left; }
.woocommerce .checkout .col2-set, 
.checkout-login-coupon-wrapper,
.ts-col-18 .woocommerce .checkout .col2-set,
.ts-col-12 .woocommerce .checkout .col2-set,
.ts-col-18 .checkout-login-coupon-wrapper{
width:100%;
float:none; padding-right:0 }
.woocommerce > form.checkout{
padding-top:20px;
}
#order_review_heading,
.ts-col-18 #order_review_heading,
.ts-col-12 #order_review_heading,
.woocommerce .checkout #order_review, 
.ts-col-18 .woocommerce .checkout #order_review, 
.ts-col-12 .woocommerce .checkout #order_review{
width:100%;
clear:both;
}
#order_review_heading{
margin-top:0;
}  .woocommerce #main-content div.product form.cart .group_table{
margin:0;
}
.woocommerce #main-content div.product form.cart .group_table tr{
margin-bottom:10px;
display:inline-block;
width:100%;
}
.woocommerce #main-content div.product form.cart .group_table td{
display:inline-block;
width:50%;float:left; padding:5px 0 0 0;
}
.woocommerce #main-content div.product form.cart .group_table td.label{
clear:both;
padding:8px 0 0 0;
}
} @media only screen and (max-device-width : 769px){
.blank-page{
text-align:center;
padding:150px 15px 80px 15px;
position:relative;
}
.ts-group-button-coming{
padding-bottom:90px;
}
}   html, 
body,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.mc4wp-form-fields label,
ul li .ts-megamenu-container,
.comment-text,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
.woocommerce .order_details li,  
.woocommerce table.my_account_orders td, 
.comment_list_widget .comment-body,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price,
.shopping-cart-wrapper .form-content > label,
.widget_calendar th, 
.widget_calendar td,
.woocommerce .widget-container .price_slider_amount .price_label,
#ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
#lang_sel_click > ul li a,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.header-currency ul li a:not(.button),
select option,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th,
h3 > label,
body.wpb-js-composer .vc_tta.vc_general,
.dokan-category-menu .sub-block h3,
.woocommerce table.shop_table.my_account_orders,
.feature-content .feature-excerpt,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce .products.list .product .short-description{
font-size:14px;
line-height:26px;
}
.ts-blogs .entry-meta > span.author a,
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a{
font-size:14px;
}
.ts-shortcode{
line-height:26px;
}
.list-posts article.format-quote blockquote{
font-size:14px;
line-height:30px;
}
.woocommerce .products .product .short-description,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.dokan-form-control,
.feature-content .feature-header,
.font-normal .description,
.single-navigation .product-info > div > span:first-child,
input, 
textarea, 
keygen, 
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
h3.product-name > a, 
h3.product-name,
.ts-compare-table-wrapper .product-thumbnail > div h6,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
body .style-3 .mailchimp-subscription.text-light button.button{
font-size:14px;
line-height:18px;
}
body .select2-container .select2-selection--single .select2-selection__rendered,
select{
font-size:14px;
}
body .select2-container .select2-selection--single .select2-selection__rendered,
select,
body select.dokan-form-control{
line-height:30px; }
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a{
font-size:14px !important;
line-height:18px !important;
}
.ts-portfolio-wrapper .filter-bar li,
.pp_woocommerce table .quantity input.qty, 
.woocommerce table .quantity input.qty{
font-size:14px;
}
h4 > a,
.amount,
.portfolio-inner h3,
.cats-portfolio,
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.woocommerce .checkout #order_review table thead th,
.mailchimp-subscription .newsletter,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a,
.vc_toggle_default .vc_toggle_title h4,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.column-tabs .tabs li,
.font-big .description,
.list-cats li a,
.list .product h3.product-name > a,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-team-member header > h3,
.ts-team-member header > h3 a,
.woocommerce-columns > h3,
.mc4wp-form-fields .mailchimp-input input[type="email"],
.mc4wp-form-fields .mailchimp-input input[type="tel"]{
font-size:14px;
line-height:20px;
}
body #pp_full_res{
line-height:24px !important;
}
ol li, 
ul li {
line-height:20px;
}
dt, 
dd,
.woocommerce form .form-row label{
line-height:18px;
}
h1,
.h1,
.ts-heading h1
{
font-size:40px;
line-height:48px;
}
h2,
.h2,
h1.wpb_heading,
.ts-heading h2,
.breadcrumb-title-wrapper .breadcrumb-title h1,
div.product p.price .woocommerce-Price-amount, 
div.product .single_variation .amount, 
.woocommerce div.product .single_variation .amount
{
font-size:36px;
line-height:42px;
}
h3,
.h3,
h2.wpb_heading,
.theme-title > h3,
.ts-heading h3,
.ts-mailchimp-subscription-shortcode .widgettitle,
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2,
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
.heading-wrapper > h2,
.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
{
font-size:30px;
line-height:36px;
}
.theme-title > h3,
.heading-wrapper > h2,
#customer_login .col-1 > h2, 
#customer_login .col-2 > h2{
text-transform:uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.ts-feature-wrapper .feature-header h3 > a,
.ts-banner header .discount,
.wp-caption p.wp-caption-text,
.product-subtotal .amount,
.woocommerce-account div.woocommerce > h2,
.cart-collaterals .cart_totals > h2,
.heading-shortcode > h3,
.related > h2,
body.woocommerce > h1,
body div.ppt,
.entry-content h1.blog-title,
.widget.ts-products-widget > .widgettitle,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce .products .product.product-category h3,
.woocommerce #reviews #reply-title, 
.woocommerce #reviews #comments > h2, 
.widget_shopping_cart_content p.total strong,
.widget-title,
.row-heading-tabs .heading-tab .heading-title,
#order_review_heading,
h3.wpb_heading,
.style-normal .mailchimp-subscription h2,
.mc4wp-form-fields > h2.title,
.ts-compare-table-wrapper > div .heading{
font-size:16px;
line-height:22px;
}
h4,
.h4,
.ts-heading h4,
h3.entry-title > a,
.woocommerce-billing-fields > h3,
.widget.ts-products-widget > .widgettitle,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > h1,
.ts-recently-viewed-products-wrapper .shortcode-heading-wrapper .heading-title,
.title-background-color .shortcode-heading-wrapper .heading-title,
.mailchimp-subscription .widget-title-wrapper h3,
.mc4wp-form-fields .mailchimp-wrapper h2.title,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.single-portfolio .info-content .entry-title,
.pp_woocommerce div.product .product_title, 
.woocommerce div.product .product_title,
.horizontal-tab .column-tabs .heading-tab h3,
.horizontal-tab .column-tabs .heading-tab i,
#customer_login .col-1 > h2,
#customer_login .col-2 > h2,
.banner-content h4{
font-size:24px;
line-height:30px;
}
h5,
.h5,
h4.wpb_heading,
h5.wpb_heading,
body .ts-footer-block .widget .widgettitle,
body .ts-footer-block .widget-title,
.column-tabs .heading-tab h3,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs-container,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a,
.ts-products-widget-shortcode:not(.title-background-color ) .widgettitle{
font-size:18px;
line-height:24px;
}
h6,.h6,
.vc_message_box .h4,
h6.wpb_heading,
.woocommerce table.shop_table thead th,
.ts-wishlist-table-wrapper .heading-row > span,
.breadcrumb-title-wrapper .breadcrumbs-container,
.member-name h3,
.ts-milestone h3.subject,
.ts-testimonial-wrapper.text-light .testimonial-content h4 > a,
.ts-twitter-slider.text-light .twitter-content h4 > a,
.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
font-size:16px;
line-height:22px;
}
blockquote {
font-style:italic;
}  .info-desc,
.my-account-wrapper .account-control > a,
.my-wishlist-wrapper a,
#lang_sel_click > ul > li > a,
.header-currency .wcml_currency_switcher > a,
.group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
font-size:14px;
line-height:26px;
}
.my-account-wrapper .dropdown-container{
line-height:26px;
}  .mobile-menu-wrapper li a{
font-size:13px;
line-height:18px;
}
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.vertical-menu-wrapper .vertical-menu-heading,
header .vertical-menu-wrapper .vertical-menu-heading:before{
line-height:20px;
font-size:15px;
text-transform:uppercase;
}
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.vertical-menu-wrapper .vertical-menu-heading{
transition: color 200ms,background 200ms ease 0s;
-webkit-transition: color 200ms,background 200ms ease 0s;
-moz-transition: color 200ms,background 200ms ease 0s;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
font-size:14px;
} .menu-wrapper nav li.widget > .widgettitle,
.menu-wrapper nav div.list-link > .widgettitle{
font-size:14px;
line-height:18px;
text-transform:uppercase;
}  .total .total-title,
.total .amount,
.product .amount,
.woocommerce .menu ul.product_list_widget li span.amount,
.menu .woocommerce ul.product_list_widget li span.amount,
.woocommerce ul.product_list_widget li ins .amount,
.woocommerce ul.product_list_widget li .price > .amount{
font-size:18px;
}
.woocommerce .products .product .product-label .onsale,
.woocommerce .products .product .product-label .new,
.woocommerce .products .product .product-label .featured,
.woocommerce .products .product .product-label .out-of-stock{
line-height:20px;
font-size:14px;
text-transform:uppercase;
}
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span{
font-size:18px;
line-height:24px;
text-transform:uppercase;
}
.woocommerce .products .product .product-categories a,
.woocommerce .widget-container il li .product-categories a,
.widget-container ul li .product-categories a,
.widget.ts-products-widget .product-categories a{
font-size:87%;
text-transform:uppercase;
} .woocommerce-error .button,
.woocommerce-info .button, 
.woocommerce-message .button, 
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button,
#page .wc-block-components-notice-banner .button{
font-size:12px;
line-height:14px;
}
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
a.view-more,
a.ts-button,
a.button,
button,
body .single-post .single-navigation > a,
input[type="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce table.shop_table input, 
body .product-edit-new-container .dokan-btn-lg,
.button-banner,
.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.added_to_cart:before,
.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.button:before, 
.ts-stick-compare-button, input[type="submit"].dokan-btn, 
a.dokan-btn, 
.dokan-btn{
font-size:16px;
line-height:20px;
}
.pp_woocommerce .quantity input.qty, 
.woocommerce .quantity input.qty{
line-height:18px;
}  h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.ts-feature-wrapper .feature-header h3 > a,
.widget.ts-products-widget > .widgettitle,
.ts-banner header .discount,
.widget-title,
body.woocommerce > h1{
font-weight:500;
} h4.heading-title > a,
h3.product-name > a,
h3.product-name,
body h3.entry-title > a,
.woocommerce .pp_woocommerce div.product .product_title,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title,
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus,
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus,
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th,
.ts-product-attribute > div a,
.pp_woocommerce div.product form.cart .variations label, 
.woocommerce div.product form.cart .variations label,
div.product .summary .wishlist a,
div.product .summary .compare a,
.product-group-button .button-tooltip,
.comment_list_widget .comment-body,
.widget_calendar th, 
.widget_calendar td,
.woocommerce.widget_recent_reviews ul.product_list_widget li a,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
.woocommerce .widget-container .price_slider_amount .price_label span,
.widget-container .tagcloud a,
.dokan-category-menu .sub-block h3,
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
body .style-3 .mailchimp-subscription button.button,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.ts-banner header div,
.ts-compare-table-wrapper h6 > a{
font-weight:400;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.ts-banner header .discount,
.wp-caption p.wp-caption-text,
.product-subtotal .amount,
body div.ppt,
.woocommerce #reviews #reply-title,  
.widget_shopping_cart_content p.total strong,
.row-heading-tabs .heading-tab .heading-title,
.wp-caption p.wp-caption-text,
body div.ppt,
a.button, 
button, 
input[type^="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce #content input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page #content input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
#content button.button, 
.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce-page .widget_price_filter .price_slider_amount .button, 
body .single-post .single-navigation > a,
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span,
.woocommerce .products .product .product-label .onsale,
.woocommerce .products .product .product-label .new,
.woocommerce .products .product .product-label .featured,
.woocommerce .products .product .product-label .out-of-stock,
.list-posts article:not(.format-quote) .entry-meta .date-time > span:first-child,
article.single .entry-meta .date-time > span:first-child,
.ts-blogs article:not(.quote) .entry-meta .date-time > span:first-child,
article.single .ts-social-sharing .sharing-title,
.summary .ts-social-sharing .sharing-title,
.images-thumbnails .ts-social-sharing .sharing-title,
.entry-author .author-info .author,
.comments-area .comment-meta > span.author a,
.avatar-name a,
.comments-area .reply a,
.portfolio-info p,
.woocommerce > form > fieldset legend,
.cloud-zoom-title,
.woocommerce table.shop_table th,
.ts-wishlist-table-wrapper .heading-row,
.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.shopping-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title,
.ts-wishlist-table-wrapper .items span.product-stock-status .in-stock,
.ts-compare-table-wrapper .in-stock,
.ts-compare-table-wrapper .out-of-stock,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
.widget_calendar #today,
.widget_calendar caption,
body .product-edit-new-container .dokan-btn-lg,
#ts-search-result-container .view-all-wrapper,
#ts-search-result-container li a span.hightlight,
.cart_list span.quantity,
.ts-product-in-category-tab-wrapper .see-more-button:hover,
.ts-countdown.style-border .counter-wrapper > div .ref-wrapper,
.ts-milestone .number,
.ts-price-table .desc-price,
.ts-price-table .table-title,
.ts-price-table .table-price span,
.vc_pie_chart .vc_pie_chart_value,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-button.fa,
.ts-button,
.vc_column_container .vc_btn, 
.vc_column_container .wpb_button,
.counter-wrapper .number,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul li,
.ts-stick-compare-button,
.ts-compare-table-wrapper > div .heading{
font-weight:500; }
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
.cart_list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.ts-milestone h3.subject,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_toggle_title h4{
font-weight:400 !important;
} .menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.menu-wrapper .vertical-menu ul.menu > li > a,
.vertical-menu-wrapper .vertical-menu-heading,
.nav > ul.menu > ul > li > a{
font-weight:400;
}
.amount,
.product-subtotal .amount,
div.product p.price .woocommerce-Price-amount{
font-weight:bold; }   html, 
body,
label,
input, 
textarea, 
keygen, 
select, 
button,
.mc4wp-form-fields label,
.font-body,
.ts-banner .heading-body,
.ts-button.fa,
li.fa,
h3.product-name > a, 
h3.product-name,
#order_review_heading,
.woocommerce-cart .cart-collaterals .cart_totals > h2,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.ts-testimonial-wrapper.text-light .testimonial-content h4.name a,
.ts-twitter-slider.text-light .twitter-content h4.name > a,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.ts-milestone h3.subject, 
.cart_totals table th,
.woocommerce #order_review table.shop_table tfoot td, 
.woocommerce table.shop_table.order_details tfoot th, 
.woocommerce #order_review table.shop_table tfoot th, 
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
body div.pp_default .pp_nav .currentTextHolder,
body .theme-default .nivo-caption,
.dokan-category-menu .sub-block h3,
.menu-wrapper nav > ul.menu li .menu-desc{
font-family: "Roboto", sans-serif;
}
.h1-big,
.h2-big,
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading
{
font-family: "Roboto", sans-serif;
} body #main,
body.dokan-store #main:before,
body div.pp_pic_holder,
.woocommerce .woocommerce-ordering .orderby ul:before,
form.checkout div.create-account,
#main > .page-container,
#main > .fullwidth-template,
.thumbnails.loading:before,
.ts-testimonial-wrapper.loading:before,
.ts-twitter-slider.loading:before,
.ts-logo-slider-wrapper.loading .content-wrapper:before,
.related-posts.loading .content-wrapper:before,
.ts-portfolio-wrapper.loading:before,
.ts-blogs-wrapper.loading .content-wrapper:before,
article .tags-link a:after,
header .header-v5 .header-bottom,
.content-no-border .widget.ts-products-widget .owl-nav:after,
.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
header .header-v7 .is-sticky .header-bottom,
.ts-compare-popup{
background-color:#ffffff;
} footer .widget-container,
footer .ts-shortcode,
footer .vc_tta-container,
footer .vc_tta-panels{
background:transparent;
}
.widget.ts-products-widget,
.ts-slider.no-margin:not(.thumbnail-no-border) .content-wrapper:before,
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper,
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.header-currency > div:before,
.shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
#lang_sel_click ul ul:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before,
.header-currency ul:before,
.product-category-top-content:before,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container,
.ts-product-in-category-tab-wrapper .column-products .owl-nav > div,
.images-thumbnails >.thumbnails .owl-nav > div,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab,
.widget-container,
.ts-products-tabs-widget .widget-title-wrapper,
.vc_tta-container .vc_general,
table.shop_table,
.single-navigation .product-info:before,
body .select2-container .select2-selection--single,
body .select2-dropdown,
html input[type="search"],
html input[type="text"], 
html input[type="password"],
html input[type="email"], 
html input[type="number"], 
html input[type="date"],  
html input[type="tel"],  
html textarea,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce table.cart td.actions .coupon .input-text, 
.widget-container .gallery.loading figure:before,
.list-posts article .gallery.loading:before,
.thumbnail.loading:before,
.images.loading:before,
.ts-product-category-slider-wrapper .content-wrapper.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before,
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.woocommerce .product figure.loading:before,
.ts-product .content-wrapper.loading:before,
.tab-contents.loading:before,
.ts-products-widget .ts-products-widget-wrapper.loading:before,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading:before,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading:before,
.blogs article a.gallery.loading:before,
.single .gallery.loading:before,
.ts-portfolio-wrapper.loading:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:hover,
.woocommerce #payment div.payment_box, 
.ts-blogs article .content-meta,
.list-posts article,
.ts-team-member .content-info,
.vc_toggle,
.ts-product-in-category-tab-wrapper,
body .flexslider .slides,
body .wpb_gallery_slides.wpb_slider_nivo,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
background-color:#ffffff;
}
.tab-content.loading:before,
.wishlist .loading:after,
.compare .loading:after{
background-color:#ffffff;
opacity:0.7;
}
.woocommerce-checkout #payment div.payment_box:before{
border-bottom-color:#ffffff;
} body,
.gridlist-toggle a,
.widget-container .tagcloud a,
.product-categories a,
body.wpb-js-composer .vc_toggle .vc_toggle_icon:before,
body .star-rating.no-rating:before,
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description, 
.woocommerce div.product.summary .woocommerce-product-details__short-description, 
.entry-bottom .ts-social-sharing li a,
.ts-feature-wrapper .feature-icon,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a i, p.lost_password a,
.ts-product-attribute > div a,
.comment_list_widget .comment-body,
header .header-template .my-account-wrapper .forgot-pass a,
.woocommerce .woocommerce-ordering ul li a, 
article .social-sharing li a, 
div.product .social-sharing li a,
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th, 
.woocommerce p.stars a,
.woocommerce-product-rating .woocommerce-review-link,
table tfoot th,
.ts-team-member .image-thumbnail .social,
.woocommerce-checkout #payment div.payment_box,
body div.pp_default .pp_nav .currentTextHolder,
.dashboard-widget.products ul li a,
.single-portfolio .cat-links > a,
.list-cats li a,
.woocommerce .widget-container .price_slider_amount .price_label,
.widget-container ul li > a,
.dokan-widget-area .widget ul li > a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li.active > a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li > a:hover,
.dokan-dashboard .dokan-dashboard-content a,
.dokan-dashboard .dokan-dashboard-content a.dokan-btn-default:hover,
.product-categories span.count,
#lang_sel_click ul ul a,
header.top-header-transparent .header-top .header-top .wpml-ls ul ul li a,
.header-top .wpml-ls ul ul li a,
header.top-header-transparent .header-top .wpml-ls ul ul li a,
.header-currency ul li a:not(.button),
header.top-header-transparent .header-top .header-currency ul li a:not(.button),
.ts-wishlist-table-wrapper .items span.product-stock-status,
.ts-compare-table-wrapper .out-of-stock,
.ts-compare-table-wrapper .in-stock,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
.ts-product-in-category-tab-2-wrapper .see-more-button{
color:#848484;
}
.ts-social-icons .social-icons.style-vertical .ts-tooltip,
.ts-social-sharing .sharing-title,
.cats-link,
.tags-link,
.cats-link a,
.tags-link a{
color:#5d5d5d;
} #ts-search-popup .ts-button-close,
body div.ts-product-video.pp_pic_holder .pp_close,
body div.pp_default .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_close,
body div.pp_woocommerce.pp_pic_holder .pp_expand,
body div.pp_woocommerce.pp_pic_holder .pp_contract,
body div.pp_default .pp_expand,
body div.pp_default .pp_contract{
background-color:#666666;
color:#ffffff;
}
select,
textarea,
html input[type="search"],
html input[type="text"], 
html input[type="email"],
html input[type="password"],
html input[type="date"],
html input[type="number"],
html input[type="tel"],
body .select2-container .select2-selection--single,
body .select2-container .select2-search--dropdown .select2-search__field,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container .select2-selection--multiple,
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select{
color:#848484;
border-color:#e5e5e5;
}
body .select2-container .select2-selection--single .select2-selection__rendered{
color:#848484;
}
header .header-v3 .ts-search-by-category input[type="text"], 
header .header-v4 .ts-search-by-category input[type="text"],
header .header-v6 .ts-search-by-category input[type="text"]{
border-color:#e5e5e5;
}
html input[type="search"]:hover,
html input[type="text"]:hover, 
html input[type="email"]:hover,
html input[type="password"]:hover,
html input[type="date"],
html input[type="number"]:hover,
html input[type="tel"]:hover,
html textarea:hover,
html input[type="search"]:focus,
html input[type="text"]:focus, 
html input[type="email"]:focus,
html input[type="password"]:focus,
html input[type="date"]:focus,
html input[type="number"]:focus,
html input[type="tel"]:focus,
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill,
html textarea:focus,
.woocommerce form .form-row textarea:hover, 
.woocommerce form .form-row textarea:focus, 
body .select2-container.select2-container--focus .select2-selection--multiple,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--open .select2-selection--single,
.woocommerce form .form-row .input-text:focus, 
.woocommerce form .form-row select:focus{
border-color:#c0c0c0; color:#666666; }
.select2-container .select2-dropdown, 
.select2-container .select2-selection {
border-color:#c0c0c0; }
body .select2-container--open .select2-selection--single .select2-selection__rendered{
color:#666666; }
.owl-dots > div > span:before{
border-color:#b8b8b8;
}
::-webkit-input-placeholder {
color: #b8b8b8;
font-style:italic;
}
:-moz-placeholder { color: #b8b8b8;
font-style:italic;
}
::-moz-placeholder { color: #b8b8b8;
font-style:italic;
}
:-ms-input-placeholder {  
color: #b8b8b8;
font-style:italic;
}
body .theme-default .nivo-controlNav a:before{
border-color:#848484;
}
body .theme-default .nivo-controlNav a:hover:before,
body .theme-default .nivo-controlNav a.active:before{
border-color:#848484;
background-color:#848484;
} h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.woocommerce > form > fieldset legend{
color:#535353;
} a{
color:#e72304;
}
a:hover,
a:active{
color:#e72304;
} table thead th,
label ,
p > label,
fieldset div > label,
.wpcf7 p,
.primary-text,
.banner-fullwidth-wrapper .banner_detail a.banner-button, .widget-container .tagcloud a:hover, h3.heading-title > a,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.ts-heading h1,
.ts-heading h2,
.ts-heading h3,
.ts-heading h4,
.avatar-name a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
a.view-more,
.secondary-color,
.cart_list span.quantity,
.widget-title,
.widget.ts-products-widget > .widgettitle,
.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
.ts-product-category-slider-wrapper .category-name h3 > a,
.ts-product-categories-widget ul.product-categories span.icon-toggle,
.widget_categories > ul li.cat-parent > span.icon-toggle,
.ts-product-categories-widget ul.product-categories > li >a,
.widget_categories > ul > li > a,
.ts-team-member .content-thumbnail .member-social a,
body.error404 article h2,
.ts-countdown.text-light .counter-wrapper > div,
.total .total-title,
.cart_list .quantity,
.cart_list .icon,
blockquote:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-product-rating .woocommerce-review-link, .ts-portfolio-wrapper .filter-bar li,
.portfolio-inner .item a,
.widget-container .post_list_widget > li a.post-title,
.entry-author .author-info .role,
.vc_progress_bar .vc_single_bar .vc_label,
.vc_progress_bar .vc_single_bar .vc_bar:before,
.vc_toggle .vc_toggle_icon:before,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce p.stars a:hover,
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th,
.shipping-calculator-button,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
#customer_login .col-1 > h2,
#customer_login .col-2 > h2,
.heading-wrapper > h2,
.heading-shortcode > h3,
.theme-title > h3,
.cross-sells > h2,
.upsells > h2,
.related > h2,
.cart_totals h2,
.mc4wp-form-fields h2.title,
.wp-caption p.wp-caption-text,
.sku-wrapper,
#order_review_heading,
#ship-to-different-address,
.woocommerce form.login, 
.woocommerce form.register, 
.woocommerce .checkout #order_review table th,
.desc-big,
.mailchimp-subscription .widgettitle,
.column-tabs .tabs li,
.woocommerce .ts-product-deals-slider-wrapper.list .products .product .short-description,
.dashboard-widget.products ul li a,
.row-heading-tabs ul li,
.row-heading-tabs ul li a,
.widget-container .tagcloud a:hover,
.heading-title,
body div.pp_woocommerce .pp_description,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce .widget_layered_nav ul li a,
.cats-link span:not(.cat-links),
.tags-link span:not(.tag-links),
.ts-product-social-sharing li a,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.customer_details th,
.comments-area .reply a,
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus, 
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus,
.mailchimp-subscription.text-default .widget-title-wrapper h3,
.woocommerce #reviews #reply-title,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.ts-gravatar-profile-widget .meta h4,
.widget-container .social-icons li > a,
.woocommerce .products .product.product-category h3,
.widget-title-wrapper a.block-control,
.ts-social-icons .social-icons.style-vertical .ts-tooltip,
fieldset legend,
.woocommerce ul.order_details li strong,
.ts-compare-table-wrapper > div .heading, .portfolio-info p,
.single-portfolio .info-content .entry-title,
.vc_pie_chart .vc_pie_chart_value, .ts-team-member header > h3 a{
color:#000000;
}
body div.ppt,
.woocommerce table.shop_table .product-remove a,
.cart_list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove,
body .pp_nav .pp_play:before, 
body .pp_nav .pp_pause:before,
body .pp_arrow_previous:before, 
body .pp_arrow_next:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:before{
color:#000000 !important;
}
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover, header .ts-search-by-category .search-content input[type="submit"]:hover{
background:#000000;
}
.cats-portfolio:before,
.ts-product-attribute > div.color a:before,
.ts-product-attribute > div.selected:before,
.product-filter-by-color ul li a:before{
border-color:#000000;
}
.text-light .owl-dots > div > span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before,
body #fp-nav ul li a span:before, 
body .fp-slidesNav ul li a span:before,
body div.pp_woocommerce .pp_gallery ul li a:hover, 
body div.pp_woocommerce .pp_gallery ul li.selected a,
body div.pp_default .pp_gallery ul li a:hover, 
body div.pp_default .pp_gallery ul li.selected a{
border-color:#ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a, .woocommerce nav.woocommerce-pagination ul li a.next:hover, 
.woocommerce nav.woocommerce-pagination ul li a.prev:hover, 
.ts-pagination ul li a.prev:hover,
.ts-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus, 
.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 
.ts-pagination ul li a.prev:focus,
.ts-pagination ul li a.next:focus,
.dokan-pagination-container .dokan-pagination li:hover a,
.dokan-pagination-container .dokan-pagination li.active a,
.ts-pagination ul li a:hover,
.ts-pagination ul li a:focus,
.ts-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a.next:focus 
.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 
.woocommerce nav.woocommerce-pagination ul li a.next:hover, 
.woocommerce nav.woocommerce-pagination ul li a.prev:hover{
background:#000000;
color:#fff;
border-color:#000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after{
color:#000000; }
.portfolio-inner .icon-group a,
.single-portfolio .ic-like{
border-color:#000000;
color:#000000;
background-color:#ffffff;
}
div.product .summary .print a,
div.product .summary .email a,
div.product .summary .wishlist a,
div.product .summary .compare a,
.woocommerce .button.button-secondary.transparent,
body .button.button-secondary.transparent,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce table.cart td.actions .coupon .button,
.pp_woocommerce div.product form.cart table .button, 
.woocommerce div.product form.cart table .button,
.woocommerce table.my_account_orders tr td:last-child .button,
.woocommerce .checkout_coupon input[type="submit"],
.woocommerce .woocommerce-shipping-calculator .button,
body .single-post .single-navigation > a,
.woocommerce ul.product_list_widget li .loop-add-to-cart a{
border-color:#cccccc; color:#000000;
background-color:#ffffff;
}
.quantity input[type="number"],
.pp_woocommerce .quantity input.qty,
.woocommerce .quantity input.qty, 
.pp_woocommerce .quantity .minus, 
.pp_woocommerce .quantity .plus,
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus,
.gridlist-toggle a,
.ts-product-social-sharing li a,
.woocommerce .woocommerce-ordering ul.orderby,
.prod-cat-show-top-content-button{
border-color:#cccccc; }
.mc4wp-form-fields input[type="submit"],
.pp_woocommerce div.product p.cart .button:hover, 
.woocommerce div.product p.cart .button:hover,
.pp_woocommerce div.product form.cart .button:hover, 
.woocommerce div.product form.cart .button:hover,
.ts-stick-compare-button:hover,
.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body .rev_slider .rev-btn-secondary,
body rs-module-wrap .rev-btn-secondary,
body sr7-module .rev-btn-secondary,
a.button.button-border-secondary:hover,
input.button.button-border-secondary:hover,
.woocommerce-page a.button.button-border-secondary:hover,
.woocommerce-page input.button.button-border-secondary:hover,
.woocommerce .button.button-transparent:hover,
body .button.button-transparent:hover,
body .button.button-secondary,
.woocommerce .cart_totals a.continue-shopping.button,
.woocommerce .button.button-secondary,
.woocommerce .button.button-primary:hover,
body .button.button-primary:hover,
body footer .style-1 .mailchimp-subscription button.button:hover,
.woocommerce footer .style-1 .mailchimp-subscription button.button:hover,
body input.wpcf7-submit,
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce .woocommerce-ordering:hover ul.orderby,
.woocommerce .button.button-secondary.transparent:hover,
body .button.button-secondary.transparent:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce table.my_account_orders tr td:last-child .button:hover,
.woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce .checkout_coupon input[type="submit"]:hover,
.pp_woocommerce div.product form.cart table .button:hover, 
.woocommerce div.product form.cart table .button:hover,
body .single-post .single-navigation > a:hover,
.widget_calendar caption{
background-color:#3f3f3f;
color:#ffffff;
border-color:#3f3f3f;
} body .rev_slider .rev-btn-secondary:hover,
body rs-module-wrap .rev-btn-secondary:hover,
body sr7-module .rev-btn-secondary:hover,
a.button.button-border-secondary,
input.button.button-border-secondary,
.woocommerce-page a.button.button-border-secondary,
.woocommerce-page input.button.button-border-secondary,
body .button.button-secondary:hover,
.woocommerce .button.button-secondary:hover,
.woocommerce .cart_totals a.continue-shopping.button:hover{
background-color:transparent;
color:#3f3f3f;
border-color:#3f3f3f;
} .owl-nav > div,
div.product .single-navigation > div >  a, .images-thumbnails > .thumbnails .owl-nav > div{
color:#bbbbbb;
border-color:#cccccc;
background:#ffffff;
} .text-light .owl-nav > div:hover:before,
.text-light .owl-nav > div:hover,
.style-light .owl-nav > div:hover,
.owl-dots > div > span:hover:before,
.owl-dots > div.active > span:before{
border-color:#e72304;
background-color:#e72304;
}
.woocommerce .product figure .color-image.active span:before,
.woocommerce .product figure .color.active span:before{
border-color:#e72304;
}
.images-thumbnails > .thumbnails .owl-nav > div:hover,
div.product .single-navigation > div >  a:hover,
.single-navigation > a:hover,
.owl-nav > div:hover{
border-color:#000000;
color:#000000;
background:#ffffff;
} table thead th,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
.ts-products-widget-shortcode.title-background-color .widgettitle,
.list-posts article:not(.format-quote) .entry-meta .date-time, 
article.single .entry-meta .date-time, 
.ts-blogs article:not(.quote) .entry-meta .date-time,
.ts-dropcap.style-2,
.ts-social-icons .ts-tooltip,
.product-group-button .button-tooltip{
color:#ffffff;
}
.primary-color,
.cart_list .amount,
.total .amount,
.column-tabs .tabs li:hover,
.column-tabs .tabs li.current,
.ol-style ol li:before,
.ol-style li:before,
.ul-style li:before,
.office-address:before,
.phone-numbers:before,
.email-address:before,
.fax-numbers:before,
.office-address:after,
.phone-numbers:after,
.email-address:after,
.fax-numbers:after,
.ts-dropcap,
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
.comments-area .reply a:hover,
.ts-product-in-category-tab-2-wrapper .see-more-button:hover,
ul.product_list_widget li .product-categories a:hover,
.ts-product-category-slider-wrapper .category-name h3 > a:hover,
.cats-link a:hover,
.tags-link a:hover,
.woocommerce .checkout #order_review table thead th,
.woocommerce-product-rating .woocommerce-review-link:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after,
body .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a i,
body .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover i,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body.wpb-js-composer .vc_toggle_default.vc_toggle_active .vc_toggle_title h4,
body.wpb-js-composer .vc_toggle_default .vc_toggle_title:hover h4,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_toggle_active .vc_toggle_icon:before, .ts-portfolio-wrapper .filter-bar li:hover,
.ts-portfolio-wrapper .filter-bar li.current,
.portfolio-inner .item a:hover,
.widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
.ts-social-icons li.custom .ts-tooltip:before,
body .style-3 .mailchimp-subscription.text-light button.button:hover,
a.view-more:hover, .order-number a,
label a:hover,
.widget-container ul > li a:hover,
.dokan-widget-area .widget ul li > a:hover,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:hover a,
.dokan-dashboard .dokan-dashboard-content a:hover,
.dokan-dashboard .dokan-dashboard-content li.active > a,
span.author a,
section.widget_nav_menu > div > ul > li > a:hover,
.widget-container ul ul li > a:hover,
.list-posts .heading-title a:hover,
p.lost_password a:hover,
.products .product.product-category a:hover h3, 
.woocommerce .products .product.product-category a:hover h3, 
header .header-template .my-account-wrapper .forgot-pass a:hover,
.woocommerce .products .product .product-categories a:hover, 
.woocommerce .widget-container il li .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.widget.ts-products-widget .product-categories a:hover,
.woocommerce .widget_layered_nav ul li:hover a,
.woocommerce .widget_layered_nav ul li:hover span.count,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce .widget_layered_nav ul li.chosen span.count,
.ts-feature-wrapper .feature-icon:hover,
.ts-product-attribute > div:hover a,
.ts-product-categories-widget ul.product-categories span.icon-toggle:hover,
.widget_categories > ul li.cat-parent > span.icon-toggle:hover,
.ts-product-categories-widget ul.product-categories li.current > a,
.ts-product-categories-widget ul.product-categories li a:hover,
.widget_categories > ul li.current-cat > a,
.widget_categories > ul li a:hover,
.ts-testimonial-wrapper.text-light .testimonial-content h4.name a:hover,
.ts-twitter-slider.text-light .twitter-content h4.name > a:hover,
.woocommerce .ts-product-deals-slider-wrapper .products .product .product-categories a:hover,
.woocommerce .ts-product-deals-slider-wrapper .products .center .product-name a:hover,
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.woocommerce .woocommerce-ordering ul li a:hover, 
.shipping-calculator-button:hover,
.widget-container .post_list_widget > li a.post-title:hover,
.single-portfolio .cat-links > a:hover,
body.error404 article h1,
body.error404 .icon-404 i,
.ts-tiny-cart-wrapper .ic-cart:before,
footer#colophon .ts-social-icons .social-icons.style-vertical li.custom:hover a span,
body .select2-container .select2-results__option[aria-selected=true],
body .select2-container .select2-results__option--highlighted[aria-selected], .ic-mobile-menu-close-button:hover,
a.ic-home:hover i, .mobile-menu-wrapper li:hover > a,
.mobile-menu-wrapper li .ts-menu-drop-icon:hover,
.mobile-menu-wrapper li.current-menu-item > a,
.mobile-menu-wrapper li.current_page_item > a,
.mobile-menu-wrapper li:hover:before,
.mobile-menu-wrapper li.current-menu-item:before,
.mobile-menu-wrapper li.current_page_item:before, .ts-team-member header > h3 a:hover, .pp_woocommerce div.product form.cart .variations td .reset_variations,
.woocommerce div.product form.cart .variations td .reset_variations, #ts-search-result-container .view-all-wrapper a:hover,
#ts-search-result-container ul li a:hover,
.pp_woocommerce table .quantity .minus:hover, 
.pp_woocommerce table .quantity .plus:hover, 
.woocommerce table .quantity .minus:hover, 
.woocommerce table .quantity .plus:hover, .list-cats li a:hover,
.widget-container .product_list_widget li a:hover,
.woocommerce .widget-container .product_list_widget li a:hover,
.widget.ts-products-widget .ts-wg-meta > a:hover,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a:hover,
.ts-header .header-top h3.product-name > a:hover, 
h3.product-name > a:hover, 
h3.product-name:hover,
.product-name a:hover,
.group_table a:hover,
.ts-feature-wrapper.active-feature .feature-header h3 > a,
.dashboard-widget.products ul li a:hover{
color:#e72304;
}
body .pp_nav .pp_play:hover:before, 
body .pp_nav .pp_pause:hover:before,
body .pp_arrow_previous:hover:before, 
body .pp_arrow_next:hover:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:hover:before{
color:#e72304 !important;
}
.tp-bullets.simplebullets .bullet:hover:after, 
.tp-bullets.simplebullets .bullet.selected:after,
body .rev_slider .tp-bullets .tp-bullet:hover:after, 
body .rev_slider .tp-bullets .tp-bullet.selected:after,
body rs-module-wrap .tp-bullets .tp-bullet:hover:after, 
body rs-module-wrap .tp-bullets .tp-bullet.selected:after,
body sr7-module sr7-bullets sr7-bullet:hover:after, 
body sr7-module sr7-bullets sr7-bullet.selected:after,
.widget-container:before,
.menu-wrapper > .ic-close-menu-button:hover,
.woocommerce div.product div.thumbnails li:hover a img,
.pp_woocommerce div.product div.thumbnails li:hover a img,
.ts-footer-block .widget-container ul li.custom:hover > a,
footer#colophon .ts-social-icons li.custom:hover a,
.ts-social-icons li.custom:hover a,
footer#colophon .ts-social-icons .style-vertical li.custom:hover a i:after,
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
body.wpb-js-composer .vc_general.vc_tta-style-2 .vc_tta-tabs-container{
border-color:#e72304;
}
table thead th,
.ts-dropcap.style-2,
.ts-products-widget-shortcode.title-background-color .widgettitle,
.list-posts article:not(.format-quote) .entry-meta .date-time,
article.single .entry-meta .date-time,
.ts-blogs article:not(.quote) .entry-meta .date-time,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:after,
.title-background-color .shortcode-heading-wrapper .heading-title,
.woocommerce table.cart th,
.ts-wishlist-table-wrapper .heading-row, .ts-team-member .image-thumbnail .social a.custom:hover, .ts-social-icons .style-vertical li.custom:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.c:hover a i:after,
.ts-social-icons li.custom:hover a,
footer#colophon .ts-social-icons li.custom:hover a,
.ts-social-icons li.custom  .ts-tooltip,
footer#colophon .ts-social-icons li.custom .ts-tooltip, .ts-tiny-cart-wrapper .ic-cart:after,
header .ts-search-by-category .search-content input[type="submit"]{
background-color:#e72304;
}
.cart_list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover,
.ts-wishlist-table-wrapper .item .product-remove a:hover,
.ts-compare-popup .item .remove:hover,
.ts-compare-table-wrapper .ts-remove-from-compare:hover,
.ts-compare-popup .close:hover{
color:#f94e4e !important;
} *,
* :before,
* :after,
.woocommerce table.shop_table, 
.woocommerce-page table.shop_table,
.woocommerce ul.order_details li,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.widget.ts-products-widget li > a.ts-wg-thumbnail,
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail,
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset,
.woocommerce table.my_account_orders tbody tr:first-child td:first-child,
body .woocommerce table.my_account_orders td.order-actions,
body div.pp_woocommerce .pp_gallery ul li a, 
body.wpb-js-composer .vc_separator.border-color .vc_sep_line,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes td, 
.woocommerce .widget_layered_nav ul, 
.woocommerce table.shop_table, 
.woocommerce table.shop_table td, 
body .wpb_flexslider.flexslider,
.widget_product_search, 
.widget_search, 
.widget-container.widget_calendar,
.entry-bottom .ts-social-sharing li a,
.woocommerce p.stars a.star-1, 
.woocommerce p.stars a.star-2, 
.woocommerce p.stars a.star-3, 
.woocommerce p.stars a.star-4, 
.woocommerce p.stars a.star-5,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce table.shop_attributes, 
.woocommerce #reviews #comments ol.commentlist li ,
.woocommerce div.product div.thumbnails li a img,
.pp_woocommerce div.product div.images-slider-wrapper img,
.woocommerce div.product div.images-thumbnails img,
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img,
body.thumbnail-no-border div.product div.images-thumbnails div.thumbnails li:hover img{
border-color:#ebebeb;
}
.ts-product-attribute > div:before{
background-color:#ebebeb;
border-color:#ebebeb;
} .vc_images_carousel .vc_left .icon-prev:after, 
.vc_images_carousel .vc_right .icon-next:after,
.tp-leftarrow.tparrows:after,
.tp-rightarrow.tparrows:after,
.sr7-leftarrow.sr7-arrows:after,
.sr7-rightarrow.sr7-arrows:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:after,
.theme-default .nivo-directionNav a:after{
background-color:#ffffff !important;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_right .icon-next:before,
.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before,
.sr7-leftarrow.sr7-arrows:before,
.sr7-rightarrow.sr7-arrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
color:#000000 !important;
}
.vc_images_carousel .vc_left:hover .icon-prev:after, 
.vc_images_carousel .vc_right:hover .icon-next:after,
.tp-leftarrow.tparrows:hover:after,
.tp-rightarrow.tparrows:hover:after,
.sr7-leftarrow.sr7-arrows:hover:after,
.sr7-rightarrow.sr7-arrows:hover:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:after,
.theme-default .nivo-directionNav a:hover:after{
background-color:#000000 !important;
}
.vc_images_carousel .vc_left:hover .icon-prev:before, 
.vc_images_carousel .vc_right:hover .icon-next:before,
.tp-leftarrow.tparrows:hover:before,
.tp-rightarrow.tparrows:hover:before,
.sr7-leftarrow.sr7-arrows:hover:before,
.sr7-rightarrow.sr7-arrows:hover:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:before,
.theme-default .nivo-directionNav a:hover:before{
color:#ffffff !important;
} #to-top a:hover,
a.button:hover,
button:hover, 
input[type="submit"]:hover, 
.shopping-cart p.buttons a:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab.vc_active > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:hover a, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a,
.mc4wp-form-fields input[type="submit"]:hover,
.woocommerce .cart_totals a.checkout-button.button,
body .mailchimp-subscription.text-default button.button,
.woocommerce .mailchimp-subscription.text-default button.button,
a.button.button-border-primary:hover,
input.button.button-border-primary:hover,
.woocommerce a.button.button-border-primary:hover,
.woocommerce input.button.button-border-primary:hover,
.woocommerce .button.button-primary,
body .button.button-primary,
body footer .style-1 .mailchimp-subscription button.button,
.woocommerce footer .style-1 .mailchimp-subscription button.button,
body input.wpcf7-submit:hover,
.portfolio-inner .icon-group a:hover,
.woocommerce .button.button-primary.transparent:hover,
body .button.button-primary.transparent:hover,
.summary .quickshop .button-tooltip,
.summary .wishlist .button-tooltip,
.summary .compare .button-tooltip,
div.product .summary .wishlist a:hover,
div.product .summary .compare a:hover,
div.product .summary .print a:hover,
div.product .summary .email a:hover,
.pp_woocommerce div.product form.cart .button, 
.woocommerce div.product form.cart .button,
.pp_woocommerce div.product p.cart .button, 
.woocommerce div.product p.cart .button,
.pp_woocommerce div.product form.cart .group_table .button:hover, 
.woocommerce div.product form.cart .group_table .button:hover,
.woocommerce #content table.shop_table input.button-secondary:hover, 
.woocommerce table.shop_table input.button-secondary:hover, 
.woocommerce-page #content table.shop_table input.button-secondary:hover, 
.woocommerce-page table.shop_table input.button-secondary:hover,
body .mfp-close-btn-in .mfp-close:hover,
.woocommerce ul.product_list_widget li .loop-add-to-cart a:hover,
.ts-stick-compare-button,
.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button,
.woocommerce #payment #place_order:hover, #ts-search-popup .search-button input:hover,
#ts-search-popup .ts-button-close:hover,
body div.ts-product-video.pp_pic_holder .pp_close:hover,
body .pp_nav .pp_play:hover, 
body .pp_nav .pp_pause:hover,
body div.pp_default .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
body div.pp_woocommerce.pp_pic_holder .pp_contract:hover,
body div.pp_default .pp_expand:hover,
body div.pp_default.pp_contract:hover{
background-color:#e72304;
border-color:#e72304;
color:#ffffff;
}
.woocommerce .cart_totals a.checkout-button.button:hover,
.woocommerce .button.button-primary.transparent,
body .button.button-primary.transparent,
a.button.button-border-primary,
input.button.button-border-primary,
.woocommerce a.button.button-border-primary,
.woocommerce input.button.button-border-primary,
.woocommerce .woocommerce-shipping-calculator .button:hover{
background:transparent;
color:#e72304;
border-color:#e72304;
}
.woocommerce .woocommerce-shipping-calculator .button:hover{
background:#ffffff;
}
#to-top a,
a.button,
button,
input[type="submit"],
.shopping-cart p.buttons a,
.woocommerce #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
body .mailchimp-subscription.text-default button.button:hover,
.woocommerce .mailchimp-subscription.text-default button.button:hover,
body .mailchimp-subscription.text-default button.button:focus,
.woocommerce .mailchimp-subscription.text-default button.button:focus{
background-color:#3f3f3f;
color:#ffffff;
border-color:#3f3f3f;
} .ts-pagination ul li a,
.dokan-pagination-container .dokan-pagination li a,
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
background-color:#ffffff;
color:#666666; border-color:#cccccc; } .breadcrumb-title-wrapper{
background-color:#ffffff;
}
.breadcrumb-title-wrapper .breadcrumb-title *{
color:#ffffff;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
color:#e72304;
}
.breadcrumb-title-wrapper .breadcrumb-title h1{
color:#ffffff;
}  .header-v1 .top-right,
.header-top{
border-color:#ebebeb;
}
.header-v1 .top-logo,
.header-v1 .logo-vetical-ipad{
background-color:#e72304;
}
.header-top,
.header-v1 .header-top .header-right:before{
background-color:#ffffff;
}
.header-top a:not(.button),
.header-top,
.header-v2 .header-top .shopping-cart-wrapper a.cart-control,
.header-v5 .header-top .shopping-cart-wrapper a.cart-control{
color:#848484;
} #lang_sel_click ul ul a:hover,
.header-currency ul li:hover a:not(.button),
.header-top .my-account-wrapper .account-control > a:hover,
.header-top .my-wishlist-wrapper > a:hover,
.header-top #lang_sel_click > ul > li > a:hover,
.header-top .wpml-ls a:hover, 
.header-top .wpml-ls a:focus, 
.header-top .wpml-ls ul ul li a:hover,
.header-top .wpml-ls ul ul li a:focus,
header.top-header-transparent .header-top .wpml-ls ul ul li a:hover,
header.top-header-transparent .header-top .wpml-ls ul ul li a:focus,
.header-top .wpml-ls .wpml-ls-current-language > a,
header.top-header-transparent .header-top .header-currency ul li a:not(.button):hover,
.header-top .header-currency > div > a:hover,
header.top-header-transparent .header-top .my-account-wrapper .account-control > a:hover,
header.top-header-transparent .header-top .my-wishlist-wrapper > a:hover,
header.top-header-transparent .header-top #lang_sel_click > ul > li > a:hover,
header.top-header-transparent .header-top .wpml-ls a:hover, 
header.top-header-transparent .header-top .wpml-ls a:focus, 
header.top-header-transparent .header-top .wpml-ls .wpml-ls-current-language > a,
header.top-header-transparent .header-top .header-currency > div > a:hover,
.header-template .shopping-cart-wrapper .ic-cart:before{
color:#e72304; }
@media 
only screen and (max-width: 768px){
body.woocommerce-cart .cart-collaterals .cart_totals table td {
padding: 15px 20px !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td {
text-align: start !important;
}
table.shop_table_responsive ul#shipping_method {
width: 100%;
display: inline-block;
margin-top: 10px;
clear: both;
}
.woocommerce-cart .woocommerce-shipping-calculator {
float: none !important;
}
.woocommerce table.shop_table.my_account_orders, 
.woocommerce-page table.shop_table.my_account_orders {
border-width: 0;
}
.woocommerce table.shop_table_responsive.my_account_orders tr, 
.woocommerce-page table.shop_table_responsive.my_account_orders tr {
margin-bottom: 30px;
border-width: 1px;
border-style: solid;
}
.woocommerce table.shop_table_responsive.my_account_orders tr td, 
.woocommerce-page table.shop_table_responsive.my_account_orders tr td {
padding: 10px 20px;
border-width: 0 0 1px 0;
}
.woocommerce table.shop_table_responsive.my_account_orders tr td:last-child, 
.woocommerce-page table.shop_table_responsive.my_account_orders tr td:last-child {
border-bottom-width: 0;
}
.woocommerce table.my_account_orders tbody tr th:first-child:before{
float: left; }
.woocommerce table.my_account_orders tbody tr th:first-child{
display: block !important;
text-align: end !important;
padding: 10px 20px;
border-width: 0 0 1px 0;
}
.woocommerce table.my_account_orders tbody tr:last-child td {
border-width: 0 0 1px 0;
}
.woocommerce table.my_account_orders tbody tr th:first-child:before {
content: attr(data-title) ": ";
color: initial;
}
.woocommerce table.shop_table_responsive.my_account_orders tr:nth-child(2n) th, 
.woocommerce-page table.shop_table_responsive.my_account_orders tr:nth-child(2n) th {
background-color: rgba(0, 0, 0, .025);
}
} @media only screen and (max-width: 767px){
.header-template .shopping-cart-wrapper a.cart-control .amount{
color:#e72304; }
}
@media 
only screen and (max-width: 991px)	and (min-width: 768px){
.header-v2 .header-right .shopping-cart-wrapper a.cart-control .amount, 
.header-v5 .header-right .shopping-cart-wrapper a.cart-control .amount{
color:#e72304; }
} .header-middle{
background-color:#ffffff;
} header .header-bottom,
header .header-v5 .header-bottom .header-left,
.header-v1 .header-bottom .header-right:before,
header .header-v7 .header-bottom .menu-wrapper{
background-color:#f1f1f1;
}
.header-v4 .header-bottom,
.header-v6 .header-bottom{
border-color:#ebebeb;
} body .category-dropdown .select2-dropdown,
header .ts-search-by-category{
background-color:#ffffff;
}
body .category-dropdown .select2-dropdown,
body .category-dropdown .select2-search--dropdown .select2-search__field,
body .category-dropdown .select2-container--open .select2-dropdown--below,
.header-v1 .ts-search-by-category:before,
.header-v2 .ts-search-by-category:before,
.header-v5 .ts-search-by-category:before,
.header-v7 .ts-search-by-category:before{
border-color:#e5e5e5;
}
.category-dropdown li,
header .select2-container .select2-selection--single .select2-selection__rendered,
.ts-header .ts-search-by-category select{
color:#000000;
}
header .select2-container .select2-selection--single .select2-selection__arrow b{
border-top-color:#000000;
}
header .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b{
border-bottom-color:#000000;
}
header .search-content input[type="text"]{
color:#666666;
background-color:#ffffff;
}
body .category-dropdown .select2-results__option[aria-selected=true], 
body .category-dropdown .select2-results__option--highlighted[aria-selected]{
color:#000000;
} header.top-header-transparent .shopping-cart-wrapper a.cart-control,
.shopping-cart-wrapper a.cart-control{
color:#000000;
}
.shopping-cart-wrapper a.cart-control .amount{
color:#e72304;
}
.header-v3 .header-top .shopping-cart-wrapper:before, 
.header-v4 .header-top .shopping-cart-wrapper:before,
header .header-v5 .header-bottom .header-right,
.header-v7 .header-middle .shopping-cart-wrapper{
background:#ffffff;
}  .vertical-menu-wrapper .vertical-menu-heading,
.header-v1 .header-bottom .header-left{
background-color:#202020;
color:#ffffff;
} .menu-wrapper nav > ul.menu > li > a,
.vertical-menu-wrapper .vertical-menu-heading{
font-family: "Roboto", sans-serif;
}
header .header-v3 .toggle-search:before,
header .header-v4 .toggle-search:before,
header .header-v6 .toggle-search:before,
.ts-menu > nav.pc-menu > ul.menu > li >.ts-menu-drop-icon,
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li.fa:before{
color:#848484;
}
.ts-menu > nav.pc-menu > ul.menu li:hover >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-product_cat-ancestor >.ts-menu-drop-icon,
.ic-close-menu-button:hover,
.menu-wrapper nav > ul.menu > li:hover > a,
.menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a,
.ts-menu-drop-icon.active:before,
.ts-menu-drop-icon:hover:before,
header .search-wrapper.active .toggle-search:before{
color:#e72304;
} .menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:before{
color:#000000;
}
.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li > a,
header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li > a{
color:#000000;
background-color:#f9f9f9;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
background-color:#f9f9f9;
}
.menu-wrapper .vertical-menu > ul.menu > li:hover > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li:hover > a,
header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li:hover > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a{
background-color:#ffffff;
color:#e72304;
}
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before{
color:#e72304;
} .menu-wrapper nav > ul.menu li ul.sub-menu:before,
.menu-wrapper .ts-menu > nav > ul.menu > li:after,
.menu-wrapper .ts-menu > nav > ul.menu > li > a:after,
.menu-wrapper .vertical-menu > ul.menu > li li ul.sub-menu:before,
.vertical-menu-wrapper .vertical-menu{
background-color:#ffffff;
} .menu-wrapper nav > ul.menu ul.sub-menu h1,
.menu-wrapper nav > ul.menu ul.sub-menu h2,
.menu-wrapper nav > ul.menu ul.sub-menu h3,
.menu-wrapper nav > ul.menu ul.sub-menu h4,
.menu-wrapper nav > ul.menu ul.sub-menu h5,
.menu-wrapper nav > ul.menu ul.sub-menu h6,
.menu-wrapper nav > ul.menu ul.sub-menu .h1,
.menu-wrapper nav > ul.menu ul.sub-menu .h2,
.menu-wrapper nav > ul.menu ul.sub-menu .h3,
.menu-wrapper nav > ul.menu ul.sub-menu .h4,
.menu-wrapper nav > ul.menu ul.sub-menu .h5,
.menu-wrapper nav > ul.menu ul.sub-menu .h6,
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
color:#000000;
} .menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a{
color:#848484;
font-family:"Roboto";
}
.ts-menu > nav.pc-menu > ul.menu ul li >.ts-menu-drop-icon{
color:#848484;
} .ts-menu > nav.pc-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current_page_item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current_page_parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-ancestor >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-product_cat-ancestor >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li.current-product_cat-ancestor >.ts-menu-drop-icon,
.menu-wrapper nav > ul.menu ul.sub-menu > li > a:hover,
.menu-wrapper nav div.list-link li > a:hover,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a:hover,
.menu-wrapper nav > ul.menu li.widget_nav_menu li.current-menu-item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_parent > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-parent > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-product_cat-ancestor > a{
color:#e72304;
}  .ts-social-icons li a,
footer#colophon .ts-social-icons a{
border-color:#848484;
color:#ffffff;
}
footer .ts-social-icons li a:before{
border-color:#848484;
}
ul.info-content li:after,
footer .box-office-address:after,
footer .box-phone-numbers:after,
footer .box-email-address:after,
footer .box-fax-numbers:after{
border-color:#848484;
}
.ts-social-icons .style-fill-bg li a,
footer#colophon .ts-social-icons .style-fill-bg li a{
background:#848484;
color:#ffffff;
}
footer .end-footer{
background-color:#202020;
}
footer .footer-container{
background-color:#202020;
}
footer .widget_calendar caption{
color:#202020;
}
footer#colophon,
footer#colophon a,
footer#colophon dt,
footer .mc4wp-form-fields label{
color:#999999;
}
.box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers,
footer .ts-social-icons .social-icons.style-vertical .ts-tooltip,
footer .mc4wp-form-fields h2.title,
footer#colophon a:hover,
footer#colophon h1,
footer#colophon h2,
footer#colophon h3,
footer#colophon h4,
footer#colophon h5,
footer#colophon h6,
footer#colophon .h1,
footer#colophon .h2,
footer#colophon .h3,
footer#colophon .h4,
footer#colophon .h5,
footer#colophon .h6,
footer#colophon h1.wpb_heading,
footer#colophon h2.wpb_heading,
footer#colophon h3.wpb_heading,
footer#colophon h4.wpb_heading,
footer#colophon h5.wpb_heading,
footer#colophon h6.wpb_heading
footer#colophon a:hover,
footer#colophon .wp-caption p.wp-caption-text,
footer#colophon .woocommerce ul.cart_list li span.amount, 
footer#colophon .woocommerce ul.product_list_widget li span.amount, 
footer#colophon .ts-blogs-widget-wrapper ul li a,
footer#colophon .ts-recent-comments-widget-wrapper ul li a,
.info-company li,
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover{
color:#ffffff;
}
footer .ts-social-icons .social-icons.style-vertical li a i:after{
border-color:#ffffff;
}
footer .widget_calendar caption{
background:#ffffff
}
footer#colophon .end-footer,
footer#colophon .end-footer a,
footer#colophon .end-footer dt{
color:#999999;
} .ts-product-deals-slider-wrapper .counter-wrapper > div,
.counter-wrapper > div{
background-color:#f7f7f7;
border-color:#f1f1f1;
color:#666666;
} .ts-price-table .rating:before,
.star-rating:before, 
.pp_woocommerce .star-rating:before, 
.woocommerce .star-rating:before, 
.testimonial-content .rating:before{
color:#ffad00;
}
.ts-price-table .rating span:before,
.star-rating span:before,
.pp_woocommerce .star-rating span:before, 
.woocommerce .star-rating span:before, 
.testimonial-content .rating span:before{
color:#ffad00
} #ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget.ts-products-widget .ts-wg-meta > a,
.ts-header .header-top h3.product-name > a,
h3.product-name > a,
h3.product-name,
.product-name a,
.woocommerce #order_review table.shop_table tbody td.product-name, 
.woocommerce #order_review table.shop_table tfoot td.product-name,
.single-navigation .product-info,
.group_table a{
color:#202020;
} .woocommerce .product .thumbnail-wrapper .product-group-button > div a,
.meta-wrapper div.wishlist a,
.meta-wrapper div.compare a,
.woocommerce .product .meta-wrapper a.added_to_cart,
.woocommerce .product .meta-wrapper a.button{
background-color:#ffffff;
border-color:#e8e8e8;
color:#666666;
}
.woocommerce .product .thumbnail-wrapper .loop-add-to-cart a.button:hover,
.woocommerce .product .thumbnail-wrapper .button-in:hover a,
.button-in a:hover,
.meta-wrapper .button-in.wishlist a:hover,
.meta-wrapper .button-in.compare a:hover,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a:hover,
.woocommerce .product .meta-wrapper a.added_to_cart:hover, 
.woocommerce .product .meta-wrapper a.button:hover,
.meta-wrapper div.wishlist a:hover,
.meta-wrapper div.compare a:hover,
.single-portfolio .ic-like:hover,
.product-group-button .button-tooltip,
.quickshop .button-tooltip,
.wishlist .button-tooltip,
.compare .button-tooltip{
background-color:#e72304;
border-color:#e72304;
color:#ffffff;
}
.quickshop .button-tooltip:after, 
.wishlist .button-tooltip:after, 
.compare .button-tooltip:after{
color:#e72304;
}
body .product-group-button .button-tooltip:after{
border-left-color:#e72304; }
body .product-group-button .button-tooltip:after{
border-right-color:#e72304; } .woocommerce .product .product-label .onsale,
.pp_woocommerce div.product .images .product-label span.onsale{
color:#ffffff;
background:#e72304;
}
.woocommerce .product .product-label .onsale.amount,
.pp_woocommerce div.product .images .product-label span.onsale.amount{
color:#ffffff;
}
.woocommerce .product .product-label .onsale:before,
.pp_woocommerce div.product .images .product-label .onsale:before{
border-top-color:#e72304;
}
.woocommerce .product .product-label .onsale:after,
.pp_woocommerce div.product .images .product-label .onsale:after{
border-bottom-color:#e72304;
}
.woocommerce .product .product-label .new,
.pp_woocommerce div.product .images .product-label span.new{
color:#ffffff;
background:#3a93ca;
}
.woocommerce .product .product-label .new:before,
.pp_woocommerce div.product .images .product-label .new:before{
border-top-color:#3a93ca;
}
.woocommerce .product .product-label .new:after,
.pp_woocommerce div.product .images .product-label .new:after{
border-bottom-color:#3a93ca;
}
.woocommerce .product .product-label .featured,
.pp_woocommerce div.product .images .product-label span.featured{
color:#ffffff;
background:#72b728;
}
.woocommerce .product .product-label .featured:before,
.pp_woocommerce div.product .images .product-label .featured:before{
border-top-color:#72b728;
}
.woocommerce .product .product-label .featured:after,
.pp_woocommerce div.product .images .product-label .featured:after{
border-bottom-color:#72b728;
}
.woocommerce .product .product-label .out-of-stock,
.pp_woocommerce div.product .images .product-label span.out-of-stock{
color:#ffffff;
background:#d4d4d4;
}
.woocommerce .product .product-label .out-of-stock:before,
.pp_woocommerce div.product .images .product-label .out-of-stock:before{
border-top-color:#d4d4d4;
}
.woocommerce .product .product-label .out-of-stock:after,
.pp_woocommerce div.product .images .product-label .out-of-stock:after{
border-bottom-color:#d4d4d4;
} .amount,
.woocommerce .products .product .price,
.woocommerce .products .product .amount,
.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.single-navigation .product-info .price{
color:#000000;
}
del .amount,
.woocommerce .products .product del .amount{
color:#000000;
}
ins .amount,
.woocommerce .products .product ins .amount{
color:#000000;
} .woocommerce-message,
.woocommerce .woocommerce-message,
.alert.alert-success,
div.wpcf7-mail-sent-ok,
.vc_color-alert-success.vc_message_box,
#page .wc-block-components-notice-banner{
background:#c1faa8;
color:#6db74c;
border-color:#6db74c;
}
.woocommerce-message:focus-visible,
.woocommerce .woocommerce-message:focus-visible {
border-color:#6db74c;
outline: 0;
}
.woocommerce-message a,
.woocommerce .woocommerce-message a,
#page .wc-block-components-notice-banner a{
color:#6db74c;
}
.woocommerce-message:before,
.woocommerce .woocommerce-message:before,
#page .wc-block-components-notice-banner:before,
.alert.alert-success:before,
.mailchimp-subscription .mc4wp-success:before,
.mailchimp-subscription .mc4wp-success{
color:#6db74c;
}
.woocommerce-info,
.woocommerce .woocommerce-info,
#page .wc-block-components-notice-banner.is-info,
.alert.alert-info,
.vc_color-alert-info.vc_message_box{
background:#fff4bb;
color:#e99b00;
border-color:#ffcc66;
}
.woocommerce-info:focus-visible,
.woocommerce .woocommerce-info:focus-visible {
border-color:#ffcc66;
outline: 0;
}
.woocommerce-info a, 
.woocommerce .woocommerce-info a,
#page .wc-block-components-notice-banner.is-info a{
color:#e99b00;
}
.woocommerce-info:before,
.woocommerce .woocommerce-info:before,
#page .wc-block-components-notice-banner.is-info:before,
.alert.alert-info:before{
color:#e99b00;
}
.woocommerce-error,
.woocommerce .woocommerce-error,
#page .wc-block-components-notice-banner.is-error,
.alert.alert-error,
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
.vc_color-alert-danger.vc_message_box{
background:transparent;
border-color:#e94b4b;
color:#666666;
}
.woocommerce-error:focus-visible,
.woocommerce .woocommerce-error:focus-visible {
border-color:#e94b4b;
outline: 0;
}
.woocommerce-error a,
.woocommerce .woocommerce-error a,
#page .wc-block-components-notice-banner.is-error a{
color:#666666;
}
.mailchimp-subscription .mc4wp-error,
.woocommerce-error:before,
.woocommerce .woocommerce-error:before,
#page .wc-block-components-notice-banner.is-error:before,
.alert.alert-error:before,
.mailchimp-subscription .mc4wp-error:before{
color:#e94b4b;
}
.alert.alert-warning,
#page .wc-block-components-notice-banner.is-warning,
div.wpcf7-spam-blocked,
.vc_color-alert-warning.vc_message_box{
background:ffffff;
color:#666666;
border-color:#f5d817;
}
.alert.alert-warning:before,
#page .wc-block-components-notice-banner.is-warning:before{
color:#f5d817;
}
.alert.alert-warning a,
#page .wc-block-components-notice-banner.is-warning a,
div.wpcf7-spam-blocked a,
.vc_color-alert-warning.vc_message_box a{
color:#666666;
}
.woocommerce-message a.button,
.woocommerce .woocommerce-message a.button,
#page .wc-block-components-notice-banner a.button{
background:#ffffff !important;
color:#77d23f !important;
border-color:#77d23f;
}
.woocommerce-message a.button:hover,
.woocommerce .woocommerce-message a.button:hover,
#page .wc-block-components-notice-banner a.button:hover{
background:#77d23f !important;
color:#ffffff !important;
border-color:#77d23f;
}
.woocommerce-error a.button,
.woocommerce .woocommerce-error a.button,
#page .wc-block-components-notice-banner.is-error a.button{
background:ffffff !important;
color:#e94b4b !important;
border-color:#e94b4b;
}
.woocommerce-error a.button:hover,
.woocommerce .woocommerce-error a.button:hover,
#page .wc-block-components-notice-banner.is-error a.button:hover{
background:#e94b4b !important;
color:#ffffff !important;
border-color:#e94b4b;
}
.woocommerce-info a.button,
.woocommerce .woocommerce-info a.button,
#page .wc-block-components-notice-banner.is-info a.button{
background:#ffffff !important;
color:#e99b00 !important;
border-color:#e99b00;
}
.woocommerce-info a.button:hover,
.woocommerce .woocommerce-info a.button:hover,
#page .wc-block-components-notice-banner.is-info a.button:hover{
background:#e99b00 !important;
color:#000000 !important;
border-color:#e99b00;
} .mobile-menu-wrapper{
background:#2f2f2f;
}
.mobile-menu-wrapper li > a,
.mobile-menu-wrapper li:before,
.mobile-menu-wrapper li > .ts-menu-drop-icon{
color:#f5f5f5;
}@media only screen and (max-width: 767px){
body.admin-bar .category-dropdown .select2-dropdown{
margin-top: 46px;
} body .slideshow-margin{
margin-top:-50px !important;
}
.header-v7 .shopping-cart-wrapper{
width: auto;
float: right; } .box-boxshadow{
padding:0 10px 0 10px;
margin-top:0;
}
.vc_column_container:after{
display:table;
content:"";
clear:both;
}
body .dokan-store-sidebar.dokan-w3,
body .dokan-single-store.dokan-w8{
width:100%;
clear:both;
float:none;
padding-left:0;
padding-right:0;
} .header-top .header-left{
position:absolute;
left:0; top:10px;
float:none;
z-index: 900;
}
.header-top .header-right{
width:100%; } .header-v1 .group-meta-header{
padding-left:10px;
padding-right:10px;
}
body .ic-mobile-menu-button{
display:inline-block !important;
float:left; width:50px;
font-size:24px;
line-height:26px;
text-align:center;
cursor:pointer;
z-index:9;
}
.header-v1 .container{
padding-left:0;
padding-right:0;
}
header .logo-wrapper.logo-vetical-ipad{
display:inline-block;
width:100%;
text-align:center;
position:relative;
padding:20px 0;
}
.header-v1 .header-top .header-left{
display:none !important;
}
.header-v1 .header-top .header-right{
width:100%;
display:inline-block;
padding-left:0 !important;
padding-right:0 !important;
}
.header-v1 .header-top,
.header-v1 > .container,
.header-v1 .header-top, 
.header-v1 .header-bottom,
.header-v1 .header-top  > *, 
.header-v1 .header-bottom  > *{
display:block;
}
.header-v1 .top-right{
padding-bottom:0;
padding-top:10px;
}
.header-v1 .group-meta-header{
width:100%;
border-width:1px 0 0 0;
border-style:solid;
}
.header-v1 .shopping-cart-wrapper{
display:none !important;
}
.header-v1 .header-bottom .header-right{
padding-top:4px;
padding-bottom:4px;
}
.header-v1 .header-right .menu-wrapper{
padding:0;
}
header .header-v1 .search-wrapper{
margin-left:0;
margin-right:0;
width:100%;
}
header .header-v1 .search-wrapper .search-field, 
header .header-v1 .search-wrapper form, 
header .header-v1 .search-wrapper input[type="text"]{
max-width:100%;
} .header-v2 .header-middle,
.header-v5 .header-middle{
padding-top:20px;
padding-bottom:20px;
}
header .header-v2 .logo-wrapper,
header .header-v5 .logo-wrapper{
width:100%;
text-align:center;
}
header .header-v2 .search-wrapper,
header .header-v5 .search-wrapper{
margin-top:20px;
}
.header-middle .menu-wrapper{
display:none !important;
}
.header-top > .container,
.page-template-fullwidth-template .ts-header .header-top > .container{
padding-left:0;
padding-right:0;
}
.layout-fullwidth .header-middle > .container,
.layout-fullwidth .breadcrumb-title-wrapper .breadcrumb-content,
.layout-fullwidth .header-top > .container, 
.layout-fullwidth .header-middle > .container, 
.layout-fullwidth .header-bottom > .container,
#main > .fullwidth-template,
.page-template-fullwidth-template .ts-header .container,
.page-template-fullwidth-template footer .container{
padding-left:10px;
padding-right:10px;
}
.layout-fullwidth .container.no-padding,
.layout-fullwidth #main > .page-container{
padding-left:0px;
padding-right:0px;
}
.header-top{
padding-bottom:0;
padding-top:10px;
}
.header-v3 .header-top, 
.header-v4 .header-top,
.header-v6 .header-top{
padding-bottom:0;
}
.header-middle{
padding-top:20px;
padding-bottom:20px;
}
.header-middle > .container{
display:block
}
.header-middle > .container > div{
display:block;
text-align:center;
}
header .header-v3 .search-wrapper,
header .header-v4 .search-wrapper{
margin-bottom:20px;
}
header .header-v4 .search-wrapper{
margin-top:20px;
}
header .header-v6 .search-content input[type="text"]{
padding-top:16px;
padding-bottom:16px;
}
.header-middle > .container > div.shopping-cart-wrapper{
display:none;
}
.header-middle > .container > div.banner-middle-content{
margin:15px 0;
}
.ts-header .logo-wrapper{
width:100%;
text-align:center;
}
.ts-header .header-v3 .logo-wrapper{
padding:20px 0;
}
header .header-v7 .search-wrapper{
margin-top:20px;
}
.toggle-search{
display:none !important;
}
header .header-v4 .search-wrapper{
position:relative;
top:auto !important;
left:auto !important;
right:auto !important;
bottom:auto !important;
transform:none;
-webkit-transform:none;
-moz-transform:none;
}
header.ts-header .header-v3 .search-wrapper .ts-search-by-category, 
header.ts-header .header-v4 .search-wrapper .ts-search-by-category,
header.ts-header .header-v6 .search-wrapper .ts-search-by-category{
visibility: visible;
opacity: 1;
position:relative;
top:auto;
left:auto;
right:auto;
bottom:auto;
}
.header-v3 .ts-search-by-category .search-table .search-content, 
.header-v4 .ts-search-by-category .search-table .search-content,
.header-v6 .ts-search-by-category .search-table .search-content{
max-width:100%;
width:100%;
}
.ts-header .search-wrapper .search-field, 
.ts-header .search-wrapper form,
.ts-header .search-wrapper input[type="text"]{
width:100%;
}
.menu-wrapper > .ts-menu > nav{
display:none !important;
}
.vertical-menu-wrapper{
width:100%;
}
.vertical-menu-wrapper .vertical-menu{
position:static;
opacity:1;
visibility:visible
}
.vertical-menu-wrapper:hover .vertical-menu{
animation:none;
-webkit-animation:none;
-moz-animation:none;
display:none;
}
.display-vertical-menu .vertical-menu-wrapper .vertical-menu{
display:none;
}
.menu-wrapper .vertical-menu > ul.menu li:hover > ul.sub-menu, 
.widget-container .vertical-menu > ul.menu li:hover > ul.sub-menu,
.menu-wrapper .vertical-menu > ul.menu ul.sub-menu li:hover > ul.sub-menu{
display:none;
animation:none;
-webkit-animation:none;
-moz-animation:none;
}
#page.menu-mobile-active > .menu-wrapper{
-webkit-transform: translate(-100%,0); -moz-transform: translate(-100%,0); -ms-transform: translate(-100%,0); transform: translate(-100%,0); }
#page.menu-mobile-active:before{
visibility:hidden;
} .mobile-menu span.ts-menu-drop-icon{
position:absolute;
display: inline-block;
top:4px;
left:auto;
bottom:auto;
right:10px; z-index:3;
cursor:pointer;
padding:7px 10px;
}
.mobile-menu span.ts-menu-drop-icon:before{
content: "\f0d7";
font-family: 'FontAwesome';
}
.mobile-menu span.ts-menu-drop-icon.active:before{
content: "\f0d8";
}
.mobile-menu-wrapper ul{
margin:0;
}
.ic-mobile-menu-button{
width:50px;
float:left; display:inline-block;
cursor:pointer;
font-size:24px;
text-align:center;
}
.ic-mobile-menu-close-button{
width:50px;
display:inline-block;
cursor:pointer;
font-size:24px;
text-align:center !important;
padding:7px 0;
}
.mobile-menu-wrapper{
text-align:center;
}
.mobile-menu-wrapper > *{
text-align:left }
.mobile-menu-wrapper .mobile-menu > ul.menu,
.mobile-menu-wrapper .mobile-menu > ul.menu ul{
margin:0;padding:0;
}
.mobile-menu-wrapper .mobile-menu > ul.menu ul{
padding-top:10px;
padding-bottom:15px;
border-width:1px 0 0 0;
border-style:solid;
border-color:rgba(135,135,135,0.2);
}
.mobile-menu-wrapper .mobile-menu ul.sub-menu li > a{
padding-left:30px }
.mobile-menu-wrapper .mobile-menu ul.sub-menu li li > a{
padding-left:50px }
.mobile-menu-wrapper li{
list-style:none;
width:100%;
padding:0;
margin:0;
position:relative;
}
.mobile-menu-wrapper li a{
width:100%;
padding:11px 20px;
display:inline-block;
border-width:1px 0 0 0;
border-style:solid;
border-color:rgba(135,135,135,0.2);
z-index:1;
position:relative;
text-transform:uppercase;
}
.mobile-menu-wrapper li li a{
border:0;
text-transform:none;
padding-top:8px;
padding-bottom:8px;
}
.mobile-menu-wrapper li a:hover{
text-decoration:none;
}
#page > header,
#page > #main,
#page > footer{
transition: transform 200ms ease 0s;
-webkit-transition: transform 200ms ease 0s;
-moz-transition: transform 200ms ease 0s;
}
#page.menu-mobile-active .mobile-menu-wrapper{
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
#page:before{
position:absolute;
visibility:hidden;
left:-1px; right:0;
bottom:0;
top:0;
content:"";
background:rgba(0,0,0,0.5);
z-index:9999;
transition: all 200ms ease 0s;
-webkit-transition: all 200ms ease 0s;
-moz-transition: all 200ms ease 0s;
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
#page.menu-mobile-active:before{
visibility:visible;
} .header-template .shopping-cart-wrapper .ic-cart{
width:auto;
position:static;
}
.header-template  .shopping-cart-wrapper .ic-cart:before{
font-family: 'FontAwesome';
content: "\f290";
font-size:16px;
line-height:20px;
position:relative;
top:-1px;
left:auto; right:auto; bottom:0;
margin-right:5px }
.shopping-cart-wrapper .ic-cart .cart-number{
display:none !important;
}
.cart-drop-icon{
display:none !important
}
.shopping-cart-wrapper.cart-mobile{
float:right; display: inline-block !important;
margin: 0 !important;
position: relative;
top: auto;
left: auto;
right: auto;
bottom: auto;
margin: 0 !important;
padding: 0 !important;
}
.shopping-cart-wrapper.cart-mobile:after{
display:table;
content:"";
clear:both;
}
.shopping-cart-wrapper.cart-mobile .ts-tiny-cart-wrapper{
border:0;
position:relative;
}
.shopping-cart-wrapper.cart-mobile a.cart-control{
padding:0; }
.shopping-cart-wrapper.cart-mobile .ts-tiny-cart-wrapper .ic-cart:after{
display:none;
}
.shopping-cart-wrapper.cart-mobile .ts-tiny-cart-wrapper .ic-cart .ic{
top:7px;
left:0 }
.dropdown-container,
.ts-tiny-account-wrapper:before{
display:none !important;
} .logo-wrapper .normal-logo{
display:none;
}
.logo-wrapper .normal-logo.mobile-logo{
display:inline-block;
}
.fullwidth-template-padding .fullwidth-template{
padding-left:10px;
padding-right:10px;
} .header-v6 .header-top .shopping-cart-wrapper{
display:inline-block !important;
float:right; }
.header-v6 .header-middle > .container > div{
width:100%;
}
header .header-v6 .search-table .search-content input[type="text"]{
padding-left:0; padding-right:35px; }
header .header-v6 .logo-wrapper{
padding:10px 0;
}
.header-v3 .header-middle, 
.header-v6 .header-middle{
clear:both;
}
header .header-v6 .ts-search-by-category{
transform:none;
-webkit-transform:none;
-moz-transform:none;
} .home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3,
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-8,
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-4,
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
width:100%;
}
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3,
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
margin-bottom:20px;
}
.fix-columns-hotdeals .vc_col-sm-4{
width:calc(100% + 2px);
}
.fix-columns-hotdeals .vc_col-sm-8{
width:100%;
} .fix-width-col-one-third .vc_col-sm-4{
display:none;
}
.hidden-button-product .woocommerce .ts-product.item-list .products .product{
margin-bottom:20px;
}
.fix-width-col-one-third .vc_col-sm-8{
width:100%;
padding-left:10px !important;
padding-right:10px !important;
} #main > .fullwidth-template{
padding-left:10px;
padding-right:10px;
} .footer-two-column:before{
display:none;
}
.style-2 .mailchimp-subscription{
max-width:100%;
}
.footer-two-column .vc_col-sm-8{
padding-left:10px; padding-right:10px; } .vetical-slideshow,
.fullwidth-tab{
width:100%;
margin-left:0 !important;
margin-right:0 !important;
}
.vertical-banner{
width:100%;
}
.fullwidth-deal{
width:100%;
} .blank-page-template .ts-mailchimp-subscription-shortcode{
padding-left:0;
padding-right:0;
} .ts-wishlist-table-wrapper {
border-width: 0;
}
.ts-wishlist-table-wrapper .heading-row{
display: none;
}
.ts-wishlist-table-wrapper .items .item{
display: grid;
grid-template-columns: [left] 100px [right] 1fr; align-items: center;
gap: 2px 20px;
border-width: 1px;
border-style: solid;
margin-bottom: 10px;
padding: 15px 30px 15px 15px; position: relative;
}
.ts-wishlist-table-wrapper .items .item:last-child {
margin-bottom: 0;
}
.ts-wishlist-table-wrapper.empty-wishlist .items .item:only-child {
display: block;
}
.ts-wishlist-table-wrapper .items .item .product-remove{
width: 20px;
height: 20px;
position: absolute;
top: 7px;
right: 2px; margin: 0;
padding: 0;
}
.ts-wishlist-table-wrapper .items .item .product-thumbnail {
grid-column: left; grid-row-end: span 4;
display: flex;
align-self: center;
padding: 0;
}
.ts-wishlist-table-wrapper .items .item > span:not(.product-thumbnail):not(.product-remove){
grid-column: right; width: 100%;
text-align: start !important;
gap: 10px;
padding: 0;
display: flex;
align-items: center;
}
.ts-wishlist-table-wrapper .items .item .product-name > a{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.ts-wishlist-table-wrapper .items .item .product-thumbnail img,
.ts-wishlist-table-wrapper .wishlist-item > .product-thumbnail{
width: 100%;
}
.ts-wishlist-table-wrapper :where(.heading-row, .wishlist-item) > :where(.product-stock-status, .product-price) {
max-width: none !important;
}
.ts-wishlist-table-wrapper .product-add-to-cart a {
margin-top: 5px;
width: 100%;
} .ts-remove-from-compare {
top: 5px;
}
.ts-compare-popup .content-wrapper {
width: 100%;
padding-left: 10px;
padding-right: 10px;
}
.ts-compare-table-wrapper > div.product-thumbnail > div:not(.heading) {
display: flex;
flex-direction: column;
}
.ts-compare-popup .items .item .product-meta {
display: none
}
.ts-compare-table-wrapper > div.product-thumbnail > div:not(.heading) {
display: flex;
flex-direction: column;
}
.ts-compare-popup .items .item .product-meta {
display: none;
}
.ts-compare-popup .items .item .product-wrapper {
flex-direction: column;
flex-wrap: nowrap;
gap: 5px;
}
.ts-compare-popup .items {
flex: none;
gap: 1px;
}
.ts-compare-popup .items .item {
padding: 10px;
}
.ts-compare-popup .item .remove {
font-size: 8px;
width: 20px;
height: 20px;
}
.ts-compare-table-wrapper > div.product-thumbnail .heading {
display: none;
}
.ts-compare-table-wrapper > div {
display: flex;
flex-wrap: wrap;
gap: 0;
justify-content: center;
}
.ts-compare-table-wrapper > div .heading {
width: 100%;
text-align: center;
font-size: calc(1em + 1px);
padding: 10px;
}
.ts-compare-table-wrapper > div > *:not(.heading) {
width: 33.33333%; 
padding: 10px;
}
.ts-compare-table-wrapper > div.product-pa_color > *:not(.heading) {
line-height: 0;
}
.ts-compare-table-wrapper > div.product-thumbnail > div:not(.heading) {
padding-top: 30px;
}
.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button {
width: 40px;
height: 40px;
padding: 0;
min-width: 0;
text-align: center;
gap: 0;
display: flex;
}
.ts-remove-from-compare:before {
font-size: 10px;
}
.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button:before {
content: "\e66e";
font-family: 'Pe-icon-7-stroke';
font-weight: normal;
font-style: normal;
letter-spacing: 0;
font-size: 18px;
line-height: 38px;
margin: 0;
}
.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button.added:before {
content: "\f00c";
font-family: 'FontAwesome';
font-weight:400;
font-size: 14px;
}
.ts-compare-table-wrapper .product-add-to-cart .button-tooltip {
display: none;
} .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-content{
height:auto;
}
.breadcrumb-title-wrapper.breadcrumb-v3{
padding:0;
position:relative;
}
#main > .page-container.show_breadcrumb_v3,
#main > .fullwidth-template.show_breadcrumb_v3{
margin-top:0;
}
.breadcrumb-title-wrapper.breadcrumb-v3:after{
display:none;
}
.breadcrumb-title-wrapper .breadcrumb-content{
height:100px;
padding-top:20px;
padding-bottom:20px;
}
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-content{
padding-top:0;
padding-bottom:0;
}
html h2, 
html .h2, 
html h1.wpb_heading, 
html .ts-heading h2, 
html .breadcrumb-title-wrapper .breadcrumb-title h1{
font-size:22px;
line-height:26px;
}
html h1,
html .h1,
html .ts-heading h1
{
font-size:26px;
line-height:30px;
}
html .h1-big, 
html .h2-big{
font-size:36px;
line-height:40px;
}
.woocommerce .products.list .product .price, 
.woocommerce .products.list .product .price .amount{
font-size:20px;
} .ts-columns > .ts-item{
width:100%;
}
#to-top{
right:0; bottom:0;
}
.woocommerce table.shop_table_responsive tr td:before, 
.woocommerce-page table.shop_table_responsive tr td:before{
float:left; }
.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td{
text-align:right !important } .contact-form .col-1, 
.contact-form .col-2{
width:100%;
} .single-portfolio .thumbnails{
width:100%;
padding-left:0; padding-right:0; }
article.single-portfolio .entry-content{
width:100%;
margin-top:30px !important;
} .visible-ipad{
display:none !important
}
div#main{
min-height:200px;
}
.tp-leftarrow.tparrows,
.tp-rightarrow.tparrows,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a,
.ts-product-category-slider-wrapper.ts-slider .owl-nav > div{
width:28px !important;
height:28px !important;
line-height:28px !important;
min-height:28px;
min-width:28px;
}
.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before,
.ts-product-category-slider-wrapper.ts-slider .owl-nav > div:before{
font-size:18px !important;
line-height:26px !important;
}
body .rev_slider_wrapper .ts-revo-button.tp-button,
body rs-module-wrap .ts-revo-button.tp-button,
body sr7-module .ts-revo-button.tp-button{
line-height:14px !important
}
.tp-leftarrow,
.tp-rightarrow,
.wpb_gallery .wpb_flexslider .flex-direction-nav a,
.theme-default .nivo-directionNav a{
width:24px !important;height:24px !important;
line-height:24px !important;
}
.tp-leftarrow:before,
.tp-rightarrow:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
font-size:20px;
line-height:24px !important;
}  .comment_list_widget .comment-meta > .avatar{
width:60px;
} .menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon{
display:inline-block !important;
position:absolute;
z-index:99;
left:auto;
right:0; top:9px;
width:40px;
height:30px;
line-height:30px;
text-align:center;
cursor:pointer;
border:0 !important;
}
.vertical-menu ul.sub-menu:before{
background-image:none !important;
}
.ts-mega-menu{
width:100% !important;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a, 
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a:first-child{
padding-top:20px;
padding-bottom:20px;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
display:inline-block;
height:auto;
}
.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon{
background:transparent !important;
}
.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon:before{
content: "\f0d7" !important;
}
.menu-wrapper .vertical-menu > ul.menu > li .ts-menu-drop-icon.active:before{
content: "\f0d8" !important;
}
.menu-wrapper .vertical-menu > ul.menu > li ul.sub-menu:before{
border-width:1px 0 0 0;
}
.menu-wrapper .vertical-menu > ul.menu ul li > .ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li ul .ts-menu-drop-icon{
right:-12px }
.menu-wrapper .vertical-menu > ul.menu ul.sub-menu li ul ul.sub-menu{
padding:15px 15px 18px 15px;
margin:10px 0;
}
.menu-wrapper .vertical-menu > ul.menu li ul ul.sub-menu:before{
border-width:1px 0 1px 0;
right:0 !important;
left:0 !important;
}
.menu-wrapper .vertical-menu > ul.menu ul li > .ts-menu-drop-icon{
top:6px;
margin:0;
}
.menu-wrapper .vertical-menu > ul.menu li ul.sub-menu{
left:auto !important;
right:auto !important;
top:auto !important;
bottom:auto !important;
min-height:0 !important;
animation: none !important;
-webkit-animation: none !important;
-moz-animation: none !important;
visibility:visible !important;
opacity:1 !important;
display:none;
position:relative !important;
background-image:none !important;
width:100% !important;
max-width:100% !important;
border:0 !important;
} .widget-container .ts-mega-menu,
.widget-container .vertical-menu > ul.menu > li ul li.widget_nav_menu, 
.widget-container .vertical-menu div.list-link{
width:100% !important;
}
.widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
#right-sidebar .widget-container .vertical-menu > ul.menu > li.parent > a >.menu-label:after,
.widget-container .vertical-menu > ul.menu > li.menu-item-has-children:not(.parent) > a >:before,
#right-sidebar .widget-container .vertical-menu > ul.menu > li.menu-item-has-children:not(.parent) > a >:before{
content: "\f107" !important;
} .product-category-top-content .widget-title-wrapper a.block-control{
display:none !important;
}
.product-category-top-content .widget-container > form,
.product-category-top-content .widget-container > div,
.product-category-top-content .widget-container > select,
.product-category-top-content .widget-container > ul{
display:block !important;
}
.ts-sidebar.product-category-top-content .widget-container{
width:100%;
margin:0;
float:none; } .widget_price_filter > form{
width:100%;
} .ts-widget-main a.block-control{
display:none !important;
}
.ts-widget-main .widget-container > div,
.ts-widget-main .widget-container > form{
display:inline-block !important;
}
.widget-title-wrapper{
position:relative;
}
.widget-title-wrapper a.block-control:hover{
text-decoration:none;
}
.widget-title:after{
bottom:-1px;
}
.widget-title-wrapper a.block-control{
position:absolute;
content:"";
width:30px;
height:30px;
display:inline-block;
line-height:0;
right:-15px; top:8px;
text-align:center;
text-indent:0;
z-index:999;
}
.widget-container.ts-products-widget .widget-title-wrapper a.block-control,
.widget-container.ts-products-tabs-widget .widget-title-wrapper a.block-control{
right:5px; }
.widget-container .owl-nav, 
.widget .owl-nav{
right:20px; }
.ts-products-widget .widget-title{
padding-right:90px; }
.wpb_widgetised_column .ts-products-widget .widget-title{
padding-right:70px; }
.ts-recent-comments-widget .widget-title, 
.ts-blogs-widget .widget-title{
padding-right:70px; }
.wpb_widgetised_column .ts-recent-comments-widget .widget-title, 
.wpb_widgetised_column .ts-blogs-widget .widget-title{
padding-right:50px; }
.widget-container.ts-products-widget .owl-nav{
right:24px; }
.wpb_widgetised_column .widget-container.ts-products-widget .owl-nav{
right:10px; }
.wpb_widgetised_column .widget-container .owl-nav,
.wpb_widgetised_column .widget .owl-nav{
right:-10px; }
.mailchimp-subscription .widget-title-wrapper a.block-control,
.widget_search .widget-title-wrapper a.block-control,
.widget_product_search .widget-title-wrapper a.block-control,
.widget_calendar .widget-title-wrapper a.block-control,
.widget_calendar:before{
display:none !important;
}
section.widget_product_search > form input[type="search"], 
section.widget_search > form input[type="text"]{
margin-bottom:20px;
}
.widget_calendar .widget-title{
margin-left:0;
margin-right:0;
}
.widget_calendar .calendar_wrap,
section.widget_product_search > form, 
section.widget_search > form,
.mailchimp-subscription .subscribe-widget,
.mailchimp-subscription img.bg-newsletter{
display:block !important;
}
.mailchimp-subscription{
max-width:340px;
margin-left:auto;
margin-right:auto;
}
footer .widget-title-wrapper a.block-control{
top:0;
}
.feedburner-subscription .widget-title-wrapper a.block-control{
top:-2px;
}
.widget-title-wrapper a.block-control:before{
content: "\f0fe";
font-family: 'FontAwesome';
font-size:16px;
line-height:30px;
text-indent:0;
}
.widget-title-wrapper a.block-control.active:before{
content: "\f146";
} .ts-gallery-img.columns-4 li,
.ts-gallery-img.columns-5 li{
width:50%;
}
.ts-gallery-img.columns-4 li:nth-child(2n+1),
.ts-gallery-img.columns-5 li:nth-child(2n+1){
clear:both;
} .ts-sidebar .widget-container{
margin-bottom:20px;
}
.page-container{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-flow: row wrap;
max-width:100%;
margin-left:0;
margin-right:0;
}
#right-sidebar{ 
-ms-flex-order: 3;
order: 3;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
}
#left-sidebar{ 
-ms-flex-order: 2;
order: 2;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
}
#main-content{ 
-ms-flex-order: 1;
order: 1;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
}
body.archive.woocommerce .page-container{
display:block;
}
body.archive.woocommerce #right-sidebar,
body.archive.woocommerce #left-sidebar,
body.archive.woocommerce #main-content{ 
-ms-flex-order: initial;
order: initial;
max-width:100%;
}
#main-content.ts-col-24{
-ms-flex-order: initial;
order: initial;
}
.hidden-phone{display:none !important;}
.visible-phone{display:block !important} .woocommerce .cart-collaterals .cart_totals, 
.woocommerce .cart-collaterals .cross-sells, 
.woocommerce .cart-collaterals .shipping_calculator, 
.woocommerce-page .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .shipping_calculator{
text-align:left }
.woocommerce .col2-set .col-1{
margin-bottom:30px;
}
body input, 
body select, 
body textarea,
body input[type="search"], 
body input[type="text"], 
body input[type="password"], 
body input[type="number"], 
body input[type="email"], 
body input[type="tel"], 
body input[type="date"], 
body select, 
body textarea{
width:100%;
max-width:100%;
} .woocommerce table.cart td.actions .coupon .input-text{
width:60%;
float:left; max-width:100%;
margin-right:2%; }
.woocommerce table.cart td.actions .coupon .button {
width:38%;
margin:0;
float:left; }
.woocommerce table.cart td > input.button{
margin-left:0;
margin-right:0;
width:100%;
display:inline-block
}
.woocommerce table.cart td.actions .coupon{
float:none; margin-bottom:0;
padding-bottom:0;
width:100%;
display:inline-block;
}
.woocommerce .checkout .col2-set, 
#order_review_heading, 
.woocommerce .checkout #order_review{
float:none; width:100%;
}
.woocommerce .checkout .col2-set,
.checkout-login-coupon-wrapper{
width:100%;
padding-right:0; } #comment-wrapper{
margin-bottom:50px;
} .woocommerce table.cart td.actions .coupon{
width:100%;
}
table.shop_table.cart th{
font-size:13px;
line-height:16px;
}
table.shop_table.cart th.product-name{
min-width:100px;
}
table.shop_table.cart .amount{
font-size:14px;
line-height:16px;
}
.woocommerce table.cart td.actions .coupon .input-text{
width:58%;
max-width:100%;
margin-right:2%; }
.woocommerce table.cart td.actions .coupon input[type="submit"]{
width:40%;
margin:0;
}
.woocommerce table.cart td.actions > [type="submit"]{
width:100%;
} .order-total .amount{
font-size:13px;
line-height:20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
width:100% !important;
}
.woocommerce-account .woocommerce-MyAccount-content{
margin:20px 0 0 0; clear:both;
padding:0 !important;
display:inline-block;
width:100%;
} .woocommerce div.product:not(.vertical-thumbnail) .product_title{
padding:0 50px 0 0; }
body div.product p.price .woocommerce-Price-amount, 
body div.product .single_variation .amount, 
body.woocommerce div.product .single_variation .amount{
font-size:20px;
line-height:24px;
}
div.product .summary > .price{
margin:5px 0 12px 0;
}
.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:100px }
.woocommerce div.product.vertical-thumbnail .thumbnails{
width:90px;
}
div.product.vertical-thumbnail .thumbnails li{
padding-top:10px;
}
.woocommerce div.product.vertical-thumbnail .thumbnails{
margin-top:-10px;
}
.vertical-thumbnail .images-thumbnails > .thumbnails .owl-nav > div.owl-next{
top:11px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
min-width:110px;
}
.woocommerce div.product .woocommerce-tabs.accordion-tabs{
padding-top:20px;
} body.woocommerce .products .product.product-category.first{
clear:none;
}
body.woocommerce .products .product.product-category{
width:50% !important;
float:left }
body.woocommerce .products .product.product-category:nth-child(2n+1){
clear:both;float:left; }
.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
width:35%;
}
.woocommerce .products.list .product .product-wrapper .meta-wrapper{
width:65%;
padding:0 0 0 20px; }
.woocommerce .woocommerce-ordering{
clear:both;
float:left; }  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-panel-heading{
display:none;
} body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:after{
bottom:-4px;
top:auto;
right:auto;
left:50%;
margin-left:-5px;
content:"\f0dd";
}
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a:after{
top:1px;
bottom:auto;
right:auto;
left:50%;
margin-left:-5px;
content:"\f0de";
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container, 
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container,
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container, 
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container{
width:100%;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container{
margin-top:20px;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container{
margin-bottom:15px;
}
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container, 
body.wpb-js-composer .vc_tta.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container{
padding-left:0;
padding-right:0;
} .vc_row.ts-video-bg > .wpb_column{
padding-top:80px;
padding-bottom:80px;
}
.ts-youtube-video-bg .mb_YTPBar, 
.ts-hosted-video-bg .video-control{
display:none !important;
}
.ts-youtube-video-bg .loading{
top:30px;
} .ts-countdown.style-border .counter-wrapper > div,
.ts-countdown .counter-wrapper > div,
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div, 
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
width:70px;
padding:7px 5px;
margin:0 5px;
}
.ts-countdown.style-border .counter-wrapper .number-wrapper,
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:17px 5px;
}
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div .ref-wrapper,
.ts-countdown.style-border .counter-wrapper > div .ref-wrapper{
font-size:14px;
line-height:16px;
margin-top:8px;
}
.ts-countdown .counter-wrapper .number,
.vc_col-sm-6 .ts-countdown .counter-wrapper .number{
font-size:26px;
line-height:36px;
}
.ts-countdown .counter-wrapper > div .ref-wrapper{
font-size:14px;
line-height:18px;
} .ts-team-member .image-thumbnail{
width:100%;
display:inline-block;
}
.ts-team-member .content-info{
display:inline-block;
}
.ts-team-member header{
display:inline-block;
width:100%;
} .horizontal-tab.horizontal-style-2 .column-tabs{
display:inline-block;
}
.horizontal-tab.horizontal-style-2 .column-tabs ul li:last-child{
margin:0;
}
.page-template-fullwidth-template .horizontal-tab.has-banner .column-banners, 
.page-template-fullwidth-template .horizontal-tab .column-tabs .heading-tab,
.page-template-fullwidth-template .horizontal-tab .column-banners, 
.page-template-fullwidth-template .horizontal-tab.has-banner .column-products,
.page-template-fullwidth-template .horizontal-tab .column-products,
.horizontal-tab.horizontal-style-2 .column-banners, 
.horizontal-tab.horizontal-style-2 .column-tabs .heading-tab,
.horizontal-tab.horizontal-style-2 .column-products{
width:100%;
display:inline-block;
}
.horizontal-tab.horizontal-style-2 .column-tabs ul{
padding:15px 0 15px 0; }
.horizontal-style-2.has-slider .column-tabs ul{
padding:15px 50px 15px 0; }
.horizontal-tab.horizontal-style-2 .column-tabs ul li{
float:left; margin:0 20px 0 0; }
.horizontal-tab.horizontal-style-2 .column-content{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-flow: row wrap;
max-width:100%;
margin-left:0;
margin-right:0;
}
.horizontal-tab.horizontal-style-2 .column-banners{ 
-ms-flex-order: 3;
order: 3;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
margin-top:20px !important;
padding:0 !important;
border-width:0;
}
.horizontal-tab.horizontal-style-2 .see-more-wrapper{ 
-ms-flex-order: 2;
order: 2;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
position:relative;
top:auto;
left:auto;
right:auto;
padding:0;
text-align:right; }
.horizontal-tab.horizontal-style-2 .column-products{ 
-ms-flex-order: 1;
order: 1;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
padding:0 !important;
}
.horizontal-tab.horizontal-style-2 .woocommerce.column-products .products{
padding:1px 0 0 1px;
}
.horizontal-style-2:not(.has-slider) .woocommerce.column-products .products{
padding:1px 1px 0 1px;
}
.horizontal-tab.horizontal-style-2 .woocommerce.column-products .products:before{
right:0;
left:0;
}
.horizontal-style-2:not(.has-slider) .woocommerce.column-products .products:before{
right:1px;
left:0;
}
.ts-product-in-category-tab-wrapper .column-tabs,
.vertical-tab.column-3 .column-tabs{
width:35.828%;
}
.vertical-tab .column-content,
.vertical-tab.column-3 .column-content{
width:64.172%
}
.vertical-tab .column-tabs:before,
.vertical-tab.column-3 .column-tabs:before{
left:35.828%; }
.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product.first,
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product.first{clear:none;}
.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product,
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product{width:50%;float:left }
.ts-product-in-category-tab-wrapper .woocommerce.columns-4 .products .product:nth-child(2n+1),
.ts-product-in-category-tab-wrapper .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; }
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul{
margin:10px -10px 20px -10px;
padding:0;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs{
text-align:center;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab .see-more-wrapper{
position:static;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab.has-see-more-button .column-tabs ul{
padding-left:0;
padding-right:0;
} .vc_col-sm-6 .woocommerce .ts-shortcode .products .product{
margin-bottom:45px;
}
.ts-product-deals-slider-wrapper.nav-middle[data-columns="1"] .owl-nav > div{
top:28%;
} .ts-banner-image.static-top > a,
.ts-banner-image.static-bottom > a{
display:inline;
}
.ts-banner-image.eff-scale-opacity:hover img.bg-image{
transform:scale(1,1);
-webkit-transform:scale(1,1);
-moz-transform:scale(1,1);
-ms-transform:scale(1,1);
opacity:1;
}
.ts-banner-image.eff-opacity:hover img.bg-image{
opacity:1;
}
.ts-banner header h2
{
font-size:44px;
line-height:48px;
} .eff-image-scale:hover img,
.ts-banner.background-scale:hover .banner-bg, 
.ts-banner.background-scale-dark:hover .banner-bg, 
.ts-banner.background-scale-opacity:hover .banner-bg, 
.ts-banner.background-scale-opacity-line:hover .banner-bg, 
.ts-banner.background-scale-dark-line:hover .banner-bg, 
.ts-banner.background-scale-and-line:hover .banner-bg{
transform:none;
-webkit-transform:none;
-moz-transform:none;
-ms-transform:none;
} .blank-page{
padding:60px 20px 20px 20px
} footer .widget-title-wrapper{
margin-top:30px;
}
body .ts-footer-block .widget-title{
margin-bottom:20px;
}
.payment-right{
text-align:left; margin-bottom:18px;
}
}  @media only screen and (max-width: 639px){ .breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumb-title h1, 
.breadcrumb-title-wrapper.breadcrumb-v3 .breadcrumbs{
display:inline-block;
width:100%;
text-align:center;
}
.breadcrumb-title-wrapper.breadcrumb-v3{
padding:20px 0 20px 0;
} .ts-sidebar{
margin-bottom:40px;
}
#main > .page-container, 
.container.no-padding{
padding-left:0;
padding-right:0;
} .woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:100px }
.woocommerce div.product.vertical-thumbnail .thumbnails{
width:90px;
}
.vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:150px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
margin-bottom:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
margin-bottom:10px;
min-width:100px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
padding-left:10px; padding-right:10px; } div.product .single-navigation > a{
margin:5px 0;
}
.woocommerce div.product div.images-thumbnails,
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails,
.woocommerce .ts-col-18 div.product div.images-thumbnails,
.woocommerce .ts-col-18 div.product div.summary{
width:100%;
}
.woocommerce div.product div.summary,
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
width:100%;
padding-left:0 !important;
padding-right:0 !important;
} .pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title{
margin-left:0 !important;
margin-right:0 !important;
padding:0 !important
}
div.product .summary > .price{
padding-left:0 !important;
padding-right:0 !important;
} .comments-area div.avatar{
vertical-align:top;
padding-top:15px;
}
.comments-area div.avatar{
padding-right:10px; }
.comments-area .comment-meta > span{
padding-left:10px; margin-left:10px; }
.comments-area .comment-meta > span:first-child{
margin:0;
padding:0;
}
.list-posts .entry-bottom .cats-link{
float:left; margin-top:20px;
clear:both;
}
.list-posts .entry-content .author{
margin:10px 0 0 0;
}
.blockquote-meta .author{
float:left; } .woocommerce .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.my_account_orders tr td:last-child:before{
display:none !important;
}
.woocommerce table.shop_table tr:nth-child(2n) td, 
.woocommerce-page table.shop_table tr:nth-child(2n) td{
background:rgba(0,0,0,.025);
}
.woocommerce table.shop_table, 
.woocommerce-page table.shop_table{
border-width:0;
display:block;
}
#order_review table,
.woocommerce-cart .cart-collaterals .cart_totals table{
display:table;
}
.woocommerce table.shop_table tr{
display:inline-block;
width:100%;
margin-bottom:20px;
}
.woocommerce table.shop_table tr td:before{
content: attr(data-title) ": ";
font-weight: 700;
float: left; }
.woocommerce table.shop_table tr td.product-thumbnail:before,
.woocommerce table.shop_table .product-remove:before,
.woocommerce table.shop_table.cart td.actions:before{
display:none;
}
.woocommerce table.shop_table td.product-thumbnail{
width:100%;
margin:0 auto;
display:block;
max-width:100%;
text-align:center !important; }
.woocommerce table.shop_table td.product-thumbnail > a{
display: inline-block;
width: 80px;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table thead{
display:none !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
padding:15px 20px !important; display:table-cell;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr{
display:table-row;
}
.woocommerce table.shop_table tr td{
display:block;
text-align:right; padding:10px;
border-width:1px 1px 0 1px;
border-style:solid;
}
.woocommerce table.shop_table td.product-name{
text-align:right; }
.woocommerce table.shop_table td.product-name,
.woocommerce table.shop_table td.product-thumbnail{
border-width:1px 1px 0 1px; border-style:solid;
}
.woocommerce table.shop_table .product-remove{
border-width:1px;
border-style:solid;
padding:10px !important;
width:100%;
max-width:100%;
text-align:center !important; }
.woocommerce table.shop_table.cart td.actions{
padding:0;
}
.woocommerce table.cart td.actions .coupon{
float:none; margin-bottom:0;
width:100%;
}
.woocommerce table.cart td.actions{
background:transparent !important;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
text-align:right; }
.woocommerce-cart ul#shipping_method{
float:right; text-align:right }
.woocommerce-cart .woocommerce-shipping-calculator{
float:right; } .woocommerce table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td, 
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr{
display:table-row;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr.order-total td{
border-top-width:0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td{
display:table-cell;
border-left-width:0;
border-right-width:0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tr td:before{
display:none;
} .woocommerce table.shop_table.order_details{
display:table;
}
.woocommerce table.shop_table.order_details tbody th,
.woocommerce table.shop_table.customer_details tbody th{
display:table-cell !important;
}
.woocommerce table.shop_table.order_details thead,
.woocommerce table.shop_table.customer_details thead{
display:table-header-group !important;
}
.woocommerce table.shop_table.order_details tr,
.woocommerce table.shop_table.customer_details tr{
display:table-row !important;
}
.woocommerce table.shop_table.order_details tr td,
.woocommerce table.shop_table.customer_details tr td{
display:table-cell !important;
}
.woocommerce table.shop_table.order_details tr td:before,
.woocommerce table.shop_table.customer_details tr td:before{
display:none;
}
.woocommerce table.shop_table.order_details td.product-total{
border-left-width:0; }
.woocommerce table.shop_table.order_details td.product-name{
border-width:1px 0 0 1px; border-style:solid;
}
.woocommerce table.shop_table.order_details tr:nth-child(2n) td, 
.woocommerce-page table.shop_table.order_details tr:nth-child(2n) td,
.woocommerce table.shop_table.customer_details tr:nth-child(2n) td,
.woocommerce-page table.shop_table.customer_details tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.shop_table.customer_details, 
.woocommerce-page table.shop_table.customer_details{
border-width:1px;
display:table;
}
.woocommerce table.my_account_orders tbody tr:first-child td:first-child{
border-top-width:1px;
border-top-style:solid;
}
.woocommerce table.shop_table.order_details tfoot tr td{
border-width:0;
}
.woocommerce table.my_account_orders tr td:last-child{
border-bottom-width:1px;
border-bottom-style:solid;
text-align:center !important;
}
.woocommerce table.my_account_orders tr td:last-child .button{
min-width:120px;
} article.single.single-portfolio .ts-social-sharing{
float:none;
width:100%;
margin-bottom:10px;
}
.single-portfolio .portfolio-like{
float:none;
clear:both;
} .entry-author .author-avatar{
width:90px;
height:90px
}
article.single .ts-social-sharing{
float:left; margin-top:10px;
clear:both;
}
.comment-respond textarea,
#commentform textarea{
height:150px;
}
.ts-columns .one_half,
.ts-columns .one_third,
.ts-columns .one_fourth{
width:100%;
} body .rev_slider_wrapper .ts-revo-button.tp-button,
body rs-module-wrap .ts-revo-button.tp-button,
body sr7-module .ts-revo-button.tp-button{
line-height:10px !important
} .woocommerce .columns-8 .products .product.first,
.woocommerce.columns-8 .products .product.first,
.woocommerce .columns-7 .products .product.first,
.woocommerce.columns-7 .products .product.first,
.woocommerce .columns-6 .products .product.first,
.woocommerce.columns-6 .products .product.first,
.woocommerce .columns-5 .products .product.first,
.woocommerce.columns-5 .products .product.first,
.woocommerce .columns-4 .products .product.first,
.woocommerce.columns-4 .products .product.first,
.woocommerce .columns-3 .products .product.first,
.woocommerce.columns-3 .products .product.first{clear:none;}
#main-content .woocommerce .columns-8 .products .product,
#main-content .woocommerce.columns-8 .products .product,
#main-content .woocommerce .columns-7 .products .product,
#main-content .woocommerce.columns-7 .products .product,
#main-content .woocommerce .columns-6 .products .product,
#main-content .woocommerce.columns-6 .products .product,
#main-content .woocommerce .columns-5 .products .product,
#main-content .woocommerce.columns-5 .products .product,
#main-content .woocommerce .columns-4 .products .product,
#main-content .woocommerce.columns-4 .products .product,
#main-content .woocommerce .columns-3 .products .product,
#main-content .woocommerce.columns-3 .products .product{width:50%;float:left }
#main-content .woocommerce .columns-8 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-8 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-7 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-7 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-6 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-6 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-5 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-5 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-4 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-4 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-3 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; }  .ts-portfolio-wrapper.columns-2 .item,
.ts-portfolio-wrapper.columns-3 .item,
.ts-portfolio-wrapper.columns-4 .item{
width:100%;
float:none;
}  .title-left > .shortcode-heading-wrapper{
width:100%;
margin:20px 0 0 0;
text-align:center;
padding:0;
}
.title-left.show-nav .shortcode-heading-wrapper .heading-title{
max-width:100%;
padding:0 0 30px 0; }
.title-left > .content-wrapper{
width:100%;
padding-bottom:50px;
}
.ts-shortcode.title-left .products .owl-nav{
left:50%;
bottom:0;
right:auto;
top:auto;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
} .ts-product-in-category-tab-wrapper .owl-controls .owl-nav > div{
top:27%;
}
.column-tabs .heading-tab h3{
padding:20px 30px 20px 60px; }
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
left:10px; } .vc_row.ts-video-bg > .wpb_column{
padding-top:80px;
padding-bottom:80px;
} .woocommerce .ts-banner .button-banner, 
.ts-banner .button-banner{
margin-top:5px;
}
.vc_col-sm-12 .ts-banner.responsive-size .description{
display:none !important;
}
.vc_col-sm-12 .ts-banner.responsive-size header h3{
padding-bottom:0;
}
.vc_col-sm-12 .ts-banner.responsive-size .banner-bg img{
max-width:130%;
}
.vc_col-sm-12 .ts-banner.left-top.responsive-size .banner-bg img{
margin:0 -22% -22% 0;
}
.vc_col-sm-12 .ts-banner.left-bottom.responsive-size .banner-bg img{
margin:-22% -22% 0 0;
}
.vc_col-sm-12 .ts-banner.left-center.responsive-size .banner-bg img{
margin:0 -22% 0 0;
}
.vc_col-sm-12 .ts-banner.right-top.responsive-size .banner-bg img{
margin:0 0 -22% -22%;
}
.vc_col-sm-12 .ts-banner.right-bottom.responsive-size .banner-bg img{
margin:-22% 0 0 -22%;
}
.vc_col-sm-12 .ts-banner.right-center.responsive-size .banner-bg img{
margin:0 0 0 -22%;
}
.vc_col-sm-12 .ts-banner.center-top.responsive-size .banner-bg img{
margin:0 0 -22% 0;
}
.vc_col-sm-12 .ts-banner.center-bottom .responsive-size.banner-bg img{
margin:-22% 0 0 0;
} body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
min-width:110px;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-list:before{
display:none;
}
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels{
padding-top:18px;
} .nav-middle .owl-nav > div{
top:25%;
}
.woocommerce .ts-product.item-list .products .product .thumbnail-wrapper{
margin-bottom:10px;
}
.woocommerce.columns-4 .ts-product.item-list .products .product .thumbnail-wrapper,
.woocommerce.columns-4 .ts-product.item-list .products .product .meta-wrapper,
.woocommerce.columns-3 .ts-product.item-list .products .product .thumbnail-wrapper,
.woocommerce.columns-3 .ts-product.item-list .products .product .meta-wrapper,
.woocommerce .ts-product.item-list .products .product .thumbnail-wrapper,
.woocommerce .ts-product.item-list .products .product .meta-wrapper{
width:100%;
float:none !important;
padding-left:0 !important; padding-right:0 !important;
} .style-fullwidth .feedburner-subscription > *{
display:inline-block;
width:100%;
text-align:center;
}
.style-fullwidth .feedburner-subscription > div{
width:100%;
}
body .ts-footer-block .style-fullwidth .widget h2.widgettitle{
margin-bottom:20px;
}
}
@media only screen and (max-width: 550px){  header .search-content{
width:60%;
}
header .ts-search-by-category form > .select2, 
header .ts-search-by-category select{
width:40% !important;
}
.group-meta-header > div{
margin-right:13px; }
.info-desc{
display:none;
} .woocommerce form .form-row-first, 
.woocommerce form .form-row-last{
width:100%;
} .woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:90px }
.woocommerce div.product.vertical-thumbnail .thumbnails{
width:80px;
} .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:37%;
float:left; }
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:60%;
float:left; } .woocommerce table.my_account_orders th, 
.woocommerce table.my_account_orders td{
padding-top:8px;
padding-bottom:8px;
} .comments-area .commentlist > li > div.comment-wrapper div.avatar{
padding-right:10px; width:70px;
}
.comments-area div.avatar img{
width:60px;
height:60px;
}
.comments-area div.avatar {
padding-right:10px; width:70px;
}
.comments-area .comment-meta > span:last-child{
padding:0;
margin:6px 0 0 0;
clear:both;
}
.comments-area .comment-meta > span:last-child:before{
display:none;
} .commentlist .children{
padding:10px 0 0 30px; }
.commentlist .children .children{
padding:10px 0 0 20px; }  .vertical-tab.column-3 .column-tabs,
.vertical-tab.column-3 .column-content,
.ts-product-in-category-tab-wrapper .column-tabs,
.vertical-tab .column-content{
width:100%;
}
.ts-product-in-category-tab-wrapper .column-tabs{
border-width:0 0 1px 0;
border-style:solid;
margin-bottom:20px;
}
.horizontal-tab .column-tabs{
margin-bottom:0;
}
.vertical-tab .column-tabs:before{
display:none !important;
}
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
left:10px; }
.column-tabs .heading-tab h3{
padding:20px 30px 20px 80px; }
.column-tabs .heading-tab .heading-title img,
.column-tabs .heading-tab i{
left:20px; }
.vertical-tab .column-tabs .tabs li{
padding:15px 20px;
}
.horizontal-tab .column-tabs .heading-tab,
.horizontal-tab .column-tabs ul,
.ts-product-in-category-tab-wrapper.horizontal-tab .column-tabs{
display:inline-block;
}
.horizontal-tab:not(.horizontal-style-2) .column-tabs .heading-tab,
.ts-product-in-category-tab-wrapper.horizontal-tab:not(.horizontal-style-2) .column-tabs{
width:100%;
text-align:center;
}
.horizontal-tab .column-tabs ul{
padding-top:15px;
padding-bottom:15px;
padding-left:5px;
padding-right:5px;
}
.horizontal-tab:not(.horizontal-style-2) .column-tabs ul li{
margin:0 0 0 20px; }
.horizontal-tab:not(.horizontal-style-2) .column-tabs ul li:first-child{
margin:0;
}
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul li{
margin:0 10px !important;
}
.horizontal-tab.banner-right .column-banners, 
.horizontal-tab.banner-left .column-banners,
.horizontal-tab.banner-right .column-products, 
.horizontal-tab.banner-left .column-products{
width:100% !important;
}
.vertical-tab.no-banner .woocommerce.column-products{
padding-top:0;
}
.ts-product-in-category-tab-wrapper .column-content{
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
flex-flow: row wrap;
max-width:100%;
margin-left:0;
margin-right:0;
}
.ts-product-in-category-tab-wrapper .column-banners{ 
-ms-flex-order: 3;
order: 3;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
border-width:1px 0 0 0;
border-style:solid;
}
.horizontal-tab.banner-right .column-banners, 
.horizontal-tab.banner-left .column-banners{
padding:20px;
}
.ts-product-in-category-tab-wrapper .see-more-wrapper{ 
-ms-flex-order: 2;
order: 2;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
position:relative;
top:auto;
left:auto;
right:auto;
padding:0 20px;
text-align:right; }
.horizontal-style-2.has-see-more-button .column-products.woocommerce{
padding-bottom:0 !important;
}
.horizontal-tab.banner-left .see-more-wrapper{
position:relative;
top:auto;
left:auto;
right:auto;
padding-top:14px;
}
.has-see-more-button .column-products.woocommerce{
padding-bottom:0 !important;
}
.ts-product-in-category-tab-wrapper .column-products{ 
-ms-flex-order: 1;
order: 1;
flex: 1 100%;
flex: 1 1 100%;
max-width:100%;
}
.ts-product-in-category-tab-wrapper .column-products.loading:before, 
.ts-product-in-category-tab-wrapper .column-banners.loading:before{
left:0 !important;
right:0 !important;		
} .vc_row.ts-video-bg > .wpb_column{
padding-top:80px;
padding-bottom:80px;
} .ts-banner header h3{
font-size:18px;
line-height:22px;
}
.ts-banner header h2
{
font-size:26px;
line-height:30px;
}
.left-top header,
.left-bottom header,
.left-center header,
.right-top header,
.right-bottom header,
.right-center header{
max-width:65%;
}
.center-top header,
.center-bottom header,
.center-center header{
max-width:90%;
} .blank-page{
padding:50px 10px 10px 10px
}
}
@media only screen and (max-width: 480px){ .menu-wrapper nav li.ts-megamenu-fullwidth .widget_nav_menu,
.mg-col-6 > div,
.menu-wrapper nav li.ts-megamenu-columns-5 .widget_nav_menu,
.mg-col-5 > div,
.menu-wrapper nav li.ts-megamenu-columns-4 .widget_nav_menu,
.mg-col-4 > div,
.menu-wrapper nav li.ts-megamenu-columns-3 .widget_nav_menu,
.mg-col-3 > div,
.menu-wrapper nav li.ts-megamenu-columns-2 .widget_nav_menu,
.mg-col-2 > div{width:100%;margin-bottom:20px;} .gridlist-toggle{
padding: 0 10px 0 0; }
.woocommerce .woocommerce-ordering{
clear:both;
display:inline-block;
width:auto;
}
.woocommerce .products.list .product .short-description{
display:none !important;
}
.woocommerce .products.list .product .price{
margin-bottom:10px;
}
.woocommerce .before-loop-wrapper .woocommerce-result-count{
margin-bottom:10px;
float:left; clear:both;
}
.woocommerce .products .product.sale .price{
margin-left:-5px;
margin-right:-5px;
}
.woocommerce .products.list .product .price del .amount,
.woocommerce .products.list .product .price ins .amount{
padding:0 5px;
} .ts-compare-table-wrapper {
font-size: calc(1rem - 1px);
}
.ts-stick-compare-button {
padding: 6px 20px;
}
.ts-compare-popup .items .item .product-name {
-webkit-line-clamp: 2;
}  .ts-banner header .big-number{
font-size:30px;
line-height:34px;
}
.ts-banner .button-banner{
margin-top:0;
}
.ts-banner header h3{
margin-bottom:0;
}
}
@media only screen and (max-width: 420px){ .rev-btn{
padding:5px 10px !important;
} header .select2-container--default .select2-selection--single .select2-selection__rendered, 
header .ts-search-by-category select{
padding-left:15px; padding-right:25px; }
header .search-content input[type="text"]{
padding-left:15px; padding-right:55px; }
header .header-v2 .search-content input[type="text"],
header .header-v5 .search-content input[type="text"]{
padding-left:15px; padding-right:45px; }
header .search-table .search-content input[type="text"]{
padding-left:15px; padding-right:25px; }
#ts-search-result-container ul li .thumbnail{
width:50px;
}
#ts-search-result-container ul li .meta{
margin-left:65px; } .home1-fix-columns-slideshow .vc_column_container .vc_col-sm-3,
.home1-fix-columns-slideshow .vc_column_container .vc_col-sm-6{
width:100%;
float:none;
text-align:center;
margin-bottom:10px;
} body.error404 article h1{
font-size:80px;
line-height:80px;
}
body.error404 #main > .fullwidth-template{
padding:50px 0;
} .breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > *{
display:inline-block;
width:100%;
text-align:left }
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title{
display:block;
padding-top:15px;
padding-bottom:15px;
} .thumbnail-wrapper .thumbnail-button{
right:5px !important; bottom:5px !important; }
.woocommerce .products .product{
padding-left:5px;
padding-right:5px;
}
.woocommerce .products{
margin-left:-5px;
margin-right:-5px;
} .tp-caption.rev-btn-primary, 
.rev-btn-primary{
padding:4px 10px !important;
}  .ts-countdown.style-border .counter-wrapper > div,
.ts-countdown .counter-wrapper > div,
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper > div, 
.vc_col-sm-6 .ts-countdown .counter-wrapper > div{
width:60px;
padding:5px 3px;
margin:0 3px;
}
.ts-countdown.style-border .counter-wrapper .number-wrapper,
.vc_col-sm-6 .ts-countdown.style-border .counter-wrapper .number-wrapper{
padding:14px 3px;
}
.ts-countdown .counter-wrapper .number,
.vc_col-sm-6 .ts-countdown .counter-wrapper .number{
font-size:24px;
line-height:36px;
} .vc_row.ts-video-bg > .wpb_column{
padding-top:40px;
padding-bottom:40px;
} .ts-twitter-slider .twitter-content{
padding-left:80px; }
.ts-twitter-slider .icon{
font-size:60px;
}
.ts-twitter-slider .owl-dots{
top:auto;
bottom:10px;
left:50%;
right:auto;
-webkit-transform: translate(-50%,0);
-moz-transform: translate(-50%,0);
-ms-transform: translate(-50%,0);
transform: translate(-50%,0);
} .ts-heading.style-2 > h1, 
.ts-heading.style-2 > h2, 
.ts-heading.style-2 > h3, 
.ts-heading.style-2 > h4{
padding:0 50px;
}
.ts-heading.style-2 > h1:before, 
.ts-heading.style-2 > h2:before, 
.ts-heading.style-2 > h3:before, 
.ts-heading.style-2 > h4:before,
.ts-heading.style-2 > h1:after, 
.ts-heading.style-2 > h2:after, 
.ts-heading.style-2 > h3:after, 
.ts-heading.style-2 > h4:after{
width:36px;
} .page-template-fullwidth-template .ts-banner header h2{
font-size:20px;
line-height:24px;
}
.ts-banner header .description{
font-size:100%;
line-height:20px;
}
.ts-banner header h3{
font-size:20px;
line-height:26px;
}
.ts-banner header h2
{
font-size:34px;
line-height:38px;
}
.ts-banner.responsive-size .banner-bg img{
max-width:120%;
}
.ts-banner.left-top.responsive-size .banner-bg img{
margin:0 -15% -15% 0;
}
.ts-banner.left-bottom.responsive-size .banner-bg img{
margin:-15% -15% 0 0;
}
.ts-banner.left-center.responsive-size .banner-bg img{
margin:0 -15% 0 0;
}
.ts-banner.right-top.responsive-size .banner-bg img{
margin:0 0 -15% -15%;
}
.ts-banner.right-bottom.responsive-size .banner-bg img{
margin:-15% 0 0 -15%;
}
.ts-banner.right-center.responsive-size .banner-bg img{
margin:0 0 0 -15%;
}
.ts-banner.center-top.responsive-size .banner-bg img{
margin:0 0 -15% 0;
}
.ts-banner.center-bottom .responsive-size.banner-bg img{
margin:-15% 0 0 0;
}
.vc_col-sm-12 .ts-banner.responsive-size .banner-bg img{
max-width:150%;
}
.vc_col-sm-12 .ts-banner.left-top.responsive-size .banner-bg img{
margin:0 -30% -30% 0;
}
.vc_col-sm-12 .ts-banner.left-bottom.responsive-size .banner-bg img{
margin:-30% -30% 0 0;
}
.vc_col-sm-12 .ts-banner.left-center.responsive-size .banner-bg img{
margin:0 -30% 0 0;
}
.vc_col-sm-12 .ts-banner.right-top.responsive-size .banner-bg img{
margin:0 0 -30% -30%;
}
.vc_col-sm-12 .ts-banner.right-bottom.responsive-size .banner-bg img{
margin:-30% 0 0 -30%;
}
.vc_col-sm-12 .ts-banner.right-center.responsive-size .banner-bg img{
margin:0 0 0 -30%;
}
.vc_col-sm-12 .ts-banner.center-top.responsive-size .banner-bg img{
margin:0 0 -30% 0;
}
.vc_col-sm-12 .ts-banner.center-bottom .responsive-size.banner-bg img{
margin:-30% 0 0 0;
}
.ts-banner .button-banner{
margin-top:0;
}
.left-top header{
left:5%;
top:5%;
}
.left-bottom header{
left:3%;
bottom:5%;
}
.left-center header{
left:3%;
}
.right-top header{
right:3%;
top:5%;
}
.right-bottom header{
right:3%;
bottom:5%;
}
.right-center header{
right:3%;
}
.center-top header{
top:7%;
}
.center-bottom header{
bottom:5%;
}
.button-banner{
min-width:100px;
padding:3px 10px;
}
.ts-banner .banner-bg img{
max-width:120%;
} .woocommerce .ts-product.list .product .thumbnail-wrapper{
width:100%;
}
.woocommerce .ts-product.list .product .meta-wrapper{
width:100%;
clear:both;
margin-top:10px;
padding-left:0 } .ts-product-in-category-tab-2-wrapper.vertical-tab.column-3 .column-content,
.ts-product-in-category-tab-2-wrapper.vertical-tab .column-content{
width:100%;
margin-left:0 !important;
margin-right:0 !important;
float:none; clear:both;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .column-tabs > ul{
width:calc(100% + 10px);
margin:0 -5px 20px -5px;
float:none; clear:both;
text-align:center;
overflow:hidden;
}
.ts-product-in-category-tab-2-wrapper.vertical-tab .column-tabs .tabs li{
margin:5px;
width:calc(33.333333% - 10px);
float:left; } .woocommerce .products.list .product{
margin-bottom:40px;
}
body.woocommerce .products .product.product-category{
width:100% !important;
float:left !important; clear:none !important;
}
.woocommerce .products.list .product .product-wrapper .meta-wrapper{
padding:0 0 0 15px; width:60%;
}
.woocommerce .products.list .product .product-wrapper .thumbnail-wrapper{
width:40%;
} .vertical-thumbnail .images-thumbnails .thumbnails.loading{
height:100px;
}
.woocommerce div.product form.cart .button:before,
.woocommerce div.product p.cart .button:before{
display:none;
}
.woocommerce div.product form.cart .button,
.woocommerce div.product p.cart .button{
min-width:120px;
}
.woocommerce div.product.vertical-thumbnail div.images-thumbnails div.images,
.woocommerce #main-content:not(.ts-col-24) div.product.vertical-thumbnail div.images-thumbnails div.images{
margin-left:80px }
.woocommerce div.product.vertical-thumbnail .thumbnails,
.woocommerce #main-content:not(.ts-col-24) div.product.vertical-thumbnail .thumbnails{
width:70px;
} .woocommerce table.shop_table.order_details{
display:inline-block;
overflow:auto;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce table.cart td.actions .coupon .button{
width:100%;
}
.woocommerce table.cart td.actions .coupon .input-text{
width:100%;
max-width:100%;
margin:0 0 10px 0; }
.woocommerce table.cart td.actions .coupon input[type="submit"]{
width:100%;
} .woocommerce #payment #place_order{
width:100%;
}
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:40%;
float:left; }
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:57%;
float:left; } .list-posts article .entry-meta > span, 
article.single .entry-meta > span{
padding-right:10px; margin-right:10px; }
.list-posts article .entry-meta > span:last-child,
article.single .entry-meta > span:last-child{
margin:0;
padding:0;
}
.comments-area .comment-meta > span{
padding:0;
margin:6px 0 0 0;
clear:both;
}
.comments-area .comment-meta > span:before{
display:none;
}
}
@media only screen and (max-width: 379px){ .header-currency ul,
#lang_sel_click ul ul{
left:0; right:auto; margin-left:-15px; }
.group-meta-header{
padding-left:5px;
padding-right:5px
} .woocommerce .woocommerce-ordering .orderby{
width:180px;
} .woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row{
width:100%; }
.woocommerce .checkout-login-coupon-wrapper .checkout_coupon .form-row-first{
width:100%; padding-right:0;
padding-left:0;
margin-bottom:10px;
}
#order_review_heading{
padding-left:15px;
padding-right:15px;
}
.woocommerce .checkout #order_review{
padding:50px 15px 0 15px;
} div.product .ref-wrapper{
font-size:9px;
line-height:12px;
} .list-posts article.format-quote{
padding:10px 20px;
}
.list-posts article.format-quote blockquote{
margin-bottom:10px;
}  .commentlist .children{
padding:20px 0 0 30px; }
.commentlist .children .children{
padding:20px 0 0 60px; }
.comments-area .datetime, 
.comments-area .reply{
display:inline-block;
width:100%;
margin-top:5px;
} fieldset{
padding:10px;
} .woocommerce div.product form.cart .button{
padding-left:10px;
padding-right:10px;
}  body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab{
min-width:80px;
}  .ts-product .content-wrapper{
padding-left:0.5px;
padding-right:0.5px;
}
}
@media only screen and (max-width: 359px){ .group-meta-header{
padding-left:5px;
padding-right:5px
} .list-posts article .entry-meta > span, 
article.single .entry-meta > span{
padding-right:5px; margin-right:5px; }
.list-posts article .entry-meta > span:last-child,
article.single .entry-meta > span:last-child{
margin:0;
padding:0;
}
.list-posts article .entry-meta > span.author,
article.single .entry-meta > span.author{
font-size:0;
font-style:normal;
line-height:0;
}
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a{
font-style:italic;
}
.list-posts article .entry-meta > span.author:before,
article.single .entry-meta > span.author:before{
margin-right:5px; content:"\e693";
font-family: 'Pe-icon-7-stroke';
font-size:24px;
line-height:14px;
top:5px;
position:relative;
} body.error404 .button-404 .button{
margin-bottom:10px;
}  .woocommerce .content-no-border .big-thumbnail ul.product_list_widget li img, 
.content-no-border .big-thumbnail ul.product_list_widget li img{
width:130px;
}
.content-no-border .big-thumbnail ul.product_list_widget li .ts-wg-meta{
margin-left:150px; }
}
@media 
only screen and (max-width: 767px)	and (min-width: 640px){ .woocommerce .ts-product-in-category-tab-2-wrapper .columns-8 .products .product.first,
.ts-product-in-category-tab-2-wrapper .woocommerce.columns-8 .products .product.first,
.woocommerce .ts-product-in-category-tab-2-wrapper .columns-7 .products .product.first,
.ts-product-in-category-tab-2-wrapper .woocommerce.columns-7 .products .product.first,
.woocommerce .ts-product-in-category-tab-2-wrapper .columns-6 .products .product.first,
.ts-product-in-category-tab-2-wrapper .woocommerce.columns-6 .products .product.first,
.woocommerce .ts-product-in-category-tab-2-wrapper .columns-5 .products .product.first,
.ts-product-in-category-tab-2-wrapper .woocommerce.columns-5 .products .product.first,
.woocommerce .ts-product-in-category-tab-2-wrapper .columns-4 .products .product.first,
.ts-product-in-category-tab-2-wrapper .woocommerce.columns-4 .products .product.first{
clear:none;
}
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-8 .products .product,
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-7 .products .product,
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-6 .products .product,
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-5 .products .product,
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-4 .products .product{width:50%;float:left }
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-8 .products .product:nth-child(2n+1),
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-7 .products .product:nth-child(2n+1),
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-6 .products .product:nth-child(2n+1),
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-5 .products .product:nth-child(2n+1),
#main-content .ts-product-in-category-tab-2-wrapper .woocommerce.columns-4 .products .product:nth-child(2n+1){
clear:both;float:left; } .woocommerce .columns-8 .products .product.first,
.woocommerce.columns-8 .products .product.first,
.woocommerce .columns-7 .products .product.first,
.woocommerce.columns-7 .products .product.first,
.woocommerce .columns-6 .products .product.first,
.woocommerce.columns-6 .products .product.first,
.woocommerce .columns-5 .products .product.first,
.woocommerce.columns-5 .products .product.first{
clear:none;
}
#main-content .woocommerce .columns-8 .products .product,
#main-content .woocommerce.columns-8 .products .product,
#main-content .woocommerce .columns-7 .products .product,
#main-content .woocommerce.columns-7 .products .product,
#main-content .woocommerce .columns-6 .products .product,
#main-content .woocommerce.columns-6 .products .product,
#main-content .woocommerce .columns-5 .products .product,
#main-content .woocommerce.columns-5 .products .product{width:25%;float:left }
#main-content .woocommerce .columns-8 .products .product:nth-child(4n+1),
#main-content .woocommerce.columns-8 .products .product:nth-child(4n+1),
#main-content .woocommerce .columns-7 .products .product:nth-child(4n+1),
#main-content .woocommerce.columns-7 .products .product:nth-child(4n+1),
#main-content .woocommerce .columns-6 .products .product:nth-child(4n+1),
#main-content .woocommerce.columns-6 .products .product:nth-child(4n+1),
#main-content .woocommerce .columns-5 .products .product:nth-child(4n+1),
#main-content .woocommerce.columns-5 .products .product:nth-child(4n+1){
clear:both;float:left; }  .woocommerce div.product div.images-thumbnails, 
.woocommerce div.product div.summary{
float:left; }
.woocommerce div.product div.images-thumbnails{
width:50%;
}
.woocommerce div.product div.summary{
width:50%;
}
div.product .summary .ts-social-sharing{
padding: 10px 0 0 0;
margin: 10px 0 0 0;
}
.woocommerce div.product.vertical-thumbnail  div.images-thumbnails,
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.images-thumbnails{
width:100%;
}
.woocommerce div.product.vertical-thumbnail div.summary,
.woocommerce .ts-col-18 div.product.vertical-thumbnail div.summary{
width:100%;
padding-left:0; float:none; }
.pp_woocommerce div.product.vertical-thumbnail div.images-slider-wrapper,
.woocommerce .pp_woocommerce div.product.vertical-thumbnail div.images-slider-wrapper{
width:100%;
float:none; clear:both;
}
.woocommerce div.product.vertical-thumbnail div.images{
width:auto;
float:none; }
.woocommerce div.product:not(.vertical-thumbnail) form.cart .button,
.woocommerce div.product:not(.vertical-thumbnail) p.cart .button{
min-width:130px;
}
.woocommerce div.product.type-product:not(.vertical-thumbnail) form.cart, 
.woocommerce div.product:not(.vertical-thumbnail) p.cart{
margin-bottom:20px
}
.woocommerce div.product div.summary{
padding-left:15px }
div.product:not(.vertical-thumbnail) .summary .button:before{
display:none !important;
}  .title-left > .shortcode-heading-wrapper{
width:210px;
padding:0 20px 0 0; }
.title-left.show-nav .shortcode-heading-wrapper .heading-title{
max-width:100%;
}
.title-left > .content-wrapper{
width:calc(100% - 220px)
} .left-top header,
.left-bottom header,
.left-center header,
.right-top header,
.right-bottom header,
.right-center header{
max-width:60%;
}
.center-top header,
.center-bottom header,
.center-center header{
max-width:90%;
} .ts-portfolio-wrapper.columns-3 .item,
.ts-portfolio-wrapper.columns-4 .item{
width:50%;
float:left; }
.ts-portfolio-wrapper.columns-3 .item:nth-child(2n+1),
.ts-portfolio-wrapper.columns-4 .item:nth-child(2n+1){
clear:both;
} .woocommerce table.my_account_orders tr td:before{
display:none;
}
body .woocommerce table.my_account_orders td, 
body .woocommerce table.my_account_orders th,
body .woocommerce table.my_account_orders .order-number{
text-align:center !important }
body .woocommerce table.my_account_orders tr td:last-child{
text-align:center !important }
.woocommerce table.my_account_orders tr, 
.woocommerce-page table.my_account_orders tr{
display:table-row;
}
.woocommerce table.my_account_orders tr:nth-child(2n) td, 
.woocommerce-page table.my_account_orders tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.my_account_orders tr td{
display:table-cell;
}
.woocommerce table.my_account_orders thead, 
.woocommerce-page table.my_account_orders thead{
display:table-header-group;
}
.woocommerce table.my_account_orders tbody th,
.woocommerce-page table.my_account_orders tbody th{
display:table-cell;
} .woocommerce .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td, 
.woocommerce-page .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td{
background:transparent;
}
.woocommerce table.my_account_orders tr, 
.woocommerce-page table.shop_table_responsive tr{
display:table-row;
}
.woocommerce table.shop_table_responsive tr td, 
.woocommerce-page table.shop_table_responsive tr td{
display:table-cell;
}
.woocommerce-cart .cart-collaterals .cart_totals table td{
padding:15px 20px !important }
.woocommerce-cart .cart-collaterals .cart_totals table tr.shipping td{
text-align:right; }
.woocommerce-cart ul#shipping_method{
float:right; text-align:right }
.woocommerce-cart .woocommerce-shipping-calculator{
float:right; }  .ts-product-in-category-tab-2-wrapper.horizontal-tab .see-more-wrapper{
top:80px;
}
.horizontal-tab:not(.shorizontal-style-2) .column-tabs .heading-tab .heading-title{
font-size:18px !important;
}
.horizontal-tab .column-tabs .heading-tab,
.horizontal-tab.banner-right .column-banners, 
.horizontal-tab.banner-left .column-banners{
width:40% !important;
}
.horizontal-tab.banner-right .column-products, 
.horizontal-tab.banner-left .column-products{
width:60% !important;
}
}
@media 
only screen and (max-width: 767px)	and (min-width: 360px){ .counter-wrapper > div{
width:36px;
padding:4px 2px;
}
.counter-wrapper .ref-wrapper{
font-size:10px;
line-height:14px;
}
.ts-product-deals-slider-wrapper[data-columns="1"] .counter-wrapper > div{
width:45px;
padding:6px 2px;
}
.ts-product-deals-slider-wrapper[data-columns="1"] .counter-wrapper .ref-wrapper{
font-size:11px;
line-height:14px;
}
}
@media 
only screen and (max-width: 600px)	and (min-width: 420px)	{ .woocommerce .columns-8 .products .product.first,
.woocommerce.columns-8 .products .product.first,
.woocommerce .columns-7 .products .product.first,
.woocommerce.columns-7 .products .product.first,
.woocommerce .columns-6 .products .product.first,
.woocommerce.columns-6 .products .product.first,
.woocommerce .columns-5 .products .product.first,
.woocommerce.columns-5 .products .product.first,
.woocommerce .columns-4 .products .product.first,
.woocommerce.columns-4 .products .product.first,
.woocommerce .columns-3 .products .product.first,
.woocommerce.columns-3 .products .product.first{clear:none;}
#main-content .woocommerce .columns-8 .products .product,
#main-content .woocommerce.columns-8 .products .product,
#main-content .woocommerce .columns-7 .products .product,
#main-content .woocommerce.columns-7 .products .product,
#main-content .woocommerce .columns-6 .products .product,
#main-content .woocommerce.columns-6 .products .product,
#main-content .woocommerce .columns-5 .products .product,
#main-content .woocommerce.columns-5 .products .product,
#main-content .woocommerce .columns-4 .products .product,
#main-content .woocommerce.columns-4 .products .product,
#main-content .woocommerce .columns-3 .products .product,
#main-content .woocommerce.columns-3 .products .product{width:50%;float:left }
#main-content .woocommerce .columns-8 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-8 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-7 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-7 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-6 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-6 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-5 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-5 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-4 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-4 .products .product:nth-child(2n+1),
#main-content .woocommerce .columns-3 .products .product:nth-child(2n+1),
#main-content .woocommerce.columns-3 .products .product:nth-child(2n+1){
clear:both;float:left; } }html, 
body,
label,
input, 
textarea, 
keygen, 
select, 
button,
.mc4wp-form-fields label,
.font-body,
.ts-banner .heading-body,
.ts-button.fa,
li.fa,
h3.product-name > a, 
h3.product-name,
#order_review_heading,
.woocommerce-cart .cart-collaterals .cart_totals > h2,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.ts-testimonial-wrapper.text-light .testimonial-content h4.name a,
.ts-twitter-slider.text-light .twitter-content h4.name > a,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.ts-milestone h3.subject, 
.cart_totals table th,
.woocommerce #order_review table.shop_table tfoot td, 
.woocommerce table.shop_table.order_details tfoot th, 
.woocommerce #order_review table.shop_table tfoot th, 
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
body div.pp_default .pp_nav .currentTextHolder,
body .theme-default .nivo-caption,
.dokan-category-menu .sub-block h3,
.menu-wrapper nav > ul.menu li .menu-desc{
font-family:Roboto, sans-serif;
}
.h1-big,
.h2-big,
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading
{
font-family:Roboto, sans-serif;
} .menu-wrapper nav > ul.menu > li > a,
.vertical-menu-wrapper .vertical-menu-heading, .menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a{
font-family: Roboto, sans-serif;
}  body #main,
body.header-boxed header,
body.dokan-store #main:before,
body div.pp_pic_holder,
.woocommerce .woocommerce-ordering .orderby ul:before,
form.checkout div.create-account,
#main > .page-container,
#main > .fullwidth-template,
.thumbnails.loading:before,
.ts-testimonial-wrapper.loading:before,
.ts-twitter-slider.loading:before,
.ts-logo-slider-wrapper.loading .content-wrapper:before,
.related-posts.loading .content-wrapper:before,
.ts-portfolio-wrapper.loading:before,
.ts-blogs-wrapper.loading .content-wrapper:before,
article .tags-link a:after,
header .header-v5 .header-bottom,
.content-no-border .widget.ts-products-widget .owl-nav:after,
.ts-product-in-category-tab-2-wrapper .column-products.loading:before,
header .header-v7 .is-sticky .header-bottom,
.ts-compare-popup{
background-color:#ffffff;
} footer .widget-container,
footer .ts-shortcode,
footer .vc_tta-container,
footer .vc_tta-panels{
background:transparent;
}
.widget.ts-products-widget,
.woocommerce .no-margin:not(.thumbnail-no-border) .product .product-wrapper,
.shopping-cart-wrapper .dropdown-container .form-content:after,
.my-account-wrapper .form-content:after,
#lang_sel_click:after,
body .wpml-ls-legacy-dropdown > ul > li:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:after,
body .wpml-ls-legacy-dropdown-click > ul > li:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:after,
.header-currency > div:before,
.shopping-cart-wrapper .dropdown-container:after,
.my-account-wrapper .dropdown-container:after,
#lang_sel_click ul ul:after,
.header-currency ul:after,
.shopping-cart-wrapper .dropdown-container:before,
.my-account-wrapper .dropdown-container:before,
#lang_sel_click ul ul:before,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu:before,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu:before,
.header-currency ul:before,
.product-category-top-content:before,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tabs-container,
.ts-product-in-category-tab-wrapper .column-products .owl-nav > div,
.images-thumbnails >.thumbnails .owl-nav > div,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab,
.widget-container,
.ts-products-tabs-widget .widget-title-wrapper,
.vc_tta-container .vc_general,
table.shop_table,
.single-navigation .product-info:before,
body .select2-container .select2-selection--single,
body .select2-dropdown,
html input[type="search"],
html input[type="text"], 
html input[type="password"],
html input[type="email"], 
html input[type="number"], 
html input[type="date"],  
html input[type="tel"], 
html textarea,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea, 
.woocommerce table.cart td.actions .coupon .input-text, 
.widget-container .gallery.loading figure:before,
.list-posts article .gallery.loading:before,
.thumbnail.loading:before,
.images.loading:before,
.ts-product-category-slider-wrapper .content-wrapper.loading:before,
.ts-product-in-category-tab-wrapper .column-banners.loading:before,
.ts-product-in-category-tab-wrapper .column-products.loading:before,
.woocommerce .product figure.loading:before,
.ts-product .content-wrapper.loading:before,
.tab-contents.loading:before,
.ts-products-widget .ts-products-widget-wrapper.loading:before,
.ts-blogs-widget .ts-blogs-widget-wrapper.loading:before,
.ts-recent-comments-widget .ts-recent-comments-widget-wrapper.loading:before,
.blogs article a.gallery.loading:before,
.single .gallery.loading:before,
.ts-portfolio-wrapper.loading:before,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a:hover,
.woocommerce #payment div.payment_box, 
.ts-blogs article .content-meta,
.list-posts article,
.ts-team-member .content-info,
.vc_toggle,
.ts-product-in-category-tab-wrapper,
body .flexslider .slides,
body .wpb_gallery_slides.wpb_slider_nivo,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a{
background-color:#ffffff;
}
.tab-content.loading:before,
.wishlist .loading:after,
.compare .loading:after{
background-color:#ffffff;
opacity:0.7;
}
.woocommerce-checkout #payment div.payment_box:before{
border-bottom-color:#ffffff;
} body,
.gridlist-toggle a,
.widget-container .tagcloud a,
.product-categories a,
body.wpb-js-composer .vc_toggle .vc_toggle_icon:before,
body .star-rating.no-rating:before,
.pp_woocommerce div.product .summary .woocommerce-product-details__short-description, 
.woocommerce div.product.summary .woocommerce-product-details__short-description, 
.entry-bottom .ts-social-sharing li a,
.ts-feature-wrapper .feature-icon,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a i, p.lost_password a,
.ts-product-attribute > div a,
.comment_list_widget .comment-body,
header .header-template .my-account-wrapper .forgot-pass a,
.woocommerce .woocommerce-ordering ul li a, 
article .social-sharing li a, 
div.product .social-sharing li a,
.woocommerce table.shop_attributes td, 
.woocommerce table.shop_attributes th, 
.woocommerce p.stars a,
.woocommerce-product-rating .woocommerce-review-link,
table tfoot th,
.ts-team-member .image-thumbnail .social,
.woocommerce-checkout #payment div.payment_box,
body div.pp_default .pp_nav .currentTextHolder,
.dashboard-widget.products ul li a,
.single-portfolio .cat-links > a,
.ts-list-of-product-categories-wrapper .list-categories li a,
.list-cats li a,
.woocommerce .widget-container .price_slider_amount .price_label,
.widget-container ul li > a,
.dokan-widget-area .widget ul li > a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li.active > a,
.dokan-dashboard .dokan-dashboard-content ul.dokan_tabs li > a:hover,
.dokan-dashboard .dokan-dashboard-content a,
.dokan-dashboard .dokan-dashboard-content a.dokan-btn-default:hover,
.product-categories span.count,
#lang_sel_click ul ul a,
.header-currency ul li a:not(.button),
header.top-header-transparent .header-top .header-currency ul li a:not(.button),
.ts-wishlist-table-wrapper .items span.product-stock-status,
.ts-compare-table-wrapper .out-of-stock,
.ts-compare-table-wrapper .in-stock,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
.ts-product-in-category-tab-2-wrapper .see-more-button{
color:#49180b;
}
.ts-social-icons .social-icons.style-vertical .ts-tooltip,
.ts-social-sharing .sharing-title,
.cats-link,
.tags-link,
.cats-link a,
.tags-link a{
color:#22fffffffffffffff1ffffffffffffffe4; 
} select,
textarea,
html input[type="search"],
html input[type="text"], 
html input[type="email"],
html input[type="password"],
html input[type="date"],
html input[type="number"],
html input[type="tel"],
body .select2-container .select2-selection--single,
body .select2-container .select2-search--dropdown .select2-search__field,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container .select2-selection--multiple,
.woocommerce form .form-row .input-text, 
.woocommerce form .form-row select{
color:#848484;
border-color:#e5e5e5;
}
body .select2-container .select2-selection--single .select2-selection__rendered{
color:#848484;
}
header .header-v3 .ts-search-by-category input[type="text"], 
header .header-v4 .ts-search-by-category input[type="text"]{
border-color:#e5e5e5;
}
html input[type="search"]:hover,
html input[type="text"]:hover, 
html input[type="email"]:hover,
html input[type="password"]:hover,
html input[type="date"],
html input[type="number"]:hover,
html input[type="tel"]:hover,
html textarea:hover,
html input[type="search"]:focus,
html input[type="text"]:focus, 
html input[type="email"]:focus,
html input[type="password"]:focus,
html input[type="date"]:focus,
html input[type="number"]:focus,
html input[type="tel"]:focus,
input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill,
html textarea:focus,
.woocommerce form .form-row textarea:hover, 
.woocommerce form .form-row textarea:focus, 
body .select2-container.select2-container--focus .select2-selection--multiple,
.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select,
body .select2-container--open .select2-selection--single,
.woocommerce form .form-row .input-text:focus, 
.woocommerce form .form-row select:focus{
color:#666666;
border-color:#c0c0c0;
}
.select2-container .select2-dropdown, 
.select2-container .select2-selection {
border-color:#c0c0c0;
}
body .select2-container--open .select2-selection--single .select2-selection__rendered{
color:#666666;
}
body .theme-default .nivo-controlNav a:before{
border-color:#848484;
}
body .theme-default .nivo-controlNav a:hover:before,
body .theme-default .nivo-controlNav a.active:before{
border-color:#848484;
background-color:#848484;
} h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.woocommerce > form > fieldset legend{
color:#49180b;
} a{
color:#e72304;
}
a:hover,
a:active{
color:#e72304;
} table thead th,
label ,
p > label,
fieldset div > label,
.wpcf7 p,
.primary-text,
.banner-fullwidth-wrapper .banner_detail a.banner-button, .widget-container .tagcloud a:hover, h3.heading-title > a,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.ts-heading h1,
.ts-heading h2,
.ts-heading h3,
.ts-heading h4,
.avatar-name a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
a.view-more,
.secondary-color,
.cart_list span.quantity,
.widget-title,
.widget.ts-products-widget > .widgettitle,
.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
.ts-product-categories-widget ul.product-categories span.icon-toggle,
.ts-product-category-slider-wrapper .category-name h3 > a,
.widget_categories > ul li.cat-parent > span.icon-toggle,
.ts-product-categories-widget ul.product-categories > li >a,
.widget_categories > ul > li > a,
.ts-team-member .content-thumbnail .member-social a,
body.error404 article h2,
.ts-countdown.text-light .counter-wrapper > div,
.total .total-title,
.cart_list .quantity,
.cart_list .icon,
blockquote:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title,
.woocommerce-product-rating .woocommerce-review-link, .ts-portfolio-wrapper .filter-bar li,
.portfolio-inner .item a,
.widget-container .post_list_widget > li a.post-title,
.entry-author .author-info .role,
.vc_progress_bar .vc_single_bar .vc_label,
.vc_progress_bar .vc_single_bar .vc_bar:before,
.vc_toggle .vc_toggle_icon:before,
.vc_toggle_default .vc_toggle_title h4,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce p.stars a:hover,
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th,
.shipping-calculator-button,
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3,
#customer_login .col-1 > h2,
#customer_login .col-2 > h2,
.heading-wrapper > h2,
.heading-shortcode > h3,
.theme-title > h3,
.cross-sells > h2,
.upsells > h2,
.related > h2,
.cart_totals h2,
.mc4wp-form-fields h2.title,
.wp-caption p.wp-caption-text,
.sku-wrapper,
#order_review_heading,
#ship-to-different-address, 
.woocommerce form.login, 
.woocommerce form.register, 
.woocommerce .checkout #order_review table th,
.desc-big,
.mailchimp-subscription .widgettitle,
.column-tabs .tabs li,
.woocommerce .ts-product-deals-slider-wrapper.list .products .product .short-description,
.dashboard-widget.products ul li a,
.row-heading-tabs ul li,
.row-heading-tabs ul li a,
.widget-container .tagcloud a:hover,
.heading-title,
body div.pp_woocommerce .pp_description,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce .products .product.product-category h3,
.woocommerce .widget_layered_nav ul li a,
.cats-link span:not(.cat-links),
.tags-link span:not(.tags-links),
.ts-product-social-sharing li a,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce table.shop_table.customer_details th,
.comments-area .reply a,
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus, 
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus,
.mailchimp-subscription.text-default .widget-title-wrapper h3,
.woocommerce #reviews #reply-title,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.ts-gravatar-profile-widget .meta h4,
.widget-container .social-icons li > a,
.woocommerce .products .product.product-category h3,
.ts-social-icons .social-icons.style-vertical .ts-tooltip,
fieldset legend,
.woocommerce ul.order_details li strong,
.ts-compare-table-wrapper > div .heading, .portfolio-info p,
.single-portfolio .info-content .entry-title,
.vc_pie_chart .vc_pie_chart_value, .ts-team-member header > h3 a{
color:#000000;
}
body div.ppt,
.woocommerce table.shop_table .product-remove a,
.cart_list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove,
body .pp_nav .pp_play:before, 
body .pp_nav .pp_pause:before,
body .pp_arrow_previous:before, 
body .pp_arrow_next:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:before{
color:#000000 !important;
}
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover, header .ts-search-by-category .search-content input[type="submit"]:hover{
background:#000000;
}
.cats-portfolio:before,
.ts-product-attribute > div.color a:before,
.ts-product-attribute > div.selected:before,
.product-filter-by-color ul li a:before{
border-color:#000000;
}
.text-light .owl-dots > div > span:before,
body .flex-control-paging li a:before,
body .theme-default .nivo-controlNav a:before,
body #fp-nav ul li a span:before, 
body .fp-slidesNav ul li a span:before,
body div.pp_woocommerce .pp_gallery ul li a:hover, 
body div.pp_woocommerce .pp_gallery ul li.selected a,
body div.pp_default .pp_gallery ul li a:hover, 
body div.pp_default .pp_gallery ul li.selected a{
border-color:#ffffff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a, .woocommerce nav.woocommerce-pagination ul li a.next:hover, 
.woocommerce nav.woocommerce-pagination ul li a.prev:hover, 
.ts-pagination ul li a.prev:hover,
.ts-pagination ul li a.next:hover,
.woocommerce nav.woocommerce-pagination ul li a.next:focus, 
.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 
.ts-pagination ul li a.prev:focus,
.ts-pagination ul li a.next:focus,
.dokan-pagination-container .dokan-pagination li:hover a,
.dokan-pagination-container .dokan-pagination li.active a,
.ts-pagination ul li a:hover,
.ts-pagination ul li a:focus,
.ts-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current, 
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a.next:focus 
.woocommerce nav.woocommerce-pagination ul li a.prev:focus, 
.woocommerce nav.woocommerce-pagination ul li a.next:hover, 
.woocommerce nav.woocommerce-pagination ul li a.prev:hover{
background:#000000;
color:#ffffff;
border-color:#000000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a:after{
color:#000000;
}
.portfolio-inner .icon-group a,
.single-portfolio .ic-like{
border-color:#000000;
color:#000000;
background-color:#ffffff;
}
div.product .summary .print a,
div.product .summary .email a,
div.product .summary .wishlist a,
div.product .summary .compare a,
.woocommerce .button.button-secondary.transparent,
body .button.button-secondary.transparent,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce table.cart td.actions .coupon .button,
.pp_woocommerce div.product form.cart table .button, 
.woocommerce div.product form.cart table .button,
.woocommerce table.my_account_orders tr td:last-child .button,
.woocommerce .checkout_coupon input[type="submit"],
.woocommerce .woocommerce-shipping-calculator .button,
body .single-post .single-navigation > a{
border-color:#cccccc; color:#000000;
background-color:#ffffff;
}
.quantity input[type="number"],
.pp_woocommerce .quantity input.qty,
.woocommerce .quantity input.qty, 
.pp_woocommerce .quantity .minus, 
.pp_woocommerce .quantity .plus,
.woocommerce .quantity .minus, 
.woocommerce .quantity .plus,
.gridlist-toggle a,
.ts-product-social-sharing li a,
.woocommerce .woocommerce-ordering ul.orderby,
.prod-cat-show-top-content-button{
border-color:#cccccc; }
.mc4wp-form-fields input[type="submit"],
.pp_woocommerce div.product p.cart .button:hover, 
.woocommerce div.product p.cart .button:hover,
.pp_woocommerce div.product form.cart .button:hover, 
.woocommerce div.product form.cart .button:hover,
.ts-stick-compare-button:hover,
.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li:hover a,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body .rev_slider .rev-btn-secondary,
body rs-module-wrap .rev-btn-secondary,
body sr7-module .rev-btn-secondary,
a.button.button-border-secondary:hover,
input.button.button-border-secondary:hover,
.woocommerce-page a.button.button-border-secondary:hover,
.woocommerce-page input.button.button-border-secondary:hover,
.woocommerce .button.button-transparent:hover,
body .button.button-transparent:hover,
body .button.button-secondary,
.woocommerce .cart_totals a.continue-shopping.button,
.woocommerce .button.button-secondary,
.woocommerce .button.button-primary:hover,
body .button.button-primary:hover,
body footer .style-1 .mailchimp-subscription button.button:hover,
.woocommerce footer .style-1 .mailchimp-subscription button.button:hover,
body input.wpcf7-submit,
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce .woocommerce-ordering:hover ul.orderby,
.woocommerce .button.button-secondary.transparent:hover,
body .button.button-secondary.transparent:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce table.my_account_orders tr td:last-child .button:hover,
.woocommerce table.cart td.actions .coupon .button:hover,
.woocommerce .checkout_coupon input[type="submit"]:hover,
.pp_woocommerce div.product form.cart table .button:hover, 
.woocommerce div.product form.cart table .button:hover,
body .single-post .single-navigation > a:hover,
.widget_calendar caption{
background-color:#49180b;
color:#ffffff;
border-color:#49180b;
}
body .rev_slider .rev-btn-secondary:hover,
body rs-module-wrap .rev-btn-secondary:hover,
body sr7-module .rev-btn-secondary:hover,
a.button.button-border-secondary,
input.button.button-border-secondary,
.woocommerce-page a.button.button-border-secondary,
.woocommerce-page input.button.button-border-secondary,
body .button.button-secondary:hover,
.woocommerce .button.button-secondary:hover,
.woocommerce .cart_totals a.continue-shopping.button:hover{
background-color:transparent;
color:#49180b;
border-color:#49180b;
} .owl-nav > div,
div.product .single-navigation > div >  a, .images-thumbnails > .thumbnails .owl-nav > div{
border-color:#cccccc;
color:#bbbbbb;
background:#ffffff;
} .images-thumbnails > .thumbnails .owl-nav > div:hover,
div.product .single-navigation > div >  a:hover,
.single-navigation > a:hover,
.owl-nav > div:hover{
border-color:#000000;
color:#000000;
background:#ffffff;
} table thead th,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
.ts-products-widget-shortcode.title-background-color .widgettitle,
.list-posts article:not(.format-quote) .entry-meta .date-time, 
article.single .entry-meta .date-time, 
.ts-blogs article:not(.quote) .entry-meta .date-time,
.ts-dropcap.style-2,
.ts-social-icons .ts-tooltip,
.product-group-button .button-tooltip{
color:#ffffff;
}
.primary-color,
.cart_list .amount,
.total .amount,
.column-tabs .tabs li:hover,
.column-tabs .tabs li.current,
.ol-style ol li:before,
.ol-style li:before,
.ul-style li:before,
.office-address:before,
.phone-numbers:before,
.email-address:before,
.fax-numbers:before,
.office-address:after,
.phone-numbers:after,
.email-address:after,
.fax-numbers:after,
.ts-dropcap,
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
.comments-area .reply a:hover,
.ts-product-in-category-tab-2-wrapper .see-more-button:hover,
ul.product_list_widget li .product-categories a:hover,
.ts-product-category-slider-wrapper .category-name h3 > a:hover,
.cats-link a:hover,
.tags-link a:hover,
.woocommerce .checkout #order_review table thead th,
.woocommerce-product-rating .woocommerce-review-link:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a:after, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a:after,
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active > a:after,
body .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a i,
body .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover i,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body.wpb-js-composer .ts-products-tabs-widget .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a:hover,
body.wpb-js-composer .vc_toggle_default.vc_toggle_active .vc_toggle_title h4,
body.wpb-js-composer .vc_toggle_default .vc_toggle_title:hover h4,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_toggle_active .vc_toggle_icon:before, .ts-portfolio-wrapper .filter-bar li:hover,
.ts-portfolio-wrapper .filter-bar li.current,
.portfolio-inner .item a:hover,
.widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a:hover,
.ts-social-icons li.custom .ts-tooltip:before,
body .style-3 .mailchimp-subscription.text-light button.button:hover,
a.view-more:hover, .order-number a,
label a:hover,
.widget-container ul > li a:hover,
.dokan-widget-area .widget ul li > a:hover,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a,
.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:hover a,
.dokan-dashboard .dokan-dashboard-content a:hover,
.dokan-dashboard .dokan-dashboard-content li.active > a,
span.author a,
section.widget_nav_menu > div > ul > li > a:hover,
.widget-container ul ul li > a:hover,
.list-posts .heading-title a:hover,
p.lost_password a:hover,
.products .product.product-category a:hover h3, 
.woocommerce .products .product.product-category a:hover h3, 
header .header-template .my-account-wrapper .forgot-pass a:hover,
.woocommerce .products .product .product-categories a:hover, 
.woocommerce .widget-container il li .product-categories a:hover,
.widget-container ul li .product-categories a:hover,
.widget.ts-products-widget .product-categories a:hover,
.woocommerce .widget_layered_nav ul li:hover a,
.woocommerce .widget_layered_nav ul li:hover span.count,
.woocommerce .widget_layered_nav ul li.chosen a,
.woocommerce .widget_layered_nav ul li.chosen span.count,
.ts-feature-wrapper .feature-icon:hover,
.ts-product-attribute > div:hover a,
.ts-product-categories-widget ul.product-categories span.icon-toggle:hover,
.widget_categories > ul li.cat-parent > span.icon-toggle:hover,
.ts-product-categories-widget ul.product-categories li.current > a,
.ts-product-categories-widget ul.product-categories li a:hover,
.widget_categories > ul li.current-cat > a,
.widget_categories > ul li a:hover,
.ts-testimonial-wrapper.text-light .testimonial-content h4.name a:hover,
.ts-twitter-slider.text-light .twitter-content h4.name > a:hover,
.woocommerce .ts-product-deals-slider-wrapper .products .product .product-categories a:hover,
.woocommerce .ts-product-deals-slider-wrapper .products .center .product-name a:hover,
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.woocommerce .woocommerce-ordering ul li a:hover, 
.shipping-calculator-button:hover,
.widget-container .post_list_widget > li a.post-title:hover,
.single-portfolio .cat-links > a:hover,
body.error404 article h1,
body.error404 .icon-404 i,
.ts-tiny-cart-wrapper .ic-cart:before,
footer#colophon .ts-social-icons .social-icons.style-vertical li.custom:hover a span,
body .select2-container .select2-results__option[aria-selected=true],
body .select2-container .select2-results__option--highlighted[aria-selected], .ic-mobile-menu-close-button:hover,
a.ic-home:hover i, .mobile-menu-wrapper li:hover > a,
.mobile-menu-wrapper li .ts-menu-drop-icon:hover,
.mobile-menu-wrapper li.current-menu-item > a,
.mobile-menu-wrapper li.current_page_item > a,
.mobile-menu-wrapper li:hover:before,
.mobile-menu-wrapper li.current-menu-item:before,
.mobile-menu-wrapper li.current_page_item:before, .ts-team-member header > h3 a:hover, .pp_woocommerce div.product form.cart .variations td .reset_variations,
.woocommerce div.product form.cart .variations td .reset_variations, #ts-search-result-container .view-all-wrapper a:hover,
#ts-search-result-container ul li a:hover,
.pp_woocommerce table .quantity .minus:hover, 
.pp_woocommerce table .quantity .plus:hover, 
.woocommerce table .quantity .minus:hover, 
.woocommerce table .quantity .plus:hover, .list-cats li a:hover,
.widget-container .product_list_widget li a:hover,
.woocommerce .widget-container .product_list_widget li a:hover,
.widget.ts-products-widget .ts-wg-meta > a:hover,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a:hover,
.ts-header .header-top h3.product-name > a:hover, 
h3.product-name > a:hover, 
h3.product-name:hover,
.product-name a:hover,
.group_table a:hover,
.ts-feature-wrapper.active-feature .feature-header h3 > a,
.dashboard-widget.products ul li a:hover{
color:#e72304;
} .text-light .owl-nav > div:hover:before,
.text-light .owl-nav > div:hover,
.style-light .owl-nav > div:hover,
.owl-dots > div > span:hover:before,
.owl-dots > div.active > span:before{
border-color:#e72304;
background-color:#e72304;
}
.woocommerce .product figure .color-image.active span:before,
.woocommerce .product figure .color.active span:before{
border-color:#e72304;
}
body .pp_nav .pp_play:hover:before, 
body .pp_nav .pp_pause:hover:before,
body .pp_arrow_previous:hover:before, 
body .pp_arrow_next:hover:before,
body div.pp_woocommerce.pp_pic_holder .pp_arrow_previous:hover:before, 
body div.pp_woocommerce.pp_pic_holder .pp_arrow_next:hover:before{
color:#e72304 !important;
}
.tp-bullets.simplebullets .bullet:hover:after, 
.tp-bullets.simplebullets .bullet.selected:after,
body .rev_slider .tp-bullets .tp-bullet:hover:after, 
body .rev_slider .tp-bullets .tp-bullet.selected:after,
body rs-module-wrap .tp-bullets .tp-bullet:hover:after, 
body rs-module-wrap .tp-bullets .tp-bullet.selected:after,
body sr7-module sr7-bullets sr7-bullet:hover:after, 
body sr7-module sr7-bullets sr7-bullet.selected:after,
.widget-container:before,
.menu-wrapper > .ic-close-menu-button:hover,
.woocommerce div.product div.thumbnails li:hover a img,
.pp_woocommerce div.product div.thumbnails li:hover a img,
.ts-footer-block .widget-container ul li.custom:hover > a,
footer#colophon .ts-social-icons li.custom:hover a,
.ts-social-icons li.custom:hover a,
footer#colophon .ts-social-icons .style-vertical li.custom:hover a i:after,
.gridlist-toggle a:hover,
.gridlist-toggle a.active,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
body.wpb-js-composer .vc_general.vc_tta-style-2 .vc_tta-tabs-container{
border-color:#e72304;
}
table thead th,
.ts-dropcap.style-2,
.ts-products-widget-shortcode.title-background-color .widgettitle,
.list-posts article:not(.format-quote) .entry-meta .date-time,
article.single .entry-meta .date-time,
.ts-blogs article:not(.quote) .entry-meta .date-time,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:after,
.title-background-color .shortcode-heading-wrapper .heading-title,
.woocommerce table.cart th,
.ts-wishlist-table-wrapper .heading-row, .ts-team-member .image-thumbnail .social a.custom:hover, .ts-social-icons .style-vertical li.custom:hover a i:after,
footer#colophon .ts-social-icons .style-vertical li.c:hover a i:after,
.ts-social-icons li.custom:hover a,
footer#colophon .ts-social-icons li.custom:hover a,
.ts-social-icons li.custom  .ts-tooltip,
footer#colophon .ts-social-icons li.custom .ts-tooltip, .ts-tiny-cart-wrapper .ic-cart:after,
header .ts-search-by-category .search-content input[type="submit"]{
background-color:#e72304;
}
.cart_list li .cart-item-wrapper a.remove:hover,
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, 
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover{
color:#e72304 !important;
} *,
* :before,
* :after,
.woocommerce table.shop_table, 
.woocommerce-page table.shop_table,
.woocommerce ul.order_details li,
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
body.wpb-js-composer .vc_tta-accordion .vc_tta-panels-container .vc_tta-panel-body,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.widget.ts-products-widget li > a.ts-wg-thumbnail,
.woocommerce ul.product_list_widget li > a.ts-wg-thumbnail,
.dokan-dashboard .dokan-dashboard-content .edit-account fieldset,
.woocommerce table.my_account_orders tbody tr:first-child td:first-child,
body .woocommerce table.my_account_orders td.order-actions,
body div.pp_woocommerce .pp_gallery ul li a, 
body.wpb-js-composer .vc_separator.border-color .vc_sep_line,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes td, 
.woocommerce .widget_layered_nav ul, 
.woocommerce table.shop_table, 
.woocommerce table.shop_table td, 
body .wpb_flexslider.flexslider,
.widget_product_search, 
.widget_search, 
.widget-container.widget_calendar,
.entry-bottom .ts-social-sharing li a,
.woocommerce p.stars a.star-1, 
.woocommerce p.stars a.star-2, 
.woocommerce p.stars a.star-3, 
.woocommerce p.stars a.star-4, 
.woocommerce p.stars a.star-5,
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce table.shop_attributes, 
.woocommerce #reviews #comments ol.commentlist li ,
.woocommerce div.product div.thumbnails li a img,
.pp_woocommerce div.product div.images-slider-wrapper img,
.woocommerce div.product div.images-thumbnails img,
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img,
body.thumbnail-no-border div.product div.images-thumbnails div.thumbnails li:hover img{
border-color:#ebebeb;
}
.ts-product-attribute > div:before{
background-color:#ebebeb;
border-color:#ebebeb;
} .vc_images_carousel .vc_left .icon-prev:after, 
.vc_images_carousel .vc_right .icon-next:after,
.tp-leftarrow.tparrows:after,
.sr7-leftarrow.sr7-arrows:after,
.tp-rightarrow.tparrows:after,
.sr7-rightarrow.sr7-arrows:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:after,
.theme-default .nivo-directionNav a:after{
background-color:#ffffff !important;
}
.vc_images_carousel .vc_left .icon-prev:before, 
.vc_images_carousel .vc_right .icon-next:before,
.tp-leftarrow.tparrows:before,
.tp-rightarrow.tparrows:before,
.sr7-leftarrow.sr7-arrows:before,
.sr7-rightarrow.sr7-arrows:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:before,
.theme-default .nivo-directionNav a:before{
color:#000000 !important;
}
.vc_images_carousel .vc_left:hover .icon-prev:after, 
.vc_images_carousel .vc_right:hover .icon-next:after,
.tp-leftarrow.tparrows:hover:after,
.tp-rightarrow.tparrows:hover:after,
.sr7-leftarrow.sr7-arrows:hover:after,
.sr7-rightarrow.sr7-arrows:hover:after,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:after,
.theme-default .nivo-directionNav a:hover:after{
background-color:#000000 !important;
}
.vc_images_carousel .vc_left:hover .icon-prev:before, 
.vc_images_carousel .vc_right:hover .icon-next:before,
.tp-leftarrow.tparrows:hover:before,
.tp-rightarrow.tparrows:hover:before,
.sr7-leftarrow.sr7-arrows:hover:before,
.sr7-rightarrow.sr7-arrows:hover:before,
.wpb_gallery .wpb_flexslider .flex-direction-nav a:hover:before,
.theme-default .nivo-directionNav a:hover:before{
color:#ffffff !important;
} #to-top a:hover,
a.button:hover,
button:hover, 
input[type="submit"]:hover, 
.shopping-cart p.buttons a:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover, 
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab.vc_active > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab.vc_active > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a:hover,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab.vc_active a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab.vc_active a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab:hover a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab:hover a, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-left .vc_tta-tab.vc_active > a, 
body.wpb-js-composer .vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-right .vc_tta-tab.vc_active > a,
.mc4wp-form-fields input[type="submit"]:hover,
.woocommerce .cart_totals a.checkout-button.button,
body .mailchimp-subscription.text-default button.button,
.woocommerce .mailchimp-subscription.text-default button.button,
a.button.button-border-primary:hover,
input.button.button-border-primary:hover,
.woocommerce a.button.button-border-primary:hover,
.woocommerce input.button.button-border-primary:hover,
.woocommerce .button.button-primary,
body .button.button-primary,
body footer .style-1 .mailchimp-subscription button.button,
.woocommerce footer .style-1 .mailchimp-subscription button.button,
body input.wpcf7-submit:hover,
.portfolio-inner .icon-group a:hover,
.woocommerce .button.button-primary.transparent:hover,
body .button.button-primary.transparent:hover,
.summary .quickshop .button-tooltip,
.summary .wishlist .button-tooltip,
.summary .compare .button-tooltip,
div.product .summary .wishlist a:hover,
div.product .summary .compare a:hover,
div.product .summary .print a:hover,
div.product .summary .email a:hover,
.pp_woocommerce div.product form.cart .button, 
.woocommerce div.product form.cart .button,
.pp_woocommerce div.product p.cart .button, 
.woocommerce div.product p.cart .button,
.pp_woocommerce div.product form.cart .group_table .button:hover, 
.woocommerce div.product form.cart .group_table .button:hover,
.woocommerce #content table.shop_table input.button-secondary:hover, 
.woocommerce table.shop_table input.button-secondary:hover, 
.woocommerce-page #content table.shop_table input.button-secondary:hover, 
.woocommerce-page table.shop_table input.button-secondary:hover,
body .mfp-close-btn-in .mfp-close:hover,
.woocommerce ul.product_list_widget li .loop-add-to-cart a:hover, #ts-search-popup .search-button input:hover,
#ts-search-popup .ts-button-close:hover,
body div.ts-product-video.pp_pic_holder .pp_close:hover,
body .pp_nav .pp_play:hover, 
body .pp_nav .pp_pause:hover,
body div.pp_default .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_close:hover,
body div.pp_woocommerce.pp_pic_holder .pp_expand:hover,
body div.pp_woocommerce.pp_pic_holder .pp_contract:hover,
body div.pp_default .pp_expand:hover,
body div.pp_default.pp_contract:hover,
.ts-stick-compare-button,
.ts-compare-table-wrapper.woocommerce .product-add-to-cart .button,
.woocommerce #payment #place_order:hover{
background-color:#49180b;
border-color:#49180b;
color:#efc503;
}
.woocommerce .cart_totals a.checkout-button.button:hover,
.woocommerce .button.button-primary.transparent,
body .button.button-primary.transparent,
a.button.button-border-primary,
input.button.button-border-primary,
.woocommerce a.button.button-border-primary,
.woocommerce input.button.button-border-primary,
.woocommerce .woocommerce-shipping-calculator .button:hover{
background:transparent;
border-color:#49180b;
color:#49180b;
}
.woocommerce .woocommerce-shipping-calculator .button:hover{
background:#ffffff;
}
#to-top a,
a.button,
button,
input[type="submit"],
.shopping-cart p.buttons a,
.woocommerce #payment #place_order,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
body .mailchimp-subscription.text-default button.button:hover,
.woocommerce .mailchimp-subscription.text-default button.button:hover,
body .mailchimp-subscription.text-default button.button:focus,
.woocommerce .mailchimp-subscription.text-default button.button:focus{
background-color:#49180b;
border-color:#49180b;
color:#ffffff;
} .ts-pagination ul li a,
.dokan-pagination-container .dokan-pagination li a,
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
background-color:#ffffff;
color:#2bfffffffffffffffaffffffffffffffed; border-color:#cccccc; } .breadcrumb-title-wrapper.breadcrumb-v2{
border-color:#ebebeb;
}
.breadcrumb-title-wrapper{
background-color:#ffffff;
}
.breadcrumb-title-wrapper .breadcrumb-title *{
color:#ffffff;
}
.breadcrumb-title-wrapper .breadcrumb-title a:hover{
color:#e72304;
}
.breadcrumb-title-wrapper .breadcrumb-title h1{
color:#ffffff;
}  .header-v1 .top-right,
.header-top{
border-color:#642615;
}
.header-v1 .top-logo,
.header-v1 .logo-vetical-ipad{
background-color:#642615;
}
.header-top,
.header-v1 .header-top .header-right:before{
background-color:#642615;
}
.header-top a:not(.button),
.header-top,
.header-v2 .header-top .shopping-cart-wrapper a.cart-control,
.header-v7 .header-top .header-right .shopping-cart-wrapper a{
color:#e7ae9f;
} #lang_sel_click ul ul a:hover,
.header-currency ul li:hover a:not(.button),
.header-top .my-account-wrapper .account-control > a:hover,
.header-top .my-wishlist-wrapper > a:hover,
.header-top #lang_sel_click > ul > li > a:hover,
.header-top .wpml-ls a:hover, 
.header-top .wpml-ls a:focus, 
.header-top .wpml-ls ul ul li a:hover,
.header-top .wpml-ls ul ul li a:focus,
header.top-header-transparent .header-top .wpml-ls ul ul li a:hover,
header.top-header-transparent .header-top .wpml-ls ul ul li a:focus,
header.top-header-transparent .header-top .header-currency ul li a:not(.button):hover,
.header-top .wpml-ls .wpml-ls-current-language > a,
.header-top .header-currency > div > a:hover,
header.top-header-transparent .header-top .my-account-wrapper .account-control > a:hover,
header.top-header-transparent .header-top .my-wishlist-wrapper > a:hover,
header.top-header-transparent .header-top #lang_sel_click > ul > li > a:hover,
header.top-header-transparent .header-top .wpml-ls a:hover, 
header.top-header-transparent .header-top .wpml-ls a:focus, 
header.top-header-transparent .header-top .wpml-ls .wpml-ls-current-language > a,
header.top-header-transparent .header-top .header-currency > div > a:hover,
.header-template .shopping-cart-wrapper .ic-cart:before{
color:#e72304; } .header-middle{
background-color:#49180b;
} header .header-bottom,
header .header-v5 .header-bottom .header-left,
.header-v1 .header-bottom .header-right:before,
header .header-v7 .header-bottom .menu-wrapper{
background-color:#f1f1f1;
} body .category-dropdown .select2-dropdown,
header .ts-search-by-category{
background-color:#ffffff;
}
body .category-dropdown .select2-dropdown,
body .category-dropdown .select2-search--dropdown .select2-search__field,
body .category-dropdown .select2-container--open .select2-dropdown--below,
.header-v1 .ts-search-by-category:before,
.header-v2 .ts-search-by-category:before,
.header-v5 .ts-search-by-category:before,
.header-v7 .ts-search-by-category:before{
border-color:#e5e5e5;
}
.category-dropdown li,
header .select2-container .select2-selection--single .select2-selection__rendered,
.ts-header .ts-search-by-category select{
color:#000000;
}
header .select2-container .select2-selection--single .select2-selection__arrow b{
border-top-color:#000000;
}
header .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b{
border-bottom-color:#000000;
}
header .search-content input[type="text"]{
color:#666666;
background-color#ffffff;
}
body .category-dropdown .select2-results__option[aria-selected=true], 
body .category-dropdown .select2-results__option--highlighted[aria-selected]{
color:#000000;
} header.top-header-transparent .shopping-cart-wrapper a.cart-control,
.shopping-cart-wrapper a.cart-control{
color:#000000;
}
.shopping-cart-wrapper a.cart-control .amount{
color:#e72304;
}
.header-v3 .header-top .shopping-cart-wrapper:before, 
.header-v4 .header-top .shopping-cart-wrapper:before,
header .header-v5 .header-bottom .header-right,
.header-v7 .header-middle .shopping-cart-wrapper{
background:#ffffff;
} .header-v4 .header-bottom,
.header-v6 .header-bottom{
border-color:#ebebeb;
} .vertical-menu-wrapper .vertical-menu-heading,
.widget-container.ts-menus-widget .widget-title,
.header-v1 .header-bottom .header-left{
background-color:#202020;
color:#ffffff;
} header .header-v3 .toggle-search:before,
header .header-v4 .toggle-search:before,
.ts-menu > nav.pc-menu > ul.menu > li >.ts-menu-drop-icon,
.menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li.fa:before{
color:#ffffff;
}
.ts-menu > nav.pc-menu > ul.menu li:hover >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu li.current-product_cat-ancestor >.ts-menu-drop-icon,
.ic-close-menu-button:hover,
.menu-wrapper nav > ul.menu > li:hover > a,
.menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu li.current-product_cat-ancestor > a,
.ts-menu-drop-icon.active:before,
.ts-menu-drop-icon:hover:before,
header .search-wrapper.active .toggle-search:before{
color:#efc503;
} .menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:before{
color:#000000;
}
.menu-wrapper .vertical-menu > ul.menu > li > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li > a,
header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li > a{
color:#000000;
background-color:#f9f9f9;
}
.vertical-menu-small .menu-wrapper .vertical-menu > ul.menu{
background-color:#f9f9f9;
}
.menu-wrapper .vertical-menu > ul.menu > li:hover > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > .ts-menu-drop-icon,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li:hover > a,
header .ts-menu .vertical-menu-wrapper > ul.menu > ul > li:hover > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_item > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-item > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current_page_parent > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-parent > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-menu-ancestor > a,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.current-product_cat-ancestor > a{
color:#e72304;
background-color:#ffffff;
}
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_item:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-item:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current_page_parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-parent:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa.current-menu-ancestor:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before,
.menu-wrapper .vertical-menu-wrapper nav > ul.menu > li.fa:hover:before{
color:#e72304;
}
.menu-wrapper nav > ul.menu li ul.sub-menu:before,
.menu-wrapper .ts-menu > nav > ul.menu > li:after,
.menu-wrapper .ts-menu > nav > ul.menu > li > a:after,
.menu-wrapper .vertical-menu > ul.menu > li li ul.sub-menu:before,
.vertical-menu-wrapper .vertical-menu{
background-color:#ffffff;
} .menu-wrapper nav > ul.menu ul.sub-menu h1,
.menu-wrapper nav > ul.menu ul.sub-menu h2,
.menu-wrapper nav > ul.menu ul.sub-menu h3,
.menu-wrapper nav > ul.menu ul.sub-menu h4,
.menu-wrapper nav > ul.menu ul.sub-menu h5,
.menu-wrapper nav > ul.menu ul.sub-menu h6,
.menu-wrapper nav > ul.menu ul.sub-menu .h1,
.menu-wrapper nav > ul.menu ul.sub-menu .h2,
.menu-wrapper nav > ul.menu ul.sub-menu .h3,
.menu-wrapper nav > ul.menu ul.sub-menu .h4,
.menu-wrapper nav > ul.menu ul.sub-menu .h5,
.menu-wrapper nav > ul.menu ul.sub-menu .h6,
h1.wpb_heading,
h2.wpb_heading,
h3.wpb_heading,
h4.wpb_heading,
h5.wpb_heading,
h6.wpb_heading{
color:#000000;
} .menu-wrapper nav > ul.menu ul.sub-menu > li > a,
.menu-wrapper nav div.list-link li > a,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a{
color:#848484;
}
.ts-menu > nav.pc-menu > ul.menu ul li >.ts-menu-drop-icon{
color:#848484;
} .ts-menu > nav.pc-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current_page_item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-item >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current_page_parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-parent >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-menu-ancestor >.ts-menu-drop-icon,
.ts-menu > nav.pc-menu > ul.menu ul li.current-product_cat-ancestor >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li:hover >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_item >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-item >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current_page_parent >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-parent >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu li.current-menu-ancestor >.ts-menu-drop-icon,
.vertical-menu-wrapper > .vertical-menu > ul.menu ul li.current-product_cat-ancestor >.ts-menu-drop-icon,
.menu-wrapper nav > ul.menu ul.sub-menu > li > a:hover,
.menu-wrapper nav div.list-link li > a:hover,
.menu-wrapper nav > ul.menu li.widget_nav_menu li > a:hover,
.menu-wrapper nav > ul.menu li.widget_nav_menu li.current-menu-item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_parent > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-parent > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current_page_item > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-menu-ancestor > a,
.menu-wrapper nav > ul.menu ul.sub-menu li.current-product_cat-ancestor > a{
color:#e72304;
}  .ts-social-icons li a,
footer#colophon .ts-social-icons a{
border-color:#848484;
color:#ffffff;
}
footer .ts-social-icons li a:before{
border-color:#848484;
}
ul.info-content li:after,
footer .box-office-address:after,
footer .box-phone-numbers:after,
footer .box-email-address:after,
footer .box-fax-numbers:after{
border-color:#848484;
}
.ts-social-icons .style-fill-bg li a,
footer#colophon .ts-social-icons .style-fill-bg li a{
background:#848484;
color:#ffffff;
}
footer .end-footer{
background-color:#49180b;
}
footer .footer-container{
background-color:#642615;
}
footer .widget_calendar caption{
color:#642615;
}
footer#colophon,
footer#colophon a,
footer#colophon dt,
footer .mc4wp-form-fields label{
color:#e7ae9f;
}
footer#colophon h1,
footer#colophon h2,
footer#colophon h3,
footer#colophon h4,
footer#colophon h5,
footer#colophon h6,
footer#colophon .h1,
footer#colophon .h2,
footer#colophon .h3,
footer#colophon .h4,
footer#colophon .h5,
footer#colophon .h6,
footer#colophon h1.wpb_heading,
footer#colophon h2.wpb_heading,
footer#colophon h3.wpb_heading,
footer#colophon h4.wpb_heading,
footer#colophon h5.wpb_heading,
footer#colophon h6.wpb_heading{
color:#ffffff;
}
.box-office-address,
.box-phone-numbers,
.box-email-address,
.box-fax-numbers,
footer .ts-social-icons .social-icons.style-vertical .ts-tooltip,
footer .mc4wp-form-fields h2.title,
footer#colophon a:hover,
footer#colophon .wp-caption p.wp-caption-text,
footer#colophon .woocommerce ul.cart_list li span.amount, 
footer#colophon .woocommerce ul.product_list_widget li span.amount, 
footer#colophon .ts-blogs-widget-wrapper ul li a,
footer#colophon .ts-recent-comments-widget-wrapper ul li a,
.info-company li,
footer .widget_product_tag_cloud .tagcloud a:hover,
footer .widget_tag_cloud .tagcloud a:hover{
color:#ffffff;
}
footer .ts-social-icons .social-icons.style-vertical li a i:after{
border-color:#ffffff;
}
footer .widget_calendar caption{
background:#ffffff;
}
footer#colophon .end-footer,
footer#colophon .end-footer a,
footer#colophon .end-footer dt{
color:#999999;
} .ts-product-deals-slider-wrapper .counter-wrapper > div,
.counter-wrapper > div{
background-color:#f7f7f7;
border-color:#f1f1f1;
color:#666666;
} .ts-price-table .rating:before,
.star-rating:before, 
.pp_woocommerce .star-rating:before, 
.woocommerce .star-rating:before, 
.testimonial-content .rating:before{
color:#ffad00;
}
.ts-price-table .rating span:before,
.star-rating span:before,
.pp_woocommerce .star-rating span:before, 
.woocommerce .star-rating span:before, 
.testimonial-content .rating span:before{
color:#ffad00;
} #ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.ts-header .header-top h3.product-name > a,
h3.product-name > a,
h3.product-name,
.product-name a,
.woocommerce #order_review table.shop_table tbody td.product-name, 
.woocommerce #order_review table.shop_table tfoot td.product-name,
.single-navigation .product-info,
.group_table a{
color:#49180b;
} .woocommerce .product .thumbnail-wrapper .product-group-button > div a,
.meta-wrapper div.wishlist a,
.meta-wrapper div.compare a,
.woocommerce .product .meta-wrapper a.added_to_cart,
.woocommerce .product .meta-wrapper a.button{
background-color:#ffffff;
border-color:#e8e8e8;
color:#666666;
}
.woocommerce .product .thumbnail-wrapper .loop-add-to-cart a.button:hover,
.woocommerce .product .thumbnail-wrapper .button-in:hover a,
.button-in a:hover,
.meta-wrapper .button-in.wishlist a:hover,
.meta-wrapper .button-in.compare a:hover,
.woocommerce .product .thumbnail-wrapper .product-group-button > div a:hover,
.woocommerce .product .meta-wrapper a.added_to_cart:hover, 
.woocommerce .product .meta-wrapper a.button:hover,
.woocommerce .product .meta-wrapper a.added_to_cart:focus, 
.single-portfolio .ic-like:hover,
.product-group-button .button-tooltip,
.quickshop .button-tooltip,
.wishlist .button-tooltip,
.compare .button-tooltip{
background-color:#e72304;
border-color:#e72304;
color:#ffffff;
}
.quickshop .button-tooltip:after, 
.wishlist .button-tooltip:after, 
.compare .button-tooltip:after{
color:#e72304;
}
body .product-group-button .button-tooltip:after{
border-left-color:#e72304;
}
body .product-group-button .button-tooltip:after{
border-right-color:#e72304;
} .woocommerce .product .product-label .onsale,
.pp_woocommerce div.product .images .product-label span.onsale{
color:#ffffff;
background:#e7ae9f;
}
.woocommerce .product .product-label .onsale.amount,
.pp_woocommerce div.product .images .product-label span.onsale.amount{
color:#ffffff;
}
.woocommerce .product .product-label .onsale:before,
.pp_woocommerce div.product .images .product-label .onsale:before{
border-top-color:#e7ae9f;
}
.woocommerce .product .product-label .onsale:after,
.pp_woocommerce div.product .images .product-label .onsale:after{
border-bottom-color:#e7ae9f;
}
.woocommerce .product .product-label .new,
.pp_woocommerce div.product .images .product-label span.new{
color:#ffffff;
background:#3a93ca;
}
.woocommerce .product .product-label .new:before,
.pp_woocommerce div.product .images .product-label .new:before{
border-top-color:#3a93ca;
}
.woocommerce .product .product-label .new:after,
.pp_woocommerce div.product .images .product-label .new:after{
border-bottom-color:#3a93ca;
}
.woocommerce .product .product-label .featured,
.pp_woocommerce div.product .images .product-label span.featured{
color:#ffffff;
background:#72b728;
}
.woocommerce .product .product-label .featured:before,
.pp_woocommerce div.product .images .product-label .featured:before{
border-top-color:#72b728;
}
.woocommerce .product .product-label .featured:after,
.pp_woocommerce div.product .images .product-label .featured:after{
border-bottom-color:#72b728;
}
.woocommerce .product .product-label .out-of-stock,
.pp_woocommerce div.product .images .product-label span.out-of-stock{
color:#ffffff;
background:#d4d4d4;
}
.woocommerce .product .product-label .out-of-stock:before,
.pp_woocommerce div.product .images .product-label .out-of-stock:before{
border-top-color:##d4d4d4;
}
.woocommerce .product .product-label .out-of-stock:after,
.pp_woocommerce div.product .images .product-label .out-of-stock:after{
border-bottom-color:#d4d4d4;
} .amount,
.woocommerce .products .product .price,
.woocommerce .products .product .amount,
.woocommerce div.product p.price, 
.woocommerce div.product span.price, 
.single-navigation .product-info .price{
color:#000000;
}
del .amount,
.woocommerce .products .product del .amount{
color:#000000;
}
ins .amount,
.woocommerce .products .product ins .amount{
color:#000000;
} @media only screen and (max-width: 767px){
.ic-mobile-menu-button,
.ts-group-meta-icon-toggle,
.ts-header .header-template .shopping-cart-wrapper.cart-mobile a{
color:#e7ae9f;
}
.ic-mobile-menu-button:hover,
.ts-group-meta-icon-toggle:hover,
.header-template .shopping-cart-wrapper a.cart-control .amount{
color:#e72304;
}
}
@media 
only screen and (max-width: 991px)	and (min-width: 768px){
.header-v2 .header-right .shopping-cart-wrapper a.cart-control .amount, 
.header-v5 .header-right .shopping-cart-wrapper a.cart-control .amount{
color:#e72304;
}
}   h1,h2,h3,h4,h5,h6 ,
.h1,.h2,.h3,.h4,.h5,.h6,
.ts-feature-wrapper .feature-header h3 > a,
.widget.ts-products-widget > .widgettitle,
.ts-banner header .discount,
.widget-title,
body.woocommerce > h1{
font-weight:500;
} h4.heading-title > a,
h3.product-name > a,
h3.product-name,
body h3.entry-title > a,
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a,
.woocommerce .pp_woocommerce div.product .product_title,
.pp_woocommerce div.product .product_title,
.woocommerce div.product .product_title,
.pp_woocommerce table .quantity .minus, 
.pp_woocommerce table .quantity .plus,
.woocommerce table .quantity .minus, 
.woocommerce table .quantity .plus,
.woocommerce #order_review table.shop_table tfoot td,
.woocommerce table.shop_table.order_details tfoot th,
.woocommerce #order_review table.shop_table tfoot th,
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th,
.ts-product-attribute > div a,
.pp_woocommerce div.product form.cart .variations label, 
.woocommerce div.product form.cart .variations label,
div.product .summary .wishlist a,
div.product .summary .compare a,
.product-group-button .button-tooltip,
.comment_list_widget .comment-body,
.widget_calendar th, 
.widget_calendar td,
.woocommerce.widget_recent_reviews ul.product_list_widget li a,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
.woocommerce .widget-container .price_slider_amount .price_label span,
.widget-container .tagcloud a,
.dokan-category-menu .sub-block h3,
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
body .style-3 .mailchimp-subscription button.button,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.ts-banner header div,
.ts-compare-table-wrapper h6 > a{
font-weight:400;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.ts-banner header .discount,
.wp-caption p.wp-caption-text,
.product-subtotal .amount,
body div.ppt,
.woocommerce #reviews #reply-title,  
.widget_shopping_cart_content p.total strong,
.row-heading-tabs .heading-tab .heading-title,
.wp-caption p.wp-caption-text,
body div.ppt,
a.button, 
button, 
input[type^="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #content input.button, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce-page #content input.button, 
.woocommerce-page #respond input#submit, 
.woocommerce-page a.button, 
.woocommerce-page button.button, 
.woocommerce-page input.button, 
.woocommerce #content input.button.alt, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce-page #content input.button.alt, 
.woocommerce-page #respond input#submit.alt, 
.woocommerce-page a.button.alt, 
.woocommerce-page button.button.alt, 
.woocommerce-page input.button.alt, 
#content button.button, 
.woocommerce .widget_price_filter .price_slider_amount .button, 
.woocommerce-page .widget_price_filter .price_slider_amount .button, 
body .single-post .single-navigation > a,
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span,
.woocommerce .products .product .product-label .onsale,
.woocommerce .products .product .product-label .new,
.woocommerce .products .product .product-label .featured,
.woocommerce .products .product .product-label .out-of-stock,
.list-posts article:not(.format-quote) .entry-meta .date-time > span:first-child,
article.single .entry-meta .date-time > span:first-child,
.ts-blogs article:not(.quote) .entry-meta .date-time > span:first-child,
article.single .ts-social-sharing .sharing-title,
.summary .ts-social-sharing .sharing-title,
.images-thumbnails .ts-social-sharing .sharing-title,
.entry-author .author-info .author,
.comments-area .comment-meta > span.author a,
.avatar-name a,
.comments-area .reply a,
.portfolio-info p,
.woocommerce > form > fieldset legend,
.cloud-zoom-title,
.woocommerce table.shop_table th,
.ts-wishlist-table-wrapper .heading-row,
.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.shopping-cart-wrapper .total > span.total-title,
.widget_shopping_cart .total-title,
.ts-wishlist-table-wrapper .items span.product-stock-status .in-stock,
.ts-compare-table-wrapper .in-stock,
.ts-compare-table-wrapper .out-of-stock,
.ts-products-tabs-widget .vc_tta-accordion .vc_tta-panels > div .vc_tta-panel-heading a:before,
.widget_calendar #today,
.widget_calendar caption,
body .product-edit-new-container .dokan-btn-lg,
#ts-search-result-container .view-all-wrapper,
#ts-search-result-container li a span.hightlight,
.cart_list span.quantity,
.ts-product-in-category-tab-wrapper .see-more-button:hover,
.ts-countdown.style-border .counter-wrapper > div .ref-wrapper,
.ts-milestone .number,
.ts-price-table .desc-price,
.ts-price-table .table-title,
.ts-price-table .table-price span,
.vc_pie_chart .vc_pie_chart_value,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-button.fa,
.ts-button,
.vc_column_container .vc_btn, 
.vc_column_container .wpb_button,
.counter-wrapper .number,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs ul li,
.ts-stick-compare-button,
.ts-compare-table-wrapper > div .heading{
font-weight:500;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce-cart .cart-collaterals .cart_totals table td:before,
.cart_list li .cart-item-wrapper a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.ts-milestone h3.subject,
body.wpb-js-composer .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a,
body.wpb-js-composer .vc_toggle_title h4{
font-weight:400 !important;
} .menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.menu-wrapper .vertical-menu ul.menu > li > a,
.vertical-menu-wrapper .vertical-menu-heading,
.nav > ul.menu > ul > li > a{
font-weight:400;
} html, 
body,
.woocommerce div.product p.price, 
.woocommerce div.product span.price,
.mc4wp-form-fields label,
ul li .ts-megamenu-container,
.comment-text,
.shopping-cart-wrapper .ts-tiny-cart-wrapper,
.woocommerce .order_details li,  
.woocommerce table.my_account_orders td, 
.comment_list_widget .comment-body,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price,
.shopping-cart-wrapper .form-content > label,
.widget_calendar th, 
.widget_calendar td,
.woocommerce .widget-container .price_slider_amount .price_label,
#ts-search-result-container ul li a,
#ts-search-result-container .view-all-wrapper a,
#lang_sel_click > ul li a,
body .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.header-currency ul li a:not(.button),
select option,
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th,
h3 > label,
body.wpb-js-composer .vc_tta.vc_general,
.dokan-category-menu .sub-block h3,
.woocommerce table.shop_table.my_account_orders,
.feature-content .feature-excerpt,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce .products.list .product .short-description,
#page .wc-block-components-notice-banner{
font-size:14px;
line-height:26px;
}
.ts-blogs .entry-meta > span.author a,
.list-posts article .entry-meta > span.author a,
article.single .entry-meta > span.author a{
font-size:14px;
}
.ts-shortcode{
line-height:26px;
}
.list-posts article.format-quote blockquote{
font-size:14px;
line-height:30px;
}
.woocommerce .products .product .short-description,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.dokan-form-control,
.feature-content .feature-header,
.font-normal .description,
.single-navigation .product-info > div > span:first-child,
input, 
textarea, 
keygen, 
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text, 
h3.product-name > a, 
h3.product-name,
.ts-compare-table-wrapper .product-thumbnail > div h6,
.widget.ts-products-widget .ts-wg-meta > a,
.woocommerce .ts-recently-viewed-products-wrapper li .ts-wg-meta > a,
.widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce .widget-container ul.product_list_widget li .ts-wg-meta > a,
.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a,
body .style-3 .mailchimp-subscription.text-light button.button{
font-size:14px;
line-height:18px;
}
body .select2-container .select2-selection--single .select2-selection__rendered,
select{
font-size:14px;
}
.widget_product_tag_cloud .tagcloud a,
.widget_tag_cloud .tagcloud a{
font-size:14px;
line-height:18px !important;
}
.ts-portfolio-wrapper .filter-bar li,
.pp_woocommerce table .quantity input.qty, 
.woocommerce table .quantity input.qty{
font-size:14px;
}
h4 > a,
.amount,
.portfolio-inner h3,
.cats-portfolio,
.woocommerce-account .addresses h3,
.woocommerce-account .addresses h2,
.woocommerce-customer-details .addresses h2,
.woocommerce .ts-product-category-slider-wrapper .product.product-category h3,
.woocommerce .products .product.product-category h3,
.woocommerce .checkout #order_review table thead th,
.mailchimp-subscription .newsletter,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tab a, 
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tab a,
.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a,
.vc_toggle_default .vc_toggle_title h4,
body.wpb-js-composer .vc_general.vc_tta-tabs .vc_tta-tab > a,
.column-tabs .tabs li,
.font-big .description,
.list-cats li a,
.list .product h3.product-name > a,
.vc_progress_bar .vc_single_bar .vc_label,
.ts-team-member header > h3,
.ts-team-member header > h3 a,
.woocommerce-columns > h3,
.mc4wp-form-fields .mailchimp-input input[type="email"],
.mc4wp-form-fields .mailchimp-input input[type="tel"]{
font-size:14px;
line-height:20px;
}
h1,
.h1,
.ts-heading h1
{
font-size:40px;
line-height:48px;
}
h2,
.h2,
h1.wpb_heading,
.ts-heading h2,
.breadcrumb-title-wrapper .breadcrumb-title h1,
div.product p.price .woocommerce-Price-amount, 
div.product .single_variation .amount, 
.woocommerce div.product .single_variation .amount
{
font-size:36px;
line-height:42px;
}
h3,
.h3,
h2.wpb_heading,
.theme-title > h3,
.ts-heading h3,
.ts-mailchimp-subscription-shortcode .widgettitle,
.woocommerce .cross-sells > h2,
.woocommerce .upsells > h2,
.woocommerce .related > h2,
body .ts-footer-block .ts-mailchimp-subscription-shortcode.style-1 .widget .widgettitle,
.heading-wrapper > h2,
.ts-product-in-category-tab-2-wrapper .column-tabs .heading-tab h3,
.ts-product-in-category-tab-2-wrapper.horizontal-tab .column-tabs .heading-tab h3
{
font-size:30px;
line-height:36px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a,
.ts-feature-wrapper .feature-header h3 > a,
.ts-banner header .discount,
.ts-list-of-product-categories-wrapper .heading-title,
.wp-caption p.wp-caption-text,
.product-subtotal .amount,
.woocommerce-account div.woocommerce > h2,
.cart-collaterals .cart_totals > h2,
.heading-shortcode > h3,
.related > h2,
body.woocommerce > h1,
body div.ppt,
.entry-content h1.blog-title,
.widget.ts-products-widget > .widgettitle,
.woocommerce-account .woocommerce-MyAccount-navigation li a,
.woocommerce #reviews #reply-title, 
.woocommerce #reviews #comments > h2, 
.widget_shopping_cart_content p.total strong,
.widget-title,
.row-heading-tabs .heading-tab .heading-title,
#order_review_heading,
h3.wpb_heading,
.style-normal .mailchimp-subscription h2,
.mc4wp-form-fields > h2.title,
.ts-compare-table-wrapper > div .heading{
font-size:16px;
}
h4,
.h4,
.ts-heading h4,
h3.entry-title > a,
.woocommerce-billing-fields > h3,
.widget.ts-products-widget > .widgettitle,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumb-title > h1,
.ts-recently-viewed-products-wrapper .shortcode-heading-wrapper .heading-title,
.title-background-color .shortcode-heading-wrapper .heading-title,
.mailchimp-subscription .widget-title-wrapper h3,
.mc4wp-form-fields .mailchimp-wrapper h2.title,
.woocommerce-MyAccount-content > h2,
.woocommerce-customer-details > h2,
.woocommerce-order-details > h2,
.single-portfolio .info-content .entry-title,
.pp_woocommerce div.product .product_title, 
.woocommerce div.product .product_title,
.horizontal-tab .column-tabs .heading-tab h3,
.horizontal-tab .column-tabs .heading-tab i,
#customer_login .col-1 > h2,
#customer_login .col-2 > h2,
.banner-content h4{
font-size:24px;
line-height:30px;
}
h5,
.h5,
h4.wpb_heading,
h5.wpb_heading,
body .ts-footer-block .widget .widgettitle,
body .ts-footer-block .widget-title,
.column-tabs .heading-tab h3,
.breadcrumb-title-wrapper.breadcrumb-v2 .breadcrumbs-container,
body.wpb-js-composer .vc_general.vc_tta-tabs.vc_tta-style-2 .vc_tta-tab > a,
.ts-products-widget-shortcode:not(.title-background-color ) .widgettitle{
font-size:18px;
line-height:24px;
}
h6,.h6,
.vc_message_box .h4,
h6.wpb_heading,
.woocommerce table.shop_table thead th,
.ts-wishlist-table-wrapper .heading-row > span,
.breadcrumb-title-wrapper .breadcrumbs-container,
.member-name h3,
.ts-milestone h3.subject,
.ts-testimonial-wrapper.text-light .testimonial-content h4 > a,
.ts-twitter-slider.text-light .twitter-content h4 > a,
.horizontal-tab.horizontal-style-2 .column-tabs .tabs li{
font-size:16px;
line-height:22px;
}  .info-desc,
.my-account-wrapper .account-control > a,
.my-wishlist-wrapper a,
#lang_sel_click > ul > li > a,
.header-currency .wcml_currency_switcher > a,
.group-meta-header .shopping-cart-wrapper a.cart-control span.amount{
font-size:14px;
line-height:26px;
}
.my-account-wrapper .dropdown-container{
line-height:26px;
}  .menu-wrapper nav > ul.menu > li > a,
.menu-wrapper nav > ul.menu li:before,
.vertical-menu-wrapper .vertical-menu-heading,
.widget-container.ts-menus-widget .widget-title,
header .vertical-menu-wrapper .vertical-menu-heading:before,
.widget-container.ts-menus-widget .widget-title:before{
font-size:15px;
line-height:20px;
}
.header-template .menu-wrapper .vertical-menu > ul.menu > li > a{
font-size:15px;
} .menu-wrapper nav li.widget > .widgettitle,
.menu-wrapper nav div.list-link > .widgettitle{
font-size:14px;
}  .total .total-title,
.total .amount,
.product .amount,
.woocommerce .menu ul.product_list_widget li span.amount,
.menu .woocommerce ul.product_list_widget li span.amount,
.woocommerce ul.product_list_widget li ins .amount,
.woocommerce ul.product_list_widget li .price > .amount{
font-size:18px;
}
.woocommerce .products .product .product-label .onsale,
.woocommerce .products .product .product-label .new,
.woocommerce .products .product .product-label .featured,
.woocommerce .products .product .product-label .out-of-stock{
font-size:14px;
}
.woocommerce div.product .images .product-label span,
.pp_woocommerce div.product .images .product-label span{
font-size:18px;
}
.woocommerce a.button.added:before, 
.woocommerce button.button.added:before, 
.woocommerce input.button.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce #respond input#submit.added:before, 
.woocommerce .meta-wrapper .loop-add-to-cart a:first-child:before,
a.view-more,
a.ts-button,
a.button,
button,
body .single-post .single-navigation > a,
input[type="submit"], 
.shopping-cart p.buttons a, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button, 
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt, 
.woocommerce table.shop_table input, 
body .product-edit-new-container .dokan-btn-lg,
.button-banner,
.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.added_to_cart:before,
.woocommerce .product .meta-wrapper .has-wishlist.has-compare.has-add-to-cart a.button:before, 
.ts-stick-compare-button, input[type="submit"].dokan-btn, 
a.dokan-btn, 
.dokan-btn{
font-size:16px;
line-height:20px;
}    .woocommerce div.product .woocommerce-tabs .panel, .woocommerce-tabs ul.tabs, div.product .summary .meta-content, .woocommerce div.product .summary > .price, .upsells > h2:after,.cross-sells > h2:after
{border-color:#E7AE9F!important}
.woocommerce div.product .woocommerce-tabs ul.tabs li > a:hover
{background-color:#49180b!important;border-color:#49180b!important;color:#efc503!important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active > a
{background-color:#49180b!important;border-color:#49180b!important;color:#efc503!important;}
.woocommerce div.product .product_title {color:#49180b!important;font-size:30px!important}
.header-v3 .header-top .shopping-cart-wrapper:before, .header-v4 .header-top .shopping-cart-wrapper:before, .header-v7 .header-middle .shopping-cart-wrapper
{background-color:#E7AE9F!important;margin:8px 0!important;}
.woocommerce table.shop_table, .woocommerce-page table.shop_table, .woocommerce table.shop_table td,.woocommerce table.cart td.actions .coupon .button
{border-color:#E7AE9F!important;}
.woocommerce table.cart th
{background-color:#642615!important}
.inv-recaptcha-holder .rc-anchor-invisible-text{background:#642615!important}