@-moz-keyframes rotateY1 {
0% {
transform: rotate3d(0,1,0,16deg);
-webkit-transform: rotate3d(0,1,0,16deg);
-moz-transform: rotate3d(0,1,0,16deg);
}
100% {
-webkit-transform: rotate3d(0,1,0,180deg);
-moz-transform: rotate3d(0,1,0,180deg);
transform: rotate3d(0,1,0,180deg);
}
}
@keyframes rotateY1 {
0% {
transform: rotate3d(0,1,0,16deg);
-webkit-transform: rotate3d(0,1,0,16deg);
-moz-transform: rotate3d(0,1,0,16deg);
}
100% {
-webkit-transform: rotate3d(0,1,0,180deg);
-moz-transform: rotate3d(0,1,0,180deg);
transform: rotate3d(0,1,0,180deg);
}
}
@-webkit-keyframes rotateY1 {
0% {
transform: rotate3d(0,1,0,16deg);
-webkit-transform: rotate3d(0,1,0,16deg);
-moz-transform: rotate3d(0,1,0,16deg);
}
100% {
-webkit-transform: rotate3d(0,1,0,180deg);
-moz-transform: rotate3d(0,1,0,180deg);
transform: rotate3d(0,1,0,180deg);
}
}
.rotateY1 {
-webkit-animation: rotateY1 2s infinite;
animation: rotateY1 2s infinite;
-moz-animation: rotateY1 2s infinite;
}
@-moz-keyframes rotateX1 {
0% {
transform: rotate3d(1,0,0,16deg);
-webkit-transform: rotate3d(1,0,0,16deg);
-moz-transform: rotate3d(1,0,0,16deg);
}
100% {
transform: rotate3d(1,0,0,180deg);
-webkit-transform: rotate3d(1,0,0,180deg);
-moz-transform: rotate3d(1,0,0,180deg);
}
}
@keyframes rotateX1 {
0% {
transform: rotate3d(1,0,0,16deg);
-webkit-transform: rotate3d(1,0,0,16deg);
-moz-transform: rotate3d(1,0,0,16deg);
}
100% {
transform: rotate3d(1,0,0,180deg);
-webkit-transform: rotate3d(1,0,0,180deg);
-moz-transform: rotate3d(1,0,0,180deg);
}
}
@-webkit-keyframes rotateX1 {
0% {
transform: rotate3d(1,0,0,16deg);
-webkit-transform: rotate3d(1,0,0,16deg);
-moz-transform: rotate3d(1,0,0,16deg);
}
100% {
transform: rotate3d(1,0,0,180deg);
-webkit-transform: rotate3d(1,0,0,180deg);
-moz-transform: rotate3d(1,0,0,180deg);
}
}
.rotateX1 {
-webkit-animation: rotateX1 2s infinite;
animation: rotateX1 2s infinite;
-moz-animation: rotateX1 2s infinite;
}
@keyframes hoverCircle {
0% {
transform: rotate3d(0,0,0,0);
-webkit-transform: rotate3d(0,0,0,0);
-moz-transform: rotate3d(0,0,0,0);
left: -4px;
top: -3px;
right: -1px;
bottom: -3px;
}
100% {
transform: rotate3d(0,0.1,1,180deg);
-webkit-transform: rotate3d(0,0.1,1,180deg);
-moz-transform: rotate3d(0,0.1,1,180deg);
left: -2px;
top: -5px;
right: -2px;
bottom: -5px;
}
}
@-webkit-keyframes hoverCircle {
0% {
transform: rotate3d(0,0,0,0);
-webkit-transform: rotate3d(0,0,0,0);
-moz-transform: rotate3d(0,0,0,0);
left: -4px;
top: -3px;
right: -1px;
bottom: -3px;
}
100% {
transform: rotate3d(0,0.1,1,180deg);
-webkit-transform: rotate3d(0,0.1,1,180deg);
-moz-transform: rotate3d(0,0.1,1,180deg);
left: -2px;
top: -5px;
right: -2px;
bottom: -5px;
}
}
.hoverCircle {
-webkit-animation: hoverCircle 2s infinite;
animation: hoverCircle 2s infinite;
-moz-animation: hoverCircle 2s infinite;
}
@keyframes countdowntiming {
0% {
bottom: -50px;
position: relative;
filter: alpha(opacity=0);
opacity: 0;
}
100% {
bottom: 0px;
position: relative;
filter: alpha(opacity=100);
opacity: 1;
}
}
@-webkit-keyframes AutoRun {
0% {
opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
-webkit-transform: translate(-30px,30px);
-moz-transform: translate(-30px,30px);
transform: translate(-30px,30px);
}
50% {
opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
-webkit-transform: translate(0);
-moz-transform: translate(0);
transform: translate(0);
}
100% {
opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
-webkit-transform: translate(30px,-30px);
-moz-transform: translate(30px,-30px);
transform: translate(30px,-30px);
}
}
@keyframes AutoRun {
0% {
opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
-webkit-transform: translate(-30px,30px);
-moz-transform: translate(-30px,30px);
transform: translate(-30px,30px);
}
50% {
opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
-webkit-transform: translate(0);
-moz-transform: translate(0);
transform: translate(0);
}
100% {
opacity: 0;
-webkit-opacity: 0;
-moz-opacity: 0;
-webkit-transform: translate(30px,-30px);
-moz-transform: translate(30px,-30px);
transform: translate(30px,-30px);
}
}
.AutoRun {
-webkit-animation: AutoRun 1500ms ease-in-out infinite;
-moz-animation: AutoRun 1500ms ease-in-out infinite;
-ms-animation: AutoRun 1500ms ease-in-out infinite;
-o-animation: AutoRun 1500ms ease-in-out infinite;
animation: AutoRun 1500ms ease-in-out infinite;
}
.home .header-container {
margin-bottom: 0;
}
.heightzero {
height: 0;
overflow: hidden;
}
.wrapper .full-width {
margin-left: 0;
margin-right: 0;
}
.wrapper .full-width .row-container {
margin-left: 0;
margin-right: 0;
max-width: 100%;
width: 100%;
}
.wrapper .full-width .row-container .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
.wrapper .full-width .row-container .vc_row {
margin-left: 0;
margin-right: 0;
}
.main-container .home-slider.full-width .wpb_content_element {
margin-bottom: 0;
}
.main-container .home-slider.full-width .row-container {
padding-right: 0;
padding-left: 0;
}
.main-container .home-slider.full-width .vc_column_container {
padding-right: 0;
padding-left: 0;
}
.wrapper .no-gap {
margin-left: 0;
margin-right: 0;
}
.wrapper .no-gap .row-container {
padding-left: 15px;
padding-right: 15px;
}
.wrapper .no-gap .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
.wrapper .full-width.no-gap .row-container {
padding-left: 0;
padding-right: 0;
}
.wrapper .vc_col-has-fill > .vc_column-inner,
.wrapper .vc_row-has-fill > .vc_column_container > .vc_column-inner {
padding-top: 0;
}
.main-container .wpb_single_image > .wpb_wrapper {
max-width: 100%;
}
.header-container.header-2 .categories-menu .catemenu-toggler {
background: #fff;
}
.header-container.header-2 .widget_product_search #searchform #wsearchsubmit:hover {
background: #ac2020;
}
.header-container.header-3 .categories-menu {
right: 15px;
width: auto;
top: 0;
}
.header-container.header-3 .header-search {
width: auto;
float: none;
margin: 0 0 20px;
}
.header-container.header-3 .widget_product_search #searchform .form-input {
border: 2px solid #d72828;
}
.header-container.header-3 .widget_product_search #searchform #ws {
line-height: 46px;
}
.header-container.header-3 .widget_product_search #searchform #wsearchsubmit {
right: -2px;
top: -2px;
bottom: -2px;
}
.header-container.header-3 .widget_shopping_cart {
margin: 0;
}
.header-container.header-3 .header .horizontal-menu {
margin: 38px 0;
}
.header-container.header-3 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text,
.header-container.header-3 .header .horizontal-menu #primary > .menu_holder .menu_inner > ul > li > a.item_link .link_text {
font-weight: 600;
text-transform: uppercase;
}
.header-container.header-4 .categories-menu {
right: 15px;
width: auto;
top: 0;
}
.header-container.header-4 .header-search {
width: auto;
float: none;
}
.header-container.header-4 .widget_product_search #searchform #wsearchsubmit {
background: #d72828;
color: #2c2c2c;
}
.header-container.header-4 .widget_shopping_cart .widget_shopping_cart_content .cart-toggler a .cart-quantity {
background: #d72828;
}
.header-container.header-4 .categories-menu .catemenu-toggler {
height: 60px;
line-height: 60px;
border-radius: 0;
background: #d72828;
}
.header-container.header-4 .categories-menu .catemenu-toggler i {
line-height: 60px;
}
.header-container.header-4 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li:hover > a.item_link .link_text,
.header-container.header-4 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li:hover > a.item_link i,
.header-container.header-4 .header .horizontal-menu #primary > .menu_holder .menu_inner > ul > li:hover > a.item_link .link_text,
.header-container.header-4 .header .horizontal-menu #primary > .menu_holder .menu_inner > ul > li:hover > a.item_link i {
color: #d72828;
}
.header-container.header-4 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.current-menu-ancestor > a.item_link .link_text,
.header-container.header-4 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li.current-menu-item > a.item_link .link_text,
.header-container.header-4 .header .horizontal-menu #primary > .menu_holder .menu_inner > ul > li.current-menu-ancestor > a.item_link .link_text,
.header-container.header-4 .header .horizontal-menu #primary > .menu_holder .menu_inner > ul > li.current-menu-item > a.item_link .link_text {
color: #d72828;
}
.header-container.header-4 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link:hover .link_text,
.header-container.header-4 .header .horizontal-menu #primary > .menu_holder .menu_inner > ul > li > a.item_link:hover .link_text {
color: #d72828;
}
.header-container.header-4 .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text,
.header-container.header-4 .header .horizontal-menu #primary > .menu_holder .menu_inner > ul > li > a.item_link .link_text {
font-weight: 600;
line-height: 60px;
text-transform: uppercase;
}
.header-container.header-4 .header .header-sticky.ontop .horizontal-menu #primary > .menu_holder .menu_inner > ul > li > a.item_link .link_text,
.header-container.header-4 .header .header-sticky.ontop .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text {
line-height: 44px;
}
.header-container.header-4 .hot-line {
margin: 0;
border-left: 1px solid rgba(255,255,255,0.1);
height: 60px;
}
.header-container.header-4 .hot-line .hot-line-inner {
padding: 17px 0;
}
.header-container.header-4 .hot-line .hot-line-inner i {
display: inline-block;
vertical-align: middle;
margin-right: 10px;
}
.header-container.header-4 .hot-line .hot-line-inner strong {
font-weight: 400;
color: #d72828;
}
.owl-carousel {
width: auto;
}
.owl-carousel .owl-controls .owl-buttons {
position: absolute;
right: 15px;
top: -35px;
}
.owl-carousel .owl-controls .owl-buttons div {
width: 20px;
height: 20px;
color: #8a8a8a;
font-size: 0;
line-height: 0;
float: left;
text-align: center;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
}
.owl-carousel .owl-controls .owl-buttons div:before {
font-family: 'Material Icons';
font-size: 28px;
line-height: 20px;
display: block;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
content: "\e314";
}
.owl-carousel .owl-controls .owl-buttons div.owl-next:before {
content: "\e315";
}
.owl-carousel .owl-controls .owl-buttons div:hover {
color: #d72828;
}
.brand-logo .brands-carousel {
padding: 30px;
border: 1px solid #ebebeb;
}
.brand-logo .owl-carousel .owl-controls .owl-buttons {
right: 15px;
}
.main-container .footer .vc_row {
margin-bottom: 0;
}
.main-container .title1 {
border-bottom: 1px solid #ebebeb;
margin: 0;
}
.main-container .title1 h3 {
font-size: 1.38em;
display: inline-block;
line-height: 24px;
text-transform: uppercase;
padding: 0 0 10px;
position: relative;
margin: 0;
}
.main-container .title1 h3:before {
background: #d72828;
content: "";
display: inline-block;
vertical-align: middle;
margin-right: 10px;
height: 3px;
width: 15px;
}
.main-container .home-slider.full-width {
margin-left: 0 !important;
margin-right: 0 !important;
}
.main-container .home-slider.full-width > .row-container > .vc_column_container > .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
.main-container .our-service2 {
padding: 29px 0;
position: relative;
}
.main-container .our-service2:before {
content: "";
max-width: 1170px;
width: 100%;
position: absolute;
border-top: 1px solid #ebebeb;
left: 0;
right: 0;
top: 0;
margin: 0 auto;
}
.main-container .our-service2:after {
content: "";
max-width: 1170px;
width: 100%;
position: absolute;
border-bottom: 1px solid #ebebeb;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
}
.main-container .our-service2 .box {
text-align: center;
}
.main-container .our-service2 .box:not(:last-child) {
border-right: 1px solid #ebebeb;
}
.main-container .our-service2 .box .box-inner {
position: relative;
margin: 0;
padding-left: 55px;
display: inline-block;
text-align: left;
}
.main-container .our-service2 .box .box-inner p {
margin: 0;
}
.main-container .our-service2 .box .box-inner i {
color: #d72828;
position: absolute;
left: 0;
top: 50%;
transform: translate(0,-50%);
font-size: 2.77em;
}
.main-container .our-service2 .box .box-inner .content h5 {
font-size: 1.23em;
margin: 0;
}
.main-container .our-service2 .box .box-inner .content p {
font-weight: 300;
}
.main-container .our-service2.layout2 {
margin: 0;
border: 1px solid #ebebeb;
border-radius: 3px;
}
.main-container .our-service2.layout2:before,
.main-container .our-service2.layout2:after {
content: " ";
display: table;
clear: both;
position: static;
border: 0;
}
.main-container .our-service2.layout3 {
padding: 0;
}
.main-container .our-service2.layout3:before,
.main-container .our-service2.layout3:after {
display: none;
}
.main-container .our-service2.layout3 .our-service-inner {
margin: 0;
border: 1px solid #ebebeb;
padding: 29px 0;
border-radius: 3px;
}
.main-container .shop-products.owl-carousel .item-col {
margin-top: 20px;
}
.main-container .shop-products.owl-carousel .item-col .product-wrapper {
padding: 0;
}
.main-container .shop-products.owl-carousel .group .item-col {
width: 100%;
}
.main-container .shop-products.owl-carousel .owl-item:not(.active) {
filter: alpha(opacity=0);
opacity: 0;
}
.main-container .shop-products.owl-carousel .owl-item:hover {
z-index: 5;
position: relative;
}
.main-container .home-static .box-inner {
border-radius: 4px;
margin: 0;
position: relative;
overflow: hidden;
}
.main-container .home-static .box-inner:hover:before {
filter: alpha(opacity=100);
opacity: 1;
}
.main-container .home-static .box-inner:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.main-container .home-static .box-inner:before {
background: rgba(0,0,0,0.1);
content: "";
display: inline-block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
filter: alpha(opacity=0);
opacity: 0;
z-index: 1;
}
.main-container .home-static .box-inner img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
}
.main-container .popular-categories .title1 {
border: 0;
}
.main-container .popular-categories .categories-carousel {
border: 1px solid #ebebeb;
padding: 25px 0;
}
.main-container .popular-categories .categories-carousel .item .item-inner:after {
content: "";
clear: left;
display: table;
}
.main-container .popular-categories .categories-carousel .item .item-inner .image {
display: block;
float: left;
width: 50%;
text-align: center;
}
.main-container .popular-categories .categories-carousel .item .item-inner .content {
float: left;
width: 50%;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list h3 {
font-size: 1.23em;
margin-bottom: 10px;
text-transform: uppercase;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list h3 a {
color: #2c2c2c;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list ul {
list-style: none;
padding: 0;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list ul li {
line-height: 26px;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list ul li:not(:last-child) {
margin-bottom: 5px;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list ul li a {
color: #636363;
}
.main-container .popular-categories .categories-carousel .item .item-inner .category-list ul li a:hover {
color: #d72828;
}
.main-container .category-products .title1 {
margin-top: 25px;
}
.main-container .category-products .link-cate {
margin: 20px 0 0;
text-align: center;
}
.main-container .category-products .link-cate a {
background: #1a1f2b;
box-shadow: none;
border: 0;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 1em;
font-weight: 500;
height: 49px;
line-height: 49px;
overflow: hidden;
padding: 0 25px;
text-shadow: none;
text-transform: uppercase;
text-align: center;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
vertical-align: middle;
white-space: nowrap;
}
.main-container .category-products .link-cate a:hover {
background: #d72828;
color: #fff;
}
.main-container .category-products .link-cate a.disabled,
.main-container .category-products .link-cate a:disabled,
.main-container .category-products .link-cate a[disabled] {
padding: 0 25px !important;
}
.main-container .category-products .link-cate a.disabled:hover,
.main-container .category-products .link-cate a:disabled:hover,
.main-container .category-products .link-cate a[disabled]:hover {
color: #333333 !important;
}
.main-container .category-products .link-tabs {
position: absolute;
margin: 0;
right: 60px;
top: 0;
}
.main-container .category-products .link-tabs ul {
list-style: none;
padding: 0;
}
.main-container .category-products .link-tabs ul li {
display: inline-block;
margin: 0 0 0 2px;
}
.main-container .category-products .link-tabs ul li:first-child a {
border-color: #d72828;
color: #d72828;
}
.main-container .category-products .link-tabs ul li a {
color: #2c2c2c;
font-size: 1.07em;
text-transform: capitalize;
display: block;
line-height: 26px;
padding: 0 15px;
border-radius: 3px;
border: 1px solid transparent;
}
.main-container .category-products .link-tabs ul li a:hover {
color: #d72828;
border-color: #d72828;
}
.main-container .category-products .home-cate-static .box-inner {
position: relative;
overflow: hidden;
margin: 0;
}
.main-container .category-products .home-cate-static .box-inner:hover:before {
filter: alpha(opacity=100);
opacity: 1;
}
.main-container .category-products .home-cate-static .box-inner:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.main-container .category-products .home-cate-static .box-inner:before {
background: rgba(0,0,0,0.1);
content: "";
display: inline-block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
filter: alpha(opacity=0);
opacity: 0;
z-index: 1;
}
.main-container .category-products .home-cate-static .box-inner img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
}
.main-container .category-products.layout2 .title1 {
margin: 0;
}
.main-container .category-products.layout3 .title1 {
margin: 0;
}
.main-container .category-products.layout3 .link-tabs {
margin-top: 20px;
min-height: 608px;
position: static;
background-repeat: no-repeat !important;
background-position: left bottom !important;
padding: 10px 20px;
}
.main-container .category-products.layout3 .link-tabs ul li {
display: block;
}
.main-container .category-products.layout3 .link-tabs ul li a {
padding: 0;
border: 0;
line-height: 32px;
}
.main-container .home-static2 .box.box1 .box-inner {
margin-right: -20px;
}
.main-container .home-static2 .box.box2 .box-inner {
margin-right: -10px;
margin-left: -10px;
}
.main-container .home-static2 .box.box3 .box-inner {
margin-left: -20px;
}
.main-container .home-static2 .box-inner {
text-align: center;
margin-bottom: 0;
}
.main-container .home-static2 .box-inner:hover .content:after {
border-color: #d72828;
}
.main-container .home-static2 .box-inner .image {
position: relative;
overflow: hidden;
margin-bottom: 20px;
}
.main-container .home-static2 .box-inner .image:hover:before {
filter: alpha(opacity=100);
opacity: 1;
}
.main-container .home-static2 .box-inner .image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.main-container .home-static2 .box-inner .image:before {
background: rgba(0,0,0,0.1);
content: "";
display: inline-block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
filter: alpha(opacity=0);
opacity: 0;
z-index: 1;
}
.main-container .home-static2 .box-inner .image img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
}
.main-container .home-static2 .box-inner .image img {
margin: 0;
}
.main-container .home-static2 .box-inner .content {
position: relative;
}
.main-container .home-static2 .box-inner .content h5 {
font-size: 1.07em;
text-transform: uppercase;
font-weight: 400;
}
.main-container .home-static2 .box-inner .content h3 {
font-size: 1.38em;
text-transform: uppercase;
}
.main-container .home-static2 .box-inner .content:after {
content: "";
border-bottom: 2px solid #ebebeb;
display: block;
width: 60%;
margin: 20px auto 0;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
}
.main-container .hot-deals .shop-products .item-col .product-wrapper .count-down {
display: block;
}
.main-container .hot-deals .shop-products .item-col .product-wrapper .product-name {
margin-bottom: 15px;
}
.main-container .hot-deals .shop-products .item-col .product-wrapper .price-box {
margin-bottom: 10px;
}
.main-container .hot-deals .shop-products.grid-view .product-wrapper .gridview .ratings {
display: block;
margin-bottom: 20px;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .list-col4 {
float: left;
width: 50%;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .list-col4 .actions {
display: none;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .list-col8 {
float: left;
width: 50%;
text-align: left;
padding-left: 20px;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .list-col8 .gridview {
display: none;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .list-col8 .listview {
display: block;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .product-name {
text-align: left;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .product-desc {
display: block;
margin-bottom: 20px;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .product-name {
font-size: 1.38em;
font-weight: 500;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .price-box {
font-size: 1.69em;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .add_to_cart_inline {
display: inline-block;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .add_to_cart_inline a.button {
font-size: 1.23em;
height: 45px;
line-height: 45px;
padding: 0 30px;
border-radius: 4px;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .count-down {
margin-bottom: 25px;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .count-down:after {
content: "";
display: table;
clear: both;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .count-down .timebox {
background: #f0f0f0;
border-radius: 100%;
height: 6em;
width: 6em;
display: flex;
float: left;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .count-down .timebox .box-inner {
margin: auto;
}
.main-container .hot-deals.layout2 .shop-products .item-col .product-wrapper .count-down .timebox strong {
padding-top: 0;
width: auto;
height: auto;
border-radius: 0;
background: none;
}
.main-container .border-container > .vc_column-inner > .wpb_wrapper {
border: 2px solid #d72828;
border-radius: 2px;
padding: 18px;
}
.main-container .border-container .title1 {
border: 0;
text-align: center;
}
.main-container .border-container .title1 h3 {
padding: 0;
}
.main-container .border-container .title1 h3:before {
display: none;
}
.main-container .border-container .owl-carousel .owl-controls .owl-buttons {
position: static;
}
.main-container .border-container .owl-carousel .owl-controls .owl-buttons div {
position: absolute;
top: -25px;
}
.main-container .border-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
left: 10px;
}
.main-container .border-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
right: 10px;
}
.main-container .home-tabs-container.full-width {
padding: 0 15px;
}
.main-container .home-tabs-container.full-width .owl-carousel .owl-controls .owl-buttons div.owl-prev {
right: -15px;
}
.main-container .home-tabs-container.full-width .owl-carousel .owl-controls .owl-buttons div.owl-prev {
left: -15px;
}
.main-container .home-tabs {
position: relative;
}
.main-container .home-tabs .wpb_content_element {
display: none;
}
.main-container .home-tabs .title-container {
max-width: 1170px;
margin: 0 auto;
border-bottom: 1px solid #ebebeb;
}
.main-container .home-tabs .title-container .home-tabs-title {
list-style: none;
padding: 0;
position: relative;
margin: 0;
}
.main-container .home-tabs .title-container .home-tabs-title:before {
background: #d72828;
content: "";
display: inline-block;
vertical-align: middle;
margin-right: 10px;
height: 3px;
width: 15px;
}
.main-container .home-tabs .title-container .home-tabs-title li {
display: inline-block;
position: relative;
margin: 0 30px 0 0;
}
.main-container .home-tabs .title-container .home-tabs-title li a {
font-size: 1.23em;
font-weight: 600;
color: #858585;
display: block;
line-height: 25px;
padding-bottom: 15px;
position: relative;
text-transform: uppercase;
vertical-align: middle;
}
.main-container .home-tabs .title-container .home-tabs-title li a:hover,
.main-container .home-tabs .title-container .home-tabs-title li a.active {
color: #2c2c2c;
}
.main-container .home-tabs .shop-products .group .item-col {
width: 100%;
}
.main-container .home-tabs .shop-products .item-col {
-webkit-transition: none;
transition: none;
}
.main-container .home-tabs .shop-products .item-col.first {
clear: none;
}
.main-container .slider-vertical .shop-products {
margin: 0;
}
.main-container .slider-vertical .shop-products .item-col {
margin: 0;
}
.main-container .slider-vertical .shop-products .item-col.first {
clear: none;
}
.main-container .products-style2 .shop-products .product-wrapper {
background: none;
border: 0;
padding-top: 15px;
padding-bottom: 15px;
}
.main-container .products-style2 .shop-products .product-wrapper:hover .gridview {
margin: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .korandotip {
display: none !important;
}
.main-container .products-style2 .shop-products .product-wrapper .onsale,
.main-container .products-style2 .shop-products .product-wrapper .actions,
.main-container .products-style2 .shop-products .product-wrapper .quickview-inner {
display: none;
}
.main-container .products-style2 .shop-products .product-wrapper .ratings,
.main-container .products-style2 .shop-products .product-wrapper .price-box {
filter: alpha(opacity=100);
opacity: 1;
}
.main-container .products-style2 .shop-products .product-wrapper .product-image {
padding: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .gridview {
text-align: left;
padding: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .product-name {
text-align: left;
}
.main-container .products-style2 .shop-products .product-wrapper .product-name:after {
margin: 10px 0;
}
.main-container .products-style2 .shop-products .product-wrapper .ratings {
text-align: left;
}
.main-container .products-style2 .shop-products .product-wrapper .list-col4 {
width: 40%;
float: left;
padding-right: 4%;
position: static;
}
.main-container .products-style2 .shop-products .product-wrapper .list-col8 {
width: 60%;
float: left;
}
.main-container .products-style2 .shop-products .product-wrapper .box-hover {
display: none;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links {
padding: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links li {
display: block;
margin: 0;
filter: alpha(opacity=100);
opacity: 1;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .quickviewbtn .quickview {
height: 26px;
line-height: 26px;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .yith-wcwl-add-to-wishlist a {
height: 26px;
line-height: 26px;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .compare-button a.compare {
height: 26px;
line-height: 26px;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .add_to_cart_inline a.button {
background: none;
border: 0;
color: #2c2c2c;
display: block;
font-size: 0;
font-weight: 400;
height: 26px;
letter-spacing: 0;
line-height: 26px;
width: 35px;
text-align: center;
padding: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .add_to_cart_inline a.button:before {
font-size: 21px;
float: none;
margin: 0;
}
.main-container .products-style2 .shop-products .product-wrapper .add-to-links .add_to_cart_inline a.button:hover {
color: #d72828;
}
.main-container .products-style2 .shop-products.grid-view .item-col .product-wrapper:before {
display: none;
}
.main-container .products-style2.layout2 .shop-products {
border: 0;
margin: 0 -15px;
padding: 0;
}
.main-container .products-style2.layout2 .shop-products.grid-view .product-wrapper .product-name {
margin-bottom: 15px;
}
.main-container .products-style2.layout2 .shop-products.grid-view .product-wrapper .gridview .ratings {
display: block;
margin-bottom: 15px;
}
.main-container .products-style2.layout2 .shop-products.grid-view .product-wrapper .add-to-cart2 {
display: block;
}
.main-container .products-style2.layout2 .shop-products.grid-view .product-wrapper .add-to-cart2 .add_to_cart_inline {
display: inline-block;
}
.main-container .products-style2.layout2 .shop-products.grid-view .product-wrapper .add-to-cart2 .add_to_cart_inline a.button {
border-radius: 3px;
}
.main-container .testimonials-container {
position: relative;
padding: 4.3em 0;
}
.main-container .testimonials-container .widget_woothemes_testimonials:after {
clear: both;
content: '';
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
.main-container .testimonials-container .testimonials {
position: relative;
z-index: 3;
}
.main-container .testimonials-container .testimonials:after {
clear: both;
content: '';
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
.main-container .testimonials-container .testimonials .testimonials-list {
max-width: 1170px;
margin: auto;
position: static;
}
.main-container .testimonials-container .testimonials .owl-item {
position: relative;
}
.main-container .testimonials-container .testimonials .testimonials-text {
border: 0;
padding: 0;
font-size: 1.142em;
line-height: 1.7;
font-style: italic;
margin-bottom: 20px;
position: relative;
}
.main-container .testimonials-container .testimonials .testimonials-text p {
position: relative;
}
.main-container .testimonials-container .testimonials .quote {
color: #fff;
text-align: left;
padding-left: 170px;
position: relative;
min-height: 130px;
}
.main-container .testimonials-container .testimonials .quote:before {
content: "";
background: url(//www.southbound.co.nz/onlineshop/wp-content/themes/korando/images/testimonial_icon.png) no-repeat;
height: 130px;
width: 130px;
display: block;
position: absolute;
left: 0;
top: 0;
}
.main-container .testimonials-container .testimonials .quote .avatar-link {
display: block;
position: relative;
margin-bottom: 15px;
}
.main-container .testimonials-container .testimonials .author {
font-weight: 700;
text-transform: capitalize;
}
.main-container .testimonials-container .testimonials .author [itemprop='name'] {
font-size: 1.42em;
font-family: Poppins, Arial, Helvetica, sans-serif;
letter-spacing: 2px;
}
.main-container .testimonials-container .testimonials .author .title:before {
content: "/";
display: inline-block;
margin-right: 5px;
}
.main-container .testimonials-container .testimonials .author [class*='url'] {
display: none;
}
.main-container .testimonials-container .testimonials .author a {
color: #d72828;
}
.main-container .testimonials-container .testimonials .author a:hover {
text-decoration: underline;
}
.main-container .latest-posts-container .posts-carousel {
margin-left: -15px;
margin-right: -15px;
}
.main-container .latest-posts-container .posts-carousel .item-col {
padding-left: 15px;
padding-right: 15px;
margin-top: 20px;
}
.main-container .latest-posts-container .item-col:not(:last-child) {
padding-bottom: 30px;
margin-bottom: 30px;
position: relative;
}
.main-container .latest-posts-container .item-col:not(:last-child):after {
content: "";
width: 90%;
float: right;
border-bottom: 1px solid #ebebeb;
position: absolute;
bottom: 0;
right: 0;
}
.main-container .latest-posts-container .post-wrapper:after {
content: "";
display: table;
clear: left;
}
.main-container .latest-posts-container .post-wrapper .post-thumb {
margin-bottom: 15px;
position: relative;
}
.main-container .latest-posts-container .post-wrapper .post-thumb .post-date {
position: absolute;
top: 10px;
left: 10px;
background: #fff;
text-align: center;
padding: 5px 10px;
}
.main-container .latest-posts-container .post-wrapper .post-thumb .post-date span {
display: block;
}
.main-container .latest-posts-container .post-wrapper .post-thumb .post-date span.day {
display: block;
font-size: 1.38em;
font-weight: 500;
}
.main-container .latest-posts-container .post-wrapper .post-thumb .post-date span.month {
font-size: 0.92em;
text-transform: uppercase;
font-weight: 500;
}
.main-container .latest-posts-container .post-wrapper .post-thumb .post-date span.year {
display: none;
}
.main-container .latest-posts-container .post-wrapper .post-info {
position: relative;
text-align: center;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title {
font-size: 1.07em;
line-height: 1;
margin-bottom: 5px;
font-weight: 500;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title a {
color: #2c2c2c;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-title a:hover {
color: #d72828;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-author {
margin-bottom: 10px;
display: block;
text-transform: capitalize;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-excerpt {
display: none;
margin-bottom: 20px;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta {
font-size: 0.857em;
font-style: italic;
position: relative;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span {
color: #888;
display: inline-block;
}
.main-container .latest-posts-container .post-wrapper .post-info .post-meta span.post-slash {
margin: 0 10px;
}
.main-container .latest-posts-container .post-wrapper .post-info .readmore {
border: 1px solid #d72828;
line-height: 28px;
display: none;
padding: 0 20px;
border-radius: 20px;
color: #d72828;
text-transform: capitalize;
}
.main-container .latest-posts-container .post-wrapper .post-info .readmore:hover {
background: #d72828;
color: #fff;
}
.main-container .latest-posts-container.layout2 .title2 {
margin: 0;
}
.main-container .latest-posts-container.layout2 .owl-carousel .owl-controls .owl-buttons {
top: -30px;
}
.main-container .latest-posts-container.layout2 .owl-carousel .owl-controls .owl-buttons div {
color: rgba(255,255,255,0.5);
}
.main-container .latest-posts-container.layout2 .owl-carousel .owl-controls .owl-buttons div:hover {
color: #fff;
}
.main-container .latest-posts-container.layout2 .posts-carousel {
border: 1px solid #ebebeb;
border-top: 0;
border-radius: 0 0 4px 4px;
margin: 0;
}
.main-container .latest-posts-container.layout2 .posts-carousel .item-col {
padding: 10px;
}
.main-container .latest-posts-container.layout2 .post-wrapper .post-thumb {
width: 100%;
}
.main-container .latest-posts-container.layout2 .post-wrapper .post-info {
width: 100%;
padding: 0;
margin-top: 15px;
}
.main-container .featured-categories .image-cate {
margin: 0;
position: relative;
overflow: hidden;
}
.main-container .featured-categories .image-cate:hover:before {
filter: alpha(opacity=100);
opacity: 1;
}
.main-container .featured-categories .image-cate:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.main-container .featured-categories .image-cate:before {
background: rgba(0,0,0,0.1);
content: "";
display: inline-block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
pointer-events: none;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
filter: alpha(opacity=0);
opacity: 0;
z-index: 1;
}
.main-container .featured-categories .image-cate img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
}
.main-container .featured-categories .category-wrapper {
max-width: 270px;
}
.main-container .featured-categories .category-wrapper .category-list {
text-align: left;
}
.main-container .featured-categories .category-wrapper .category-list h3 {
font-size: 1.142em;
text-transform: capitalize;
line-height: 46px;
font-weight: 500;
}
.main-container .featured-categories .category-wrapper .category-list h3 a {
color: #2c2c2c;
}
.main-container .featured-categories .category-wrapper .category-list h3 a:hover {
color: #d72828;
}
.main-container .featured-categories .category-wrapper .category-list ul {
padding: 0;
margin: 0;
list-style: none;
}
.main-container .featured-categories .category-wrapper .category-list ul li {
margin: 0;
line-height: 26px;
}
.main-container .featured-categories .category-wrapper .category-list ul li a {
color: #636363;
}
.main-container .featured-categories .category-wrapper .category-list ul li a:hover {
color: #d72828;
}
.main-container .featured-categories .category-wrapper .category-list ul li.view-all {
display: none;
}
.main-container .brands-carousel .owl-wrapper-outer {
padding: 0;
}
.main-container .brands-carousel a {
margin: 20px 0;
}
.main-container .brands-carousel a:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}
.main-container .brands-carousel a img {
margin: auto;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
}
.main-container .shop-now {
color: #d72828;
display: inline-block;
line-height: 1;
font-size: 0.92em;
text-transform: uppercase;
}
.main-container .shop-now:hover {
color: #2c2c2c;
}
.main-container .shop-now i {
font-size: 0;
margin-left: 10px;
}
.main-container .shop-now i:before {
font-size: 13px;
}
.main-container .banner-left .box-inner {
margin: 0;
}
.main-container .slick-vertical .slick-slide {
padding: 15px 0;
}
.main-container .slick-vertical .slick-slide.slick-active {
box-shadow: 0 1px 0 #ebebeb;
}
.main-container .slick-vertical .slick-slide .product-wrapper {
padding: 0;
}
.footer.footer-2 .newsletter-container .mc4wp-form-fields .from-input .button {
background: #d72828;
}
.footer.footer-2 .newsletter-container .mc4wp-form-fields .from-input .button:hover {
background: #ac2020;
}
.footer.footer-4 .newsletter-container .mc4wp-form-fields .from-input .button {
background: #d72828;
color: #2c2c2c;
}
.footer.footer-4 .newsletter-container .mc4wp-form-fields .from-input .button:hover {
background: #ac2020;
}
.wrapper .wpb_revslider_element {
margin-bottom: 0;
}
.wrapper .wpb_revslider_element .tp-caption a {
color: inherit;
display: block;
position: relative;
-webkit-transition: all inherit ease-out;
-moz-transition: all inherit ease-out;
-ms-transition: all inherit ease-out;
-o-transition: all inherit ease-out;
}
.wrapper .wpb_revslider_element .tp-caption a:hover {
color: inherit;
}