@-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;
}
.visible-large {
  display: block;
}
.visible-small {
  display: none;
}
@media screen and (max-width: 1400px) {
  .box-container {
    padding: 0 30px;
  }
  .owl-carousel .owl-controls .owl-buttons div {
    width: 60px;
    height: 60px;
  }
  .owl-carousel .owl-controls .owl-buttons div:before {
    font-size: 25px;
    line-height: 60px;
  }
  .footer .footer-top {
    padding: 4.7em 0;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper .row-container {
    max-width: 970px;
  }
  body {
    font-size: 12px !important;
  }
  h1.logo {
    text-align: center;
  }
  .header-container .header .horizontal-menu #mega_main_menu_first > .menu_holder .menu_inner > ul > li > a.item_link .link_text {
    padding: 0 15px;
  }
  .header-container .logo .vc_figure,
  .header-container .logo .logo-inner {
    margin: auto;
  }
  .header-container.header-3 .header .header-search .widget_product_search #searchform #ws {
    width: 215px;
  }
  .main-container .products-style2 .shop-products .product-wrapper .list-col4 {
    width: 80px;
  }
  .main-container .products-style2 .shop-products .product-wrapper .list-col8 {
    margin-left: 90px;
  }
  .main-container .testimonials-container .testimonials .testimonials-list {
    padding: 0 40px;
  }
  .main-container .home-static2 .text-content {
    padding: 0;
  }
  .main-container .deal-off-day {
    padding: 0 15px;
  }
  .main-container .home-tabs .title-container {
    max-width: 940px;
    z-index: 9;
    position: relative;
  }
  .main-container .box-product .special-deal {
    margin: 0;
  }
  .main-container .box-product .special-deal .shop-products .product-wrapper .count-down .timebox {
    width: 65px;
    height: 65px;
  }
  .main-container .box-product .special-deal .shop-products .product-wrapper .count-down .timebox strong {
    font-size: 16px;
    line-height: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .header-container .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content {
    display: block;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 991px) {
  .vc_column_container {
    width: 100% !important;
  }
  .wrapper .row-container {
    max-width: 750px;
  }
  .yith_magnifier_mousetrap {
    display: none;
  }
  .visible-large {
    display: none;
  }
  .visible-small {
    display: block;
  }
  .main-menu-wrapper {
    width: 100%;
  }
  .header-container .header-default .header-top {
    width: 100%;
  }
  .mobile-menu {
    background: #0B692B;
    float: left;
    height: 60px;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .mobile-menu .mbmenu-toggler {
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
  }
  .mobile-menu .mbmenu-toggler span.mbmenu-icon {
    display: block;
    float: right;
    margin-left: 5px;
    width: 22px;
  }
  .mobile-menu .mobile-menu-container {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.6);
    float: left;
    height: 0;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 12px;
    position: absolute;
    top: 60px;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
  }
  .mobile-menu .mobile-menu-container.open {
    display: block;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu {
    float: left;
    margin: 5px 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li > a {
    border-top: 1px solid #e7e4dd;
    color: #808080;
    display: block;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    width: 100%;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li > a:hover {
    color: #0B692B;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li > a i {
    display: none;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li:first-child a {
    border-top: none;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li .fa {
    color: #808080;
    cursor: pointer;
    float: right;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li .fa:hover {
    color: #0B692B;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li > ul.sub-menu > li > a {
    color: #808080;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li > ul.sub-menu > li > a:hover {
    color: #0B692B;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li ul.sub-menu {
    float: left;
    margin: 0;
    padding: 0 0 0 10px;
    width: 100%;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li ul.sub-menu li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
  }
  .mobile-menu .mobile-menu-container ul.nav-menu > li ul.sub-menu li a {
    border-top: 1px solid #ddd;
    color: #808080;
    display: block;
    float: left;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    height: 40px;
    line-height: 40px;
    width: 100%;
  }
  .main-container {
    max-width: 100%;
    overflow: hidden;
  }
  .main-container .home-static {
    text-align: center;
  }
  .main-container .home-static .box-inner {
    display: inline-block;
  }
  .main-container .home-tabs .title-container {
    max-width: 720px;
  }
  .main-container .our-service .static-content .col.col-left {
    text-align: left;
  }
  .main-container .our-service .static-content .col.col-left .box {
    padding: 0 0 0 100px;
  }
  .main-container .our-service .static-content .col.col-left .box i {
    left: 14px;
    right: unset;
  }
  .main-container .our-service .static-content .col.col-left .box i:after {
    left: -14px;
    right: inherit;
    border-right-color: #95a83f;
    border-left-color: transparent;
  }
  .main-container .deal-off-day .title1 > .wpb_wrapper {
    position: static;
    width: 100%;
  }
  .main-container .deal-off-day .shop-products .product-wrapper .list-col4 {
    padding-right: 50px;
    width: 100%;
  }
  .main-container .deal-off-day .shop-products .product-wrapper .list-col8 {
    width: 100%;
    padding: 0 3em;
  }
  .main-container .shop-products .product-wrapper .count-down .timebox {
    height: 60px;
    width: 60px;
  }
  .main-container .shop-products .product-wrapper .count-down .timebox strong {
    font-size: 15px;
    line-height: 56px;
  }
  .main-container .home-static2 {
    text-align: center;
  }
  .main-container .home-static2 .box-inner {
    display: inline-block;
    margin-top: 20px;
  }
  .main-container .latest-posts-container .post-wrapper .post-thumb {
    padding-right: 1em;
  }
  .main-container .home-static3 .box {
    text-align: center;
  }
  .main-container .home-static3 .box:not(:last-child) {
    margin-bottom: 10px;
  }
  .main-container .home-static3 .box .box-inner {
    display: inline-block;
  }
  .main-container .box-product .special-deal {
    margin-bottom: 20px;
  }
  .main-container .box-product .special-deal .shop-products .product-wrapper .product-image .count-down {
    text-align: center;
  }
  .main-container .home-static4 .box {
    text-align: center;
  }
  .main-container .home-static4 .box .box-inner {
    display: inline-block;
    margin-bottom: 30px;
  }
  .main-container .group-modul .box-products:not(:last-child) {
    margin-bottom: 30px;
  }
  .main-container .box-top .static-block {
    text-align: center;
  }
  .main-container .box-top .static-block .box-inner {
    display: inline-block;
    margin-bottom: 30px;
  }
  .main-container .home-static5 .box {
    text-align: center;
  }
  .main-container .home-static5 .box:not(:last-child) {
    margin-bottom: 30px;
  }
  .main-container .home-static5 .box .vc_column-inner > .wpb_wrapper {
    display: inline-block;
  }
  .newsletter-container {
    text-align: center;
  }
  .newsletter-container .mc4wp-form-fields .box-text {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter-container .mc4wp-form-fields .from-input {
    float: none;
    width: 100%;
  }
  #secondary .sidebar-border.left {
    border-right: none;
    padding-right: 0;
  }
  #secondary .sidebar-border.right {
    border-left: none;
    padding-left: 0;
  }
  .main-container.error404 .search-form-wrapper {
    padding: 80px 0;
  }
  .main-container.error404 .search-form-wrapper h1 {
    font-size: 100px;
    line-height: 100px;
  }
  .main-container.error404 .search-form-wrapper h2 {
    font-size: 20px;
  }
  .main-container.error404 .search-form-wrapper p {
    font-size: 16px;
  }
  .main-container.error404 .search-form-wrapper .form-input {
    width: 300px;
  }
  .main-container.error404 .search-form-wrapper a.button {
    margin-top: 40px;
  }
  .header-container .logo {
    height: 110px;
  }
  .header-container .top-bar {
    text-align: center;
  }
  .header-container .box-right,
  .header-container .right {
    text-align: center;
  }
  .header-container .header-search {
    padding: 20px 0;
  }
  .header-container .widget_shopping_cart {
    display: inline-block;
    float: none;
    height: unset;
    padding: 20px 0;
  }
  .header-container .widget_shopping_cart .widget_shopping_cart_content .cart-toggler {
    padding: 0;
  }
  .header-container .widget_shopping_cart .widget_shopping_cart_content .mini_cart_content {
    right: -85px;
  }
  .header-container .main-menu-wrapper:before,
  .header-container .main-menu-wrapper:after {
    display: none;
  }
  .header-container.header-3 .header .header-block {
    height: 80px;
  }
  .header-container.header-3 .header .header-block > .wpb_wrapper {
    margin: auto;
  }
  .home-tabs .title-container {
    max-width: 720px;
  }
  .footer .social-icons li {
    width: auto;
    margin: 30px 10px 0 0;
    float: none;
  }
  .footer .logo-footer {
    text-align: center !important;
  }
  .footer .f-col {
    margin-bottom: 20px;
  }
  .footer .f-col.with-border {
    padding-top: 15px;
  }
  .footer .f-col.with-border:before {
    border-left: 0;
    border-top: 1px solid #e7e4dd;
    bottom: unset;
    left: 0;
    right: 0;
  }
  .footer .footer-content .info {
    display: inline-block;
    text-align: left;
  }
  .footer .footer-bottom .copyright,
  .footer .footer-bottom .payment {
    text-align: center;
  }
  .footer .footer-bottom .social-icons {
    text-align: center;
  }
  .footer .f-col {
    float: left;
    text-align: center;
  }
  .footer .footer-title h3:after {
    margin: 8px auto 0;
  }
  .footer .current {
    margin: 0;
    display: inline-block;
  }
  .footer .toogle-content {
    display: none;
    margin-top: 15px;
  }
  .owl-carousel .owl-controls .owl-buttons {
    display: none;
  }
  .wrapper .slick-slider button {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .front-page .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
  .main-container .product-view .product .woocommerce-tabs ul.tabs:before {
    display: none;
  }
  .main-container .product-view .product .woocommerce-tabs ul.tabs li {
    margin: 0 0 25px 0;
    width: 100%;
  }
  .main-container .product-view .product .woocommerce-tabs ul.tabs li a {
    border: none;
    padding: 10px 0;
  }
  .main-container.contact-page .contact-input span {
    width: 100% !important;
  }
  .main-container.contact-page .contact-desc .wpb_text_column {
    padding: 0;
  }
  .main-container.contact-page .contact-desc .wpb_text_column h2 {
    font-size: 40px !important;
  }
  .main-container.error404 .search-form-wrapper .form-input {
    max-width: 95%;
  }
  .header-container {
    padding: 0 15px;
  }
  .header-container .logo {
    height: 90px;
  }
  .header-container .header-nav-container .wpb_text_column,
  .header-container .header-nav-container .widget_product_search {
    float: none;
    margin: 0;
  }
  .header-container .header-nav-container .widget_product_search {
    display: inline-block;
    margin-left: 50px;
  }
  .header-container .header-nav-container .switcher {
    display: block;
    text-align: center;
    margin: 0 0 20px;
  }
  .header-container .header-nav-container .switcher .language,
  .header-container .header-nav-container .switcher .currency {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
  .header-container .header-text-container .wpb_text_column {
    margin-bottom: 20px;
  }
  .footer .footer-top {
    padding: 5em 0;
  }
  .footer .footer-static {
    text-align: center;
  }
  .footer .footer-static .wpb_column {
    margin-bottom: 20px;
  }
  .footer .footer-static .wpb_column:last-child {
    margin-bottom: 0;
  }
  .footer .footer-static .wpb_text_column {
    min-width: 400px;
    display: inline-block;
    text-align: left;
  }
  .footer .footer-nav {
    border-bottom: none !important;
  }
  .footer .footer-nav .wpb_column .vc_column-inner {
    border-bottom: 1px solid #e7e4dd;
  }
  .footer .footer-nav .wpb_column.vc_col-xs-6:nth-child(2n) .vc_column-inner {
    border-right: none !important;
  }
  .footer .footer-copyright {
    text-align: center;
  }
  .footer .footer-copyright .wpb_text_column {
    margin-bottom: 30px;
  }
  .footer .footer-copyright .wpb_single_image {
    text-align: center;
  }
  .home-tabs .title-container {
    padding: 0 15px;
  }
  .main-container .title1 h3 {
    font-size: 2.5em;
  }
  .main-container .title1 h5 {
    font-size: 6em;
  }
  .main-container .home-tabs .title-container .home-tabs-title:before {
    display: none;
  }
  .main-container .home-tabs .title-container .home-tabs-title li:not(:last-child) {
    margin-right: 20px;
  }
  .main-container .home-tabs .title-container .home-tabs-title li a {
    min-width: auto;
    padding: 10px 0;
  }
  .main-container .home-tabs .title-container .home-tabs-title li a:before,
  .main-container .home-tabs .title-container .home-tabs-title li a:after {
    display: none;
  }
  .main-container .home-static1 {
    font-size: 70%;
  }
  .main-container .testimonials-container .testimonials .testimonials-text p {
    font-size: 70%;
  }
  .newsletter-container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 639px) {
  .shop_table.cart th,
  .shop_table.cart td,
  .shop_table.cart tr {
    display: block;
  }
  .shop_table.cart th,
  .shop_table.cart td {
    border: none;
  }
  .shop_table.cart tr {
    border-bottom: 1px solid #e7e4dd;
  }
  .header-container .header-text-container {
    text-align: center;
    padding-bottom: 70px;
  }
  .header-container .header-nav-container .switcher,
  .header-container .header-nav-container .widget_product_search {
    float: none;
  }
  .header-container .header-nav-container .widget_product_search {
    margin-left: 0;
  }
  .title1 h3:before,
  .title1 h3:after {
    display: none;
  }
  .main-container .deal-of-day .shop-products .item-col .product-wrapper .list-col4 {
    width: 100%;
  }
  .main-container .deal-of-day .shop-products .item-col .product-wrapper .list-col8 {
    width: 100%;
    text-align: center;
  }
  .main-container .deal-of-day .shop-products .item-col .product-wrapper .list-col8 .product-name {
    text-align: center;
  }
  .main-container .deal-of-day .shop-products .item-col .product-wrapper .list-col8 .ratings {
    text-align: center;
  }
  .main-container .home-tabs.layout2 .title-container .home-tabs-title li:not(:last-child) {
    padding: 0;
  }
  .main-container .home-tabs.layout2 .title-container .home-tabs-title li:not(:last-child):before,
  .main-container .home-tabs.layout2 .title-container .home-tabs-title li:not(:last-child):after {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  [class*='vc_col'] {
    width: 100% !important;
  }
  .shop_table.cart thead {
    display: none;
  }
  .shop_table.cart td,
  .shop_table.cart th {
    display: block;
  }
  .main-container .buttons-cart .button {
    margin: 15px 15px 15px 0;
  }
  .shop_content .shop-products .item-col {
    clear: none !important;
    width: 100%;
  }
  .main-container .product-view .single-product-image .thumbnails.slider {
    height: 100%;
  }
  .main-container .latest-posts-container .post-wrapper .post-thumb {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
  .main-container .latest-posts-container .post-wrapper .post-info {
    width: 100%;
  }
  .footer .footer-static .wpb_text_column {
    min-width: 0;
    text-align: center;
  }
  .footer .footer-static h5 {
    margin-bottom: 10px;
  }
  .quickview-wrapper #quickview-content .product-images {
    width: 100%;
  }
  .quickview-wrapper #quickview-content .product-info {
    padding-left: 0;
    width: 100%;
  }
  .main-container .blog-page .comments-area .commentlist li.comment article.comment .comment-info .reply {
    position: unset;
    margin-left: 0;
    float: left;
    margin-top: 10px;
    clear: both;
  }
  .main-container .blog-page .post,
  .main-container .blog-page article {
    padding: 15px;
  }
  .main-container .blog-page .comments-area .commentlist li.comment article.comment .comment-info {
    float: left;
    margin: 10px 0 0;
  }
  table th,
  table td {
    display: block;
  }
}
