body {
    padding: 80px 0 0 0;
    margin: 0;
    line-height: 24px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: 'Montserrat', sans-serif;
    background: url(/images/rice.jpg);
}
@font-face{
    font-family:'FontAwesome';
    src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal
}
.new-product {
    position: absolute;
    top: 0;
    width: 60px;
    right: 0;
}
footer#sp-footer a {
    color: #fff;
}
.cookie-warn.flex.active {
    display: flex;
}
.notice {
    padding: 30px;
    background: #fff;
    margin: 0 0 40px;
    border-radius: 30px;
    border-left: 10px solid #ee511e;
}
.cookie-tx a {
    color: #21ba72;
}
.cookie-warn.flex {
    display: none;
    max-width: 1200px;
    position: fixed;
    bottom: 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000059;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 99999;
}
.cookie-tx {
    padding-right: 40px;
}
.cookie-btn {
    padding: 10px 30px;
    background: #000;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
h2.notice {
    text-align: center;
    line-height: 1.5;
    color: red;
}
h4.pgb_font img {
    margin: 0 7px -8px 0;
    display: inline-block;
    width: 30px;
}
h4.pgb_font {
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px dashed;
}
.sp-megamenu-parent >li >a.red {
    color: red;
}
.sale-bedj {
    width: 40px;
    height: 40px;
    background: url(/images/discount.svg)center no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
    right: 50px;
}
.PricediscountAmount.vm-display.vm-price-value {
    display: none;
}
blockquote.pgblockquote.pgb_sec_font {
    padding: 0;
    margin: 0;
}
span.PricebasePrice {
    font-size: 14px;
    text-decoration: line-through;
    color: #e70000;
}
h5.pgtitle {
    margin: 10px 0;
    font-size: 18px;
}
div#phocaguestbook {
    min-height: 80vh;
}
.blog {
    padding-top: 30px;
    min-height: 90vh;
}
.it-wrapper {
    display: flex;
}
.blog .row {
    padding: 0;
}
.it-wrapper .entry-header {
    margin-bottom: 10px;
}
.entry-image.intro-image {
    width: 120px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 30px;
}
.form-horizontal.testi {
	display: none;
}
.d-post {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
}
.pgb-comment:after {
	display:none;
}
.pgb-comment {
    margin: 15px 0;
    padding: 20px;
    padding-top: 20px;
    border-radius: 30px;
    border:none;
}
.testi-item {
    position: relative;
    padding-bottom: 30px;
    max-width: 1000px;
}
.pgb-content-inside img {
    width: 45px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -4px;
}
#phocaguestbook input[type="text"] {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
}
button.btn.btn-primary {
    display: inline-block;
    padding: 12px 40px;
    background: #ffd900;
    border-radius: 30px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    margin: 10px 0;
}
div#phocaguestbook form {
    max-width: 300px;
}
textarea#jform_guestbook_content {
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
section#sp-sli-der {
    background: #fff;
}
.m-togler {
    display: none;
}
.cont-wr {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.cont-it {
    width: 30%;
    margin-bottom: 20px;
    padding: 20px;
}
.cont-tx {
    font-size: 20px;
}
.cont-ic {
    display: flex;
    margin: 0 auto 20px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffd900;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}
.sale-perc {
    position: absolute;
    top: 0;
    padding: 10px;
    background: #ffd900;
    font-weight: 700;
    border-radius: 0 0 20px 0;
}
.topcart.anim{
    animation: bounce 1s infinite;
}
.cats {
    display: flex;
    justify-content: space-between;
}
.cats-left {
    width: 48%;
}
.cats-right {
    width: 48%;
}
.cats-right {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cat {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}
.cat-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    align-items: center;
    display: flex;
}
.cats-right .cat{
    width: 46%;
    margin-bottom: 8%;
}
section#sp-main-cat {
    padding: 70px 0;
}
.cat-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding-right: 50px;
}
.cat-title {
    font-size: 25px;
    font-weight: 700;
    transition: .2s;
    transform-origin: right;
}
.cats-left .cat-title {
    font-size: 36px;
}
.cat:hover .cat-title {
    transform: scale(1.5);
    transition-delay: .3s;
}
.cat-img {
    transition: .3s;
}
.cat:hover .cat-img {
    transform:translateX(-10%);
}
.cat-button a {
    display: inline-block;
    padding: 7px 40px;
    background: #ffd900;
    border-radius: 30px;
    transform: translateY(-50px);
    opacity: 0;
    transition: .3s;
}
.cat:hover .cat-button a {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .5s;
    color: #000;
}
.cat-button {
    position: absolute;
    bottom:30px;
    right:40px;
}
.cont-wrap {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}
ul.menush-m li:last-child a {
    background: #b70000;
    display: inline-block;
    border-radius: 30px;
}
article.item.item-page {
    min-height: 80vh;
}
li.result-total {
    width: 15%;
}
body .order-result li.result-discount {
    width: 15%;
    text-align: center;
}
li.opc-order-price span.ltrh {
    font-size: 12px;
    text-decoration: line-through;
    margin-right: 5px;
}
.cont-left {
    width: 30%;
    padding: 30px;
}
.cont-left h3 {
    font-size: 16px;
}
.cont-right {
    width: 70%;
}
.sp-megamenu-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}
.bottom-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bottom-col {
    width: 20%;
}
.bc-title {
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
#sp-bottom .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#sp-bottom .sp-module ul > li {
    display: block;
    margin-bottom: 15px;
}
.shopmenu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin:0;
}
.shopmenu li a {
    margin: 0 5px;
    position: relative;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 30px;
    border: 1px solid #eee;
    font-weight: 700;
    color: #444;
    background: #f9f9f9;
}
.shopmenu li a img {
    display: block;
    width: 32px;
    padding: 0 5px 0 0;
    transition: .3s;
}
.shopmenu li:hover a img {
    transform: translateX(5px);
}
.shopmenu li:hover a {
    border: 1px solid #ffd900;
    background: #ffd900;

}
.ba-adr-item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.badr-ic {
    width: 25px;
}
.badr-txt {
    width: calc(100% - 25px);
}
.utps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.utp-item {
    width: 23%;
    display: flex;
    align-items: center;
}
.utp-img {
    margin-right: 15px;
}
.newsflash {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-item {
    width: 30%;
}
.fa{
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-lg{
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-fw{
    width:1.28571429em;
    text-align:center
}
.fa-ul{
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none
}
.fa-ul>li{
    position:relative
}
.fa-li{
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em;
    text-align:center
}
.fa-li.fa-lg{
    left:-1.85714286em
}
.fa-border{
    padding:.2em .25em .15em;
    border:solid .08em #eee;
    border-radius:.1em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa.fa-pull-left{
    margin-right:.3em
}
.fa.fa-pull-right{
    margin-left:.3em
}
.pull-right{
    float:right
}
.pull-left{
    float:left
}
.fa.pull-left{
    margin-right:.3em
}
.fa.pull-right{
    margin-left:.3em
}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1, 1);
    -ms-transform:scale(-1, 1);
    transform:scale(-1, 1)
}
.fa-flip-vertical{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(1, -1);
    -ms-transform:scale(1, -1);
    transform:scale(1, -1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{
    filter:none
}
.fa-stack{
    position:relative;
    display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x{
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-paper-plane-o:before{content:"\f1d9"}
.fa-vk:before{
    content:"\f189"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-bars:before{content:"\f0c9"}
.fa-facebook-f:before,.fa-facebook:before{
    content:"\f09a"
}
.fa-phone:before{
    content:"\f095"
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-arrow-right:before {
  content:"\f061";
}
.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}
.fa-plus:before{content:"\f067"}
.fa-minus:before{content:"\f068"}
.fa-refresh:before{content:"\f021"}
.fa-times:before{content:"\f00d"}
.woofcicon-flat-plus:before {
    content: "\f067";
}
.woofcicon-flat-minus:before {
    content: "\f068";
}
.fa-trash:before{content:"\f1f8"}
[class^="woofcicon-"]:before, [class*=" woofcicon-"]:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}
.row {
    padding: 0 15px;
}
.container {
    max-width: 1400px;
    margin: 0 auto;
}
.orderlistcontainer .title {
    display: none;
}
.grid-list-wr {
    display: flex;
}
.orderby-displaynumber {
    display: flex;
    justify-content: space-between;
}
.gl-button img {
    height: 20px;
}
.od-right {
    display: flex;
    align-items: center;
}
.product-wr.list .product-item {
    width: 100%;
}
*{
  outline:none!important;
  box-sizing: border-box;
}
section#sp-sli-der .row {
    padding: 0;
}
strong{
	font-weight: 100;
}
.gl-button {
    display: flex;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
}
.topcart {
    display: inline;
    float: right;
    width: 40px;
    text-align: center;
    margin-left: 20px;
}
div#sp-right {
    width: 30%;
    padding-right:20px;
}
div#sp-component.col-sm-8.col-md-8 {
    width: 70%;
}
.col-sm-12.col-md-12 {
  width:100%;
}
/****************корзина********************/
.blogThumbnail {
    width: 20%;
    display: inline-block;
    position: relative;
}
.ItemBody.shop-card-products-features {
    width: calc(100% - 40px);
    display: inline-block;
    padding: 0 18px 0 10px;
    text-align: left;
}
.remove_button {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 272px;
}
.blogThumbnail {
    width: 40px;
    display: inline-block;
    position: relative;
}
.tab {
    padding-right: 20px;
    cursor: pointer;
}
.tabs-contents {
    position: relative;
}
.tab-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}
.tab-content.active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.product_row.clearfix.shop-card-products {
    display: flex;
}
.blogThumbnail img {
    border-radius: 10px;
}
.pr-tabs {
    display: flex;
}
.top-bar-nav-shop-card.dropdown-menu.dropdown-menu-right {
    width: 320px;
    box-shadow: none;
    border: none;
    background: #fff;
    color: #444;
    border-radius: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    display: none;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.42);
    top: 90px;
    border-radius: 15px;
}
.total.pull-left {
    display: block;
    width: 100%;
    text-align: right;
    color: #000;
    font-size: 16px;
}
button.vmicon.vmicon.vm2-remove_from_cart {
    text-indent: -99999px;
    background: url(/images/close1.png)center no-repeat;
    background-size: contain;
    border: none;
    border-radius: 50%;
    height: 18px;
    width: 18px;
}
.ItemBody.shop-card-products-features a {
    color: #000;
}
.show_cart.cartProceed a {
    color: #000;
    padding: 5px 15px;
    border: none;
    border-radius: 10px;
    margin-top: 20px;
    background: #ffd900;
    font-weight: 700;
}
body .term a {
    color: #f4b404;
}
span.total_products {
    display: inline-block;
    position: absolute;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background: #ffd900;
    border-radius: 50%;
    top: -8px;
    right: -12px;
}
/*****************************************/
.activeOrder {
    display: inline-block;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    min-width: 230px;
}
.activeOrder a{
	color:#444;
}
.orderlistcontainer {
    display: inline-block;
    position:relative;
}
.orderlist {
    background: #fff;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    display: none;
    border: 1px solid #eee;
    z-index: 9;
}
.orderlist a{
	color:#444;
}
select#limit {
    padding: 10px;
    border: 1px solid #eee;
    box-shadow: none;
    display: inline-block;
    width: auto;
    float: right;
}
.floatleft.vm-order-list {
    display: inline-block;
}
.floatright.display-number {
    display: inline-block;
    float: right;
}
.vm-product-descr-container-1 h2 {
    font-size: 16px;
    text-transform: uppercase;
}
input.quantity-input.js-recalculate {
    width: 38px;
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 0;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    height:40px;
}
span.quantity-controls.js-recalculate {
    display: none;
}
input.addtocart-button {
    height: 30px;
    border: none;
    font-weight: 800;
    padding: 0 15px 0 40px;
    border-radius: 7px;
    cursor: pointer;
    letter-spacing: 0.1em;
    background: #ffd900 url(/images/basket.png)no-repeat;
    background-size: 24px;
    background-position: 10px 3px;
}
a.continue_link {
    display: none;
}
.vm-details-button {
    display: none;
}
div#fancybox-content div {
    background: #fff;
}
a.showcart.floatright {
    background: #26aae1;
    line-height: 30px;
    border-radius: 15px;
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    padding: 0 20px;
}
#fancybox-close {
    top: 0;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url(/images/close.png);
}
.prod-right {
    width: 60%;
    padding-left:50px;
}
.back-to-category a {
    color:#888;
}
.back-to-category {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 15px;
    margin-right: 50px;
    position: absolute;
    right: 0;
}
.vm-product-mediacontainer {
    width: 40%;
}
.vm-product-wrap {
    display: flex;
}
.additional-images {
    width: 40%;
    float: left;
    clear: both;
}
.additional-images img {
    width: 30%;
    margin: 15px 3% 0 0;
    float: left;
}
div#fancybox-title {
    display: none!important;
}
#fancybox-overlay {
    z-index: 9999;
}
#fancybox-wrap{
	z-index: 10000;
}
div#productPrice2, .PricesalesPrice.vm-display.vm-price-value {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  position: relative;
  text-align: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.ph-right a {
    color: #444;
}
.item-in {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    padding:30px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    display: inline-block;
    padding: 0 10px;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
}
ul.menush-m {
    display: flex;
}
.logo-top {
    width: 150px;
    display:flex;
    align-items: center;
}
ul.menush-m {
    display: flex;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sub-ph {
    font-weight: normal;
    font-size: 14px;
}
.menu-wr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top-phone {
    display: flex;
    align-items: center;
}
.ph-right {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: .1em;
}
.top-phone i.fa.fa-phone {
    font-size: 28px;
    margin-right: 10px;
}
.top-right {
    display: flex;
    align-items: center;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: ;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  display: block;
  padding: 0;
  position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
  display: block;
  padding: 10px;
  color: ;
  cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover {
  color: #fff;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
  float: right;
  line-height: 87px;
  margin-left: 15px;
  font-size: 20px;
  display:none;
}
#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
#offcanvas-toggler >i:hover {
  color: #fff;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  color: #444;
  padding-top: 3px;
}
.offcanvas-menu {
  width: 320px;
  height: 100%;
  background-color: #fff;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
  visibility: hidden;
  overflow: inherit;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 10000;
}
.offcanvas-inner li {
    display: block;
    text-align: center;
    font-size: 18px;
}
.offcanvas-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
    line-height: 36px;
    letter-spacing: 0.1em;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:hover a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li:focus a {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
  background: rgba(0,0,0,0.15);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li.active > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:hover > a,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li:focus > a {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul > li > a:focus {
  background: rgba(0,0,0,0.15) !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  background: rgba(0,0,0,0.02);
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 9999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.offcanvas-inner img {
    display: none;
}
.it-wrapper h2 {
    padding-left: 27px;
    background: url(/images/discount.png)left center no-repeat;
    background-size: 24px;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: ;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 62px;
  right: 100px;
  display: none;
  z-index: 999;
  border: 1px solid #ddd;
  background-color: rgba(255,255,255,0.4);
}
.scrollup:hover {
  background-color: #c4c4c4;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
    position: fixed;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
ul.menush-m a {
    color: #ffd900;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.1em;
}
span.quantity-box {
    display: none;
}
section#sp-page-title {
    position: relative;
}
.spacer .productdetails {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    align-items: center;
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.abouts {
    display: flex;
    align-items: center;
}
.about-left {
    width: 50%;
}
.about-right {
    width: 50%;
    padding:20px 0 20px 50px;
}
.about-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.readmore {
    margin-top: 30px;
}
footer#sp-footer {
    background: #100e0f;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 12px;
}
.readmore a {
    background: #ffd900;
    padding: 10px 40px;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-weight: 800;
    letter-spacing: 0.1em;
}
section#sp-about-block {
    padding: 40px 0;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#sp-main-body {
  padding: 20px 0;
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
.sp-module .sp-module-title {
  margin: 0 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
}
.sp-module ul >li >a {
  display: block;
  padding: 5px 0;
  line-height: 36px;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}
.article-info >dd {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  margin: 0 8px;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
  margin-bottom: 50px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/****************virt********************/
.product-wr {
    display: flex;
    flex-wrap: wrap;
    margin: -1%;
}
.category-view h1 {
    text-align: center;
}
.products-view .row, .product-grid .row {
    width: 31.333%;
    margin: 1%;
    border: 1px solid #eee;
    text-align: center;
    padding-bottom: 10px;
}
.spacer h2 {
    text-align: center;
    text-transform: none;
    font-size: 14px;
    line-height: 1.17;
    min-height: 32px;
}
p.product_s_desc {
    text-align: center;
    line-height: 1.17;
    font-size: 12px;
    padding: 0 10px;
}
.spacer h2 a {
    color: #444;
}
span.view_cart_link {
    display: block;
    width: 34px;
    height: 40px;
    cursor: pointer;
    background: url(/images/basket.png)center no-repeat;
    background-size: contain;
    position: relative;
}
.category-view {
    min-height: 82vh;
}
.price-plus {
    display: flex;
    line-height: 1.17;
}
.product-item {
    width: 23%;
    margin: 1%;
    padding-bottom: 45px;
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
div#opc-wapper {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    padding-bottom: 10px;
}
.pr-weight span {
    font-size: 12px;
    padding: 3px 5px;
    border-left:2px solid #ccc;
    margin-left:5px;
}
.pr-weight {
    text-align: center;
}
span.title {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.product-description {
    margin-top: 30px;
}
@media screen and (max-width:1280px){
ul.menush-m a {
    padding: 0 7px;
    font-size: 10px;
}
.shopmenu li a {
    font-size: 13px;
}
.shopmenu li a img {
    width: 30px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    padding: 0 10px;
}
.logo-top {
    width: 80px;
}
body {
    padding: 79px 0 0 0;
}
.cat-inner {
    padding-right: 24px;
}
.shopmenu li a {
    padding: 2px 12px;
}
.ph-right {
    font-size: 18px;
}
.top-phone i.fa.fa-phone {
    font-size: 16px;
}
.cat-button {
    bottom: 20px;
    right: 24px;
}
.sp-megamenu-wrapper {
    align-items: flex-end;
}
.cat:hover .cat-title {
    transform: scale(1.3);
}
}
@media screen and (max-width:1140px){
.shopmenu li a {
    font-size: 10px;
}
.shopmenu li a img {
    width: 26px;
}
}
@media screen and (max-width:770px){
.products-view .row, .product-grid .row {
    width: 80%;
    margin: 30px auto;
    border: 1px solid #eee;
    text-align: center;
    padding-bottom: 10px;
}
.cookie-warn.flex {
    flex-wrap: wrap;
    justify-content: flex-end;
    bottom: 60px;
}
.cookie-tx {
    padding-right: 0;
}
.cookie-btn {
    margin-top: 20px;
}
.sp-megamenu-wrapper {
    align-items: center;
}
.it-wrapper h2 {
    padding-left: 0;
    background: none;
}
.entry-image.intro-image {
    margin: 0 0 10px;
}
.it-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}
span.view_cart_link {
    width: 28px;
}
span.total_products {
    width: 16px;
    height: 16px;
    top: 0px;
    right: -12px;
    line-height: 16px;
}
.sp-megamenu-wrapper {
    padding: 0;
}
.scrollup {
    bottom: 30px;
    right: 10px;
}
.orderby-displaynumber {
    display: none;
}
a#offcanvas-toggler {
    display: block;
}
.menu-wr {
    display: none;
}
.logo-top {
    width: 75px;
    margin-left: -10px;
}
.ph-right {
    font-size: 18px;
    line-height: 1.1;
}
.sub-ph {
    display: none;
}
i.fa.fa-phone {
    font-size: 18px;
    margin-right: 7px;
}
#offcanvas-toggler {
    line-height: 50px;
    color: #444;
}
.cats {
    flex-wrap: wrap;
}
#sp-header {
    height: 50px;
}
.cats-left {
    width: 100%;
    margin-bottom:2%;
}
.cat-title {
    font-size: 16px;
}
.cat .cat-button a {
    transform: translateY(0px);
    opacity: 1;
    font-size: 12px;
    padding: 3px 15px;
}
.cats-left .cat-title {
    font-size: 24px;
}
.cat .cat-img {
    transform: translateX(-10%);
}
.cats-right .cat {
    width: 49%;
    margin-bottom: 2%;
}
section#sp-main-cat {
    padding: 20px 0 0;
}
.cats-right {
    width: 100%;
}
body {
    padding: 50px 0 0 0;
}
.abouts {
    flex-wrap: wrap;
}
.about-left {
    width: 100%;
}
.about-right {
    width: 100%;
    padding: 0;
    text-align: center;
}
.about-title {
    font-size: 16px;
    margin-bottom: 20px;
}
.product-item {
    width: 48%;
    padding-bottom: 60px;
}
.spacer h2 {
    font-size: 12px;
}
p.product_s_desc {
    line-height: 1.17;
    font-size: 12px;
    padding: 3px;
}
.spacer .productdetails {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.browse-view h1 {
    margin: 0 0 15px;
    font-size: 22px;
}
footer#sp-footer {
    line-height: 1.17;
    padding: 5px;
}
.top-bar-nav-shop-card.dropdown-menu.dropdown-menu-right {
    top: 50px;
}
a.scrollup {
    display: none!important;
}
.offcanvas-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a.hidden {
    display: none;
}
.offcanvas-inner {
    text-align: center;
    padding-top: 40px;
    line-height: 36px;
}
.cont-left {
    width: 100%;
    padding: 20px;
}
.cont-right {
    width: 100%;
}
.cont-wr {
    flex-wrap: wrap;
}
.cont-it {
    width: 100%;
    margin-bottom: 0;
}
.cont-ic i.fa.fa-phone {
    margin: 0;
}
div#productPrice2, .PricesalesPrice.vm-display.vm-price-value {
    font-size: 13px;
}
.pr-weight span {
    font-size: 12px;
}
span.PricebasePrice {
    font-size: 12px;
}
.spacer .product-price, .pr-weight {
    line-height: 1.17;
}
.price-plus {
    align-items: center;
    margin-bottom: 5px;
}
li.result-total {
    width: 50%;
}
.sale-perc {
    padding: 5px;
}
.spacer h2 {
    min-height: 15px;
}
}